.th-product-compare-btn {
margin: 10px 0;
display: inline-block;
position: relative;
}
.th-product-compare-btn.txt_type {
color: #3575e9;
font-weight: bold;
}
.th-product-compare-btn.btn_type {
color: white;
padding: 8px 10px;
background-color: black;
line-height: 1;
text-align: inherit;
}
.th-product-compare-btn.btn_type.th-added-compare::before {
content: "\f15e";
font-family: "dashicons";
} @keyframes loaderTMKWithCenter {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}
.th_product_Compare_body_Class {
overflow: hidden !important;
}
.th-compare-output-wrap {
position: fixed;
width: 100%;
z-index: 1000000000;
top: 0;
height: 100%;
left: 0;
opacity: 0;
visibility: hidden;
box-sizing: border-box;
transition: 0.5s visibility linear;
}
.th-compare-output-wrap.active {
visibility: visible;
animation: popupStyle1 1.2s ease 0s 1 forwards;
}
.th-compare-output-wrap.active.th-animation-2 {
animation: popupStyle2 1.2s ease 0s 1 forwards;
}
.th-compare-output-wrap.active.th-animation-3 {
animation: popupStyle3 1.2s ease 0s 1 forwards;
}
.th-compare-output-wrap.active.th-animation-4 {
animation: popupStyle4 1.2s ease 0s 1 forwards;
}
.th-compare-output-wrap.th-compare-output-wrap-close {
animation: popupStyle1close 0.4s linear 0s;
}
.th-compare-output-wrap .th-compare-output-wrap-inner {
background-color: #ffffff;
height: 100%;
width: 100%;
position: relative;
overflow: auto;
padding-top: 69px;  }
.th-compare-output-wrap .th-compare-output-wrap-inner::-webkit-scrollbar {
width: 2px;
}
.th-compare-output-wrap .th-compare-output-wrap-inner::-webkit-scrollbar-track {
border-radius: 10px;
}
.th-compare-output-wrap .th-compare-output-wrap-inner::-webkit-scrollbar-thumb {
background: black;
border-radius: 10px;
}
.th-compare-output-wrap .th-compare-loader {
display: none;
}
.th-compare-output-wrap.th-loading .th-compare-loader {
position: absolute;
z-index: 10000;
background: #ffffffe8;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.th-compare-output-wrap.th-loading .th-compare-loader svg {
animation: loaderTMK 0.8s linear 0s infinite forwards;
}
.th-compare-output-wrap .th-compare-heading {
position: fixed;
z-index: 10000;
top: 0;
width: 100%;
}
.th-compare-output-wrap .th-compare-output-close {
width: fit-content;
position: absolute;
right: 10px;
top: 50%;
transform: translate(0, -50%);
}
.th-compare-output-wrap .th-compare-output-close i {
font-size: 28px;
color: black;
background: white;
height: unset;
width: unset;
cursor: pointer;
border-radius: 3px;
}
.th-compare-output-wrap-inner * {
box-sizing: border-box;
}
.th-compare-output-wrap-inner .th-compare-heading {
text-align: center;
background: #f1f0f3;
padding: 12px 0;
line-height: 1;
color: #464646;
font-weight: 600;
}
.th-compare-output-wrap-inner .th-compare-heading .heading_ {
font-size: 18px;
}
.th-compare-output-wrap-inner .th-compare-heading .error_ {
color: #eb3033;
display: block;
font-size: 13px;
letter-spacing: 0.5px;
font-weight: 600;
}
.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ > div {
display: flex;
width: 100%;
justify-content: center;
grid-gap: 12px;
margin-top: 10px;
}
.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ > div a {
text-transform: capitalize;
font-weight: 500;
letter-spacing: 0.5px;
cursor: pointer;
color: inherit;
}
.th-compare-output-wrap-inner
.th-compare-heading
.wrap-category_
> div
a.active {
border-bottom: 1px solid;
}
.th-compare-output-product {
overflow: auto;
}
.th-compare-output-product a,
.th-compare-output-product span {
font-family: "inherit", sans-serif;
}
.th-compare-output-product .th-compare-add-to-cart-btn {
width: fit-content;
}
.th-compare-output-product .th-compare-rating {
color: #f9b538;
}
.th-compare-output-product .th-compare-rating span {
font-family: "star";
line-height: 1;
}
.th-compare-output-product .th-compare-rating .star-rating {
float: unset;
margin: auto;
font-family: "star";
}
.th-compare-output-product .th-compare-rating .th-rating-count {
font-size: 12px;
display: inline-block;
}
.th-compare-output-product .product-table-configure {
margin: 0;
}
.th-compare-output-product .product-table-configure tr {
position: relative;
}
.th-compare-output-product .product-table-configure tr:nth-child(odd) td {
background-color: white;
}
.th-compare-output-product .product-table-configure tr:nth-child(even) td {
background-color: #f7f7f7;
}
.th-compare-output-product .product-table-configure td {
padding: 10px;
vertical-align: middle;
border: none;
min-width: 250px;
max-width: 250px;
}
.th-compare-output-product .product-table-configure td > span {
max-width: 400px;
display: inline-block;
font-size: 14px;
}
.th-compare-output-product .product-table-configure td .th-in-stoct {
color: #08a308;
}
.th-compare-output-product .product-table-configure td .th-out-of-stoct {
color: #a90a0a;
}
.th-compare-output-product .product-table-configure td.left-title {
position: relative;
z-index: 1000;
width: 220px;
min-width: 178px;
max-width: 242px;
font-weight: 600;
color: #3e3e3e;
text-transform: capitalize;
text-align: left;
padding-left: 20px;
}
.th-compare-output-product .product-table-configure td.left-title span {
font-size: 14px;
display: block;
}
.th-compare-output-product .product-table-configure .top-title td.left-title {
z-index: 1010;
}
.th-compare-output-product .product-table-configure .th-add-to-cart_ {
display: flex;
grid-gap: 7px;
flex-wrap: wrap;
}
.th-compare-output-product
.product-table-configure
.th-add-to-cart_
.th-compare-add-to-cart-btn.loading,
.th-compare-output-product
.product-table-configure
.th-add-to-cart_
.added_to_cart.loading {
display: flex;
align-items: center;
width: fit-content;
}
.th-compare-output-product
.product-table-configure
.th-add-to-cart_
.th-compare-add-to-cart-btn.loading:after,
.th-compare-output-product
.product-table-configure
.th-add-to-cart_
.added_to_cart.loading:after {
position: unset;
margin-left: 5px;
}
.th-compare-output-product .product-table-configure .price_ {
color: #3e3e3e;
font-weight: 600;
display: flex;
grid-gap: 7px;
letter-spacing: 1px;
}
.th-compare-output-product
.product-table-configure
._image_
.image-and-addcart
.img_ {
min-width: 180px;
max-width: 100%;
width: 220px;
height: 220px;
position: relative;
border: 1px solid #f7f7f7;
}
.th-compare-output-product
.product-table-configure
._image_
.image-and-addcart
.img_
img {
position: absolute;
left: 0;
top: 0;
object-fit: scale-down;
height: 100%;
width: 100%;
border-radius: 2px;
}
.th-compare-output-product
.product-table-configure
._image_
.image-and-addcart
.product-title_
> a {
color: #5d5e61;
font-weight: 600;
letter-spacing: 1px;
}
.th-compare-output-product .product-table-configure .th-compare-product-remove {
color: #444444;
background: transparent;
display: flex;
justify-content: center;
align-items: center;
font-size: 13px;
grid-gap: 4px;
border: none;
border-bottom: 1px solid transparent;
padding: 1px;
}
.th-compare-output-product
.product-table-configure
.th-compare-product-remove
i {
color: #d84747;
font-size: 14px;
height: unset;
width: unset;
}
.th-compare-output-product
.product-table-configure
.th-compare-product-remove:hover {
border-bottom: 1px solid #d84747;
}
.th_auto_single_page {
margin-bottom: 10px;
}
.th_auto_single_page .th-compare-output-wrap-inner .th-compare-heading {
background-color: #f7f7f7;
text-align: left;
padding: 6px 20px;
}
.th_auto_single_page
.th-compare-output-wrap-inner
.th-compare-heading
.heading_ {
color: black;
}
.th_auto_single_page .th-compare-output-product {
border: 1px solid whitesmoke;
}
.th_auto_single_page
.th-compare-output-product
.product-table-configure
tr:first-child
td.left-title {
background-color: white;
}
@keyframes popupStyle1 {
0% {
opacity: 0;
transform: translateY(-80px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes popupStyle2 {
0% {
opacity: 0;
transform: translateX(-210px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes popupStyle3 {
0% {
opacity: 0;
transform: translateX(210px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes popupStyle4 {
0% {
opacity: 0;
transform: scale(0);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes popupStyle1close {
0% {
opacity: 1;
}
100% {
opacity: 0;
visibility: 0;
}
}
@keyframes loaderTMK {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.th-compare-output-product::-webkit-scrollbar {
height: 2px;
width: 2px;
}
.th-compare-output-product::-webkit-scrollbar-thumb {
background: black;
border-radius: 10px;
}
@media screen and (max-width: 450px) {
.th-compare-output-product .product-table-configure td {
min-width: unset;
}
.th-compare-output-product .product-table-configure td.left-title {
padding: 10px;
}
.th-compare-output-product .product-table-configure td.left-title span {
font-size: 16px;
}
.th-compare-output-product
.product-table-configure
.image
.image-and-addcart
.img_ {
min-width: unset;
max-width: 60px;
max-height: 80px;
}
}
.th-compare-footer-wrap {
position: fixed;
z-index: 1000000000;
background-color: white;
width: 100%;
bottom: -150px;
transition: 0.8s all ease;
box-sizing: border-box;
}
.th-compare-footer-wrap * {
box-sizing: border-box;
}
.th-compare-footer-wrap.active {
bottom: 0;
}
.th-compare-footer-wrap.active > div {
box-shadow: 0 12px 53px 3px rgba(69, 77, 89, 0.21);
}
.th-compare-footer-wrap.active .th-footer-up-down .icon_2 {
transform: rotate(180deg);
}
.th-compare-footer-wrap .th-footer-up-down {
position: absolute;
top: -35px;
height: 35px;
padding: 0 12px;
border-radius: 8px 8px 0 0;
display: flex;
justify-content: center;
align-items: center;
transform: translatex(-50%);
left: 50%;
background-color: inherit;
grid-gap: 8px;
color: #464646;
border: none;
font-weight: 700;
letter-spacing: 0.03rem;
font-size: 14px;
box-shadow: 0px -4px 8px 0px rgba(69, 77, 89, 0.21);
}
.th-compare-footer-wrap .th-footer-up-down:focus {
outline: none;
}
.th-compare-footer-wrap .th-footer-up-down .icon_2 {
transition: 0.2s transform ease;
}
.th-compare-footer-wrap > div {
display: flex;
grid-gap: 10px;
align-items: center;
height: 150px;
padding: 0 35px;
position: relative;
background-color: inherit;
justify-content: space-between;
}
.th-compare-footer-wrap > div .th-footer-bar-opner {
visibility: visible;
}
.th-compare-footer-wrap > div .th-add-product-bar {
background: #e9e9e9;
line-height: 1;
cursor: pointer;
border-radius: 8px;
display: flex;
align-items: center;
color: #464646;
font-weight: 700;
font-size: 14px;
letter-spacing: 0.03rem;
}
.th-compare-footer-wrap > div .th-add-product-bar i {
height: unset;
width: unset;
font-size: 16px;
padding: 11px;
background-color: #b1b1b1;
border-radius: 8px 0px 0 8px;
}
.th-compare-footer-wrap > div .th-add-product-bar span {
padding: 0 11px;
}
.th-compare-footer-wrap > div .product_image { display: flex;
grid-gap: 10px;
max-width: 100%;
overflow: auto;
padding: 10px;
}
.th-compare-footer-wrap > div .product_image .img_ {
width: 110px;
height: 110px;
min-width: 110px;
position: relative;
background: #dbdbdb;
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
}
.th-compare-footer-wrap > div .product_image .img_:hover .th-remove-product {
opacity: 1;
}
.th-compare-footer-wrap > div .product_image .img_ .th-remove-product {
position: absolute;
right: -5px;
top: -8px;
z-index: 10;
color: white;
background: #ef0909;
width: unset;
height: unset;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: 0.2s all linear;
padding: 2px;
opacity: 0;
line-height: 1;
}
.th-compare-footer-wrap > div .product_image .img_ .th-remove-product:before {
content: "\f158";
font-family: "dashicons";
font-style: normal;
font-size: 18px;
}
.th-compare-footer-wrap > div .product_image .img_ a {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.th-compare-footer-wrap > div .product_image .img_ img {
object-fit: scale-down;
max-width: 100%;
max-height: 100%;
}
.th-compare-footer-wrap
> div
.th-compare-enable
.th-compare-footer-product-opner {
line-height: 1;
padding: 0;
border-radius: 8px;
display: flex;
align-items: center;
background: #e9e9e9;
color: #464646;
font-weight: 700;
font-size: 14px;
letter-spacing: 0.03rem;
}
.th-compare-footer-wrap
> div
.th-compare-enable
.th-compare-footer-product-opner
.icon_ {
height: unset;
width: unset;
font-size: 16px;
padding: 11px;
background-color: #b1b1b1;
border-radius: 8px 0px 0 8px;
}
.th-compare-footer-wrap
> div
.th-compare-enable
.th-compare-footer-product-opner
.text_ {
padding: 0 11px;
}
.th-compare-footer-wrap
> div
.th-compare-enable
.th-compare-footer-product-opner.active
.icon_:before {
content: "\f158";
}
.th-compare-footer-wrap .th-compare-loader {
display: none;
}
.th-compare-footer-wrap.loading .th-compare-loader {
position: absolute;
z-index: 10000;
background: #ffffffe8;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
left: 0;
}
.th-compare-footer-wrap.loading .th-compare-loader svg {
animation: loaderTMK 0.8s linear 0s infinite forwards;
}
.th-compare-footer-wrap.position-right,
.th-compare-footer-wrap.position-left {
width: 150px;
height: 100%;
bottom: 0;
}
.th-compare-footer-wrap.position-right > div,
.th-compare-footer-wrap.position-left > div {
height: 100%;
flex-direction: column;
padding: 20px 0;
}
.th-compare-footer-wrap.position-right > div .product_image,
.th-compare-footer-wrap.position-left > div .product_image {
flex-direction: column;
justify-content: center;
}
.th-compare-footer-wrap.position-right > div .th-add-product-bar i,
.th-compare-footer-wrap.position-left > div .th-add-product-bar i {
border-radius: 4px;
}
.th-compare-footer-wrap.position-right > div .th-add-product-bar span,
.th-compare-footer-wrap.position-left > div .th-add-product-bar span {
display: none;
}
.th-compare-footer-wrap.position-right
> div
.th-compare-footer-product-opner
.icon_,
.th-compare-footer-wrap.position-left
> div
.th-compare-footer-product-opner
.icon_ {
border-radius: 4px;
}
.th-compare-footer-wrap.position-right
> div
.th-compare-footer-product-opner
.text_,
.th-compare-footer-wrap.position-left
> div
.th-compare-footer-product-opner
.text_ {
display: none;
}
.th-compare-footer-wrap.position-right .th-footer-up-down,
.th-compare-footer-wrap.position-left .th-footer-up-down {
top: 50%;
width: 30px;
padding: 10px 14px;
height: fit-content;
background-color: inherit;
transform: translateY(-50%);
flex-direction: column;
word-break: break-word;
font-size: 12px;
}
.th-compare-footer-wrap.position-right .th-footer-up-down .text_,
.th-compare-footer-wrap.position-left .th-footer-up-down .text_ {
display: none;
}
.th-compare-footer-wrap.position-left {
left: -150px;
}
.th-compare-footer-wrap.position-left .th-footer-up-down .icon_2 {
transform: rotate(90deg);
}
.th-compare-footer-wrap.position-left.active {
left: 0;
}
.th-compare-footer-wrap.position-left.active .th-footer-up-down .icon_2 {
transform: rotate(-90deg);
}
.th-compare-footer-wrap.position-left .th-footer-up-down {
right: -30px;
left: unset;
border-radius: 0 8px 8px 0;
}
.th-compare-footer-wrap.position-right {
right: -150px;
}
.th-compare-footer-wrap.position-right .th-footer-up-down .icon_2 {
transform: rotate(-90deg);
}
.th-compare-footer-wrap.position-right.active {
right: 0;
}
.th-compare-footer-wrap.position-right.active .th-footer-up-down .icon_2 {
transform: rotate(90deg);
}
.th-compare-footer-wrap.position-right .th-footer-up-down {
left: -30px;
right: unset;
border-radius: 8px 0 0 8px;
}
.th-compare-footer-wrap.position-top {
top: -150px;
height: fit-content;
}
.th-compare-footer-wrap.position-top .th-footer-up-down .icon_2 {
transform: rotate(180deg);
}
.th-compare-footer-wrap.position-top.active {
top: 0;
}
.th-compare-footer-wrap.position-top.active .th-footer-up-down .icon_2 {
transform: rotate(0);
}
.th-compare-footer-wrap.position-top .th-footer-up-down {
top: unset;
bottom: -35px;
border-radius: 0 0px 8px 8px;
}
.th-add-more-product-container {
display: none;
position: fixed;
background: #060606eb;
width: 100%;
height: 100%;
z-index: 10000000;
left: 0;
top: 0;
}
.th-add-more-product-container * {
box-sizing: border-box;
}
.th-add-more-product-container.active {
display: flex;
justify-content: center;
}
.th-add-more-product-container .th-add-more-product-inner {
display: flex;
align-items: center;
height: 100%;
width: 60%;
}
.th-add-more-product-container .th-add-more-product-inner .th-search-product {
padding: 10px 10px;
background-color: white;
border-radius: 4px;
position: relative;
width: 100%;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.remove_search_popup {
position: absolute;
right: -15px;
top: -15px;
background: #cd0b0b;
color: white;
border-radius: 3px;
cursor: pointer;
width: 33px;
line-height: 33px;
height: 33px;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input {
width: 100%;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input
input {
width: 100%;
border: 1px solid #d5e0e5;
margin-bottom: 12px;
border-radius: 4px;
background-color: white;
padding: 14px;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input-result {
min-height: 200px;
max-height: 340px;
overflow: auto;
background-color: white;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input-result
.th-compare-external-popup-open {
padding: 15px;
border-bottom: 1px solid #f2f2f2;
cursor: pointer;
transition: 0.2s all ease;
display: flex;
align-items: center;
grid-gap: 5px;
font-size: 16px;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input-result
.th-compare-external-popup-open:before {
content: "\f159";
font-family: "dashicons";
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input-result
.th-compare-external-popup-open.checked {
background: #d5e0e5;
color: black;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input-result
.th-compare-external-popup-open.checked:before {
content: "\f147";
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input-result
.th-compare-external-popup-open:hover {
background: #07618f;
color: white;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input-result
.th-compare-external-popup-open
.img_ {
height: 60px;
width: 75px;
position: relative;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input-result
.th-compare-external-popup-open
.img_
img {
position: absolute;
top: 0;
height: 100%;
width: 100%;
object-fit: scale-down;
}
@media screen and (max-width: 450px) {
.th-compare-footer-wrap > div {
padding: 0 10px;
justify-content: space-between;
}
.th-compare-footer-wrap > div .th-add-product-bar i {
border-radius: 4px;
}
.th-compare-footer-wrap > div .th-add-product-bar span {
display: none;
}
.th-compare-footer-wrap > div .th-compare-footer-product-opner .icon_ {
border-radius: 4px !important;
}
.th-compare-footer-wrap > div .th-compare-footer-product-opner .text_ {
display: none;
}
.th-add-more-product-container .th-add-more-product-inner {
justify-content: center;
width: 95%;
}
.th-add-more-product-container .th-add-more-product-inner .th-search-product {
max-width: 90%;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input-result
.th-compare-external-popup-open {
font-size: 14px;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input-result
.th-compare-external-popup-open
.img_ {
height: 45px;
width: 52px;
}
.th-add-more-product-container
.th-add-more-product-inner
.th-search-product
.th-search-product-input
input {
padding: 4px;
margin-bottom: 4px;
}
}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}
.uagb-social-share__outer-wrap,.uagb-social-share__wrap{display:flex;align-items:center;justify-content:center}.uagb-social-share__layout-vertical.uagb-social-share__outer-wrap,.uagb-social-share__layout-vertical .uagb-social-share__wrap{flex-direction:column}.uagb-social-share__layout-vertical .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:first-child{margin-top:0 !important}.uagb-social-share__layout-vertical .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:last-child{margin-bottom:0 !important}.uagb-social-share__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-social-share__outer-wrap .uagb-ss__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all 0.2s;display:inline-flex;text-align:center}.uagb-social-share__outer-wrap .uagb-ss__source-wrap{display:inline-block}.uagb-social-share__outer-wrap .uagb-ss__link{color:#3a3a3a;display:inline-table;line-height:0;cursor:pointer}.uagb-social-share__outer-wrap .uagb-ss__source-icon{font-size:40px;width:40px;height:40px}.uagb-social-share__outer-wrap .uagb-ss__source-image{width:40px}@media (max-width: 976px){.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left:0;margin-right:0}}.uagb-social-share__layout-horizontal .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:first-child{margin-left:0 !important}.uagb-social-share__layout-horizontal .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:last-child{margin-right:0 !important}
.wp-block-uagb-social-share .uagb-social-share__wrapper{text-decoration:none}.uagb-social-share__wrapper{box-shadow:none}.uagb-social-share__outer-wrap:not(.uagb-social-share__no-label) .uagb-social-share__source-wrap{margin-right:15px}.uagb-social-share__outer-wrap.uagb-social-share__icon-at-top .uagb-social-share__source-wrap{-ms-flex-item-align:flex-start;align-self:flex-start;margin-top:5px}
.uagb-block-8d6bb1d2 .uagb-ss-repeater span.uagb-ss__link{color: #3a3a3a;}.uagb-block-8d6bb1d2 .uagb-ss-repeater a.uagb-ss__link{color: #3a3a3a;}.uagb-block-8d6bb1d2 .uagb-ss-repeater span.uagb-ss__link svg{fill: #3a3a3a;}.uagb-block-8d6bb1d2 .uagb-ss-repeater a.uagb-ss__link svg{fill: #3a3a3a;}.uagb-block-8d6bb1d2.uagb-social-share__layout-vertical .uagb-ss__wrapper{margin-left: 0;margin-right: 0;margin-top: 5px;margin-bottom: 5px;}.uagb-block-8d6bb1d2.uagb-social-share__layout-vertical .uagb-ss__link{padding: 10px;}.uagb-block-8d6bb1d2.uagb-social-share__layout-horizontal .uagb-ss__link{padding: 10px;}.uagb-block-8d6bb1d2.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left: 5px;margin-right: 5px;}.uagb-block-8d6bb1d2 .wp-block-uagb-social-share-child {border-radius: 0px;}.uagb-block-8d6bb1d2 .uagb-ss__source-wrap{width: 30px;}.uagb-block-8d6bb1d2 .uagb-ss__source-wrap svg{width: 30px;height: 30px;}.uagb-block-8d6bb1d2 .uagb-ss__source-image{width: 30px;}.uagb-block-8d6bb1d2 .uagb-ss__source-icon{width: 30px;height: 30px;font-size: 30px;}.uagb-block-8d6bb1d2.uagb-social-share__outer-wrap{justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.uagb-block-27123ae6.uagb-ss-repeater span.uagb-ss__link{color: #3b5998;}.uagb-block-27123ae6.uagb-ss-repeater a.uagb-ss__link{color: #3b5998;}.uagb-block-27123ae6.uagb-ss-repeater span.uagb-ss__link svg{fill: #3b5998;}.uagb-block-27123ae6.uagb-ss-repeater a.uagb-ss__link svg{fill: #3b5998;}.uagb-block-97eec35e.uagb-ss-repeater span.uagb-ss__link{color: #55acee;}.uagb-block-97eec35e.uagb-ss-repeater a.uagb-ss__link{color: #55acee;}.uagb-block-97eec35e.uagb-ss-repeater span.uagb-ss__link svg{fill: #55acee;}.uagb-block-97eec35e.uagb-ss-repeater a.uagb-ss__link svg{fill: #55acee;}.uagb-block-1e377543.uagb-ss-repeater span.uagb-ss__link{color: #bd081c;}.uagb-block-1e377543.uagb-ss-repeater a.uagb-ss__link{color: #bd081c;}.uagb-block-1e377543.uagb-ss-repeater span.uagb-ss__link svg{fill: #bd081c;}.uagb-block-1e377543.uagb-ss-repeater a.uagb-ss__link svg{fill: #bd081c;}.uagb-block-05935bd7.uagb-ss-repeater span.uagb-ss__link{color: #0077b5;}.uagb-block-05935bd7.uagb-ss-repeater a.uagb-ss__link{color: #0077b5;}.uagb-block-05935bd7.uagb-ss-repeater span.uagb-ss__link svg{fill: #0077b5;}.uagb-block-05935bd7.uagb-ss-repeater a.uagb-ss__link svg{fill: #0077b5;}@media only screen and (max-width: 976px) {.uagb-block-8d6bb1d2.uagb-social-share__layout-vertical .uagb-ss__wrapper{margin-left: 0;margin-right: 0;margin-top: 5px;margin-bottom: 5px;}.uagb-block-8d6bb1d2.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left: 5px;margin-right: 5px;}.uagb-block-8d6bb1d2.uagb-social-share__outer-wrap{justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}}@media only screen and (max-width: 767px) {.uagb-block-8d6bb1d2.uagb-social-share__layout-vertical .uagb-ss__wrapper{margin-left: 0;margin-right: 0;margin-top: 5px;margin-bottom: 5px;}.uagb-block-8d6bb1d2.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left: 5px;margin-right: 5px;}.uagb-block-8d6bb1d2.uagb-social-share__outer-wrap{justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}}.wpac,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac p,.wpac td,.wpac dl,.wpac tr,.wpac dt,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac table,.wpac th,.wpac tbody,.wpac tfoot,.wpac caption,.wpac thead,.wpac ul,.wpac li,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac li,.wpac strong,.wpac legend,.wpac em,.wpac s,.wpac cite,.wpac span,.wpac input,.wpac sup,.wpac label,.wpac dfn,.wpac object,.wpac big,.wpac q,.wpac font,.wpac samp,.wpac acronym,.wpac small,.wpac img,.wpac strike,.wpac code,.wpac sub,.wpac ins,.wpac textarea,.wpac var,.wpac a,.wpac abbr,.wpac applet,.wpac del,.wpac kbd,.wpac tt,.wpac b,.wpac i,.wpac hr{background-attachment:scroll!important;background-color:transparent!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-color:black!important;border-color:currentColor!important;border-radius:0!important;border-style:none!important;border-width:medium!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1;outline:invert none medium!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;text-shadow:none!important;-webkit-transition:none!important;transition:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.wpac,.wpac h3,.wpac h5,.wpac p,.wpac h1,.wpac dl,.wpac dt,.wpac h6,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac h2,.wpac caption,.wpac h4,.wpac ul,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac textarea,.wpac hr{display:block}.wpac table{display:table}.wpac tbody{display:table-row-group}.wpac tr{display:table-row}.wpac td{display:table-cell}.wpac ul{list-style-type:none!important}.wpac li{display:list-item;min-height:auto!important;min-width:auto!important}.wpac a,.wpac a *,.wpac input[type=submit],.wpac input[type=radio],.wpac input[type=checkbox],.wpac select{cursor:pointer!important}.wpac a:hover{text-decoration:none!important}.wpac button,.wpac input[type=submit]{height:auto!important;text-align:center!important}.wpac input[type=hidden]{display:none}.wpac select{-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important}.wpac input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.wpac input[type="checkbox"]:before,.wpac input[type="checkbox"]:after{content:none!important;border:0!important}.wpac input[type=radio]{-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.wpac input[type="radio"]:before,.wpac input[type="radio"]:after{content:none!important;border:0!important}.wpac li:before,.wpac li:after{content:""!important}.wpac input,.wpac select{vertical-align:middle!important}.wpac select,.wpac textarea,.wpac input{border:1px solid #ccc!important}.wpac table{border-collapse:collapse!important;border-spacing:0!important}.wpac *[dir=rtl]{direction:rtl!important}.wpac img{border:0!important}.wpac svg{vertical-align:middle!important;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.wpac{font-size:14px!important;line-height:20px!important;direction:inherit!important;text-align:inherit!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;color:#333!important;font-style:normal!important;font-weight:normal!important;text-decoration:none!important;list-style-type:disc!important}.wp-gr .wp-google-badge{display:inline-block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge-fixed{position:fixed!important;right:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge_left-fixed{position:fixed!important;left:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important}.wp-gr .wp-google-badge *{cursor:pointer!important}.wp-gr .wp-google-border{width:100%!important;height:6px!important;background:#4fce6a!important;border-radius:2px 2px 0 0!important}.wp-gr .wp-google-badge-btn{position:relative!important;padding:10px!important;background:#fff!important;transition:all .2s ease-in-out!important;border-radius:2px!important}.wp-gr .wp-google-badge-btn:hover{background:#f3f3f5!important}.wp-gr .wp-google-badge-score{display:inline-block;margin:0 0 0 4px!important;vertical-align:middle!important}.wp-gr .wp-google-rating{color:#fb8e28!important;font-size:21px!important;font-weight:600!important;margin:0 6px 0 0!important;vertical-align:middle!important}.wp-gr .wp-google-stars .wp-star{padding:0 4px 0 0!important;line-height:22px!important}.wp-gr .wp-google-powered{color:#555!important;margin:6px 0 0!important}.wp-gr .wp-google-powered img{max-width:144px!important}.wp-gr .wp-google-form .wp-google-reviews{padding:16px 16px 0!important}.wp-gr .wp-google-review{margin-top:15px!important}.wp-gr .wp-google-left{display:table-cell!important;vertical-align:top!important}[dir="ltr"] .wp-google-left{padding-right:10px!important}[dir="rtl"] .wp-google-left{padding-left:10px!important}.wp-gr .wp-google-left img{border:none!important;float:left!important;height:50px!important;width:50px!important;margin-right:10px!important;overflow:hidden!important;border-radius:50%!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .wp-google-reviews img{border-radius:50%!important}.wp-gr .wp-google-right{display:table-cell!important;vertical-align:top!important;width:10000px!important}.wp-gr .wp-google-place.wp-place-center{text-align:center!important}.wp-gr .wp-google-place.wp-place-center .wp-google-left{display:block!important}.wp-gr .wp-google-place.wp-place-center .wp-google-left img{float:none!important}.wp-gr .wp-google-place .wp-star svg{width:20px!important;height:20px!important;vertical-align:middle!important}.wp-gr .wp-star svg{display:inline-block!important}.wp-gr .wp-google-review .wp-star svg{width:19px!important;height:19px!important;vertical-align:middle!important}.wp-gr .wp-google-name{color:black!important;font-size:100%!important;font-weight:bold!important;margin:0 0 2px!important;padding-right:6px!important;text-decoration:none!important}.wp-gr a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr .wp-google-time{color:#555!important;font-size:13px!important}.wp-gr .wp-google-text{color:#222!important;font-size:15px!important;line-height:24px!important;max-width:100%!important;overflow:hidden!important;white-space:pre-wrap!important;word-break:break-word!important}.wp-gr .wp-google-text .wp-google-stars{padding-right:7px!important}.wp-gr .wp-more{display:none}.wp-gr .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.wp-gr .wp-google-url{display:block;margin:10px 0!important;color:#136aaf!important;text-align:center!important}.wp-gr .wp-google-form{position:fixed!important;bottom:0!important;right:0!important;height:100%!important;width:368px!important;z-index:2147483000!important}.wp-gr .wp-google-form.wp-google-form-left{left:0!important}@media(max-width:460px){.wp-gr .wp-google-form{width:100%!important}}.wp-gr .wp-google-head{position:absolute!important;top:0!important;right:0!important;width:100%!important;height:80px!important;background:#fff!important;padding:10px 16px!important;overflow:hidden!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.12)!important;z-index:2147483002!important}.wp-gr .wp-google-head-inner{z-index:2147483000!important;position:absolute!important;left:20px!important;top:20px!important;width:100%!important;height:100%!important;pointer-events:none!important}.wp-gr .wp-google-close{padding:0!important;cursor:pointer!important;outline:0!important;border:0!important;background:0 0!important;min-height:0!important;width:auto!important;float:right!important;font-size:32px!important;font-weight:500!important;line-height:.6!important;color:#999!important;-webkit-appearance:none!important}.wp-gr .wp-google-close:hover{color:#555!important}.wp-gr .wp-google-body{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgba(250,250,251,.98)!important;border-left:1px solid #dadee2!important;box-shadow:0 0 4px 1px rgba(0,0,0,.08)!important;z-index:2147483000!important}.wp-gr .wp-google-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;overflow-y:auto!important;z-index:2147483001!important;-webkit-transform:translateZ(0)!important}.wp-gr .wp-google-content{top:80px!important;bottom:48px!important}.wp-gr .wp-google-content-inner{position:relative!important;min-height:100%!important;margin:0 auto!important}.wp-gr .wp-google-footer{position:absolute!important;bottom:0!important;right:0!important;width:100%!important;height:48px!important;text-align:center!important;z-index:2147483002!important;background:#fff!important;box-shadow:0 -1px 2px 0 rgba(0,0,0,.06)!important;-moz-text-align-last:center!important;text-align-last:center!important}.wp-gr .wp-google-footer img{float:right!important;padding:16px!important}.wp-gr .wp-dark .wp-google-name{color:#eee!important}.wp-gr .wp-dark .wp-google-time{color:#bbb!important}.wp-gr .wp-dark .wp-google-text{color:#ececec!important}.wp-gr.wpac .wp-google-name{font-size:100%!important}.wp-gr.wpac .wp-google-hide{display:none}.wp-gr.wpac .wp-google-name a{color:#333!important;font-size:100%!important;text-decoration:none!important}.wp-gr.wpac .wp-google-left img{width:50px!important;height:50px!important;border-radius:50%!important}.wp-gr.wpac a.wp-google-name{color:#154fc1!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.wp-gr.wpac .wp-google-place .wp-star svg{width:20px;height:20px}.wp-gr.wpac .wp-google-review .wp-google-stars{display:inline-block;margin-right:4px!important}.wp-gr.wpac .wp-google-review .wp-star svg{width:18px;height:18px}.wp-gr.wpac .wp-dark .wp-google-name a{color:#eee!important}@media(max-width:480px){.wp-google-badge.wp-google-badge-fixed.wp-google-badge-hide{display:none!important}}@media(max-width:480px){.wp-google-badge.wp-google-badge_left-fixed.wp-google-badge-hide{display:none!important}}.wp-gr .grw-slider{display:block!important;width:100%!important;padding-bottom:20px!important;text-align:left!important;direction:ltr!important;box-sizing:border-box!important}.wp-gr .grw-slider .grw-row{display:-ms-flexbox!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;-ms-flex-wrap:nowrap!important;-ms-flex-align:center!important}.wp-gr .grw-slider .grw-row-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wp-gr .grw-row-xs .grw-slider-header,.wp-gr .grw-row-xs .grw-slider-content,.wp-gr .grw-row-xs .grw-slider-review,.wp-gr .grw-row-x .grw-slider-header+.grw-slider-content .grw-slider-review{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wp-gr .grw-row-xl .grw-slider-header+.grw-slider-content{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.wp-gr .grw-row-l .grw-slider-header+.grw-slider-content{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.wp-gr .grw-row-m .grw-slider-header+.grw-slider-content{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wp-gr .grw-row-s .grw-slider-header+.grw-slider-content{-ms-flex:0 0 66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.wp-gr .grw-row-x .grw-slider-header,.wp-gr .grw-row-x .grw-slider-header+.grw-slider-content,.wp-gr .grw-row-x .grw-slider-review,.wp-gr .grw-row-s .grw-slider-header+.grw-slider-content .grw-slider-review{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wp-gr .grw-row-s .grw-slider-header,.wp-gr .grw-row-s .grw-slider-review,.wp-gr .grw-row-m .grw-slider-header+.grw-slider-content .grw-slider-review{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.wp-gr .grw-row-m .grw-slider-header,.wp-gr .grw-row-m .grw-slider-review,.wp-gr .grw-row-l .grw-slider-review{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wp-gr .grw-row-l .grw-slider-header,.wp-gr .grw-row-xl .grw-slider-review{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.wp-gr .grw-row-xl .grw-slider-header{-ms-flex:0 0 16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.wp-gr .grw-slider .grw-slider-content{position:relative!important;min-width:0!important}.wp-gr .grw-slider .grw-slider-content-inner{position:relative!important}.wp-gr .grw-slider .grw-slider-header-inner,.wp-gr .grw-slider .grw-slider-review-inner{position:relative!important;margin:0 10px!important;padding:15px!important;width:100%!important}.wp-gr .grw-slider:not(.wp-dark) .grw-slider-review-inner.grw-slider-review-border{background:#fafafa!important;border-radius:4px!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .grw-slider .grw-slider-review-inner>svg{position:absolute!important;top:10px!important;right:10px!important;width:18px!important;height:18px!important}.wp-gr .grw-slider .grw-slider-reviews{display:flex!important;display:-ms-flexbox!important;overflow:hidden!important;overflow-x:scroll!important;margin:0 20px!important;padding:10px 0 15px!important;flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none}.wp-gr .grw-slider .grw-slider-reviews::-webkit-scrollbar{display:none!important}.wp-gr .grw-slider .grw-slider-review{display:flex!important;position:relative!important;justify-content:center!important;align-items:center!important;flex-shrink:0!important;scroll-snap-align:start!important;transform-origin:center center!important;transform:scale(1)!important;transition:transform .5s!important}.wp-gr .grw-slider .grw-slider-controls{position:absolute!important;top:50%!important;width:100%!important}.wp-gr .grw-slider .grw-slider-btns{position:absolute!important;height:33px!important;width:33px!important;text-align:center!important;cursor:pointer!important;border-radius:50%!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .grw-slider .grw-slider-btns svg path{fill:#aaa}.wp-gr .grw-slider .grw-slider-btns:hover svg path{fill:#555!important}.wp-gr .grw-slider .grw-slider-btns.grw-slider-prev{left:0!important;margin-left:-5px!important}.wp-gr .grw-slider .grw-slider-btns.grw-slider-next{right:0!important;margin-right:-5px!important}.wp-gr .grw-slider .grw-slider-dots{position:absolute!important;left:50%!important;transform:translate(-50%,0)!important;text-align:center!important}.wp-gr .grw-slider .grw-slider-dot{display:inline-block!important;width:9px!important;height:9px!important;margin:3px!important;background:#ccc!important;border-radius:20px!important;cursor:pointer!important;opacity:.4!important;transition:all .2s ease-in-out!important}.wp-gr .grw-slider .grw-slider-dot:hover{opacity:1!important}.wp-gr .grw-slider .grw-slider-dot.active{opacity:1!important;background:#427fed!important}.wp-gr .grw-slider-review .wp-google-left{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:24px!important}.wp-gr .grw-slider .wp-google-review{margin:0!important}.wp-gr .grw-slider .wp-google-stars{margin:15px 0 7px!important}.wp-gr .grw-slider .wp-google-feedback{height:100px!important;overflow-y:auto!important}.wp-gr .grw-slider .wp-google-feedback::-webkit-scrollbar{width:4px!important}.wp-gr .grw-slider .wp-google-feedback::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)!important;-webkit-border-radius:4px!important;border-radius:4px!important}.wp-gr .grw-slider .wp-google-feedback::-webkit-scrollbar-thumb{-webkit-border-radius:10px!important;border-radius:10px!important;background:#ccc!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5)!important}.wp-gr .grw-slider .wp-google-feedback::-webkit-scrollbar-thumb:window-inactive{background:#ccc!important}.wp-gr .wp-google-wr{margin:15px auto 8px -6px!important}.wp-gr .wp-google-wr a{color:#fff!important;padding:8px 20px 10px!important;outline:none!important;border-radius:27px!important;background:#0a6cff!important;white-space:nowrap!important;text-shadow:1px 1px 0 #888!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .wp-google-wr a:hover{background:#1f67e7!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 3px 5px rgba(0,0,0,.24)!important}.wp-gr .wp-google-wr a:active{background:#0a6cff!important;box-shadow:none!important}.wp-gr .wp-google-wr a svg{display:inline-block;padding:1px;margin:0 0 0 4px;background:#fff;border-radius:50%}@font-face {
font-family: "Montserrat";
src: url(//carniceriasuahorro.es/wp-content/plugins/wp-popup-builder/css/fonts/Montserrat-Regular.ttf) format("truetype");
font-weight: normal;
}
@font-face {
font-family: "Montserrat";
src: url(//carniceriasuahorro.es/wp-content/plugins/wp-popup-builder/css/fonts/Montserrat-Medium.ttf) format("truetype");
font-weight: 500;
}
@font-face {
font-family: "Montserrat";
src: url(//carniceriasuahorro.es/wp-content/plugins/wp-popup-builder/css/fonts/Montserrat-Bold.ttf) format("truetype");
font-weight: 600;
}
@font-face {
font-family: "DancingScript";
src: url(//carniceriasuahorro.es/wp-content/plugins/wp-popup-builder/css/fonts/DancingScript.ttf) format("truetype");
font-weight: normal;
}
.wppb-popup-main-wrap *:not(.dashicons) {
font-family: "Montserrat", sans-serif;
font-weight: normal;
-webkit-font-smoothing: subpixel-antialiased;
box-sizing: border-box;
}
.wppb-popup_clear:after {
content: "";
clear: both;
display: block;
}
.wppb-popup_clear > div {
box-sizing: border-box;
}
.business-popup-column-two {
width: 50%;
float: left;
}
.wppbPopupActive {
overflow: hidden;
}
.wppb-popup-open.popup {
display: none;
}
#wppbPopupShow * {
box-sizing: border-box;
}
#wppbPopupShow {
position: fixed;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.67);
z-index: 10000;
justify-content: center;
display: flex;
}
#wppbPopupShow > div {
position: relative;
} .wppb-popup-main-wrap.inline_ .wppb-popup-custom-wrapper {
margin: 15px 0;
max-width: 100%;
}
.wppb-popup-main-wrap .wppb-popup-custom-wrapper { position: relative;
margin: auto;
font-size: 10px;
}
.wppb-popup-main-wrap .wppb-popup-overlay-custom-img {
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
background-repeat: no-repeat;
background-size: cover;
background-position: left bottom;
border-radius: inherit;
}
.wppb-popup-main-wrap .wppb-popup-custom-overlay {
background-color: #28292c91;
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
border-radius: inherit;
}
.wppb-popup-main-wrap .wppb-popup-custom-content {
padding: 23px 37px;
height: auto;
z-index: 4;
position: relative;
overflow-x: initial;
border-radius: inherit;
} .wppb-popup-main-wrap .wppb-popup-custom-content::-webkit-scrollbar {
width: 5px;
}
.wppb-popup-main-wrap .wppb-popup-custom-content::-webkit-scrollbar-track {
box-shadow: inset 1px 1px 8px 3px #4001ff30;
border-radius: 10px;
background: #5a5a5a;
}
.wppb-popup-main-wrap .wppb-popup-custom-content::-webkit-scrollbar-thumb {
background: #cccccc;
border-radius: 10px;
}
.data-rl-editable-wrap {
display: flex;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap {
display: flex;
color: white;
align-items: center;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap.two-column .wppb-popup-rl-column {
width: 50%;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap .data-rl-editable-wrap > span,
.wppb-popup-main-wrap .wppb-popup-rl-wrap a {
display: block;
line-height: 1;
color: white;
font-size: 16px;
text-align: center;
width: 100%;
margin: 3px 0;
font-weight: normal;
letter-spacing: 1px;
padding: 1px 0;
box-sizing: border-box;
text-decoration: none;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap a:focus {
text-decoration: none;
outline: none;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap span.text-heading,
.wppb-popup-main-wrap .wppb-popup-rl-wrap a.text-heading {
font-size: 27px;
font-weight: 500;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap img {
max-width: 100%;
max-height: 100%;
box-sizing: border-box;
height: intrinsic;
}
.wppb-popup-main-wrap .wppb-popup-close-btn {
right: 5%;
top: 5%;
position: absolute;
width: auto;
height: auto;
font-size: 20px;
border: none;
cursor: pointer;
z-index: 1000;
}
.wppb-popup-main-wrap .wppb-popup-close-btn:focus {
box-shadow: none;
outline: none;
} .wppb-popup-lead-form {
width: 100%;
}
.wppb-popup-lead-form .leadform-show-form {
max-width: 100%;
padding: 4px;
}
.wppb-popup-lead-form .leadform-show-form div.lf-field {
margin: 0;
box-sizing: border-box;
}
.wppb-popup-lead-form .leadform-show-form input[type="submit"] {
min-height: unset;
padding: 10px 30px;
border-color: #000;
border-radius: 3px;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
color: #fff;
cursor: pointer;
background: #0c0c10;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
white-space: inherit;
}
.wppb-popup-lead-form.lf_submit_center .submit-type.lf-field {
text-align: center;
}
.wppb-popup-lead-form.lf_submit_right .submit-type.lf-field {
text-align: right;
}
.wppb-popup-lead-form
.leadform-show-form
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.wppb-popup-lead-form .leadform-show-form textarea {
border: 1px solid gainsboro;
color: #272525;
margin: 2px 0;
padding: 3px 6px !important;
height: auto;
line-height: 19px;
min-height: 12px;
}
.wppb-popup-lead-form .leadform-show-form li {
line-height: unset;
margin: unset;
font-size: unset;
}
.wppb-popup-lead-form .leadform-show-form textarea {
min-height: 60px;
}
.wppb-popup-lead-form .leadform-show-form h2 {
margin: 5px 0;
line-height: 24px;
font-size: 22px;
font-weight: 500;
color: rgba(82, 82, 82, 1);
line-height: 1;
}
.wppb-popup-custom-content .wppb-popup-lead-form .leadform-show-form label {
margin: 5px 0;
font-size: 15px;
color: rgba(82, 82, 82, 1);
line-height: 1;
}  .wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap,
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap,
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap {
flex-direction: column;
}
.wppb-popup-main-wrap.wppb-res-one
.wppb-popup-rl-wrap.two-column
.wppb-popup-rl-column,
.wppb-popup-main-wrap.wppb-res-two
.wppb-popup-rl-wrap.two-column
.wppb-popup-rl-column,
.wppb-popup-main-wrap.wppb-res-three
.wppb-popup-rl-wrap.two-column
.wppb-popup-rl-column {
width: unset !important;
max-width: 100%;
min-width: 100%;
}
.wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap span,
.wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap a {
font-size: calc(16px / 100 * 70);
margin: calc(3px / 100 * 70) 0;
letter-spacing: calc(1px / 100 * 70);
padding: calc(1px / 100 * 70) 0;
}
.wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap span.text-heading,
.wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap a.text-heading {
font-size: calc(27px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one .wppb-popup-lead-form .leadform-show-form {
padding: calc(4px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one
.wppb-popup-lead-form
.leadform-show-form
div.lf-field {
margin: 0;
box-sizing: border-box;
}
.wppb-popup-main-wrap.wppb-res-one
.wppb-popup-lead-form
.leadform-show-form
input[type="submit"] {
min-height: unset;
padding: calc(10px / 100 * 70) calc(30px / 100 * 70);
border-radius: calc(3px / 100 * 70);
font-size: calc(18px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one
.wppb-popup-lead-form
.leadform-show-form
input:not([type="submit"]),
.wppb-popup-main-wrap.wppb-res-one
.wppb-popup-lead-form
.leadform-show-form
textarea {
border: calc(1px / 100 * 70) solid gainsboro;
margin: calc(2px / 100 * 70) 0;
padding: calc(3px / 100 * 70) calc(6px / 100 * 70) !important;
line-height: calc(19px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one
.wppb-popup-lead-form
.leadform-show-form
textarea {
min-height: calc(60px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one
.wppb-popup-lead-form
.leadform-show-form
h2 {
margin: calc(5px / 100 * 70) 0;
line-height: calc(24px / 100 * 70);
font-size: calc(22px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one
.wppb-popup-lead-form
.leadform-show-form
label {
margin: calc(5px / 100 * 70) 0;
font-size: calc(15px / 100 * 70);
} .wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap span,
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap a {
font-size: calc(16px / 100 * 60);
margin: calc(3px / 100 * 60) 0;
letter-spacing: calc(1px / 100 * 60);
padding: calc(1px / 100 * 60) 0;
}
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap span.text-heading,
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap a.text-heading {
font-size: calc(27px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-lead-form .leadform-show-form {
padding: calc(4px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two
.wppb-popup-lead-form
.leadform-show-form
div.lf-field {
margin: 0;
box-sizing: border-box;
}
.wppb-popup-main-wrap.wppb-res-two
.wppb-popup-lead-form
.leadform-show-form
input[type="submit"] {
min-height: unset;
padding: calc(10px / 100 * 60) calc(30px / 100 * 60);
border-radius: calc(3px / 100 * 60);
font-size: calc(18px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two
.wppb-popup-lead-form
.leadform-show-form
input:not([type="submit"]),
.wppb-popup-main-wrap.wppb-res-two
.wppb-popup-lead-form
.leadform-show-form
textarea {
border: calc(1px / 100 * 60) solid gainsboro;
margin: calc(2px / 100 * 60) 0;
padding: calc(3px / 100 * 60) calc(6px / 100 * 60) !important;
line-height: calc(19px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two
.wppb-popup-lead-form
.leadform-show-form
textarea {
min-height: calc(60px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two
.wppb-popup-lead-form
.leadform-show-form
h2 {
margin: calc(5px / 100 * 60) 0;
line-height: calc(24px / 100 * 60);
font-size: calc(22px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two
.wppb-popup-lead-form
.leadform-show-form
label {
margin: calc(5px / 100 * 60) 0;
font-size: calc(15px / 100 * 60);
} .wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap span,
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap a {
font-size: calc(16px / 100 * 60);
margin: calc(3px / 100 * 60) 0;
letter-spacing: calc(1px / 100 * 60);
padding: calc(1px / 100 * 60) 0;
}
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap span.text-heading,
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap a.text-heading {
font-size: calc(27px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-lead-form .leadform-show-form {
padding: calc(4px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three
.wppb-popup-lead-form
.leadform-show-form
div.lf-field {
margin: 0;
box-sizing: border-box;
}
.wppb-popup-main-wrap.wppb-res-three
.wppb-popup-lead-form
.leadform-show-form
input[type="submit"] {
min-height: unset;
padding: calc(10px / 100 * 60) calc(30px / 100 * 60);
border-radius: calc(3px / 100 * 60);
font-size: calc(18px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three
.wppb-popup-lead-form
.leadform-show-form
input:not([type="submit"]),
.wppb-popup-main-wrap.wppb-res-three
.wppb-popup-lead-form
.leadform-show-form
textarea {
border: calc(1px / 100 * 60) solid gainsboro;
margin: calc(2px / 100 * 60) 0;
padding: calc(3px / 100 * 60) calc(6px / 100 * 60) !important;
line-height: calc(19px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three
.wppb-popup-lead-form
.leadform-show-form
textarea {
min-height: calc(60px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three
.wppb-popup-lead-form
.leadform-show-form
h2 {
margin: calc(5px / 100 * 60) 0;
line-height: calc(24px / 100 * 60);
font-size: calc(22px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three
.wppb-popup-lead-form
.leadform-show-form
label {
margin: calc(5px / 100 * 60) 0;
font-size: calc(15px / 100 * 60);
} @media only screen and (max-device-width: 480px) {
.wppb-popup-main-wrap .wppb-popup-rl-wrap {
flex-direction: column;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap.two-column .wppb-popup-rl-column {
width: unset !important;
}
.wppb-popup-main-wrap .wppb-popup-custom-wrapper {
width: unset !important;
}
#wppbPopupShow > div {
max-width: 80%;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap span,
.wppb-popup-main-wrap .wppb-popup-rl-wrap a {
font-size: calc(16px / 100 * 70);
margin: calc(3px / 100 * 70) 0;
letter-spacing: calc(1px / 100 * 70);
padding: calc(1px / 100 * 70) 0;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap span.text-heading,
.wppb-popup-main-wrap .wppb-popup-rl-wrap a.text-heading {
font-size: calc(27px / 100 * 70);
}
.wppb-popup-lead-form .leadform-show-form {
padding: calc(4px / 100 * 70);
}
.wppb-popup-lead-form .leadform-show-form div.lf-field {
margin: 0;
box-sizing: border-box;
}
.wppb-popup-lead-form .leadform-show-form input[type="submit"] {
min-height: unset;
padding: calc(10px / 100 * 70) calc(30px / 100 * 70);
border-radius: calc(3px / 100 * 70);
font-size: calc(18px / 100 * 70);
}
.wppb-popup-lead-form .leadform-show-form input:not([type="submit"]),
.wppb-popup-lead-form .leadform-show-form textarea {
border: calc(1px / 100 * 70) solid gainsboro;
margin: calc(2px / 100 * 70) 0;
padding: calc(3px / 100 * 70) calc(6px / 100 * 70) !important;
line-height: calc(19px / 100 * 70);
}
.wppb-popup-lead-form .leadform-show-form textarea {
min-height: calc(60px / 100 * 70);
}
.wppb-popup-lead-form .leadform-show-form h2 {
margin: calc(5px / 100 * 70) 0;
line-height: calc(24px / 100 * 70);
font-size: calc(22px / 100 * 70);
}
.wppb-popup-lead-form .leadform-show-form label {
margin: calc(5px / 100 * 70) 0;
font-size: calc(15px / 100 * 70);
}
}  .wppb-effect-one {
opacity: 0;
align-items: center;
}
.wppb-effect-one.wppb_popup_active {
animation: effect_one 0.2s 0s 1 normal ease-in forwards;
}
.wppb-effect-one.wppb_popup_shut {
opacity: 1;
animation: effect_one_close 0.5s 0s 1 normal ease-in forwards;
} @keyframes effect_one {
0% {
opacity: 0;
transform: scale(0.5);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes effect_one_close {
0% {
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(0);
}
}
.wppb-popup-main-wrap .wppb-popup-shortcode {
max-height: 200px;
overflow: auto;
}html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
overflow: hidden;
}
#yith-quick-view-modal {
position: fixed;
visibility: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1400;
opacity: 0;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
#yith-quick-view-modal:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba( 0, 0, 0, 0.8);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
display: inline-block;
vertical-align: middle;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
text-align: left;
height: 600px;
width: 1000px;
}
#yith-quick-view-modal .yith-wcqv-main {
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
height: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
visibility: visible;
opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content {
height: 100%;
}
#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
content: '';
display: table;
clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
height: 100%;
overflow-y: scroll;
position: relative;
}
#yith-quick-view-close {
border: 1px solid;
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
text-align: center;
line-height: 18px;
z-index: 2;
opacity: 0.5;
}
#yith-quick-view-close:hover {
opacity: 1;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
}
#yith-quick-view-content div.images {
width: 40%;
float: left;
opacity: 1 !important;
margin: 0;
}
#yith-quick-view-content div.summary {
margin: 0;
padding: 15px;
width: 60%;
float: left;
font-size: inherit;
}
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
content: '';
display: table;
clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
display: none;
}
#yith-quick-view-content .onsale {
top: 5px;
right: auto;
left: 5px;
}
#yith-quick-view-content figure.woocommerce-product-gallery__wrapper > div:not(:first-child) {
display: none;
}
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
background: none;
}
@media( max-width: 480px ) {
#yith-quick-view-content div.images,
#yith-quick-view-content div.summary {
width: 100%;
float: none;
}
#yith-quick-view-content div.summary {
margin: 0;
padding: 15px;
width: 100%;
float: left;
}
}