.wp-block-yith-search-block.is-loading > *,
.wp-block-yith-overlay-search-block.is-loading > * {
display: none;
}
.ywcas-overlay-wrapper-search.is-loading .ywcas-overlay-filled-content {
display: none;
}
.ywcas-history-searches-wrapper .ywcas-history-header {
border-bottom: 1px solid rgba(151, 151, 151, 0.1803921569);
margin-bottom: 17px;
padding-bottom: 8px;
font-size: 0.93rem;
}
.ywcas-history-searches-wrapper .ywcas-delete-all-history {
color: #9C9C9C;
font-size: 0.75rem;
}
.ywcas-history-searches-wrapper .ywcas-delete-all-history:hover {
cursor: pointer;
color: var(--wp--preset--color--primary, #007565);
}
.ywcas-popular-searches-wrapper .ywcas-popular-searches-items {
margin-left: -5px;
}
.ywcas-popular-searches-wrapper .ywcas-popular-searches__title {
border-bottom: 1px solid rgba(151, 151, 151, 0.1803921569);
margin-bottom: 17px;
padding-bottom: 8px;
font-size: 0.93rem;
}
.ywcas-popular-searches-wrapper .ywcas-popular-searches-item {
padding: 3px 15px;
display: inline-block;
border: 1px solid var(--wp--preset--color--contrast, #d8d8d8);
border-radius: 22px;
margin: 4px;
transition: all 0.3s linear;
color: var(--wp--preset--color--contrast, #000) !important;
font-weight: normal;
text-transform: capitalize;
font-size: 0.93rem;
}
.ywcas-popular-searches-wrapper .ywcas-popular-searches-item:hover {
background: #fbfbfb;
}
.search-category-results .ywcas-category-result a {
text-decoration: none;
}
.search-category-results .ywcas-category-result a:hover p {
text-decoration: underline;
}
.mobile-search-close {
display: none;
}
body.ywcas-disable-overflow {
overflow: hidden;
}
.ywcas-search-mobile {
padding: 30px 0;
background-color: #fff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 9999;
}
.ywcas-search-mobile.with-wp-admin-toolbar {
padding: 60px 0;
}
.ywcas-search-mobile.with-wp-admin-toolbar .mobile-search-content {
height: calc(100vh - 180px);
}
.ywcas-search-mobile .ywcas-block-components-search-field {
padding: 0 30px;
}
.ywcas-search-mobile .mobile-search-close {
display: block;
text-align: right;
opacity: 0.6;
margin-right: -15px;
margin-bottom: 20px;
}
.ywcas-search-mobile .mobile-search-close svg {
height: 20px;
}
.ywcas-search-mobile .mobile-search-content {
margin-top: 15px;
overflow: hidden;
overflow-y: auto;
height: calc(100vh - 150px);
padding: 30px;
}
.ywcas-search-mobile .mobile-search-content .wp-block-yith-filled-block {
display: flex;
flex-flow: column nowrap;
height: 100%;
}
.ywcas-search-mobile .mobile-search-content .ywcas-classic-related-content-wrapper {
margin-top: auto;
}
.ywcas-search-mobile .wp-block-separator {
padding: 0;
}
.ywcas-search-mobile .wp-block-yith-product-results-block .search-result-item.list .search-result-item__thumbnail,
.ywcas-search-mobile .ywcas-search-results .search-result-item.list .search-result-item__thumbnail {
display: block;
position: relative;
max-width: 35%;
}
.ywcas-search-mobile .wp-block-yith-product-results-block .search-result-item.grid .search-result-item__thumbnail,
.ywcas-search-mobile .ywcas-search-results .search-result-item.grid .search-result-item__thumbnail {
display: block;
position: relative;
max-width: calc(100vw - 20px - 15px);
}
.ywcas-search-mobile .search-result-item__content {
flex-wrap: wrap;
}
.ywcas-search-mobile .wp-block-yith-product-results-block .ywcas-search-results-grid.grid.lapilliUI-Grid__root {
grid-template-columns: 1fr 1fr !important;
column-gap: normal !important;
}
.ywcas-search-mobile .wp-block-yith-product-results-block .ywcas-search-results-grid.grid.lapilliUI-Grid__root img, .ywcas-search-mobile .wp-block-yith-product-results-block .ywcas-search-results-grid.grid.lapilliUI-Grid__root .search-result-item__thumbnail {
width: auto !important;
}
.ywcas-search-mobile .wp-block-yith-product-results-block .ywcas-search-results-grid.list.lapilliUI-Grid__root .search-result-item__summary {
min-width: 100% !important;
}
.wp-block-yith-search-block .ywcas-classic-search.ywcas-small {
font-size: 16px;
}
.wp-block-yith-search-block .ywcas-classic-search.ywcas-small input {
padding: 5px 0 5px 15px !important;
}
.wp-block-yith-search-block .ywcas-classic-search.ywcas-small .ywcas-block-components-search-field {
overflow: hidden;
}
.wp-block-yith-search-block .ywcas-classic-search.ywcas-small button {
margin-bottom: 0;
}
.wp-block-yith-search-block .ywcas-classic-search.ywcas-large {
font-size: 18px;
}
.wp-block-yith-search-block .ywcas-classic-search.ywcas-large input {
padding: 10px 20px !important;
}
.wp-block-yith-search-block .ywcas-classic-search.ywcas-large button {
margin-bottom: 0;
}
.wp-block-yith-search-block .ywcas-classic-search .ywcas-input-field-wrapper .ywcas-submit-wrapper {
margin-right: 10px;
}
.wp-block-yith-search-block .ywcas-classic-search .ywcas-input-field-wrapper .ywcas-submit-wrapper .ywcas-submit-icon {
cursor: pointer;
}
.ywcas-popover-results {
margin-top: 10px;
z-index: 9999;
}
.ywcas-popover-results .popover-content {
background: #fff;
padding: 30px;
border-radius: 13px;
border: 1px solid #d8d8d8;
max-height: 600px;
overflow-y: auto;
overflow-x: hidden;
box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
}
.ywcas-popover-results .popover-content::-webkit-scrollbar-track {
border-radius: 13px !important;
}
.ywcas-popover-results .popover-content::-webkit-scrollbar-thumb {
border-radius: 13px;
}
.ywcas-popover-results .popover-content .ywcas-classic-related-content-wrapper .ywcas-related-content {
border-radius: 0 0 13px 13px;
margin: 40px -30px -30px;
padding-left: 10px;
padding-bottom: 30px;
}
.ywcas-popover-results .popover-content .ywcas-classic-related-content-wrapper .ywcas-related-content__label {
font-size: 0.87rem;
text-transform: uppercase;
padding: 30px 20px;
color: var(--wp--preset--color--primary, #007565);
}
.ywcas-popover-results .popover-content .ywcas-classic-related-content-wrapper .ywcas-related-content__link {
font-size: 0.94rem;
padding: 0 30px 10px 20px;
color: var(--wp--preset--color--primary, #1D1D1D);
}
.ywcas-popover-results .popover-content .ywcas-classic-related-content-wrapper .ywcas-related-content__link a {
color: inherit;
}
.ywcas-popover-results .popover-content .ywcas-classic-related-content-wrapper .ywcas-related-content__no_result {
padding: 0 30px 10px 30px;
color: var(--wp--preset--color--contrast, #1D1D1D);
}
.ywcas-popover-results .popover-content .ywcas-classic-related-categories-wrapper {
margin-bottom: 25px;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block hr {
border-bottom: 0;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.list {
margin-top: 30px;
margin-left: -10px;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.list .ywcas-search-results-grid {
gap: 25px;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.grid {
margin-left: -10px;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item {
cursor: pointer;
transition: all 0.3s linear;
padding: 10px;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.selected {
background-color: #f6f6f6;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item:hover {
cursor: pointer;
background: #f6f6f6;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__summary {
font-size: 0.8em;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.grid .search-result-item__content {
height: 100%;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.grid .search-result-item__name {
margin-bottom: 7px;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.grid .search-result-item__summary {
margin-top: 15px;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.grid .wp-block-button {
align-self: center;
width: 100%;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.grid .wp-block-button button {
width: 100%;
line-height: initial;
box-sizing: border-box;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.list .search-result-item__name {
line-height: 1em;
margin-bottom: 5px;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.list .wp-block-button {
align-self: center;
line-height: initial;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.list .search-result-item__summary {
margin-top: 5px;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__thumbnail {
display: block;
position: relative;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__thumbnail img {
height: auto;
border: 1px solid #C3C3C3;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__thumbnail .ywcas-badge {
padding: 2px 10px;
border-radius: 3px;
display: inline-block;
font-size: 0.7em;
position: absolute;
right: 5px;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item_name {
width: 100%;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-add-to-cart {
padding: 0.5em 1em;
font-size: 0.8em;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__inline_group > * {
font-size: 0.8em;
line-height: 1.7em;
display: inline-block;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__inline_group span {
width: 8px;
display: inline-block;
text-align: center;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__inline_group .stock.out-of-stock {
color: #D02A2B;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__inline_group .stock.in-stock {
color: #6D8A37;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .ywcas-total-results {
display: flex;
gap: 10px;
align-items: center;
margin-top: 40px;
font-size: 1rem;
margin-left: 10px;
} .ywcas-elementor-input-field-wrapper {
width: 100%;
}
.ywcas-elementor-input-field-wrapper .ywcas-input-field {
border: 1px solid #ccc;
padding: 3px 10px;
display: inline-flex;
-webkit-box-align: center;
align-items: center;
box-sizing: border-box;
position: relative;
z-index: 1;
border-radius: 8px;
font-size: 14px;
text-align: start;
background: transparent;
color: rgb(51, 51, 51);
width: 100%;
flex: 0 1 0%;
padding-right: 14px;
}
.ywcas-elementor-input-field-wrapper input {
flex: 1;
border: 0;
}
.ywcas-elementor-input-field-wrapper input:focus {
outline: none;
box-shadow: none;
}
body.ywcas-overlay-opened > *:not(.ywcas-overlay-wrapper-search) {
transform: scale(0.8);
transition: transform 0.5s;
}
body.ywcas-overlay-closed > *:not(.ywcas-overlay-wrapper-search) {
transform: scale(1);
transition: transform 0.5s;
}
.ywcas-overlay-wrapper-search .search-category-results-label {
border-bottom: 0;
margin-bottom: 50px;
}
.ywcas-overlay-wrapper-search button.lapilliUI-Modal__close:hover {
background: rgba(0, 0, 0, 0.25);
}
.ywcas-overlay-wrapper-search .ywcas-history-searches-wrapper {
margin-bottom: 50px;
}
.ywcas-overlay-wrapper-search .ywcas-popular-searches-wrapper {
margin-bottom: 50px;
}
.ywcas-overlay-wrapper-search .ywcas-related-content__label {
margin-bottom: 30px;
}
.ywcas-overlay-wrapper-search .wc-block-grid__product-add-to-cart .ajax_add_to_cart.added:after {
content: "";
}
.ywcas-overlay-wrapper-search .ywcas-container {
max-width: var(--wp--style--global--content-size, 1510px);
margin-left: auto !important;
margin-right: auto !important;
}
.ywcas-overlay-related-categories-wrapper {
margin-bottom: 50px;
} body.ywcas-overlay-closed #yith-wacp-popup {
transform: none;
}.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;} .cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;} .cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;} .cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;} .cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;} table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;} table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//druga-perspektiva.hr/wp-content/plugins/cookie-law-info/legacy/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;} @media(max-width:800px) {
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
{
width:23%;
font-size:12px;
word-wrap: break-word;
}
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
{
width:45%;
}
}
.cookielawinfo-row-cat-title{
border-bottom: 1px solid #eee;
text-align: center;
}
.cookielawinfo-row-cat-title-head{
text-align: center;
}
.cookielawinfo-row-cat-table{
width: 99%;
margin-left: 5px;
}