/*-----------------------------------------------------------------------------------

	Author: Kabi d.o.o.
	Author URL: http://www.kabi.info/

-------------------------------------------------------------------------------------

	Site Colors


-------------------------------------------------------------------------------------

	0.	Document Setup
	1.	Header Styles
	2.	Main Navigation & Main Search
	3.	Main Content Styles
	4.	Homepage Elements
	5.	Footer Styles
	6.	Form Styles
	7.	Common Elements and Plugins
	8. Bananica

------------------------------------------------------------------------------------ */

/*-----------------------------------------------------------------------------------*/
/*	0.	Document Setup
/*-----------------------------------------------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 12px;
    overflow-x: hidden;
    background: #fafafa;
}

/*-------------------------------------------------------------------------- Basic Selectors */

p {
    padding: 0 0 15px 0;
    margin: 0;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

*:focus {
    outline: none;
}

ul {
    margin: 10px 0 10px 17px;
}

input {
    margin: 0;
    padding: 0;
    border: none;
}

hr {
    border: none;
    border-bottom: 1px solid #ccc;
    height: 1px;
}

.btn-success {
    background-color: #00A650;
    border-color: #00A650;
}

/*-------------------------------------------------------------------------- Basic Fonts */
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    color: #222;
}

h1 {
    font-weight: normal;
    font-size: 2em;
    padding: 0;
    margin: 0 0 5px 0;
}

h2 {
    font-size: 1.1em;
    color: #00A650;
    padding: 0 0 1px 0;
    margin: 22px 0 10px 0;
    text-transform: uppercase;
    font-weight: bolder;
}

h2 span {
    color: #333;
}

h3 {
    font-size: 0.9em;
    padding: 0;
    margin: 15px 0 7px 0;
}

h4 {
    color: #000;
    font-size: 1em;
    padding: 0;
    margin: 20px 0 4px 0;
}

h6 {
    color: #000;
    font-size: 1em;
    padding: 0;
    margin: 20px 0 4px 0;
}

a {
    color: #ED1C24;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #ED1C24;
}

#content {
    margin-bottom: 30px;
}

.popover {
    background-color: #000;
    border-radius: 5px;
}

.popover.top > .arrow:after {
    border-top-color: #000;
}

.popover-content {
    font-size: 13px !important;
    padding: 10px;
    background: #000;
}

.popover-content h4 {
    margin: 0 0 10px 0;;
    color: #fff;
}

.popover-content i {
    color: #fff;
}

.popover-content p {
    padding: 0;
    color: #fff;
    line-height: 1.2em;
}

.popover-content p a {
    color: #dadada !important;
    line-height: 1.2em !important;
}

.no-padding {
    margin-left: 0;
    margin-right: 0;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopaddingright {
    padding-right: 0 !important;
}

.nopaddingleft {
    padding-left: 0 !important;
}
.img-full{
    width: 100%;
}
.container {
    padding: 0;
}

.top60 {
    margin-top: 60px;
}

.top30 {
    margin-top: 30px;
}

.top15 {
    margin-top: 15px;
}

/*------------------------------------------------------------------------- Dropdown */
.dropdown {
    position: relative;
    float: right;
}

.navbar-main .dropdown-menu {
    padding: 0;
    margin: 0;
    width: 100%;
}

.nav > li {
    position: static;
}

.open {
    *z-index: 1000;
}

.open .dropdown-menu {
    display: block;
}

.select_country {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hideSubmit {
    position: absolute !important;
    z-index: 0 !important;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px solid #000 !important;
}

.spices a.btn.addToCart, .spices a.btn.removeFromCart {
    background: #336600;
}

.gifts a.btn.addToCart, .gifts a.btn.removeFromCart {
    background: #ffc611;
}

a.btn:hover {
    color: white;
}

/*-----------------------------------------------------------------------------------*/
/*	1.	Header Styles
/*-----------------------------------------------------------------------------------*/
/* region New menu */
.top_menu {
    position: relative;
}

.bot_menu {
    position: relative;
    background: #00a650;
}

.bot_menu .navbar {
    margin: 0;
    min-height: 51px;
}

#menu {
    padding-left: 0;
    padding-right: 0;
}

#menu .navbar-right {
    margin-right: 0;
}

#menu .secondmenu .dropdown-menu {
    padding: 5px 0 5px 5px;
    background: #D5D5D5;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.67);
    right: auto;
}

#menu .secondmenu li a {
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: color 200ms;
    -moz-transition: color 200ms;
    -ms-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
    padding: 18px 18px;
    line-height: 15px;
    font-size: 13px;
    min-height: 51px;
    font-weight: bold;
}

#menu .secondmenu .dropdown-menu li a {
    padding: 5px 10px;
    min-height: 0;
    font-weight: normal;
}

#menu .secondmenu li a:hover {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
}

#menu .secondmenu li:first-child a {
    border-left: none;
}

#menu .secondmenu li.active > a {
    background: transparent;
    color: rgba(255, 255, 255, 1);
}

#menu .navbar-main li a {
    min-height: 51px;
    padding: 18px 18px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.16);
    border-right: 1px solid rgba(255, 255, 255, .4);
    background-color: #00A650;
}

#menu li a:hover, #menu li a:focus, #menu li.hovernavOver a {
    margin-bottom: 0;
    border-bottom: none;
    background-color: #D5D5D5;
    color: #242424;
}

#menu li a.active {
    background-color: #0D9850;
}

#menu .home {
    background: #00A650;
    width: 50px;
    position: relative;
}

#menu .home:before {
    content: "\f015";
    font-family: FontAwesome;
    display: block;
    font-size: 20px;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 20px;
    line-height: 20px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -10px;
}

#menu .navbar-main .dropdown-menu {
    padding: 20px 0 30px 5px;
    background: #D5D5D5;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.67);
    min-height: 360px;
}

#menu .dropdown-menu .col3 {
    min-height: 310px;
    column-count: 3;
    -webkit-column-rule: 1px outset rgba(0, 0, 0, .3);
    -moz-column-rule: 1px outset rgba(0, 0, 0, .3);
    column-rule: 1px outset rgba(0, 0, 0, .3);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.col3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

#menu .dropdown-menu .col2 {
    min-height: 310px;
    -webkit-column-rule: 1px outset rgba(0, 0, 0, .3);
    -moz-column-rule: 1px outset rgba(0, 0, 0, .3);
    column-rule: 1px outset rgba(0, 0, 0, .3);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#menu .navbar-main .dropdown-menu li a {
    min-height: 0;
    padding: 5px 0;
    display: block;
    width: 100%;
    background: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #222;
    *text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    border: none;
    position: relative;
}

#menu .navbar-main .dropdown-menu li a:before {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 15px;
    color: #7C7C7C;
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
}

#menu .menubanners {
    height: 400px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: -20px;
    right: -15px;
}

.menubanners .row {
    margin-left: 0;
    margin-right: 0;
}

.menubanners .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

#menu .navbar-main li a.menubanner {
    padding: 0;
    text-shadow: none;
    background-color: transparent;
    float: left;
    width: 100%;
    border: none;
}

#menu .menubanners img {
    width: 100%;
    height: auto;
}

#menu .menubanner-desc {
    position: absolute;
    left: -10px;
    top: 20px;
}

#menu .navbar-main li .dropdown-toggle {
    display: none;
}

.menubanner-opis {
    background: #D9222A;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.09);
    padding: 12px 15px;
    float: left;
}

.menubanner-opis.ban-s {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 10px;
}

.menubanner-ime {
    background: #39983F;
    font-size: 32px;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.09);
    line-height: 38px;
    font-weight: bold;
    padding: 5px 15px;
    float: left;
}

.search_menu {
    min-height: 50px;
    background: #D5D5D5;
    padding: 5px;
}

.search_menu .search {
    position: relative;
    float: left;
    width: 100%;
}

.search_menu .search .fa {
    position: absolute;
    left: 10px;
    top: 11px;
    font-size: 18px;
    color: #222;
    line-height: 18px;
}



.search_menu form .row {
    margin-left: -4px;
    margin-right: -4px;
}

.search_menu form .col-xs-12 {
    padding-left: 4px;
    padding-right: 4px;
}

.search_menu .select2-container .select2-selection--single {
    background-color: transparent;
    color: #222;
    height: 40px;
    border-radius: 0;
    border: none;
}

.search_menu .select2-container .select2-selection--single .select2-selection__rendered {
    color: #222;
    font-size: 14px;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
}

.search_menu .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.search_menu .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #222 transparent transparent transparent;
}

.search_menu .btn {
    border-radius: 0;
    border-color: #ED1C24;
    background-color: #ED1C24;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 11px 0;
    float: left;
    width: 100%;
    vertical-align: baseline;
}

.search_menu .select2-container .select2-selection--single .select2-selection__rendered:before {
    content: "\f02c";
    font-family: FontAwesome;
    position: absolute;
    left: 8px;
    top: 0;
    color: #222;
    display: block;
}

.navbar-misc {
    float: right;
    min-height: 24px;
    *padding: 16px 0;
    padding: 0;
    margin-top: 3px;
}

.navbar-nav.navbar-misc li a {
    font-size: 16px;
    line-height: 24px;
    padding: 0 13px;
    *color: rgba(255, 255, 255, 0.44);
    color: #000;
    border-left: 1px solid rgba(0, 0, 0, .08);
    border-left: 1px solid #000;
    -webkit-transition: color 200ms;
    -moz-transition: color 200ms;
    -ms-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}

.navbar-nav.navbar-misc li:first-child a {
    border-left: none;
}

.user_profile {
    display: block;
    font-size: 14px;
    line-height: 24px;
    float: left;
    color: #000;
    font-weight: 400;
    margin: 3px 0 0 0;
}

.user_profile:hover, .user_profile:focus {
    color: #000;
}

.user_profile i {
    margin-right: 5px;
    color: #ED1C24;
}

/* stupid hovernav! */
.navbar-defaut .navbar-nav.navbar-misc li a:hover, .navbar-default .navbar-nav.navbar-misc li a:focus, .navbar-default .navbar-nav.navbar-misc li:hover a, .navbar-default .navbar-nav.navbar-misc .hovernav:hover a {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-language {
    min-height: 24px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 3px;
    border-left: 1px solid rgba(0, 0, 0, .08);
    border-left: 1px solid #000;
    float: right;
}

.navbar-nav.navbar-language li a {
    height: 24px;
    width: 24px;
    padding: 0 7px;
    margin-left: 7px;
    background-color: transparent;
}

.navbar-nav.navbar-language li:first-child a {
    margin-left: 0;
}

.navbar-language .lang {
    background-size: cover;
    border-radius: 50%;
    background-position: center center;
}

.lang.sl {
    background-image: url(../elementi/flag-sl.png) !important;
}

.lang.hr {
    background-image: url(../elementi/flag-hr.png) !important;
}

.lang.en {
    background-image: url(../elementi/flag-uk.png) !important;
}

.main-navs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    text-align: right;
}

.main-navs li {
    display: inline-block;
    position: relative;
}

.topkat {
    height: 87px;
    padding-top: 40px;
    width: 80px;
    background: #000;
    display: inline-block;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .09);
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.topkat:hover, .topkat:focus {
    color: #fff;
}

.topkat.yellow {
    background-color: #F8C239;
}

.topkat.green {
    background-color: #39983F;
}

.topkat.blue {
    background-color: #2493BA;
}

.topkat.red {
    background-color: #ED1C24;
}

.topkat.purple {
    background-color: #8E4891;
}

.topkat.grey {
    background-color: #999999;
}

.main-navs li:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: rgba(255, 255, 255, 0.13);
    z-index: 1;
}

.topkat:before {
    content: "";
    font-family: themify;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    font-weight: normal;
}

.topkat.yellow:before {
    content: "\e678";
}

.topkat.green:before {
    content: "\e674";
}

.topkat.blue:before {
    content: "\e619";
}

.topkat.red:before {
    content: "%";
    font-weight: bold;
    font-family: inherit;
}

.topkat.purple:before {
    content: "\e60f";
}

.topkat.grey:before {
    content: "\f0d1";
    font-family: FontAwesome;
}

.topkat:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 10px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.topkat.yellow:after {
    border-color: transparent #F8C239 transparent transparent;
}

.topkat.green:after {
    border-color: transparent #39983F transparent transparent;
}

.topkat.blue:after {
    border-color: transparent #2493BA transparent transparent;
}

.topkat.red:after {
    border-color: transparent #ED1C24 transparent transparent;
}

.topkat.purple:after {
    border-color: transparent #8E4891 transparent transparent;
}

.topkat.grey:after {
    border-color: transparent #999 transparent transparent;
}

.menu-personal {
    border: 2px solid #000;
    float: left;
    width: 100%;
    margin-top: 5px;
    position: relative;
}

.menu-cart {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 11px 8px;
    float: left;
}

.cart-icon {
    margin-right: 12px;
    display: inline-block;
    position: relative;
}

.cart-icon .fa {
    font-size: 34px;
    line-height: 34px;
    color: #000;
}

.cart-icon span {
    position: absolute;
    top: -9px;
    right: -5px;
    border-radius: 50px;
    background-color: #ED1C24;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    text-align: center;
}

.cart-stuff {
    display: inline-block;
}

.cart-stuff h3 {
    margin: 0;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 21px;
}

.cart-stuff h4 {
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}

.cart-stuff h4 strong {
    font-weight: bold;
}

.menu-user {
    display: inline-block;
    padding: 8px;
}

.menu-user ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-user a {
    font-size: 13px;
    line-height: 21px;
    color: #000;
}

.menu-user .fa {
    font-size: 14px;
    line-height: 21px;
    margin-right: 8px;
}

.menu-user .login {
    font-weight: bolder;
}

.menu-user .wishlist span {
    border-radius: 50px;
    background-color: #00A650;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
}

/* endregion */
/* @group top menu */
.topBarMenu {
    background: #202020;
}

.topBarMenu .goToShopBlog img {
    padding-top: 7px;
    padding-right: 10px;
}

.topBarMenu a {
    color: #dddddd;
    padding: 10px;
}

.topBarMenu a:hover {
    color: #00adee;
    text-decoration: none;
}

.topBarMenu .goToShopBlog a {
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
}

.topBarMenu .goToShopBlog a.active {
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #000;
}

.topBarMenu .goToShopBlog a:first-child:hover {
    border-right: 1px solid #2e2e2e;
}

.topBarMenu .topBarMenuRight a {
    float: right;
    padding-left: 10px;
    position: relative;
}

.topBarMenu .topBarMenuRight span.icon {
    padding: 5px;
    background: #424242;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}

.topBarMenu .topBarMenuRight a:before {
    content: "";
    left: 0;
    position: absolute;
    top: 13px;
    height: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.topBarMenu .topBarMenuRight a:last-child:before {
    border: none;
}

.topBarMenu .badge {
    padding: 2px 5px;
    margin-left: 5px;
    font-weight: normal;
}

.topBarMenu .badge.priljubljene {
    background: #00aff0;
}

.topBarMenu .badge.cart {
    background: #ee0070;
}

.top-header {
    background: #333;
}

/* @end top menu */

/* @group header */
.header {
    position: relative;
    float: left;
    width: 100%;
    background: none;
}

.header .languages {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.header .shop_info a {
    color: #666;
}

.header .shop_info ul {
    list-style: outside none none;
    margin-left: 0;
    margin-top: 0px;
}

.header .shop_info .col-md-6 {
    margin-top: 5px;
}

.header .languages button:hover, .header .languages button:active, .header .languages button:focus {
    background: #fff;
}

.header .languages .dropdown-menu {
    right: 0px;
}

.header .languages .dropdown-menu a {
    right: 35px;
    margin: 0 10px;
    padding-right: 0;
}

.header .languages .flag_en {
    padding-left: 20px;
    background: url(gb.png) no-repeat left center;
}

.header .languages a {
    color: #666;
}

.header .languages .flag_de {
    padding-left: 20px;
    background: url(de.png) no-repeat left center;
}

.header .languages .flag_sl {
    padding-left: 20px;
    background: url(si.png) no-repeat left center;
}

header .brand {
    background: rgba(0, 0, 0, 0) url(/p/elementi/mavrica-logo-new.png) no-repeat scroll left top;
    float: left;
    height: 78px;
    margin: 11px 0 23px 0;
    position: relative;
    width: 323px;
}

.header .menu {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 12px 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.header .menu li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #dadada;
}

.header .menu li.last {
    border-right: none;
}

.header .menu a {
    color: #777;
}

.top-header .userForm {
    position: relative;
    float: left;
    padding: 15px 0 0 0;
}

.top-header .navigation_buttons {
    padding-top: 10px;
    width: auto;
}

.top-header .navigation_buttons .logout {
    float: left;
    min-width: 110px;
    margin-top: 5px;
}

.top-header .userForm .row {
    background: none;
    clear: none !important;
    float: left;
    margin: 0;
    padding: 7px 0;
    position: relative;
    width: auto;
}

.top-header .userForm .name {
    display: none;
}

.top-header .userForm .f_input {
    background: #666666 none repeat scroll 0 0;
    border: 1px solid black;
    color: #cccccc;
    height: 30px;
    line-height: 30px;
    max-width: 190px;
    padding: 0 10px;
    width: auto;
}

.top-header .userForm ::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
    text-align: center;
}

.top-header .userForm :-moz-placeholder { /* Firefox 18- */
    color: #333;
    opacity: 1;
    text-align: center;
}

.top-header .userForm ::-moz-placeholder { /* Firefox 19+ */
    color: #333;
    opacity: 1;
    text-align: center;
}

.top-header .userForm :-ms-input-placeholder {
    color: #333;
    opacity: 1;
    text-align: center;
}

.top-header .contact-info ul li ul.dropdown-menu li .navigation_buttons a {
    background: rgba(0, 0, 0, 0) url("btn_login.jpg") repeat scroll center top;
    border: 1px solid black;
    border-radius: 0;
    font-size: 11px;
    height: 30px;
    line-height: 28px;
    margin-left: 0;
    max-width: 120px;
    padding: 0 11px;
    width: auto;
}

.top-header .contact-info ul li ul.dropdown-menu li .navigation_buttons {
    float: right;
    padding-bottom: 10px;
    padding-top: 5px;
}

.top-header .contact-info ul li ul.dropdown-menu li .navigation_buttons .f_button {
    background: #ED1C24 none repeat scroll 0 0;
    color: white;
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.top-header .name span {
    display: none;
}

.top-header .userForm .name, .top-header #cartStep .name {
    display: none;
}

.top-header .intro-login {
    float: left;
    color: #cccccc;
    font-size: 13px;
    padding-right: 10px;
}

.top-header .contact-info ul li .intro-login a {
    line-height: 14px;
    height: auto;
    font-weight: bold;
}

.top-header .userForm {
    width: auto;
}

.top-header .contact-info, .top-header .contact-info a {
    color: #cccccc;
    font-size: 13px;
    text-align: left;
}

.top-header .contact-info {
    position: static;
}

.top-header .contact-info p {
    padding-top: 13px;
}

.top-header .contact-info span {
    font-size: 16px;
}

.top-header .contact-info.shop-cart span {
    font-size: 13px;
}

.top-header .contact-info ul li {
    display: inline-block;
    margin: 0 10px;
}

.top-header .contact-info ul li a {
    line-height: 50px;
    height: 50px;
}

.top-header .contact-info ul li.place {
    margin-left: 0;
}

.top-header .contact-info ul li .btn {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ccc;
    height: 50px;
    line-height: 50px;
    padding: 0 13px 0 0;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 10px;
}

.top-header .contact-info ul li .btn.choose-location {
    background: black none repeat scroll 0 0;
}

.top-header .contact-info ul li.place .btn {
    height: 51px;
    line-height: 51px;
}

a.tooltip p {
    padding: 0 !important;
    margin: 0 !important;
}

.top-header .contact-info ul li .btn .caret {
    color: white;
}

.top-header .contact-info ul li .open .btn {
    background: black;
}

.top-header .contact-info ul li ul.dropdown-menu li {
    margin: 0;
    width: 100%;
}

.top-header .contact-info ul li ul.dropdown-menu li a {
    width: 100%;
    background: black;
    color: #ccc;
    text-transform: uppercase;
}

.top-header .contact-info ul li ul.dropdown-menu ul.login-options li a {
    text-transform: none;
    height: 30px;
    line-height: 30px;
}

.top-header .contact-info ul li ul.dropdown-menu {
    min-width: 100%;
    border-top: 1px solid #333333;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.top-header .contact-info ul {
    margin: 0;
}

.top-header .dropdown-menu > li > a {
    padding: 0 13px;
}

.top-header .contact-info ul li ul.dropdown-menu .signin {
    background: black;
    padding: 0 15px;
}

.top-header .shop-cart {
    background: #000000;
    text-transform: uppercase;
}

.top-header .shop-cart i {
    font-size: 18px;
    color: white;
    padding-right: 2px;
}

.top-header .contact-info.shop-cart ul li {
    margin: 0 8px 0 0;
}

.top-header .contact-info.shop-cart .background {
    position: absolute;
    width: 1000px;
    height: 50px;
    background: black;
    left: 100%;
}

/* region Main kat select */
.fancyheading {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    background-color: #00A650;
    font-weight: bolder;
    padding: 14px 25px 14px 25px;
    position: relative;
    float: left;
    margin: 20px 30px 30px 0;
}

.fancyheading.inline {
    font-size: 16px;
    float: initial;
    display: inline-block;
    margin: 0 0 20px 0;
}

.fancyheading:after {
    content: "";
    width: 0;
    height: 68px;
    border-right: 2px solid #00A650;
    position: absolute;
    right: -8px;
    top: -5px;
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
}

.fancyheading:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 13px 0 0;
    border-color: #00A650 transparent transparent transparent;
    position: absolute;
    right: -13px;
    top: 0;
}

.fancyheading strong {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: bolder;
    padding-right: 25px;
    margin-right: 25px;
    position: relative;
    float: left;
}

.fancyheading strong:after {
    content: "";
    height: 28px;
    width: 1px;
    border-right: 1px solid rgba(255, 255, 255, .33);
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
}

.fancyheading span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-transform: none;
    float: left;
}

