.soo-product-filter-widget .product-filter {
margin-bottom: 30px;
}
.soo-product-filter-widget input[type=checkbox],
.soo-product-filter-widget input[type=radio] {
display: none;
}
.soo-product-filter-widget label {
font-weight: 400;
cursor: pointer;
}
.soo-product-filter-widget .filter-list li {
cursor: pointer;
}
.soo-product-filter-widget .filter-list .selected {
text-decoration: underline;
}
.soo-product-filter-widget .list label {
display: block;
}
.soo-product-filter-widget .h-list li {
display: inline-block;
margin: 6px;
}
.soo-product-filter-widget .h-list li .count {
display: none;
}
.soo-product-filter-widget .count {
float: right;
}
.soo-product-filter-widget .swatch {
border-radius: 50%;
transition: 0.5s;
display: inline-block;
width: 30px;
height: 30px;
opacity: 0.5;
cursor: pointer;
margin: 6px;
text-align: center;
overflow: hidden;
}
.soo-product-filter-widget .swatch.selected {
font-weight: 700;
opacity: 1;
}
.soo-product-filter-widget .swatch-color {
text-indent: -99999px;
position: relative;
}
.soo-product-filter-widget .swatch-color.selected {
box-shadow: 0 0 10px;
}
.soo-product-filter-widget .swatch-color.selected:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
width: 4px;
height: 9px;
display: block;
border: solid #fff;
border-width: 0 1px 1px 0;
position: absolute;
top: 10px;
left: 13px;
}
.soo-product-filter-widget .swatch-label {
color: #000;
opacity: 0.3;
}
.soo-product-filter-widget .list input:checked + span {
font-weight: 400;
text-decoration: underline;
}
.soo-product-filter-widget .filter-slider {
height: 4px;
margin: 0 7px 20px 7px;
position: relative;
background-color: #ccc;
}
.soo-product-filter-widget .filter-slider .ui-slider-range {
width: 100%;
position: absolute;
height: 100%;
background-color: #666;
}
.soo-product-filter-widget .filter-slider .ui-slider-handle {
border-radius: 50%;
width: 0;
height: 0;
border: 7px solid #333;
position: absolute;
top: -5px;
margin-left: -7px;
}
.soo-product-filter-widget .filter-slider .ui-slider-handle:focus {
outline: none;
}
.soo-product-filter-widget .ajax-filter .filter-button {
display: none;
}
.no-js .soo-product-filter-widget .ajax-filter .filter-button {
display: inline-block;
}.soo-wishlist-share ul {
margin: 0;
padding: 0;
list-style: none;
}
.soo-wishlist-share ul li {
display: inline-block;
margin-right: 30px;
}.hidden {
display: none !important;
visibility: hidden !important;
}
.tawcvs-swatches {
padding: 5px;
}
.tawcvs-swatches .swatch {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-block;
width: 30px;
height: 30px;
line-height: 28px;
text-align: center;
margin-right: 15px;
margin-bottom: 15px;
cursor: pointer;
border: 2px solid transparent;
position: relative;
white-space: nowrap;
}
.tawcvs-swatches .swatch.selected {
border-color: #999;
}
.tawcvs-swatches .swatch.disabled {
cursor: default;
opacity: 0.1 !important;
}
.tawcvs-swatches .swatch.disabled .swatch__tooltip {
display: none;
}
.tawcvs-swatches .swatch-color {
text-indent: -9999em;
border: 2px solid #ccc;
}
.tawcvs-swatches .swatch-color.selected {
border-color: #333;
}
.tawcvs-swatches .swatch-color.selected:before {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-moz-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
content: "";
width: 6px;
height: 10px;
display: block;
border: solid #eee;
border-width: 0 2px 2px 0;
position: absolute;
top: 50%;
left: 50%;
margin: -2px -2px 0 0;
}
.tawcvs-swatches .swatch-label {
font-size: 14px;
background-color: #f1f1f1;
}
.tawcvs-swatches .swatch-image {
font-size: 0;
}
.tawcvs-swatches .swatch-image img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.tawcvs-swatches .swatch-image .swatch__tooltip {
font-size: 14px;
}
.tawcvs-swatches .swatch__tooltip {
-webkit-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: absolute;
left: 50%;
top: 0;
background: #333;
z-index: 2;
color: #fff;
margin: -15px 0 0 0;
padding: 5px 10px;
text-indent: initial;
font-size: 14px;
font-weight: 500;
opacity: 0;
visibility: hidden;
user-select: none;
}
.tawcvs-swatches .swatch__tooltip:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
position: absolute;
width: 12px;
height: 12px;
background: #333;
bottom: -4px;
left: 50%;
margin-left: -6px;
}
.tawcvs-swatches .swatch:hover .swatch__tooltip {
opacity: 1;
visibility: visible;
user-select: auto;
}.page-header { padding: 0 0 75px 0;
}
.page-title{
padding-top:15px !important;
} .pocetna_slider{
padding-left: 0 !important;
padding-right: 0 !important;
}
.sober-banner-grid-4 .sober-banner .banner-content {
background-color: rgba(0,0,0,0.2) !important;
}
.site-header{
padding-bottom: 15px  !important;
}
.footer-info{
background-color:black;
}
.copyright{
color:white !important;
}
.copyright a{
color:rgba(255,255,255, 1);
display:inline-block; }
.tomato{
display:inline-block;
color:tomato;
margin-bottom:0;
}
a.sg-show-popup{
padding: 20px !important;
background-color: tomato !important;
color: black !important;
}
.sg-popup-id-2896{
padding: 20px !important;
background-color: tomato !important;
color: black !important;
}
.side-menu{
transition: transform 0.4s ease-in-out !important;
} #colophon{
background-color:black !important;
}
#content .site-content{
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.footer-widgets{
background-color:black !important;
}
.footer-widgets .container{
width:90%;
margin-left:9%;
}
.custom-footer h2{
color:white;
text-decoration: underline;
text-underline-offset: 30%;
}
.custom-footer ul {
list-style: none;
padding:0;
}
.custom-footer ul li{
color:white;
}
.custom-footer ul li a{
color:white;
}
#social-links-widget-2 a{
border:0;
color:white;
}
#social-links-widget-2 a i{
font-family: 'FontAwesome';
font-size:30px;
font-weight:100;
}
.custom-footer ul li a:hover{
color: tomato;
}
.footer-info .container, .footer-info .sober-container {
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
.woocommerce div.product.layout-style-2 div.images div.thumbnails{
overflow-y: hidden !important; 
}
.nav-menu a {
font-size: 1.2rem !important;
}
#menu-glavni-meni .menu-item-has-children:hover .sub-menu{
display: block !important;
}
#mc4wp-form-1{
margin:0;
width:100%
}
#mc4wp-form-1 .mc4wp-form-fields{
display:flex;
justify-content:center;
}
.pret{
color:white;
} #rev_slider_15_1_wrapper{
left:0 !important;
}.awdr_free_product_text{
display: inline-block;
padding: 0px 10px;
background-color: #3d9cd2;
color: #fff;
border-radius: 3px;
}
.variation-wdr_free_product{
display: none !important;
}
.awdr_change_product{
cursor: pointer;
}
.awdr_free_product_variants{
padding: 5px;
}
.awdr-product-name{
padding-left: 10px;
}
.awdr_change_product{
display: flex;
}
.awdr-select-free-variant-product-toggle {
color: gray;
cursor: pointer;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 1.02em;
transition: 0.4s;
}
.awdr-select-free-variant-product-toggle-active, .awdr-select-free-variant-product-toggle:hover {
color: #444;
}
.awdr-select-variant-product {
padding: 0 18px;
display: none;
background-color: white;
overflow: hidden;
}
.awdr-select-free-variant-product-toggle:after {
content: '\02795'; font-size: 12px;
color: #777;
margin-left: 10px;
}
.awdr-select-free-variant-product-toggle-active:after {
content: "\2796"; }