/*
Theme Name: A child theme of Subway
Description: A child theme of Subway
Version: 1.0.0.
Template: subway
ThemeAuthor: Qode Interactive
Author URI: http://www.qodeinteractive.com/
*/

@import url("../subway/style.css");
@import url("../../plugins/js_composer/assets/css/lib/vc-entypo/vc_entypo.min.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
body {
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.entypo-icon-heart:before {
    content: "\2665";
}
.entypo-icon-attention:before {
    content: "\26a0";
} /*modra: 3e8fbdoranzna: bba644*/
sup {
    top: -0.5em;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
a,
td a,
i,
a:hover,
h2,
.vc_toggle_title,
.vc_toggle_title * {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
img {
    vertical-align: middle;
    border-radius: 10px 0;
}
.center {
    text-align: center;
}
.big-small img {
    /*width:300px;*/
}
#back_to_top {
    top: auto;
    bottom: 55px;
}
#back_to_top span i {
    font-size: 14px;
    line-height: 1.5;
}
.logged-in .content {
    margin-top: 80px;
}
.logo_wrapper {
    height: 80px;
    float: left;
}
.logo {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    padding: 10px 0px;
}
.logo a {
    position: relative;
    display: block;
    height: 100% !important;
}
.logo img {
    display: block;
    position: relative;
    top: 0;
    width: auto !important;
    max-height: 100% !important;
    max-width: none;
}
header {
    z-index: 500;
    max-height: 80px;
    border:none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
header.scrolled {
    top: 0 !important;
}
.p-left {
    float: left;
}
.p-right {
    float: right;
}
header .header_inner_left {
    position:absolute;
    left:auto;
    top: auto;
}


/* NAVIGACIJA */














/* NAVIGACIJA */
/*

header.scroll_top nav.main-menu > ul > li > a {
   padding: 0 30px 0 50px; 
}

header.scroll_top nav.main-menu ul li a:hover,
header.scroll_top nav.main-menu ul li a.current,
header.scroll_top nav.main-menu > ul > li:hover a,
header.scroll_top nav.main-menu > ul > li.current-page-ancestor a {
    color: #bba644;
}
header.scroll_top nav.main-menu ul li a:hover span,
header.scroll_top nav.main-menu ul li a.current span,
header.scroll_top nav.main-menu > ul > li.current-page-ancestor a span {
    background: #bba644;
}
header.scroll_top nav.main-menu > ul > li {
    position: relative;
    margin:0 15px;
}
header.scroll_top nav.main-menu > ul > li.active,
header.scroll_top nav.main-menu > ul > li:hover,
header.scroll_top nav.main-menu > ul > li.current-page-ancestor {
    /*
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    * /
}


header.scroll_top .drop_down .second {
    width: 100%;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
header.scroll_top .drop_down .second .inner {
    background: rgba(243, 243, 243, 1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
header.scroll_top .drop_down .second .inner ul li.menu-item-has-children:hover > ul,
header.scroll_top .drop_down .second .inner ul ul > li {
    display: block;
    width: 100% !important;
}

header.scroll_top .drop_down .second .inner ul li a:hover,
header.scroll_top .drop_down .second .inner ul li.sub ul li:hover a,
header.scroll_top .drop_down .second .inner ul li.current_page_parent a,
header.scroll_top .drop_down .second .inner ul li.current-menu-item a,
header.scroll_top .drop_down .second .inner ul li.current_page_parent ul li.current-menu-item a {
    color: #bba644;
}
header.scroll_top .drop_down .second .inner ul li.sub a {
    background: none;
}

/*header.scroll_top .drop_down .second .inner ul li.menu-item-has-children.sub > a:after {content:'';display:inline-block;width:3px;height:9px;position:absolute;top:12px;right:13px;background:url(css/img/sub_menu_arrow_right.png) no-repeat center right;}* /

header.scrolled nav.main-menu ul li a {
    line-height: 60px;
}
*/




/* TITLE */
.title {
    height: 80px;
    z-index: 400;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-bottom:none;
    position:relative;
}
.title.has_background {
    height: 450px;
    background-position: center center;
    background-size: cover;
}
.title .hero-image{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index:400;
    border-radius:0;
}

body.page-id-3079 .title.has_background {
    background-position: center right;
}
.title.has_background .title-logo {
    position: relative;
    width: 1060px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index:500;
}
.title.has_background .title-logo-image {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.title.has_background .title-logo-image .bottomLeft {
    bottom: 15px;
    right: auto;
    left: 15px;
}
.title.has_background .title-logo-image .topLeft {
    bottom: auto;
    right: auto;
    top: 15px;
    left: 15px;
}
.title.has_background .title-logo-image .topRight {
    bottom: auto;
    top: 15px;
    right: 15px;
}
.title.has_background .mpo-logo-image {
    /*content: url(/wp-content/uploads/mpo-premium-lenses.png);
    background: rgba(255, 255, 255, 0.4);*/
    border-radius: 50%;
    padding: 3px;
}
.title.has_background .infield-logo-image {
    /*content: url(/wp-content/uploads/2020/03/infield-safety-logo.png);*/
    width: 150px;
    bottom: 30px;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Oswald","Arial Narrow", Arial, sans-serif;
	color: #3e8fbd;
	}
h1,
h2,
h3 {
    font-weight: 300;
    line-height: 1.3;
}
h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 300;
}
h2,
.wpb_text_column h2:last-child {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 300;
}

h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #bba644;
}
h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 300;
} /* CONTENT */
.vc_section {
    padding: 20px 0;
    margin: 0;
    z-index: 300;
    background: #fff;
}
.vc_section.w80 {
    width: 80%;
    margin: 0 auto;
}
.vc_section.w50 {
    width: 50%;
    margin: 0 auto;
}
.vc_row {
    margin: 0;
}
.vc_column_container {
    margin: 15px 0;
    padding: 0 30px;
}
.vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.vc_row.vc_column-gap-10 > .vc_column_container {
    padding: 10px;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
	padding-bottom:10px;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
} /* OTOČKI IN OBLAČKI */
.vc_section.cloud-blue {
    padding: 5px;
    margin: 20px 0;
    border: 5px #009fe3 solid;
}
.vc_section.cloud-blue .vc_column_container {
    margin: 0;
}
.vc_section.cloud-blue .vc_column_container > .vc_column-inner {
    padding: 15px;
}
.vc_row > .cloud > .vc_column-inner {
    background: #f8f8f8;
    color: #4b4b4b;
    z-index: 9999;
    position: relative;
    padding: 25px 25px;
    border: 1px solid #dcdedf;
}
.vc_row > .cloud.align-center h2,
.vc_row > .cloud.align-center h3 {
    text-align: center;
}
.vc_row > .cloud.orange h3 {
    color: #bba644;
}
.bg-grey {
    background: #e0e0e0;
}
.bg-brown {
    background: #3c3c3b;
}
.bg-blue {
    background: #009fe3;
}
.c-white * {
    color: #fff;
}

/* STANDARDI - TOGGLE */
.vc_toggle.standardi-toggle {
    display:block;
    text-align: center;
}
.vc_toggle.standardi-toggle .vc_toggle_title {
    background: #3e8fbd;
    background:#bba644;
    padding: 10px 22px;
    margin: 10px 0;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px 0;
}

.vc_toggle.standardi-toggle .vc_toggle_title h4 {
    color: #fff;
    font-size: 20px;
    line-height:1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    vertical-align:middle;
}
.vc_toggle.standardi-toggle .vc_toggle_title:hover {
    background: rgba(62, 143, 189, 0.7);
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
    vertical-align:middle;
}
.vc_toggle.standardi-toggle .vc_toggle_icon::before,
.vc_toggle.standardi-toggle .vc_toggle_icon::after {
    border-color: #fff !important;
}
.vc_toggle.standardi-toggle .vc_toggle_content {
    padding: 30px 15px;
    text-align:left;
}

/* PROGRESIVNA STEKLA */
.bg-sky {
    position: relative;
    background: url(/wp-content/uploads/2020/01/ozadje-nebo.jpg) no-repeat;
    background-size: cover;
    min-height: 430px;
}
.bg-sky .decko {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: 200;
}
.vc_column_container.bg-blue .vc_column-inner {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.mpo-life-cloud {
    padding: 30px;
}
.mpo-life-cloud h4 {
    background: url(/wp-content/uploads/mpo-life-logo.png) no-repeat;
    width: 284px;
    height: 42px;
    padding: 42px 0 20px 0;
}
.mpo-life-cloud h4,
.mpo-life-cloud h4 * {
    color: #009fe3;
}
.mpo-touring-cloud {
    padding: 30px;
}
.mpo-touring-cloud h4 {
    background: url(/wp-content/uploads/2020/02/MPO_Tuoring_logo.jpg) no-repeat;
    width: 275px;
    height: 42px;
    padding: 45px 0 20px 0;
}
.mpo-touring-cloud h4,
.mpo-touring-cloud h4 * {
    color: #009fe3;
}
.vc_row.progresivni-programi .wpb_content_element {
    margin-bottom: 35px;
}
.vc_row.progresivni-programi .wpb_single_image.progresivna-stekla img {
    width: 280px;
    max-width: 100%;
}
.progresivna-stekla .vc_single_image-wrapper {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    transform: -moz-rotate(-15deg);
    transform: -webkit-rotate(-15deg);
    transform: rotate(-15deg);
    box-shadow: 0px 0 0px 1px #e0dede;
}
.progresivna-stekla .vc_single_image-wrapper img {
    transform: -moz-rotate(15deg);
    transform: -webkit-rotate(15deg);
    transform: rotate(15deg);
    position: relative;
    z-index: 100;
}
.progresivna-stekla .vc_single_image-wrapper::before {
    content: "";
    position: absolute;
    z-index: 200;
    top: -10px;
    right: 0px;
    background: rgba(255, 255, 255, 0.4);
    width: calc(50% - 80px);
    height: calc(100% - 40px);
    border-top-right-radius: 100% 50%;
    border-bottom-right-radius: 100% 50%;
    transform: -moz-rotate(-15deg);
    transform: -webkit-rotate(-15deg);
    transform: rotate(-15deg);
}
.progresivna-stekla .vc_single_image-wrapper::after {
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #fff;
    width: 100%;
    height: 100%; /*    width: -moz-calc(100% - 20px);    width: -webkit-calc(100% - 20px);    width: calc(100% - 20px);        height: -moz-calc(100% - 20px);    height: -webkit-calc(100% - 20px);    height: calc(100% - 20px);    */
    -webkit-box-shadow: inset 1px 2px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
} /* DIOPTRIJSKA STEKLA - SPECIALNI PRODUKTI */
.spezialprodukte {
    padding: 0 40px;
}
.spezialprodukte > .vc_column_container .wpb_wrapper {
    position: relative;
}
.spezialprodukte .wpb_single_image {
    position: relative;
    margin: 0 0 10px;
}
.spezialprodukte .wpb_single_image .wpb_wrapper {
    padding-bottom: 8px;
}
.spezialprodukte .wpb_single_image .wpb_wrapper:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/subway-child/css/img/box_image_shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 30px;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    background-size: 100% 30px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.spezialprodukte .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    top: -3px;
    left: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.spezialprodukte .wpb_single_image .wpb_wrapper .vc_single_image-wrapper:after {
    content: "\f06e";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
}
.spezialprodukte h3 {
    font-size: 25px;
    position: relative;
    bottom: -15px;
    margin-top: -15px;
}
.spezialprodukte .vc_btn3-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -58px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.spezialprodukte .vc_column-inner:hover .wpb_single_image .wpb_wrapper {
}
.spezialprodukte .vc_column-inner:hover .wpb_single_image .wpb_wrapper:before {
    bottom: -8pxpx;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.spezialprodukte .vc_column-inner:hover .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
    top: -10px;
}
.spezialprodukte .vc_column-inner:hover .vc_btn3-container {
    opacity: 1;
    visibility: visible;
    bottom: -100px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
} /* STEKLA ZA VARNO VOŽNJO */
.touring-toggle {
    background-size: 100% auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.touring-toggle img {
    position: relative;
}
.toggle-play {
    line-height: 1 !important;
    padding: 11px 20px !important;
}
.toggle-play:before {
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    opacity: 0.8;
    padding-right: 10px;
    vertical-align: top;
}
.toggle-play:after {
    content: "OGLED ANIMACIJE";
    vertical-align: top;
}
.toggle-play.pause:before {
    content: "||";
    font-family: "Oswald", sans-serif;
    color: #fff;
    opacity: 0.8;
    padding-right: 10px;
    font-weight: 600;
    letter-spacing: 3px;
}
.toggle-play.pause:after {
    content: "USTAVI ANIMACIJO";
}
@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.touring-toggle.play .vc_single_image-wrapper {
    -webkit-animation: flickerAnimation 5s infinite;
    -moz-animation: flickerAnimation 5s infinite;
    -o-animation: flickerAnimation 5s infinite;
    animation: flickerAnimation 5s infinite;
}
.touring-toggle {
    z-index: 50;
}
.touring-toggle .wpb_wrapper,
.touring-toggle.vc_single_image-wrapper {
    position: relative;
    z-index: 100;
}
.touring-toggle:before,
.touring-toggle .vc_single_image-wrapper:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 5px;
    right: 7px;
    z-index: 100;
    text-align: left;
    font: normal 40px/1 vc_entypo;
}
.touring-toggle:before {
    content: "\2665";
    font-size: 40px;
    z-index: 50;
    color: #ea134f;
    text-shadow: 1px 1px 10px rgb(216, 251, 10);
}
.touring-toggle .vc_single_image-wrapper:after {
    content: "\26a0";
    color: #dcbb1b;
    text-shadow: 1px 1px 10px rgb(28, 29, 22);
} /**** SEPARATOR ****/
.separator {
    position: relative;
    overflow: visible;
    height: 42px;
    background: none;
    margin: 25px auto;
}
.separator:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #cac5c5;
}
.separator span {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.separator span:before,
.separator span:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #3e8fbd;
    z-index: 10;
    margin: -21px 0 0 -21px;
}
.separator span:after {
    width: 20px;
    height: 20px;
    border: 1px solid #bba644;
    z-index: 20;
    margin: -11px 0 0 -11px;
}
.vc_separator .vc_sep_holder {
    z-index: 5;
}
.separator.custom-seperator {
    margin: 25px -30px;
}
.separator.separator-small {
    height: 22px;
    width: 250px;
}
.separator.separator-small:before {
    top: 10px;
}
.separator.separator-small span:before {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
}
.separator.separator-small span:after {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}
.vc_row-no-padding:after {
    content: "";
    clear: both;
    display: table;
} /* MPO VIDEO */ /*.vc_section.mpo-video {width:100%;position:relative;z-index:200;background:#000000;padding:100px 0;}.vc_section.mpo-video::before {content:;display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:100;background:url(/wp-content/uploads/2020/01/eot-video-bg-visual.jpg) no-repeat center center;background-size:cover;opacity:.5;}.vc_row.w700 {width:700px;height:auto;margin:0 auto;}*/ /* ZNAK KAKOVOSTI */
.mpo-znak-kakovosti .vc_single_image-wrapper {
    position: relative;
    overflow: hidden;
}
.mpo-znak-kakovosti .vc_single_image-wrapper img {
    -webkit-animation: spin 10s infinite linear;
    -moz-animation: spin 10s infinite linear;
    animation: spin 10s infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
} /* GUMBI */ /* button - modri */
.vc_btn3-container {
    margin: 0;
}
.vc_general.vc_btn3,
.vc_general.vc_btn3.vc_btn3-style-moder {
    background: #3e8fbd;
    color: #fff;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 16px;
    border-radius: 5px 0;
}
.vc_general.vc_btn3.vc_btn3-style-moder:hover {
    background: rgba(62, 143, 189, 0.7);
    color: #fff;
} /* button - zlat */
.vc_general.vc_btn3.vc_btn3-style-zlat {
    background: #bba644;
}
.vc_general.vc_btn3.vc_btn3-style-zlat:hover {
    background: rgba(193, 174, 85, 0.8);
    color: #fff;
} /* button-beli */
.vc_general.vc_btn3.vc_btn3-style-bel {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
}
.vc_general.vc_btn3.vc_btn3-style-bel:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #3e8fbd;
    border-color: #009fe3;
} /* sliders */
.saphire-zakljucki-visual {
    min-height: 400px;
} /* tabs */ /* tabs - dioptrijska stekla */
.lense-care .tabs-nav {
    overflow: visible;
}
.lense-care .tabs-nav > li {
    display: inline-block;
    float: none;
}
.lense-care .tabs-nav > li a span {
    display: none;
}
.lense-care .tabs-nav > li > a {
    height: auto;
    line-height: inherit;
    background: none;
    border: none;
    padding: 20px 20px;
}
.lense-care .tabs-nav > li > a:before {
    content: "";
    display: inline-block;
    width: 65px;
    height: 65px;
    position: relative;
    top: 0;
    left: 0;
}
.lense-care .tabs-nav > li:nth-child(1) > a:before {
    content: url("/wp-content/uploads/csm_putztuch.png");
}
.lense-care .tabs-nav > li:nth-child(2) > a:before {
    content: url("/wp-content/uploads/csm_60grad.png");
}
.lense-care .tabs-nav > li:nth-child(3) > a:before {
    content: url("/wp-content/uploads/csm_etui.png");
}
.lense-care .tabs-nav > li:nth-child(4) > a:before {
    content: url("/wp-content/uploads/csm_ultraschall.png");
}
.lense-care .tabs-nav > li.active > a,
.lense-care .tabs-nav > li > a:hover {
    background: none;
}
.lense-care .tabs-nav > li.active > a:after {
    bottom: 0px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3e8fbd transparent transparent transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.lense-care .tabs .tab-content {
    display: none;
    padding: 15px 0 10px;
    border: none;
}
@media only screen and (max-width: 1050px) {
}

/**** FOOTER ****/ /****************/
footer {
    z-index: 400;
}
/* ---- FLEX LAYOUT ---- */
.footer_top .four_columns {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;     /* razmik od leve/desne */
  box-sizing: border-box;
}

.footer_top .four_columns > div {
  flex: 1 1 25%;       /* 4 stolpci, enaka širina */
  display: flex;
  flex-direction: column;
}

/* Skrij 4. stolpec */
.footer_top .four_columns > div.column4 {
  display: none;
}

/* Enoten border in padding za vse stolpce */
.footer_top .four_columns .column_inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px 20px;          /* notranji padding */
  box-sizing: border-box;
}