.fancyheading .fa-search, .fancyheading .fa-book, .fancyheading .fa-wrench {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 15px;
}
.fancyheading i{
    font-size: 28px;
    line-height: 28px;
    color: rgba(255,255,255,0.5);
    padding: 0 15px;
    float: left;
}
.fancyheading.yellow {
    background-color: #F8C239;
}
.fancyheading.yellow:before{
    border-color: #F8C239 transparent transparent transparent;
}
.fancyheading.yellow:after{
    border-color: #F8C239;
}
.fancyheading.green {
    background-color: #39983F;
}
.fancyheading.green:before{
    border-color: #39983F transparent transparent transparent;
}
.fancyheading.green:after{
    border-color: #39983F;
}
.fancyheading.blue {
    background-color: #2493BA;
}
.fancyheading.blue:before{
    border-color: #2493BA transparent transparent transparent;
}
.fancyheading.blue:after{
    border-color: #2493BA;
}
.fancyheading.red {
    background-color: #ED1C24;
}
.fancyheading.red:before{
    border-color: #ED1C24 transparent transparent transparent;
}
.fancyheading.red:after{
    border-color: #ED1C24;
}
.fancyheading.purple {
    background-color: #8E4891;
}
.fancyheading.purple:before{
    border-color: #8E4891 transparent transparent transparent;
}
.fancyheading.purple:after{
    border-color: #8E4891;
}
.fancyheading.grey {
    background-color: #999;
}
.fancyheading.grey:before{
    border-color: #999 transparent transparent transparent;
}
.fancyheading.grey:after{
    border-color: #999;
}
.katlist {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 25px 30px;
    background-color: #fff;
}

.katlist li a {
    font-size: 12px;
    line-height: 16px;
    color: #129551;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

.katlist li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    left: 0;
    top: 2px;
}

.katbanner {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.03);
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    padding: 10px 10px 0 10px;
}

.katbanner img {
    margin: 0 auto;
}

.katbanner h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    color: #00A650;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
}

li.katbanner {
    float: none;
    padding: 10px;
    box-shadow: none;
    margin-bottom: 15px;
}

li.katbanner h3 {
    margin: 0;
}

/* endregion */
/* region katalog pdf */
.listKatalog {
    text-align: center;
}

.listKatalog .itemContent h2 {
    margin: 20px 0;
}

.listKatalog .pic {
    display: block;
    height: 200px;
    margin: 0 35px;
    width: 170px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

}

/* endregion */
/*-------------------------------------------------------------------------- Site Search */
.search .fsubmit2 {
    background: #f0f;
    border: medium none;
    float: left;
    height: 46px;
    position: relative;
    width: 100%;
}

.search .site_search_input {
    border: 1px solid #ccc;
    float: right;
    font-size: 16px;
    margin-top: 5px;
    min-width: 120px;
    padding: 5px 15px;
    width: 100%;
}

.header .cart a {
    color: #ED1C24;
    font-weight: bold;
}

.header .cart .info {
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
}

.header .cart .info span {
    float: right;
}

.header .user {
    position: relative;
    float: right;
    width: 100%;
    list-style-type: none;
    padding: 5px 0;
    margin-top: 5px;
    font-size: 12px;
}

.header .user li {
    position: relative;
    float: right;
    padding: 0 10px;
    border-left: 1px solid #dadada;
}

.header .user li.first {
    border-left: none;
    padding-left: 0;
}

#searchBox input {
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    color: #8d8d8d;
    max-width: 165px;
    padding-left: 40px;
    margin-top: 25px;
    float: right;
    position: relative;
}

#searchBox .ti-search {
    position: absolute;
    right: 150px;
    top: 35px;
    z-index: 10;
}

.miniSearch #searchBox input {
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    /*width: 35px;*/
    height: 35px;
    position: relative;
    float: right;
    padding: 10px;
    margin: 5px 0 0 0;
    text-indent: -999px;
}

.miniSearch #searchBox .ti-search {
    top: 15px;
    right: 10px;
}

.miniSearch #searchBox input,
.miniSearch #searchBox input:focus,
.miniSearch #searchBox input:hover {
    width: 200px;
    border-radius: 18px;
    text-indent: 0px;
}

/* @end top bar */

/* @group jQuery autocomplete */

ul.ui-autocomplete {
    padding: 0;
}

ul.ui-autocomplete li {
    list-style: none;
}

.ui-autocomplete .ui-menu-item a {
    padding: 8px 15px;
    /*border-bottom: 1px solid #E6F6EE;*/
    display: block;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.ui-autocomplete .heading em {
    padding: 8px 15px;
    /*border-bottom: 1px solid #eee;*/
    display: block;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
}

span.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete .heading {
    background: #0F482B;
}

.ui-autocomplete .ui-menu-item {
    background-color: #E6F6EE;
}

.ui-autocomplete .ui-menu-item a em {
    clear: both;
    display: block;
    font-style: normal;
}

.ui-autocomplete .ui-menu-item a span {
    font-weight: lighter;
    font-size: 13px;
}

.ui-autocomplete .ui-menu-item a strong {
    display: block;
    font-weight: normal;
    font-size: 11px;
    float: left;
    padding: 4px 10px;
    background-color: #0F482B;
    margin: 0 0 5px 0;
    color: #fff;
    border-radius: 4px;
}

.ui-autocomplete .ui-menu-item:last-child a {
    /*border-bottom: none;*/
}

.ui-autocomplete .ui-menu-item a.ui-state-focus,
.ui-autocomplete .ui-menu-item a.ui-state-hover {
    background: #2a2a2a !important;
    border: none;
    border-bottom: 1px solid #eee;
    color: #fff;
}

.ui-autocomplete .ui-menu-item a.ui-state-focus strong,
.ui-autocomplete .ui-menu-item a.ui-state-hover strong {
    background-color: rgba(1, 69, 135, 0.69);
    color: #fff;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    background: #fff;
    z-index: 1000 !important;
    text-align: left;
    margin-left: -100px;
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.34);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.34);
    border: none;
    overflow: hidden;
    font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    /*display: inline-block !important;*/
}

.ui-autocomplete .all-results-link a {
    margin: 10px;
    border: 1px solid #eee;
    padding: 10px 25px;
    text-align: center;
    color: #00386c;
}

/* @end */

/* entry content*/
.entry-content h1 {
    font-size: 36px;
    font-weight: 300;
    color: #333333;
    line-height: 44px;
}

.entry-content p {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding-top: 10px;
}

.entry-content .intro-text {
    margin-top: 25px;
    padding-top: 40px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}

.entry-content .intro-text a.btn {
    margin-top: 15px;
}

.entry-content .intro-text p, .entry-content .intro-text h1 {
    padding-right: 15px;
}

.spices .entry-content .intro-text:after, .spices .listingNavigation:after {
    background: #336600;
}

.gifts .entry-content .intro-text:after, .gifts .listingNavigation:after {
    background: #ffc611;
}

.entry-content .latest-blog-article {
    margin-top: 35px;
    float: left;
}

.entry-content .latest-blog-article h3 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
}

.entry-content .latest-blog-article h2 {
    color: #ED1C24;
    font-size: 24px;
    font-weight: 600;
    margin-top: 3px;
    text-transform: none;
}

.entry-content .latest-blog-article .intro h2 {
    color: #333333;
    font-size: 36px;
    font-weight: 600;
    margin-top: 8px;
}

.entry-content .latest-blog-article .intro h2 span {
    color: #ED1C24;
}

.entry-content .latest-blog-article a:hover {
    text-decoration: none;
}

.entry-content .latest-blog-article p.date {
    color: #666666;
    margin-top: 15px;
    margin-bottom: 0;
}

.entry-content .latest-blog-article p {
    color: #666666;
    line-height: 24px;
    margin-bottom: 15px;
}

.entry-content .latest-blog-article .abstract p {
    font-weight: 600;
    color: #333333;
}

.entry-content .latest-blog-article .btn.more {
    padding: 0;
    color: #ED1C24;
    font-size: 14px;
    background: transparent;
    font-weight: 400;
    margin: 0;
}

.entry-content .latest-blog-article ul {
    border-top: 1px solid #cccccc;
    float: left;
    margin-left: 0;
    margin-top: 35px;
    padding-top: 20px;
    width: 100%;
}

.entry-content .latest-blog-article ul li {
    list-style: none;
    display: inline-block;
}

.entry-content .latest-blog-article ul li a {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    float: left;
    padding-right: 12px;
    position: relative;
}

.entry-content .latest-blog-article ul li a:after {
    background: #b8b8b8 none repeat scroll 0 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 4px;
    top: 18%;
    width: 2px;
}

.entry-content .latest-blog-article ul li a:hover {
    color: #333333;
}

.entry-content .latest-blog-article .btn {
    margin: 10px 0;
}

.entry-content .latest-blog-article .more_p {
    padding-bottom: 15px;
    padding-top: 0;
}

.entry-content .latest-blog-article .collapsing {
    float: left;
    margin-top: 0;
    padding-top: 0;
}

.entry-content .search-bar .inner {
    background: #dedede;
    padding: 30px 40px;
    margin-top: 0px;
}

.entry-content .search-bar form {
    margin-top: 17px;
    position: relative;
}

.entry-content .search-bar h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    text-transform: none;
    padding-right: 40px;
    line-height: 32px;
}

.entry-content .site_search_input {
    width: 100%;
    border: 1px solid #cccccc;
    text-align: left;
    font-size: 18px;
    padding: 0 50px 0 22px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    background: url("search_back.png") repeat-x;
}

#topSearch input::-webkit-input-placeholder {
    color: #666666;
    font-style: italic;
    text-align: left;
    font-weight: 500;
    opacity: 1;
}

#topSearch input:-moz-placeholder { /* Firefox 18- */
    color: #666666;
    font-style: italic;
    text-align: left;
    font-weight: 500;
    opacity: 1;
}

#topSearch input::-moz-placeholder { /* Firefox 19+ */
    color: #666666;
    font-style: italic;
    text-align: left;
    font-weight: 500;
    opacity: 1;
}

#topSearch input:-ms-input-placeholder {
    color: #666666;
    font-style: italic;
    text-align: left;
    font-weight: 500;
    opacity: 1;
}

.entry-content .search-bar button {
    background: rgba(0, 0, 0, 0) url("search_button_back.png") repeat-x scroll 0 0;
    border: medium none;
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
}

.entry-content .search-bar button span {
    background: rgba(0, 0, 0, 0) url("search_btn.png") no-repeat scroll center bottom;
    height: 30px;
    left: 12px;
    position: absolute;
    top: 5px;
    width: 30px;
}

.entry-content .banners .inner {
    background: rgba(0, 0, 0, 0) url("tile.png") repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 20px 0 36px 0;
    text-align: center;
    overflow: hidden;
}

.entry-content .banners h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0px;
}

.entry-content .banners h2 span {
    font-size: 36px;
    color: #333333;
}

.entry-content figcaption::before {
    border: 2px solid #fff;
    bottom: 20px;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale3d(1.4, 1.4, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

figure figcaption, figure figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    padding: 2em;
    text-transform: uppercase;
}

figure figcaption::before, figure figcaption::after {
    pointer-events: none;
}

figure figcaption::before, figure figcaption::after {
    pointer-events: none;
}

.entry-content .banners figure h2 {
    margin: 15px 0 5px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    font-weight: 700;
    font-size: 36px;
    color: white;
    text-transform: uppercase;
}

.entry-content .banners figure p {
    opacity: 0;
    padding: 0;
    transform: scale(1.5);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    color: white;
    font-size: 18px;
    text-transform: none;
}

.entry-content .banners figure {
    background: #030c17 none repeat scroll 0 0;
}

.entry-content .banners .banner {
    margin-top: 10px;
    position: relative;
}

.entry-content .banners figure:hover figcaption::before {
    background: rgba(0, 0, 0, 0.4);
}

.entry-content .banners figure:hover figcaption::before, .entry-content .banners figure:hover p {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.entry-content .banners figure:hover h2 {
    transform: scale(0.9);
}

.entry-content .catalog a {
    background: #f0f0f0 no-repeat scroll 180px 0;
    float: left;
    font-weight: 600;
    margin: 5px 0;
    padding: 15px 0 0 22px;
    width: 100%;
}

.entry-content .catalog h2 {
    color: #ED1C24;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}

.entry-content .catalog p {
    color: #ED1C24;
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
}

.entry-content .catalog span {
    font-weight: 600;
    color: #fff;
}

.entry-content .catalog span.image {
    width: 184px;
    height: 134px;
    position: absolute;
    right: 40px;
    top: 3px;
    background: url("catalog.png") no-repeat scroll 0 0;
    display: none;
}

.entry-content .catalog button, .catalog-banner .btn {
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #ffffff;
    padding: 0 15px;
    line-height: 25px;
    height: 25px;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    margin: 15px 0 17px 0;
}

.entry-content .catalog button {
    border: 1px solid #ED1C24;
    color: #ED1C24;
}

.entry-content .chief-text .inner {
    padding: 28px;
    background: rgba(0, 0, 0, 0) url("tile.png") repeat scroll 0 0;
}

.entry-content .chief-text h1 {
    font-size: 24px;
    font-weight: 600;
    color: #ED1C24;
    line-height: 30px;
    margin: 0;
}

.entry-content .chief-text h2 {
    font-size: 18px;
    color: #ED1C24;
    font-weight: 600;
    text-transform: none;
}

.entry-content .chief-text h1.intro {
    font-weight: 300;
    color: #333333;
}

.entry-content .chief-text a:hover {
    text-decoration: none;
}

.entry-content .chief-text p {
    padding-top: 0;
    line-height: 24px;
}

.entry-content .chief-text .btn {
    margin-top: 20px;
    padding: 0 37px;
}

/* @end */
/*-----------------------------------------------------------------------------------*/
/*	2.	User navigation & Site Search & Main Navigation
/*-----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- User Navigation */
#navbarMain {
    font-size: 18px;
    border: none;
    margin: 0px;
}

#navbarMain .akcija ul.dropdown-menu li a.akcije, #navbarMain .akcija ul.dropdown-menu li a.novo {
    display: none;
}

/* @group navigation */

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #fff;
}

.navbar-default {
    border: none;
    background: none;
    border-radius: 0;
}

/*
.navbar-default .navbar-nav > li.first > a {
    padding-left: 0;
}
.navbar-default .navbar-nav > li.last > a {
    padding-right: 0;
}
*/
.navbar-default .navbar-nav > .active > a {
    background: #fff;
}

.mainMenu.navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-bottom: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #00adee;
}

.navbar-nav > li.dontShowDropdown .dropdown-menu {
    display: none !important;
}

ul.content {
    position: relative;
    float: left;
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    border-right: 1px solid #fff;
}

.mainMenu {
    margin-left: -15px;
}

.mainMenu .content li {
    position: relative;
    float: left;
    border-left: 1px solid #fff;
    list-style: none;
}

.mainMenu .content > li > a > span {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}

.mainMenu .content > li > a > span.heading {
    font-size: 16px;
    font-weight: 700;
    padding-top: 3px;
    clear: both;
}

.mainMenu .content > li > a {
    float: left;
    padding: 52px 36px 36px;
    text-transform: uppercase;
    color: #333333;
}

.mainMenu .content > li.disabled a {
    color: #cccccc;
}

.mainMenu .content > li.disabled a:hover {
    cursor: default;
}

.mainMenu .content > li.active > a, .mainMenu .content > li:hover > a {
    color: #ED1C24;
}

.mainMenu .content li:hover .dropdown-menu {
    display: block;
}

.mainMenu .content > li > ul > li > a, .mainMenu .content > li > ul > li {
    width: 100%;
}

.mainMenu .content > li > ul > li > a {
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    border-top: 1px solid #f3f3f3;
    padding: 0;
}

.mainMenu .content > li > ul > li > a:hover, .mainMenu .content > li > ul > li > a:active {
    color: #ED1C24;
    background: transparent;
}

.mainMenu .content > li > ul {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    width: 200px;
}

.mainMenu .content > li > ul > li:first-child:after {
    position: absolute;
    right: -1px;
    height: 60px;
    width: 1px;
    background: url("menu_border.png");
    bottom: 0;
    content: "";
}

.mainMenu .content > li > ul > li:first-child:before {
    position: absolute;
    left: -1px;
    height: 60px;
    width: 1px;
    background: url("menu_border.png");
    bottom: 0;
    content: "";
}

/* carousel */
#carousel-uvodna .img-slider {
    width: 100%;
    height: 500px;
    background-position: center top;
}

#carousel-uvodna {
    padding-top: 40px;
    border-top: 1px solid #f3f3f3;
}

#carousel-uvodna .carousel-control.right {
    background: url("carousel_right.png") no-repeat center center;
    opacity: 1;
}

#carousel-uvodna .carousel-control.left {
    background: url("carousel_left.png") no-repeat center center;
    opacity: 1;
}

/* @end carousel */
/* region entry page */
#entry-carousel {
    margin: 0 0 40px 0;
}
#entry-carousel.itemcarousel .item a img{
    object-fit: fill;
    width: 100%;
}
.itemcarousel .carousel-indicators {
    left: calc(((100% - 1140px) / 2) - 15px);
    width: auto;
    margin-left: 0;
    bottom: -20px;
    margin: 0;
}

.itemcarousel .carousel-indicators li {
    width: 32px;
    height: 8px;
    background: #DFDFDF;
    border-radius: 0;
    margin: 0 8px 0 0;
}

.itemcarousel .carousel-indicators li.active {
    width: 32px;
    height: 8px;
    background: #ED1C24;
    margin: 0 8px 0 0;
}

#entry-carousel .carousel-blur {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    background-position: center right;
    filter: blur(10px);
}

#entry-carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.37);
    color: #fff;
    bottom: 0;
    left: calc(((100% - 1140px) / 2) - 15px);
    right: initial;
    width: calc(1140px - 400px);
    padding: 25px;
}

#entry-carousel .carousel-caption h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    color: #fff;
}

#entry-carousel .carousel-caption .carousel-caption-content {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
}

.entry-banners {
    min-height: 200px;
    background: #fff;
    padding: 25px 0;
    margin-bottom: 35px;
}

.entry-banners a {
    position: relative;
    display: block;
}

.table-abs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.table-ful {
    display: table;
    width: 100%;
    height: 100%;
}

.entry-banners h2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bolder;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .27);
    color: #fff;
    text-transform: none;
    margin: 0;
    padding: 0;
    font-size: 2vw;
    line-height: 1.2em;
}

.pattern-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../elementi/bg-pattern.png);
}

.entry-banners .pattern-overlay {
    opacity: 0.15;
}

.entry-banners img {
    width: 100%;
    height: auto;
}

.fixed-banner {
    margin: 0;
    position: relative;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
}

.fixed-banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.37);
    padding: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.fixed-banner-caption h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    color: #fff;
}

.row.padding-xs {
    margin-left: -1px;
    margin-right: -1px;
}

div[class*="col-"].padding-xs {
    padding-left: 1px;
    padding-right: 1px;
}

.entry-big-title {
    position: relative;
    float: left;
    clear: both;
    padding: 0;
    background: #000;
    margin: 0 0 25px 0;
}

