.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:0;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top,#f8f8f8 1%,#e1e1e1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f8f8f8),color-stop(100%,#e1e1e1));-moz-box-shadow:0 1px 0 rgba(255,255,255,.75);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.75);box-shadow:0 1px 0 rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(//www.safir-trgovina.si/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:0;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:transparent}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:700;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888!important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;border-color:#666}.selectBox-inline.selectBox-disabled{color:#888!important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important}div.variations_form.cart.in_loop {
display: none;
}
.select_option {
display: inline-block;
border: 1px solid #d6d3d3;
margin-right: 3px;
position: relative;
}
.select_box:not( .on_ptab ) .select_option:hover, .select_option.selected {
border-color: #999595;
}
.select_option.inactive {
opacity: 0.5;
}              .select_option .yith_wccl_value {
border: 2px solid #fff;
display: block;
min-width: 27px;
height: 27px;
text-decoration: none;
line-height: 27px;
text-align: center;
cursor: pointer;
}
.select_option .yith-wccl-bicolor {
width:0;
height:0;
border-bottom: 23px solid;
border-left: 23px solid;
display: block;
} .select_box.on_ptab .select_option .yith_wccl_value {
cursor: default;
}
.select_option .yith_wccl_tooltip {
position: absolute;
font-size: 12px;
line-height: 14px;
text-align: center;
box-sizing: border-box;
opacity: 0;
width: 100px;
margin-left: -50px;
z-index: 99;
left: 50%;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
pointer-events: none;
}
.select_option .yith_wccl_tooltip img {
height: auto;
max-width: 100%;
margin: 5px 0;
}
.select_option .yith_wccl_tooltip span:after {
content: '';
border: 5px solid transparent;
width: 1px;
height: 1px;
position: absolute;
left: 50%;
margin-left: -5px;
} .select_option .yith_wccl_tooltip.top {
bottom: 100%;
padding-bottom: 10px;
}
.select_option .yith_wccl_tooltip.top span:after {
bottom: -10px;
}
.select_option .yith_wccl_tooltip.bottom {
top: 100%;
padding-top: 10px;
}
.select_option .yith_wccl_tooltip.bottom span:after {
top: -10px;
} .select_option .yith_wccl_tooltip.fade,
.select_option .yith_wccl_tooltip.slide {
opacity: 0;
}
.select_option:hover .yith_wccl_tooltip.fade,
.select_option:hover .yith_wccl_tooltip.slide {
opacity: 1;
}
.select_option .yith_wccl_tooltip.top.slide {
transform: translateY(20%);
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
}
.select_option .yith_wccl_tooltip.bottom.slide {
transform: translateY(-20%);
-webkit-transform: translateY(-20%);
-moz-transform: translateY(-20%);
-ms-transform: translateY(-20%);
}
.select_option:hover .yith_wccl_tooltip.slide {
transform: translateY( 0 );
-webkit-transform: translateY( 0 );
-moz-transform: translateY( 0 );
-ms-transform: translateY( 0 );
}
.select_option:hover .yith_wccl_tooltip {
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
}
.select_option .yith_wccl_tooltip > span {
display: inline-block;
position: relative;
height: auto;
width: auto;
max-width: 100%;
border-radius: 3px;
padding: 3px 6px;
} li.product .variations_form.cart {
margin: 5px 0;
}
li.product .variations_form.cart div.variations {
margin-bottom: 5px;
}
li.product .select_option .yith_wccl_value {
min-width: 20px;
height: 20px;
line-height: 17px;
}
li.product .select_option .yith-wccl-bicolor {
border-bottom: 16px solid;
border-left: 16px solid;
}
li.product .ywccl_stock {
font-size: 0.92em;
margin: 0;
}
li.product .ywccl_stock.stock {
color: #77a464;
}
li.product .ywccl_stock.out-of-stock {
color: red;
}
.avada-select-parent .select_box {
display: none;
} .woocommerce-product-gallery.loading-gallery,
.product-gallery.loading-gallery {
position: relative;
}
.woocommerce-product-gallery.loading-gallery::after,
.product-gallery.loading-gallery:after {
content: '';
position: absolute;
background: url(//www.safir-trgovina.si/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/ajax-loader.gif) #fff no-repeat center center;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
}