@media only screen and (min-width: 1060px){
	.footer_top .four_columns .column_inner {
		padding: 15px 30px;
	}
}

.footer_top .four_columns > div:not(:first-child) .column_inner {
  border-left: 1px solid #3f3f3f;
}


footer,
footer a,
footer p,
footer span,
footer span.icon-2x {
    font-size: 14px;
    color: #bdbdbd;
}
.footer_top a:hover {
    color: #bba644;
}
footer h3 {
    color: #fff;
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 22px;
	letter-spacing: .5px;
    font-weight: 400;
}
.footer_top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_top .widget_recent_entries > ul > li > a {
    display: block;
    color: #fff;
}
.footer_top .widget_recent_entries > ul > li {
    margin-bottom: 11px;
}
.footer_top .social_icon_holder {
    margin-right: 5px;
}
.footer_top .social_icon_holder .icon-stack i {
    color: #898989;
}
.footer_top .social_icon_holder .icon-stack i.icon-circle {
    color: #4a4a4a;
}
.footer_top .social_icon_holder .icon-stack:hover i.icon-circle {
    color: #3e8fbd !important;
}
.footer_top .social_icon_holder .icon-stack i:last-child {
    font-size: 0.9em;
}



.footer_top .widget.widget_nav_menu ul,
.footer_top .widget.widget_nav_menu li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.footer_top .widget.widget_nav_menu li.menu-item-3077,
.footer_top .widget.widget_nav_menu li.menu-item-3081 {
    display: none !important;
}
.footer_top .widget.widget_nav_menu ul {
    margin-left: 15px !important;
}
.footer_top .widget.widget_nav_menu li a {
    margin: 0 !important;
    padding: 3px 0px !important;
}