.entry-big-title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 13px 0 0;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: -13px;
    top: 0;
}

.entry-big-title:after {
    content: "";
    width: 0;
    height: 68px;
    border-right: 2px solid #000;
    position: absolute;
    right: -8px;
    top: -5px;
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
}

.entry-big-title a, .entry-big-title > div {
    color: #fff;
    padding: 14px 0;
    display: block;
    float: left;
}

.entry-big-title a > i, .entry-big-title > div i {
    font-size: 28px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 15px;
    float: left;
}

.entry-big-title strong {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: bolder;
    padding-right: 10px;
    margin-right: 25px;
    position: relative;
    float: left;
}

.entry-big-title strong:after {
    content: "";
    height: 28px;
    width: 1px;
    border-right: 1px solid rgba(255, 255, 255, .33);
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
}

.entry-big-title > div strong:after {
    content: none;
}

.entry-big-title span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-transform: none;
    float: left;
}

.entry-big-title span i {
    margin-left: 10px;
    margin-right: 20px;
}

.entry-big-title.yellow {
    background: #F8C239;
}

.entry-big-title.yellow:before {
    border-color: #F8C239 transparent transparent transparent;
}

.entry-big-title.yellow:after {
    border-color: #F8C239;
}

.entry-big-title.red {
    background: #ED1C24;
}

.entry-big-title.red:before {
    border-color: #ED1C24 transparent transparent transparent;
}

.entry-big-title.red:after {
    border-color: #ED1C24;
}
.entry-big-title.green{
    background: #39983F;
}
.entry-big-title.green:before {
    border-color: #39983F transparent transparent transparent;
}

.entry-big-title.green:after {
    border-color: #39983F;
}
.item-box {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.03);
    float: left;
    width: 100%;
    margin-bottom: 30px;
    *min-height: 410px;
}

.item-image {
    height: 230px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #DFDFDF;
}

.item-image a {
    display: block;
    height: 230px;
    position: relative;
}

.item-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 10px;
}

.item-padded {
    float: left;
    width: 100%;
    padding: 10px 15px 15px 15px;
    min-height: 160px;
}

.item-stats ul {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.item-banner {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #000;
    font-style: normal;
}

.item-banner:before {
    font-family: Themify;
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    color: #fff;
    display: block;
}

.item-banner-yellow {
    background: #F8C239;
}

.item-banner-green {
    background: #39983F;
}

.item-banner-red {
    background: #ED1C24;
}

.item-banner-blue {
    background: #2493BA;
}

.item-banner-shipping {
    background: #999;
}

.item-banner-yellow:before {
    content: "\e678";
}

.item-banner-green:before {
    content: "\e674";
}

.item-banner-red:before {
    content: "%";
    font-weight: bold;
    font-family: inherit;
}

.item-banner-blue:before {
    content: "\e619";
}

.item-banner-shipping:before {
    content: "\f0d1";
    font-family: FontAwesome;
}

.item-special {
    position: absolute;
    left: 8px;
    top: -8px;
    width: 74px;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.item-yt{
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
}
.price-action {
    background: #C51017;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

.price-action:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 8px;
    border-color: transparent transparent transparent #85171B;
    position: absolute;
    right: -8px;
    top: 0;
}

.price-disc {
    font-weight: bolder;
    font-size: 18px;
    line-height: 20px;
    padding: 13px 0 10px 0;
    background: #ED1C24;
}

.price-old {
    font-size: 12px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 7px;
    margin-bottom: 1px;
    text-decoration: line-through;
}

.price-new {
    font-size: 13px;
    line-height: 13px;
    font-weight: bolder;
    padding-bottom: 7px;
}

.price-shipping {
    background: #999;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    padding: 8px 0;
    position: relative;
}

.price-shipping.hastop:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 8px;
    border-color: transparent transparent transparent #11442A;
    position: absolute;
    right: -8px;
    top: 0;
}

.price-shipping .fa {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 1px;
}

.item-labels {
    background: #efefef;
    padding: 7px;
}

.item-essentials h3 {
    margin: 0;
}

.item-essentials h3 a {
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
    margin-bottom: 10px;
    color: #2D2D2D;
    text-transform: none;
    font-weight: bold;
    display: block;
    text-align: center;
}

.item-code {
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
}

.item-code span {
    background: transparent;
    color: #000;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    padding: 0 6px;
    display: block;
}

.item-code span i {
    font-size: 12px;
    margin-right: 4px;
}

.item-price {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

.item-price strong {
    margin-left: 7px;
    font-weight: bolder;
    font-size: 16px;
    line-height: 19px;
}
.item-price span {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.item-availability {
    text-align: center;
    display: inline-block;
    float: right;
}

.item-availability span {
    background: #000;
    font-size: 9px;
    color: #fff;
    line-height: 16px;
    padding: 0 6px;
    font-weight: bold;
    clear: both;
    text-transform: uppercase;
    display: block;
}

.item-availability .stock, .item-availability .nostock {
    margin-bottom: 0px;
}

.item-availability .stock span {
    background: #00A650;
}

.item-availability .nostock span {
    background: #EE9F2D;
}

.item-availability .stock > div, .item-availability .nostock > div {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
    color: #313131;
    margin-bottom: 10px;
}

.item-availability.popover {
    margin-top: 12px !important;
    border-radius: 0px;
    background-color: #E6F6EE;
    border: 1px solid #DFDFDF;
}

/*.item-availability.popover.bottom > .arrow {
    left: 10% !important;
}*/

.item-availability.popover.bottom > .arrow:after {
    border-bottom-color: #E6F6EE;
}

.item-availability.popover .popover-content {
    padding: 10px;
    background-color: #E6F6EE;
    text-align: left;
    font-size: 12px;
}

.item-availability.popover .popover-content p {
    color: #000000;
    margin-bottom: 10px;
}

.item-availability.popover .popover-content p:last-child {
    margin-bottom: 0;
}

.item-availability.popover .popover-content p strong {
    color: #e74c3c;
    font-weight: normal;
}

.item-links {
    *position: relative;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.item-links .lefty {
    float: left;
}

.item-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item-links ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #DFDFDF;
}

.item-links ul li a {
    color: #000;
    font-size: 16px;
    line-height: 36px;
}

.item-links ul li:last-child {
    border-right: none;
}

.item-links .righty {
    float: right;
}

.tools .cart {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 16px;
    padding: 10px 15px;
    background: #00A650;
    display: block;
}

.tools .cart i {
    font-size: 14px;
    line-height: 14px;
    margin-right: 8px;
}

.tools .cantBuy {
    background: #999999;
}

/* endregion */
/* @end navigation */
/*-------------------------------------------------------------------------- Main navigation */

/*-------------------------------------------------------------------------- Blagovne znamke */
.nav ul.nav_menu {
    position: relative;
}

.nav ul.nav_menu li.f63 {
    position: static;
}

.nav ul.nav_menu li.f63 ul {
    /*
        display: block !important;
        visibility: visible !important;
        */
    width: 960px;
    left: 0;

}

.nav ul.nav_menu li.f63 ul li {
    display: inline;
    float: none;
}

.nav ul.nav_menu li.f63 ul li a {
    display: block;
    float: left;
    clear: none;
    width: 177px;
}

/*-------------------------------------------------------------------------- Level 3 */
.nav ul ul ul {
    left: 210px;
    top: 0;
}

/*-------------------------------------------------------------------------- Level 2 Cart */
.nav1 ul li.cart ul {
    position: absolute;
    z-index: 10;
    display: block;
    width: 260px;
    height: auto;
    right: 0;
    visibility: hidden;
    padding: 0;
    padding-bottom: 0px;
    background-image: url(nav_bg.png);
    *background-image: none; /* IE 7 Speed issue with alpha png */
    *background-color: #000; /* IE 7 Speed issue with alpha png */
}

.nav1 ul li.cart ul li {
    border: none;
    background: none;
    height: 70px;
    clear: left;
    text-align: left;
    width: 260px;
    border-bottom: 1px solid #333;
}

.nav1 ul li.cart ul li a.link {
    background: none;
    padding: 0;
    padding-left: 10px;
    height: 70px;
    width: 230px;
    margin: 0;
    font-size: 1em;
    text-align: left;
    text-transform: none;
    border: none;
    display: inline-block;
    color: #e6e6e6;
    cursor: pointer;
}

.nav1 ul li.cart ul li a.link span.name {
    display: block;
    max-height: 32px;
    width: 160px;
    line-height: 16px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
}

.nav1 ul li.cart ul li a.link span.price {
    display: block;
    height: 20px;
    max-width: 160px;
    line-height: 20px;
    overflow: hidden;
}

.nav1 ul li.cart ul li a.link img {
    float: left;
    padding: 3px;
    border: 1px solid #4d4d4d;
    margin-top: 8px;
    margin-right: 10px;
}

.nav1 ul li.cart ul li a.delete {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    width: 28px;
    height: 70px;
    background: none;
    display: none;
    cursor: pointer;
}

.nav1 ul li.cart ul li a.delete span {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 27px;
    background: url(icons/cart_delete.png) top center;
}

.nav1 ul li.cart ul li a.delete:hover span {
    background: url(icons/cart_delete.png) bottom center;
}

.nav1 ul li.cart ul li:hover {
    background: url(nav_bg_hover.png);
    *background-image: none; /* IE 7 Speed issue with alpha png */
    *background-color: #323232; /* IE 7 Speed issue with alpha png */
}

.nav1 ul li.cart ul li:hover a.delete {
    display: inline-block;
}

.nav1 ul li.cart ul li:hover a.delete:active {
    background: none;
}

.nav1 ul li.cart ul li:active {
    background: #3E3E3E;
}

.nav1 ul li.cart ul li a.link:active {
    padding-left: 10px;
    background: none;
}

.nav1 ul li.cart ul li.total:hover,
.nav1 ul li.cart ul li.checkout:hover {
    background: none;
}

.nav1 ul li.cart ul li.total {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: #00AFEF;
}

.nav1 ul li.cart ul li.checkout {
    height: 60px;
    border-bottom: none;
}

.nav1 ul li.cart ul li.checkout a {
    color: #000;
    width: 240px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-top: 12px;
    margin-left: 10px;

    background: #00AFEF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00AFEF), to(#0094D7));
    background: -moz-linear-gradient(#00AFEF, #0094D7);
    background: -o-linear-gradient(#00AFEF, #0094D7);
    background: linear-gradient(#00AFEF, #0094D7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AFEF', endColorstr='#0094D7', GradientType=0);
}

.nav1 ul li.cart ul li.checkout a:active {
    background: #00AFEF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00AFEF), to(#0094D7));
    background: -moz-linear-gradient(#00AFEF, #0094D7);
    background: -o-linear-gradient(#00AFEF, #0094D7);
    background: linear-gradient(#00AFEF, #0094D7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AFEF', endColorstr='#0094D7', GradientType=0);
    padding-left: 0;

    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8), 0 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8), 0 1px 0px rgba(255, 255, 255, 0.2);
    -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8), 0 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8), 0 1px 0px rgba(255, 255, 255, 0.2);
}

/*-------------------------------------------------------------------------- Secondary navigation */
.secondary_navigation {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 15px 0 0 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 0 10px;
}

.secondary_navigation li {
    position: relative;
    float: left;
    padding: 0;
    margin-right: 5px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    top: 1px;
    border: 1px solid #e1e1e1;
    background: #0d9850;
}

.secondary_navigation .b2b {
    background: #ed1c24;
}

.secondary_navigation li a, .secondary_navigation li span {
    float: left;
    font-size: 15px;
    height: 41px;
    line-height: 41px;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.secondary_navigation li i {
    padding-right: 10px;
}

.secondary_navigation .active {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    background: none;
}

.secondary_navigation li.active a {
    color: #0d9850;
    font-weight: 600;
}

.searchResults {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
.mainContentCol {
    position: relative;
    float: right;
    width: 75%;
    font-size: 14px;
}

.mainContentCol .wrapper {
    display: inline;
}

.mainContentCol .bundleProducts {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.mainContentCol b, .mainContentCol strong {
    color: #222;
}

.mainContentCol h2 {
    color: #222;
    margin: 40px 0 8px 0;
    padding: 0px 0px 4px;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
}

.cell {
    position: relative;
    float: left;
    width: 100%;
}

.cell_cell {
    width: 960px;
    overflow: visible;
    padding-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*-------------------------------------------------------------------------- Main Title */
.section_title {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.section_title h1, .mainContent2Col .section_title h1 {
    font-size: 1.5em;
    line-height: 1.5em;
    background: #fff;
    text-align: center;
    display: inline;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    letter-spacing: .06em;
    border: none;
    font-weight: normal;
    padding-top: 0px;
}

.section_title hr {
    border-bottom: 1px dashed #b3b3b3;
    width: 100%;
    height: 1px;
    zoom: 1;
    position: absolute;
    top: 50%;
    left: 0;
}

.main_content #content .section_title {
    width: 100%;
}

.main_content #content .section_title hr {
    width: 100%;
}

/*-------------------------------------------------------------------------- Breadcrumbz */
.breadcrumbs {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    background: #fff;
    font-size: 13px;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.03);
}

.breadcrumb {
    border-radius: 0;
    position: relative;
    padding: 0 10px;
    margin: 0;
    background: #fff;
}

.breadcrumb li a {
    padding: 5px 0;
    display: inline-block;
    line-height: 20px;
}

.breadcrumb > .active a {
    color: #282929;
}

.breadcrumb > .active a:hover {
    text-decoration: none;

}

.breadcrumb li.mavrica-home {
    background: url(/p/elementi/logo-r-zelen.png) center center no-repeat;
    width: 22px;
    height: 20px;
}
.breadcrumb li.mavrica-home a {
    display: inline-block;
    width: 100%;
}

.breadcrumb li.filtercrumb a {
    padding-right: 20px;
    position: relative;
}

.filtercrumb .fa {
    border-radius: 30px;
    background-color: #ED1C24;
    color: #fff;
    padding: 3px 4px;
    font-size: 8px;
    position: absolute;
    right: 0;
    top: 7px;
}

/*-------------------------------------------------------------------------- Pagination */
.product_pagination {
    height: 70px;
    display: block;
    border-bottom: 1px solid #ccc;
}

.product_pagination ul.product_pagination_list {
    float: left;
}

.product_pagination ul.product_pagination_list li {
    float: left;
    display: inline-block;
    height: 70px;
}

.product_pagination ul.product_pagination_list li a {
    height: 68px;
    line-height: 68px;
    outline: none;
    display: block;
    font-size: 1.1em;
    color: #000;
    font-weight: normal;
    width: 30px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.product_pagination ul.product_pagination_list li a.active,
.product_pagination ul.product_pagination_list li a.active:hover {
    border-bottom: 3px solid #000;
}

.product_pagination ul.product_pagination_list li a:hover {
    border-bottom: 3px solid #ccc;
}

.product_pagination ul.product_pagination_list li a.next span,
.product_pagination ul.product_pagination_list li a.prev span {
    width: 6px;
    height: 11px;
    margin-top: 29px;
    margin-left: 12px;
    float: left;
    background: url(icons/arrow_hor.png) no-repeat center left;
}

.product_pagination ul.product_pagination_list li a.next span {
    background: url(icons/arrow_hor.png) no-repeat center right;
}

/*-------------------------------------------------------------------------- Pagination Bottom */
.product_pagination.bottom {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    border-bottom: none;
}

.product_pagination.bottom ul.product_pagination_list li a {
    height: 65px;
    line-height: 65px;
    border-top: 3px solid #fff;
}

.product_pagination.bottom ul.product_pagination_list li a.active,
.product_pagination.bottom ul.product_pagination_list li a.active:hover {
    border-top: 3px solid #000;
    border-bottom: none;
}

.product_pagination.bottom ul.product_pagination_list li a:hover {
    border-top: 3px solid #ccc;
    border-bottom: none;
}

.product_pagination.bottom ul.product_pagination_list li a.next span,
.product_pagination.bottom ul.product_pagination_list li a.prev span {
    margin-top: 27px;
}

/*-------------------------------------------------------------------------- Pagination Sorting */
.sortH {
    height: 70px;
    display: block;
}

.sortH ul.sorting {
    margin-right: -10px;
    float: right;
}

/*-------------------------------------------------------------------------- Level 1 */
.sortH ul.sorting li {
    display: inline;
    padding-right: 0px;
}

.sortH ul.sorting li.title {
    line-height: 70px;
    text-transform: uppercase;
    color: #666;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
}

.sortH ul.sorting li a {
    display: inline-block;
    height: 30px;
    margin-top: 19px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 50px;
    margin-right: 10px;
    font-weight: normal;
    color: #000;
    font-size: .8em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
}

.sortH ul.sorting li a:active {
    border: 1px solid #d2d2d2;
}

.sortH ul.sorting li.open a {
    background: #e6e6e6;
    border: 1px solid #ccc;
    border-bottom: 1px solid #d8d8d8;
}

.sortH ul.sorting li a span {
    width: 11px;
    height: 5px;
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
    background: url(icons/arrow_ver.png) no-repeat bottom;
}

/*-------------------------------------------------------------------------- Level 2 */
.sortH ul.sorting li ul.dropdown-menu {
    margin-top: 9px;
    *margin-top: 0px;
}

.sortH ul.sorting li ul.dropdown-menu li a {
    line-height: 30px;
    height: 30px;
    margin-top: 0;
    background: none;
    display: block;
    clear: both;
    white-space: nowrap;
    border: none;
    margin-right: 0;
    cursor: pointer;
    padding-right: 15px;
    min-width: 110px;

}

.sortH ul.sorting li ul.dropdown-menu li a:hover {
    background: #e6e6e6;
    text-shadow: none;
    color: #000;
}

/*-------------------------------------------------------------------------- Main Content - Text Content */
.itemContent {
    font-size: 14px;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.itemContentInner {
    background: #fff;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.03);
    float: left;
    width: 100%;
    padding: 15px;
}

.itemContentInner.spaced {
    margin-bottom: 15px;
}

.itemContent .itemPages {
    margin: 0;
    padding: 0;
    list-style: none;
}

.itemContent .fancyheading a {
    color: #fff;
}

.itemContent .itemcarousel {
    margin: 0 0 20px 0;
}
.entry-carousel{
    position: relative;
}
.itemcarousel .item {
    float: left;
    width: 100%;
    height: 430px;
}
.entrycarousel .itemcarousel .item{
    height: 430px;
}
.entry-carousel #entry-carousel .item,#entry-carousel .item{
    height: 380px;
}
.entrycarousel .itemcarousel .carousel-indicators{
    display: none;
}
.entrycarousel{
    margin-bottom: 30px;
}
.itemcarousel .carousel-control {
    background: none;
    width: 40px;
    bottom: 30px;
    color: #000;
}
.itemcarousel .carousel-control .glyphicon{
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.itemcarousel .item a img{
    height: 380px;
    object-fit: contain;
}
.storekat-desc {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}
.fixed-banner-wrapper{
    position: absolute;
    bottom: -30px;
    right: calc(((100% - 1140px) / 2) - 15px);
}
.itemContent h6 {
    margin: 0 0 10px 0;
}

.itemContent .itemPages li a {
    color: #00A650;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.itemContent .itemPages li:last-child a {
    margin-bottom: 0;
}

.itemContent h2 {
    margin-top: 0;
}
.spareParts_brand{
    padding: 15px;
    background: #ededee;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.spareParts h3{
    font-weight: bold;
    color: #00a650;
    font-size: 1em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.itemNav {
    position: relative;
}

.gVec {
    display: inline-block;
    margin-top: 20px;
}

.sitemap ul {
    list-style: none;
    margin: 0 0 0 20px;
}

.sitemap > ul {
    margin: 0;
    padding: 0;
}

.sitemap > ul.sitemap-katbanner {
    margin-bottom: 10px;
}

.sitemap ul li a {
    color: #00A650;
    font-size: 13px;
}

.sitemap h2 a {
    color: #00A650;
}

.rdeli {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.rdeli li span {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.rdeli li a {
    color: #00A650;
}

.ropis {
    font-size: 13px;
}

.ropis p {
    padding: 0;
}

.ropis a {
    color: #00A650;
}

.blog-image {
    margin-top: 30px;
}

.blog-image-vertical {
    margin-top: 30px;
    margin-left: 30px;
}

.itemContent.list h1 {
    margin-top: 20px;
}

.row.border.itemContent {
    padding-top: 20px;
}

.itemContent .itemImgs {
    margin-left: 15px;
}

.itemContent .itemImgs a {
    display: block;
    position: relative;
    float: right;
    clear: both;
}

.itemContent .itemImgs img {
    margin-bottom: 20px;
}

.itemContent .itemImgs h3 {
    font-style: italic;
    margin: 0;
    text-align: right;
    position: relative;
    float: right;
    clear: both;
    margin-top: -18px;
}

.itemNovice .itemImgs {
    margin: 0 0 0 15px;
}

.itemNovice {
    border-bottom: 1px solid #f3f3f3;
    padding: 30px 15px;
}

.itemNovice h1 {
    color: #a6000e;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

.itemNovica .itemImgs {
    width: 100%;
    margin-top: 30px;
}

.itemNovica .itemImgs a {
    float: left;
    margin: 0 18px;
    height: 180px;
}

.itemNovice h6, .itemNovica h6 {
    margin: 5px 0 15px;
}

.itemNovice a.gVec {
    background: #ED1C24 none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
    padding: 0 30px;
    text-transform: uppercase;
}

/*-------------------------------------------------------------------------- Profile */
h1.profile {
    font-size: 2em;
}

.profile {
    width: 100%;
    float: left;
}

.profile #checkoutUserLogin .inner > div.row {
    margin: 0;
}

.profile #checkoutUserLogin .inner > div.link {
    margin-top: 5px;
}

.profile .left {
    position: relative;
    float: left;
}

.profile .right {
    position: relative;
    float: left;
}

.profile h2 {
    position: relative;
    float: left;
    width: 100%;
}

/*-------------------------------------------------------------------------- Profile - Review */
.profile.review {
    border: none;
    padding-bottom: 30px;
}

.profile.review h2 {
    border-bottom: 4px double #dae4ed;
}

.profile .right hr {
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
    margin-bottom: 30px;
}

.profile.review h2.error {
    color: #ff0000;
}

/*-------------------------------------------------------------------------- Profile - Success */
.profile.success {
    margin-top: 40px;
    border: none;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.profile.success .left img {
    float: right;
    margin-top: 40px;
    margin-right: 30px;
}

.profile.success h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.profile.success h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.profile.success h4 {
    font-size: 1em;
    color: #666;
}

.profile.success span {
    float: left;
    width: 60%;
    color: #00AFEF;
    font-size: 1.6em;
    /* 		border-bottom: 1px solid #ccc; */
    margin-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.profile.success p {
    font-size: .9em;
    color: #666;
    line-height: 2em;
}

.txtBack {
    float: left;
    display: inline;
    width: 100%;
    clear: both;
}

/*-------------------------------------------------------------------------- Profile - Settings */
.profile.settings .left {
    width: 40%;
}

.profile.settings .right {
    width: 55%;
    margin-left: 5%;
}

/*-------------------------------------------------------------------------- Profile - Signin */

.profile.signin .left .extra {
    height: 30px;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.profile.signin .left .extra span.left {
    width: 40%;
}

.profile.signin .left .extra span.right {
    margin: 0;
    margin-top: 4px;
    text-align: right;
}

.profile.signin .right {
    float: left;
}

.profile.signin .right h2 {
    margin-bottom: 15px;
    text-transform: none;
}

.profile.signin .signup_link {
    width: 230px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-weight: normal;
    font-size: .9em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
}

/*-------------------------------------------------------------------------- Profile - Signup */
.profile.signup .right .left,
.profile.signup .right .right {
    width: 40%;
    float: left;
}

/*-------------------------------------------------------------------------- Content Items - Products view */
#content ul.items {
    float: left;
    margin-right: -10px;
}

#content ul.items li {
    float: left;
    position: relative;
    margin-bottom: 12px;
    text-align: left;
}

#content ul.items li a.link {
    float: left;
    width: 230px;
    height: 280px;
    padding: 0;
    margin: 0;
    margin-right: 10px;

    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

#content ul.items li a.link img {
    float: left;
    width: 190px;
    height: 135px;
    padding-bottom: 20px;
    margin: 20px;
    border-bottom: 1px solid #e6e6e6;
}

#content ul.items li a.link span.wrap {
    height: 280px;
    width: 230px;
    float: left;
    cursor: pointer;
}

ul.items li a.link span.item-name {
    overflow: hidden;
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: .9em;
    line-height: 1.3em;
    float: left;
}

ul.items li a.link span.item-price {
    font-size: 1.3em;
    position: absolute;
    left: 30px;
    bottom: 20px;
}

ul.items li a.link span.shadow {
    position: absolute;
    height: 2px;
    width: 98%;
    background: #e6e6e6;
    bottom: -3px;
    left: 1%;
}

ul.items li a.link:hover,
ul.items li a.link:hover span.label {
    border: 1px solid #999;
}

ul.items li a.link:hover span.shadow {
    background: #b3b3b3;
}

ul.items li span.add-to-cart {
    position: absolute;
    bottom: 18px;
    left: 110px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-size: .8em;
    color: #4d4d4d;
    text-decoration: none;

    background: #f5f5f5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f5f5f5));
    background: -moz-linear-gradient(#ffffff, #f5f5f5);
    background: -o-linear-gradient(#ffffff, #f5f5f5);
    background: linear-gradient(#ffffff, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
}

ul.items li span.add-to-cart span {
    width: 8px;
    height: 8px;
    background: url(icons/cart_add.png) no-repeat left;
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: -6px;
}

ul.items li span.add-to-cart:hover {
    border-color: #000;
    color: #fff;

    background: #000;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3f3f3f), to(#000000));
    background: -moz-linear-gradient(#3f3f3f, #000000);
    background: -o-linear-gradient(#3f3f3f, #000000);
    background: linear-gradient(#3f3f3f, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f', endColorstr='#000000', GradientType=0);
}

ul.items li span.add-to-cart:hover span {
    background: url(icons/cart_add.png) no-repeat right;
}

/*-------------------------------------------------------------------------- List items */
ul.list_items {
    margin-top: 0px;
    list-style-type: none;
    margin-left: 0px;
    width: 100%;
    clear: both;
}

ul.list_items li {
    height: 120px;
    width: 100%;
    *width: 98%;
    padding-left: 20px;
    font-weight: normal;
    border-bottom: 1px dashed #ccc;
    position: relative;
    float: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.list_items li.last {
    border-bottom: 1px solid #ccc;
}

ul.list_items li:hover {
    background: #fcfcfc;
}

ul.list_items li span.one {
    display: inline-block;
    overflow: hidden;
    font-size: 1.2em;
    color: #000;
    height: 120px;
    line-height: 120px;
    width: 25%;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

ul.list_items li span.one img {
    height: 119px;
}

ul.list_items li span.two {
    display: block;
    overflow: hidden;
    font-size: 1em;
    color: #4d4d4d;
    height: 120px;
    line-height: 120px;
    width: 25%;
    text-align: left;
    position: absolute;
    right: 50%;
    top: 0;
}

ul.list_items li span.tree {
    display: block;
    overflow: hidden;
    font-size: 1em;
    color: #4d4d4d;
    height: 120px;
    line-height: 120px;
    width: 25%;
    text-align: center;
    position: absolute;
    right: 25%;
    top: 0;
}

ul.list_items li span.tree.price {
    color: #00AFEF;
    font-size: 1.2em;
}

ul.list_items li span.four {
    display: block;
    overflow: hidden;
    font-size: 1em;
    color: #999;
    height: 120px;
    width: 25%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.list_items li span.four a {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    height: 30px;
    line-height: 30px;
    font-size: .9em;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 45px;
    margin-left: 5px;
    text-align: center;
    overflow: hidden;
}

ul.list_items li span.five {
    display: block;
    overflow: hidden;
    font-size: 1em;
    color: #00afef;
    height: 20px;
    line-height: 20px;
    width: 60%;
    text-align: left;
    position: absolute;
    left: 20px;
    top: 90px;
}

#content ul.list_items li.rowHeader {
    border-bottom: 1px solid #CCCCCC;
    height: auto;
}

#content ul.list_items li.rowHeader span {
    height: auto;
    padding: 0 0 10px;
    line-height: 1.4em;
    color: #000;
    font-weight: bold;
    text-transform: none;
    font-size: 1.1em;
}

/*-------------------------------------------------------------------------- product carousel*/
#carousel_multiple .carousel-control {
    top: 35%;
}

#carousel_multiple a.carousel-control span {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ED1C24;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    opacity: 1;
    top: 40%;
    width: 50px;
}

#carousel_multiple .carousel-control.left {
    left: -60px;
    text-align: left;
}

#carousel_multiple .carousel-control.right {
    right: 0;
    text-align: right;
}

#carousel_multiple .carousel-control.right span {
    padding-right: 17px;
}

#carousel_multiple .carousel-control.left span {
    padding-left: 17px;
}

#carousel_multiple a.carousel-control span:focus, #carousel_multiple a.carousel-control span:hover {
    opacity: 1;
}

#carousel_multiple .carousel-control {
    opacity: 1;
    text-shadow: none;
    width: 0;
}

#carousel_multiple ul li {
    list-style: none;
}

#carousel_multiple a.link p {
    display: none;
}

.similar .row.border {
    padding-top: 10px;
}

.similar h3 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 35px;
    margin-top: 10px;
    text-align: center;
}

.similar .carousel-inner {
    max-height: 410px;
}

/*-------------------------------------------------------------------------- Cart */
#cartStep {
    position: relative;
    float: left;
    width: 100%;
}

#cartForm .row {
    margin: 8px 0;
}

#cartStep .container > div > h1 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 43px;
}

.step2 {
    color: #333333;
}

#cartStep .container h2 {
    float: left;
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 7px;
    text-transform: none;
    width: 100%;
}

#cartStep .container h3 {
    float: left;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 7px;
    text-transform: none;
    width: 100%;
}

#cartStep .container .options h2:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

#cartStep.step3 .container h2 {
    margin-bottom: 25px;
}

