*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
display: none;
}
.none{
display: none;
}
ul, ol { padding-left: 4rem; } html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 56.25%;
word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) { html {
font-size: 62.5%;
}
}
body {
font-family: "Mulish", sans-serif;
font-weight: 300;
line-height: 1.6;
color:#000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 1.6rem;
-webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text;
}
main{
position: relative;
} ::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #bb0c04;  color: #fff; }
::selection { background-color: #bb0c04; color: #fff } .container {
position: relative;
width: 100%;
max-width: 184rem;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 2rem;
}
.container-md{
max-width: 160rem;
}
.container-sm{
max-width: 90rem;
}
.container-m{
max-width: 136rem;
} h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 700;line-height:1.4; }
h1{ font-size: 3rem; }
.title h1, .title h2{ font-size:3rem;font-weight: 500; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:6rem; }
.title-center{text-align: center;}
.title h4{
color: #9ba2aa;
text-transform: uppercase;
}
@media only screen and (min-width: 30.0625em) { h1{ font-size: 3.6rem; }
.title h1, .title h2{ font-size:3.6rem; }
}
@media only screen and (min-width: 64.0625em) { .title h1, .title h2{ font-size:5rem; }
} .btn {
display: inline-block;
padding: 1rem 2.6rem;
font-weight: 400;
border-radius: 5px;
font-weight: 600;
}
.btn-primary{
background-color: #bb0c04;
color: #fff;
}
.btn-secondary{
background-color: transparent;
color: #fff;
border:1px solid #fff;
}
.btn-primary:hover{
background-color: #2e2e2e;
}
.btn-secondary:hover{
background-color: #fff;
color: #bb0c04;
}
.btn-tertiary{
background-color: transparent;
color: #bb0c04;
border:1px solid #bb0c04;
}
.btn-tertiary:hover{
background-color: #bb0c04;
color: #fff;
} input, textarea, select {
display: block;
width: 100%;
border: 1px solid #e7e7e7;
padding: 1rem 1rem;
outline: none;
background-color: #fff;
border-radius: 6px;
font-size: 16px;
font-weight: 400;
}
textarea{
resize: vertical;
height: 9rem;
}
input:focus,
textarea:focus, select:focus {
border-color: #bb0c04;
}
select option{
color: #000;
}
label {
display: block;
margin-bottom: 0.5rem;
font-weight: 600;
}
button {
transition: all 0.4s ease-in-out;
border:0;
background: transparent;
}
fieldset{
border: 0;
margin-bottom: 2rem;
}
label.check-wrapper {
position: relative;
padding-left: 3rem;
margin-bottom: 1rem;
cursor: pointer;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
text-transform: none;
}
.check-wrapper input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 7px;
left: 0;
height: 1.5rem;
width: 1.5rem;
border: 1px solid #ccc;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background-color: #fff;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
display: block;
}
.check-wrapper .checkmark::after {
left: 0.4rem;
top: 0.2rem;
width: 0.5rem;
height: 1rem;
border: solid #bb0c04;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
} .space {
padding: 5rem 0;
}
.mt-5{
margin-top: 5rem;
}
.no-pt{
padding-top: 0 !important;
}
.no-pb{
padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) { .space {
padding: 7rem 0;
}
}   .breadcrumbs{
padding: 1rem 0;
font-size: 1.4rem;
}
.breadcrumbs ul{
list-style: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.breadcrumbs ul li{
display: inline-block;
font-weight: 700;
color: #bb0c04;
}
.breadcrumbs ul li::after{
content: '|';
display: inline-block;
margin: 0 1rem;
}
.breadcrumbs ul li a{
display: inline-block;
font-weight: 400;
color: #000;
}
.breadcrumbs ul li:last-child:after{
content: none;
} .list ul{
list-style: none;
padding: 0;
margin: 0;
}
.list ul li{
position: relative;
padding-left: 3rem;
margin-bottom: 3rem;
}
.list  ul li::before{
content: '';
position: absolute;
left: 0;
top: 4px;
width: 2rem;
height: 2rem;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/list.svg);
background-repeat: no-repeat;
background-size: 2rem;
} header{
width: 100%;
z-index: 10;
}
header ul{
list-style: none;
padding: 0;
margin: 0;
} .header-top{
background-color: #bb0c04;
color: #fff;
padding: 1rem;
text-align: center;
font-size: 1.1rem;
}
.header-top p{
margin-bottom: 0;
font-weight: 400;
}
@media only screen and (min-width: 30.0625em) { .header-top{
font-size: 1.4rem;
}
} .header-middle{
background-color: #f8f8f8;
padding: 2rem 0;
}
.header-middle .container{
display: flex;
align-items: center;
justify-content: space-between;
}
.header-info{
display: none;
}
.header-info a{
display: flex;
align-items: center;
font-size: 1.4rem;
margin-right: 2rem;
}
.header-info a span{
display: none;
}
.header-info a img{
width: 2rem;
height: 2rem;
display: block;
object-fit: contain;
}
.social{
display: flex;
flex-direction: row;
}
header .social {
margin-right: 4rem;
margin-left: 2rem;
display: none;
}
.social a{
display: block;
}
.social a img{
display: block;
width: 3rem;
height: 3rem;
object-fit: contain;
}
.social a:not(:last-child){
margin-right: 1rem;
}
.header-search {
width: 100%;
position: fixed;
top: 0;
left:0;
width: 100%;
height: 100%;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
z-index: 99;
padding: 0 2rem;
opacity: 0;
visibility: hidden;
transition: all.4s ease-in-out;
}
.header-search.open{
opacity: 1;
visibility: visible;
}
.search-overlay{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.7);
display: block;
}
.header-search form{
z-index: 999;
display: flex;
align-items: flex-end;
padding: 1rem;
border-radius: 1rem;
width: 520px;
position: relative;
margin: 0 auto;
flex-direction: column;
}
@media (max-width: 600px) {
.header-search form {
width: 100%; margin-left: 0;
padding: 0.5rem; flex-direction: column;
}
}
.header-search select {
background-color: #fff;
padding: 2rem;
border-radius: 1rem;
color: #565656;
border-color: #fff;
font-size: 1.4rem;
font-weight: 600;
width: 100%;
margin-bottom: 1rem;
}
.btn-search{
width: 100%;
padding: 1.8rem;
z-index: 1;
background-color: #fff;
font-size: 1.4rem;
color: #fff;
font-weight: 600;
background-color: #bb0c04;
border-radius: 1rem;
margin-top: 1rem;
}
.top-nav{
display: none;
}
.top-nav li{
display: inline-block;
}
.top-nav li a{
display: inline-block;
padding: 1rem;
font-weight: 400;
}
.top-nav li a:hover{
color: #bb0c04;
}
.search-toggle{
display: block;
cursor: pointer;
}
.search-toggle img{
display: block;
width: 2rem;
height: 3rem;
object-fit: contain;
}
.search-close{
display: block;
position: absolute;
top: 4rem;
right: 2rem;
color: #fff;
font-size: 5rem;
font-weight: 100;
outline: none;
line-height: 0;
cursor: pointer;
z-index: 1;
}
@media only screen and (min-width: 30.0625em) { .header-search select {
width: 21rem;
}
.header-search form{
background-color: #fff;
flex-direction: row;
}
.header-search select {
background-color: #f8f8f8;
padding: 1rem;
border-radius: 1rem;
border-color: #f8f8f8;
width: 17rem;
margin-right: 2rem;
margin-bottom: 0;
}
.header-search input{
padding: inherit;
background-image: none;
}
.btn-search{
font-size: 0;
width: 2rem;
height: 2rem;
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
padding: 0;
border-radius: 0;
background-color: transparent;
margin-top: 0;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/search.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 2rem;
}
}
@media only screen and (min-width: 37.5625em) { .header-search {
max-width: 48rem;
position: static;
top: auto;
left: auto;
width: 100%;
height: auto;
min-height: auto;
display: block;
z-index: 9999;
padding: 0;
opacity: 1;
visibility: visible;
transition: none;
}
.search-toggle{
display: none;
}
.search-overlay{
display: none;
}
.header-middle{
padding: 1rem 0;
}
.search-close{
display: none;
}
}
@media only screen and (min-width: 40.0625em) { .header-info{
display: flex;
align-items: center;
}
.header-search {
margin-left: auto;
width: 100%;
}
}
@media only screen and (min-width: 52.5em) { .top-nav{
display: block;
}
.header-search{
margin-right: 0;
margin-left: 0;
}
}
@media only screen and (min-width: 61.3125em) { header .social {
display: flex;
}
}
@media only screen and (min-width: 75.0625em) { .header-info a span{
display: inline-block;
}
.header-info a img{
margin-right: 1rem;
}
}
@media only screen and (min-width: 85.4375em) { .top-nav li a{
padding: 1rem 2rem;
}
}
@media only screen and (min-width: 92.5em) { .header-search {
max-width: 60rem;
}
.header-search select {
width: 24rem;
}
} .header-bottom ul{
list-style: none;
padding: 0;
margin: 0;
}
.header-bottom {
background-color: #fff;
padding: 1rem 0;
position: sticky;
top: 0;
z-index: 10;
font-weight: 400;
border-bottom: 1px solid #e7e7e7;
}
.header-bottom .container{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.header-logo{
display: block;
margin-right: auto;
}
.header-logo img{
display: block;
width: 13rem;
}
.product-toggler {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.9rem 1rem;
background-color: #bb0c04;
color: #fff;
font-size: 1.6rem;
font-weight: 900;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/arrow-down2-white.svg);
background-repeat: no-repeat;
background-position: right 1rem center;
background-size: 1.3rem;
padding-right: 3.8rem;
border-radius: 4.7px;
cursor: pointer;
margin-right: 1rem;
}
.product-toggler img {
display: none;
width: 1.6rem;
margin-right: 1rem;
}
.header-bottom nav{
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
min-height: 10vh;
transform: none;
transition: all .4s ease-in-out;
overflow-y: auto;
background-color: #fff;
opacity: 1;
z-index: 10;
padding: 5rem 2rem;
padding-top: 7rem;
opacity: 0;
visibility: hidden;
transform: translateX(100%);
z-index: 1;
}
.header-bottom nav.open{
transform: translateX(0);
visibility: visible;
opacity: 1;
}
.header-bottom nav  li{
display: block;
}
.header-bottom  nav li a{
display: flex;
align-items: center;
padding: 2rem;
font-weight: 400;
font-size: 2rem;
}
.header-bottom  nav li a img {
display: block;
width: 2.4rem !important;
height: 2.4rem  !important;
object-fit: contain;
margin-right: 2rem;
}
.user{
display: flex;
margin-right: 2rem;
margin-left: auto;
}
.header-bottom .user{
display: none;
}
.user a{
display: flex;
align-items: center;
}
.user a  img{
display: block;
width: 2rem;
margin-right: 1rem;
}
.header-cart a{
display: flex;
}
.header-cart a img{
display: block;
width: 2rem;
}
.cart-icon{
position: relative;
margin-right: 1rem;
}
.q{
position: absolute;
top: -1rem;
right: -1rem;
width: 1.7rem;
height: 1.7rem;
background-color: #bb0c04;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 8px;
border-radius: 50%;
font-weight: 600;
}
.cart-price{
display: flex;
align-items: center;
}
.kn {
color: #777777;
font-size: 1.4rem;
margin-left: 1rem;
}
body > div.header-bottom > div > div.header-cart > a > div.cart-price > span.kn {
display: none;
}
.header-bottom nav .user {
display: block;
font-size: 2rem;
margin: 0;
padding: 0 3rem;
}
.header-bottom nav .user a {
background-color: #f8f8f8;
padding: 2rem;
border-radius: 1rem;
}
.header-bottom .header-cart{
display: none;
}
.header-middle .header-cart{
display: block;
}
.mobile-nav{
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px dashed #000;
}
.header-bottom .mobile-nav li a{
padding: 1rem 2rem;
}
@media only screen and (min-width: 25em) { .product-toggler img {
display: block;
}
.product-toggler {
padding-right: 4.8rem;
}
.header-logo img{
width: 15rem;
}
}
@media only screen and (min-width: 30.0625em) { .header-logo img{
width: 20rem;
}
.product-toggler {
padding: 1rem 2rem;
background-position: right 2rem center;
background-size: 1.3rem;
padding-right: 7rem;
}
.product-toggler  img{
width: 2rem;
margin-right: 2rem;
}
.header-bottom nav{
padding: 5rem;
padding-top: 10rem;
}
}
@media only screen and (min-width: 37.5625em) { .header-bottom nav{
width: 60rem;
}
}
@media only screen and (min-width: 40.0625em) { .header-bottom .header-cart{
display: block;
}
.header-middle .header-cart{
display: none;
}
.header-logo{
margin-right: 0;
}
.product-toggler {
margin-right: 0;
}
}
@media only screen and (min-width: 48.0625em) { .header-bottom .user{
display: flex;
}
.header-logo{
margin-right: 2rem;
}
.header-bottom nav .user{
display: none;
}
}
@media only screen and (min-width: 75.0625em) { .header-bottom nav{
margin-right: auto;
position: static;
top: auto;
right: auto;
width: auto;
height: auto;
min-height: auto;
transform: none;
transition: none;
overflow-y: visible;
background-color: transparent;
opacity: 1;
visibility: visible;
padding: 0;
margin-left: 2rem;
}
.header-bottom nav  li{
display: inline-block;
}
.header-bottom  nav li a{
padding: 1.1rem;
font-size: 1.6rem;
}
.user{
margin-left: 0;
}
.mobile-nav{
display: none;
}
}
@media only screen and (min-width: 90em) { .header-logo img{
width: 25rem;
}
.product-toggler  img{
width: 3rem;
}
.product-toggler {
background-size: 1.3rem;
padding-right: 13rem;
}
}
@media only screen and (min-width: 100em) { .header-bottom  nav li a img {
width: 3rem !important;
height: 3rem  !important;
}
.product-toggler {
font-size: 2rem;
}
.header-bottom  nav{
margin-left: 5rem;
}
.header-bottom  nav li a{
padding: 2rem;
}
} .toggle {
cursor: pointer;
overflow: hidden;
width: 40px;
height: 27px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin-top: 0.6rem;
transition: all .5s cubic-bezier(.55,.085,.68,.80);
order:4;
z-index: 0;
}
.toggle.hide{
opacity:0;
visibility:hidden;
}
.line-toggle {
position: absolute;
display: block;
width: 40px;
height: 2px;
background: #000;
border-radius: 5px;
transition: all .6s;
right: 0;
z-index: 11;
}
.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}
.toggle .line-toggle:nth-child(2) {
transition-delay: .12s;
}
.line-toggle:last-child {
transform: translateY(2px) translateX(0);
transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {
background: #000;
transform: translateY(0) translateX(0) rotate(45deg);
transition-delay: .1s;
}
.toggle.activate .line-toggle:nth-child(2) {
transform: translateX(110px);
transition-delay: 0s;
}
.toggle.activate .line-toggle:last-child {
background: #000;
transform: translateY(1px) translateX(0) rotate(314deg); height: 2px;
transition-delay: .1s;
}
.toggle.activate .line-toggle{
background-color:#249dd8;
}
.close-nav{
position: absolute;
top: 5rem;
right: 3rem;
cursor: pointer;
outline: none;
font-size: 5rem;
line-height: 0;
font-weight: 100;
display: block;
}
@media only screen and (min-width: 48.0625em) { .toggle {
margin-left:3rem;
}
}
@media only screen and (min-width: 75.0625em) { .toggle{
display: none;
}
.close-nav{
display: none;
}
} .product-navigation {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
min-height: 100vh;
overflow-y: auto;
background-color: #bb0c04;
color: #fff;
padding:  5rem 2rem;
opacity: 0;
visibility: hidden;
transition: all .4s ease-in-out;
transform: translateX(-100%);
z-index: 99999 !important;
}
.product-navigation.open{
transform: translateX(0);
visibility: visible;
opacity: 1;
}
.sub{
position: fixed;
left: 0;
top: 0;
width: 100%; min-height: 100vh;
overflow-y: auto;
background-color: #950c06;
color: #fff;
padding: 5rem 2rem;
opacity: 0;
visibility: hidden;
transition: all .4s ease-in-out;
transform: translateX(-100%);
}
.sub.open{
transform: translateX(0);
visibility: visible;
opacity: 1;
}
.product-navigation ul{
list-style: none;
padding: 0;
margin: 0;
}
.product-navigation ul li{
display: block;
}
.product-navigation ul li a{
display: block;
padding: 1.5rem 1.5rem;
font-size: 1.8rem;
border-bottom: 1px dashed rgba(255,255,255,.4);
}
.product-navigation ul li a:hover{
background-color: rgba(255,255,255,.2);
}
.menu-title{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 3rem;
padding-bottom: 3rem;
border-bottom: 1px solid rgba(255,255,255,.2);
}
.menu-title h4{
font-size: 2.3rem;
margin-bottom: 0;
}
.close-menu, .close-sub{
font-size: 5rem;
cursor: pointer;
outline: none;
line-height: 0;
margin-top: -4px;
}
.sub-trigger{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/arrow-right-white.svg);
background-position: right 1.5rem center;
background-repeat: no-repeat;
background-size: 1rem;
}
@media only screen and (min-width: 30.0625em) { .sub{
padding: 5rem;
}
.product-navigation {
padding: 5rem;
}
}
@media only screen and (min-width: 42.5625em) { .product-navigation {
width: 58rem;
padding: 10rem 5rem;
}
.sub{
width: 59rem;
padding: 10rem 5rem;
}
.menu-title h4{
font-size: 2.7rem;
}
.product-navigation ul li a{
font-size: 2rem;
}
} .menu-item-has-children{
position: relative;
}
.header-bottom .sub-menu {
display: none;
background-color: #bb0c04;
padding: 3rem;
}
.header-bottom .sub-menu li{
display: block;
}
.header-bottom .sub-menu li a {
display: block;
padding: 1rem;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/arrow-right-white.svg);
background-position: right 1.5rem center;
background-repeat: no-repeat;
background-size: 0.6rem;
border-bottom: 1px solid rgba(255,255,255,0.2);
color: #fff;
}
.header-bottom .sub-menu li a:hover{
background-color: rgba(255,255,255,.2);
}
@media only screen and (min-width: 75.0625em) { .header-bottom .sub-menu {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 6.5rem;
width: 90rem;
background-color: #bb0c04;
color: #fff;
column-count: 3;
column-gap: 3rem;
padding: 0;
margin: 0;
border-radius: 6px;
padding: 2rem;
transition: all .4s ease-in-out;
display: none;
}
.header-bottom .sub-menu::before {
content: '';
width: 0;
height: 0;
border-left: 1.4rem solid transparent;
border-right: 1.5rem solid transparent;
border-bottom: 1.4rem solid #bb0c04;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -1rem;
}
.menu-item-has-children:hover   .sub-menu{
display: block;
}
.header-bottom .sub-menu::after {
content: '';
position: absolute;
top: -5rem;
width: 14rem;
left: 50%;
background-color: transparent;
height: 5rem;
transform: translateX(-50%);
}
} .intro-slide img{
display: block;
width: 100%;
height: 26rem;
object-fit: cover;
}
@media only screen and (min-width: 30.0625em) { .intro-slide img{
height: 70rem;
}
} .home-icons{
background-color: #2e2e2e;
color: #fff;
padding: 3rem 0;
display: none;
}
.footer-icons{ background-color: #222;
}
.home-icons .container{
max-width: 127rem;
}
.home-icons-wrapper{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.home-icons-wrapper article{
width: 100%;
padding: 0 2rem;
text-align: center;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
margin-bottom: 3rem;
}
.home-icons-wrapper article img{
width: 5rem;
height: 4rem;
display: block;
object-fit: contain;
margin-bottom: 3rem;
}
.home-icons-wrapper article h3{
font-size: 1.6rem;
font-weight: 500;
margin-bottom: 0;
}
.footer-icons{
display: block;
}
@media only screen and (min-width: 30.0625em) { .home-icons{
display: block;
}
.home-icons-wrapper article{
width: 50%;
}
}
@media only screen and (min-width: 37.5625em) { .home-icons-wrapper article{
width: 33.333%;
}
}
@media only screen and (min-width: 56.3125em) { .home-icons-wrapper article{
width: 20%;
}
}
@media only screen and (min-width: 64.0625em) { .home-icons-wrapper article img{
width: 7rem;
height: 5rem;
}
.home-icons-wrapper article{
margin-bottom: 0;
}
} .boxes-section{
margin-top: 3rem;
}
.box, .box2{
position: relative;
overflow: hidden;
margin-bottom: 2rem;
}
.box img, .box2 img{
display: block;
width: 100%;
height: 36rem;
object-fit: fill;
transition: all .4s ease-in-out;
}
.box:hover img, .box2:hover img{ }
.box-overlay{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.box-text{
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
color: #fff;
padding: 2rem 2rem;
width: 100%;
}
.box:nth-child(1) {
width: 100%;
}
.box-text h2{
font-size: 3rem;
font-weight: 700;
}
.box:nth-child(2){
width: 100%;
}
.box:nth-child(3){
width:100%;
} .boxes2{
padding-bottom: 0;
}
.box2{
display: block;
}
.box:nth-child(3) .box-text{
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
}
.box2:nth-child(1){
background-color: #bb0c04;
width: 100%;
text-align: center;
height: 36rem;
}
.box2:nth-child(1) .btn{
margin-top: 2rem;
}
.box2:nth-child(1) .box-text{
height: 100%;
display: flex;
flex-direction: column;
align-items: start;          //promjena
justify-content: end;      //promjena
}
.box2:nth-child(2){
width: 100%;
}
.box2:nth-child(3){
width: 100%;
}
.box2:nth-child(2) h2{
font-weight: 500;
}
.box2:nth-child(2) .box-text {
height: 100%;
display: flex;
align-items: center;
}
.box-text p {
font-weight: 700;
font-size: 2rem;
}
@media only screen and (min-width: 30.0625em) { .box-text h2{
font-size: 3.6rem;
}
.box2:nth-child(1) h2{
font-size: 3.6rem;
}
}
@media only screen and (min-width: 50.0625em) { .boxes-section .container, .boxes2 .container{
display: flex;
flex-direction: row;
justify-content: space-between;
gap:2%;
flex-wrap: wrap;
}
.box:nth-child(1) {
width: 32%;
}
.box:nth-child(2){
width: 32%;
}
.box:nth-child(3){
width: 32%;
}
.box, .box2{
margin-bottom: 0;
}
.box img, .box2 img{
height: 60rem;
}
.box2:nth-child(1){
width: 50%;
height: auto;
}
.box2:nth-child(2){
width: 49%;
}
.box2:nth-child(3){
width: 100%;
margin-top: 0px; }
}
@media only screen and (min-width: 64.0625em) { .box-text{
padding: 5rem;
}
.boxes2{
padding-bottom: 7rem;
}
}
@media only screen and (min-width: 75.0625em) { .box:nth-child(1) {
width: 40%;
}
.box:nth-child(2){
width: 31%;
}
.box:nth-child(3){
width:25%;
}
.box2:nth-child(1){
width: 26%;
}
.box2:nth-child(2){
width: 21%;
}
.box2:nth-child(3){
width: 49%;
}
}
@media only screen and (min-width: 90em) { .box-text h2{
font-size: 4rem;
}
}
@media only screen and (min-width: 105em) { .box:nth-child(1) {
width: 47%;
}
.box:nth-child(3){
width:18%;
}
} .products-title{
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 5rem;
text-align: center;
}
.products-title .title{
margin-bottom: 0;
}
.products-title  a{
display: inline-block;
color: #737373;
font-weight: 400;
margin-bottom: 2rem;
}
.products-arrows{
display: flex;
align-items: center;
justify-content: center;
gap:3rem;
}
.products-arrows span{
display: inline-block;
width: 1.7rem;
height: 3.2rem;
background-repeat: no-repeat;
background-size: 1.7rem;
z-index: 1;
cursor: pointer;
}
.products-arrows  .products-prev, .products-arrows  .products-prev2, .products-arrows .products-prev3{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/prev2.svg);
}
.products-arrows  .products-next, .products-arrows  .products-next2, .products-arrows .products-next3{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/next2.svg);
}
.products-arrows  .products-prev:hover, .products-arrows  .products-prev2:hover, .products-arrows .products-prev3:hover, .products-arrows  .products-next:hover, .products-arrows  .products-next2:hover, .products-arrows .products-next3:hover{
opacity: 0.6;
}
.products-slider .slick-track{
display: flex;
}
.product-slide{
display: flex!important;
flex-direction: column;
text-align: center;
align-items: center;
padding: 4rem 2rem;
border:1px solid rgba(237,51,32, 0.1);
background-color: #fff;
margin: 0.2rem;
transition: all .4s ease-in-out;
position: relative;
height: auto;
}
.product-slide:hover {
box-shadow: 0 0 17px 7px rgba(0,0,0,.04);
}
.product-image{
display: block;
margin-bottom: 3rem;
overflow: hidden;
}
.product-image img {
display: block;
width: 100%;
margin: 0 auto;
height: 20rem;
object-fit: contain;
}
.product-slide h3{
font-size: 1.4rem;
font-weight: 300;
margin-bottom: 2rem;
transition: all .4s ease-in-out;
}
.product-slide h3:hover{
color: #bb0c04;
}
.sale-sticker {
position: absolute;
right: 0;
top: 0;
width: 7rem;
height: 10rem;  display: flex;
align-items: center;
justify-content: center; font-size: 1.8rem;
z-index: 1;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/sale-sticker.svg);
background-repeat: no-repeat;
background-size: 7rem;
font-size: 0;
}
.product-price{
font-weight: 600; display: flex;
flex-direction: column;
font-size: 2.6rem;
}
.product-slide .product-price, .product-box .product-price{
margin-bottom: 2.3rem;
}
.product-price span{
display: block;
} .btn-cart {
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/add-cart.svg);
background-repeat: no-repeat;
background-position: left 1.5rem center;
background-size: 2rem;
padding-left: 5rem;
margin-top: auto
}
.bg-grey{
background-color: #efefef;
}
.products-slider2 .slick-track{
display:flex;
}
.product-slide .normal-price{
margin-bottom: 0;
}
.np-onsale{
text-decoration: line-through;
}
@media only screen and (min-width: 30.0625em) { .product-slide{
padding: 0.2rem 0.5rem;
}
.sale-sticker {
right: 0rem;
top: 0rem;
width: 7rem;
height: 13rem;
font-size: 0;
}
}
@media only screen and (min-width: 33.75em) { .products-title{
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
text-align: left;
}
.products-title .title h2{
margin-bottom: 0;
}
.products-title  a{
margin-right: auto;
padding-left: 3rem;
padding-bottom: 0.4rem;
margin-bottom: 0;
}
.products-arrows{
justify-content: flex-start;
}
.product-image img {
height: 21rem;
}
}
@media only screen and (min-width: 64.0625em) { .products-title  a{
padding-bottom: 1rem;
}
} .about-wrapper{
background-color: #2e2e2e;
color: #fff;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
.about-wrapper .title{
margin-bottom: 3rem;
}
.about-image{
width: 100%;
position: relative;
}
.about-image img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
}
.about-image img:first-child{
display: none;
}
.about-text{
width: 100%;
padding: 5rem  2rem;
}
.about-text .btn{
margin-top: 2rem;
}
.about-bottom-text {
width: 100%;
padding: 5rem 0;
}
.about-bottom-image {
width: 100%;
}
.about-bottom-image img{
display: block;
width: 50%;
height: 100%;
object-fit: cover;
}
.about-bottom-text .title h2{
font-size: 3rem;
}
.about-bottom-text .title{
margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) { .about-bottom-text .title h2{
font-size: 3.6rem;
}
}
@media only screen and (min-width: 42.5625em) {  .about-bottom{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.about-bottom-text {
width: 55%;
}
.about-bottom-image {
width: 43%;
}
.about-bottom-image img{
height: auto;
}
}
@media only screen and (min-width: 64.0625em) { .about-image{
display: flex;
width: 45%;
align-items: center;
gap:4rem;
}
.about-image img {
width: 50%;
}
.about-text {
width: 54%;
padding: 5rem 2rem;
}
.about-bottom-text{
width: 45%;
padding: 10rem 12rem;
}
.about-bottom-image img{
height: auto;
}
.about-bottom{
align-items: flex-start;
}
.about-image img:first-child{
display: block;
}
.about-bottom-text .title h2{
font-size: 4rem;
}
.about-image img {
height: 35rem;
}
.about-wrapper{
padding: 0 5rem;
}
}
@media only screen and (min-width: 90em) { .about-bottom-image {
width: 50%;
margin-top: -25rem;
}
.about-bottom-image {
margin-top: -14rem;
}
}
@media only screen and (min-width: 105em) { .about-text{
height: auto;
}
} .video .container{
max-width: 101rem; }
.responsive-video {
position: relative;
width: 100%;
overflow: hidden;
padding-top: 56.25%; }
.responsive-video iframe, .responsive-video video{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}
.slider-nav2 img {
width: 100%;
display: block;
height: 20rem;
object-fit: cover;
padding:1rem 2rem;
border:1px solid transparent;
transition: all .4s ease-in-out;
}
.slider-nav2 .slick-slide{
cursor:pointer;
}
.slider-nav2 .slick-slide.slick-current img{
border-color: #950c06;
}
.slider-nav2 .slick-arrow{
display: block;
width: 3rem;
height: 3rem;
border-radius: 50%;
z-index: 1;
font-size: 0;
transition: all .4s ease-in-out;
background-repeat: no-repeat;
background-position: center;
background-size: 3rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: transparent;
}
.slider-nav2 .slick-prev{
left: 0;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/prev.svg);
}
.slider-nav2 .slick-next{
right: 0;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/next.svg);
} .testimonials-slider{
width: 90%;
margin: 0 auto;
margin-top: 6rem;
}
.testimonial-slide{
background-color: #fff;
padding: 4rem;
border-radius: 2rem;
height: auto;
position: relative;
}
.testimonial-slide::before{
content: '';
position: absolute;
top: -3rem;
left: 3rem;
width: 5.5rem;
height: 4rem;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/quote.svg);
background-repeat: no-repeat;
background-size: 5.5rem;
}
.testimonials-slider .slick-track{
display: flex;
}
.testimonials-slider .slick-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-repeat: no-repeat;
background-position: center;
background-size: 3.5rem;
font-size: 0;
cursor: pointer;
transition: all .4s ease-in-out;
width: 4.5rem;
height: 4.5rem;
z-index: 1;
background-color: transparent;
}
.testimonials-slider .slick-prev{
left: -2rem;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/prev.svg);
}
.testimonials-slider .slick-next{
right: -2rem;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/next.svg);
}
.testimonials-slider .slick-list{
padding-top: 3rem;
}
@media only screen and (min-width: 50.0625em) { .testimonial-slide{
margin: 0 2rem;
}
}
@media only screen and (min-width: 56.3125em) { .testimonial-slide{
padding: 7rem;
margin: 0 3rem;
}
}
@media only screen and (min-width: 64.0625em) { .testimonials-slider{
margin-top: 8rem;
}
} .logo-slide{
padding: 3rem;
display: flex !important;
align-items: center;
justify-content: center;
}
.logo-slide img{
display: block;
width: 100%;
height: 5rem;
object-fit: contain;
}
@media only screen and (min-width: 30.0625em) { .logo-slide img{
height: 10rem;
}
} footer{
padding: 5rem 0;
}
footer .container{
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
}
footer article{
width:100%;
margin-bottom: 3rem;
text-align: center;
}
footer ul{
list-style: none;
padding: 0;
margin: 0;
}
footer  ul li a{
display: inline-block;
padding: 4px 0;
}
footer h3{
font-size: 1.8rem;
font-weight: 700;
}
footer a:hover{
color: #bb0c04;
}
.footer-logo{
display: block;
margin-bottom: 3rem;
}
.footer-logo img{
display: block;
width: 18rem;
margin: 0 auto;
}
.cards{
display: flex;
flex-direction: row;
justify-content: center;
gap:1rem;
flex-wrap: wrap;
}
footer .social{
justify-content: center;
}
.cards img {
display: block;
width: 4rem;
height: 2rem;
object-fit: contain;
}
.article-text .cards img {
display: block;
width: 7rem;
height: auto;
object-fit: inherit;
}
.article-text .cards{
align-items: center;
flex-direction: row  !important;
justify-content: flex-start;
}
.copyright{
padding-bottom: 2rem;
text-align: center;
font-size: 1.4rem;
}
.copyright .container{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.v{
margin-top: 3px;
}
@media only screen and (min-width: 30.0625em) { footer .container{
flex-direction: row;
justify-content: flex-start;
}
footer article{
width: 50%;
text-align: left;
}
.cards{
justify-content: flex-start;
}
footer .social{
justify-content: flex-start;
}
.copyright{
text-align: left;
}
.copyright .container{
justify-content: space-between;
flex-direction: row;
}
.v{
margin-top: 0;
}
.footer-logo img{
margin: 0;
}
}
@media only screen and (min-width: 48.0625em) { footer article{
width: 33.333%;
}
}
@media only screen and (min-width: 68.75em) { footer article{
width: auto;
margin-bottom: 0
}
footer .container{
justify-content: space-between;
}
} .page-filters{
width: 100%;
background-color: #f8f8f8;
padding: 2rem;
border-radius: 6px;
margin-bottom: 5rem;
margin-top: 0rem;
height: 40vh;
overflow-y: auto;
}
.page-wrapper {
width: 100%;
clear: both;
}
.page-filters form fieldset > label{
font-size: 1.8rem;
margin-bottom: 1rem;
font-weight: 700;
color: #bb0c04;
}
.page-filters form fieldset{
padding: 2rem;
border-radius: 6px;
background-color: #fff;
}
.page-content{
width: 100%;
}
.page-filters h2 {
margin-bottom: 0;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/arrow-down.svg);
background-repeat: no-repeat;
background-position: right 1rem center;
background-size: 2rem;
cursor: pointer;
font-size: 1.8rem;
}
.page-filters form{
margin-top: 3rem;
}
.product-box {
display: flex !important;
flex-direction: column;
text-align: center;
align-items: center;
padding: 5rem 2rem;
border: 1px solid rgba(237,51,32, 0.1);
background-color: #fff;
transition: all .4s ease-in-out;
width: 100%;
margin-bottom: 3rem;
position: relative;
}
.product-box:hover {
box-shadow: 0 0 17px 7px rgba(0,0,0,.04);
}
.product-box h3{
font-size: 1.6rem;
font-weight: 300;
margin-bottom: 2rem;
transition: all .4s ease-in-out; }
.product-box h3:hover{
color: #bb0c04;
}
.btn-filter {
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/search-white.svg);
background-repeat: no-repeat;
background-position: right 2rem center;
background-size: 1.7rem;
padding-right: 6rem;
}
.page-filters form{
display: none;
}
.page-wrapper{
width: 100%;
}
.products-top{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.products-top .woocommerce-notices-wrapper{
display: none;
}
@media only screen and (min-width: 33.75em) { .products-top{
display: flex;
flex-direction: row;
}
}
@media only screen and (min-width: 37.5625em) { .products-wrapper{
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap:3%;
}
.product-box {
width: 48.5%;
margin-bottom: 3%;
}
}
@media only screen and (min-width: 50.0625em) { .page-wrapper{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.page-filters{
width: 35%;
padding: 2rem;
position: sticky;
top: 13rem;
margin-bottom: 0;
}
.page-content{
width: 60%;
}
.page-filters form{
display: block;
}
.page-filters h2 {
background-image: none;
cursor: none;
font-size: 2.1rem;
}
}
@media only screen and (min-width: 68.75em) { .page-filters{
width: 30%;
}
.page-content{
width: 70%;
}
.product-box {
width: 31.3%;
}
}
@media only screen and (min-width: 100em) { .product-box {
width: 22.7%;
}
}
@media only screen and (min-width: 105em) { .page-filters{
width: 18%;
}
.page-content{
width: 77%;
}
}
@media only screen and (min-width: 112.5em) { .product-box {
padding: 2rem;
}
} .single-description{
margin-top: 5rem;
background-color: #f8f8f8;
padding: 5rem 2rem;
border-radius: 6px;
}
.tabs {
width: 100%;
display: flex;
flex-flow: row wrap;
gap:1rem;
}
.tabs a {
padding: 1rem 2rem;
display: inline-block;
background: #fff;
font-weight: 600;
border-radius: 6px;
}
.tabs  h3{
font-size: 3rem;
}
.tabs a:hover,
.tabs a.active-tab {
background: #bb0c04;
color: #fff;
}
.tabs-container {
width: 100%;
display: none;
margin-top: 0;
}
.tabs-container.active-tab {
display: block;
}
.single-image {
width: 100%;
padding: 5rem 2rem;
max-width: 60rem;
margin: 0 auto;
}
.single-image a{
display: block;
}
.single-image a img{
height: 20rem;
object-fit: contain;
}
@media only screen and (min-width: 30.0625em) { .single-image a img{
height: 40rem;
}
}
.single-image a::before {
content: '';
position: absolute;
top: 2rem;
right: 2rem;
width: 5rem;
height: 5rem;
background-color: #bb0c04;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/search-white.svg);
background-repeat: no-repeat;
background-size: 2rem;
background-position: center;
border-radius: 50%;
z-index: 1;
}
.single-image .nav-slide img{
width: 100%;
height: auto;
padding: 0 1rem;
height: 8rem;
object-fit: contain;
} .single-image img {
display: block;
width: 100%;
margin: 0 auto;
}
.single-text{
width: 100%;
background-color: #f8f8f8;
padding: 5rem  2rem;
position: relative;
}
.single-text .breadcrumbs ul{
justify-content: flex-start;
}
.single-text .sale-sticker {
top: -1rem;
right: 2rem;
}
.single-text .title h1{
font-size: 2.6rem;
}
.single-price{
font-size: 2.8rem;
font-weight: 500;
}
.normal-price {
margin-bottom: 2rem;
font-size: 1.6rem;
color: #000;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.product-box .normal-price {
margin-bottom: 0;
}
.normal-price p{
margin-bottom: 0;
width: 100%;
}
.normal-price span:first-of-type{
margin-right: 1rem;
}
.sale-price span{
color: #bb0c04;
}
.single-price .normal-price span{
font-size: 2.8rem;
}
.single-price .normal-price span, .single-price .last-price  span{
font-size: 1.8rem !important;
} .single-price .price-bg:first-of-type,
.single-price article.sale-price.price-bg{
background-color: #bb0c04;
padding: 2rem;
color: #fff;
}
.single-price .price-bg:first-of-type span,
.single-price article.sale-price.price-bg span{
color: #fff !important;
} .single-price article.sale-price:not(.price-bg) {
background-color: transparent !important;
padding: 2rem !important;
color: #000;
font-weight: 800;
}
.single-price article.sale-price:not(.price-bg) span {
color: #000 !important;
font-weight: 800;
}
.sale-price span:first-of-type{
margin-right: 1rem;
}
.single-price span:last-child{
font-size: 1.8rem; } .single-price p{
font-size: 1.8rem;
margin-bottom: 0
}
.single-price .normal-price, .single-price .sale-price{
display: block;
}
.single-price .normal-price, .single-price .sale-price {
margin-bottom: 2rem;
}
.single-price .normal-price span:last-child{
font-size: 1.8rem;
}
.single-price .last-price {
font-size: 1.8rem;
}
.availability{
font-weight: 400;
padding-left: 4rem;
background-repeat: no-repeat;
background-position: left center;
background-size: 2rem;
}
.availability-yes{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/availability-yes.svg);
color: #1d720e;
}
.availability-no{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/availability-no.svg);
color: #bb0c04;
}
.product-quantity{
margin-top: 3rem;
font-weight: 400;
}
.q-wrap{
display: flex;
flex-direction: row;
}
.min, .plu{
width: 4rem;
height: 4rem;
display: flex;
align-items: center;
justify-content: center;
border:1px solid #e7e7e7;
text-align: center;
border-radius: 6px;
background-color: #fff;
font-weight: 700;
transition: all .4s ease-in-out;
cursor: pointer;
}
.min:hover, .plu:hover{
color: #fff;
background-color: #bb0c04;
}
.product-quantity input{
-webkit-appearance: none;
appearance: none;
text-align: center;
width: 7rem;
}
.product-buttons{
margin-top: 3rem;
}
.product-buttons .btn{
margin-top: 0;
width: 100%;
text-align: center;
margin-bottom: 1rem;
}
.fancybox__backdrop{
background:#fff;
}
.fancybox__toolbar{
background: #fff;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
border-width: 2px;
border-color: #bb0c04;
}
.carousel__button {
background: #bb0c04;
}
table td{
padding: 0.8rem;
background-color: #fff;
border:1px solid #e7e7e7;
border-radius: 6px;
}
table td:first-child {
font-weight: 600;
color: #bb0c04;
}
.similar .products-title{
align-items: center;
}
.sale-price{
font-weight: 800;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
} .sale-price p{
margin-bottom: 0;
width: 100%;
}
@media only screen and (min-width: 30.0625em) { .single-image a::before {
width: 6rem;
height: 6rem;
background-size: 2rem;
right: 4rem;
}
}
@media only screen and (min-width: 33.75em) { .single-price{
font-size: 2.8rem;
font-weight: 500;
display: flex;
gap:4rem;
}
.product-buttons{
display: flex;
flex-direction: row;
align-items: center;
gap:2rem;
}
.product-buttons .btn{
margin-top: 0;
width: auto;
margin-bottom: 0;
}
.single-text .title h1{
width: 70%;
}
.single-price .normal-price,  .single-price .sale-price {
margin-bottom: 0;
}
.single-price > article, .single-price > div{
padding:  2rem 0;
}
}
@media only screen and (min-width: 64.0625em) { .single-description{
margin-top: 7rem;
}
}
@media only screen and (min-width: 68.75em) { .single-wrapper{
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
.single-image {
width: 40%;
padding: 5rem;
max-width: 100%;
margin: 0;
}
.single-text{
width: 60%;
padding: 5rem;
}
.single-description{
padding: 5rem;
}
.single-text .title h1{
font-size: 4rem;
width: 100%;
}
} .product-popup {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
transition: all .4s ease-in-out;
opacity: 0;
visibility: hidden;
transition: all .4s ease-in-out;
}
.product-popup.open{
opacity: 1;
visibility: visible;
}
.product-popup-overlay{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,.8);
z-index: 1;
}
.product-popup-inner {
max-height: 72rem;
overflow-y: auto;
background-color: #fff;
padding: 5rem;
padding-top: 7rem;
border-radius: 1rem;
max-width: 76rem;
width: 100%;
position: relative;
border: 1px solid #e7e7e7;
z-index: 2;
height: 90%;
}
.product-popup-inner p{
margin-bottom: 0;
}
.product-popup-close{
font-size: 4rem;
cursor: pointer;
position: absolute;
top: 0;
right: 2rem;
}
.product-popup .btn-primary {
width: auto;
transition: all .4s ease-in-out;
} .contact-text {
width: 100%;
}
.contact-box {
width: 100%;
padding: 3rem;
border-radius: 6px;
border: 1px solid #e7e7e7;
margin-bottom: 3rem;
}
.contact-form{
width: 100%;
border-radius: 6px;
padding: 5rem 2rem;
background-color: #f8f8f8;
}
.contact-form p{
margin-bottom: 0;
}
.contact-form .btn-primary{
width: auto;
transition: all .4s ease-in-out;
}
@media only screen and (min-width: 30.0625em) { .contact-form{
padding: 5rem;
}
}
@media only screen and (min-width: 42.5625em) { .contact-text {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 4%;
}
.contact-box {
width: 48%;
}
.contact-box:first-child{
width: 100%;
column-count: 2;
column-gap: 4rem;
}
}
@media only screen and (min-width: 61.3125em) { .contact-wrapper{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.contact-text {
width: 53%;
}
.contact-form{
width: 45%;
}
} .top-image{
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 40rem;
}
.text-center{
max-width: 85rem;
width: 100%;
margin: 0 auto;
text-align: center;
margin-bottom: 7rem;
}
.about-page-wrapper{
margin-top: 4rem;
}
.about-page-image{
width: 100%;
}
.about-page-text{
width: 100%;
padding: 5rem 2rem;
background-color: #f8f8f8;
}
.about-page-text .btn{
margin-top: 3rem;
}
.about-page-image .slider-for img {
height: 60rem;
width: 100%;
object-fit: cover;
}
.about-page-image a{
display: block;
position: relative;
height: 100%;
}
.about-page-image a:not(:first-child){
display: none;
}
.about-page-image a::before {
content: '';
position: absolute;
top: 2rem;
right: 4rem;
width: 6rem;
height: 6rem;
background-color: #bb0c04;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/search-white.svg);
background-repeat: no-repeat;
background-size: 2rem;
background-position: center;
border-radius: 50%;
z-index: 1;
}
.about-text-columns {
margin-top: 5rem;
max-width: 110rem;
width: 100%;
margin: 0 auto;
margin-top: 5rem;
}
.nav-slide img{
display: block;
width: 100%;
height: 16rem;
object-fit: cover;
padding:  1rem;
}
.nav-slide{
cursor: pointer;
}
.slider-nav .slick-arrow{
display: block;
width: 3rem;
height: 3rem;
border-radius: 50%;
z-index: 1;
font-size: 0;
transition: all .4s ease-in-out;
background-repeat: no-repeat;
background-position: center;
background-size: 3rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: transparent;
}
.slider-nav .slick-prev{
left: 0;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/prev.svg);
}
.slider-nav .slick-next{
right: 0;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/next.svg);
}
@media only screen and (min-width: 37.5625em) { .about-text-columns {
column-count: 2;
column-gap: 10rem;
}
.slider-nav .slick-arrow{
width: 4rem;
height: 4rem;
background-size: 4rem;
}
}
@media only screen and (min-width: 50.0625em) { .top-image{
background-attachment: fixed;
}
}
@media only screen and (min-width: 56.3125em) { .about-page-wrapper{
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
.about-page-image{
width: 45%;
}
.about-page-text{
width: 55%;
padding: 7rem 5rem;
}
}
@media only screen and (min-width: 64.0625em) { .about-text-columns {
margin-top: 7rem;
margin-top: 7rem;
}
}
@media only screen and (min-width: 85.4375em) { .about-page-text{
padding: 10rem;
}
} .news-wrapper article {
width: 100%;
background-color: #fff;
margin-bottom: 3rem;
padding: 3rem;
background-color: #f8f8f8;
display: flex;
flex-direction: column;
border-radius: 6px;
}
.news-wrapper article .btn{
margin-top: auto;
align-self: flex-start;
}
.news-image{
display: block;
overflow: hidden;
margin-bottom: 3rem;
}
.news-image img {
display: block;
width: 100%;
height: 20rem;
object-fit: cover;
transition: all .4s ease-in-out;
}
.news-image:hover  img{
transform: scale(1.03);
}
.news-wrapper  article h3{
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 2rem;
transition: all .4s  ease-in-out;
}
.news-wrapper p{
margin-bottom: 3rem;
}
.news-wrapper  article h3:hover{
color: #bb0c04;
}
.doc{
margin-top: 3rem;
padding-top: 3rem;
border-top: 1px dashed #ccc;
}
.doc ul{
list-style: none;
padding: 0;
margin: 0;
}
.doc ul li a {
display: inline-block;
padding-left: 4rem;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/pdf.svg);
background-size: 3rem;
background-repeat: no-repeat;
background-position: left center;
padding: 1rem;
padding-left: 5rem;
}
.article-image{
margin-bottom: 5rem;
}
.article-image img{
width: 100%;
height: auto;
display: block;
}
.article-text iframe{
width: 100%;
height: 26rem;
display: block;
margin: 3rem 0;
}
@media only screen and (min-width: 30.0625em) { .article-text iframe{
height: 30rem;
}
}
@media only screen and (min-width: 33.75em) { .news-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 3%;
}
.news-wrapper article {
width: 48.5%;
}
}
@media only screen and (min-width: 37.5625em) { .article-text iframe{
height: 40rem;
}
}
@media only screen and (min-width: 56.3125em) { .news-wrapper article {
width: 31.3%;
}
}
@media only screen and (min-width: 64.0625em) { .news-wrapper  article h3{
font-size: 2.4rem;
}
}
@media only screen and (min-width: 75.0625em) { .news-wrapper article {
width: 22.7%;
}
} .cataloge-box{
width: 100%;
margin-bottom: 3rem;
overflow: hidden;
border-radius: 6px;
position: relative;
display: block;
}
.cataloge-box img{
height: 40rem;
width: 100%;
object-fit: cover;
display: block;
transition: all .4s ease-in-out;
}
.cataloge-box:hover img{
transform: scale(1.02);
}
.cataloge-box h3 {
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
width: 100%;
padding: 2rem 1rem;
color: #fff;
text-align: center;
}
.cataloge-box::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
z-index: 1;
} #proizvodaci-menu {
padding-left: 0rem;
}
@media only screen and (min-width: 30.0625em) { .cataloge-wrapper{
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap:3%;
}
.cataloge-box{
width: 48.5%;
margin-bottom: 3%;
}
}
@media only screen and (min-width: 48.0625em) { .cataloge-box{
width: 31.3%;
}
.cataloge-box h3 {
padding: 4rem;
}
}
@media only screen and (min-width: 61.3125em) { .cataloge-box{
width: 22.7%;
}
} .cky-btn-revisit-wrapper{
background-color: #bb0c04 !important;
}
.cky-btn-accept{
background-color: #bb0c04 !important;
border-color: #bb0c04 !important;
}
.cky-btn-preferences, .cky-btn-reject{
border-color: #bb0c04 !important;
color: #bb0c04 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
color: #bb0c04 !important;
}
.cky-btn-customize{
border-color: #bb0c04 !important;
color: #bb0c04 !important;
} .woocommerce table.shop_table td {
border: 0;
border-top: 1px solid rgba(0,0,0,.1);
padding: 3rem 2rem;
vertical-align: middle;
line-height: inherit;
border-radius: 0;
display: table-cell;
align-content: flex-end;
}
.woocommerce table.shop_table td.product-name {
width: 43rem;
font-weight: 600;
font-size: 1.5rem;
}
.woocommerce table.shop_table{
border: 0;
}
.woocommerce table.shop_table th {
font-weight: 800;
padding: 2rem 2rem;
line-height: inherit;
font-size: 1.4rem;
text-transform: uppercase;
height: 200px;
align-content: flex-end;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 6rem;
box-shadow: none;
display: block;
}
.woocommerce a.remove {
display: flex;
align-items: center;
justify-content: center;
background-color: #bb0c04;
color: #fff !important;
line-height: 0;
width: 2.5rem;
height: 2.5rem;
padding-bottom: 2px;
font-size: 1.3rem;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 21rem;
color: #000;
padding: 1rem;
}
.coupon .button.wp-element-button, .button.wp-element-button {
background-color: #bb0c04;
color: #fff;
border-radius: 0.5rem;
padding: 1.3rem 2rem;
font-size: 1.6rem;
transition: all .4s ease-in-out;
}
.coupon .button.wp-element-button:hover, .button.wp-element-button:hover {
background-color: #2e2e2e;
color: #fff;
}
.woocommerce-cart-form .button.wp-element-button{
background-color: #bb0c04  !important;
color: #fff !important;
border-radius: 0.5rem !important;
padding: 1.3rem 2rem  !important;
}
.woocommerce-cart-form .button.wp-element-button:hover {
background-color: #2e2e2e !important;
color: #fff  !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
background: #f8f8f8;
padding: 4rem;
border-radius: 1rem;
}
.woocommerce-page .cart-collaterals .cart_totals td{
background-color: transparent;
}
.woocommerce .cart-collaterals table.shop_table  th{
padding: 3rem 2rem;
}
.woocommerce ul#shipping_method li input{
width: auto;
margin: 0;
margin-right: 1rem;
}
.woocommerce-shipping-methods li{
display: flex;
align-items: center;
}
.woocommerce-shipping-methods li label{
margin-bottom: 0;
font-weight: 500;
}
.woocommerce-shipping-destination{
padding: 1rem 0;
font-size: 1.4rem;
font-style: italic;
}
.shipping-calculator-button, .shipping-calculator-form .button.wp-element-button {
background-color: #bb0c04;
color: #fff;
border-radius: 0.5rem;
padding: 0.9rem 2rem;
font-weight: 600;
font-size: 1.4rem;
transition: all .4s ease-in-out;
}
.shipping-calculator-button:hover, .shipping-calculator-form  .button.wp-element-button:hover{
background-color: #2e2e2e;
color: #fff;
}
.woocommerce form .form-row {
padding: 0;
margin: 0;
margin-bottom: 1rem;
}
.select2-container .select2-selection--single {
height: 4rem;
display: flex;
align-items: center;
font-weight: 400;
color: #000;
}
.select2-container--default .select2-selection--single{
border: 1px solid #e7e7e7;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
top: 50%;
transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #000;
padding: 0.9rem 1.3rem;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
background-color: #2e2e2e;
color: #fff;
border-radius: 0.5rem;
padding: 1.3rem 5rem;
font-size: 1.6rem;
transition: all .4s ease-in-out;
font-size: 1.8rem;
width: auto;
display: inline-block;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
color: #fff;
background-color: #bb0c04;
}
.cart-subtotal span:last-child{
font-weight: 700;
}
@media only screen and (max-width: 48em) { .woocommerce table.shop_table td.product-name {
width: 100%;
}
.woocommerce table.shop_table_responsive tr td .quantity{
padding-left: 9rem;
}
.woocommerce-shipping-methods {
padding-top: 0rem !important;
}
.woocommerce-shipping-methods li{
width: 100%;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
padding: 2rem;
}
}
@media only screen and (max-width: 30em) { .woocommerce-cart table.cart td.actions .coupon .input-text{
width: 100%;
margin-bottom: 1rem;
}
.woocommerce-page table.cart td.actions .coupon .button{
width: 100%;
text-align: center;
}
} .woocommerce-checkout-review-order{
background: #f8f8f8;
padding: 4rem 2rem;
border-radius: 1rem;
}
.woocommerce-checkout-review-order table.shop_table td{
background-color: transparent;
}
.wc_payment_methods.payment_methods.methods  input{
width: auto;
}
.wc_payment_methods.payment_methods.methods  li {
display: flex;
flex-wrap: wrap;
}
.woocommerce-privacy-policy-text{
font-size: 1.4rem;
font-style: italic;
}
.form-row.place-order button.alt.wp-element-button{
background-color: #2e2e2e;
color: #fff;
border-radius: 0.5rem;
padding: 1.3rem 5rem;
font-size: 1.6rem;
transition: all .4s ease-in-out;
font-size: 1.8rem;
width: auto;
display: inline-block;
}
.form-row.place-order button.alt.wp-element-button:hover{
color: #fff;
background-color: #bb0c04;
}
#ship-to-different-address label{
display: flex;
margin: 0;
}
#ship-to-different-address input{
width: auto;
margin: 0;
padding: 0;
margin-right: 1rem;
}
.woocommerce-additional-fields textarea{
height: 15rem !important;
}
#order_review_heading {
font-size: 2.6rem;
margin-top: 5rem;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
margin-bottom: 2rem;
font-weight: 400;
width: 100%;
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
}
.woocommerce-info {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
content:  none;
}
.showcoupon{
font-weight: 700;
text-decoration: underline;
}
.woocommerce-message{
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a{
background: #fff !important;
width: 17rem;
text-align: center;
margin-top: 2rem !important;
display: inline-block;
}
.woocommerce-error::after, .woocommerce-error::before, .woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before {
content: none;
}
.cart_totals h2{
text-align: left !important;
}
@media only screen and (min-width: 42.5625em) { .woocommerce-error, .woocommerce-info, .woocommerce-message {
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a{
margin-left: auto;
margin-top: 0 !important;
}
}
@media only screen and (max-width: 48em) { .woocommerce-checkout-review-order td.product-name {
width: 32rem !important;
}
}
@media only screen and (max-width: 37.5em) { .woocommerce-checkout-review-order td.product-name {
width: 18rem !important;
}
.woocommerce-checkout-review-order table.shop_table td{
padding: 1rem 1rem;
}
}
@media only screen and (max-width: 30em) { .woocommerce-checkout-review-order {
background: #f8f8f8;
padding: 1rem 0rem;
border-radius: 1rem;
}
.woocommerce-checkout-review-order td.product-name {
width: 15rem !important;
}
}
@media only screen and (min-width: 48.0625em) { .woocommerce-checkout-review-order{
padding: 4rem;
}
}
.woocommerce-form-coupon-toggle .woocommerce-info{
display: block;
}
.woocommerce-form-coupon-toggle .woocommerce-info a{
margin: 0;
background: transparent !important;
display: inline;
}
.woocommerce-info.woocommerce-no-products-found{
display: block;
} .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
display: flex;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input{
width: auto;
margin-right: 1rem;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button.wp-element-button{
background-color: #bb0c04;
color: #fff;
border-radius: 0.5rem;
padding: 1.3rem 2rem;
font-size: 1.6rem;
transition: all .4s ease-in-out;
margin: 2rem 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button.wp-element-button:hover {
background-color: #2e2e2e;
color: #fff;
}
.woocommerce form.login {
max-width: 60rem;
width: 100%;
margin: 0 auto;
padding: 3rem;
}
.default-content .woocommerce h2{
text-align: center;
}
@media only screen and (min-width: 37.5625em) { .woocommerce form.login {
padding: 5rem;
}
} .woocommerce-ResetPassword.lost_reset_password {
border: 1px solid #d3ced2;
padding: 3rem;
text-align: left;
border-radius: 5px;
max-width: 60rem;
width: 100%;
margin: 0 auto;
}
.woocommerce-ResetPassword.lost_reset_password p{
width: 100%;
}
@media only screen and (min-width: 37.5625em) { .woocommerce-ResetPassword.lost_reset_password {
padding: 5rem;
}
} .woocommerce-MyAccount-navigation{
margin-left: 0;
padding: 3rem 1rem;
background-color: #f8f8f8;
border-radius: 1rem;
}
@media only screen and (min-width: 30.0625em) { .woocommerce-MyAccount-navigation{
padding: 3rem;
}
}
.woocommerce-MyAccount-navigation li{
display: block;
margin-bottom: 1rem;
}
.woocommerce-MyAccount-navigation li a {
display: block;
padding: 2rem;
background-repeat: no-repeat;
background-position: left 2rem center;
background-size: 2rem;
padding-left: 6rem;
font-weight: 600;
border-radius: 1rem;
}
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a{
background-color: #fff;
}
.woocommerce-MyAccount-navigation ul{
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce-MyAccount-navigation-link--dashboard a{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/home.svg);
}
.woocommerce-MyAccount-navigation-link--orders a{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/shopping-list.svg);
}
.woocommerce-MyAccount-navigation-link--downloads a{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/downloads.svg);
}
.woocommerce-MyAccount-navigation-link--edit-address a{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/address.svg);
}
.woocommerce-MyAccount-navigation-link--edit-account a{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/account.svg);
}
.woocommerce-MyAccount-navigation-link--customer-logout a{
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/power.svg);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
margin-bottom: 4rem;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button.wp-element-button{
background-color: #bb0c04;
color: #fff;
border-radius: 0.5rem;
padding: 1.3rem 2rem;
font-size: 1.6rem;
transition: all .4s ease-in-out;
margin: 2rem 0;
}
.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button.wp-element-button:hover{
background-color: #2e2e2e;
color: #fff;
}
@media only screen and (min-width: 61.3125em) { .woocommerce-account .woocommerce-MyAccount-navigation {
width: 27%;
margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 67%;
}
}
@media only screen and (min-width: 68.75em) { .woocommerce-account .woocommerce-MyAccount-navigation {
width: 23%;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 72%;
}
} .variations{
display: flex;
flex-direction: row;
margin-top: 1.5rem;
gap: 1rem;
align-items: center;
padding: 0 !important;
}
.variations label {
text-align: center;
}
@media only screen and (max-width: 600px) {
.variations {
flex-direction: column;
align-items: start;
}
.variations label {
text-align: start;
}
.variations_custom_width {
width: 100% !important;
}
}
.variations td{
padding: 0;
background-color: transparent;
border: 0;
}
.variations  .label label{
margin-bottom: 0;
padding-right: 2rem;
}
.variations td {
padding: 0;
background-color: transparent;
border: 0;
display: flex;
align-items: center;
}
.variations td  select{
margin-right: 1rem;
}
.reset_variations{
font-weight: 400;
color: #950c06;
}
.single_add_to_cart_button, .quantity{
display: none !important;
}
.shop_table .single_add_to_cart_button, .quantity{
display: block !important;
}  .page-filters ul{
list-style: none;
padding: 0;
margin: 0;
}
.page-filters ul li{
display: block;
}
.page-filters .sub-trigger {
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/arrow-down.svg);
background-repeat: no-repeat;
background-size: 1rem;
background-position: top 1.4rem right;
}
.page-filters ul li a{
display: block;
padding: 0.5rem 0;
font-weight: 800;
}
.page-filters .menu-title{
display: none;
}
.page-filters .sub {
position: static;
left: auto;
top: auto;
width: auto;
height: auto;
padding: 0;
transform: none;
opacity: 1;
visibility: visible;
min-height: auto;
background-color: #fff;
color: #000;
padding: 1rem;
font-weight: 400;
display: none;
}
.page-filters .sub.open{
display: block;
}
.page-filters .sub a{
font-weight: 300;
} .woocommerce-pagination{
display: flex;
flex-direction: row;
align-items: center;
gap:1rem;
width: 100%;
}
.woocommerce-pagination ul.page-numbers li a {
display: flex !important;
width: 4rem;
height: 4rem;
background-color: #f8f8f8;
align-items: center;
justify-content: center;
font-size: 1.4rem;
border:1px solid #e7e7e7;
}
.woocommerce nav.woocommerce-pagination ul{
display: block !important;
border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li{
border: 0  !important;
padding: 0 !important;
}
.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
width: 10rem;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
background-color: transparent ;
color: #000;
}
.woocommerce-pagination ul.page-numbers li a, .woocommerce-pagination ul.page-numbers li span {
display: flex !important;
width: 4rem;
height: 4rem;
background-color: #f8f8f8;
align-items: center;
justify-content: center;
font-size: 1.4rem;
border: 1px solid #e7e7e7;
padding: 0 !important;
}
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span:hover, .woocommerce-pagination ul li  a.page-numbers.current, .woocommerce-pagination ul li  span.page-numbers.current{
color: #fff  !important;
background-color: #950c06 !important;
border-color: #950c06 !important;
}
.woocommerce nav.woocommerce-pagination{
width:100%;
}
.woocommerce nav.woocommerce-pagination ul {
border: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li{
border:0;
display:flex;
align-items:center;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
font-size:1.6rem;
font-weight:300;
}
.woocommerce nav.woocommerce-pagination .next.page-numbers{
font-size:0;
}
.woocommerce nav.woocommerce-pagination .next.page-numbers::after {
content: 'Sljedeće »';
display: inline-block;
font-size: 1.6rem;
width: 8rem;
height: auto;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background: transparent;
color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
padding: 3px;
}
.woocommerce nav.woocommerce-pagination .prev.page-numbers{
font-size:0;
}
.woocommerce nav.woocommerce-pagination .prev.page-numbers::after {
content: '« Prethodno';
display: inline-block;
font-size: 1.6rem;
width: 9rem;
height: auto;
}
@media only screen and (min-width: 37.5625em) { .woocommerce nav.woocommerce-pagination ul {
justify-content: flex-start;
}
} .product-banner{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
border-radius: 1rem;
padding: 5rem 2rem;
margin-bottom: 5rem;
color: #fff;
overflow: hidden;
}
.product-banner::before{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.5);
}
.product-banner-inner{
max-width: 90rem;
width: 100%;
margin: 0 auto;
position: relative;
z-index: 1;
text-align: center;
}
.product-banner .title h2{
font-size: 3rem;
}
.product-banner .title {
margin-bottom: 2rem;
}
@media only screen and (min-width: 48.0625em) { .product-banner{
background-attachment: fixed;
}
}
@media only screen and (min-width: 64.0625em) { .product-banner{
padding: 8rem 2rem;
}
}
body > main > section > div > div.single-wrapper > article.single-text > div.last-price,
body > main > section > div > div.single-wrapper > article.single-text > form.cart {
display: none;
}
body > main > section > div > div.default-content > div > div.cart-collaterals > div > table > tbody > tr.cart-subtotal > td > span.woocommerce-Price-amount.amount {
font-weight: 700;
}
.form-row.validate-required label input {
width: auto;
margin: 0;
margin-right: 1rem;
margin-top: 1rem;
}
.form-row.validate-required label {
display: flex;
align-items: flex-start;
} .product_title_h2{
font-size: 30px !important;
}
.products-title-kategorija{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 0rem;
}
.products-title-kategorija .title{
margin-bottom: 0;
}
.products-title-kategorija .title h2{
margin-bottom: 0;
}
.products-title-kategorija  a{
margin-right: auto;
padding-left: 3rem;
display: inline-block;
color: #737373;
font-weight: 400;
padding-bottom: 1rem;
}
.product-image-kategorija{
margin-bottom: 0rem !important;
}
.product-slide-h3{
margin-bottom: 0px !important;
height: 20px !important;
text-transform: uppercase;
font-weight: bold !important;
} .products-title-kategorija-padding{
padding: 0 2rem;
}
.gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
padding: 0;
margin-bottom: 30px;
max-width: 187rem;
}
.gallery-item {
width: 350px;
height: 159px;
margin: 3px;
border: 1px solid #fff;
position: relative;
box-sizing: border-box;
}
.gallery-item__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 4px;
} .custom-box{
width: 49.5% !important;
border-radius: 10px;
}
.custom-box-drugi{
width: 100% !important;
border-radius: 10px;
}
@media only screen and (max-width: 800px) {
.custom-box{
width: 100% !important;
}
.box-text{
padding: 1rem 2rem;
}
}
.custom-box img{
height: auto;
}
.custom-box-drugi img{
height: auto;
}
.custom-gap-landing{
gap: 0px !important;
}
.custom-h2{
margin-bottom: 0px !important;
}
.custom-margin-top{
margin-top: 15px;
}
.custom-align{
text-align: center;
} .custom-padding{
padding: 2rem 2rem !important;
}
.custom-h2-font{
font-size: 3rem !important;
font-weight: 1000;
}
.custom-h2-font-small{
font-size: 2rem !important;
font-weight: 1000;
}
.custom-p-font{
font-size: 1.5rem !important;
}
.text-align-left{
text-align: left;
}
.custom-container {
display: flex;
position: relative;
width: 100%;
max-width: 184rem;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 2rem;
}
@media (max-width: 800px) {
.custom-container {
padding: 0 0rem
}
.custom-padding-five {
padding: 5px;
}
.custom-products-padding-top-fourth-section {
padding: 5px !important;
}
}
.custom-container-hero {
width: 100%;
}
.left {
width: 67.5%;
padding: 5px;
box-sizing: border-box;
text-align: right;
}
.left img {
width: 100%;
height: 100%;
max-height: 440px;
object-fit: fill;
border-radius: 5px;
}
.right {
width: 37.5%;
padding: 5px;
max-height: 440px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.right img {
width: 100%;
height: 98%;
margin-bottom: 6px;
object-fit: fill;
border-radius: 5px;
}
@media (min-width: 1550px) {
.left img {
max-height: 490px;
}
.right {
max-height: 498.7px;
}
}
@media (max-width: 800px) {
.custom-container {
flex-direction: column;
}
.left {
width: 100%;
}
.right {
width: 100%;
padding: 5px;
max-height: none;
flex-direction: column;
}
.left img {
max-height: none;
height: auto;
}
.right img {
width: 100%;
height: auto;
max-height: none;
margin: 0px;
}
.custom-h2-font-left {
font-size: 2rem !important;
font-weight: 1000;
}
} .custom-pagination {
display: flex;
justify-content: left;
}
.custom-page-numbers {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.custom-page-numbers-item {
margin-right: 0px !important;
}
.custom-page-numbers-item:last-child {
margin-right: 0;
}
.custom-page-numbers-item a {
font-size: 1.6rem !important;
font-weight: 300 !important;
} .custom-image-margin{
margin-bottom: 0px !important;
} .custom-products-padding-top{
padding: 3rem 0 !important;
}
.custom-products-marging-top{
margin-top: 0px !important;
}
.custom-grid{
display: block !important;
padding: 0px !important;
margin: 0px !important;
border-bottom: none !important;
}
.custom-price {
padding: 0px !important;
}
.custom-single-image a img {
height: 25rem;
}
.single-price-custom p {
font-size: 1.6rem !important;
}
.custom-padding-bottom {
padding-bottom: 0px;
}
.custom-gap {
gap: 2rem !important;
}
.custom-grid {
display: block !important;
padding: 0px !important;
margin: 0px !important;
border-bottom: none !important;
}
.custom-price {
padding: 0px !important;
}
.custom-width {
width: 120px;
}
.custom-form {
padding: 0px !important;
margin: 0px !important;
border-bottom: none !important;
}
.custom-page-numbers-item {
margin-right: 0px !important;
}
.custom-margin-top-button {
margin-top: 15px !important;
}
.custom-page-space{
padding: 3rem 0 !important;
}
.custom-button-padding {
padding-right: 40px;
}
@media (max-width: 767px) {
.product_title_h2{
font-size: 20px !important;
}
}
.custom-line-height-h1 {
line-height: 1;
}
.custom_font_size_span {
font-size: 2.5rem !important;
}
.custom-h2-font-left{
font-size: 4rem;
font-weight: 1000;
}
.custom-p p {
font-size: 1.3rem !important;
margin-bottom: 0.2rem !important;
}
.custom_font_size_h2-element {
font-size: 2rem !important;
margin-bottom: 0.2rem !important;
font-weight: 1000 !important;
}
.products-slider3 .slick-track{
display:flex;
}
.products-slider4 .slick-track{
display:flex;
}
.custom-padding-for-custom-container{
padding-top: 15px !important;
padding-bottom:15px !important;
}
.custom-products-padding-top-first-section{
padding-top: 15px !important;
padding-bottom: 25px !important;
margin-top: 0px !important;
}
.custom-products-padding-top-second-section{
padding-top: 15px !important;
padding-bottom: 5px !important;
margin-top: 0px !important;
}
.custom-products-padding-top-third-section{
padding: 1rem 2rem !important;
color: white;
}
.custom-products-padding-top-fourth-section{
padding: 1rem 2rem;
color: black;
}
.custom-container-padding-section{
padding: 1rem 2rem !important;
}
.left-content img {
width: 165px;
height: 90px;
}
.text-content h2 {
text-transform: uppercase !important;
font-size: 20px !important;
line-height: 26px !important;
}
.text-content p {
line-height: 22px;
font-size: 16px;
}
.list-items {
width: 100%;
margin-top: 15px;
}
.list-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
cursor: pointer;
}
.left-content {
display: flex;
align-items: center;
}
.text-content {
margin-left: 10px;
}
.list-items.expanded .expanded-content {
display: block;
}
.full-description {
margin: 0;
}
.list-items.expanded .icon {
transform: rotate(-90deg);
}
.right-content {
flex-shrink: 0;
font-size: 30px;
transform: rotate(90deg);
}
.expanded-content {
display: none;
padding-left: 30px;
}
.custom-container-with-logo{
text-align: center;
}
.custom-container-with-logo img {
width: 400px;
height: auto;
}
.custom-padding-top-for-custom-container{
padding-top: 15px !important;
}
@media (max-width: 767px) {
.custom-container-with-logo img {
width: 250px;
height: auto;
}
}
@media (max-width: 767px) {
.list-item{
flex-direction: column;
}
.left-content {
flex-direction: column;
}
.right-content {
transform: rotate(0deg);
}
.list-items.expanded .icon {
transform: rotate(0deg);
}
.left-content img {
padding-bottom: 10px;
}
}
.custom-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
padding: 0;
padding-bottom: 15px;
max-width: 187rem;
}
.custom-gallery-width {
width: 100%;
}
.custom-gallery-item {
width: 460px;
height: auto;
margin: 5px;
position: relative;
box-sizing: border-box;
overflow: hidden;
margin-bottom: 20px;
border-radius: 4px;
}
.custom-gallery-item__image {
display: block;
width: 100%;
height: 150px;
object-fit: cover;
object-position: center;
}
.custom-gallery-item__button {
width: 100%;
height: 50px;
background-color: black;
color: white;
border: none;
outline: none;
cursor: pointer;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
transition: background-color 0s ease, color 0s ease;
}
.custom-gallery-item:hover .custom-gallery-item__button {
background-color: white;
color: black;
}
.custom-gallery-item:hover::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(247, 247, 247, .4);
z-index: 1;
}
.custom-wrapper {
display: flex;
align-items: center;
}
.custom-image-wrapper {
flex-grow: 1;
}
.custom-wrapper img {
width: 275px;
display: block;
margin: 0 auto;
padding-bottom: 10px;
}
.custom-gallery-for-category {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
padding: 0;
padding-bottom: 15px;
max-width: 187rem;
}
.custom-gallery-item-for-category {
width: 460px;
height: auto;
margin: 5px;
position: relative;
box-sizing: border-box;
overflow: hidden;
border-radius: 4px;
}
.custom-a-for-category {
max-height: 60px;
margin-bottom: 10px;
width: calc(33.3333% - 5px);
color: #4d4d4d;
text-decoration: none;
background-color: transparent;
cursor: pointer;
}
.sub-category-tile {
display: flex;
justify-content: flex-start;
align-items: center;
background: #333;
border-radius: 5px;
height: 60px;
margin-bottom: 10px;
transition: .5s;
overflow: hidden;
width: 100%;
}
.sub-category-tile:hover {
background: #fff;
}
.sub-category-tile:hover p {
color: #333;
}
.sub-category-tile:hover .sub-category-tile-img {
background: #333;
}
.sub-category-tile:hover .sub-category-tile-right {
color: #333;
}
.sub-category-tile-img {
transition: .5s; height: 100%;
background: #fff;
min-width: 125px;
}
.sub-category-tile-img img {
height: 100%;
margin-left: 15px;
border-style: none;
vertical-align: middle;
overflow-clip-margin: content-box;
overflow: clip;
}
.sub-category-tile p {
display: flex;
align-items: center;
margin: 0;
height: 60px;
font-family: myriad-pro-condensed, sans-serif !important;
font-size: 16px !important;
line-height: 16px;
font-weight: 700;
text-transform: uppercase;
text-align: left;
transition: .5s;
color: #fff;
}
.sub-category-tile-text {
width: 60%;
padding: 0px 0px 0px 30px;
}
.sub-category-tile-right {
font-size: 32px;
width: 15%;
display: flex;
justify-content: flex-end;
align-items: center;
color: #fff;
margin: auto 15px;
}
.custom_variable_p {
font-size: 2.2rem;
font-weight: 600;
margin-bottom: 0px !important;
}
.custom_variable_p_small {
font-size: 1.6rem;
font-weight: 600;
margin-bottom: 0px !important;
color: #FF5733; }
.custom_font_size_for_single_price {
font-size: 1.6rem !important;
color: #2E86C1; }
.modal {
font-size: 14px;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 100%;
height: 100%;
outline: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal.show .modal-dialog {
transform: none;
}
.modal-dialog {
max-width: 680px;
margin: 1.75rem auto;
position: relative;
width: auto;
pointer-events: none;
}
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 3.5rem);
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 0;
outline: 0;
}
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto;
}
button.close {
background-color: transparent;
border: 0;
appearance: none;
}
.pull-right {
float: right;
}
.close {
font-size: 2.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.close:hover {
opacity: .9;
}
.modal-body {
position: relative;
flex: 0 0 auto;
padding: 2rem;
font-weight: 400;
text-align: center;
}
.modal-body a {
text-decoration: underline !important;
color: blue !important;
}
.promocija-font-size {
font-size: 1.4rem;
}
.promocija-button{
margin-bottom: 15px;
line-height: 15px;
}
.promotion-icon{
color: #208920;
margin-right: .5em;
}
.product-price {
margin-bottom: 0px !important;
}
.container-md-custom {
max-width: 180rem;
}
.custom_container_garancija {
padding: 0 !important;
max-width: 180rem !important;
}
.products-title-brand-margin-and-align{
margin-bottom: 0px !important;
text-align: center;
}
.products-title-brands {
max-width: 187rem;
margin: 0 auto;
}
.products-wrapper {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
padding: 0;
padding-bottom: 15px;
max-width: 187rem;
gap: 10px;
}
@media (max-width: 600px) {
.product-box {
width: 48%;
}
}
.custom_variable_p_and_price {
font-size: 2.5rem !important;
font-weight: 500 !important;
margin-bottom: 0px !important;
}
.normal-price-custom .price.custom_variable_p_and_price {
font-size: 2.5rem !important;
}
.price-installment.custom_variable_p_and_price {
font-size: 1.8rem !important;
}
.variations_custom_width {
width: 575px;
}
.custom_label_display_flex label{
display: flex;
}
@media (max-width: 1000px) {
.custom-padding {
padding: 1rem 1rem !important;
}
.custom-padding .custom-h2-font-small {
font-size: 1.6rem !important;
}
.custom-padding p {
font-size: 1.2rem !important;
}
.custom-padding .custom-h2-font-left {
font-size: 2rem !important;
}
.custom-padding .btn {
padding: 0.4rem 1.4rem !important;
font-size: 1.4rem !important;
}
}
.container-product {
position: relative;
width: 100%;
max-width: 184rem;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 2rem;
}
@media (max-width: 800px) {
.container-product {
padding: 5px;
}
}
.sub-grandchild {
width: 100%;
padding: 5rem 2rem;
position: fixed;
left: 0;
top: 0;
height: 100%;
min-height: 100vh;
overflow-y: auto;
background-color: #950c06;
color: #fff;
opacity: 0;
visibility: hidden;
transition: all .4s ease-in-out;
transform: translateX(-100%);
}
.sub-grandchild.open {
transform: translateX(0);
visibility: visible;
opacity: 1;
}
.close-menu, .close-grandchild-sub {
font-size: 5rem;
cursor: pointer;
outline: none;
line-height: 0;
margin-top: -4px;
}
.sub-trigger-grandchild {
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/arrow-right-white.svg);
background-position: right 1.5rem center;
background-repeat: no-repeat;
background-size: 1rem;
}
.page-filters .sub-trigger-grandchild {
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/arrow-down.svg);
background-repeat: no-repeat;
background-size: 1rem;
background-position: top 1.4rem right;
}
@media only screen and (min-width: 30.0625em) { .sub-grandchild{
padding: 5rem;
}
}
@media only screen and (min-width: 42.5625em) {
.sub-grandchild{
width: 59rem;
padding: 10rem 5rem;
}
}
.grandchildren {
display: none;
position: absolute;
width: 300px;
background-color: #950c06;
color: #fff;
padding: 10px;
z-index: 9999;
transition: visibility 0.4s, opacity 0.4s ease-in-out;
}
.grandchildren a {
display: block;
padding: 1.5rem 1.5rem;
font-size: 1.8rem;
border-bottom: 1px dashed rgba(255, 255, 255, .4);
}
.map-container {
position: relative;
background-color: #000;
margin: 0 auto;
text-align: center;
margin-bottom: 0px;
padding-bottom: 0px;
}
.map-image {
max-width: 70rem;
width: 100%;
height: auto;
}
.tooltip {
display: none;
position: absolute;
padding: 10px;
border-radius: 5px;
z-index: 100;
}
.tooltip h1 {
font-size: 22px;
margin: 0;
}
.tooltip p {
margin: 5px 0 0 0;
}
.marker {
position: absolute;
width: 10px;
height: 10px;
background-color: red;
border-radius: 50%;
border: 2px solid white;
} .custom-container-second {
display: flex;
flex-direction: row;
padding: 3rem;
position: relative;
max-width: 184rem;
text-align: right;
margin: 0 auto;
}
@media (max-width: 1100px) {
.custom-container-second {
flex-direction: column;
}
.box-left-second {
padding-right: 0px !important;
}
.right-second {
display: flex;
flex-direction: row;
}
.box-top-second {
padding-right: 6px;
}
}
@media (max-width: 750px) {
.right-second {
display: flex;
flex-direction: column;
}
.box-top-second {
padding-right: 0px;
}
.box-right-second img {
width: 100%;
}
}
@media (max-width: 800px) {
.custom-container-second {
padding: 5px;
}
}
.box-left-second {
cursor: pointer;
padding-right: 6px;
position: relative;
}
.box-left-second img {
border-radius: 10px;
}
.box-right-second {
position: relative;
text-align: left;
}
.box-right-second img {
border-radius: 6px;
}
@media only screen and (min-width: 1650px) {
.box-bottom-second img{
margin-top: 3px;
}
} .widget_wpc_filters_widget {
padding: 2rem;
background-color: #fff;
}
.widget-title {
font-size: 1.8rem;
margin-bottom: 1rem;
font-weight: 700;
color: #bb0c04 !important;
}
.wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"], .wpc-filters-main-wrap li.wpc-term-item input[type="radio"] {
width: auto !important;
accent-color: #bb0c04;
}
.wpc-filter-label-wrapper {
background-color: #bb0c04 !important;
color: white !important;
}
body .wpc-filters-main-wrap input.wpc-label-input + label:hover span.wpc-filter-label-wrapper {
background-color: #bb0c04 !important;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked {
border-color: transparent !important;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked + label {
border-color: transparent !important;
}
body .wpc-filters-main-wrap input.wpc-label-input + label:hover {
border-color: transparent !important;
}
.wpc-filters-range-inputs .ui-slider-range {
background-color: #bb0c04 !important;
}
#ui-datepicker-div.wpc-filter-datepicker .ui-state-active {
background-color: #bb0c04 !important;
border-color: #bb0c04 !important;
}
#ui-datepicker-div.wpc-filter-datepicker .ui-datepicker-close.ui-state-default {
background-color: #bb0c04 !important;
border-color: #bb0c04 !important;
}
.wpc-filters-submit-button {
background-color: #bb0c04 !important;
border-color: #bb0c04 !important;
}
@media only screen and (max-width: 601px) {
.widget_wpc_filters_widget {
display: none;
}
} .woocommerce-product-search {
z-index: 100;
}
.woocommerce-product-search > input {
padding: 2.5rem 2.5rem;
font-size: 16px;
}
.woocommerce-product-search > button[type="submit"] {
font-size: 0;
width: 5rem;
height: 5rem;
position: absolute;
right: 2.5rem;
top: 50%;
transform: translateY(-50%);
padding: 0;
border-radius: 0;
background-color: transparent;
margin-top: 0;
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/images/search.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 2rem;
}
@media only screen and (min-width: 601px) {
.woocommerce-product-search > input {
padding: 1rem 2rem;
}
}
.container .title {
margin-bottom: 2rem;
}
@media only screen and (max-width: 800px) {
.box-image-custom-height { }
}    .profile-card {
display: none;
}
.profile-header {
display: flex;
align-items: center;
margin-bottom: 10px;
justify-content: center;
}
.profile-header {
line-height: normal;
font-size: 0px;
}
.profile-logo {
width: 60px;
height: 60px;
border-radius: 50%;
}
.profile-info {
text-align: left;
margin-left: 10px;
}
.profile-info h2 {
font-size: 16px;
margin: 0;
display: flex;
align-items: center;
}
.profile-info h2 a {
text-decoration: none;
color: black;
}
.verified-badge {
color: #1da1f2;
font-size: 16px;
margin-left: 5px;
}
.profile-info p {
color: gray;
margin: 0;
font-size: 12px;
}
.profile-info p a {
color: gray;
text-decoration: none;
}
.profile-info p a:hover {
color: #000;
}
.profile-stats {
display: flex;
justify-content: center;
gap: 25px;
}
.stat {
text-align: center;
}
.stat h3 {
font-size: 16px;
margin: 0;
}
.stat p {
color: gray;
font-size: 12px;
}
.follow-button{
display: flex;
justify-content: center;
}
.follow-btn {
background-color: #bb0c04;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 18px;
font-weight: 700;
width: 250px;
text-decoration: none;
display: inline-block;
text-align: center;
} @media screen and (max-width: 450px) {
.profile-card {
display: none;
width: 100%; border-radius: 0; box-shadow: none; background-color: white;
padding: 20px;
}
} .mandatory-icon {
font-size: 14px;
color: red;
margin-left: 70px;
}
.mandatory-icon-required {
font-size: 20px;
color: #bb0c04 !important;
}
.mandatory-note {
font-size: 12px;
color: black;
}
.custom-billing-fields .form-row {
display: flex;
}
.custom-billing-fields label {
margin-right: 10.22px;
}
.custom-billing-fields input {
flex: 1;
}
.custom-billing-fields ::placeholder {
color: #999;
font-style: italic;
opacity: 1;
}
.custom-billing-rows {
display: flex;
justify-content: center;
gap: 5rem;
}
.billing-row {
width: 35%;
}
.billing-row:last-child {
width: 35%;
}
.woocommerce form .form-row label {
font-size: 17px;
margin-right: auto;
color: #000;
text-align: left;
}
.woocommerce form .form-row input.input-text {
font-size: 13px;
max-width: 450px;
}
.woocommerce form .form-row textarea {
font-size: 13px;
max-width: 500px;
}
.zelim-r1-span {
display: flex;
font-size: 13px;
gap: 5px;
}
.zelim-r1-input {
margin: auto;
} @media (max-width: 1120px) {
.custom-billing-fields .form-row {
flex-direction: column;
}
.zelim-r1-input {
width: 16px;
flex: none !important;
margin: 0;
}
} @media (max-width: 767px) {
.custom-billing-rows {
display: block;
}
.billing-row {
width: 100%; }
.billing-row:last-child {
width: 100%;
}
.woocommerce form .form-row input.input-text {
max-width: 100%;
}
.woocommerce form .form-row textarea {
max-width: 100%;
}
.mandatory-icon {
margin-left: 10px;
}
.mandatory-note {
font-size: 10px;
}
}
.custom-billing-font {
font-size: 2rem !important;
font-weight: 100 !important;
}
.custom-billing-font .form-row {
justify-content: flex-end;
margin-top: 1rem !important;
}
@media (min-width: 769px) {
.custom-billing-button {
bottom: 0;
margin-bottom: 0px;
}
}
#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img {
vertical-align: middle;
margin: 0px 0 0 0em;
padding: 0;
position: relative;
box-shadow: none;
width: 100% !important;
height:65% !important;
margin-left: 0px !important;
}
.custom-billing-rows_1 {
display: flex;
justify-content: space-between;
gap: 20px;
}
.billing-row_1 {
width: 80%;
}
.billing-row_1:last-child {
width: 20%;
}
.first-billing-row {
display: flex;
gap: 20px;
flex-direction: row;
}
.billing-row_2 {
width: 70%;
flex: 1;
margin-left: 0rem;
}
@media (max-width: 767px) {
.custom-billing-rows_1 {
display: block;
}
.first-billing-row {
flex-direction: column-reverse;
}
.billing-row_1 {
width: 100%; margin-bottom: 20px;
}
.billing-row_1:last-child {
width: 100%;
}
.billing-row_2 {
width: 100%;
}
} .custom-modal-variable {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}
.custom-modal-h4-variable {
padding: 20px;
background-color: #bb0c04;
color: white;
}
.custom-modal-content-variable {
background-color: #fff;
margin: 15% auto;
padding: 0px !important;
border: none !important;
width: 80%;
max-width: 500px;
position: relative;
}
.custom-modal-close-variable {
position: absolute;
top: 0px;
right: 10px;
color: white;
font-size: 24px;
font-weight: bold;
cursor: pointer;
}
.custom-modal-close-variable:hover,
.custom-modal-close-variable:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.variable-product-form {
padding: 0px 20px 20px 20px;
}
.variation-price-big {
text-align: center;
font-size: 22px;
font-weight: 700;
padding-top: 10px;
}
.variation-price-small {
text-align: center;
font-weight: 600;
}
.variation-button-center {
display: flex;
justify-content: center;
padding-top: 25px;
}
.submit-variations {
padding: 10px 20px;
background-color: #bb0c04;
color: #ffffff;
border: 2px solid #ffffff;
}
.submit-variations:hover {
background-color: #2e2e2e;
color: #ffffff;
border: 2px solid #000000;
}
.form-group-variable {
padding-bottom: 10px;
}
.small-regular-price {
font-size: 16px;
font-weight: 600;
}
.product-image1 img {
height: 26rem;
}
@media (max-width: 767px) {
.product-image1 img {
height: 20rem; }
} #center-popup-overlay {
display: none;
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
z-index: 999998;
} #center-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
width: 90%;
max-width: 800px;
max-height: 90vh;
overflow-y: auto;
transform: translate(-50%, -50%);
background: #fff;
padding: 40px 30px;
z-index: 999999;
border-radius: 12px;
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
font-family: "Mulish", sans-serif;
animation: fadeIn 0.3s ease-in-out;
box-sizing: border-box;
}
@keyframes fadeIn {
from { opacity: 0; transform: translate(-50%, -48%); }
to { opacity: 1; transform: translate(-50%, -50%); }
}
#center-popup h3 {
text-align: center;
font-size: 26px;
margin-bottom: 25px;
color: #111;
}   .wpc-filter-collapsible-reverse .wpc-filter-content,
.wpc-filter-collapsible.wpc-opened .wpc-filter-content,
.wpc-filter-has-brands.wpc-filter-hidden-term-names .wpc-dropdown-default .wpc-term-name,
.wpc-filter-has-selected .wpc-filter-content,
.wpc-filter-has-swatches.wpc-filter-hidden-term-names .wpc-dropdown-default .wpc-term-name,
.wpc-filter-hierarchy-reverse li.wpc-term-item > .wpc-term-item-content-wrapper + ul.children,
.wpc-filter-layout-search-field.wpc-search-active .wpc-search-field-wrapper .wpc-search-clear-icon-wrapper,
.wpc-filter-product_visibility .wpc-term-item label a,
.wpc-filters-labels li.wpc-term-item input[type=checkbox]:checked + label .wpc-term-swatch-wrapper:after,
.wpc-filters-labels li.wpc-term-item input[type=checkbox]:checked + label .wpc-term-swatch-wrapper:before,
.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:after,
.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:before,
.wpc-search-active li.wpc-term-item.wpc-closed > .wpc-term-item-content-wrapper + ul.children,
.wpc-search-active li.wpc-term-item > .wpc-term-item-content-wrapper + ul.children,
form.wpc-filter-range-form,
li.wpc-term-item.wpc-opened > ul.children,
li.wpc-term-item.wpc-term-selected:not(.wpc-closed) > .wpc-term-item-content-wrapper + ul.children {
color: #000; }    .custom-cart-wrapper {
max-width: 1169px;
margin: 3rem auto;
font-family: "Mulish", sans-serif;
color: #111;
}
.cart-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
}
.cart-progress {
--gap: 1rem;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 5rem;
}
.step-wrapper {
width: 30px;
height: 70px;
box-sizing: border-box;
flex: 0 1 calc((100% - (var(--gap) * 3)) / 4);
min-width: 0;
aspect-ratio: 1 / 1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
border: 1px solid #000;
border-radius: 10px;
background: #fff;
padding: 0.6rem;
overflow: hidden;
text-align: center;
transition: transform 0.18s
ease, box-shadow 0.18s
ease, border-color 0.18s
ease;
gap: 0.5rem;
}
@media (max-width: 767px) {
.step-wrapper {
height: 60px;
box-sizing: border-box;
flex: 0 1 calc((120% - (var(--gap) * 3)) / 4);
min-width: 0;
aspect-ratio: 1 / 1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
border: 1px solid #000;
border-radius: 5px;
background: #fff;
padding: 0.6rem;
overflow: hidden;
text-align: center;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
gap: 0.5rem;
font-weight: bold;
}
}
.active-step {
border-color: #bb0c04;
background-color: #bb0c04;
color: #fff;
}
.active-step .step,
.active-step .step-label {
color: #fff;
}
.step,
.checkmark1 {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.step {
font-size: clamp(18px, 2.6vw, 26px);
line-height: 1;
}
.step-label {
margin-top: 0.45rem;
font-size: clamp(12px, 1.6vw, 14px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.checkmark1 img {
max-width: 100%;
height: auto;
object-fit: contain;
filter: brightness(0) invert(1);
}
@media (max-width: 600px) {
.step-wrapper {
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0rem;
aspect-ratio: auto;
padding: 0.8rem;
}
.step-label {
font-size: 1.5rem !important;
white-space: normal;
word-wrap: break-word;
overflow: visible;
}
.step,
.checkmark1 {
width: 28px;
height: 20px;
}
}
@media (max-width: 420px) {
.cart-progress { padding-bottom: 2rem; }
.step-label { font-size: 11px; }
.custom-cart-wrapper {
margin: 0rem auto;
}
}
@media (min-width: 767px) {
.mobile-cart-qty,
.mobile-remove-wrapper {
display: none !important;
}
}
@media (max-width: 767px) {
.desktop-cart-qty,
.remove-item {
display: none !important;
}
}
.custom-cart-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 2rem;
table-layout: fixed;
}
.custom-cart-table th,
.custom-cart-table td {
padding: 1rem;
text-align: center;
font-size: 1.5rem;
border: none;
vertical-align: middle;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
}
.custom-cart-table th:nth-child(1),
.custom-cart-table td:nth-child(1) {
width: 3%;
padding: 0.5rem;
display: none;
}
.custom-cart-table tbody tr:first-child {
border-top: 2px solid #000;
}
.custom-cart-table tbody tr {
border-bottom: 2px solid #000;
}
.custom-cart-table th:nth-child(2),
.custom-cart-table td.remove-item {
width: 5%;
}
.custom-cart-table th:nth-child(3),
.custom-cart-table td.product-info {
width: 40%;
text-align: center;
white-space: normal;
}
.custom-cart-table th:nth-child(4),
.custom-cart-table td:nth-child(4) {
width: 15%;
background-color: transparent;
}
.custom-cart-table th:nth-child(5),
.custom-cart-table td:nth-child(5) {
width: 15%;
}
.custom-cart-table th:nth-child(6),
.custom-cart-table td:nth-child(6) {
width: 20%;
}
.product-thumb img {
max-width: 70px;
height: auto;
display: block;
}
.product-info {
text-align: left;
padding-left: 0.5rem;
}
.product-thumb {
float: left;
margin-right: 0.5rem;
}
.product-name {
max-width: calc(100% - 80px);
font-weight: 500;
font-size: 1.5rem;
align-content: flex-end;
text-align: start;
padding-left: 2.5rem;
}
.proizvod-table .th-text {
padding-right: 20rem;
}
.remove-item a {
color: #bb0c04;
font-weight: bold;
font-size: 2rem;
text-decoration: none;
}
.cart-summary {
text-align: right;
font-size: 1.1rem;
margin-bottom: 2rem;
}
.cart-summary-inner {
width: 60%;
margin-left: auto;
text-align: left;
} .cart-buttons {
text-align: right;
margin-top: 5rem;
}
.custom-button {
background: #bb0c04;
text-align: center;
color: #fff;
padding: 1rem 2rem;
border: none;
height: auto;
border-radius: 5px;
font-size: 2rem;
text-decoration: none;
display: inline-flex;
align-items: center;
width: 200px;
gap: 1rem;
font-family: "Mulish", sans-serif;
font-weight: 700;
}
.custom-button .arrow {
font-weight: bold;
font-size: 2rem;
}
.custom-quantity-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
}
.custom-qty-input {
border: none;
background: transparent;
color: #111;
font-size: 2rem;
width: 30px;
height: 30px;
text-align: center;
padding: 0;
margin: 0;
cursor: default;
pointer-events: none;
line-height: 1;
border: 1px solid #000;
}
.custom-qty-input::-webkit-inner-spin-button,
.custom-qty-input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.qty-btn {
background: #dcdcdc;
border: none;
color: #111;
font-size: 2rem;
cursor: pointer;
padding: 0 10px;
margin: 0;
display: inline-flex;
align-items: center;
justify-content: center;
}
.summary-line {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 2rem;
font-weight: bold;
margin-bottom: 0.5rem;
}
.price-container {
display: inline-block;
min-width: 100px;
text-align: right;
margin-right: 6rem;
font-size: 2.5rem
}
.price-container1 {
display: inline-block;
min-width: 100px;
text-align: right;
margin-right: 6rem;
font-size: 2.5rem
}
.product-unit-price.price-container1 {
font-size: 1.8rem;
text-align: left;
color: #555;
}
.product-total-price.price-container1 {
font-size: 2rem;
font-weight: bold;
} .qty-btn:hover {
color: #d60000;
}
.dense-price {
font-size: 1.5rem;
white-space: nowrap;
}
@media (max-width: 765px) {
.custom-cart-table,
.custom-cart-table thead,
.custom-cart-table tbody,
.custom-cart-table th,
.custom-cart-table td,
.custom-cart-table tr {
display: block;
width: 100%;
}
.custom-cart-table thead {
display: none;
}
.custom-cart-table tr {
margin-bottom: 0rem;
padding: 0rem 0;
}
.custom-cart-table td {
text-align: left;
padding: 0.5rem 0;
font-size: 1.4rem;
margin-left: 1rem;
border: none;
}
td.remove-item {
display: none;
}
td.mobile-remove-wrapper {
display: table-cell;
width: 30px;
vertical-align: middle;
text-align: center;
}
.remove-mobile-item {
display: inline-block;
background: #bb0c04;
color: white;
border-radius: 50%;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
text-decoration: none;
font-weight: bold;
}
td.product-info {
position: relative;
display: flex;
align-items: center;
gap: 1rem;
width: auto;
max-width: calc(100vw - 100px);
text-align: left;
white-space: normal;
}
.product-thumb {
float: none;
margin: 0 auto 1rem auto;
text-align: center;
position: relative;
}
.cart-summary-inner {
width: 100%;
margin: 0;
padding: 0;
}
.price-container {
margin-right: 3rem;
}
.price-container1 {
margin-right: 3rem;
}
.mobile-cart-qty {
display: block;
font-size: 1.2rem;
}
.mobile-cart-qty button.qty-btn {
font-size: 1.5rem;
width: 0px;
height: 20px;
}
.custom-cart-table th:nth-child(3),
.custom-cart-table td.product-info {
width: 100%;
display: table-footer-group;
background-color: transparent;
align-items: center;
gap: 1rem;
width: 100%;
text-align: left;
white-space: normal;
}
.product-name {
font-size: 12px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
padding: 0px;
padding-bottom: 2rem;
}
}
}
.mobile-cart-qty {
display: none;
}
@media (max-width: 765px) {
.desktop-cart-qty {
display: none !important;
}
.mobile-cart-qty {
display: block;
font-size: 1.2rem;
}
td.product-info {
width: auto;
max-width: calc(100vw - 100px);
}
.product-info .product-thumb img {
max-width: 50px;
height: auto;
}
}
.mobile-remove-wrapper {
display: none;
}
@media (max-width: 765px) {
.product-info-inner {
display: flex;
flex-direction: row;
align-items: center;
gap: 2rem;
}
.mobile-remove-wrapper {
display: block;
}
.price-column {
display: none !important;
}
.mobile-cart-qty .mobile-qty-inline {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
white-space: nowrap;
}
.mobile-cart-qty .qty-label {
font-weight: bold;
}
.mobile-cart-qty .mobile-qty-inline {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
padding-left: 2rem;
}
.mobile-cart-qty .qty-controls {
display: flex;
align-items: center;
gap: 0px;
}
.mobile-cart-qty .qty-btn {
padding: 4px 10px;
font-size: 16px;
cursor: pointer;
}
.mobile-cart-qty .mobile-qty-value {
min-width: 24px;
text-align: center;
display: inline-block;
font-size: 15px;
}
.desktop_dense_price {
display: none !important;
}
.cart-summary .total-line {
border-top: none;
}
.custom-cart-table tbody tr {
border-bottom: 1px solid #000;
}
.custom-cart-table tbody tr:first-child {
border-top: 1px solid #000;
}
.product-unit-price {
font-size: 1.2rem;
color: #555;
}
.product-total-price {
font-size: 1.5rem;
font-weight: bold;
color: #000;
}
}
@media (max-width: 765px) {
.price-summary {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
margin-left: 12rem;
max-width: 100%;
}
.price-container1 {
display: inline-block;
width: 70px;
text-align: right;
white-space: nowrap;
}
.product-unit-price {
font-size: 1.2rem;
color: #555;
}
.product-total-price {
font-size: 1.6rem;
font-weight: bold;
}
}
@media (max-width: 400px) {
.price-container1 {
width: 60px;
}
}
@media (max-width: 380px) {
.price-container1 {
width: 20px;
margin-right: -4rem;
}
}     .zelim-r1-box {
background-color: #3eabff;
border: 1px solid #99caff;
border-radius: 8px;
padding: 10px 15px;
margin-bottom: 15px;
margin-left: 18px;
}
.custom-checkbox-wrapper {
display: flex;
align-items: center;
gap: 12px;
width: 100%;
margin: 0;
}
.custom-checkbox {
display: none;
}
.custom-checkmark {
display: inline-block;
width: 24px !important;
height: 24px;
border-radius: 50%;
background-color: #fff;
position: relative;
flex-shrink: 0;
border: 0px solid #000;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
}
.custom-checkbox:checked + .custom-checkmark::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 16px;
background-color: #000;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.custom-checkbox:checked + .custom-checkmark {
accent-color: #ffffff;
background-color: #fff;
}
#terms {
opacity: 0 !important;
position: absolute !important;
z-index: -1 !important;
}
.cart-progress1 {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 1rem;
margin-bottom: 2rem;
font-size: 3rem;
text-transform: lowercase;
}
.cart-progress2{
display: flex;
justify-content: center;
align-items: flex-start;
gap: 1rem;
margin-bottom: 2rem;
font-size: 3rem;
text-transform: lowercase;
}
.cart-progress3{
display: flex;
justify-content: center;
align-items: flex-start;
gap: 1rem;
font-weight: 700;
margin-bottom: 2rem;
font-size: 3rem;
text-transform: lowercase;
}
.step-label {
margin-top: 0.3rem;
font-size: 2rem;
text-transform: lowercase;
color: #000;
font-weight: 700;
line-height: 1.2;
text-align: center;
}
.cart-progress1 .step {
font-size: 3rem;
line-height: 1;
color: #333;
}
.cart-progress1 .checkmark1 img {
width: 45px;
height: 30px;
display: block;
}
.cart-progress1 .progress-line {
width: 80px;
height: 4px;
background-color: #ccc;
border-radius: 2px;
margin-top: 15px;
}
.cart-progress2 .step {
font-size: 3rem;
line-height: 1;
color: #333;
}
.cart-progress2 .checkmark1 img {
width: 45px;
height: 30px;
display: block;
}
.cart-progress2 .progress-line {
width: 80px;
height: 4px;
background-color: #ccc;
border-radius: 2px;
margin-top: 15px;
}
.cart-progress3 .step {
font-size: 3rem;
line-height: 1;
color: #333;
}
.cart-progress3 .checkmark1 img {
width: 45px;
height: 30px;
display: block;
}
.cart-progress3 .progress-line {
width: 80px;
height: 4px;
background-color: #ccc;
border-radius: 2px;
margin-top: 15px;
}
.checkout-columns-wrapper {
display: flex;
flex-wrap: wrap;
gap: 30px;
align-items: flex-start;
}
.checkout-column {
flex: 1;
min-width: 300px;
}
.checkout-payment #payment {
background-color: white;
}
.wc_payment_methods.payment_methods.methods {
display: flex;
flex-direction: column;
gap: 10px;
}
.wc_payment_methods.payment_methods.methods li {
position: relative;
border: 2px solid #ccc;
border-radius: 20px;
padding: 15px 50px 15px 20px;
cursor: pointer;
background: linear-gradient(to right, #fff 70%, #bb0c04 30%);
list-style: none;
transition: box-shadow 0.3s ease, border-color 0.3s ease;
max-width: 600px;
width: 100%;
height: 90px;
box-sizing: border-box;
}
.wc_payment_methods.payment_methods.methods li:has(input.input-radio:checked) {
background: linear-gradient(to right, #3EABFF 70%, #bb0c04 30%) !important;
}
.wc_payment_methods.payment_methods.methods li::after {
content: "";
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
pointer-events: none;
}
.wc_payment_methods.payment_methods.methods li.payment_method_corvuspay {
box-sizing: border-box;
height: 130px;
}
.wc_payment_methods.payment_methods.methods li.payment_method_bacs::after {
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/<?php echo get_template_directory_uri(); ?>/images/euro.svg');
}
.wc_payment_methods.payment_methods.methods li.payment_method_cod::after {
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/<?php echo get_template_directory_uri(); ?>/images/pouzece.png');
}
.wc_payment_methods.payment_methods.methods li.payment_method_corvuspay::after {
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/<?php echo get_template_directory_uri(); ?>/images/credit-cards.svg');
top: 50%;
}
.wc_payment_methods.payment_methods.methods li.payment_method_googlepay::after {
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/<?php echo get_template_directory_uri(); ?>/images/GooglePay.svg') !important;
content: "" !important;
display: block !important;
top: 50% !important;
}
.wc_payment_methods.payment_methods.methods li.payment_method_applepay::after {
background-image: url(//werkteh.hr/wp-content/themes/vdtheme/<?php echo get_template_directory_uri(); ?>/images/Apple_Pay.svg') !important;
content: "" !important;
display: block !important;
top: 50% !important;
}
.wc_payment_methods.payment_methods.methods li label {
display: block;
cursor: pointer;
margin-bottom: 1.5rem !important;
}
.billing-row p.form-row {
margin-bottom: 2rem;
}
.billing-row p.form-row label {
display: block;
margin-bottom: 0.3rem;
}
.mandatory-icon-required {
color: red;
font-weight: bold;
}
.zelim-r1-span {
font-size: 13px;
font-weight: 600;
margin-left: 10px;
}
.custom-billing-fields {
font-family: "Mulish", sans-serif;
}
.billing-row_1.first-billing-row h3 {
margin-bottom: 1rem;
}
.shop_table.woocommerce-checkout-review-order-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 2rem;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
font-weight: bold;
font-size: 1.2rem;
}
.btn.btn-primary.custom-billing-button {
background: #bb0c04;
color: white;
padding: 0rem 1rem;
border: none;
border-radius: 5px;
font-size: 1.5rem;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-family: "Mulish", sans-serif;
}
.btn.btn-primary.custom-billing-button:hover {
background-color: #b30000;
}
.wc_payment_methods.payment_methods.methods li input[type="radio"] {
margin-top: 0px !important;
}
.cart-summary-placanje {
text-align: right;
font-size: 1.1rem;
margin-bottom: 2rem;
}
.cart-summary-inner-placanje {
width: 100%;
margin-left: 0px;
text-align: left;
}
.cart-summary-placanje div {
margin-bottom: 0.5rem;
font-size: 2rem;
font-weight: bold;
}
.cart-summary-placanje .total-line {
position: relative;
font-size: 2rem;
font-weight: bold;
border-top: 2px solid #666;
padding-top: 1rem;
width: 100%;
}
.cart-summary-placanje .total-line::after {
content: "";
position: absolute;
top: 1px;
left: 0;
right: 0;
border-top: 2px solid #666;
} .price-container {
display: inline-block;
min-width: 100px;
text-align: right;
margin-right: 6rem;
font-size: 2.5rem
}  .checkout-step {
display: none;
}
.checkout-step.active {
display: block;
}
.step-navigation {
margin-top: 5rem;
display: flex;
margin-right: 15rem;
justify-content: flex-end;
gap: 3rem;
font-family: "Mulish", sans-serif;
}
.prev-step-btn, .submit-order-btn {
background-color: #bb0c04;
color: white;
padding: 1rem 2rem;
border: none;
border-radius: 5px;
font-size: 1.5rem;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.next-step-btn:hover, .prev-step-btn:hover, .submit-order-btn:hover {
background-color: #b30000;
}
.prev-step-btn {
margin-left: 0;
margin-right: 0;
}
.confirmation-layout {
display: flex;
justify-content: center;
gap: 40px;
max-width: 1000px;
margin: 0 auto;
padding: 20px;
flex-wrap: wrap;
}
.confirmation-layout .column {
flex: 1;
min-width: 300px;
}
.column {
flex: 1 1 45%;
background: #f9f9f9;
padding: 20px;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
font-size: 16px;
}
.column h4 {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 18px;
margin-top: 20px;
margin-bottom: 10px;
}
.edit-btn {
background-color: #2196f3;
border: none;
color: white;
padding: 4px 10px;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
}
.edit-btn:hover {
background-color: #1976d2;
}
.column p, .column ol {
margin: 4px 0;
}
.column ol {
padding-left: 18px;
}
.billing-top {
height: 355px;
padding: 10px;
border-left: 2px solid #ccc;
align-content: flex-start;
position: relative;
}
.billing-top::after {
content: "";
position: absolute;
top: 80%;
left: -50px;
transform: translateY(-50%);
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-right: 50px solid #d9d9d9;
}
.billing-bottom {
align-items: flex-end;
align-content: flex-end;
height: 75px;
padding: 10px;
max-width: 600px;
width: 100%;
text-align: end;
}
.wc_payment_method {
width: 100%;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;
box-sizing: border-box;
}
.payment-method-wrapper {
display: flex;
align-items: flex-start;
align-items: center;
text-align: center;
gap: 5px;
width: 40rem;
height: 60px;
}
.payment-method-label {
display: inline-flex;
align-items: flex-start;
gap: 9px;
cursor: pointer;
font-weight: 700 !important;
width: max-content;
line-height: 1.3;
white-space: normal;
word-break: break-word;
margin-top: 0px;
margin-left: 20px;
}
label[for="payment_method_cod"] {
margin-top: 0px;
}
.payment_method_corvuspay .payment-icon-container {
background-color: rgba(255, 255, 255);
border-radius: 0 0 0px 18px;
padding: 0px;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
height: 60px;
border-bottom: 1px solid #ccc;
top: 68px;
left: 0px;
width: 70% !important;
text-align: center;
}
.payment-icon-container img {
border-bottom-left-radius: 18px !important;
border-bottom-right-radius: 18px !important;
}
.payment_method_corvuspay .payment-icon-container svg {
fill: #000 !important;
width: 48px;
height: auto;
}
.payment_method_corvuspay .payment-icon-container i {
color: #000 !important;
font-size: 48px;
}
input.input-radio {
display: inline-block;
width: 24px !important;
height: 24px;
border-radius: 50%;
background-color: #fff;
position: relative;
flex-shrink: 0;
border: 2px solid #000;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
}
input.input-radio:checked {
accent-color: #ffffff;
background-color: #fff;
}
input.input-radio:checked::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 16px;
background-color: #000;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.input-radio-button2 {
display: inline-block;
width: 24px !important;
height: 24px;
border-radius: 50%;
background-color: #fff;
position: relative;
flex-shrink: 0;
border: 2px solid #000;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
}
.input-radio-button2:checked {
accent-color: #ffffff;
background-color: #fff;
}
.input-radio-button2:checked::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 16px;
background-color: #000;
border-radius: 50%;
transform: translate(-50%, -50%);
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
text-align: center;
padding: 1em;
align-content: center;
flex-wrap: wrap;
border-bottom: 0px solid rgba(104, 87, 125, .14);
margin: 0;
list-style: none outside;
}
.billing-row_3 {
position: relative;
background-color: white;
padding: 20px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
font-weight: 700;
border-top: 0px solid rgba(0, 0, 0, .1);
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
align-items: center;
}
.w
@media (max-width: 765px) {
.billing-wrapper {
flex-direction: column;
gap: 10px;
}
.billing-row_2,
.billing-row_3 {
flex: none;
width: 100%;
margin-left: 0;
}
.payment-method-wrapper {
width: 100%;
}
.price-container {
margin-right: 1rem;
}
} .form-row-wide {
display: flex;
align-items: center;
gap: 5px;
}
.woocommerce-input-wrapper {
display: flex;
gap: 1rem;
align-items: center;
} .rate-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
margin-top: 5px;
}
.rate-decrement, .rate-increment {
width: 30px;
height: 30px;
font-size: 25px;
line-height: 10px;
text-align: center;
border: 1px solid #ccc;
background-color: #cfcfcf !important;
color: black;
cursor: pointer;
font-weight: 800;
padding: 0;
}
.rate-input {
width: 40px;
height: 30px;
font-size: 20px;
text-align: center;
border: 0px solid #ccc;
padding: 0;
margin: 0;
color: #000;
font-weight: 800;
}
.rate-decrement:hover, .rate-increment:hover {
background-color: #f0f0f0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.woocommerce form .form-row .required {
visibility: hidden;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
font-weight: bold;
font-size: 1.2rem;
align-content: end;
height: 50px;
}
@media (max-width: 765px) {
.billing-wrapper {
flex-direction: column;
}
.billing-row_2, .billing-row_3 {
width: 100%;
}
}
.woocommerce table.shop_table {
margin: 0 -1px 3px 0 !important;
}
.product-name-review {
display: flex;
align-items: flex-start;
max-width: 100%;
gap: 8px;
}
.product-number-column {
flex-shrink: 0;
font-weight: bold;
white-space: nowrap;
margin-top: -2px;
width: 5%;
}
.product-text-with-qty {
flex: 1;
overflow: hidden;
}
.product-name-text {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
white-space: normal;
line-height: 1.4em;
max-height: 2.8em;
}
.product-qty-text {
flex-shrink: 0;
white-space: nowrap;
margin-left: 0px;
}
@media (max-width: 765px) {
.custom-billing-font {
font-size: 16px !important;
font-weight: 700 !important;
}
}
@media (max-width: 765px) {
.billing-top {
border-left: none;
}
.billing-top::after {
display: none;
} .rate-input {
width: 40px;
height: 30px;
font-size: 30px; text-align: center;
border: 0px solid #ccc;
padding: 0;
margin: 0;
color: #000;
font-weight: 800;
} .woocommerce form .form-row label {
color: #fff;
}
.input-radio-button2 {
border: 0px solid #000;
}
}
.woocommerce-input-wrapper{
padding: 5px;
}
.payment-option-container.active {
background-color: #3eabff;
color: white;
transition: background-color 0.3s ease;
}
.input-wrapper {
position: relative;
display: flex;
align-items: center;
margin-bottom: 1rem;
}
.input-wrapper input {
flex: 1;
height: 40px;
padding: 8px 12px;
font-size: 14px;
box-sizing: border-box;
border: 1px solid #000;
}
@media (max-width: 765px) {
.mandatory-icon {
display: inline;
}
}
@media (min-width: 769px) {
.mandatory-icon {
display: none;
}
}
.billing-row p.form-row label {
display: block;
margin-bottom: 0.3rem;
color: white;
}
@media (max-width: 765px) {
.billing-row:last-child {
width: 100%;
}
.confirmation-layout {
font-family: "Mulish", sans-serif;
display: inline-flex
;
flex-wrap: wrap;
gap: 0px;
width: 100%;
position: sticky;
top: 0;
left: 20%;
}
.column {
flex: 1 1 55%;
background: #fff;
padding: 0px;
border-radius: 12px;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
font-size: 16px;
}
.checkout-column {
margin-top: -80px;
}
.column h4 {
display: none;
}
.customer-section .label {
display: none;
}
.column p, .column ol {
margin: 10px 0;
}
.customer-section .label {
display: none;
}
.customer-section p {
margin: -4px 0;
line-height: 1.4;
}
.customer-section h4 {
margin-bottom: 8px;
}
.customer-section{
padding: 20px;
padding-left: 0px;
}
.hide-mobile {
display: none;
}
}
.label-desktop {
display: none;
}
@media (max-width: 765px) {
.safety {
margin-right: 0rem !important;
}
.label-desktop {
display: inline;
}
.product-name-text {
-webkit-line-clamp: 2;
}
.product-qty-text {
flex-shrink: 0;
white-space: nowrap;
margin-left: 0px;
margin-top: 12px;
}
.step-navigation {
margin-top: 5rem;
display: flex
;
margin-right: -1rem;
justify-content: center;
gap: 3rem;
font-family: "Mulish", sans-serif;
}
.custom-total-bottom-line {
display:none;
}
.cart-summary .total-line {
width: 100% !important;
}
}
#place_order {
font-size: 2.5rem;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.custom-total-clone{
text-align: left;
font-size: 2rem;
margin-top: 30px;
align-items: flex-end;
width: 100%;
}
.custom-total-clone2{
text-align: left;
width: 100%;
}
.custom-total-clone {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 2rem;
margin-top: 0px;
font-weight: 700;
font-family: "Mulish", sans-serif;
}
.custom-total-clone2 {
display: flex;
align-items: center;
gap: 5rem;
font-size: 2rem;
margin-top: 0px;
font-weight: 700;
font-family: "Mulish", sans-serif;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 2rem;
margin-top: 30px;
}
.custom-total-bottom-line {
position: relative;
margin-top: 15px;
height: 2px;
background-color: #000;
border: none;
width: 74.3%;
}
.custom-total-bottom-line::after {
content: '';
position: absolute;
top: 100%;
left: 75%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 30px solid #000;
}
@media (max-width: 765px) {
.step_3 .step-navigation {
display: flex;
flex-direction: column-reverse;
}
.step_3 .step-navigation .custom-button:last-child {
order: -1;
}
#place_order {
margin-top: -2rem;
}
.custom-button {
background: #bb0c04;
color: white;
padding: 1rem 1rem;
border: none;
padding-right: 1rem;
padding-left: 1rem;
height: 10rem;
border-radius: 5px;
font-size: 1.8rem;
text-decoration: none;
display: inline-flex
;
align-items: center;
width: 200px;
gap: 2rem;
font-family: "Mulish", sans-serif;
}
.custom-button .arrow {
font-weight: bold;
font-size: 4rem;
}
}
.woocommerce form .form-row.woocommerce-invalid label {
color: #fff;
}
.custom-total-clone2 .total-amount {
font-size: 2.5rem;
}
@media (max-width: 765px) {
.custom-total-clone2 .total-amount {
margin-right: 0;
font-size: 2.5rem;
}
.price-container {
display: inline-block;
min-width: 100px;
text-align: right;
margin-right: 30px;
font-size: 2.5rem;
}
}
.woocommerce-checkout-review-order-table {
max-width: 450px !important;
width: 100% !important;
table-layout: fixed !important;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
padding: 0 !important;
}
.woocommerce-checkout-review-order-table th {
width: 60% !important;
max-width: 200px !important;
}
.woocommerce-checkout-review-order-table td {
width: 40% !important;
}
.woocommerce-shipping-totals .shipping h3,
.woocommerce-checkout-review-order-table tfoot .shipping th {
display: none !important;
}    .woocommerce-shipping-methods,
.woocommerce-checkout #shipping_method {
list-style: none;
margin: 15px 0;
padding: 0;
}
.woocommerce-shipping-methods li,
.woocommerce-checkout #shipping_method li {
padding: 10px 15px;
margin-bottom: 12px;
transition: all 0.25s ease;
}
.woocommerce-shipping-methods {
background-color: #3eabff;
border-radius: 8px;
position: relative;
}
.woocommerce-shipping-methods::after {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 2px;
background-color: white;
transform: translateY(-50%);
}
.woocommerce-checkout li input#shipping_method_0_local_pickup2 + label {
border-radius: 0 0 8px 8px;
display: flex;
justify-content: space-between;
align-items: center;
}
.woocommerce-shipping-methods input[type="radio"], .woocommerce-checkout #shipping_method input.shipping_method {
width: 24px !important;
height: 24px !important;
min-width: 24px !important;
min-height: 24px !important;
max-width: 24px !important;
max-height: 24px !important;  appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: 0px solid #fff;
border-radius: 50%;
background-color: #fff;
position: relative;
}
.woocommerce-shipping-methods input[type="radio"]:checked::after,
.woocommerce-checkout #shipping_method input.shipping_method:checked::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 16px;
background-color: #000;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.woocommerce-shipping-methods label,
.woocommerce-checkout #shipping_method label {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
color: #fff;
border-radius: 10px;
font-size: 20px;
cursor: pointer;
transition: all 0.25s ease;
box-sizing: border-box;
padding-left:5px;
margin: 0px !important;
}
.woocommerce-shipping-methods label img,
.woocommerce-checkout #shipping_method label img {
height: 25px;
vertical-align: middle;
}
.woocommerce-shipping-methods label span,
.woocommerce-shipping-methods label strong,
.woocommerce-checkout #shipping_method label span,
.woocommerce-checkout #shipping_method label strong {
color: #fff !important;
margin-right: 10px;
}
.woocommerce ul#shipping_method li {
margin: 0 0 0em !important;
line-height: 1.5em;
list-style: none outside;
height: 70px;
}
.woocommerce-shipping-methods input[type="radio"] {
flex: 0 0 24px;
}
.checkbox-text,
.custom-checkbox {
color: #ffffff;
font-size: 18px;
font-weight: 700;
margin-left: 1.5rem;
}
.checkbox-text-register{
color: #ffffff;
font-size: 24px;
font-weight: 700;
margin-left: 1.5rem;
}
.custom-checkbox{
font-size:12px !important!;
}
.remark
.remark-2 {
font-size: 15px;
color: #000000;
margin-bottom: 0;
}
.remark-2 {
font-size: 14px;
font-weight: 700;
}
.custom-billing-font.woocommerce-terms-and-conditions-checkbox-text {
color: #000000;
font-size: 14px !important;
font-weight: 700 !important;
}
.woocommerce form .form-row label {
line-height: 1.5;
}
.woocommerce-terms-and-conditions-wrapper{
margin-left: 18px;
}
.remark-3 {
margin-left:18px;
margin-bottom: 0rem !important;
}
.billing-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 20px;
font-family: "Mulish", sans-serif;
margin-top: -10px;
}
.safety {
align-items: flex-end;
margin-top: 5rem;
display: flex;
margin-right: 15rem;
justify-content: flex-end;
gap: 3rem;
font-size: 2rem;
font-family: "Mulish", sans-serif;
}
.safety-icon {
width: 15rem;
height: auto;
}
.safety span {
margin-bottom:1rem;
}
@media (max-width: 767px) {
.billing-wrapper {
gap: 0px;
}
.billing-bottom {
padding: 0px;
margin-top: 3rem;
}
.custom-total-clone2 {
justify-content: space-between;
}
.billing-row {
display: flex;
flex-direction: column;
}
.billing-row .zelim-r1-box:first-of-type {
order: 0;
}
.billing-row .remark,
.billing-row .remark-3,
.billing-row .remark-2 {
order: -1;
}
.billing-row .zelim-r1-box:last-of-type {
order: 2;
}
.zelim-r1-box {
background-color: #3eabff;
border: 1px solid #99caff;
border-radius: 8px;
padding: 10px 15px;
margin-bottom: 15px;
margin-left: 0px !important;
}
.remark-3 {
margin-left: 0px;
}
.woocommerce-terms-and-conditions-wrapper
{
margin-left: 0px;
}
.input-wrapper{
margin-left:0px !important;
}
}
@media (max-width: 767px) {
.mandatory-icon-required {
display: none !important;
}
.custom-billing-fields label {
margin-right: 0px;
}
}
@media (min-width: 768px) {
.cart-table {
width: 70%;
margin: 0 auto;
display: block;
}
}
.woocommerce-checkout .shipping-price .woocommerce-Price-amount {
font-size: 3rem;
font-weight: bold;
}
.woocommerce-checkout .shipping_method + label,
.woocommerce-checkout li input.shipping_method {
display: flex;
justify-content: space-between;
align-items: center;
}
.woocommerce-checkout li label[for^="shipping_method_"] {
display: flex;
justify-content: space-between;
align-items: center;
flex: 1;
}
.woocommerce-checkout .shipping-left {
display: flex;
flex-direction: column;
}
.woocommerce-checkout .shipping-price .woocommerce-Price-amount {
font-size: 3rem;
font-weight: bold;
}
.woocommerce-checkout li img {
width: 60px;
height: 60px;
margin-left: 10px;
order: 2;
}
.checkbox-text-2 {
color: #ffffff;
font-size: 15px;
font-weight: 500;
margin-left: 1.5rem;
}
.mobile-required-text {
display: none;
}
@media (max-width: 767px) {
.desktop-required-text {
display: none;
}
.mobile-required-text {
display: inline;
}
.woocommerce-checkout .shipping-left {
display: flex
;
flex-direction: column !important;
width: 100% !important;
}
.woocommerce-checkout li img {
width: 65px;
height: 60px;
margin-left: 10px !important;
order: 2;
}
.woocommerce-shipping-methods label, .woocommerce-checkout #shipping_method label {
font-size: 20px !important;
}
}
@media (max-width: 820px) {
.checkbox-text, .custom-checkbox {
font-size: 15px;
}
.woocommerce-checkout li img {
width: 50px !important;
height: 60px !important;
margin-left: 0px ;
order: 2;
}
.woocommerce-shipping-methods label, .woocommerce-checkout #shipping_method label {
font-size: 15px;
}
.woocommerce-checkout .shipping-left {
display: flex
;
flex-direction: row;
width: 60px;
}
}
.woocommerce-checkout li img {
width: 65px;
height: 60px;
margin-left: 10px;
order: 2;
}
@media (max-width: 767px) {
.wc_payment_methods.payment_methods.methods li.payment_method_bacs::after, .wc_payment_methods.payment_methods.methods li.payment_method_cod::after, .wc_payment_methods.payment_methods.methods li.payment_method_corvuspay::after, .wc_payment_methods.payment_methods.methods li.payment_method_googlepay::after, .wc_payment_methods.payment_methods.methods li.payment_method_applepay::after {
content: "";
display: inline-block;
height: 90px !important;
width:50px !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-left: 10px;
}
}
@media (max-width: 767px) {
.wc_payment_methods.payment_methods.methods li {
position: relative !important;
border: 2px solid #ccc !important;
border-radius: 20px !important;
padding: 15px 50px 15px 20px !important;
cursor: pointer !important;
background: linear-gradient(to right, #fff 70%, #bb0c04 30%) !important;
list-style: none !important;
transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
max-width: 600px !important;
width: 100% !important;
height: 60px !important;
box-sizing: border-box !important;
margin-bottom: 15px !important;
}
.payment-method-wrapper {
display: flex;
align-items: flex-start;
align-items: center;
text-align: center;
gap: 5px;
width: 25rem;
height: 60px;
margin-top: -15px;
}
.payment_method_corvuspay .payment-icon-container {
background-color: rgba(255, 255, 255, 1);
border-radius: 0 0 0 18px;
padding: 0 !important;
position: absolute !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
height: 27.5px !important;
border-bottom: 1px solid #ccc !important;
top: 16px !important;
left: 0 !important;
width: 70% !important;
text-align: center !important;
}
.payment_method_corvuspay .payment-icon-container img {
max-width: 100% !important;
max-height: 100% !important;
object-fit: contain !important;
}
.payment_method_corvuspay .payment-icon-container {
background-color: rgba(255, 255, 255, 1);
border-radius: 0 0 0 18px;
padding: 0 !important;
position: absolute !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
height: 31px !important;
border-bottom: 1px solid #ccc !important;
top: 46.5px !important;
left: 0 !important;
width: 70% !important;
text-align: center !important;
}
.wc_payment_methods.payment_methods.methods li.payment_method_corvuspay {
box-sizing: border-box;
height: 80px !important;
}
}
@media (max-width: 820px) {
#payment_method_corvuspay:focus,
#payment_method_corvuspay:checked {
margin-bottom: 5rem !important;
}
.payment_method_corvuspay .custom-billing-font.payment-method-label {
margin-bottom: 5rem !important;
}
}
@media (max-width: 767px) {
#payment_method_corvuspay:focus,
#payment_method_corvuspay:checked {
margin-bottom: 0rem !important;
}
.payment_method_corvuspay .custom-billing-font.payment-method-label {
margin-bottom: 2rem !important;
}
.payment-method-label {
display: inline-flex
;
align-items: flex-start;
gap: 9px;
cursor: pointer;
font-weight: 700 !important;
width: 160px;
line-height: 1.3;
white-space: normal;
word-break: break-word;
margin-top: 0px;
margin-left: 0px;
}
}
@media (max-width: 768px) {
.cart-progress {
--gap: -2rem;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 5rem;
}
}
.custom-button .arrow {
font-weight: bold;
font-size: 4rem;
width: 30px;
}
.arrow-payment{
font-weight: bold;
font-size: 4rem;
}
}
.custom_password_fields{
margin-top:10px;
margin-left:18px;
}
.woocommerce-checkout-payment{
background-color: white;
}
.arrow-registration-box {
display: flex;
align-items: center;
justify-content: flex-end;
}
.arrow-registration {
display: inline-block;
font-size: 3rem;
color: white;
transform: rotate(90deg);
margin-right: 12;
margin-right: 10rem;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: transparent;
}
.woocommerce-password-strength {
padding: 0px !important;
}
@media (max-width: 768px) {
#custom_password_fields {
margin-left: 0 !important;
display: grid;
}
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
margin: 0 0em 1.5rem 0;
}
.delivery-box {
margin-top: 5rem;
padding: 12px 15px;
font-size: 25px;
text-align: center;
font-weight: 800;
color: #bb0c04;
}
@media (max-width: 767px) {
.delivery-box {
display: block;
margin-top: 2rem;
padding: 12px 15px;
font-size: 15px;
text-align: center;
font-weight: 800;
color: #bb0c04;
}
}
.contact-right {
width: 45%;
display: flex;
flex-direction: column;
}
.mobile-map {
display: none;
}
@media (max-width: 980px) {
.contact-wrapper {
flex-direction: column;
}
.contact-right {
width: 100%;
flex-direction: column-reverse;
}
.mobile-map {
display: block;
width: 100%;
margin-bottom: 20px;
padding: 0;
}
.contact-right .map-below-contact {
display: none;
}
}
.map-below-contact {
width: 100%;
height: 400px;
cursor: pointer;
overflow: hidden;
}
.map-below-contact iframe {
width: 100%;
height: 100%;
border: 0;
}
.fullpage-map {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
overflow: hidden;
}
.fullpage-map iframe {
width: 100%;
height: 100%;
border: 0;
}
.bottom-product-info {
margin-top: 25px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
padding: 20px 0;
border-top: 1px solid #eee;
}
.info-box {
display: flex;
align-items: flex-start;
gap: 12px;
}
.icon-product-info {
width: 40px; height: 40px; display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0; }
.info-title {
font-weight: 700;
margin: 0;
font-size: 1.6rem;
}
.info-value {
margin: 2px 0 0;
font-size: 1.6rem;
line-height: 1.3;
}
.product-info-table{
display: flex;
flex-direction: row;
gap: 15px;
} .single-image {
width: 40% !important;
flex: 0 0 40% !important;
display: flex !important;
flex-direction: column !important;
} .single-image .slider-for {
width: 100% !important;
}
.single-image .for-slide img {
width: 100% !important;
height: 100% !important;
max-height: 550px !important; object-fit: contain !important;
} .single-image .slider-nav {
display: flex !important;
justify-content: center !important;
gap: 15px !important;
}
.single-image .slider-nav .nav-slide {
height: 100px !important; width: auto !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.single-image .slider-nav img {
height: 100% !important;
width: auto !important;
object-fit: contain !important;
}
.normal-price.custom-price.rate-bottom {
padding: 1rem !important;
line-height: 2.3;
}
.info-title {
white-space: nowrap;
}
.info-value {
white-space: normal;
}
.bottom-product-info .info-box:nth-child(2) .info-title {
padding-right: 65px;
}
.price-box{
background-color: #bb0c04;
padding: 2rem !important;
color: #fff;
font-weight: 800 !important;
height: 10rem;
}
.installment-price{
font-weight: 700;
padding: 2rem !important;
line-height: 1.5;
}
@media (max-width: 768px) {
.product-info-table {
flex-direction: column; gap: 10px; }
}
@media (max-width: 768px) {
.normal-price.custom-price.rate-bottom {
padding: 0rem 2rem !important; !important;
}
.mobile_buying{
display: flex;
flex-direction: row;
gap: 20px;
margin-top: 20px;
}
.single-image {
width: 100% !important;
flex: 0 0 40% !important;
display: flex !important;
flex-direction: column !important;
}
}
.mobile_buying{
display: flex;
flex-direction: row;
gap: 20px;
} @media (max-width: 768px) {
.bottom-product-info {
display: flex;
flex-direction: column;
} .last30-box { order: 1; } .payment-box { order: 2; } .delivery2-box { order: 3; } .return-box { order: 4; } .warranty-box { order: 5; } }
.icon-product-info img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
display: block;
margin: auto;
}
.single-wrapper {
width: 100% !important;
max-width: 100% !important;
padding: 0 !important;
}
.last-price .price-last {
font-size: 1.6rem !important;
font-weight: 700 !important;
} .wpc-filter-proizvodaci .wpc-term-item.wpc-term-selected {
display: block !important;
} .wpc-filter-product_cat .wpc-term-item.wpc-term-disabled {
display: none !important;
} .filter-everything .hidden,
.filter-everything .is-hidden {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}.widget_wpc_filters_widget *{box-sizing:border-box}.rtl .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b,.rtl .wpc-filter-search-wrapper button.wpc-search-clear,.rtl .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow b{left:10px;right:auto}#ui-datepicker-div.wpc-filter-datepicker .ui-timepicker-oneLine dl .ui_tpicker_time_label,.flrt-star-label a .wpc-term-count,.theme-flatsome li.wpc-term-item>button.toggle,.woocommerce-page .content .h-section .wpc-filters-labels li.wpc-term-item input[type=checkbox],.wpc-checkbox-item.wpc-opened>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-checkbox-item.wpc-term-selected:not(.wpc-closed)>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-chip-empty,.wpc-dropdown-default.wpc-item-has-swatch .wpc-term-swatch-wrapper,.wpc-filter-collapsible .wpc-filter-content,.wpc-filter-collapsible.wpc-closed .wpc-filter-content,.wpc-filter-datepicker .ui-datepicker-current,.wpc-filter-has-brands.wpc-filter-hidden-term-names .wpc-term-name,.wpc-filter-has-selected.wpc-closed .wpc-filter-content,.wpc-filter-has-selected.wpc-filter-more-less .wpc-see-more-control,.wpc-filter-has-selected.wpc-filter-more-less.wpc-show-less .wpc-filters-ul-list>li,.wpc-filter-has-selected.wpc-show-less .wpc-see-less-control,.wpc-filter-has-swatches.wpc-filter-hidden-term-names .wpc-term-name,.wpc-filter-hierarchy-reverse .wpc-checkbox-item>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-filter-more-less .wpc-filters-ul-list>li,.wpc-filter-more-less .wpc-see-less-control,.wpc-filter-more-less.wpc-show-more .wpc-see-more-control,.wpc-filter-more-less.wpc-show-more.wpc-search-active .wpc-filters-ul-list li,.wpc-filters-labels li.wpc-term-item input[type=checkbox]:checked+label .wpc-term-swatch.wpc-no-swatch-yet:before,.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch.wpc-no-swatch-yet:before,.wpc-filters-main-wrap .ui-slider-horizontal .ui-slider-handle:after,.wpc-filters-main-wrap .ui-slider-horizontal .ui-slider-handle:before,.wpc-filters-main-wrap .wpc-filter-has-swatches ul.wpc-filters-labels:after,.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input,.wpc-filters-main-wrap br,.wpc-filters-open-button-container,.wpc-filters-range-wrapper p,.wpc-filters-toolbar,.wpc-filters-widget-top-container:not(.wpc-show-on-desktop),.wpc-hidden-term-count,.wpc-hidden-term-name .wpc-term-name,.wpc-open-close-filters-button,.wpc-query-not-on-the-page .wpc-filters-widget-controls-wrapper,.wpc-query-on-the-page .wpc-filters-widget-controls-container .wpc-filter-layout-submit-button,.wpc-search-active .wpc-checkbox-item.wpc-closed>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-search-active .wpc-checkbox-item>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-search-active .wpc-filters-ul-list li,.wpc-search-active.wpc-filter-more-less .wpc-filters-ul-list li,.wpc-show-more-reverse.wpc-filter-more-less .wpc-see-more-control,.wpc-show-more-reverse.wpc-filter-more-less.wpc-show-less .wpc-see-less-control,.wpc-show-more-reverse.wpc-show-less .wpc-filters-ul-list>li,.wpc-term-count-brackets-close,.wpc-term-count-brackets-open,.wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-filters-open-button-container,body .wpc-hidden,li.wpc-chip-reset-all .wpc-chip-remove-icon{display:none}.wpc-front-error{color:#c00;text-align:center}.wpc-page-seo-description{margin-bottom:1em}.wpc-filters-section{margin-bottom:32px;position:relative}.wpc-filter-layout-submit-button{display:flex;justify-content:space-between;flex-direction:row-reverse}.rtl .wpc-filter-layout-submit-button{flex-direction:row}.wpc-filters-widget-controls-container .wpc-filter-layout-submit-button{margin-right:20px;margin-left:20px;padding:20px 0}.wpc-filters-main-wrap ul.children{list-style:none;margin-left:20px}.wpc-filters-main-wrap ul.wpc-filters-ul-list{list-style:none;padding:2px 0 0;margin-left:0;float:none}.wpc-filters-main-wrap .wpc-filter-more-less:not(.wpc-filter-few-terms) ul.wpc-filters-ul-list{padding-bottom:0;margin-bottom:0}.theme-numinous .wpc-filters-main-wrap ul.wpc-filters-ul-list,.wpc-filters-main-wrap ul.wpc-filters-ul-list input{margin-top:0}.wpc-filters-main-wrap .wpc-filters-section:not(.wpc-filter-terms-count-0) ul.wpc-filters-labels{display:flex;flex-wrap:wrap;justify-content:flex-start}.wpc-filters-main-wrap .wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels,.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-2.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels,.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-3.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels,.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-4.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels{justify-content:flex-start}.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels{justify-content:flex-start;padding-left:0}.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-2.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels li,.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-3.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels li,.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-4.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels li{margin-right:10px}.wpc-filter-title{margin-bottom:12px;position:relative;display:flex;justify-content:space-between;align-items:center}body .wpc-filters-main-wrap li.wpc-term-item{margin-bottom:12px;border:none;padding:0;margin-left:0}#top li.wpc-term-item>.wpc-term-item-content-wrapper+ul.children{margin-top:14px}body .wpc-filters-main-wrap .wpc-term-item-content-wrapper{display:flex;align-items:center;position:relative}body .wpc-filters-main-wrap .wpc-filter-has-hierarchy .wpc-term-item-content-wrapper{padding-right:32px}body .wpc-filters-main-wrap .wpc-filters-labels .wpc-term-item-content-wrapper{padding-right:0}i.wpc-toggle-children-list{width:24px;top:0;bottom:0;right:1px;position:absolute}.wpc-filters-date-range-column label:hover,.wpc-filters-main-wrap li.wpc-term-item:not(.wpc-term-disabled) label:hover,.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle:hover,.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range:hover,i.wpc-toggle-children-list:hover{cursor:pointer}i.wpc-toggle-children-list:after,i.wpc-toggle-children-list:before{content:"";display:inline-block;width:12px;height:1px;background-color:#8a8a8a;position:absolute;right:0}i.wpc-toggle-children-list:before{top:50%;transform:rotate(90deg)}i.wpc-toggle-children-list:after{bottom:calc(50% + -1px)}.wpc-filter-hierarchy-reverse li.wpc-term-item.wpc-closed>.wpc-term-item-content-wrapper+ul.children,li.wpc-term-item ul.children,li.wpc-term-item>.wpc-term-item-content-wrapper+ul.children{display:none;margin-top:10px}.flrt-star-label-checked a .wpc-term-count,.flrt-star-label-hover:hover a .wpc-term-count,.flrt-star-label:hover a .wpc-term-count,.wpc-filter-collapsible-reverse .wpc-filter-content,.wpc-filter-collapsible.wpc-opened .wpc-filter-content,.wpc-filter-has-brands.wpc-filter-hidden-term-names .wpc-dropdown-default .wpc-term-name,.wpc-filter-has-selected .wpc-filter-content,.wpc-filter-has-swatches.wpc-filter-hidden-term-names .wpc-dropdown-default .wpc-term-name,.wpc-filter-hierarchy-reverse li.wpc-term-item>.wpc-term-item-content-wrapper+ul.children,.wpc-filter-layout-search-field.wpc-search-active .wpc-search-field-wrapper .wpc-search-clear-icon-wrapper,.wpc-filter-product_visibility .wpc-term-item label a,.wpc-filters-labels li.wpc-term-item input[type=checkbox]:checked+label .wpc-term-swatch-wrapper:after,.wpc-filters-labels li.wpc-term-item input[type=checkbox]:checked+label .wpc-term-swatch-wrapper:before,.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:after,.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:before,.wpc-search-active li.wpc-term-item.wpc-closed>.wpc-term-item-content-wrapper+ul.children,.wpc-search-active li.wpc-term-item>.wpc-term-item-content-wrapper+ul.children,form.wpc-filter-range-form,li.wpc-term-item.wpc-opened>ul.children,li.wpc-term-item.wpc-term-selected:not(.wpc-closed)>.wpc-term-item-content-wrapper+ul.children{display:block}.wpc-filter-hierarchy-reverse .wpc-checkbox-item.wpc-closed>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-filters-toolbar li.wpc-filter-chip{display:inline-block}.wpc-filters-labels{padding-top:1px}.wpc-filters-labels:after{content:"";display:block;height:0;clear:both}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item{margin-top:0;margin-bottom:12px;padding:0;width:auto}.wpc-filters-main-wrap .wpc-filter-has-swatches.wpc-filter-visible-term-names .wpc-filters-labels li.wpc-term-item{width:48%;word-break:break-all}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{margin-right:8px;margin-left:0;border:1px solid #c7d1e2;border-radius:6px;margin-bottom:0;position:relative;padding-left:0}.wpc-filters-main-wrap .wpc-filter-has-brands .wpc-filters-labels li.wpc-term-has-image label span.wpc-filter-label-wrapper,.wpc-filters-scroll-container,.wpc_show_bottom_widget .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list.wpc-empty-chips-container{padding:0}.select2-container--default.select2-container--open .wpc-filter-everything-dropdown.select2-dropdown .select2-search,.wpc-filters-main-wrap .wpc-filter-has-brands .wpc-filters-labels li.wpc-term-has-image label{border:none}#ui-datepicker-div.wpc-filter-datepicker .ui_tpicker_second .ui-timepicker-select,.wpc-filter-hidden-term-names .wpc-filter-link .wpc-term-swatch-wrapper,.wpc-filters-main-wrap .wpc-filter-layout-labels.wpc-filter-has-swatches .wpc-filters-labels li.wpc-term-item label,li.wpc-chip-reset-all .wpc-filter-chip-name{margin-right:0}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{border:1px solid transparent;margin-left:0;cursor:pointer;display:flex;padding:4px 10px;border-radius:3px}body .wpc-filters-main-wrap .wpc-filter-has-brands .wpc-filters-labels li.wpc-term-has-image input:checked+label a,body .wpc-filters-main-wrap .wpc-filter-has-brands .wpc-filters-labels li.wpc-term-item input+label:hover a,body .wpc-filters-main-wrap .wpc-filter-has-brands li.wpc-term-has-image input.wpc-label-input+label:hover span.wpc-filter-label-wrapper,body .wpc-filters-main-wrap .wpc-filter-has-brands li.wpc-term-has-image input.wpc-label-input:checked+label span.wpc-filter-label-wrapper,body .wpc-filters-main-wrap .wpc-filter-has-swatches .wpc-filters-labels li.wpc-term-item input+label:hover a,body .wpc-filters-main-wrap .wpc-filter-has-swatches .wpc-filters-labels li.wpc-term-item input:checked+label a,body .wpc-filters-main-wrap .wpc-filter-has-swatches input.wpc-label-input+label:hover span.wpc-filter-label-wrapper,body .wpc-filters-main-wrap .wpc-filter-has-swatches input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{background-color:transparent;color:inherit}.wpc-filters-main-wrap .wpc-filter-has-swatches .wpc-filters-labels li.wpc-term-item label,.wpc-filters-main-wrap .wpc-filter-has-swatches .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper,.wpc-filters-main-wrap .wpc-filter-has-swatches input.wpc-label-input+label:hover{padding:0;border:none}.wpc-filters-main-wrap input.wpc-label-input:checked+label{border:1px solid rgba(0,0,0,.25);border-radius:5px}.wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{color:#333;background-color:rgba(0,0,0,.25)}.theme-twentytwentyone .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{padding:6px 12px}.theme-twentytwentyone .wpc-filters-main-wrap .widget li.wpc-term-item label{padding-left:8px}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked+label a{color:#333}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a{text-decoration:none;transition:none}.wpc-label-item.wpc-term-disabled label:hover,.wpc-term-disabled a:hover,.wpc-term-disabled input:hover,.wpc-term-disabled span.wpc-term-count:hover{cursor:not-allowed}.wpc-term-disabled ul.children a:hover,.wpc-term-disabled ul.children input:hover,.wpc-term-disabled ul.children span.wpc-term-count:hover{cursor:inherit}.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a,.widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a,.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper,.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper,.wpc-term-count-0:not(.wpc-has-not-empty-children),.wpc-term-count-0:not(.wpc-has-not-empty-children) a,body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a{opacity:.8}.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox],.wpc-filters-main-wrap li.wpc-term-item input[type=radio]{outline:0;margin-left:0;margin-right:8px;margin-bottom:0}.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:hover,.wpc-filters-main-wrap li.wpc-term-item input[type=radio]:hover{background-color:transparent;cursor:pointer}.wpc-filters-main-wrap li.wpc-term-item label{display:flex;margin-bottom:0;margin-top:0;margin-left:0;line-height:1.3}.wpc-filters-main-wrap .wpc-filter-has-hierarchy li.wpc-term-item label{width:auto;justify-content:normal}.wpc-filter-content select{width:100%!important;margin-bottom:1em}.wpc-filter-content .wpc-filters-widget-select{padding-left:.5em;padding-right:.5em}.wpc-filters-main-wrap li.wpc-term-item a{text-decoration:none;font-weight:400;outline:0;padding-top:0;padding-bottom:0}.wpc-filter-product_visibility .wpc-term-item label a .star-rating{display:block;margin-right:2px;position:relative;height:1.618em;line-height:1.618}.theme-twentytwentyone .wpc-filter-product_visibility .wpc-term-item label a .star-rating,.wpc-filters-widget-wrapper .wpc-posts-found p,.wpc-horizontal-layout form.wpc-filter-range-form{margin-bottom:0}.wpc-filters-widget-wrapper .wpc-posts-found p{margin:10px 0}.wpc-chip-stars span,.wpc-filters-main-wrap .wpc-filter-product_visibility li.wpc-term-item label{display:flex;align-items:center}.widget-area .widget .wpc-filter-chips-list a:focus,.widget-area .widget li.wpc-term-item a:focus,.widget-area .widget li.wpc-term-item a:hover,.wpc-filter-chips-list a:focus,body li.wpc-term-item a:focus,body li.wpc-term-item a:hover{box-shadow:none;text-decoration:none}.wpc-filter-chips-list a,body .wpc-filter-chips-list li.wpc-filter-chip a{text-decoration:none;font-weight:400;border-radius:50px;padding:4px 10px;display:block;outline:0;border:1px solid #d8d8d8;position:relative;color:#333;height:100%}body .wpc-filter-chips-list li.wpc-chip-reset-all a{border-color:#cc8181;color:inherit}.wpc-filters-main-wrap .wpc-filter-chips-list a:hover{box-shadow:none}.wpc-filters-main-wrap .wpc-filter-chips-list li.wpc-filter-chip a:active{opacity:.75}.wpc-filter-chips-list a:hover .wpc-chip-remove-icon,.wpc-filter-search-wrapper button.wpc-search-clear:hover,.wpc-filters-range-column button.wpc-range-clear:hover,.wpc-search-field-wrapper a.wpc-search-clear-icon:hover{color:#c00}body ul.wpc-filter-chips-list{margin-left:0;padding-left:0;list-style:none!important}.wpc-filter-chips-list li,body .wpc-filter-chips-list li.wpc-filter-chip,li.wpc-filter-chip{margin:0 7px 7px 0;padding:0;border:none;display:inline-block;list-style:none;font-size:91%}.wpc-filter-chip-name{margin-right:.5em;white-space:nowrap;max-width:207px;overflow:hidden;display:block}.rtl .wpc-filter-chip-name{margin-left:.5em;margin-right:0}.wpc-chip-remove-icon{font-size:1.25em;display:flex;align-items:center;max-height:1px;height:1px;line-height:1}.wpc-button-inner,.wpc-chip-content{display:flex;align-items:center;height:100%;min-height:20px}.wpc-filters-range-wrapper{display:flex;justify-content:space-between}.rtl .wpc-filters-range-wrapper{flex-direction:row-reverse}.wpc-filters-range-column{width:auto;position:relative}.wpc-filters-range-max-column,.wpc-filters-range-min-column{max-width:47%}.wpc-filters-range-min-column{margin-right:3%}.wpc-filters-range-wrapper input[type=number]{width:100%;box-sizing:border-box;-webkit-appearance:none}.wpc-filters-range-values-wrapper{text-align:right;margin-top:10px}.wpc-filters-range-slider-wrapper{margin:1.5em 11px 10px}.wpc-filters-range-inputs .ui-button.ui-state-active:hover,.wpc-filters-range-inputs .ui-button:active,.wpc-filters-range-inputs .ui-state-active,.wpc-filters-range-inputs .ui-widget-content .ui-state-active,.wpc-filters-range-inputs .ui-widget-header .ui-state-active,.wpc-filters-range-inputs a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[aria-disabled=true],.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[aria-selected=true],.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[data-selected=true],.select2-container--default .wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field:focus{color:inherit}.select2-container--default .wpc-filter-everything-dropdown .select2-results__option--highlighted{opacity:1!important;color:inherit!important;background-color:unset!important;position:relative!important}.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[aria-selected=true],.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[data-selected=true]{position:relative!important;background-color:unset!important;color:inherit!important}.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[aria-disabled=true],.select2-container--default .wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field:focus{background-color:unset!important;color:inherit!important}.wpc-filters-range-inputs .ui-icon-background,.wpc-filters-range-inputs .ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.wpc-filters-range-inputs .ui-state-active a,.wpc-filters-range-inputs .ui-state-active a:link,.wpc-filters-range-inputs .ui-state-active a:visited{color:#fff;text-decoration:none}.wpc-filters-range-inputs .ui-button,.wpc-filters-range-inputs .ui-state-default,.wpc-filters-range-inputs .ui-widget-content .ui-state-default,.wpc-filters-range-inputs .ui-widget-header .ui-state-default,html .wpc-filters-range-inputs .ui-button.ui-state-disabled:active,html .wpc-filters-range-inputs .ui-button.ui-state-disabled:hover{border:1px solid #c7d1e2;background:#fff;font-weight:400;color:#454545}.wpc-filters-range-inputs .ui-slider .ui-slider-handle{-ms-touch-action:none;touch-action:none;position:absolute;z-index:2;width:24px;height:24px;cursor:default;-ms-touch-action:none;touch-action:none;box-shadow:inset 0 0 0 1px #ebebeb}.wpc-filters-range-inputs .ui-slider{position:relative;text-align:left}.wpc-filters-range-inputs .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.wpc-filters-range-inputs .ui-slider-horizontal{height:3px;background:#c7d1e2;border-radius:2px}.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle{top:-11px;margin-left:-13px;border-radius:50%;outline:0;box-shadow:0 2px 6px 1px #1f20281A}.theme-Avada .widget_wpc_filters_widget .ui-slider .ui-slider-handle:last-child{transform:none}.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range{top:0;height:100%;background:#4c4c4c}.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range-min{left:0}.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range-max{right:0}.wpc-filters-range-inputs .ui-slider-vertical{width:.8em;height:100px}.wpc-filters-range-inputs .ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.wpc-filters-range-inputs .ui-slider-vertical .ui-slider-range{left:0;width:100%}.wpc-filters-range-inputs .ui-slider-vertical .ui-slider-range-min{bottom:0}.wpc-filters-range-inputs .ui-slider-vertical .ui-slider-range-max{top:0}.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,.wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,.wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon{content:"";width:9px;min-width:9px;height:9px;display:block;border-left:1px solid #8a8a8a;border-top:1px solid #8a8a8a;transform:rotate(-135deg);position:relative;right:3px;bottom:3px}.wpc-filter-collapsible-reverse.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,.wpc-filter-collapsible.wpc-opened .wpc-filter-title .wpc-open-icon,.wpc-filter-has-selected .wpc-filter-title .wpc-open-icon{transform:rotate(45deg);position:relative;right:3px;bottom:0;top:3px}.widget-area,.widget_wpc_filters_widget,.wpc-filter-collapsible .wpc-filter-title,.wpc-filters-main-wrap,.wpc-search-field-wrapper{position:relative}.wpc-filter-header .wpc-filter-title button{width:100%;background:0 0;border:none;cursor:pointer;padding:0;text-align:left;outline:0;font-size:inherit;color:inherit;font-weight:inherit;box-shadow:none;display:flex;justify-content:space-between;align-items:center;margin:0 0 8px;min-height:0}.wpc-filter-selected-values{visibility:hidden;opacity:0;margin-top:5px;font-size:13px;padding-right:10px;line-height:1.3}.wpc-filter-collapsible.wpc-closed .wpc-filter-selected-values{visibility:visible;opacity:1}.widget_wpc_filters_widget{overflow:visible}.wpc-filters-main-wrap a.wpc-toggle-a{text-decoration:none;border-bottom-width:1px;border-bottom-style:dashed}.select2-results__option .wpc-term-count-0,.wpc-filters-main-wrap a.wpc-toggle-a:hover,.wpc-filters-main-wrap.is-active,.wpc-filters-section.is-active .wpc-filters-reset-button,.wpc-filters-section.is-active .wpc-filters-submit-button{opacity:.7}.wpc-filters-widget-top-container{background:#fff;border-bottom:1px solid transparent;padding:0}.wpc-filters-widget-top-container:before{content:"";display:block;height:1px;background:#fff;position:relative;bottom:1px}.wpc-widget-top-inside{display:flex;justify-content:flex-start;flex-wrap:nowrap;overflow:hidden}.wpc-widget-close-container{width:100%;position:relative;display:none}a.wpc-widget-close-icon{display:flex;width:56px;height:56px;margin:0;align-items:center;justify-content:flex-start;position:relative;z-index:10}.wpc-filters-widget-controls-container{display:none;text-align:center;position:sticky;bottom:0;background:#fff;z-index:99999;border-top:1px solid #e4e4e4}.theme-twentyfourteen .wpc-filters-widget-controls-container{background-color:#000}.wpc-filters-widget-controls-wrapper{margin-right:20px;margin-left:20px;display:flex;justify-content:space-between;align-items:center;position:sticky;bottom:0;padding:20px 0}.wpc-filters-main-wrap .wpc-filters-widget-controls-container a,.wpc-filters-main-wrap a.wpc-filters-reset-button,.wpc-filters-main-wrap a.wpc-filters-submit-button{outline:0!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .1s ease-in-out;text-decoration:none;font-weight:400;white-space:nowrap;box-shadow:none;padding:6px 14px;border-radius:4px;border:1px solid #d8d8d8;display:block;text-align:center}.wpc-filters-main-wrap a.wpc-filters-reset-button,.wpc-filters-main-wrap a.wpc-filters-submit-button{width:45%;white-space:inherit;display:flex;align-items:center;justify-content:center}.wpc-filters-main-wrap a.wpc-filters-reset-button{background-color:#fff}.wpc-filters-widget-controls-container a.wpc-filters-apply-button{background-color:#d8d8d8}span.wpc-icon-line-1:after,span.wpc-icon-line-2:after,span.wpc-icon-line-3:after{content:"";width:3px;height:3px;background-color:#fff;top:-2px;box-sizing:content-box}a.wpc-filters-reset-button:active,a.wpc-filters-reset-button:focus,a.wpc-filters-reset-button:hover,a.wpc-filters-submit-button:active,a.wpc-filters-submit-button:focus,a.wpc-filters-submit-button:hover{opacity:.85}.wpc-filters-widget-controls-container a:active,.wpc-filters-widget-controls-container a:focus,.wpc-filters-widget-controls-container a:hover{opacity:.6;box-shadow:none}body .wpc-filters-open-button-container a.wpc-filters-open-widget,body .wpc-filters-open-button-container a.wpc-open-close-filters-button{display:inline-block;text-align:left;border:1px solid #2c2d33;border-radius:2px;line-height:1.5;padding:7px 12px;background-color:transparent;color:#2c2d33;box-sizing:border-box;text-decoration:none!important;font-weight:400;transition:none;position:relative}.wpc-filters-scroll-container .wpc-filters-widget-wrapper{transition:opacity .25s;position:relative}.wpc-spinner{width:28px;height:28px;position:fixed;left:calc(50% - 14px);top:calc(50% - 14px);display:none;z-index:1000001}.wpc-spinner:after{content:"";position:absolute;opacity:1;border:1px solid #f3f3f3;border-top:1px solid #9f9f9f;border-radius:50%;width:28px;height:28px;top:0;left:0;bottom:0;right:0;margin:auto;animation:.5s linear infinite wpc-spinner}.wpc-filters-overlay{content:" ";background:#252525;opacity:0;position:fixed;left:0;right:0;bottom:0;z-index:99999;margin:0;transition:opacity 50ms linear}.wpc-filters-widget-controls-item{width:45%}.wpc-filters-widget-controls-one{text-align:left}.wpc-filters-widget-controls-two{text-align:right}.wpc-filters-toolbar .wpc-filter-chips-list{margin:0 0 0 .5em;display:flex;-webkit-box-pack:start;place-content:center flex-start;-webkit-box-align:center;align-items:center;overflow-x:auto}.wpc-filters-section:not(.wpc-filter-post_meta_num) .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar{width:6px;border-radius:6px;background:#e9e9eb}.wpc-filters-section:not(.wpc-filter-post_meta_num) .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar-track{border-radius:6px}.wpc-filters-section:not(.wpc-filter-post_meta_num) .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:6px}#sidebar:after,.fusion-sidebar-inner-content:after{content:"";clear:both;display:block;width:1px;height:1px}.wpc-icon-html-wrapper{position:relative;margin-right:10px;top:2px}.wpc-filters-open-widget.wpc-opened .wpc-icon-html-wrapper{transform:rotate(0)}.rtl .wpc-icon-html-wrapper{margin-right:0;margin-left:10px}.wpc-widget-close-container .wpc-icon-html-wrapper{top:1px;margin:0;left:20px;background:#f5f5f5;border-radius:50%;padding:14px 7px;display:block}.rtl .wpc-widget-close-container .wpc-icon-html-wrapper{left:auto;right:20px}.wpc-widget-close-container .wpc-widget-close-icon span.wpc-icon-line-1,.wpc-widget-close-container .wpc-widget-close-icon span.wpc-icon-line-3{height:1px;margin-bottom:-1px}.wpc-icon-html-wrapper span{display:block;height:1px;width:18px;border-radius:3px;background:#2c2d33;margin-bottom:4px;position:relative}span.wpc-icon-line-1:after,span.wpc-icon-line-2:after{border:1px solid #2c2d33;display:block;position:absolute}.wpc-widget-close-container .wpc-icon-html-wrapper:hover span{background:#c00}span.wpc-icon-line-1:after{border-radius:50%;left:5px}span.wpc-icon-line-2:after{border-radius:50%;left:12px}span.wpc-icon-line-3:after{display:block;border:1px solid #2c2d33;border-radius:50%;position:absolute;left:2px}.wpc-opened span.wpc-icon-line-1:after,.wpc-opened span.wpc-icon-line-2,.wpc-opened span.wpc-icon-line-2:after,.wpc-opened span.wpc-icon-line-3:after,.wpc-widget-close-icon span.wpc-icon-line-1:after,.wpc-widget-close-icon span.wpc-icon-line-2,.wpc-widget-close-icon span.wpc-icon-line-2:after,.wpc-widget-close-icon span.wpc-icon-line-3:after{border-color:#fff;display:none}.wpc-opened span.wpc-icon-line-1,.wpc-widget-close-icon span.wpc-icon-line-1{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.wpc-opened span.wpc-icon-line-3,.wpc-widget-close-icon span.wpc-icon-line-3{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.wpc-opened span.wpc-icon-line-1,.wpc-opened span.wpc-icon-line-3,.wpc-widget-close-icon span.wpc-icon-line-1,.wpc-widget-close-icon span.wpc-icon-line-3{margin-bottom:-1px;top:-3px}.wpc-widget-close-icon span.wpc-icon-line-1,.wpc-widget-close-icon span.wpc-icon-line-3{top:-1px;margin-bottom:-2px;height:2px}.wpc-widget-close-icon .wpc-icon-html-wrapper span{width:14px}.wpc-filter-few-terms .wpc-see-less-control,.wpc-filter-few-terms .wpc-see-more-control,.wpc-filter-layout-rating.wpc-closed .flrt-stars-wpc-filter-content,.wpc-search-active .wpc-toggle-a{display:none!important}.wpc-filter-has-selected .wpc-see-less-control,.wpc-filter-has-selected.wpc-show-less .wpc-see-more-control,.wpc-filter-more-less .wpc-see-more-control,.wpc-filter-more-less.wpc-show-more .wpc-see-less-control,.wpc-show-more-reverse.wpc-filter-more-less .wpc-see-less-control,.wpc-show-more-reverse.wpc-filter-more-less.wpc-show-less .wpc-see-more-control{display:inline}.wpc-filter-has-selected.wpc-filter-more-less .wpc-filters-ul-list>li,.wpc-filter-more-less.wpc-show-more .wpc-filters-ul-list>li,.wpc-search-active .wpc-filters-ul-list li.showli,.wpc-search-active.wpc-filter-more-less .wpc-filters-ul-list li.showli,.wpc-show-more-reverse .wpc-filters-ul-list>li{display:list-item}.theme-Avada .woocommerce-container .wpc-filters-open-button-container,.theme-generatepress.woocommerce .wpc-filters-open-button-container{padding-left:0;padding-right:0}.theme-Avada .wpc-filters-open-button-container,.theme-generatepress .wpc-filters-open-button-container{padding-left:30px;padding-right:30px}.wpc-overlay-visible .theme-neve .nv-sidebar-wrap.shop-sidebar{opacity:1;z-index:100000;position:relative;pointer-events:initial}.wpc-term-count{white-space:nowrap;margin:0;display:inline-block;opacity:.3}.select2-container .wpc-term-count{margin-left:.5em}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next span,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev span,.wpc-filter-has-swatches.wpc-filter-hidden-term-names .wpc-term-count,.wpc-filter-layout-labels.wpc-filter-has-swatches .wpc-term-count,.wpc-sorting-form{margin:0}.wpc-filters-main-wrap .wpc-filter-layout-labels.wpc-filter-visible-term-names.wpc-filter-has-swatches .wpc-filters-labels{display:flex;flex-wrap:unset;justify-content:unset;flex-direction:column}.wpc-filter-has-brands .wpc-term-count,.wpc-filter-has-swatches .wpc-term-count{display:inline-flex;align-items:center}.select2-container--default.select2-container--open .wpc-filter-everything-dropdown.select2-dropdown{border-color:#c9d1e0}.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single,.wpc-sorting-form .select2-container--default .select2-selection--single{border-color:#c9d1e0;border-radius:6px}.theme-Avada .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,.theme-Avada .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:36px}.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:inherit;color:inherit;display:flex}.sidebar .widget .wpc-filter-everything-dropdown li.select2-results__option,.wpc-filter-everything-dropdown .select2-results__option{line-height:inherit;font-size:inherit;padding:6px 16px;margin:0;display:flex}.wpc-filter-layout-dropdown .select2-container .select2-selection--single,.wpc-sorting-form .select2-container .select2-selection--single{height:auto;padding:6px 40px 6px 16px}.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow,.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;border:none;background-color:transparent;width:40px;border-radius:6px;top:1px;right:1px}.select2-dropdown.wpc-filter-everything-dropdown{border-color:#c9d1e0;z-index:999999}.select2-container--default .wpc-filter-everything-dropdown .select2-search--dropdown{padding:4px 16px}body.theme-twentytwentyfive .wpc-filters-widget-content,body.theme-twentytwentyfour .wpc-filters-widget-content,body.theme-twentytwentyone .wpc-filters-widget-content,body.theme-twentytwentythree .wpc-filters-widget-content,body.theme-twentytwentytwo .wpc-filters-widget-content{font-size:16px}.wpc-filters-widget-content .select2-search--dropdown .select2-search__field{padding:8px 16px}.select2-container--default .wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field{border-color:#c9d1e0;box-shadow:none;border-radius:6px;height:auto}.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b,.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow b{border-left:1px solid #6d6d6d;border-top:1px solid #6d6d6d;width:9px;height:9px;font-size:16px;transform:rotate(-135deg);right:16px;top:calc(50% + -6px);left:auto;margin:0;display:block;border-right:none;border-bottom:none;background:unset}.wpc-filter-layout-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,.wpc-sorting-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{transform:rotate(45deg);border-left:1px solid #6d6d6d;border-top:1px solid #6d6d6d;top:calc(50% + -2px)}.wpc-help-tip{color:#929292;display:inline-block;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px;min-width:16px;border-radius:50%;box-sizing:content-box;border:1px solid #c7d1e2}.wpc-help-tip::after{speak:none;font-weight:700;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"?";cursor:help;color:#c8d1e1;font-size:11px;line-height:16px;font-family:arial;background-color:transparent}.wpc-help-tip:hover::after{opacity:.7;cursor:help}.wpc-help-tip:active::after{opacity:.5}.wpc-filter-title .wpc-help-tip{font-size:1em}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-4px;margin-left:-5px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:1px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-4px;margin-left:-7px;border-left-color:#333}#tiptip_content,.chart-tooltip,.wc_error_tip{color:#fff;font-size:.75em;background:#333;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.chart-tooltip code,.wc_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border:6px solid transparent;height:0;width:0}.wpc-wrap-icons{display:flex;align-items:center;flex-wrap:wrap;width:100%;line-height:1}.wpc-wrap-icons>*{flex-grow:1}.wpc-wrap-icons .wpc-help-tip{margin-left:10px;margin-right:10px;flex-grow:initial}.wpc-wrap-icons .wpc-filter-selected-values{flex-grow:2;min-width:100%}.wpc-debug-message{padding:16px;font-size:14px;border:1px dashed #ccc;margin-bottom:20px}body .wpc-debug-title{font-size:13px;margin-bottom:24px;font-style:italic;visibility:visible}.wpc-edit-filter-set{font-size:13px}.wpc-orderby-select{width:100%;max-width:300px}.select2.select2-container.select2-container--default{min-width:140px!important}.sidebar .widget .wpc-filter-everything-dropdown li.select2-results__option>span,.wpc-filter-everything-dropdown .select2-results__option>span,.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered>span,.wpc-sorting-form .select2-container--default .select2-selection--single .select2-results__option,.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered{display:flex;align-items:center;min-height:32px}.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered{min-height:32px}.wpc-force-visibility{display:block!important;opacity:1!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;transform:none!important;position:static!important;transition:none!important;overflow:visible!important;z-index:999999!important;width:0!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important}.wpc-force-visibility .widget_wpc_filters_widget,.wpc-force-visibility .wpc-filters-main-wrap{visibility:visible!important;display:block!important}.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper{width:100%}.wpc_show_bottom_widget .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list{margin:0;padding:2px 0 10px}.wpc-widget-popup-title{position:absolute;top:0;text-align:center;bottom:0;right:0;left:0;display:flex;align-items:center;justify-content:center;font-size:18px;color:#333;font-weight:600}.wpc-term-image-wrapper{position:relative;width:70px;min-width:70px;height:40px;border:1px solid rgba(0,0,0,.1);text-align:center;display:flex;padding:4px;justify-content:center;align-items:center;border-radius:8px}.select2-container .wpc-term-image-wrapper{border:none;width:56px;height:32px}.wpc-dropdown-default .wpc-term-image-wrapper,.wpc-dropdown-default .wpc-term-swatch-wrapper{width:0!important;min-width:0;border-color:transparent;margin:0!important;padding:0}.wpc-filter-visible-term-names .wpc-term-image-wrapper,.wpc-item-has-brand .wpc-term-image-wrapper{margin-right:.5em}.wpc-term-swatch-wrapper{position:relative;margin-right:8px;width:25px;height:25px;border:1px solid transparent;border-radius:2px;box-sizing:content-box;overflow:hidden}.wpc-term-swatch-no-image{border:1px solid;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.wpc-term-swatch-wrapper:has(.wpc-term-swatch[style*="background-color: #ffffff"]),.wpc-term-swatch-wrapper:has(.wpc-term-swatch[style*="background-color:#ffffff"]){border-color:#c7d1e2}.rtl .wpc-term-swatch-wrapper{margin-left:5px;margin-right:0}.wpc-term-image-wrapper:before,.wpc-term-swatch-wrapper:before{content:"";left:0;right:0;top:0;bottom:0;position:absolute;background:#000;opacity:.15;display:none;z-index:10}.wpc-term-swatch-wrapper:after{content:"";left:7px;top:7px;width:10px;height:5px;position:absolute;border-left:2px solid #fff;border-bottom:2px solid #fff;display:none;transform:rotate(-45deg);box-sizing:content-box;z-index:20}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item.wpc-term-has-image input[type=checkbox]:checked+label a,.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item.wpc-term-has-image label:hover a{border-color:rgba(0,0,0,.1)}.wpc-filters-labels li.wpc-term-has-image input[type=checkbox]:checked+label .wpc-filter-label-wrapper .wpc-term-image-wrapper,.wpc-filters-labels li.wpc-term-has-image label:hover .wpc-filter-label-wrapper .wpc-term-image-wrapper{border-width:2px;padding:4px}.wpc-filters-labels li.wpc-term-has-image input[type=checkbox]:checked+label .wpc-filter-label-wrapper .wpc-term-image-wrapper img,.wpc-filters-labels li.wpc-term-has-image label:hover .wpc-filter-label-wrapper .wpc-term-image-wrapper img{border-width:0}.wpc-filters-labels li.wpc-term-item label:active .wpc-term-swatch-wrapper:before{background:#fff;opacity:.05}.wpc-filter-has-brands .wpc-filters-labels li.wpc-term-has-image label:active .wpc-term-image-wrapper:before{display:block;background:#fff;opacity:.2}.wpc-term-image-container{position:relative;display:block;background-position:center center;background-size:contain;background-repeat:no-repeat;vertical-align:middle;width:32px;height:24px}.wpc-filter-link{margin-right:6px}.wpc-filter-has-brands li.wpc-term-item a,.wpc-filter-has-brands li.wpc-term-item label,.wpc-filter-has-swatches ul.wpc-filters-ul-list li.wpc-term-item a,span.wpc-dropdown-default,span.wpc-item-has-brand,span.wpc-item-has-swatch{display:inline-flex;align-items:center;flex-direction:row}.wpc-filter-search-wrapper{margin-bottom:12px;position:relative}.wpc-search-field{width:100%;margin:0}.wpc-filters-date-range-wrapper input[type=text]{box-sizing:border-box;min-width:100%}.wpc-filters-main-wrap input.wpc-filter-search-field{padding-right:30px;width:100%;margin:0}.wpc-search-icon{position:absolute;top:0;bottom:0;left:12px;width:24px;display:flex;align-items:center}.wpc-search-icon:before{content:"";display:inline-block;vertical-align:baseline;line-height:1;width:20px;height:20px;background-image:url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="11" cy="11" r="7" stroke="%23C7D1E2" stroke-width="2"/%3E%3Cpath d="M20 20L17 17" stroke="%23C7D1E2" stroke-width="2" stroke-linecap="round"/%3E%3C/svg%3E');background-repeat:no-repeat;background-size:20px}.wpc-filters-widget-content .wpc-filters-section .wpc-filter-search-form .wpc-search-field{padding-left:48px}.wpc-filter-search-wrapper button.wpc-search-clear,.wpc-filters-range-column button.wpc-range-clear,.wpc-search-field-wrapper .wpc-search-clear-icon-wrapper{position:absolute;right:1px;top:1px;height:calc(100% - 2px);background:0 0;border:none;font-size:29px;font-weight:400;font-family:"Times New Roman",serif;padding:0;width:38px;outline:0;color:#b5bed2;box-shadow:none;display:none;line-height:1;margin:0;cursor:pointer;-webkit-appearance:none;min-height:0;border-top-right-radius:6px;border-bottom-right-radius:6px}.wpc-search-field-wrapper .wpc-search-clear-icon-wrapper{width:40px;right:0}.wpc-search-field-wrapper a.wpc-search-clear-icon{text-decoration:none!important;position:absolute;left:0;right:0;top:0;cursor:pointer;font-size:29px;bottom:0;display:flex;justify-content:center;align-items:center;font-weight:400!important;color:inherit}.rtl .wpc-filters-main-wrap input.wpc-filter-search-field{padding-left:30px;padding-right:5px}.wpc-search-clear:hover{cursor:pointer;background:0 0;box-shadow:none;border:none;outline:0}.select2-selection span.wpc-term-swatch,li.select2-results__option span.wpc-term-swatch,li.wpc-term-item label span.wpc-term-swatch{display:block;border-radius:1px;width:100%;height:100%}@media (min-width:769px){.wpc-filters-main-wrap .wpc-term-swatch-wrapper,.wpc-filters-main-wrap li.wpc-term-item label span.wpc-term-swatch{width:28px;min-width:28px;height:28px}.wpc-filters-main-wrap .wpc-term-swatch-wrapper:after{width:10px;height:5px;position:absolute;top:calc(50% - 1px);left:50%;transform:translate(-50%,-50%) rotate(-45deg)}}li.wpc-term-item label span.wpc-term-swatch.wpc-no-swatch-yet{display:flex;justify-content:center;align-items:center}.wpc-term-swatch.wpc-no-swatch-yet:before{content:"";display:block;width:100%;height:100%;color:#9d9d9d;position:relative;z-index:30;text-align:center;line-height:15px;background-image:url(//werkteh.hr/wp-content/plugins/filter-everything/assets/img/no-image.png);background-size:contain;background-repeat:no-repeat}.widget-area .widget li.wpc-term-item label img.wpc-term-image,.wpc-filters-main-wrap li.wpc-term-item label img.wpc-term-image,li.select2-results__option img.wpc-term-image{width:auto;max-width:100%;display:block;border-radius:0;margin:0}.wpc-term-image-wrapper img{display:inline;max-height:100%;border:1px solid transparent;box-shadow:none}.wpc-horizontal-layout .wpc-filters-widget-wrapper{display:flex;width:100%;justify-content:flex-start;flex-wrap:wrap;align-items:flex-start}.wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:49%;width:49%;margin-right:2%}.flrt-star-label a,.wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:nth-child(odd),.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:nth-child(3n+1),.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:nth-child(4n+1),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:nth-child(5n+1){margin-right:0!important}.wpc-horizontal-layout .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:32%;width:32%;margin-right:2%}.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:24%;width:24%;margin-right:1.33333%}.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:19%;width:19%;margin-right:1.25%}.wpc-horizontal-layout .wpc-filter-layout-submit-button,.wpc-horizontal-layout .wpc-inner-widget-chips-wrapper,.wpc-horizontal-layout .wpc-posts-found{max-width:100%;flex-basis:100%}.wpc-horizontal-layout.wpc-horizontal-cols-2 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-2 a.wpc-filters-submit-button{width:23.5%;max-width:23.5%;margin-right:2%;padding-left:0;padding-right:0}.wpc-horizontal-layout a.wpc-filters-reset-button,.wpc-horizontal-layout a.wpc-filters-submit-button{width:15%;white-space:inherit;display:flex;align-items:center;justify-content:center;max-width:15%;margin-right:2%}.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button{width:11.33333%;max-width:11.33333%;margin-right:1.33333%;padding-left:0;padding-right:0}.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-submit-button{width:14%;max-width:14%;margin-right:1.25%;padding-left:0;padding-right:0}.wpc-horizontal-layout .wpc-filter-layout-submit-button{justify-content:flex-end}#ui-datepicker-div{z-index:100!important}.wpc-filter-datepicker{font-size:15px;min-width:250px;max-width:500px}.wpc-counter-length-1.wpc-filter-layout-labels:not(.wpc-filter-has-swatches):not(.wpc-filter-has-brands) .wpc-term-count,.wpc-counter-length-2.wpc-filter-layout-labels:not(.wpc-filter-has-swatches):not(.wpc-filter-has-brands) .wpc-term-count,.wpc-counter-length-3.wpc-filter-layout-labels:not(.wpc-filter-has-swatches):not(.wpc-filter-has-brands) .wpc-term-count,.wpc-counter-length-4.wpc-filter-layout-labels:not(.wpc-filter-has-swatches):not(.wpc-filter-has-brands) .wpc-term-count,.wpc-counter-length-5.wpc-filter-layout-labels:not(.wpc-filter-has-swatches):not(.wpc-filter-has-brands) .wpc-term-count{width:auto}.wpc-counter-length-1 .wpc-term-count{width:1.5em}.wpc-counter-length-2 .wpc-term-count{width:2em}.wpc-counter-length-3 .wpc-term-count{width:2.5em}.wpc-counter-length-4 .wpc-term-count{width:3em}.wpc-counter-length-5 .wpc-term-count{width:3.5em}#ui-datepicker-div.wpc-filter-datepicker.ui-widget-content{border:1px solid #c7d1e2;padding:.2em .2em 0}#ui-datepicker-div.wpc-filter-datepicker th{opacity:.6}#ui-datepicker-div.wpc-filter-datepicker .ui-state-default,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-default,#ui-datepicker-div.wpc-filter-datepicker.ui-widget-content .ui-state-default{background:#fff;border:1px solid #fff;text-align:center;line-height:normal;padding-top:6px;padding-bottom:6px;border-radius:4px;color:#000;width:32px;height:32px;box-sizing:border-box;margin:0 auto}#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-hover,#ui-datepicker-div.wpc-filter-datepicker .ui-state-active,#ui-datepicker-div.wpc-filter-datepicker .ui-state-hover,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-active,#ui-datepicker-div.wpc-filter-datepicker.ui-widget-content .ui-state-active{color:#fff}#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-active,#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-hover.ui-state-active{opacity:1}#ui-datepicker-div.wpc-filter-datepicker .ui-datepicker-title{display:flex;align-items:center;justify-content:center;gap:2px}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev{display:flex;align-items:center;justify-content:center;top:12px;width:14px;height:28px;box-sizing:border-box}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev{left:24px}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next{right:24px}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover{border-color:unset;background:unset}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next .ui-icon,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon{background-image:unset;border:2px solid #7b879c;transform:rotate(45deg);width:9px;height:9px;position:unset}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon{border-right:none;border-top:none}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next .ui-icon{border-left:none;border-bottom:none}#ui-datepicker-div.wpc-filter-datepicker .ui-timepicker-div .ui-timepicker-select{-webkit-appearance:none;line-height:2;color:#2c3338;border:1px solid #c7d1e2;box-shadow:none;border-radius:3px;padding:0 24px 0 8px;min-height:38px;max-width:25rem;margin-left:4px;margin-right:4px;width:max-content}.ui-datepicker.wpc-filter-datepicker .ui-widget-content button,.ui-datepicker.wpc-filter-datepicker .ui_tpicker_time_label{font-size:14px;font-weight:400}.ui-datepicker.wpc-filter-datepicker .ui-widget-content button{padding:.4em 1.6em}.ui-datepicker.wpc-filter-datepicker .ui-timepicker-div dl{margin:7px 0}.ui-datepicker.wpc-filter-datepicker .ui-datepicker-title select,.ui-datepicker.wpc-filter-datepicker select{font-size:14px;line-height:2;color:#2c3338;border:1px solid #c7d1e2;box-shadow:none;border-radius:3px;padding:0 16px 0 8px;min-height:44px;max-width:25rem;cursor:pointer;vertical-align:middle;background:#fff}.ui-datepicker.wpc-filter-datepicker.ui-widget-content{border:1px solid #e1e1e1;background:#fff;color:#444;border-radius:3px}#ui-datepicker-div.wpc-filter-datepicker .ui-timepicker-oneLine{border-top:1px solid #c7d1e2;margin:0 -.2em;padding:12px 0}#ui-datepicker-div.wpc-filter-datepicker .ui-timepicker-oneLine dl{display:flex;align-items:center;justify-content:center;margin:0}#ui-datepicker-div.wpc-filter-datepicker .ui-datepicker-buttonpane{border-top:1px solid #c7d1e2;padding:12px;margin:0 -.2em}#ui-datepicker-div.wpc-filter-datepicker .ui-datepicker-buttonpane button.ui-priority-primary{float:unset;width:100%;padding:10px 0;margin:0;height:unset;font-weight:600}#ui-datepicker-div.wpc-filter-datepicker{z-index:9999999!important}.wpc-filters-date-range-from-column{margin-bottom:10px}.wpc-filters-date-range-column label{display:block;font-size:95%;margin-bottom:4px}html[lang=es] .wpc-filters-date-range-column label{min-width:65px}.wpc-filters-widget-content input[type=email],.wpc-filters-widget-content input[type=number],.wpc-filters-widget-content input[type=password],.wpc-filters-widget-content input[type=search],.wpc-filters-widget-content input[type=tel],.wpc-filters-widget-content input[type=text],.wpc-filters-widget-content input[type=url],.wpc-filters-widget-content select{min-height:32px;box-sizing:border-box;padding:8px 16px;border:1px solid #c7d1e2}.wpc-filters-widget-content .wpc-filter-search-wrapper .wpc-filter-search-field{padding:8px 16px 8px 48px}body .wpc-filters-widget-containers-wrapper .wpc-no-filter-terms{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1050px){.wpc-horizontal-layout a.wpc-filters-reset-button,.wpc-horizontal-layout a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-submit-button{padding-left:0;padding-right:0}}@media screen and (max-width:1000px){.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:24%;width:24%;margin-right:1.33333%}.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:nth-child(4n+1){margin-right:0}.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button{width:14%;max-width:14%;margin-right:1.25%;padding-left:0;padding-right:0}}@media screen and (max-width:900px){.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:32%;width:32%;margin-right:2%}.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:nth-child(3n+1),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:nth-child(3n+1){margin-right:0}.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-submit-button{width:15%;white-space:inherit;display:flex;align-items:center;justify-content:center;max-width:15%;margin-right:2%}}@media screen and (max-width:700px){.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:49%;width:49%;margin-right:2%}.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:nth-child(odd),.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:nth-child(odd),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:nth-child(odd){margin-right:0}.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-submit-button{width:23.5%;max-width:23.5%;margin-right:2%;padding-left:0;padding-right:0}}@media screen and (max-width:500px){.wpc-horizontal-layout .wpc-filters-widget-wrapper{display:block;width:100%}.wpc-horizontal-layout .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:100%;width:auto;margin-right:0}.wpc-horizontal-layout .wpc-filters-section:nth-child(3n+1),.wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:nth-child(odd),.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:nth-child(3n+1),.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:nth-child(4n+1),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:nth-child(5n+1){margin-right:0}.wpc-horizontal-layout a.wpc-filters-reset-button,.wpc-horizontal-layout a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-2 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-2 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-submit-button{width:45%;max-width:none;margin:0;padding-left:14px;padding-right:14px}.wpc-horizontal-layout form.wpc-filter-range-form{margin-bottom:inherit}}@keyframes wpc-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.flrt-stars-filter{display:flex;justify-content:left;margin:0;padding:0!important}.flrt-stars-filter li{margin:0!important}.flrt-star-label{height:20px!important;width:20px;align-items:center!important;margin-left:2px!important}input.flrt-star-input{width:1px!important;height:1px!important;display:none;position:absolute!important;left:0!important;border:none!important;background-color:none!important}.flrt-star-label a,.flrt-stars-wpc-filter-content{display:flex!important}.flrt-star-label svg{height:20px;width:20px;fill:transparent;stroke-linejoin:round}.flrt-star-label a{align-items:center!important}.wpc-filter-layout-rating.wpc-opened .flrt-stars-wpc-filter-content{align-items:center!important}#flrt-wpc-term-count{margin-left:8px;height:24px}.flrt-star-label-not-checked svg{fill:transparent!important}.wpc-chip-stars{display:flex;margin-right:.5em;margin-top:0;padding:2px 0}.wpc-chip-stars svg{overflow:visible;width:16px;height:16px}.flrt-star-rating-checkbox{display:flex}.wpc-pc-sticky-buttons{position:relative;left:0;margin:16px 0}.wpc-pc-apply-button{margin-left:4px}.wpc-sticky-buttons{position:relative;display:flex;width:100%;justify-content:space-between;flex-direction:row-reverse;background:#fff;padding:16px;border:1px solid #eaf0fc;border-radius:6px;--sticky-top:16px;--sticky-bottom:16px}input[type=number].wpc-filters-range-max::-webkit-inner-spin-button,input[type=number].wpc-filters-range-max::-webkit-outer-spin-button,input[type=number].wpc-filters-range-min::-webkit-inner-spin-button,input[type=number].wpc-filters-range-min::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number].wpc-filters-range-max,input[type=number].wpc-filters-range-min{-moz-appearance:textfield;appearance:textfield}input.wpc-filter-search-field,input[type=number].wpc-filters-range-max,input[type=number].wpc-filters-range-min{padding-right:40px!important}@media screen and (min-width:769px){.wpc_show_bottom_widget .wpc-filters-widget-content{height:auto!important}body.wpc_show_open_close_button .wpc-filters-widget-content.wpc-closed,body.wpc_show_open_close_button .wpc-filters-widget-content.wpc-opened,body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened){display:block!important}}@media screen and (min-width:768px){.wpc-custom-selected-terms{clear:both;width:100%}.wpc-custom-selected-terms ul.wpc-filter-chips-list{display:flex;overflow-x:auto;padding-left:0}.wpc-filters-main-wrap .wpc-custom-selected-terms ul.wpc-filter-chips-list{display:block;overflow:visible}html.is-active .wpc-filters-overlay{top:0;opacity:.3;background:#fff}.wpc-filters-main-wrap input.wpc-label-input+label:hover{border:1px solid rgba(0,0,0,.25);border-radius:5px}.wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper{color:#333;background-color:rgba(0,0,0,.25)}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:hover a{color:#333}.theme-storefront #primary .storefront-sorting .wpc-custom-selected-terms{font-size:inherit}.theme-storefront #primary .wpc-custom-selected-terms{font-size:.875em}}@media screen and (max-width:768px){.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:after,.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:before{display:none;}.wpc_show_bottom_widget .wpc-filters-widget-top-container,.wpc_show_open_close_button .wpc-filters-widget-top-container{text-align:center}.wpc_show_bottom_widget .wpc-filters-widget-top-container{position:sticky;top:0;z-index:99999;border-bottom:1px solid #f7f7f7}.wpc-custom-selected-terms:not(.wpc-show-on-mobile),.wpc-edit-filter-set,.wpc_show_bottom_widget .widget_wpc_selected_filters_widget,.wpc_show_bottom_widget .wpc-filters-widget-content .wpc-filter-set-widget-title,.wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title,.wpc_show_bottom_widget .wpc-filters-widget-wrapper .wpc-filter-layout-submit-button,.wpc_show_bottom_widget .wpc-posts-found,body.wpc_show_bottom_widget .wpc-open-close-filters-button,body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened){display:none}.wpc_show_bottom_widget .wpc-filters-widget-top-container:not(.wpc-show-on-desktop),.wpc_show_bottom_widget .wpc-spinner.is-active,.wpc_show_bottom_widget .wpc-widget-close-container,html.is-active body:not(.wpc_show_bottom_widget) .wpc-spinner{display:block}body .wpc-filters-main-wrap li.wpc-term-item{padding:2px 0}.wpc-chip-empty{width:0;display:list-item;visibility:hidden;margin-right:0!important}.wpc-overlay-visible #secondary{z-index:auto}html.is-active:not(.wpc-overlay-visible) .wpc-filters-overlay{top:0;opacity:.2;background:#fff}.wpc-custom-selected-terms.wpc-show-on-mobile ul.wpc-filter-chips-list{display:flex;overflow-x:auto;padding-left:0}html.is-active body:not(.wpc_show_bottom_widget) .wpc-filters-overlay{top:0;opacity:.3;background:#fff}body.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-closed,body.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-opened,body.wpc_show_bottom_widget .wpc-filters-widget-content:not(.wpc-opened){display:block!important}.wpc-open-close-filters-button{display:block;margin-bottom:20px}.wpc-overlay-visible body,html.wpc-overlay-visible{overflow:hidden!important}.wpc_show_bottom_widget .widget_wpc_filters_widget,.wpc_show_bottom_widget .wpc-filters-main-wrap{padding:0!important;margin:0!important}.wpc_show_bottom_widget .wpc-filters-range-column{width:48%;max-width:none}.wpc_show_bottom_widget .wpc-filters-toolbar{display:flex;margin:1em 0}.wpc_show_bottom_widget .wpc-inner-widget-chips-wrapper{display:block;padding-left:20px;padding-right:20px}.wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title.wpc-filter-title{display:flex}.wpc_show_bottom_widget .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list,.wpc_show_open_close_button .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list{display:flex;-webkit-box-pack:start;place-content:center flex-start;overflow-x:auto;padding-top:5px;padding-bottom:5px;margin-left:0;padding-left:0}.wpc-overlay-visible .wpc_show_bottom_widget .wpc-filters-overlay{top:0;opacity:.4}.wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-spinner.is-active+.wpc-filters-widget-content .wpc-filters-scroll-container .wpc-filters-widget-wrapper{opacity:.6;pointer-events:none}.wpc_show_bottom_widget .wpc-filters-open-button-container{margin-top:1em;margin-bottom:1em}.wpc_show_bottom_widget .wpc-filters-widget-content{position:fixed;bottom:0;right:0;left:0;top:5%;z-index:999999;padding:0;background-color:#fff;margin:0;box-sizing:border-box;border-radius:7px 7px 0 0;transition:transform .25s;transform:translate3d(0,120%,0);-webkit-overflow-scrolling:touch;height:auto}.wpc_show_bottom_widget .wpc-filters-widget-containers-wrapper{padding:0;margin:0;overflow-y:scroll;box-sizing:border-box;position:fixed;top:56px;left:0;right:0;bottom:0}.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-filters-widget-opened{transform:translate3d(0,0,0)}.theme-twentyfourteen .wpc_show_bottom_widget .wpc-filters-widget-content,.theme-twentyfourteen.wpc_show_bottom_widget .wpc-filters-scroll-container{background-color:#000}.wpc_show_bottom_widget .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list,.wpc_show_open_close_button .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list{max-height:none}.wpc_show_bottom_widget .wpc-filters-scroll-container{background:#fff;min-height:100%}.wpc_show_bottom_widget .wpc-filters-widget-wrapper{padding:20px 20px 15px}.wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field,.wpc-sorting-form select,.wpc_show_bottom_widget .wpc-filters-main-wrap input[type=number],.wpc_show_bottom_widget .wpc-filters-main-wrap input[type=text],.wpc_show_bottom_widget .wpc-filters-main-wrap select,.wpc_show_bottom_widget .wpc-filters-main-wrap textarea,.wpc_show_bottom_widget .wpc-search-field,.wpc_show_open_close_button .wpc-search-field,.wpc_show_open_close_button .wpc-filter-search-field{font-size:16px}.wpc-filter-layout-dropdown .select2-container .select2-selection--single,.wpc-sorting-form .select2-container .select2-selection--single{height:auto;padding:6px}.wpc_show_bottom_widget .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list{overflow-y:visible}.theme-twentyeleven #primary,.theme-twentyeleven #secondary{margin-left:0;margin-right:0;clear:both;float:none}#main>.fusion-row{max-width:100%}.wpc_show_bottom_widget .wpc-filters-open-button-container,.wpc_show_bottom_widget .wpc-filters-widget-controls-container,.wpc_show_bottom_widget .wpc-filters-widget-top-container,.wpc_show_open_close_button .wpc-filters-open-button-container{display:block}}
.wpc-preload-img{display:none;}.wpc-filter-more-less:not(.wpc-search-active) .wpc-filters-ul-list > li:nth-child(-n+5){display: list-item;}
li.wpc-term-item label span.wpc-term-swatch,.wpc-term-swatch-wrapper{width:32px;min-width:32px;height:32px;}
.wpc-term-swatch-wrapper:after{width:12.8px;height:6.4px;left:9.1428571428571px;top:9.1428571428571px;}.wpc-term-image-wrapper{width:70px;min-width:70px;height:40px;}.wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown):not(.wpc-filter-terms-count-0) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list{
max-height: 550px;
overflow-y: auto;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range{
background-color: #0570e2;
}
.wpc-spinner:after {
border-top-color: #0570e2;
}
.theme-Avada .wpc-filter-product_visibility .star-rating:before,
.wpc-filter-product_visibility .star-rating span:before{
color: #0570e2;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{
background-color: #0570e2;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked+label{
border-color: #0570e2;
}
body .wpc-filters-main-wrap .wpc-term-disabled input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{
background-color: #d8d8d8;
}
body .wpc-filters-main-wrap .wpc-term-disabled input.wpc-label-input:checked+label{
border-color: #d8d8d8;
}
body .wpc-filters-main-wrap .wpc-term-disabled input.wpc-label-input+label:hover{
border-color: #d8d8d8;
}
body .wpc-filters-main-wrap .wpc-term-disabled input.wpc-label-input:checked+label span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item.wpc-term-disabled input:checked+label a{
color: #333333;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked+label a{
color: #f5f5f5;
}
body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a{
border-color: #0570e2;
}
body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button,
body .wpc-filters-main-wrap a.wpc-filters-submit-button{
border-color: #0570e2;
background-color: #0570e2;
color: #f5f5f5;
}
body .wpc-filter-chips-list li.wpc-filter-chip a:hover{
opacity: 0.9;
}
body .wpc-filter-chips-list li.wpc-filter-chip a:active{
opacity: 0.75;
}
.star-rating span,
.star-rating span:before{
color: #0570e2;
}
body a.wpc-filters-open-widget:active, a.wpc-filters-open-widget:active, 
.wpc-filters-open-widget:active{
border-color: #0570e2;
background-color: #0570e2;
color: #f5f5f5;
}
a.wpc-filters-open-widget:active span.wpc-icon-line-1:after,
a.wpc-filters-open-widget:active span.wpc-icon-line-2:after,
a.wpc-filters-open-widget:active span.wpc-icon-line-3:after{
background-color: #0570e2;
border-color: #f5f5f5;
}
a.wpc-filters-open-widget:active .wpc-icon-html-wrapper span{
background-color: #f5f5f5;
}
body .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper{
color: #f5f5f5;
background-color: #0570e2;
}
body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:hover a{
color: #f5f5f5;
}
body .wpc-filters-main-wrap input.wpc-label-input+label:hover{
border-color: #0570e2;
}
#ui-datepicker-div.wpc-filter-datepicker .ui-state-active, 
#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-active, 
#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-active{
border-color: #0570e2;
background: #0570e2;
opacity: 0.95;
}
#ui-datepicker-div.wpc-filter-datepicker .ui-state-hover, 
#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-hover, 
#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-hover, 
#ui-datepicker-div.wpc-filter-datepicker .ui-state-focus, 
#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-focus, 
#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-focus{
border-color: #0570e2;
background: #0570e2;
opacity: 0.6;
}#ui-datepicker-div.wpc-filter-datepicker .ui-datepicker-close.ui-state-default{
background: #0570e2;
color: #f5f5f5;
}
.flrt-star-label svg{
stroke: #0570e2;
}
.flrt-star-label-hover svg, .wpc-chip-stars svg{
fill: #0570e2;
}
.wpc-filter-label-stars-wrapper{
padding: 4px 5px !important;
}
.wpc-filter-label-stars-wrapper .flrt-star-label svg{
height: 17px;
width: 17px;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-stars-wrapper .flrt-star-label svg, 
span.wpc-filter-label-stars-wrapper:hover .flrt-star-label svg{
fill: #f5f5f5;
}
@media screen and (min-width: 768px) {
html.is-active .wpc-spinner{
display: block;
}}
@media screen and (min-width: 768px) {
html.is-active .wpc-filters-overlay{
opacity: .15;
background: #000000;
}}