.footer_top .widget.widget_nav_menu li a::before {
    content: "";
    margin: 0 5px 0 -11px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #8f8f8f;
}
.footer_top .widget.widget_nav_menu li a:hover::before {
    border-left: 6px solid #bba644;
}


footer .footer_bottom,
footer .footer_bottom * {
    font-size: 13px;
    color: #fff;
}
footer .footer_bottom a:hover {
    color:#bba644;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} /* TABELA SPECIFIKACIJE OČAL */
.select2-container--default {
    width: 220px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}
table.tablepress {
    margin: 50px 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
}
table.tablepress thead th,
table.tablepress td {
    padding: 8px;
}
table.tablepress th {
    border-right: 1px solid #fff;
    background-color: #3e8fbd;
    color: #fff;
    font-weight: 300;
}
table.tablepress th:last-child {
    border-right: 0;
}
table.tablepress thead th {
    text-align: center;
    font-family: "Oswald";
    text-transform: uppercase;
}
table.tablepress tr:nth-child(odd) td {
    background: #f8f8f8;
    color: inherit;
}
table.tablepress tr > td {
    border-top: 1px solid #e0e0e0;
}
table.tablepress tr:nth-child(1) td {
    background-color: #91a1ad !important;
    border-right: 1px solid #fff;
    color: #fff;
    font-style: italic;
} /*table.tablepress tr td:nth-child(2),table.tablepress tr td:nth-child(5) {border-right: 10px solid #fff;}*/
table.tablepress tfoot th {
    font-size: 13px;
    text-align: center;
} /* TABELA VARIACIJE PRODUKTOV */
.woocommerce ul.products li.product a.button,
.woocommerce .single_add_to_cart_button,
.woocommerce-page .single_add_to_cart_button {
    display: none !important;
}
ul.products .product_item--info .product_item--info-inner {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.woocommerce ul.products li.product h2 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.woocommerce ul.products li.product .price {
    margin-top: 0;
    margin-right: 10px;
}
table.variations,
table.variations td {
    width: 100%;
}
div.swatch-wrapper.disabled,
div.swatch-wrapper.disabled a,
.radio-select .disabled {
    cursor: not-allowed; /* Required for IE 5, 6, 7 */
    zoom: 1; /* Theoretically for IE 8 & 9 (more valid) */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* This works in IE 8 & 9 too */ /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50); /* Older than Firefox 0.9 */
    -moz-opacity: 0.5; /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5; /* Modern!    /* Firefox 0.9+, Safari 2?, Chrome any?    /* Opera 9+, IE 9+ */
    opacity: 0.5;
}
.radio-select .disabled input,
.radio-select .disabled label {
    cursor: not-allowed;
}
@media only screen and (max-width: 1000px) {
    nav.mobile_menu > ul,
    .container_inner,
    .boxed section.section .section_inner,
    section.grid_section .section_inner,
    .full_width .parallax_content,
    .steps_holder_inner {
        width: 100% !important;
    }
    header {
        position: relative;
        max-height: 80px;
    }
    .mobile_menu_button {
        max-height: 70px;
    }
    .header .header_inner_left,
    .logo_wrapper {
        height: 70px !important;
    }
    nav.mobile_menu {
        width: 100%;
        float: none;
        position: absolute;
        top: 71px;
        left: 0;
        padding: 0 12px;
        background: #fbfbfb;
    }
}


/* PRODUCT TABS */
.vc_section .wpb_text_column ul {list-style-position: inside;margin:0 0 0 3px;}
.vc_section .wpb_text_column li {
    display: block;
    width: 100%;
    position: relative;
    vertical-align: top;
    background: #f8f8f8;
    padding: 5px 10px 5px 33px;
    margin:0;
    margin-bottom:7px;
    color:#2f2f2f;

}

.woocommerce div.product .woocommerce-tabs .panel li:before,
.woocommerce div.product .woocommerce-tabs .panel li:after {content:'';display:block;width:14px;height:14px;position:absolute;left:17px;top:50%; border-radius:50%;background:#fff; -moz-border-radius:50%;-webkit-border-radius:50%;border:1px solid #3e8fbd;z-index:10;margin:-7px 0 0 -7px;}
.woocommerce div.product .woocommerce-tabs .panel li:after {width:6px;height:6px; border:1px solid #bba644;z-index:20; margin:-3px 0 0 -3px;}


.woocommerce div.product .woocommerce-tabs ul.tabs {padding: 0;margin: 25px 0 40px;text-align: center;text-transform: uppercase;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {display:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {display: inline-block;margin: 0 15px;border:none;background:none;float:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {display:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {position: relative;display: block;padding: 5px 0;line-height: 20px;font-weight:normal;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {content: "";height: 3px;bottom: 0;right: 0;left: auto;width: 0;position: absolute;transition: width 300ms ease-out;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover > a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after {left: 0;right: auto;width: 100%;transition: width 300ms ease-in;background-color: #3e8fbd;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a {color:#000;font-weight: normal;}
.woocommerce div.product .woocommerce-tabs .panel {padding-bottom:30px;line-height: 24px;border:none;list-style-type: none;}

.woocommerce div.product .woocommerce-tabs .panel ul {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
@media only screen and (max-width: 600px){
    .woocommerce div.product .woocommerce-tabs .panel ul {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
}