#cartStep .border {
    border-top: 1px solid #cccccc;
    margin: 0 -15px;
}

#cartStep .steps {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 40px 0;
    background: #fff;
    padding: 40px 0 20px 0;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.06);
}

#cartStep .steps li {
    position: relative;
    float: left;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

#cartStep .steps li:after {
    background: #cccccc;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 10px;
    content: "";
    left: 0;
    z-index: 1;
}

#cartStep .steps li.first:after {
    left: auto;
    right: 0;
    width: 50%;
}

#cartStep .steps li.last:after {
    right: auto;
    left: 0;
    width: 50%;
}

#cartStep .steps li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    margin: 0;
    background: #cccccc;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    position: relative;
    z-index: 2;
}

#cartStep .steps li p {
    padding-top: 0px;
}

#cartStep .steps .active {
    color: #00A650;
}

#cartStep .steps .active span {
    background: #00A650;
    color: #fff;
}

#cartStep .steps .complete a {
    color: #777;
}

#cartStep .steps .complete .chevron:before {
    border-left: 14px solid #f0f0ed;
}

#cartStep .cartStepInfo {
    padding: 0;
    font-size: 13px;
}

#cartStep .please_signin {
    border-top: 1px solid #e1e1e1;
    color: #222;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 10px 0 0 0;
}

#cartStep .cartRight h2 {
    border: 0 none;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0;
    text-transform: none;
}

#cartStep .items {
    margin-top: 40px;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 7px 0;
}

#cartStep .items .title {
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}

#cartStep .items .row {
    color: #222;
    font-size: 14px;
}

#cartStep .cartProduct {
    border-top: 1px solid #ccc;
}

#cartStep .cartProduct.last {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#cartStep .items .row.last span {
    float: right;
    height: 35px;
    line-height: 35px;
    margin: 3px 65px 3px 0;
}

#cartStep .items .stockMessage {
    text-align: right;
}

#cartStep .items .row.error {
    background: #f2dede;
    color: #a94442;
}

#cartStep .items .row.error a, #cartStep .items .row.error .item {
    color: #a94442;
}

#cartStep .items .row.warning {
    background: #fcf8e3;
    color: #8a6d3b;
}

#cartStep .items .row.warning a, #cartStep .items .row.warning .item {
    color: #8a6d3b;
}

#cartStep .items .item {
    clear: none;
    color: #333333;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    padding: 0;
    position: relative;
}

#cartStep .items .item.qty {
    margin-top: 25px;
}

#cartStep .items.readonly .item.qty {
    margin-top: 30px;
}

#cartStep .items .image {
    min-height: 82px;
    padding: 0;
    position: relative;
}

#cartStep .items .image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#cartStep .items h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

#cartStep .items h4 a {
    color: #00a650;
}

#cartStep .items .sku {
    position: relative;
    float: left;
    width: 100%;
    color: #777;
    font-size: 12px;
}

#cartStep .items .bundle_products {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0;
}

#cartStep .items .bundle_products div {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

#cartStep .items .bundle_products span {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
    color: #777;
    padding: 2px 10px 2px 0;
}

#cartStep .items .add {
    position: relative;
    float: left;
    width: 100%;
    color: #777;
    font-size: 12px;
    padding-top: 2px;
}

#cartStep .items .info {
    position: relative;
    float: left;
    width: 100%;
}

#cartStep .items .info {
    position: relative;
    float: left;
    width: 100%;
}

#cartStep .items .qty input {
    border-radius: 0;
    display: inline-block;
    float: none;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    margin-right: 0;
    padding: 0;
}

/*#cartStep .items .qty i {
    position: relative;
    float: right;
    left: 60px;
    top: 12px;
    cursor: pointer;
}*/

#cartStep .items .delete {
    text-align: center;
}

#cartStep .items .product {
    margin-left: -30px;
    margin-right: 30px;
}

#cartStep .items.readonly .product {
    margin-left: 0;
    margin-right: 0;
}

#cartStep .items .price {
    text-align: center;
}

#cartStep .items .qty {
    text-align: center;
}

#cartStep .items .subtotal {
    text-align: center;
}

#cartStep .subtitle {
    font-weight: bold;
}

#cartStep .shopping-box {
    background: #0F482B;
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#cartStep .total-box {
    background: none;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #ffffff;
    float: left;
    font-size: 24px;
    margin-top: 9px;
    padding: 8px 20px 4px;
    text-transform: uppercase;
    width: 100%;
}

#cartStep .total-box .name {
    float: left;
    font-size: 24px;
}

#cartStep .total-box .name.clear {
    text-transform: none;
    font-size: 14px;
}

#cartStep .total-box .value {
    float: right;
}

#cartStep .shopping-box h2 {
    border-bottom: 1px solid #fff;
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 18px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: none;
}

#cartStep .totals-out {
    padding: 0 15px;
}

#cartStep .shopping-box .f_button {
    margin: 28px 0 0 0;
}

#cartStep .shopping-box .conditions {
    float: left;
    color: #fff;
    padding: 10px;
    background: #ed1c24;
    border: 15px solid #0f482b;
    border-bottom: none;
    width: 100%;
}
#cartStep .shopping-box .conditions .message {
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: bold;
}

#cartStep .shopping-box .conditions p {
    padding-top: 0;
    font-size: 15px;
    line-height: 20px;
    padding-left: 15px;
    padding-bottom: 0;
    font-weight: bold;
}

#cartStep .shopping-box .conditions a {
    color: #fff;
    text-decoration: underline;
}
#cartStep .shopping-box .conditions a:hover {
    text-decoration: none;
}

.conditions input {
    position: absolute;
}

.conditions label {
    padding-left: 15px;
}

#cartStep .totals {
    float: left;
    font-size: 16px;
    padding: 0;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    color: #fafafa;
}

#cartStep .totals .name {
    float: left;
    padding-bottom: 0;
}

#cartStep .totals .value {
    float: right;
    padding-bottom: 0;
}

#cartStep .totals select {
    color: #222;
    font-size: 14px;
    font-weight: normal;
    height: 22px;
    padding: 0 15px 0 5px;
    display: inline-block;
    width: auto;
}

#cartStep .txtUnderTitle {
    padding: 15px;
    float: left;
    font-size: 14px;
}

#cartForm .cartProduct .custom-checkbox {
    margin-top: 25px;
}

#cartForm .cartProduct a.refresh {
    border: medium none;
    float: right;
    height: 35px;
    line-height: 35px;
    margin: 3px 0;
    padding: 0 10px 0 60px;
    width: auto;
}

#cartForm .cartProduct a.refresh:hover {
    cursor: pointer;
}

#cartForm .cartProduct a.refresh i {
    font-size: 15px;
    padding-left: 10px;
}

#cartStep .panel-title {
    font-size: 13px;
}

#cartStep p {
    font-size: 14px;
    line-height: 24px;
}

#cartStep .center {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#cartStep .custom-checkbox {
    font-size: 14px;
    margin-bottom: 35px;
    margin-top: 45px;
}

#cartStep .custom-checkbox.small {
    margin-bottom: 7px;
    margin-top: 7px;
}

#cartStep .navigation-button {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 120px;
}

#cartStep .navigation-button.lower {
    margin-top: 50px;
}

#cartStep .f_button, .userForm .f_button {
    display: inline-block;
    float: none;
    padding: 0 70px;
    font-size: 20px;
    line-height: 40px;
    background: #00a650;
    width: auto;
    margin: 30px 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}
#cartStep .options .f_button {
    margin-top: 80px;
}

#cartStep .f_button2 {
    width: 100%;
    padding: 0;
}

#cartStep ::-webkit-input-placeholder { /* WebKit browsers */
    opacity: 0;
}

#cartStep :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 0;
}

#cartStep ::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 0;
}

#cartStep :-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity: 0;
}

.profile .name, #cartStep .name {
    font-size: 14px;
    padding-bottom: 3px;
}

#row_cart_3_payment_id, #row_cart_3_shipping_id {
    margin-left: 0;
    margin-right: 0;
}

#cartStep .name.radioName {
    padding-bottom: 15px;
}

#cartStep .f_info1 {
    float: left;
    padding-top: 30px;
}

.profile .link {
    text-align: center;
    font-size: 14px;
}

#cartStep .form_wrap {
    position: relative;
    float: left;
    background: #e1e1e1;
    color: #222;
    padding: 0 0 20px 0;
    font-size: 13px;
    margin-top: 15px;
}

#cartStep .form_title {
    background: #777;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}

#cartStep .select_delivery {
    padding-left: 10px;
}

#cartStep .select_delivery strong {
    color: #222;
}

#cartStep .error-block {
    color: #cc0000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 0;
}

#cartStep.step4 .row {
    padding: 10px;
}

#cartStep.step4 .items .product .col-sm-9 {
    padding-left: 2px;
}

#cartStep.step4 .items .product h4 {
    color: #222;
    font-size: 14px;
    margin-top: 0;
}

.form_wrap .help-block {
    padding: 0 20px 0 0;
    margin: 0;
    font-size: 12px;
}

.content_box {
    padding: 0;
    font-size: 14px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    margin-bottom: 20px;
}

.content_box .cb_title {
    background: #f0f0ed;
    color: #222;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 12px;
    margin: 0;
}

.content_box .cb_body {
    padding: 12px;
    color: #222;
}

.content_box .dl-horizontal {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    font-size: 13px;
}

.content_box .dl-horizontal dt {
    width: 110px;
    text-align: left;
    font-weight: normal;
    line-height: 1.8em;
}

.content_box .dl-horizontal dd {
    margin-left: 110px;
    color: #222;
    line-height: 1.8em;
}

.content_box .change_link {
    font-size: 12px;
    display: block;
    text-align: right;
}

#cartStep .checkbox {
    position: relative;
    float: right;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    font-size: 14px;
}

#cartStep .checkbox label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px;
}

#cartStep .f_memo {
    position: relative;
    float: left;
    width: 100%;
    height: 150px;
    padding: 10px;
    resize: none;
}

#cartStep .coupon {
    width: 100%;
    margin: 20px 0;
}

#cartStep .coupon ::-webkit-input-placeholder { /* WebKit browsers */
    opacity: 1;
}

#cartStep .coupon :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
}

#cartStep .coupon ::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
}

#cartStep .coupon :-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity: 1;
}

#cartStep .coupon .alert {
    margin-top: 15px;
}

#cartStep .coupon .input-group-addon {
    text-align: left;
}

#cartStep .coupon input, #cartStep .coupon button {
    border-radius: 0;
}

#what-payment-options-are-available-1-content p {
    margin: 0;
    padding: 0;
}

#what-payment-options-are-available-1-content img {
    margin: 5px auto;
}

#what-payment-options-are-available-1-content panel-body {
    padding: 5px 15px;
}

img.secure_code {
    width: 30%;
    float: right;
    margin: 25px 0px 0px;
}

#cartStep .totals_summ {
    clear: both;
    color: #222;
    float: right;
    font-size: 12px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

#cartStep .totals_summ .totals {
    background: none;
    font-size: inherit;
    padding: 5px 0;
    border-top: 1px solid #e1e1e1;
}

