/* 
font-family: 'ralewayextrabold', sans-serif; 
font-family: 'ralewaybold', sans-serif; 
font-family: 'ralewaysemibold', sans-serif;
font-family: 'ralewaymedium', sans-serif;
font-family: 'ralewayregular', sans-serif;
*/
html {font-size:62.5%;}
body {font-size:14px; font-size:1.4rem; padding-top:160px; font-family: 'ralewayregular', sans-serif; color:#353535; overflow-x:hidden; min-width:320px; -webkit-transition:padding 250ms ease; -o-transition:padding 250ms ease; transition:padding 250ms ease}

h1,h2,h3,h4,h5,strong {font-family: 'ralewaybold', sans-serif; font-weight:normal;}

h1 {font-size:26px\9; font-size:26px; font-size:2.6rem; font-family: 'ralewaymedium', sans-serif; text-indent:5px; color:#000;  display: inline-block; width: 100%;}
h1 strong {font-family: 'ralewayextrabold', sans-serif;  }
h1.center {text-align: center;}
h1.sub-title {font-size:26px; font-family: 'ralewayextrabold', sans-serif; margin:0 0 20px 0; text-transform: uppercase; float:left;}

input, select, textarea {border:solid 1px #e3e3e3; padding:10px 15px; height:45px; background:#fff;}
textarea {height:130px; width:100%; resize:none;}
input[type="radio"], input[type="checkbox"]{height:auto; width:15px; height:15px; position: relative; top:0; margin-right:8px;}

a {text-decoration: none; color:#353535;}

.l {float:left;}
.r {float:right;}

.btn {border:none; background:#fee400; opacity:0.85; display: block; color:#353535; -webkit-transition:opacity 250ms ease; -o-transition:opacity 250ms ease; transition:opacity 250ms ease;}
.btn-sm {padding:5px 15px; display:inline-block; font-weight:bold;}
.btn:hover {opacity:1!important;}

.overlay {position: fixed; width:100%; height:100%; left:0; top:0; z-index:9998; background:#000; background:rgba(0,0,0,.6);}
.fw {float:left; width:100%;}

::-webkit-input-placeholder { color:#000; font-weight:normal;}
:-moz-placeholder {color:#000;font-weight:normal;}
::-moz-placeholder {color:#000;font-weight:normal;}
:-ms-input-placeholder {color:#000;font-weight:normal;}

/* ROWS */
.row-1 {padding: 0 0 50px;}
.row-2.gray {background:#f0f0f0; padding:10px 0 30px;}
.row-3 {padding:20px 0 40px 0;}
.sub-page .row-1 {padding:30px 0;}

/* Header */
.headerContainer {position: fixed; left:0; top:0; width:100%; min-width:320px; z-index:1001; background: #fff; height:160px; -webkit-transition:height 250ms ease; -o-transition:height 250ms ease; transition:height 250ms ease;}
.header-top {background:#353535; font-family: 'ralewaymedium', sans-serif; color:#fff; padding:14px 0;}
.header-top a {color:#fff;}
.header-top i {}
.header-top ul {list-style:none; margin:0; padding:0;}
.header-top ul li {float:left;}
.header-top ul.info-ul li {margin-right:20px;}
.header-top ul.info-ul li i {margin-right:8px}
.header-top ul.social-list li a {line-height:0}
.header-top ul.social-list li a i.icon-ig {font-size:15px;}
.header-top ul.social-list li + li {margin-left:12px;}
.header-top nav {float:right; font-size:13px\9; font-size:13px; font-size:1.3rem; position: relative; margin:-14px 0;}
.header-top nav li {margin-left:20px;}
.header-top nav li.selected {background:#fff; position: relative;}
.header-top nav li.selected a {color:#353535; display: -webkit-box; display: -ms-flexbox; display: block; -webkit-box-align:center; -ms-flex-align:center; align-items:center;  padding:15px 25px 15px 55px; position: relative; }
.header-top nav li.lang-select {margin-left:0;}
.header-top nav li i {font-size:20px; position: absolute; left:25px; top:8px;}
.header-top nav li i.icon-world {position: static;}
.header-top nav > ul {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
.header-top nav .dd--trigger {height:45px; width:45px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; cursor: pointer; padding:5px;}
.header-top nav .dd:hover .dd--trigger {background: #fff; color:#353535;}
.header-top nav .dd .dd--content ul,
.header-top nav .dd .dd--content ul li {display: block!important;}
.header-top li.cart-cont:hover .cart-summary {display: block!important;}
.header-top li.cart-cont:hover .cart-summary.single {display: none!important;}

.header {padding:45px 0 20px; -webkit-box-shadow: 0 0 5px rgba(0,0,1,.09); box-shadow: 0 0 5px rgba(0,0,1,.09); -webkit-transition:padding 250ms ease; -o-transition:padding 250ms ease; transition:padding 250ms ease;}
.header .logo {float:left; display: block;}
.header .logo img {height:42px; margin:0; -webkit-transition:height 250ms ease, margin 250ms ease; -o-transition:height 250ms ease, margin 250ms ease; transition:height 250ms ease, margin 250ms ease;}

/* Page loader */
.pageLoader {position: fixed; z-index:1010; left:0; top:0; width:100%; height:100%; background:#fff; -webkit-transition: 350ms opacity ease; -o-transition: 350ms opacity ease; transition: 350ms opacity ease; }

.pageLoader--bounce { width: 60px; height: 60px; position: absolute; left:50%; top:50%; margin:-30px 0 0 -30px; -webkit-transition:margin 1250ms ease; -o-transition:margin 1250ms ease; transition:margin 1250ms ease }
.pageLoader--bounce-1, .pageLoader--bounce-2 { width: 100%; height: 100%; border-radius: 50%; background-color: #fee400; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: sk-bounce 2.0s infinite ease-in-out; animation: sk-bounce 2.0s infinite ease-in-out; }
.pageLoader--bounce-2 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

body.loaded .pageLoader {opacity:0;}

@media (min-width:941px) and (max-width:1080px){
	body {padding-top:135px;}
	.headerContainer {height:135px;}
	.header {padding: 20px 0 20px;}
	.header a.logo img {height:20px; margin-top:15px;}
}
@media (min-width:941px){
	body.header-shrink {padding-top:114px;}
	body.header-shrink .headerContainer {height:114px;}
	body.header-shrink .headerContainer .header {padding:10px 0;}
	body.header-shrink .headerContainer .header a.logo img {height:20px; margin-top:15px;}
}

/* Dropdown */
.dd {position: relative;}
.dd--content {position: absolute; right:0; top:100%; z-index:50; background: #fff; min-width:60px; -webkit-box-shadow:0px 2px 5px rgba(0,0,0,.25); box-shadow:0px 2px 5px rgba(0,0,0,.25); display: none;}
.dd--content ul li {float:none; width:100%; margin:0;}
.dd--content ul li + li {}
.dd--content ul li a {display: block; font-size:14px; padding:8px; color:#353535;}
.dd--content ul li a:hover,
.dd--content ul li a.active {background: #353535; color:#fff;}
.dd:hover .dd--content {display: block;}

/* Cart - slidedown */
.cart-summary { display: none; position: absolute; z-index: 999; width:320px; right:0; top:100%; background-color: #fff; -webkit-box-shadow: 0 0 6px rgba(0,0,1,.15); box-shadow: 0 0 6px rgba(0,0,1,.15); padding-bottom:60px;}
.cart-summary:before {content:""; width:100%; height:10px; top:-5px; left:0; background:#fff; position: absolute;}	
.cart-summary .checkout-btn {background:#353535; color:#fff!important; width:100%; text-align: center; padding:20px!important; font-size:15px; font-family: 'ralewayextrabold', sans-serif; position: absolute!important; left:0; bottom:0;}
.cart-summary ul {padding:10px 0 0; display:inline-block; width:100%;}
.cart-summary ul li {color:#353535; width:100%; margin:0!important; padding:12px 20px; position: relative;}
.cart-summary ul li > a {padding:0!important;}
.cart-summary ul li:after {content:""; display: block; position: absolute; left:20px; bottom:0; width:90%; width:calc(100% - 40px); height:1px; background:#d5d5d5;}
.cart-summary ul li img.cart-product-img {background-color: #fff; border: solid 1px #d5d5d5; width:70px;  padding:5px; float:left;}
.cart-summary ul li .cart-product-desc {text-align: left; float:left; width:70%; width:calc(100% - 70px); min-height:74px; padding:3px 0 18px 12px; position: relative;}
.cart-summary ul li .cart-product-desc > strong {font-size:15px;}
.cart-summary ul li .cart-product-desc > strong:empty,
.cart-summary ul li .cart-product-desc > strong:empty + br{display: none;}
.cart-summary ul li.cart-summary-total {text-align: center; border:none; font-size:15px; padding:20px 20px 17px}
.cart-summary ul li.cart-summary-total:after {display: none;}
.cart-summary ul li .cart-product-totals {position: absolute; left:12px; bottom:0; width:100%;}

.flex {display: -webkit-box!important;display: -ms-flexbox!important;display: flex!important; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}

.komplet-img-cont {width:60px;}
.komplet-img-cont img {height:55px; margin:0 auto; display:block; width:auto;}

/* Main nav */
.main-nav {float:right; /*width:100%;*/ font-family: 'ralewaymedium', sans-serif; /*margin-top: 30px;*/}
.main-nav i.nav-toggle, i.nav-close {display: none;}
.main-nav ul {display:-webkit-box;display:-ms-flexbox;display:flex; list-style:none; margin:0; padding:0;}

.main-nav ul li {-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1; display:inline-block; font-size:15px\9; font-size:15px; font-size:1.5rem; position: relative;}
.main-nav ul li a {display: block; padding:16px 15px; text-align: center; -webkit-transition:none; -o-transition:none; transition:none;}
.main-nav ul li:hover a,.main-nav ul li.active a{background:#353535; color:#fff; -webkit-transition:none; -o-transition:none; transition:none;}
.main-nav ul li:hover ul {display: block;}
.main-nav ul ul {display: none; position: absolute; z-index:999; top:100%; left:0; background:#353535;}
.main-nav ul ul li {border-bottom:solid 1px #292929; width:100%;}
.main-nav ul ul li:last-child {border:none;}
.main-nav ul ul li a {white-space:nowrap; color:#fff; display: block; text-align:left;}
.main-nav ul ul li:hover a{background:#292929;}

i.nav-toggle {display: none;}


@media (min-width:941px){
	.main-nav ul.mobile-info,
	.main-nav ul.mobile-social {display: none!important;}	
}
@media (max-width:940px){
	body {padding-top:96px;}
	.headerContainer {height:96px;}
	.header {padding:15px 0 10px;}
	.header-top .row {padding-right:0;}
	.header .logo img {height:25px;}
	.header .main-nav ul + ul {margin-top:30px}
	.header .main-nav ul.mobile-info a {font-size:14px!important; padding:5px 15px;}
	.header .main-nav ul.mobile-info li + li {margin-top:5px;}
	.header .main-nav ul.mobile-info li.active a,
	.header .main-nav ul.mobile-info li:hover a {background:none; color:#353535; text-decoration: underline;}
	.header .main-nav ul.mobile-social {display:-webkit-box;display:-ms-flexbox;display:flex;}
	.header .main-nav ul.mobile-social li {width:auto; -webkit-box-flex:0; -ms-flex:none; flex:none;}
	.header .main-nav ul.mobile-social li a {background:none; color:#353535;}
	.header .main-nav ul.mobile-social li:hover a {background:none; color:#353535;}
	i.nav-toggle {float:right; display: block; font-size:24px; margin-top: -2px; cursor: pointer;}
}
@media (max-width:720px){
	.header-top ul {display: none;}
	.header-top nav li:not(.cart-cont):not(.lang-select) {display: none;}
	.header-top nav li.selected.cart-cont a {padding:15px;}
	.header-top nav li.selected.cart-cont a i {position: static;}
	.header-top nav li.selected.cart-cont span {display: none;}
	.header-top nav .cart-summary {display: none!important;}
}

/* Sidepopups */
.sidepop { -webkit-transition: all 0.2s cubic-bezier(0.45, 0.05, 0, 0.85); -o-transition: all 0.2s cubic-bezier(0.45, 0.05, 0, 0.85); transition: all 0.2s cubic-bezier(0.45, 0.05, 0, 0.85); position: fixed; z-index: 999; left: -410px; top: 25%; width: 465px; height: 265px; padding: 10px 60px 10px 10px; background: #f0f0f0; color: #000; }
.sidepop h1 { font-family: 'ralewaymedium', sans-serif; margin: 0; color: #fff; width: 265px; position: absolute; right: 29px; top: -27px; background: #353535; height: 55px; padding: 19px 15px 20px 15px; text-align: center; cursor: pointer; font-size: 18px; text-transform: uppercase; font-weight: 600; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; text-indent: 0; font-weight: normal; }
.sidepop h1 i { font-size: 24px; position: absolute; left: 18px; top: 11px; }
.sidepop h1 strong {font-family: 'ralewaybold', sans-serif;}

.sidepop.top { background: #353535; color: #fff; }
.sidepop.bottom { background: #fee400; color: #000; height: 180px; top: 52%; top: calc(25% + 275px); }
.sidepop.bottom h1 { background: #fee400; width: 180px; color: #000; }
.sidepop.bottom i { top: 14px; z-index: -1; }
.active.sidepop { left: 0; }
.active.top-notification { top: 0; opacity: 1; filter: alpha(opacity=100); }
/**************/

.slider {position: relative;}
.slider ul{list-style:none; margin:0; padding:0;}
.slider .row {position: relative;}
.slide-content {position: absolute; bottom:80px; left:0; background:#000; background:rgba(0,0,0,0.6); padding:50px 35px 20px; color:#fff;}
.slide-content h1 {text-align:left!important; text-indent:0; font-size:35px\9; font-size:35px; font-size:3.5rem; text-transform: uppercase; font-family: 'ralewaybold', sans-serif; margin:0 0 10px 0; color:#fff;}
.slide-content ul {font-size:13px\9; font-size:13px; font-size:1.3rem; margin:15px 0 10px;  list-style-type: square; padding:0 0 0 25px;}
.slide-content ul li {margin:2px 0}
.slide-content span.price {font-size:33px\9; font-size:33px; font-size:3.3rem; font-weight:bold;}

.product-list {list-style:none; margin:10px 0 20px; padding:0; width:100%; float:left;}
.product-list li {float:left; height:345px; width:23%; background:#ccc; margin:0 2.5% 2.5% 0; position: relative; background-color: #fff; -webkit-box-shadow: 0 0 6px rgba(0,0,1,.15); box-shadow: 0 0 6px rgba(0,0,1,.15); -webkit-transition:-webkit-box-shadow 250ms ease; transition:-webkit-box-shadow 250ms ease; -o-transition:box-shadow 250ms ease; transition:box-shadow 250ms ease; transition:box-shadow 250ms ease, -webkit-box-shadow 250ms ease}
.product-list li > a:first-child {position: absolute; left:0; top:0; height:100%; width:100%; z-index:15;}
.product-list li .inner {float:left; width:100%; height:100%; overflow:hidden; position: relative;}
.product-list li:hover {-webkit-box-shadow: 0 0 6px rgba(0,0,1,1);box-shadow: 0 0 6px rgba(0,0,1,1);}
.product-list li:nth-child(4n+4) {margin-right:0;}
.product-list.count-3 li { width: 100%; max-width: 269px; margin-bottom:35px;}
.product-list.count-3 li:nth-child(4n+4) {margin-right:2.5%;}
.product-list.count-3 li:nth-child(3n+3) {margin-right:0;}
.product-list .product-title {font-family: 'ralewaymedium', sans-serif; margin:0 0 10px 0; padding:20px 20px 0 20px;  position: relative; z-index:20;}
.product-list .product-title strong {font-size:15px;}
.product-list .product-logo {margin:0 0 10px 20px; float:left; clear:both}
/*.product-list li:hover {color:#0063a6;}*/

.product-img {position: absolute; right: -14%; bottom: -48px; max-height: 297px;}

.product-price {font-family: 'ralewaybold', sans-serif; float:left; clear:both; margin:0 0 0 20px; position: relative; z-index:20;}
.new-price {min-width:90px; text-align: center; display: block; padding:8px; background:#353535; float:left; color:#fff;}
.discount {background:#fee400; color:#000; padding:8px; float:left; display: block;}

.product-options {font-family: 'ralewaysemibold', sans-serif; float:left; width:100%; font-size:13px\9; font-size:13px; font-size:1.3rem; z-index: 20; position: absolute; bottom:0; left:0;}
.product-options a {display: block; float:left; text-align: center; padding:17.5px 5px;}
.product-options .more{color:#fff; background:#353535; width:26%;}
.product-options .btn { width:74%; position: relative; }
.product-options .btn i {position: absolute; left:28px; top:50%; margin:-11px 0 0 0; font-size:18px\9; font-size:18px; font-size:1.8rem;}

.product-availability {    background: url(/images/in-stock.png) no-repeat left 3px;
    height: 23px;
    position: absolute;
    left: 5px;
    bottom: -24px;
    width: 100%;
    font-size: 11px;
    color: #949494;
    padding: 5px 5px 7px 22px;}
.product-availability.out-of-stock {background-image: url(/images/out-of-stock.png);}
.product-availability strong {font-family: 'ralewaymedium', sans-serif;}

.list-3 {list-style:none; margin:0; padding:0; float:left; width:100%;}
.list-3 li {width:31%; float:left; background:#fff; position: relative; margin-bottom:3.5%;}
.list-3 li img {width:100%;}
.list-3 li:nth-child(3n+2) {margin-left:3.5%; margin-right:3.5%;}
.list-3 li .news-desc {margin:30px 25px 25px;}
.list-3 li h2 {color:#000; font-size:15px\9; font-size:15px; font-size:1.5rem; font-family: 'ralewaysemibold', sans-serif; margin:0;}
.list-3 li .date {color:#929292; font-size:13px\9; font-size:13px; font-size:1.3rem; margin:5px 0 0 0;}

.list-3.inline {}
.list-3 li{display: inline-block; margin:0 -0.25em 15px 3.5%!important; vertical-align: top; padding: 0; float:none; width:31%;}
.list-3 li:nth-child(3n+1) {margin-left: 0!important;}

.list-3.inline li:hover img {-webkit-box-shadow: 0 0 6px rgba(0,0,1,1);box-shadow: 0 0 6px rgba(0,0,1,1); }
.list-3.inline li .news-desc {margin:25px 25px 25px; text-align: center;}

a.news-archive {color:#000; font-size:12px\9; font-size:12px; font-size:1.2rem; font-family: 'ralewaysemibold', sans-serif; float:right;}
a.news-archive:hover {text-decoration: underline;}

.list-3.kompleti {margin:35px 0 40px}
.list-3.kompleti h1 {font-size:24px; font-family: 'ralewayregular', sans-serif; position: absolute; left:38px; bottom:30px; margin:0;}
.list-3.kompleti h1 strong{font-size:26px; display: block ;font-family: 'ralewayextrabold', sans-serif; text-transform: uppercase;}
.list-3.kompleti li {cursor: pointer;}



.why-us-list {list-style:none; margin:60px 0 0 0; padding:0; text-align: center;}
.why-us-list li {display:inline-block; vertical-align: top; position: relative; padding-left:65px; width:23%; min-width: 240px; margin: 0 5px 20px 5px; color:#000;}
.why-us-list li i {position: absolute; left:0; top:-5px; font-size:48px\9; font-size:48px; font-size:4.8rem;}
.why-us-list li strong {display: block; text-transform: uppercase; font-size:15px\9; font-size:15px; font-size:1.5rem; margin:0 0 4px 0; line-height:19px; text-align:left;}
.why-us-list li span {display: block; font-size:12px\9; font-size:12px; font-size:1.2rem; text-align:left;}

/* Subpages */
.col-1 {width:23%; max-width:260px; float:left;}
.col-2 {width:75%; max-width:850px; float:right; margin:0 0 30px 0; position: relative;}

.breadcrumbs {margin:10px 0 30px; padding:0; list-style:none; color:#989898;}
.breadcrumbs li {display:inline-block; padding:0 9px 0 0; margin-right:2px; position: relative;}
.breadcrumbs li:after {content:""; position: absolute; right:0; top:50%; margin-top:-3.5px; border-left:solid 3.5px #989898; border-bottom:solid 3.5px transparent; border-top:solid 3.5px transparent;}
.breadcrumbs li:last-child:after {display: none;}
.breadcrumbs li a {color:#989898; font-family: 'ralewaysemibold', sans-serif;}

.block { -webkit-box-shadow: 0 0 6px rgba(0,0,1,.15); box-shadow: 0 0 6px rgba(0,0,1,.15); margin:0 0 20px 0;}
.block:last-child {margin-bottom:0;}
.block h1 {margin:0; color:#fff; font-size:15px; font-family: 'ralewaybold', sans-serif; text-indent:0; background:#353535; padding:20px;}
.block ul {margin:0; padding:20px; list-style:none;}
.block ul, .block ul li {display:inline-block; width:100%;}
.block ul li a {display: block;}

.block ul.cat-nav {padding:0; font-size:14px; font-family: 'ralewaybold', sans-serif;}

.block ul.cat-nav li a {padding:20px; border-bottom:solid 1px #eeeeee;}
.block ul.cat-nav li:last-child {border-bottom:0;}
.block ul.cat-nav ul {padding:0; font-size:13px; font-family: 'ralewayregular', sans-serif;}
.block ul.cat-nav ul li a{padding:20px 20px 20px 40px;}
.block ul.cat-nav ul li.active a {font-family: 'ralewaysemibold', sans-serif; background:#ececec;}
.block ul.cat-nav a:hover {background:#ececec;}

.filter-list-limit {max-height:291px; overflow: auto;  margin:10px 0; display: inline-block; width:100%;}
.filter-list-limit ul {padding:0 10px; font-family: 'ralewaymedium', sans-serif;}
.filter-list-limit ul li {padding:6px 10px; cursor: pointer; margin:0.5px 0; border-radius:10px;}
.filter-list-limit ul li span {float:right; font-size:12px; color:#ccc}
.filter-list-limit ul li:hover, .filter-list-limit ul li.active {background:#b0b0b0;}
.filter-list-limit ul li:hover span, .filter-list-limit ul li.active span {color:#fff;}

.block.price-filter {padding:35px 25px 20px;}
.block.price-filter strong {font-size:15px;}
.block.price-filter .range-slider-values {margin:7px 0 15px; font-size:13px;}
.ui-widget-header {background:#e0e0e0;;}
.ui-widget-content {border-color:#e0e0e0;}
.ui-slider-horizontal {height:8px;}
.ui-slider .ui-slider-handle {width:11px; height:25px; cursor: pointer;}
.ui-slider-horizontal .ui-slider-handle {top: -10px; margin-left: -4px;}
.ui-state-default, .ui-widget-content .ui-state-default {background:url(../images/handle.png) no-repeat center; outline: none!important;}
	
	/* Kategorija */

.category-filter-options {float:right; margin-bottom:15px; opacity:0;}
.category-filter-options > div {display:inline-block; min-width:150px;}

.category-filter-options > div > * {display:inline-block; vertical-align: bottom;}
.category-filter-options span {margin-right:10px; position: relative; top:-10px;}
.category-filter-options select {height:auto; background:#ececec; padding:9px; border:none;}
.category-filter-options ul {margin:0; padding:0; list-style:none;}
.category-filter-options ul li {display:inline-block; margin:0 10px 0 0; background:#ececec; color:#000; padding:10px; cursor: pointer;}
.category-filter-options ul li.active, .category-filter-options ul li:hover {background:#353535; color:#fff;}

.list.table {}

	/* Produkt */
.product-wr {border:solid 1px #e3e3e3; display:inline-block; width:100%; position: relative;}
.product-img-full, .product-description {float:left;}
.product-img-full {width:29%; padding:40px; }
.product-img-full img {display: block; margin:0 auto;}

@media (min-width:851px){
	.product-img-full {position: absolute;left:0; top:0; height:100%;}
	.product-img-full img {display: block; position: absolute; left:10%; width:80%; top: 50%; -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);}
}

.single-page.product .col-2-3 {background:#fff; padding:0; border:none;}

.product-description {border-left:solid 1px #e3e3e3; background:#f6f6f6; width:71%; padding:40px 35px;}
.product-gallery {width:29%; padding:40px 20px}
.product-gallery h3 {margin:0 0 20px;}
.product-gallery select {width:100%;}
.product-gallery .pg {margin:0 0 20px;}

@media (max-width:1100px){
	.product-gallery {width:230px;}
	.product-gallery + .product-description {width:calc(100% - 230px);}
}
@media (max-width:720px){
	.product-gallery,
	.product-gallery + .product-description {width:100%;}
	
	.product-gallery {padding:35px;}
	.product-gallery .pg {max-width:280px; margin:0 auto;}
}

.single-page .product-description h1 {text-indent:5px; font-size:22px; font-family: 'ralewaybold', sans-serif; text-transform: uppercase; margin:0 0 20px 0; text-align:left!important;}
.single-page .product-description h1 span {display: block; margin-top:5px; font-size:16px; color:#949494; font-family: 'ralewaymedium', sans-serif;}

.single-page .product-description ul {margin:0!important; padding:0; list-style:none;}
.single-page .product-description ul:last-child {margin:0 0 25px!important;}
.product-description ul li, .product-description ul {float:left; width:100%;}
.product-description ul li {border-bottom:solid 1px #e9e9e9; padding:10px 0 5px 10px; font-family: 'ralewaymedium', sans-serif; font-size:14px; margin:3px 0;}
.product-description ul li div {float:left; display: block; width:65%;}
.product-description ul li div:last-child {float:right; width:34%}

.product-description ul li div strong {font-family: 'ralewaysemibold', sans-serif;}
.product-description ul li div strong.yes{color:#39b54a;}
.product-description ul li div strong.no{color:#f00;}
.product-description ul li div i {margin-right:5px;}

.product-info-2 ul {max-width:160px;}

.product-info-1, .product-info-2 {width:53%; float:left; margin-top:0;}
.product-info-2 {float:right;}
.product-info-1 {width:60%; width:calc(100% - 200px);}
.product-info-wr {display:inline-block; width:100%; vertical-align: top;}

.product-cont .inner {position: relative; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:stretch; -ms-flex-align:stretch; align-items:stretch; border: solid 1px #e3e3e3;}
.single-page.product .product-img-full{border:none; padding:40px;}
.single-page.product img {border:none!important; margin:0!important; -webkit-box-shadow:none!important; box-shadow:none!important;}
.single-page.product .product-img-full img {margin:0; -webkit-box-shadow:none; box-shadow:none; border:none;}

.product-img-other {float:right; max-width:180px; position: relative; top:-20px;}
.product-img-other img {margin:0 0 15px 0; display: block; float:right;}

.product-actions {float:left; width:100%; padding-left:10px; font-family: 'ralewaymedium', sans-serif;}
.product-actions ul { width:auto;}
.product-actions ul li {border:none; margin:3px 0; padding:0;}

.product-actions ul.price-overview {margin-top:7px; }
.product-actions ul.price-overview span.old{color:#929292; font-size:15px; text-decoration:line-through}
.product-actions ul.price-overview span.new{font-size:18px;}
.product-actions ul.price-overview span.new strong {font-size:22px;}

.product-actions ul.qty-to-cart {float:left; clear:both; margin:0!important}
.product-actions ul.qty-to-cart label {display: block; font-family: 'ralewaysemibold', sans-serif; font-size:13px; margin:0 0 6px;}
.product-actions ul.qty-to-cart input {height:auto; border:solid 1px #000; background:#fff; padding:12px; text-align: center; width:84px;}
.product-actions ul.qty-to-cart .btn {margin-left:12px; width:240px; border:none; padding:10.5px 12px; font-family: 'ralewaysemibold', sans-serif;}
.product-actions ul.qty-to-cart .btn i {font-size:18px; margin:0 7px 0 0}
.product-actions ul.qty-to-cart li {width:auto;}
.product-actions ul.qty-to-cart li:last-child {float:right;}

.product-i-c-m {width:180px; float:right;}
.product-i-c-m .sr-logo {float:right; margin:0 0 12px}
.product-i-c-m > div {border:solid 1px #47b3e1; display:inline-block; width:100%; padding:12px;  background:#fff;}
.product-i-c-m div.table {display:table; margin:0 0 12px; width:100%;}
.product-i-c-m div.table > div {display:Table-cell; width:50%;}
.product-i-c-m div.table > div img {height:160px; max-width:none;}
.product-i-c-m div img.right {float:right;}
.product-i-c-m div img.left {float:left;}
.product-i-c-m div.hrup {position: relative; float:right; max-width:90%;}
.product-i-c-m div.hrup span {position: absolute; right:10px; top:21px; color:#fff; font-weight:bold;}
.product-i-c-m div.hrup span small {font-weight:normal;}

.product-tabs {margin-top:20px; width: 71%; float:right;}
.product-tabs .tab {display: none; border: solid 1px #e3e3e3;  background: #f6f6f6;  padding:25px; margin-top:-1px;}	
.product-tabs .tab p:first-child {margin-top:0;}
.product-tabs .tab table {width:100%;}
.product-tabs .tab table td, .product-tabs .tab table th{padding:7px 10px;}
.product-tabs .tab table td {border-bottom:solid 1px #e3e3e3;}
.product-tabs .tab table th {background:#353535; color:#fff; text-align:left; padding:10px;}
.product-tabs-nav a {cursor: pointer; border:solid 1px #e3e3e3; border-right-width:0;padding:10px; display:inline-block; margin-right:-.30em; background: #f6f6f6; font-weight:bold; font-size:13px;}	
.product-tabs-nav a.active, .product-tabs-nav a:hover {background:#353535; color:#fff; border-color:#353535;}
.product-tabs-nav a:last-child {border-right-width:1px;}

	/* Checkout */
.order-review {padding:45px; margin-bottom:50px; background-color: #fff;	-webkit-box-shadow: 0 0 6px rgba(0,0,1,.15);	box-shadow: 0 0 6px rgba(0,0,1,.15);}	
.order-review > h1 {margin:0 0 27px; text-align:left!important;}
.order-review .checkout-row h1 {text-align:left!important; color:#fff; text-transform: uppercase; margin:0; font-size:18px; font-family: 'ralewaybold', sans-serif; background:#353535; padding:22px 20px; position: relative;}

.step, .final-step {margin:0 0 30px 0; display:inline-block; width:100%;}
.step-bg {background:#f8f8f8; border:solid 1px #eaeaea; padding:30px;}

.checkout-row {display:inline-block; width:100%; margin:0 0 35px 0}
.checkout-row ul {margin:0; padding:0; list-style:none;}
.checkout-row ul li {margin:0 0 25px 0;}
.checkout-row ul li label{display: block; font-size:13px; margin:0 0 10px 0; font-family: 'ralewaymedium', sans-serif;}
.checkout-row ul li:last-child label {margin-bottom:0;}
.checkout-row ul li label sup {top:7px; color:#f7941d; font-size:25px;}
.checkout-row ul li label.cb {color:#8c8c8c;}
.checkout-row ul li select, .checkout-row ul li input[type="password"], .checkout-row ul li input[type="text"], .checkout-row ul li input[type="email"] {width:100%;}
.checkout-row ul li label span {display:inline-block; vertical-align: top; width:85%; position: relative;}
.checkout-row ul li > div {display:inline-block; width:48%;}
.checkout-row ul li > div:last-child {margin-left:3%;}

.checkout-row ul li input[type="radio"]:checked + span + .st-obrokov {display: block;}
.st-obrokov {padding-left:27px; display: none;}
.st-obrokov strong {margin:10px 0; display: block; width:100%;}
.st-obrokov select {width:auto!important; padding:5px; height:auto;}

.checkout-row ul.radio li {margin:0 0 5px 0;}
.checkout-row ul.radio li:last-child, .checkout-row ul li:last-child {margin-bottom:0;}
.checkout-row ul.radio li img {margin:-3px 0 0 5px;}
.checkout-row h5 {font-size:13px; margin-top:0;}

.different-delivery-address {display: none; margin-top:20px}

label.error {display: none!important;}
input.error, select.error, textarea.error {border-color:#f00!important;}

[name="pogoji"].error + span, [name="pogoji"].error + span * {color:#f00!important;}

.general-error-msg {margin: -15px 0 15px; color: #f00; opacity: 0;}
.general-error-msg.active {opacity:1;}

.step-col-1 {width:57%;}
.step-col-2 {width:40%;}

.step-col-2 .step-bg {margin-bottom:35px;}
.step-col-2 .step-bg:last-child {margin-bottom:0;}

i.info-pop {position: relative; background: #b5b5b5; color: #fff; text-align: center; width: 17px; height: 17px; position: absolute; top: -1px; display: inline-block; padding-top: 2px; font-size: 11px; cursor: pointer; border-radius: 50%; margin-left: 8px; }
i.info-pop:hover div {opacity: 1; filter:alpha(opacity=100); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
i.info-pop div {opacity: 0; filter:alpha(opacity=0); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; position: absolute; background-color: #fefefe; -webkit-box-shadow: 0 0 7px rgba(0,0,1,.54); box-shadow: 0 0 7px rgba(0,0,1,.54); color: #444444; font-style: normal; font-size: 12px; width: 230px; bottom: 50%; margin-bottom: 20px; left: -106px; padding: 5px; z-index: 99; }
i.info-pop div:before {content: ""; position: absolute; left: 50%; margin: 0 0 0 -9px; bottom: -9px; border-top: solid 9px rgba(0,0,1,0.1); ; border-right: solid 9px transparent; border-left: solid 9px transparent; }
i.info-pop div:after {content: ""; position: absolute; left: 50%; margin: 0 0 0 -7px; bottom: -7px; border-top: solid 7px #fff; border-right: solid 7px transparent; border-left: solid 7px transparent; }

.order-confirm {text-align: center; font-size:22px; text-align: center; color:#222222; font-family: 'ralewaysemibold', sans-serif; text-transform: uppercase; padding:25px;}

.toggle-view {display: none;}

.table {margin:0 0 30px 0;}
.tr {display:inline-block; width:100%; border-bottom:solid 1px #dedede;}

.heading .td {font-family: 'ralewaybold', sans-serif;  padding:20px 20px; height:auto;}
.heading .td:nth-child(2) {text-align:left;}
.heading .td:last-child{ margin-top: -16px; }
.td {float:left; width:10%; height:90px; padding:12px 20px; color:#4c4c4c; text-align: center; font-family: 'ralewaymedium', sans-serif; position: relative; /*white-space:nowrap; overflow:hidden; text-overflow:ellipsis;*/}
.td img {padding:3px; background:#fff; border:solid 1px #e3e3e3;}
.td.over-v {overflow:visible;}
.td:first-child{width:10%; text-align:left;}
.td:nth-child(2){width:50%; text-align:left;}
.td:nth-child(3){}

/*.td:last-child .vert-align {text-align:right; padding-right:30px;}*/

.td i {color:#909090; cursor: pointer; position: absolute; right: -12px; top:50%;  margin-top: -34px;}
.td i.refresh {right:-8px;}
.tr i.remove {background:url(../images/icon-delete.png) no-repeat; display: inline-block; width: 15px; height: 15px; background-size: 100%; margin-right: -5px;}

.td .flex {-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.td .flex > img {height: 41px;}
.td .flex > img ~ img {margin-top:5px;}

.td strong:empty,
.td strong:empty + br {display: none;}

.vert-align {width:100%;width:calc(100% - 40px); position: absolute; top:50%; left:20px;-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.td .qty-change {margin-top:15px;}
.qty-change * {-webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.qty-change {position: relative; padding-right:20px; width:60px; margin:0 auto;}
.qty-change input{height:40px; padding:6px; font-size:13px; text-align: center; width:40px; border:solid 2px #f0f0f0;}
.qty-change span {font-size:16px; line-height:17px; border:solid 2px #f0f0f0; position: absolute; top:0; right:0; width:20px; height:50%; border-width:2px 2px 1px 0; text-align: center; cursor: pointer;}
.qty-change span:last-child {top:auto; bottom:0; border-width:1px 2px 2px 0;}
.qty-change span:hover {background:#f0f0f0;}

.tax-info {background:#ececec; color:#525252; font-size:12px; padding:18px 15px; margin:20px 0;}

.promo-box, .total-box {display:inline-block; vertical-align: top;}
.promo-box {color:#525252; width:50%; font-size:13px; margin:30px 0 20px 20px;}
.promo-box strong {display: block; margin-bottom:5px;}
.promo-box form {margin:13px 0 0; width:100%; max-width:340px;}
.promo-box input {width:72%; display:inline-block;}
.promo-box button {width:26%; display:inline-block; font-family: 'ralewaybold', sans-serif; font-size:13px; padding:15px 5px; text-transform: uppercase; border:none; color:#fff; background:#353535;margin-left:0; position: relative; left:-5px}	
.promo-box > span {display: block; margin: 0 0 10px;}
.total-box {float:right; width:210px; text-align:right; margin-right:20px!important;}
.total-box li {margin:6px 0!important; font-family: 'ralewaymedium', sans-serif; font-size:13px;}
.total-box li:last-child {margin-top:10px!important;}
.total-box li strong {font-size:15px;}

.loader {position: absolute; left:0; top:0; width:100%; height:100%;}
.loader img {position: absolute; left:50%; top:50%; trasform:translate(-50%, -50%);}

.filter-col-wr {opacity:0;}
.opa {opacity:1!important;}

/* Tables */
.real-table {width:100%;}
.real-table tr {cursor: pointer;}
.real-table th {font-family: 'ralewaysemibold', sans-serif; color:#fff; background:#353535; padding:22px 12px!important; text-transform: uppercase; border:solid 1px #353535; border-width:0 0 1px 1px}
.real-table th  span {font-size:11px; display: block; position: relative; top:10px;}
.real-table th:last-child {border-width:0 1px 1px 1px;}
.real-table th:first-child {border-left:solid 10px #353535;}
.real-table td:nth-child(2), .real-table th:nth-child(2) {text-align:left;}
.real-table td {background:#f6f6f6; padding:16px 12px; color:#4c4c4c; text-align: center; border:solid 1px #e3e3e3; border-width:0 0 1px 1px}
.real-table td:last-child {border-width:0 1px 1px 1px;}
.real-table td:first-child {padding:16px 10px; width:100px; border-left:solid 10px #e3e3e3;}
.real-table td img {max-width:90px; border:solid 1px #e3e3e3}
.real-table td strong, .real-table td span {display: block;}
.real-table td span {margin:5px 0}
.real-table tr:hover td:first-child{border-left-color:#ffe81e;}
.sr-logo {height:15px; overflow:hidden; display: block;}
.real-table td.product-to-cart {background:#ffe81e; border-color:#ffe81e; font-size:24px; cursor: pointer; color:#353535;}
.product-list li:hover .sr-logo img, .real-table tr:hover span.sr-logo img, .product-cont:hover span.sr-logo img{margin-top:-15px!important;}
.product-list li .sr-logo {margin:0 0 10px;}

tr.row-merg.hover td:first-child{border-left-color:#ffe81e;}

/* Static */
.single-page {/*border:solid 1px #e3e3e3; background:#f8f8f8; padding:60px; */display:inline-block; width:100%;}
.single-page h1 {font-size:22px; font-family: 'ralewaybold', sans-serif; margin:0 0 30px; text-indent:0; text-align:left!important;}
.single-page h1 + p {margin-top:0;}
.single-page p {line-height:20px;}

.single-page .col-1-3 {float:left;  width:230px; padding-right:35px; }
.single-page .col-2-3 {float:right; width:75%; width:calc(100% - 230px); border:solid 1px #e3e3e3; background:#f8f8f8; padding:50px 60px 60px 60px;}

.single-page .col-2-3 ul {margin:12px 0 20px 0;}
.single-page .col-2-3 img {margin:15px 0;-webkit-box-shadow: 2px 3px 10px rgba(0,0,0,.35);box-shadow: 2px 3px 10px rgba(0,0,0,.35);border: solid 5px #353535;}

.single-page .col-2-3 img.news-static-image {margin:0 0 20px 20px; float:right;}

@media (max-width:1034px) and (min-width:861px), (max-width:750px){
	.single-page .col-2-3 img.news-static-image {display: block; float:none; margin:0 0 20px;}
}

.attachments-list {margin:20px 0 0; padding-left:15px; font-family: 'ralewaysemibold', sans-serif;}
.attachments-list > strong {border-bottom:solid 1px #e3e3e3; display: block; padding-bottom:10px; margin:0 0 10px;}
.attachments-list ul {list-style:none; margin:5px 0; padding:0; display:inline-block; width:100%;}
.attachments-list ul li {background:url(../images/link-icon.png) no-repeat left top; padding-left:22px; min-height:17px;}
.attachments-list a:hover {text-decoration:underline;}

.side-nav {margin:0; border:solid 1px #e3e3e3; border-width:1px 1px 0 1px; -webkit-box-shadow: 0 0 5px rgba(0,0,1,.09); box-shadow: 0 0 5px rgba(0,0,1,.09);}
.side-nav ul {list-style:none; margin:0; padding:0;}
.side-nav ul ul a{padding:14px 12px 14px 40px; font-family: 'ralewayregular', sans-serif; font-size:14px; }
.side-nav ul ul li.active a, .side-nav ul ul a:hover {font-family: 'ralewaybold', sans-serif;}
.side-nav a {font-size:15px; font-family: 'ralewaybold', sans-serif; padding:14px 20px; background:#fff; display: block; width:100%; border-bottom:solid 1px #e3e3e3;}
.side-nav > ul > li.active > a, .side-nav > ul > li > a:hover {background:#353535; color:#fff;}



.create-reservation ul {list-style:none; margin:0; padding:0;}
.reservation-date {width:100%; display:inline-block; margin:0 0 50px -7.5px!important}
.reservation-date li {float:left; cursor: pointer; background:#353535; color:#fff; width:200px; padding:15px 5px; margin:7.5px; text-align: center;}
.reservation-date li i {background:url(../images/cal-icon.png) no-repeat left top; background-size: 14px 28px; display:inline-block; width:14px; height:14px; margin:0 5px;}
.reservation-date li:hover, .reservation-date li.active {background:#fee400; color:#353535;}
.reservation-date li:hover i, .reservation-date li.active i {background-position: left bottom;}

.reservation-time {float:left; width:100%; width:31%;}
.reservation-time li {cursor: pointer; padding:8px; font-family: 'ralewaybold', sans-serif;}
.reservation-time li i {background:url(../images/time-icon.png) no-repeat left bottom; background-size: 14px 28px; position: relative; top:2px; display:inline-block; width:14px; height:14px; margin:0 5px 0 0;}
.reservation-time li.disabled i {background-position: left top;}
.reservation-time li.disabled {cursor: default; color:#d1d1d1;}
.reservation-time li.disabled:hover {background:none;}
.reservation-time li.active, .reservation-time li:hover {background:#fee400;}
.reservation-time li span {margin:0 10px 0 5px;}
.reservation-time li span:last-child {margin-right:5px;}

.reservation-form {float:left; width:68%; padding-left:80px!important;}
.reservation-form li {margin:0 0 15px}
.reservation-form li:last-child {margin:0;}
.reservation-form li label {display: block; margin:0 0 5px; position: relative;}
.reservation-form li input, .reservation-form li textarea {width:100%; max-width:380px;}
.reservation-form li button {border:none; width:100%; max-width:380px; font-family: 'ralewaybold', sans-serif; padding:15px 10px;}
/*.reservation-form li input[type="radio"] {float:left; width:auto; position: absolute; left:0; top:2px;}*/
.reservation-form li input[type="radio"], .reservation-form li input[type="checkbox"] {float:left; width:auto; position: absolute; left:0; top:2px;}
.reservation-form li div label {padding-left:20px; margin:15px 0}

@media (max-width:940px){
	
	.col-2 {width:100%; max-width:none;}
	.col-1 {width:260px;}
	/*.single-page {padding:30px 15px 15px 15px;}*/
	.single-page h1 {margin-bottom:15px;}
	.single-page .col-2-3 {width:100%; padding:30px;}
	.single-page .col-1-3 {margin-top: 30px; width:auto;}
	.attachments-list {padding-left:0;}

	
	.reservation-form, .reservation-time {width:100%; max-width:none;}
	.reservation-form {margin:30px 0 0!important; padding-left:8px!important}
	
}
@media (max-width:720px){
	.reservation-date li {width:45%;}
}
@media (max-width:690px){
	h1.sub-title {width:100%; text-align:left;}
	.category-filter-options {float:left; width:100%;}
	.category-filter-options > div {float:right;}
	.category-filter-options > div:first-child {float:left;}
}
@media (max-width:490px){
	.reservation-date li {width:100%;}
	.reservation-date {margin-bottom:20px!important;}
	
	.single-page .col-2-3 {padding:20px 15px;}
}
@media (max-width:420px){
	.reservation-time li i {float:left;}
	.reservation-time li span {display: block; margin:2px 0!important;}
	.reservation-form {padding-left:0!important;}
}

.footer {background:#303030; color:#fff; padding:90px 0 0 0; font-size:12px;}
.footer a {color:#fff;}
.footer .footer-block {display:inline-block; vertical-align: top; margin:0 75px;}
.footer .footer-block.mm {margin:0 70px;}
.footer .footer-block:first-child {margin-left:0; min-width:210px;}

.footer .footer-block h2 {font-size:15px\9; font-size:15px; font-size:1.5rem; font-family: 'ralewaysemibold', sans-serif; text-transform: uppercase; margin:0 0 12px 0;}
.footer .footer-block ul {margin:0; padding:0; list-style:none;}
.footer .footer-block ul.devide {width:48%; float:left;}
.footer .footer-block ul.devide:last-child {float:right;}
.footer .footer-block ul li {font-size:12px\9; font-size:12px; font-size:1.2rem; margin:4px 0;}
.footer .footer-block form {margin:0 0 35px 0;}
.footer .footer-block input {border:solid 1px #bcd8e9; height:auto; padding:10px; width:73%; font-size:12px\9; font-size:12px; font-size:1.2rem;}
.footer .footer-block button {border:none; height:36px; float:right; width:25%; color:#303030; background:#fee400; font-size:12px\9; font-size:12px; font-size:1.2rem; font-family: 'ralewaybold', sans-serif; text-transform: uppercase;} 
.footer .footer-block ul.social-list {margin:0; padding:0; list-style:none;}
.footer .footer-block ul.social-list li {display:inline-block; vertical-align: top; margin:0 10px 0 0;}
.footer .footer-block ul.social-list li a {font-size:20px; color:#303030; background:#fff; display: block; padding:7px 8px; width:36px; height:36px; text-align: center;}
.footer .footer-block ul.social-list li a i.icon-ig {font-size:21px;}
.footer .footer-block ul.social-list li a:hover {text-decoration: none;background:#fee400;}

.footer .cr {border-top:solid 1px #272727; margin:45px 0 0; padding:12px 0; display: inline-block; width:100%;}
.footer .cr p.l {font-size:12px\9; font-size:12px; font-size:1.2rem; margin-top:20px;}

/* ADDED TO CART */
.pop-cont {display: none; position: fixed; width: 100%; max-width:440px; left: 50%; top: 50%; -webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%); padding:45px 30px 30px; z-index: 9999; background-color: #fff;	-webkit-box-shadow: 0 6px 7px rgba(0,0,1,.2);	box-shadow: 0 6px 7px rgba(0,0,1,.2);text-align: center;}

.product-added .btn {font-size:14px; padding: 17px 23px; color:#353535; font-family: 'ralewaybold', sans-serif;}
.product-added .btn.continue {background:#353535; color:#fff;}
.product-added .btn:hover {text-decoration: none;}
.product-added i {font-size:55px;}
.product-added > div {margin:15px 0 40px}
.product-added > div.product-added-actions {margin:0;}
.product-added p {margin:5px 0; line-height:22px;}
.product-added p span {display: block; margin-top:4px}
.product-added p > strong {margin-top:2px; display:inline-block;}

/* Update */
.kompleti .product-options {font-family: 'ralewaybold', sans-serif;}
.kompleti .product-price .new-price {font-family: 'ralewaysemibold', sans-serif;}
.kompleti .product-availability {font-family: 'ralewaysemibold', sans-serif; bottom: -26px; font-size:13px;}
.product-list.kompleti li {-webkit-box-shadow:none;box-shadow:none;}
.product-list.kompleti li .inner {overflow:hidden; position: relative; height:100%; -webkit-box-shadow: 0 0 6px rgba(0,0,1,.15); box-shadow: 0 0 6px rgba(0,0,1,.15);}
.product-list.kompleti li .product-title {background:#fff; background:rgba(255,255,255,0.8); position: relative; z-index:20; float:left; padding:15px;}
.product-list.kompleti li .product-title > div {margin:0 0 10px; float:left;}
.product-list.kompleti li .product-title > div:last-child {margin:0;}
.product-list.kompleti li .product-title > div img {display: block; margin:10px 0; float:none;}
.product-list.kompleti li .product-title > div img.product-logo {margin:0;}
.product-list.kompleti li .product-title > div > span, .product-list.kompleti li .product-title > div > strong{display: block;}
.product-list.kompleti li .abs-left, .product-list.kompleti li .abs-right {position: absolute; bottom:35px; left:-20px; width:55%;}
.product-list.kompleti li .abs-right {left:auto; right:-20px;}
.product-list.kompleti li .sr-logo {margin:5px 0 0;}

.category-view.kompleti .real-table th, .category-view.kompleti .real-table td {padding:13px 8px!important}
.category-view.kompleti .real-table tr:nth-child(2n+2) td:first-child, 
.category-view.kompleti .real-table tr:nth-child(2n+2) td:nth-child(2) {border-bottom:none;}
.category-view.kompleti .real-table tr:nth-child(2n+2) td:nth-child(2) {border-left:none;}
.category-view.kompleti .real-table tr.row-merg td:nth-child(2) {border-left:none;}
.category-view.kompleti .real-table tr.row-merg:nth-child(2n+2) td {padding-bottom:5px!important}
.category-view.kompleti .real-table tr.row-merg:nth-child(2n+3) td {padding-top:5px!important;}

.category-view.kompleti .inner-row{margin-bottom:15px; float:left; width:100%; text-align:left;}
.category-view.kompleti .inner-row:last-child {margin-bottom:0}
.category-view.kompleti .inner-row * {display:inline-block; vertical-align: middle;}
.category-view.kompleti .inner-row > div {width:68%; width:calc(100% - 115px);}
.category-view.kompleti .inner-row > div img {display: block;}
.category-view.kompleti .real-table td img {background:#fff; margin-right:12px}

.filter-top {display:inline-block; margin:0 0 10px; width:100%; opacity:0;}
.filter-top .block {width: 32.8%; float:left; margin-bottom:0;} 
.filter-top .block:nth-child(2) {margin:0 0.8%;}
.filter-top .block .filter-list-limit { max-height:200px;}

.search-row { float: left; width: 100%; margin: 10px 0 25px; background: #ececec;   padding: 20px; opacity:0;}
.search-row input { width: 90%; width:calc(100% - 116px); padding: 8px 15px; border-radius: 10px 0 0 10px; float:left;}
.search-row button { width: 60px; background: none; border: none; background: #ffe81e; color: #fff; padding: 10px; height: 45px; border-radius: 0 10px 10px 0; font-weight: bold; float:left;}
.search-row button img {width:auto; height:90%;}
.search-row .button-reset {float: right; display: inline-block; width: 45px; height: 45px; background: #ffe81e; border-radius: 10px; padding: 13px 12px;}

::-webkit-input-placeholder {color:#989898;}
:-moz-placeholder { color:#989898;}
::-moz-placeholder { color:#989898;}
:-ms-input-placeholder { color:#989898;}

.form-s ul {list-style:none; margin:0; padding:0;}
.form-s ul li {margin:0 0 15px;}
.form-s ul li:last-child {margin:0;}
.form-s ul li label {display: block; margin-bottom:8px;}
.form-s ul li input:not(checkbox) {width:250px}
.form-s .btn {color: #303030; background: #fee400; display: inline-block; padding: 10px 15px; font-weight: bold; font-size: 13px; min-width:81px; text-align: center;}
.form-s .btn + a {margin-left:10px; font-size:12px}
.form-s .btn + a:hover {text-decoration: underline;}
.form-s ul.missing-password-form {display: none; border-top: solid 1px #e4e4e4; margin-bottom:0!important;}
.form-s ul.missing-password-form > li:first-child {margin:15px 0 20px;}

.form-s.reg ul {max-width:515px;}
.form-s.reg ul li label {display:inline-block; margin:0; width:150px;}
.form-s.reg ul li input:not(checkbox) {width:100%; max-width:350px;}
.form-s.reg ul li h1 {font-size:18px;  margin: 25px 0;}
.form-s.reg ul li a.btn { padding: 15px 25px;}
.form-s p.succesRegistermsg {color: #f00; padding-top: 10px; font-size: 12px; max-width: 515px;}

.cookie-wr { padding: 0 15px; position: fixed; left: 0; bottom: -100%; width: 100%; background: #353535; background: rgba(53, 53, 53, 0.9); z-index: 9999; color: #fff; -webkit-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }
.cookie-wr .row {position: relative; padding-right:150px;}
.cookie-wr p {line-height: 18px;}
.cookie-wr p a {color:#fff; font-weight:Bold;}
.cookie-wr.toggle {bottom:0;}
.cookie-wr a.cookie-confirm {position: absolute; right:0; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); width:120px; text-align: center; padding:8px 10px 6px 10px;    color: #303030;
    background: #fee400;
    font-family: 'ralewaybold', sans-serif;
    text-transform: uppercase; opacity:1;}
	
._productPrice {text-align: center; font-weight:bold; margin:0 0 0 20px; min-width:90px; position: relative; z-index:10; float: left; clear: both;}
._productPrice--new {background:#353535; color:#fff; padding:8px; }
._productPrice--old {background:#fee400;  color:#000; padding:8px; }


/* Gallery */
.galleryC {display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; width:calc(100% + 10px); margin-left:-5px;}
.galleryC--item {width:20%; padding:5px; position: relative;}
.galleryC--item:after {content:""; display: block; padding-bottom: 100%;}
.galleryC--item a {display: block; width:100%; height:100%; border:solid 1px #e6e6e6; background-position: center; background-size:cover; background-repeat: no-repeat; position: relative;}
.galleryC--item a:after {content:"\e00e"; font-family: Flaticon; font-size:32px; color:#fff; position: absolute; left:0; top:0; width:100%; height:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; background: rgba(0, 0, 0, 0.3); opacity:0; -webkit-transition:opacity 250ms ease; -o-transition:opacity 250ms ease; transition:opacity 250ms ease;}
.galleryC--item a:hover:after {opacity:1;}

@media (max-width:860px){
	.galleryC--item {width:25%;}
}
@media (max-width:580px){
	.galleryC--item {width:33.333%;}
}
@media (max-width:420px){
	.galleryC--item {width:50%;}
}