#cartStep .totals_summ .totals .name {
    width: 70%;
    text-align: left;
    height: auto;
}

#cartStep .totals_summ .totals .value {
    width: 30%;
    height: auto;
}

#cartStep .visa {
    display: block;
    width: 115px;
    height: 32px;
    padding: 0;
    margin: 0;
    background: url(cart_visa.png) no-repeat left top;
}

#cartStep .mastercard {
    display: block;
    width: 126px;
    height: 32px;
    padding: 0;
    margin: 0;
    background: url(cart_mastercard.png) no-repeat left top;
}

#cartStep .f_radio .link {
    float: right;
}

#cartStep .gift_info {
    display: block;
    margin: 0 auto;
    width: 195px;
    padding-bottom: 195px;
    color: #ED1C24;
    font-size: 36px;
    background: url(cart_glass.png) no-repeat center bottom;
}

#cartStep .info {
    padding-top: 20px;
    padding-bottom: 20px;
}

#cartStep .info h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 30px 0;
}

#cartStep .info span {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
}

#cartStep .info a {
    display: block;
    padding-top: 25px;
    color: #ED1C24;
    font-size: 14px;
}

#cartStep .info a i {
    font-size: 8px;
}

/*-------------------------------------------------------------------------- Cart items - Review */
ul.cart_items.review li {
    border-bottom: 1px solid #ccc;
}

ul.cart_items.review li span.price {
    position: absolute;
    right: 27%;
    top: 0;
    width: 20%;
    text-align: left;
    color: #000;
}

ul.cart_items.review li span.quantity {
    position: absolute;
    top: 0;
    right: 16%;
    width: 12%;
    height: 120px;
    line-height: 120px;
    font-size: 1.3em;
}

ul.cart_items.review li span.price-total {
    position: absolute;
    top: 0;
    right: 2%;
    width: 15%;
    text-align: right;
    height: 120px;
    line-height: 120px;
    font-size: 1.3em;
    color: #00AFEF;
}

ul.cart_items.review li.header {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    float: left;
}

ul.cart_items.review li.header:hover {
    background: none;
}

ul.cart_items.review li.header span {
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0;
}

ul.cart_items.review li.header span.name {
    left: 0;
    width: 50%;
}

ul.cart_items.review li.header span.quantity {
    right: 16%;
    width: 12%;
}

ul.cart_items.review li.header span.price-total {
    right: 2%;
    width: 15%;
    text-align: right;
}

ul.cart_items.review li.total {
    height: auto;
}

ul.cart_items.review li.warning {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #ff0000;
}

ul.cart_items.review li.total span.total-price {
    font-weight: bold;
    right: 0;
    padding-right: 20px;
    border-bottom: 2px solid #000;
    top: auto;
    bottom: -1px;
    width: 47%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.cart_items.review li.total ul {
    width: 47%;
    float: right;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    list-style-type: none;
}

ul.cart_items.review li.total ul li {
    height: 35px;
    line-height: 35px;
    padding: none;
    border: none;
    float: right;
    width: 100%;
    padding: 0;
}

ul.cart_items.review li.total ul li.border {
    border-bottom: 1px solid #ccc;
}

ul.cart_items.review li.total ul li.last {
    border-bottom: 2px solid #000;
    font-size: 1.8em;
    padding: 20px 0;
    height: auto;
    font-weight: bold;
    color: #00afef;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
}

ul.cart_items.review li.total ul li.last span {
    color: #000;
    font-size: 0.7em;
    font-weight: normal;
    padding-right: 15px;
}

ul.cart_items.review li.total ul li span.total-label {
    float: left;
    letter-spacing: 0.05em;
}

ul.cart_items.review li.total ul li span.total-value {
    float: right;
    margin-right: 20px;
    font-size: 1.3em;
    color: #00AFEF;
}

ul.cart_items.review li.total .dedication {
    float: left;
    width: 280px;
}

ul.cart_items.review li.total .dedication h3 {
    margin-top: 30px;
    margin-bottom: 3px;
    font-size: 1.2em;
}

ul.cart_items.review li.total .dedication h4 {
    font-size: 1em;
    border-bottom: 1px solid #ccc;
    color: #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-left: -20px;
    padding-left: 20px;
}

ul.cart_items.review li.total .dedication p {
    color: #666;
}

/*-------------------------------------------------------------------------- Product */
.product {
    padding: 20px;
    background: #fff;
    border: 1px solid #DFDFDF;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}

.product .back, .product .back:hover {
    background: white;
    color: #666666;
    border: 1px solid #666666;
    font-size: 12px;
    padding: 0 50px;
    border-radius: 0;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
}

.product h1 {
    float: left;
    width: 100%;
    margin: 25px 0 20px 0;
    color: #00A650;
    font-size: 24px;
    line-height: 28px;
    font-weight: bolder;
}

.product h2 {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

#print-content {
    margin-bottom: 15px;
}

.product .item-stats ul {
    width: auto;
    height: 32px;
}

.product .item-stats li {
    float: left;
    margin-left: 5px;
    position: relative;
}

.product .item-stats li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.product .hiddenCode {
    bottom: 0;
    color: white;
    font-size: 12px;
    position: absolute;
}

.spices .product h1 {
    color: #336600;
}

.gifts .product h1 {
    color: #ffc611;
}

.product ol {
    margin: 16px 0px 40px 27px;
    line-height: 2em;
}

.product table {
    font-size: 12px;
    margin-top: 20px;
}

.product .item-description {
    font-size: 14px;
    float: left;
    margin-top: 15px;
}

.product .item-description p {
    line-height: 24px;
}

.product div.print {
    float: left;
    width: 100%;
    margin: 30px 0;
    font-size: 14px;
}

.product div.print a {
    font-size: 16px;
    padding-right: 10px;
}

.product div.print a:hover {
    cursor: pointer;
}

.spices .product div.print a {
    color: #336600;
}

.gifts .product div.print a {
    color: #ffc611;
}

.product div.print a i {
    padding-right: 3px;
    color: #333333;
}

.product .itemOptions {
    float: left;
    width: 100%;
    border-top: 1px solid #DFDFDF;
    padding: 15px 0;
    margin-top: 15px;
}

.product .priceWrapper {
    float: left;
}

.product .priceWrapper .price {
    font-size: 24px;
    line-height: 28px;
    font-weight: bolder;
    width: 100%;
    float: left;
}

.product .priceWrapper .price.old {
    font-size: 20px;
    text-decoration: line-through;
}

.spices .product .priceWrapper .price {
    color: #336600;
}

.gifts .product .priceWrapper .price {
    color: #ffc611;
}

.product .priceWrapper span {
    width: 100%;
    float: left;
    font-size: 14px;
    padding-bottom: 3px;
}

.product .tools {
    float: right;
}

.product .addCart {
    float: right;
}

.product .tools input {
    border: 1px solid #ccc;
    float: right;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    width: 50px;
    margin-right: 3px;
}
/* region toolbar */
.product .tools .ui-spinner{
    position: relative;
    padding-right: 16px;
}
.product .tools .ui-widget{
    float: left;
    border: none;
}
.product .tools .ui-spinner-button{
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #000;
    border-radius: 0;
}
.product .tools .ui-spinner-button span{
    background: none!important;
    text-indent: 0;
    color: #000;
    position: relative;
}
.product .tools .ui-spinner-up{
    top: 0;
}
.product .tools .ui-spinner-down{
    bottom: 0;
}
.product .tools .ui-spinner-button span:after{
    font-family: "FontAwesome";
    display: block;
    color: #fff;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    text-align: center;
}
.product .tools .ui-spinner-up span:after{
    content: "\f0d8";
    top: 0;
}
.product .tools .ui-spinner-down span:after{
    content: "\f0d7";
    bottom: 0;
}
/* endregion */
.product .addToCart, .product .removeFromCart {
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    float: right;
    font-weight: 500;
    padding: 0 23px;
    color: #fff;
}

.product .addToCart {
    background: #00A650;
}

.product .cantBuy {
    background: #999999;
}

.product .addToCart i, .product .removeFromCart i {
    margin-right: 5px;
}

.product .removeFromCart {
    padding: 0 19px;
}

/*-------------------------------------------------------------------------- Product Left */
/*-------------------------------------------------------------------------- Product Gallery */
.product .gallery {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 50px;
}

.product .gallery .navigation.nogo {
    display: none;
}

.product .gallery .image {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.product .gallery .image .tools {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    display: block;
    width: auto;
    width: 100%;
    height: 100%;
}

.product .gallery .image .tools i {
    color: #000;
    background: #fff;
    padding: 7px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product .gallery .image a {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: none;
}

.product .gallery .image .zoomPad {
    width: 100%;
}

.product .gallery .image img {
    max-width: 100%;
}

.product .gallery .image .zoomWindow img {
    max-width: none;
}

.product .gallery .navigation {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}

.product .gallery .navigation .slide {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.product .gallery .navigation .thumb {
    display: inline-block;
    padding: 16.5%;
    position: relative;
    text-align: center;
}

.product .gallery .navigation .thumb a {
    position: absolute;
    left: 0;
    top: 0;
    right: 5px;
    bottom: 5px;
    border: 1px solid #ccc;
}

.product .gallery .navigation .thumb .active {
    border: 2px solid #ED1C24;
}

.product .gallery .navigation .thumb a img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px;
}

/*-------------------------------------------------------------------------- Pop Gallery */
#galleryOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 500;
    display: none;
}

#galleryContainer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

#galleryContainer .title {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

#galleryContainer .image {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}

#galleryContainer .info {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0;
    color: #737373;
    font-size: 12px;
}

#galleryContainer .info .images {
    position: relative;
    float: left;
}

#galleryContainer .info .close {
    position: relative;
    float: right;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 12px;
}

#galleryContainer .left {
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 70px;
}

#galleryContainer .left i {
    position: absolute;
    top: 45%;
    left: 0;
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-size: 40px;
    display: none;
}

#galleryContainer .right {
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 30px;
    width: 70px;
}

#galleryContainer .right i {
    position: absolute;
    top: 45%;
    right: 0;
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-size: 40px;
    display: none;
}

/*-------------------------------------------------------------------------- Product Share */
.product .share {
    float: left;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}

.shareMtop {
    margin: 0 0 5px;
    padding: 0;
}

.fb-like {
    clear: both;
    margin-top: 0;
    padding-top: 0;
    line-height: 1em;
}

.fb_iframe_widget span {
    vertical-align: initial !important;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Footer Styles
/*-----------------------------------------------------------------------------------*/
/*  social networks */
.social-buttons {
    position: absolute;
    right: 0;
    bottom: 0;
}

.social-buttons li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ED1C24;
    text-align: center;
    float: left;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.social-buttons li a.fb {
    background: #3b5998;
}

.social-buttons li {
    list-style: none;
}

.products-heading .social-buttons ul {
    margin: 0;
}

.products-heading .social-buttons {
    bottom: -100px;
}

/* end social networks */

/* region footer */
#footer {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-top: 0;
    margin-bottom: 190px;
}

.footer-newsletter {
    min-height: 155px;
    background: #F8C239;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.06);
    position: relative;
    color: #fff;
    padding: 15px 30px 10px 100px;
}

.footer-newsletter:before {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 48px;
    line-height: 48px;
}

.footer-newsletter h3 {
    margin: 0 0 5px 0;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}

.footer-newsletter p {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #fff;
}

.footer-newsletter form {
    float: left;
    position: relative;
}

.footer-newsletter .form-fn-input {
    width: 100%;
    float: left;
    margin-right: 0;
}

.footer-newsletter .alert-success {
    background-color: transparent;
    border-color: transparent;
    color: #3c763d;
    padding: 0;
}
.footer-newsletter .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    bottom: 101%;
    color: #a94442;
    margin: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
#modalmailMsg .modal-content, #modalmailMsg .modal-body{
    float: left;
    width: 100%;
}

#modalmailMsg .modal-body p{
    color: #000;
}

.footer-newsletter .form-fn-input input {
    background: #fff;
    color: #2D2D2D;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 15px;
    height: 40px;
    border: none;
    border-radius: 0;
}

.footer-newsletter .form-fn-submit {
    float: left;
    position: relative;
}

.footer-newsletter .form-fn-submit:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.footer-newsletter .form-fn-submit button {
    background: #00A650;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    padding: 12px 15px 12px 30px;
    border: none;
    border-radius: 0;
}

.footer-help {
    min-height: 155px;
    background: #00A650;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.06);
    position: relative;
    color: #fff;
    padding: 15px 30px 10px 70px;
}

.footer-help:before {
    content: "\f10b";
    font-family: FontAwesome;
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 48px;
    line-height: 48px;
}

.footer-help h3 {
    margin: 0 0 5px 0;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}

.footer-help p {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #fff;
}

.footer-help a {
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    margin-right: 20px;
    display: inline-block;
}

.footer-help a:last-child {
    margin-right: 0;
}

.footer-help a span {
    font-size: 18px;
    font-weight: bolder;
}

.footer-menu {
    background-color: #fff;
    padding: 25px 30px;
    float: left;
    width: 100%;
    margin: 30px 0 20px 0;
}

.footer-col h3 {
    margin: 0 0 15px 0;
}

.footer-col h3 a {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #129551;
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
    display: block;
}

.footer-col ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    left: 0;
    top: 2px;
}

.footer-col ul li a.hasIcon {
    padding-left: 0;
}

.footer-col ul li a.hasIcon:before {
    display: none;
}

.footer-contact {
    background: #00A650;
    float: left;
    width: 100%;
    padding: 30px;
}

.footer-firma {
    position: relative;
    padding-top: 50px;
}

.footer-firma a {
    color: #fff;
}

.footer-contact .col-lg-4:last-child .footer-firma:after {
    display: none;
}

.footer-firma:after {
    position: absolute;
    content: "";
    height: 270px;
    width: 1px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    top: 0;
    right: 0;
}

.footer-firm-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top center;
}

.firm-mavrica {
    background-image: url(../elementi/mavrica-white-new.png);
    width: 180px;
    height: 43px;
    background-size: contain;
    top: -7px;
}

.footer-enota {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.footer-enota h3 {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
}
.footer-gmap{
    position: relative;
    display: block;
}
.footer-gmap .footer-gmap-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all 200ms;
}
.footer-gmap:hover .footer-gmap-overlay{
    background: rgba(0,0,0,0.3);
}
.footer-gmap .footer-gmap-overlay .fa{
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 28px;
    color: rgba(255,255,255,0.5);
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    text-align: center;
}
.gmap {
    position: relative;
}

.gmap .gmap-zoom {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    padding: 15px;
    border: 1px solid #C4C4C4;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.09);
    cursor: pointer;
}

.gmap .gmap-zoom .ti {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    width: 16px;
    display: block;
}

.bcmsMarkerContact {
    padding: 5px 0;
}

.bcmsMarkerContact p {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}

.bcmsGoogleMap .closeMe {
    background-color: #241C19;
    border-radius: 0 0 0 8px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    padding: 10px 12px;
    position: fixed;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.09);
    right: 5%;
    top: 5%;
    z-index: 100001;
}

.bcmsGoogleMap.zoom {
    background: none repeat scroll 0 0 #000000 !important;
    height: 100% !important;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 100000 !important;
    border: 2px solid #6e7e8a;
}

/* region serviserji */
.serviserji h4 {
    font-size: 1.1em;
    color: #00A650;
    font-weight: bolder;
}

.serviserji p, .serviserji .dealermore, .serviserji a {
    padding: 0 0 5px 0;
    font-size: 13px;
    cursor: pointer;
}

/* endregion */
.footer-under {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.footer-under .lefty {
    float: left;
    width: 50%;
}

.footer-under .navbar-language {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    float: left;
    width: 100%;
}

.footer-under .navbar-language li a {
    display: block;
    float: left;
    position: relative;
    padding-left: 40px;
    margin-left: 15px;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.footer-under .navbar-language li:first-child a {
    margin-left: 0;
}

.footer-under .lang {
    background: none !important;
}

.footer-under .lang:before {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}

.footer-under .lang.sl:before {
    background-image: url(../elementi/flag-sl-big.png);
}

.footer-under .lang.hr:before {
    background-image: url(../elementi/flag-hr-big.png);
}

.footer-under .lang.en:before {
    background-image: url(../elementi/flag-uk-big.png);
}

.footer-under .righty {
    float: right;
}

.footer-under .righty span {
    display: inline-block;
    margin-left: 30px;
    font-size: 13px;
    color: #000;
    background-repeat: no-repeat;
    background-position: left bottom;
    float: left;
    line-height: 40px;
}

.footer-under .righty span:first-child {
    margin-left: 0;
}

.footer-under .righty .footer-cc.visa {
    width: 71px;
    height: 40px;
    background-image: url(/p/elementi/verified-by-visa.png);
}

.footer-under .righty .footer-cc.mastercard {
    width: 85px;
    height: 30px;
    margin-top: 10px;
    background-image: url(/p/elementi/mastercard-securecode.png);
}

.intranet-banner {
    text-align: center;
    padding: 10px 0;
    margin: 20px 0;
    border-top: 1px solid rgba(237, 28, 36, 0.6);
    border-bottom: 1px solid rgba(237, 28, 36, 0.6);
}

.intranet-banner a {
    background: #ed1c24;
    font-weight: bolder;
    font-size: 18px;
    color: #fff;
    padding: 6px 12px;
}

.servis-filter {
    background: #00A650;
    color: #fff;
    padding: 8px 0;
}

.servis-filter label {
    float: right;
    margin: 0;
    font-weight: normal;
    line-height: 28px;
}

.servis-filter .select2-container .select2-selection--single {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .8);
}

.servis-filter .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.servis-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.serviserji-posta h4 {
    color: #00A650;
    border-bottom: 2px solid #000;
    margin: 20px 0 5px 0;
    padding: 0 0 5px 0;
    font-weight: bolder;
    font-size: 20px;
}

/* endregion */
/*------------------------------------------------------------------------- Navigation buttons */
.navigation_buttons {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.navigation_buttons.feedback {
    margin-top: 0 !important;
    border-top: 1px solid #dfe2eb !important;
}

.navigation_buttons.feedback a {
    padding-right: 20px !important;
}

.step2 .navigation_buttons, .step3 .navigation_buttons, .step4 .navigation_buttons {
    border-top: 1px solid #e1e1e1;
    float: left;
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.step4 .basketCupon .navigation_buttons {
    float: right;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
}

.navigation_buttons .next, .navigation_buttons .prev {
    background: #00b3bf;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: auto;
    line-height: 16px;
    padding: 0 25px;
    text-decoration: none;
    position: relative;
    line-height: 45px;
    border-radius: 6px;
}

.navigation_buttons .next {
    padding-right: 45px;
    float: right;
}

.navigation_buttons .next i {
    position: absolute;
    top: 35%;
    right: 25px;
}

.navigation_buttons .next {
    padding-right: 45px;
}

.navigation_buttons .next i {
    position: absolute;
    top: 35%;
    right: 25px;
}

.navigation_buttons .prev {
    color: #777;
    text-align: left;
    padding-left: 45px;
    border: 1px solid #e1e1e1;
    background: #f0f0ed;
    float: left;
}

.navigation_buttons .prev i {
    position: absolute;
    top: 35%;
    left: 25px;
}

.kodaButton {
    margin-top: 0;
    width: auto;
}

.kodaButton a {
    float: left;
    background: none repeat scroll 0 0 #00aff0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
}

/*------------------------------------------------------------------------- Tooltips */
.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 13px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -2px;
}

.tooltip.right {
    margin-left: 2px;
}

.tooltip.bottom {
    margin-top: 2px;
}

.tooltip.left {
    margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
    border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 5px solid #000000;
    border-bottom: 5px solid transparent;
}

.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
}

.tooltip-inner p {
    margin: 0;
    padding: 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

/*------------------------------------------------------------------------- Scrollbar */
.xscroll {
    width: 100%;
    clear: both;
    margin: 0;
    display: none;
}

.xscroll.active {
    display: block;
}

.xscroll .viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

.xscroll .viewport.small {
    height: 55px;
}

.xscroll .overview {
    list-style: none;
    position: relative;
}

.xscroll .thumb .end,
.xscroll .thumb {
    background-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.xscroll .scrollbar {
    position: relative;
    float: right;
    width: 13px;
}

.xscroll .track {
    background-color: #e6e6e6;
    height: 100%;
    width: 6px;
    position: relative;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.xscroll .thumb {
    height: 20px;
    width: 6px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.xscroll .thumb .end {
    overflow: hidden;
    height: 6px;
    width: 6px;
}

.xscroll .disable {
    display: none;
}

/*------------------------------------------------------------------------- Range Slider - Cena */
.noUiSlider {
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    margin-top: 10px;
    float: left;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.noUi-midBar {
    height: 4px;
    z-index: 0;
    background-color: #000;
}

.noUi-handle > div {
    z-index: 5;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -4px;
    left: -8px;
    border: 2px solid #fff;
    background: #000;
    cursor: pointer;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.noUi-handle > div:hover,
.noUi-activeHandle {
    background: #00AFEF !important;
}

.infoBox {
    display: block;
    position: relative;
    top: 15px;
    width: 40px;
    height: 20px;
    text-align: left;
    margin-left: -2px;
}

/* Custom checkboxes, radios */

/*	wrapper divs */
.custom-checkbox,
.custom-radio {
    position: relative;
}

/* input, label positioning */
.custom-checkbox input,
.custom-radio input {
    position: absolute;
    left: 2px;
    top: 2px;
    margin: 0;
    z-index: 0;
    display: none;
}

.custom-checkbox label,
.custom-radio label {
    clear: left;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    padding: 0.5em 0 0.5em 30px;
    position: relative;
}

.custom-radio.options label {
    height: 32px;
    line-height: 32px;
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
}

.custom-radio label .image {
    padding-left: 15px;
}

.custom-radio label .title {
    padding-left: 21px;
    color: #333;
    font-size: 18px;
}

/* states */
.custom-checkbox label {
    background: url(icons/checkbox.png) no-repeat -16px -15px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus {
    background-position: -16px -113px;
}

.custom-checkbox label.checked {
    background-position: -16px -216px;
}

.custom-checkbox label.checkedHover,
.custom-checkbox label.checkedFocus {
    background-position: -16px -314px;
}

.custom-checkbox label.focus {
    outline: none;
}

.profile.signup .right .custom-checkbox {
    width: 100%;
}

.custom-radio label {
    background: url(icons/radio.png) no-repeat left center;
}

.custom-radio label.hover,
.custom-radio label.focus {
    background: url(icons/radio.png) no-repeat left center;
}

.custom-radio label.checked {
    background: url(icons/radio_checked.png) no-repeat left center;
}

.custom-radio label.checkedHover,
.custom-radio label.checkedFocus {
    background: url(icons/radio_checked.png) no-repeat left center;
}

.custom-radio label.focus {
    outline: none;
}

.custom-radio label i {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: table-cell;
}

.custom-radio label span {
    color: #666;
    display: table-cell;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 0;
    white-space: nowrap;
    width: 1%;
}

.custom-radio label i.secure {
    background-image: url(secure.jpg);
}

.custom-radio.inline {
    float: left;
    width: auto;
    padding-right: 80px;
}

.custom-radio.inline label {
    width: auto;
    margin-bottom: 0;
}

/*////////////////////////////////
//	Google Map
////////////////////////////////*/
div#googleOkvir, div.googleOkvir {
    float: left;
    display: inline;
    width: 552px;
    background: #cecece;
    margin: 0 0 10px 0;
}

div#googleMap, div.googleMap {
    float: left;
    margin: 1px;
    display: inline;
}

div#googleOkvir a:hover, div#googleOkvir a:focus {
    background: transparent;
    color: #D21A24 !important;
    text-decoration: none;
}

div#googleTbar, div.googleTbar {
    margin: 0 0 15px 0;
    display: inline;
    float: right;
    width: 100%;
}

div#googleTbar a, div.googleTbar a {
    display: inline;
    float: right;
    width: auto !important;
    margin-left: 15px;
}

.margTop { /* takoj pod naslovom */
    margin-top: 25px !important;
}

.floatL {
    float: left;
    display: inline;
}

/* banners */
div.bannerItem {
    overflow: hidden;
    /*
        float:left;
        display:inline;
        width:100%;
        text-align:center;
        margin-bottom:10px;
    */
}

/*////////////////////////////////
//	user
////////////////////////////////*/
.userForm {
    position: relative;
    float: left;
    width: 100%;
}

.userForm h1 {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

.userForm h3 {
    color: #333333;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 7px;
    text-transform: none;
    width: 100%;
}

.userForm .info {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 15px 0 15px;
}

.formButtonH {
    float: left;
    display: inline;
    width: 100%;
    padding-top: 20px;
    border-top: none;
    padding-bottom: 20px;
}

.userForm .row {
    float: left;
    margin: 0;
    padding: 7px 0;
    position: relative;
    width: 100%;
}

.userForm .row.last {
    padding: 20px 10px;
}

#cartStep .row.half, .userForm .row.half {
    width: 50%;
    margin: 0;
    float: left;
}

#cartStep .row.half.right, .userForm .row.half.right {
    padding-left: 15px;
}

#cartStep .row.third {
    width: 33%;
    padding-right: 14px;
}

#cartStep .row.third.middle {
    padding-right: 7px;
    padding-left: 7px;
}

#cartStep .row.third.right {
    padding-left: 14px;
    padding-right: 0;
}

#cartStep .row.paddingtop {
    padding-top: 20px;
}

#cartStep .row.nopaddingbottom, .userForm .row.nopaddingbottom {
    padding-bottom: 0px;
}

#userLogin .row.row_field {
    padding: 20px 40% 0 22%;
}

#userLogin .row .link {
    position: relative;
    float: right;
}

.userForm .row.error_message {
    color: #d10505;
    padding-left: 22%;
}

#userLogin .f_check {
    padding-left: 8px;
}

#userLogin .f_check input {
    margin-right: 5px;
}

.userForm .rowHalf, #cartStep .rowHalf {
    float: left;
    display: inline;
    width: 48%;
}

.rowRight, .userForm .rowRight, #cartStep .rowRight {
    float: right;
    text-align: right;
}

.userForm .message, #cartStep .message {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    color: #ED1C24;
    font-weight: bold;
}

.userForm .required_info, #cartStep .required_info {
    color: #730000;
    float: right;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 0px;
    position: relative;
    text-transform: none;
    width: 200px;
    top: -63px;
    margin: 0px 0px -30px;
    text-align: right;
}

.btn-group.select {
    width: 68%;
    float: right;
}

.btn-group.select a {
    width: 100%;
    text-align: left;
    border: 1px solid #dce3e9;
    border-radius: 0;
    color: #1f1f1f;
}

.btn-group.select a span {
    position: absolute;
    right: 20px;
    font-size: 11px;
    line-height: 20px;
}

.dropdown-menu.select {
    border-radius: 0;
    height: auto;
    max-height: 200px;
    min-width: 100%;
    overflow-x: hidden;
    width: auto;
}

.dropdown-menu.select li {
    padding: 5px 10px;
}

.dropdown-menu.select li:hover {
    cursor: pointer;
    background: #f5f5f5;
}

.userForm .name span {
    display: none;
}

#userRegister .name {
    font-size: 14px;
}

.userForm .error .name, #cartStep .error .name {
    color: #ED1C24;
    font-weight: bold;
}

.userForm .errorDesc, #cartStep .errorDesc {
    clear: both;
    color: #f02366;
    float: right;
    font-size: 12px;
    padding: 3px 18px 0 0;
    position: relative;
}

.userForm .error .message {
    color: #ED1C24;
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.userForm .f_input, .userForm .errorDesc, #cartStep .f_input, #cartStep .errorDesc {
    width: 68%;
}

.userForm .f_select, #cartStep .f_select {
    width: 72%;
}

.userForm.loginFormFullInput .f_input, .userForm.loginFormFullInput .errorDesc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.userForm .f_input, #cartStep .f_input {
    color: #666;
    float: right;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    background: #fff;
    float: left;
    background: #eceded;
}

.userForm .custom-checkbox label {
    width: auto;
    clear: none;
    display: inline-block;
}

.userForm .custom-checkbox .link {
    position: relative;
    float: right;
    display: inline-block;
}

.userForm .f_input ::-webkit-input-placeholder {
    text-align: left;
}

.userForm .f_input :-moz-placeholder { /* Firefox 18- */
    text-align: left;
}

.userForm .f_input ::-moz-placeholder { /* Firefox 19+ */
    text-align: left;
}

.userForm .f_input :-ms-input-placeholder {
    text-align: left;
}

.userForm span.name span, #cartStep span.name span, .wrap_input span.label span {
    color: #f12972;
    font-size: 22px;
    padding-right: 5px;
}

.step4 span.name {
    line-height: 20px !important;
}

.userForm .error .f_input, #cartStep .error .f_input {
    border: 1px solid #f2aeae;
}

.userForm .f_info.half, #cartStep .f_info.half {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.userForm .fb_login_button {
    margin-left: 15px;
    border: 1px solid #000066;
    background: #5a6f9e;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5a6f9e), to(#3c558d));
    background: -moz-linear-gradient(#5a6f9e, #3c558d);
    background: -o-linear-gradient(#5a6f9e, #3c558d);
    background: linear-gradient(#5a6f9e, #3c558d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a6f9e', endColorstr='#3c558d', GradientType=0);
}

.userForm .f_select, #cartStep .f_select {
    color: #666;
    float: right;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    background: #fff;
    float: left;
    background: #eceded;
}

.choose_checkout {
    float: none !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: 0 !important;
    padding-bottom: 150px !important;
    width: auto !important;
}

.choose_checkout > div > a {
    line-height: 60px;
    text-align: center;
    color: white;
    margin: 30px 0 15px;
    float: left;
    width: 100%;
    font-size: 18px;
}

.choose_checkout > div > a > span {
    padding-right: 5px;
}

.choose_checkout > .login > a {
    background: #00adef;
}

.choose_checkout > .register > a {
    background: #0acd7f;
}

.choose_checkout > .guest > a {
    background: #ee0070;
}

.choose_checkout > div p {
    color: #575757;
    float: left;
    font-size: 13px;
    line-height: 18px;
    padding: 0 30px;
    text-align: center;
}

/* msg */
div.msg {
    float: left;
    display: block;
    width: 100%;
    background: #FFF8E7;
    font-size: 14px;
    line-height: 1.6em;
    margin: 10px 0 10px 0;
}

div.msgErr {
    color: #fff;
    background: #d10505;
}

div.msg p {
    padding: 15px 20px;
    margin: 0;
}

.userForm div.msg {
    margin-top: 40px;
}

.userForm .help-block {
    position: relative;
    float: right;
    font-size: 12px;
    margin: 0;
    padding: 0 20px;
    color: #737373;
    width: 40%;
}

/*////////////////////////////////
//	kosarica / trgovina
////////////////////////////////*/
#cartInfo {
    float: right;
    display: inline;
    height: 84px;
    overflow: hidden;
}

.mhHack1 {
    float: left;
    display: inline;
    width: 1px;
    height: 80px;
}

#cartInfoL, #cartInfoM, #cartInfoR {
    float: left;
    display: inline;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 84px;
}

#cartInfoL, #cartInfoR {
    width: 5px;
}

#cartInfoL {
    /* 	background:url(cartinfoL.png) no-repeat 100% 0; */
}

#cartInfoR {
    float: right;
    /* 	background-image:url(cartinfoR.png); */
}

#cartInfoM {
    /* 	background:url(cartInfoM.png) repeat-x 0 0; */
}

#cartInfoMcont {
    float: right;
    display: inline;
    /* 	width:100%; */
    padding: 15px 15px 6px 70px;
    white-space: nowrap;
    position: relative;
}

a#kosaricaImg {
    display: block;
    width: 46px;
    height: 65px;
    position: absolute;
    top: 10px;
    left: 10px;
    /* 	background:url(shoppingBag_big.png) no-repeat 0 0 */
}

a#kosaricaImg span {
    display: none;
}

#cartInfoMcont p {
    margin-bottom: 3px;
}

#cartInfoMcont p.pLink {
    padding-top: 7px;
}

p.cartEmpty {
    padding-top: 10px;
}

/* galerija */
itemNovoBigImgMain {
    float: left;
}

#galOverlay, #cOverlay {
    position: absolute;
    left: 0;
    top: 0;
    background: url(loading_dark.gif) no-repeat #000;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#galOverlayImg, #galOverlayNav {
    position: absolute;
    z-index: 10000;
}

.galerijaNav {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px 0;
    margin: 3px 0;
    width: 100%;

}

.itemNovoBigImgC {
    float: left;
    width: 100%;
    *overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.itemNovoBigImgC img {
    width: 100%;
    text-align: center;
}

.itemNovoBigImgNav {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 5px 0 5px 15px;
    background: url(back_gray.gif) no-repeat left 5px;
    color: #3d9dcb;
    cursor: pointer;
}

.itemNovoBigImgNav.disabled {
    color: #d6d6d6;
}

.itemNovoBigImgNav.Right {
    background: url(vec_gray.gif) no-repeat right 5px;
    padding-left: 0;
    padding-right: 15px;
    left: auto;
    right: 0;
}

.itemNovoBigImg {
    display: inline-block;
    text-align: center;
}

.itemNovoBigImgC .ti-fullscreen {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #000;
    bottom: 16px;
    right: 16px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 2;
}

.zoomWrapperImage img {
    width: auto;
}

.itemNovoThumbs {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 0 0;
}

.galSlika {
    display: block;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.galOver {
    position: absolute;
    width: 100%;
    height: 100%;
}

.itemNovoThumbs a {
    display: block;
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #ccc;
}

.itemNovoThumbs a.active {
    border: 2px solid #ee0070;
}

.itemNovoThumbs a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.itemNovoThumbs a .slikaover {
    display: none;
}

.itemNovoThumbs a.active .slikaover {
    background: rgba(255, 255, 255, 0.7);
    display: block;
    position: absolute;
    text-align: center;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slikaover i {
    font-size: 36px;
    color: #ee0070;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.itemNovoThumbs a.t4 {
    padding-left: 1px;
}

.itemNovoThumbs a.t5 {
    padding-right: 0;
    padding-left: 1px;
}

#galOverlayNav {
    height: 20px;

}

#galOverlayNav span {
    float: left;
    color: #737373;
    display: block;
    padding: 5px 0 0 0;
}

#galOverlayNav p span {
    float: none;
    display: inline;
    padding: 0;
}

#galOverlayNav p {
    float: left;
    margin: 5px 0 0 20px;
}

#galOverlayNav a.close {
    *background: #f0f;
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
}

#galOverlayNav a.close:after {
    content: "\e646";
    font-family: 'themify';
}

#galOverlayImg a.disabled {
    display: none !important;
}

#galOverlayImg a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(../elementi/prev.gif) no-repeat left center;
    z-index: 100;
}

#galOverlayImg a.next {
    background: url(../elementi/next.gif) no-repeat right center;
    left: auto;
    right: 0;
}

.zoomPad {
    z-index: 1 !important;
}

/*////////////////////////////////
//	newsletter
////////////////////////////////*/
.prijavaNovice {
    background: url(news.jpg) repeat-x;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.prijavaNoviceHr {
    height: 2px;
    border-width: 0;
    color: #ffd5e3;
    background-color: #ffd5e3;
    margin-bottom: 2px;
    margin-top: 20px;
}

.prijavaNovice .wrapper p {
    color: #444444;
    font-size: 16px;
}

.prijavaNovice input {
    background: #fff;
    padding: 15px;
    width: 262px;
    height: 48px;
    font-size: 16px;
    color: #828282;
}

.prijavaNovice input.submit {
    background: #00aff0;
    border-radius: 0;
    color: #fff;
    padding: 13px;
    margin-left: 30px;
}

.prijavaNovice i {
    display: none;
}

.newsBadge {
    font-size: 48px;
    color: #fff;
    background: #f91877;
    border-radius: 50%;
    text-align: center;
    padding: 22px 20px;
    margin-right: 25px;
    min-width: 90px;
}

.prijavaNovice .form-horizontal {
    margin-top: 22px;
}

#newsModal .modal-dialog {
    margin-top: 150px;
}

h4.modal-title {
    font-size: 20px;
}

.step4 a.btn {
    display: inline-block;
    float: none;
    margin-left: 15px;
    margin-top: -5px;
}

/* @group Coupon Layer */
#couponLayer #fancy_close {
    display: block;
}

#couponLayer {
    background: #fff;
    position: fixed;
    width: 800px;
    z-index: 1000000;
    -moz-box-shadow: 0 0 10px black;
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;

}

#couponItems .content h1 {
    margin: 0 0 15px 0;
    padding: 10px 0;
}

#couponItems .content {
    padding: 0 15px;
}

#couponItems {
    overflow: auto;
    width: 100%;
}

#couponOverlay {
    position: fixed;
    background: #000;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.couponError, .couponInfo {
    background: #00AFEF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00AFEF), to(#0094D7));
    background: -moz-linear-gradient(#00AFEF, #0094D7);
    background: -o-linear-gradient(#00AFEF, #0094D7);
    background: linear-gradient(#00AFEF, #0094D7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AFEF', endColorstr='#0094D7', GradientType=0);
}

.couponError {
    background: #d10505;
}

.couponError p, .couponInfo p {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 15px;
    margin: 0;
}

.basketCupon .msg {
    margin: 0 0 15px 0;
}

.basketCupon span.delete a {
    margin: 2px 0 0 10px;
    float: left;
    width: auto !important;
}

.verified {
    position: relative;
    float: left;
}

.footer_right .verified {
    float: right;
}

.verified .activa {
    position: relative;
    float: left;
    width: 78px;
    height: 65px;
    background: url(activa_varified.png) no-repeat left top;
}

.verified .mastercard {
    position: relative;
    float: left;
    width: 120px;
    height: 65px;
    background: url(mastercard_secure.png) no-repeat left top;
}

.verified .visa {
    position: relative;
    float: left;
    width: 109px;
    height: 65px;
    background: url(visa_verified.png) no-repeat left top;
}

.kreditnalogotipi {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    height: 45px;
    background: url(kreditnalogotipi.gif) no-repeat left top;
}

/* @group Feedback form */
#feedbackFormWrapper {
    position: fixed;
    width: 800px;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1000000;
    -moz-box-shadow: 0 0 10px black;
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;
}

#feedbackFormClose {
    position: absolute;
    width: 56px;
    height: 56px;
    right: -27px;
    top: -27px;
    background: url(../jqueryfancybox/fancy_closebox.png) no-repeat left top;
    z-index: 181;
}

#feedbackForm {
    position: relative;
    float: left;
    width: 100%;
}

#feedbackForm .content {
    display: block;
    padding: 0 15px;
}

#feedbackForm .content h1 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px 0;
    font-size: 32px;
}

#feedbackForm .content .row {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0;
}

#feedbackForm .content .row .name {
    position: relative;
    float: left;
    width: 250px;
    padding: 10px 10px 0 0;
    text-align: right;
}

#feedbackForm .content .row .f_input {
    position: relative;
    float: left;
    width: 300px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    font-weight: normal;
    color: #333;
    padding: 8px;
    font-size: 1.2em;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

#feedbackForm .content .row .f_memo {
    position: relative;
    float: left;
    width: 300px;
    height: 100px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    font-weight: normal;
    color: #333;
    padding: 8px;
    font-size: 1.2em;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

#feedbackForm .content .navigation {
    padding: 5px 0 15px 0;
    background: none;
    border: none;
}

#feedbackForm .content .navigation .button {
    position: relative;
    float: left;
    width: 190px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .9em;
    cursor: pointer;
    color: #fff;
    border: 1px solid #000;
    background: #000;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2c2c2c), to(#000000));
    background: -moz-linear-gradient(#2c2c2c, #000000);
    background: -o-linear-gradient(#2c2c2c, #000000);
    background: linear-gradient(#2c2c2c, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#000000', GradientType=0);
}

#feedbackForm .content .row.error {
    color: #d90e0e;
    text-align: center;
}

#feedbackForm .content .row .errorDesc {
    position: relative;
    float: left;
    clear: both;
    color: #d90e0e;
    font-weight: bold;
    padding: 5px 0 0 260px;
}

#feedbackOverlay {
    position: fixed;
    background: #000;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.order_remarks {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.order_remarks span {
    float: left;
    width: 100%;
    color: #000;
    font-size: 1.3em;
    letter-spacing: 0.03em;
    line-height: 50px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.order_remarks textarea {
    float: left;
    width: 99%;
    height: 100px;
    padding: 0;
    margin: 15px 0;
    resize: none;
}

.cart_next_top_button {
    color: #808080;
    text-align: left;
    padding-right: 0;
    border: 1px solid #fff;
    background: #fff;
    filter: none;
    float: right;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: 190px;
}

.cart_next_top_button:hover {
    color: #000;
}

#popupInfoOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.94);
    z-index: 1000;
}

#popupInfo button {
    font-size: 12px;
}

#popupInfo {
    padding: 20px;
    font-size: 13px;
}

#popupInfoBox button {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 14px;
}

#popupInfoBox p {
    margin: 0 0;
    padding: 0;
    font-size: 14px;
}

#popupInfoBox {
    padding: 20px 0;
    z-index: 10001;
    position: fixed;
    text-align: center;
    left: 50%;
    top: 50%;
    width: 400px;
    margin-left: -200px;
    margin-top: -50px;
    -moz-box-shadow: 1px 1px 8px black;
    -webkit-box-shadow: 1px 1px 8px black;
    box-shadow: 1px 1px 8px black;
    background-color: #1d1d1d;
    color: #00adee;
}

/* @group Feedback form */
#documentInfoWrapper {
    position: fixed;
    width: 800px;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1000000;
    -moz-box-shadow: 0 0 10px black;
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;
}

#documentInfoClose {
    position: absolute;
    width: 56px;
    height: 56px;
    right: -27px;
    top: -27px;
    background: url(../jqueryfancybox/fancy_closebox.png) no-repeat left top;
    z-index: 181;
}

#documentInfo {
    position: relative;
    float: left;
    width: 100%;
}

#documentInfo .content {
    display: block;
    padding: 0 15px;
}

#documentInfo .content h1 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px 0;
    font-size: 30px;
}

#documentInfo .itemImgs {
    width: 190px;
    margin: 0 0 10px 15px;
}

#documentInfo .itemImgs img {
    position: relative;
    float: right;
    margin: 0 0 10px 0;
}

#documentInfoOverlay {
    position: fixed;
    background: #000;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* @end */

#cartStep #userRegister h2 {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    color: #000;
    font-size: 21px;
    margin-top: 35px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

/* @end */

/* @group sticky menu */

.seznamIzdelkovNaslov {
    float: left;
    width: 100%;
    height: auto;
}

.seznamIzdelkovNaslov h1 {
    font-size: 2em;
    border: none;
    padding: 0;
    font-weight: normal;
    margin: 16px 0;
    line-height: 1.42857;
}

.categoryDescription {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.seznamIzdelkovNaslov a.backWrapper {
    width: 50px;
    height: 50px;
    background: #00adee;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
    margin: 18px 12px 18px 0;
}

.seznamIzdelkovNaslov a.backWrapper:hover {
    text-decoration: none;
    background: #ef266e;
}

ul.filters {
    float: left;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    list-style: none;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.03);
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

ul.filters li a {
    border-bottom: 1px solid #dfdfdf;
    color: #0c0c37;
    cursor: default;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
}

ul.filters li {
    clear: both;
    position: relative;
    list-style: none;
}

ul.filters li a.filterNaslov {
    background: #ffffff;
    color: #ed1c24;
    float: left;
    height: auto;
    line-height: 20px;
    padding: 8px 10% 8px 6%;
    width: 100%;
    cursor: pointer;
}
ul.filters li a.filterLink{
    padding-left: 35px;
    position: relative;
}
ul.filters li a.filterLink:before{
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 14px;
    top: 13px;
    background: #353535;
}
ul.filters li a.filterLink:hover:before,ul.filters li a.filterLink.active:before{
    background: #ed1c24;
}
ul.filters li a.remove {
    border: medium none;
    color: #a3a9af;
    cursor: pointer;
    font-size: 1.1em;
    height: 12px;
    line-height: 12px;
    position: absolute;
    right: 22px;
    top: 10px;
    width: 12px;
}

span.propArrow {
    border: medium none;
    color: #ed1c24;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 8px;
    top: 7px;
    width: 24px;
    text-align: center;
}

ul.filters li ul {
    background: #f5f5f5;
    margin: 0;
    padding: 6px 5%;
    width: 100%;
}

ul.filters .remove-all-filters {
    float: left;
    padding: 15px 6%;
    width: 100%;
}

ul.filters li ul li {
    width: 100%;
}

ul.filters li ul li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none;
    border-width: 0 0 medium;
    color: #353535;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    padding-left: 0;
    text-transform: none;
    width: 100%;
    padding-left: 20px;
}

ul.filters li ul li a span {
    background: #353535;
    border-radius: 0;
    float: left;
    height: 10px;
    margin-right: 6px;
    margin-top: 2px;
    width: 10px;
    position: absolute;
    left: 0;
}

ul.standard {
    padding-left: 15px;
}

ul.standard li {
    clear: none;
    display: inline-block;
    float: left;
    margin-top: 10px;
    padding-right: 15px;
    width: auto !important;
}

ul.standard li a {
    float: left;
    padding-left: 30px;
    width: 100% !important;
}

ul.filters li ul li a:hover span {
    background: #ed1c24;
}

ul.filters li ul li a.active {
    color: #ed1c24;
}

ul.filters li ul li a.active span {
    background: #ed1c24 none repeat scroll 0 0;
    width: 11px !important;
}

ul.filters li .xscroll .scrollbar {
    display: none !important;
}

ul.filters li:hover .xscroll .scrollbar {
    display: block;
}

ul.filters li.color ul {
    margin-left: 15px;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
}

ul.filters li.color ul li {
    display: inline;
}

ul.filters li.color ul li a {
    background: #e6e6e6 none repeat scroll 0 0;
    float: left;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0;
    width: 46px;
}

ul.filters li.price {
    height: 90px;
}
.actions-filter{
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
}
.actions-filter ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.actions-filter li{
    float: left;
    margin: 0 8px 5px 0;
}
.actions-filter li a{
    padding-left: 9px;
    padding-right: 9px;
    border: none;
}
.actions-filter li a .badge{
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-left: 5px;
    font-size: 11px;
}
.actions-filter li .btn-yellow{
    background-color: #F8C239;
}
.actions-filter li .btn-green{
    background-color: #39983F;
}
.actions-filter li .btn-red{
    background-color: #ED1C24;
}
.actions-filter li .btn-blue{
    background-color: #2493BA;
}
.actions-filter li .btn-grey {
    background-color: #999;
}
.actions-filter li .btn-active{
    color: #000;
    background-color: #ccc;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.actions-filter li .disabled{
    background: #eee;
    color: #bdbdbd;
}
#sorter,#menu0 {
    float: right;
    margin-top: 45px;
    border-radius: 0;
    margin-left: 5px;
}

#sorter .ddTxr,#menu0 .ddTxr {
    display: inline-block;
}

#sorter .ddDown, #menu0 .ddDown {
    display: inline-block;
    margin-left: 5px;
}

.catalog-banner {
    background: #ED1C24 no-repeat center 110px;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.spices .catalog-banner {
    background: #336600 no-repeat center 110px;
}

.gifts .catalog-banner {
    background: #ffc611 no-repeat center 110px;
}

.catalog-banner a {
    float: left;
    width: 100%;
}

.catalog-banner .btn {
    border-color: white;
    color: white;
    margin-top: 240px;
    margin-bottom: 32px;
}

.catalog-banner h3 {
    font-weight: 300;
    font-size: 24px;
}

.catalog-banner h2 {
    font-weight: 600;
    font-size: 24px;
    text-transform: none;
}

.catalog-banner h2, .catalog-banner h3 {
    color: white;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.filtriNaslov .remove-all-filters {
    float: right;
    color: #898989;
    font-size: 16px;
}

.row.border {
    padding-top: 40px;
    border-top: 1px solid #f3f3f3;
}

.products-heading {
    margin-bottom: 40px;
    margin-top: 20px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

.products-heading.personal-area {
    border-bottom: none;
    margin-bottom: 10px;
}

.products-heading.no-border-top {
    border-top: none;
}

.shop-image.personal-area span {
    top: 20%;
}

.shop-image {
    margin: 0;
    float: left;
    position: relative;
}

.shop-image span {
    position: absolute;
    left: 80px;
    color: white;
    font-size: 48px;
    font-weight: 300;
    top: 30%;
}

.shop-image span strong {
    font-weight: 600;
}

.products-heading div.submenu a {
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    color: #333333;
    position: relative;

}

.products-heading > .container {
    display: table;
    float: none;
}

.products-heading > .container > .col-md-3 {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.products-heading div.submenu a span {
    width: 100%;
    float: left;
    padding: 0 10px;
}

.products-heading.spices div.submenu:hover a span, .products-heading.spices div.submenu:hover a span.row2 {
    color: #ffffff;
}

.products-heading div.submenu a .row2 {
    font-size: 24px;
    color: #ED1C24;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 28px;
}

.products-heading.spices div.submenu a .row2 {
    color: #336600;
}

.products-heading.gifts div.submenu a .row2 {
    color: #ffc611;
}

.products-heading.spices div.submenu a {
    padding: 35px 0;
}

.products-heading.gifts div.submenu a {
    padding: 35px 0;
}

.products-heading.gifts div.submenu a .row2 {
    color: #ffc611;
}

.products-heading.gifts div.submenu:hover a .row2 {
    color: #ffffff;
}

.products-heading div.submenu.active::after, .products-heading div.submenu:hover::after {
    background: #f3f3f3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.products-heading.spices div.submenu.active::after, .products-heading.spices div.submenu:hover::after, .products-heading.spices div.submenu.active a .row2, .products-heading.spices div.submenu.active a .row1 {
    color: white;
    background: #336600;
}

.products-heading.gifts div.submenu.active::after, .products-heading.gifts div.submenu:hover::after, .products-heading.gifts div.submenu.active a .row2 {
    color: white;
    background: #ffc611;
}

.products-heading .search button {
    background: rgba(0, 0, 0, 0) url("/p/elementi/search_btn_big.png") no-repeat scroll center / auto 100%;
    transition: all 0.3s ease-in 0s;
    height: 58px;
    margin: 5px 0 10px 0;
}

.products-heading .search .focused button {
    height: 30px;
}

.products-heading .search input {
    border: 1px solid #ccc;
    line-height: 30px;
    transition: all 0.3s ease-in 0s;
    width: 100%;
    padding: 0 15px;
}

.products-heading .search .focused input {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
}

.products-heading div.submenu {
    border-left: 1px solid #f3f3f3;
}

.products-heading h1 {
    line-height: 40px;
    height: 40px;
}

/*////////////////////////////////////
listing artiklov
////////////////////////////////////*/
.itemArtikel {
    margin-bottom: 30px;
    text-align: center;
}

.itemArtikel .imgWrapper {
    width: 100%;
    float: left;
    margin-bottom: 7px;
    height: 200px;
}

.itemArtikel .imgWrapper img.img-responsive {
    margin: 0 auto;
}

.itemArtikel .year {
    font-size: 14px;
    color: #ED1C24;
}

.itemArtikel h2 {
    font-size: 18px;
    color: #ED1C24;
    font-weight: 700;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.spices .itemArtikel h2 {
    color: #336600;
}

.gifts .itemArtikel h2 {
    color: #ffc611;
}

.itemArtikel h3 {
    color: #333333;
    font-size: 16px;
    line-height: 19px;
    margin: 0 55px;
}

.itemArtikel p {
    color: #999999;
    font-size: 13px;
    line-height: 18px;
    margin: 2px 0;
    padding: 0;
}

.itemArtikel .priceWrapper, #carousel_multiple .priceWrapper {
    font-size: 18px;
    color: #ED1C24;
    font-weight: 700;
    margin-top: 5px;
    width: auto;
    float: none;
}

.itemArtikel .priceWrapper .old, #carousel_multiple .priceWrapper .old {
    text-decoration: line-through;
    font-weight: 500;
    margin-right: 5px;
    font-size: 80%;
}

.itemArtikel .priceWrapper .price_info, .itemArtikel .priceWrapper .shipping-time {
    font-size: 13px;
    color: #999999;
    width: 100%;
    float: left;
    font-weight: normal;
}

.spices .price_info a {
    color: #336600;
}

.gifts .price_info a {
    color: #ffc611;
}

.itemArtikel .priceWrapper .shipping-time {
    padding-bottom: 2px;
}

.spices .itemArtikel .priceWrapper {
    color: #336600;
}

.gifts .itemArtikel .priceWrapper {
    color: #ffc611;
}

#carousel_multiple .priceWrapper .price {
    font-size: 18px;
}

.itemArtikel .priceWrapper .package {
    color: #999999;
    font-weight: 400;
}

.itemArtikel .addToCart, .itemArtikel .removeFromCart {
    float: none;
    margin-top: 5px;
    padding: 0 17px;
}

.itemArtikel .addToWish {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #666666;
    color: #666666;
    float: none;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    padding: 0 18px;
    text-transform: uppercase;
    background: white;
}

.itemArtikel .addToWish span {
    height: 25px;
    line-height: 25px;
}

.itemArtikel .addToWish:hover {
    color: #666666;
}

/*////////////////////////////////////
listanje / paging
////////////////////////////////////*/
.listingNavigation {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.03);
}

.listingNavigation.bottom {
    margin-top: 15px;
}

.bcmsPagingContainer {
    color: #666666;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.bcmsPagingContainer .bcmsPaging {
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

.bcmsPagingContainer span.pages {
    display: inline-block;
    vertical-align: 17px;
}

.bcmsPagingContainer .bcmsPaging li {
    float: left;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    margin: 7px 0;
    text-align: center;
    position: relative;
}

.bcmsPagingContainer .bcmsPaging li:after {
    content: "";
    position: absolute;
    height: 50%;
    top: 25%;
    width: 2px;
    background: #989898;
    right: -1px;
}

.bcmsPagingContainer .bcmsPaging .bcmsPagingNext:after, .bcmsPagingContainer .bcmsPaging .bcmsPagingPrev:after, .bcmsPagingContainer .bcmsPaging .bcmsPagingLastPage:after {
    content: none;
}

.bcmsPagingContainer .bcmsPaging li.bcmsPagingDots {
    width: auto;
    padding: 0 4px;
}

.bcmsPagingContainer .bcmsPaging li a {
    color: #666666;
    padding: 0 10px;
}

.bcmsPagingContainer .bcmsPaging li a:hover {
    color: #000;
    text-decoration: none;
}

.bcmsPagingContainer .bcmsPaging .bcmsPagingActive {
    color: #00A650;
    font-weight: 700;
    font-size: 20px;
    padding: 0 6px;
}

.spices .bcmsPagingContainer .bcmsPaging .bcmsPagingActive {
    color: #336600;
}

.gifts .bcmsPagingContainer .bcmsPaging .bcmsPagingActive {
    color: #ffc611;
}

.bcmsPagingContainer .bcmsPaging .bcmsPagingPrev {
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 5px 0 0;
}

.bcmsPagingContainer .bcmsPaging .bcmsPagingNext {
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 0 0 5px;
}

.bcmsPagingContainer ul.bcmsPaging li:only-child::after {
    content: none;
}

.bcmsPagingContainer .bcmsPaging .bcmsPagingNext a, .bcmsPagingContainer .bcmsPaging .bcmsPagingNext a:hover {
    color: #00A650;
    padding: 0 10px;
}

.bcmsPagingContainer .bcmsPaging .bcmsPagingPrev a, .bcmsPagingContainer .bcmsPaging .bcmsPagingPrev a:hover {
    color: #00A650;
    padding: 0 10px;
}

.listingNavigation .position-info {
    font-size: 14px;
    margin-top: 28px;
    text-align: center;
}

.listingNavigation .position-info span {
    font-weight: 700;
}

/*////////////////////////////////////
listanje / paging
////////////////////////////////////*/

/*----------------------------------------------------seznam blagovnih znamk*/
.seznamCrk {
    padding: 20px 0;
}

.seznamCrk a {
    color: #32b2e8;
    padding: 15px;
}

.seznamCrk a:hover {
    text-decoration: none;
    color: #ef266e;
}

.empty_space {
    height: 40px;
}

.bigLetter {
    color: #e3ecf4;
    font-size: 72px;
    text-align: right;
    text-transform: lowercase;
    line-height: normal;
    padding-right: 30px;
    border-right: 1px solid;
}

.znamkeGroup {
    color: #00a0dc;
    font-size: 16px;
}

.znamkaNaslov {
    position: relative;
    padding: 10px 0 5px 0;
}

.znamkaNaslov:hover,
.znamkaNaslov.active {
    text-decoration: none;
    color: #ef266e;
    cursor: pointer;
}

.vecZnamka {
    display: none;
    border-radius: 0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.31);
    border: none;
    border-top: 5px solid #ef266e;
    position: absolute;
    z-index: 10;
}

.vecZnamka li {
    border: none;
    color: #000;
    font-size: 12px;
    border-radius: 0;
}

.vecZnamka .oZnamki {
    border-bottom: 1px solid #dbe4ec;
    border-radius: 0;
}

.vecZnamka a:hover li {
    border-radius: 0;
    background: #dbe4ec;
}

.vecZnamka a:hover {
    text-decoration: none;
}

/*pogled 1 blagovne znamke*/
.bzDesc h1 a {
    color: #00aff0;
    float: right;
    font-size: 18px;
    font-weight: normal;
    line-height: 56px;
}

.bzDesc h1 {
    float: left;
    width: 100%;
}

.bzDesc h1 span {
    max-width: 90%;
    float: left;
}

.bzDesc {
    width: 100%;
}

#contentpage- .mainContentCol h2 {
    border-bottom: 0;
}

#contentpage- .itemArtikli {
    margin-bottom: 10px;
}

#contentpage- .manufacturersSlide {
    margin: 0 0 40px 0;
    height: 75px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

#contentpage- .manufacturersSlide .left {
    top: 19px;
}

#contentpage- .manufacturersSlide .middle {
    margin: 20px 0 0 0;
}

#contentpage- .manufacturersSlide .right {
    top: 19px;
}

#contentpage- .manufacturersSlide span img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#contentpage- .blog_latest h2 {
    margin-top: 0;
}

.productsMenu {
    position: relative;
    float: left;
    width: 25%;
    padding-right: 30px;
    box-sizing: border-box;
}

.productsMenu h2 {
    float: left;
    width: 100%;
    background: #f0f0ed;
    color: #222;
    font-size: 14px;
    padding: 10px 12px;
    margin: 16px 0 0 0;
    text-transform: none;
    font-weight: bold;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.productsMenu ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    list-style-type: none;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.productsMenu ul li {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.productsMenu ul li a {
    color: #222;
}

.productsMenu ul li .first {
    font-weight: bold;
}

.productsMenu ul li .active {
    color: #00b3be;
    font-weight: bold;
}

.productsMenu ul li ul {
    border: 0;
    margin: 4px 0px 4px 0;
}

.productsMenu ul li ul li span {
    width: 10px;
    color: #00b3bf;
    font-size: 10px;
}

.productsMenu ul li ul li span.ti-angle-right {
    color: #777;
    font-size: 8px;
}

.productsMenu ul li ul li ul {
    margin: 4px 0px 4px 12px;
}

.slideCartVisible {
    overflow: hidden;
}

#sideCartOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    cursor: pointer;
}

#sideCart {
    position: fixed;
    top: 0;
    right: -390px;
    bottom: 0;
    width: 390px;
    background: #fff;
    border-left: 1px solid #e1e1e1;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
}

#sideCart h2 {
    position: relative;
    float: left;
    width: 350px;
    margin: 10px 20px;
    height: 39px;
    line-height: 39px;
    padding-left: 55px;
    border: none;
    font-size: 18px;
    text-decoration: inherit;
    color: #000;
    text-transform: none;
    font-weight: bold;
}

#sideCart h2:before {
    content: "\f291";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
}

#sideCart h3 {
    position: relative;
    float: left;
    width: 350px;
    margin: 0 20px;
    padding: 10px 0;
    border-top: 1px solid #e1e1e1;
    font-size: 16px;
}

#sideCart h3 span {
    float: right;
}

#sideCart .navigation {
    position: relative;
    float: left;
    width: 100%;
}

#sideCart .navigation .continue {
    position: relative;
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    background: #ed1c24;
}

#sideCart .navigation .toCart {
    position: relative;
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    background: #00a650;
}

#sideCart .items {
    position: relative;
    float: left;
    width: 100%;
}

#sideCart .items .item {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    padding: 10px 40px 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}

#sideCart .items .item .image {
    position: relative;
    float: left;
    width: 110px;
    text-align: center;
}

#sideCart .items .item .image img {
    max-width: 100px;
    max-height: 100px;
    display: inline-block;
}

#sideCart .items .item .link {
    position: relative;
    float: right;
    width: 199px;
    font-size: 16px;
    line-height: 19px;
    color: #00a650;
    font-weight: bold;
}

#sideCart .items .item .price {
    position: relative;
    float: right;
    width: 199px;
    font-size: 14px;
    line-height: 20px;
}

#sideCart .items .item .qty {
    position: relative;
    float: right;
    width: 199px;
    font-size: 14px;
    line-height: 20px;
}

#sideCart .items .item .price strong {
    margin-left: 7px;
    font-size: 16px;
}

#sideCart .items .item .qty strong {
    margin-left: 7px;
    font-size: 16px;
}

#sideCart .items .item .remove {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #777;
    font-size: 12px;
}

#sideCart .items .item .remove:hover {
    text-decoration: none;
}

.order {
    padding-top: 30px;
}

.ordersForm {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 10px;
}

.ordersForm .row {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0;
}

.ordersForm .row.header {
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
}

.ordersForm .row .date {
    position: relative;
    float: left;
    width: 25%;
    padding-right: 10px;
}

.ordersForm .row .number {
    position: relative;
    float: left;
    width: 25%;
    padding-right: 10px;
}

.ordersForm .row .value {
    position: relative;
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 10px;
}

.ordersForm .row .tools {
    position: relative;
    float: left;
    width: 25%;
    text-align: right;
}

/*personal area*/
.personal-area #topSearch .site_search_input {
    border: 1px solid #ccc;
    line-height: 30px;
    padding: 0 15px;
    transition: all 0.3s ease-in 0s;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("search_back.png") repeat-x scroll 0 0;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    margin: 0;
}

.personal-area #topSearch {
    position: relative;
}

.personal-area #topSearch button {
    background: rgba(0, 0, 0, 0) url("search_button_back.png") repeat-x scroll 0 0;
    border: medium none;
    height: 38px;
    margin: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
}

.personal-area #topSearch button span {
    background: rgba(0, 0, 0, 0) url("search_btn.png") no-repeat scroll center bottom;
    height: 30px;
    left: 12px;
    position: absolute;
    top: 5px;
    width: 30px;
}

.personal-area .background {
    background: #dedede;
    margin: 20px 0;
    padding: 20px 0;
}

.personal-area .background h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-transform: none;
}

.personal-area .background p, .personal-area .no-products p {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    padding: 0 105px 0 30px;
}

.personal-area .background p a {
    font-weight: 700;
}

.personal-area.spices .background p a {
    color: #336600;
}

.personal-area .heading h1 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

.wishlist .background {
    background: rgba(0, 0, 0, 0) url("tile.png") repeat scroll 0 0;
    padding: 20px 0;
    margin-bottom: 30px;
}

.wishlist .background .heading h1 {
    font-size: 36px;
    font-weight: 300;
    color: #333333;
}

.wishlist .background .heading {
    margin-bottom: 30px;
}

.wishlist .add-wishlist-products a {
    padding: 140px 30px 20px 30px;
    float: left;
    background: #ED1C24;
    color: #ffffff;
    font-size: 18px;
    max-width: 180px;
    position: relative;
    margin-left: 42px;
}

.wishlist .add-wishlist-products a span {
    clear: both;
    float: left;
    font-size: 80px;
    font-weight: 800;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%;
}

.wishlist.spices .add-wishlist-products a {
    background: #336600;
    margin-top: 5px;
}

.wishlist .no-products, .personal-area .no-products, #content .no-products {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-top: 0;
}

#content .no-products {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.wishlist .bcms-form label {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

.wishlist .bcms-form input[type="text"] {
    background: rgba(0, 0, 0, 0) url("search_back.png") repeat-x scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin-left: -50px;
    padding: 0 15px;
    transition: all 0.3s ease-in 0s;
    width: 200px;
}

.wishlist .bcms-form .btn {
    background: #ED1C24 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    top: 0;
}

.wishlist.spices .bcms-form .btn {
    background: #336600;
}

.wishlist .bcms-form-input {
    position: static;
}

.wishlist .form-group {
    position: relative;
    margin-bottom: 0;
}

.wishlist .bcms-form ::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
    text-align: left;
    font-style: italic;
}

.wishlist .bcms-form :-moz-placeholder { /* Firefox 18- */
    color: #333;
    opacity: 1;
    text-align: left;
    font-style: italic;
}

.wishlist .bcms-form ::-moz-placeholder { /* Firefox 19+ */
    color: #333;
    opacity: 1;
    text-align: left;
    font-style: italic;
}

.wishlist .bcms-form :-ms-input-placeholder {
    color: #333;
    opacity: 1;
    text-align: left;
    font-style: italic;
}

.wishlist .bcms-form .alert {
    border-radius: 0;
    margin-right: 40px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.wishlist .bcms-form .bcms-form-row .alert {
    border-radius: 0;
    margin-bottom: 20px;
    margin-right: 25px;
    padding: 5px 15px;
    margin-top: 10px;
}

/*employees*/
.employees {
    margin-top: 60px;
}

.employees img {
    border-radius: 50%;
    box-shadow: 0 1px 3px #585757;
    margin-right: 30px;
    z-index: 1;
}

.employees h1 {
    color: #ED1C24;
    font-size: 24px;
    font-weight: 600;
    margin-top: 3px;
    text-transform: none;
}

.employees h2 {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.employees > div {
    margin-bottom: 30px;
}

/*enews*/
#enews button {
    background: #ED1C24 none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 30px;
    text-transform: uppercase;
}

#enews {
    margin-top: 20px;
}

.enoviceMsg {
    margin-top: 15px;
}

#enews input[type="text"] {
    height: 35px;
    line-height: 35px;
}

#enews h2 {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 0;
    text-align: right;
    text-transform: uppercase;
}

.alert {
    font-size: 14px;
}

.alert > p {
    margin: 0;
    padding: 5px 0;
}

/*newsletter form*/
.newsletter-form {
    margin-top: 30px;
}

.newsletter-form button {
    background: #ED1C24 none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 30px;
    text-transform: uppercase;
    border: none;
}

.newsletter-form input {
    border-radius: 0;
}

.newsletter-form .alert {
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
}

.bcms-form-row.req label::before {
    color: #e4312a;
    content: "*";
    font-size: 14px;
    font-weight: bold;
    right: 5px;
    position: absolute;
    top: 2px;
    z-index: 10;
}

.bcms-form-row label {
    position: relative;
}

.wishlist .bcms-form-row.req label::before {
    content: none;
}

/*print specifications*/
.print-outer table tr td {
    padding: 3px 20px 3px 0;
}

.itemOptions .lefty {
    float: left;
}

.itemOptions .righty {
    float: right;
}

.itemOptions .lefty ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.itemOptions .lefty ul li {
    border-right: 1px solid #dfdfdf;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
}

.itemOptions .lefty ul li a {
    color: #000;
    font-size: 16px;
    line-height: 40px;
}

.itemOptions .lefty ul li:last-child {
    border-right: none;
}

.itemOptions .productCart {
    float: left;
    width: 100%;
}

.itemOptions .righty .item-price {
    text-align: right;
}

.itemOptions .item-banner {
    display: inline-block;
}

.product ul.nav {
    margin: 0;
}

.product .itemArtikli {
    padding: 30px 0 0 0;
}

.product .nav-item:first-of-type {
    margin-left: 10px;
}

.product .nav-item .nav-link {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    background: #0d9850;

    border-radius: 0;
}

.product .nav-item .nav-link:hover {
    background: #0d9850;
}

.product .nav-item.active .nav-link {
    background: #fff;
    color: #000;
}

/*region xtra cart*/
#extra-cart ul {
    background-color: #0f482b;
    left: -2px;
    margin: 0;
    padding: 15px;
    position: absolute;
    right: -2px;
    top: 62px;
    width: auto;
    z-index: 99999;
    color: #ffffff;
}

#extra-cart a {
    color: white;
    line-height: 25px;
}

#extra-cart ul a {
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
}

#extra-cart li {
    border-top: 1px solid #ffffff;
    float: left;
    padding: 10px 0;
    width: 100%;
    list-style: none;
    position: relative;
}

#extra-cart li a.delete {
    position: absolute;
    right: 10px;
    top: 10px;
}

#extra-cart li.total {
    font-weight: 500;
    font-size: 14px;
}

#extra-cart ul li.checkout {
    border: medium none;
    padding-bottom: 0;
}

#extra-cart ul li.checkout a {
    background: #00a650 none repeat scroll 0 0;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 15px;
    border: 1px solid #00a650;
}

#extra-cart ul li.checkout a.back {
    border: 1px solid #fff;
    background: transparent;
}

/* region responsive */
@media (max-width: 1199px) {
    .menu-cart {
        padding: 8px;
    }

    .menu-user {
        padding: 8px;
    }

    .cart-icon .fa {
        font-size: 22px;
        line-height: 22px;
    }

    .cart-icon {
        margin-right: 8px;
    }

    .menu-user .fa {
        margin-right: 4px;
    }

    .search_menu .search {
        margin-bottom: 8px;
    }

    .footer-newsletter {
        min-height: 175px;
    }

    #footer {
        margin-bottom: 100px;
    }

    .entry-banners {
        min-height: 0;
    }

    .product .gallery .image img {
        width: 100%;
    }

    .menu-personal {
        width: auto;
        margin-bottom: 5px;
    }

    .navbar-language, .navbar-misc {
        margin: 0;
        margin-top: 25px;
    }

    .navbar-language li, .navbar-misc li {
        float: left;
    }

    #menu .navbar-main li a, #menu .secondmenu li a {
        padding: 18px 15px;
    }

    .user_profile {
        margin-top: 25px;
        margin-right: 10px;
    }

    .itemcarousel .item {
        height: 100%;
    }
    .fixed-banner-wrapper{
        position: absolute;
        bottom: -30px;
        right: calc(((100% - 970px) / 2) - 15px);
    }
    #entry-carousel .carousel-caption {
        left: calc(((100% - 970px) / 2));
        width: calc(970px - 400px);
    }
    .itemcarousel .carousel-indicators{
        left: calc(((100% - 970px) / 2));
    }
}

@media (max-width: 991px) {
    .itemcarousel .carousel-indicators{
        left: 15px;
    }
    .cart-icon .fa {
        font-size: 34px;
        line-height: 34px;
    }

    #menu .navbar-right {
        float: left !important;
    }

    #entry-carousel img {
        width: 100%;
    }

    #entry-carousel .carousel-blur {
        display: none;
    }

    #entry-carousel .carousel-caption {
        width: 300px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px;
    }

    .entry-banners {
        padding: 25px 0 5px 0;
    }

    .entry-banners a {
        margin-bottom: 20px;
    }

    .footer-col {
        margin-bottom: 20px;
    }

    .product .gallery .image img {
        width: 100%;
    }

    .owl-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }

    .product .back, .product .back:hover {
        margin: 20px 0 0 0;
    }

    #print-content h1 {
        margin: 20px 0 10px 0;
    }

    #print-content h2 {
        float: left;
        margin: 0;
    }

    .dropdown-menu {
        top: 56px;
    }

    #menu .dropdown-menu, #menu .dropdown-menu .col3 {
        min-height: 200px;
    }

    .entry-banners h2 {
        font-size: 4vw;
    }

    .katlist {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    #cartStep .row.half, .userForm .row.half {
        padding-left: 15px;
    }

    #cartStep .custom-checkbox {
        padding-left: 15px;
        padding-right: 15px;
    }

    #cartStep .row.required {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 100%;
    }

    #cartStep .row.nopaddingbottom, .userForm .row.nopaddingbottom {
        float: left;
        width: 100%;
    }

    #cartStep .row.half {
        margin: 8px 0;
    }

    #cartStep .name.radioName {
        float: left;
    }

    #cartStep .custom-radio.options {
        float: left;
        width: 100%;
    }

    #sorter {
        margin-top: 0;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .navbar-default .navbar-toggle {
        border: 1px solid #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #ED1C24;
    }

    #menu .nav > li {
        position: relative;
        float: left;
        width: 100%;
    }

    #menu .navbar-main li a {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }

    #menu .navbar-main li .dropdown-toggle {
        display: block;
        position: absolute;
        right: 50px;
        top: 5px;
        width: 40px;
        min-height: 40px;
        text-align: center;
        padding: 15px 0;
        background: rgba(0, 0, 0, .1);
    }

    #menu .navbar-main li a {
        text-align: center;
        float: left;
        width: 100%;
    }

    #menu .rightside {
        float: none !important;
        text-align: center;
    }

    .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

    #menu .dropdown-menu .col3, #menu .dropdown-menu .col2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    #menu .dropdown-menu {
        position: relative;
        top: 0;
    }

    #menu .dropdown-menu, #menu .dropdown-menu .col3 {
        min-height: 0;
        float: left;
        width: 100%;
    }

    .navbar-nav .open ul {
        display: initial;
    }

    #shipping_address #row_cart_3_user_selected_address_shipping .name, #cartStep #shipping_address #row_cart_3_user_selected_address_shipping .f_select {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
    }

    .sl_template_product .shop-filters {
        display: none;
    }

    .main-navs {
        display: none;
    }

    .navbar-language {
        position: absolute;
        bottom: -135px;
        left: 95px;
        margin: 0;
        z-index: 2;
    }

    .navbar-misc {
        position: absolute;
        bottom: -135px;
        left: 15px;
        margin: 0;
        z-index: 2;
    }

    header .brand {
        position: absolute;
        top: 20px;
        left: 20px;
        margin: 0;
        z-index: 5;
        height: 56px;
        width: 169px;
        background-size: contain;
    }

    .menu-personal {
        margin: 10px 0 30px 0;
        float: right;
        margin-left: 180px;
    }

    .user_profile {
        margin-top: 0px;
        position: absolute;
        bottom: 0px;
        right: 15px;
    }

    .navbar-nav.navbar-misc li a {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .navbar-language {
        border-color: rgba(255, 255, 255, 0.5);
    }

    .mob-title {
        padding-left: 80px;
        padding-right: 40px;
    }

    .product .gallery {
        margin-top: 10px;
    }

    #print-content h2 {
        margin: 10px 0 0 0;
    }
}

@media (max-width: 767px) {

    .main-navs {
        padding-left: 180px;
    }

    /*.search_menu .btn {
        margin-top: 8px;
    }*/

    #entry-carousel .carousel-caption {
        position: static;
        width: 100%;
        background: rgba(0, 0, 0, .6);
        height: 150px;
        max-height: 150px;
        overflow: hidden;
    }

    #entry-carousel .carousel-caption h2 {
        font-size: 22px;
        line-height: 24px;
    }
    #entry-carousel.itemcarousel .item{
        height: auto;
    }
    #entry-carousel.itemcarousel .item a img{
        object-fit: unset;
        height: auto;
    }
    .footer-menu {
        text-align: center;
    }

    .footer-col ul li a {
        display: inline-block;
    }

    .footer-firma {
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .footer-firma:after {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        top: inherit;
    }

    .footer-firm-logo {
        width: 100%;
    }

    .footer-under .lefty {
        width: auto;
    }

    .entry-banners {
        padding: 25px 25px 5px 25px;
    }

    .entry-banners > .row {
        margin: 0;
    }

    #menu .home {
        width: 100%;
    }

    #menu .secondmenu .nav {
        width: 100%;
    }

    #menu .secondmenu li a {
        width: 100%;
    }

    .tab-content .table tbody {
        width: 100%;
    }

    #cartStep .row.half, .userForm .row.half {
        padding-left: 15px;
    }

    #cartStep .custom-checkbox {
        padding-left: 15px;
        padding-right: 15px;
    }

    #cartStep .row.required {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }

    #cartStep .row.nopaddingbottom, .userForm .row.nopaddingbottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    #cartStep .name.radioName {
        float: left;
    }

    #cartStep .custom-radio.options {
        float: left;
        width: 100%;
    }

    #cartPaymentInfo > .row {
        margin: 0;
    }

    #cartStep .custom-radio label, #cartStep .custom-radio label.checked {
        background-position: left center;
    }

    #cartStep .container h2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product .gallery .image img {
        width: 75%;
    }
    .navbar-language {
        bottom: -89px;
        left: 95px;
    }

    .navbar-misc {
        bottom: -89px;
    }
    #footer .lefty {
        width: 100%;
    }
    #footer .righty {
        width: 100%;
    }
    #footer .navbar-language {
        width: auto;
        float: left;
        left: auto;
    }
}

@media (max-width: 695px) {
    .main-navs {
        padding-left: 0;
        margin-top: 102px;
        text-align: left;
    }

    .footer-help a {
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .footer-help a span {
        font-size: 16px;
    }

    .katlist {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        text-align: center;
    }

    .katlist li a {
        display: inline-block;
    }
}

@media (max-width: 565px) {
    header .brand {
        position: relative;
        height: 76px;
    }
    .menu-personal {
        width: 100%;
    }
    .menu-cart {
        border-right: none;
        border-bottom: 1px solid #000;
        width: 100%;
    }
    .cart {
        width: 100%;
    }
    #extra-cart ul li.checkout a {
        width: 100%;
    }
    #extra-cart ul li.checkout a.back {
        margin-bottom: 15px;
    }
}

@media (max-width: 510px) {
    .product .nav-item .nav-link {
        font-size: 13px;
        padding: 7px 10px;
    }

    .footer-newsletter .form-fn-input {
        width: 50%;
    }

    .footer-newsletter .form-fn-input input {
        font-size: 12px;
    }

    .topkat {
        width: 65px;
        font-size: 12px;
    }

    .topkat:after {
        border-width: 0 65px 10px 0;
    }
    .footer-newsletter h3 {
        font-size: 20px;
        line-height: 1.2em;
    }
    .footer-newsletter {
        min-height: 240px;
    }
    .footer-newsletter .form-fn-input {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

/* endregion */
/* region Print */
@media print {
    a[href]:after {
        content: none;
    }
    .container {
        width: 100%;
    }
    .shop-filters{
        display: none;
    }
}

/* endregion */

/* region kosarica modal */
.modal.kosarica * {
    border-radius: 0;
    font-size: 13px;
    border-color: #dfdfdf !important;
}

.modal.kosarica .modal-content {
    background-color: #e6f6ee;
}

.modal.kosarica .modal-title {
    font-size: 20px;
}

.modal.kosarica .modal-body .alert-info {
    background-color: #ffffff;
    color: #000000;
}

.modal.kosarica .modal-footer .btn {
    border: 1px solid #DFDFDF;
    font-weight: bold;
    line-height: 16px;
    padding: 12px 15px;
}

.modal.kosarica .modal-footer .btn-primary {
    border: none;
    background-color: #00A650;
}

.modal.kosarica .modal-footer .btn-default:hover {
    background-color: #ffffff;
}

/* endregion */
#benefitsCard {
    float: left;
    width: 100%;
}
#benefitsCard .info {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #00a650;
    font-weight: bold;
    border-top: 1px solid #ccc;
}
#benefitsCard .control-label {
    text-align: left;
}
#benefitsCard .form-control {
    border-radius: 0;
}
#benefitsCard .input-group-addon {
    background: transparent;
    border-radius: 0;
    border: 0;
}
#benefitsCard .button-group {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
#benefitsCard .alert {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.searcherLoader {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 22px;
    height: 22px;
}
.searcherLoader i, .search_menu .search .searcherLoader .fa {
    font-size: 22px;
    line-height: 22px;
    left: 0;
    top: 0;
    position: initial;
}

/* region b2c iskalnik */
.select2-drop {
    color: #222 !important;
}

.select2-drop.select2-drop-active {
    border-color: #00a650;
}

.select2-drop h4 {
    color: #222;
}

.select2-drop .select2-search input {
    padding-top: 9px;
    padding-bottom: 9px;
    border: none;
    color: #222;
    box-shadow: none;
    background: none;
}

.select2-drop .label-success {
    background-color: #00a650;
}

.select2-drop .select2-no-results {
    background-color: #2493ba;
    color: #fff;
}

.select2-drop .select2-result-label, .select2-drop .select2-no-results {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.select2-drop .select2-result .select2-match {
    color: #337ab7;
}

.select2-drop .select2-result.select2-highlighted {
    background-color: #2493ba;
}

.select2-drop .select2-result.select2-highlighted .select2-match {
    color: #fff;
}

.b2b-search-select2-drop .select2-search input {
    border-top: 1px solid #00a650;
}

.b2c-found-categories-list-title {
    color: #ed1c24;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.b2c-found-categories-list-head-line hr {
    border-bottom: 1px solid #00a650;
    margin-top: 5px;
    margin-bottom: 5px;
}

.b2c-found-categories-list-head-line.last hr {
    margin-bottom: 10px;
}

.b2b-found-categories-list {
    padding-top: 0;
    padding-bottom: 0;
}

/*#b2c-search-form .search-cats,
#b2c-search-form .search-input {
    height: 38px;
    margin-top: 1px;
}*/

#b2c-search-form .search-cats {
    border: none;
    background-color: #fff;
    margin-left: 2px;
}

#b2c-search-form .search-icon {
    height: 40px;
}

@media (max-width: 767px) {
    /*#b2c-search-form .search-cats {
        display: none;
    }

    #b2c-search-form .search-input {
        width: 79%;
    }*/
}
/* endregion */
