html, button, input, select, textarea,
.pure-g [class *= "pure-u"],
.row [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
	letter-spacing: normal !important;
}
.pure-button {
	background: #666666;
}

.button-blue,
.button-gray,
.button-orange,
.button-secondary,
.pure-button {
    color: white;
    border-radius: 0px;
	padding: 10px 20px;
    text-transform: uppercase;
	font-weight: bold;
}

.button-blue {
    background: #bd5b04;
	color: #fff;
}

.button-blue:hover,
.button-gray:hover,
.button-orange:hover,
.button-secondary:hover,
.pure-button:hover {
	opacity: 0.9;
}
a .pure-button {
	color: #fff;
}
a .pure-button:hover {
	color: #fff;
	opacity: 0.9;
}
.button-gray {
    background: #A9AAAC; /* this is a maroon */
}

.button-orange {
    background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}

a {
	color: #bd5b04;
}

a:hover {
	color: #d98031;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.pure-g > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix {
	display: inline-block;
}
.pbox {
	padding: 10px;
}
html[xmlns] .clearfix {
	display: block;
}
.relative {
	position:relative;
}
* html .clearfix {
	height: 1%;
}
body {
	/*background: #F2F2F2 url(../images/bg.jpg) top left repeat-x;*/
	/*background: rgb(239,239,239);
	background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 72%);*/
	font-family: 'Roboto', sans-serif !important;
}
a {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 42px;
	font-family: 'Roboto', sans-serif;
	margin-top: 40px !important;
}
h2 {
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
}
.wrapper {
	max-width: 1200px;
	margin: auto;
	padding: 10px;
}
.foot {
	background: #333333;
	padding: 20px 0px;
	width: 100%;
}
.foot a {
	color: #d98031;
}
.foot a:hover {
	color: #bd5b04;
}
.foot .container {
	max-width: 1200px;
	margin: auto;
	padding: 10px;
}
.foot .container h3 {
	margin: 5px 0px;
	padding: 0px;
	color: #FFFFFF;
}
.foot .container ul {
	margin: 0px 5px;
	padding: 0px;
	color: #FFFFFF;
}
.foot .container li {
	margin: 3px 2px;
	padding: 0px;
	color: #FFFFFF;
	list-style-position: inside;
}
.foot .container p {
	color: #FFFFFF;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.box {
	padding: 10px;
}
.search {
	margin-top: 30px;
}
.fieldsearch {
	background-color: #F4F4F4;
	border: 1px solid #D6D6D6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 78.999%
}
.buttonsearch {
	background-color: #F4F4F4;
	border: 1px solid #D6D6D6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 9.999%;
	color: #94CBFF;
}
.topbasket {
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
}
.topbasket .basket {
	width: 100%;
	border: 1px solid #D6D6D6;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	padding: 11px;
}
.topbasket .basket .cont {
	width: 85.333%;
	float: left;
	padding: 2px;
	line-height: 20px;
	color: #bd5b04;
}
.topbasket .basket .cont a {
	color: #bd5b04;
}
.topbasket .basket .toblagajna {
	width: 11.333%;
	height: 20px;
	float: left;
	padding: 2px;
	line-height: 20px;
	background: url(../images/addtobasket-small.png) center center no-repeat;
	border-left: 1px solid #D6D6D6;
	cursor: pointer;
}
.basketdrop {
	display: none;
	position: relative;
	margin: 5px 0px 20px 0px;
}
.basketdrop #basketcontent {
	padding: 0px 10px;
}
#kosarica {
	margin: 0px 0px 20px 0px;
}
.basketdrop #basketcontent table, #kosarica table {
	width: 100%;
}
.basketdrop #basketcontent table thead, #kosarica table thead {
	border-bottom: 1px solid #D6D6D6;
}
.basketdrop #basketcontent table th, #kosarica table th {
	text-align: left;
}
.basketdrop #basketcontent table tbody td, #kosarica table tbody td {
	border-bottom: 1px solid #D6D6D6;
}
.mainmenu {
	background: #bd5b04;
}
.mainmenu .topcat .dropdown {
	display: none;
}
.mainmenu .topcat:hover .dropdown {
	display: block;
}
.mainmenu .topcat:hover .dropdown ul {
	display: block;
}
.mainmenu .callus {
	font-size: 1.25rem;
	color: #FFFFFF;
}
.mainmenu .callus:hover {
	font-size: 1.25rem;
	color: #FFFFFF;
}
.navbar .navbar-toggler {
	color: #FFFFFF;
}
.navbar-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.navbar-nav .nav-item {
	padding: 0px 10px;
}
.navbar-nav .nav-item:hover, .navbar-nav .active {
	background: #d98031;
}
.navbar-nav .nav-item .nav-link {
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-nav .nav-item:hover .nav-link {
	color: #FFFFFF
}
.tnmenu {
	/*border-bottom: 2px solid #bd5b04 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dfdfdf', endColorstr = '#ffffff') !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dfdfdf', endColorstr = '#ffffff')" !important;
	background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff) !important;
	background-image: -ms-linear-gradient(top, #dfdfdf, #ffffff) !important;
	background-image: -o-linear-gradient(top, #dfdfdf, #ffffff) !important;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#dfdfdf), to(#ffffff)) !important;
	background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff) !important;
	background-image: linear-gradient(top, #dfdfdf, #ffffff) !important;*/
	background: none !important;
	font-size: 16px;
}
.tnmenu li a {
	color: #FFFFFF;
	font-weight: bolder;
}
.tnmenu li a:hover {
	background: #d98031;
    text-decoration: none;
}
.tnmenu .pure-menu-selected {
	background: #dfdfdf !important;
	color: #bd5b04;
}
.tnmenu .pure-menu-selected a{
	color: #bd5b04;
}
.mobilesub {
	gap: 10px;
}
.mobilesub .nav-item {
	background: #cecece;
}
.ani {
	position: relative;
}
.ani div {
	display: block;
	position: relative;
	right: 0px;
	margin-bottom: 1px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.ani p {
	height: 49.66px;
	line-height: 49px;
	vertical-align: middle;
	margin:0px;
	padding: 5px 0px;
	text-transform: uppercase;
}
.aniblock {
	display: block;
	position: relative;
	right: 0px;
	background: #bd5b04;
	margin-bottom: 1px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.ani div:hover {
	background: #bd5b04;
	color: #FFFFFF;
}
.gray img {
	filter: grayscale(100%);
	-webkit-transition: all 3ms linear;
	-moz-transition: all 3ms linear;
	-ms-transition: all 3ms linear;
	-o-transition: all 3ms linear;
	transition: all 3ms linear;
}
.gray:hover img {
	filter: grayscale(0%);
}
.cycle { width: 100% }
.cycle-slide img { width: 100%; height: auto; }
.cycle-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    background: rgba(0,0,0,0.3);
}
.cycle-overlay h2 {
	color: #FFFFFF;
	font-size: 52px;
}
.cycle-overlay p {
    font-size: 24px;
    color: #ffffff;
}
.pbox a {
	display: block;
}
.categoryname {
	display: block;
	color: #222222;
	text-align: center;
	text-transform: uppercase;
}
.categoryname a {
	color: #222222;
	padding: 5px;
	font-weight: bold;
}
.main {
	
}

.topbar {
	padding: 5px 5px;
	background: #DFDFDF;
	margin-top: 10px;
}
.topbar .filter {
    margin: 5px 0;
}
.topbar .filter li {
	display: inline;
}
/*.topbar .filter .f:before {
	content: "\02C4 ";
}
.topbar .filter li:before {
	content: "\02C4 ";
}*/
.topbar .filter .selected {
    color: #bd5b04;
    font-weight: bold;
}
.topbar .filter .selected a {
    color: #bd5b04;
    font-weight: bold;
}
.topbar .filter .f {
	
}
/*.topbar .filter .fa:before {
	content: "\02C4 ";
	color: #90CCFF;
}*/
.topbar .filter .fa, .topbar .filter .fa a {
	color: #bd5b04;
	font-weight: bold;
}
.topbar .filter .faup:before {
	content: "\02C4 ";
	color: #bd5b04;
}
.topbar .filter .faup, .topbar .filter .faup a {
	color: #bd5b04;
	font-weight: bold;
}
/*.topbar .filter .fadown:before {
	content: "\02C5 ";
}*/
.topbar .filter .fadown, .topbar .filter .fadown a {
	color: #bd5b04;
	font-weight: bold;
}
.artbox {
	position:relative;
	padding: 5px 5px 30px 5px;
	border: 1px solid #D6D6D6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
	text-align: center;
	min-height: 310px;
}
.artbox2 {
    min-height: 358px;
    background: #FFFFFF;
    border-bottom: 2px solid #bd5b04;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px 24px;
	position: relative;
}
.artbox2 h3 {
	font-weight: 500;
	font-size: 16px;
    line-height: 24px;
    color: #222222;
}
.artbox2 a {
	color: #222222;
}
.artbox2 a:hover {
	color: #222222;
	text-decoration: none;
}
.artbox2 img {
	margin-bottom: 20px;
	max-height: 200px;
}
.artbox2 .artbox-bottom {
	padding: 40px 20px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    left: 2px;
	background: white;
}
.artbox2 .pricedown {
	text-decoration:line-through;
	font-size: 12px;
	color: #333333;
	display: block;
	padding: 3px 0px;
	display: block;
}
.artbox2 .imagelink {
	max-height: 200px;
	display: block;
}
.artbox2 .pricetag {
	font-size: 16px;
    font-weight: bold;
    color: #bd5b04;
    display: block;
}
.artbox2 .stockindicator {
	font-weight: 500;
}
.artbox2 .green {
	color: green;
}
.artbox2 .red {
	color: #222222
}
.artbox2 .orange {
	color: #bd5b04;
}
.artbox2 .addtobasket {
    padding: 5px 10px;
	background: orange;
	cursor: pointer;
}
.artbox .overlay {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.artbox .overlay .addtobasket {
	width: 90px;
	height: 90px;
	margin: 25px auto 0px auto;
	background: url(../images/addtobasket.png) center center no-repeat;
	display: block;
	cursor: pointer;
}
.artbox .overlay .added {
	width: 90px;
	height: 90px;
	margin: 25px auto 0px auto;
	background: url(../images/addtobasket2.png) center center no-repeat;
	display: block;
	cursor: pointer;
}
.artbox .overlay .moreinfo {
	width: 70px;
	height: 70px;
	margin: 15px auto 0px auto;
	background: url(../images/moreinfo.png) center center no-repeat;
	display: block;
	cursor: pointer;
}
.artbox .overlay .moreinfo a {
	display: block;
	width: 70px;
	height: 70px;	
}
.newsbox {
	position:relative;
	padding: 15px;
	/*border: 1px solid #D6D6D6;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
}
.newsbox iframe {
	max-width: 100%;
	max-height: 200px;
}
.newsbox h3 {
	font-weight: normal;
	padding: 3px 0px;
	margin: 3px 0px;
}
.newsbox .date {
	display: block;
	color: #CCCCCC;
}
.newsbox .infolink {
	background: url(../images/infolink.png) left center no-repeat;
	padding-left: 20px;
}
.sidebar {
	margin: 20px 10px 20px 0px;
}
.sidebar .pure-menu.pure-menu-open, .pure-menu.pure-menu-horizontal li .pure-menu-children {
	border: none;
}
.similar-header {
	font-size: 14px;
}
.bottomblocks {
	margin: 20px 0px;
}
.prices {
	margin: 20px 0px;
}
.prices .redna {
	text-decoration:line-through;
	display: block;
	width: 100%;
	padding: 5px 0px;
}
.prices .popust {
	display: block;
	padding: 5px 0px;
}
.prices .price {
	font-weight: bold;
	color: #bd5b04;
	display: block;
	padding: 0px 0px 5px 0px;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}
.prices .social {
	margin: 20px 0px;
}
.deletefrombasket {
	cursor: pointer;
}
.buttontobasket {
    background: orange;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
	color: #222222;
}
.addedd, .loginmessage, .registermessage {
	display: none;
	background: #D8EDFF;
	border: 1px solid #bd5b04;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 10px 0px;
}

/* Breadcrumps */
.crumbs { 
	display: block;
    margin: 5px 0;
    padding: 0px 5px;
}
.crumbs li { display: inline-block; }
.crumbs li.first {  }
.crumbs li a,
.crumbs li a:link,
.crumbs li a:visited {
	color: #666;
	display: block;
	position: relative;
	text-decoration: none;
}
.crumbs li a {
	background-image: url(../images/bread.png);
	background-repeat: no-repeat;
	background-position: center right;
	position: relative;
	padding-right: 15px;
}
.crumbs li:last-child a {
	background-position: 100% -48px;
}
.crumbs li a:hover {
	color: #333;
	cursor: pointer;
}
.crumbs li a:active {
	color: #333;
	background-position: 100% -96px;
}
.showr {
	display: none;
}
.paddingbox {
	padding: 5px;
}
.lostpass, .dostava {
	display: none;
}
.showlostpass {
	color: #bd5b04;
	padding: 5px 0px;
	cursor: pointer;
	margin: 5px 0px;
}
#option {
	width: 100%;
    height: 30px;
    background: #ededed;
    padding: 5px;
}
.social {
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.social .fb {
	background: #3b5998;
	padding: 10px;
    text-align: center;
	margin-bottom: 3px;
	border-radius: 5px;
}
.social .fb a {
	color: #fff;
	display: block;
}
.social .yt {
	background: #FF0000;
	padding: 10px;
    text-align: center;
	margin-bottom: 3px;
	border-radius: 5px;
}
.social .yt a {
	color: #fff;
	display: block;
}
.social .ig {
	background: #833AB4;
	padding: 10px;
    text-align: center;
	border-radius: 5px;
}
.social .ig a {
	color: #fff;
	display: block;
}
.newsletter {
	margin-top: 60px;
	background: #d98031;
}

.splide {
	margin-bottom: 60px;
}
.splide__slide img {
	max-width: 100%;
}
.splide .splide__pagination {
	bottom: -1.5rem;
}
.important-blocks {
	margin-bottom: 60px;
}
.important-blocks .important {
	background: #e7e7e7;
	padding: 30px;
	border-radius: 5px;
}
.important-blocks .important .fa {
	font-size: 32px;
	margin-bottom: 20px;
}

.dropdown-menu {
	background-color: #d98031;
	border: none;
	border-radius: 0;
}

.dropdown-menu .dropdown-item {
	color: #FFFFFF;
}
.dropdown-menu .dropdown-item:hover {
	color: #FFFFFF;
	background-color: #bd5b04;
}

.coupon-popup {
	display: none;
	position: fixed;
    top: 30px;
    right: 30px;
    max-width: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #cccccc;
	z-index: 99999;
}
.coupon-popup .coupon-popup-close {
	position: absolute;
    right: 10px;
    top: 10px;
	font-weight: bold;
	cursor: pointer;
}
.coupon-popup .coupon-wrapper {
	padding: 30px;
    border: 1px solid #cccccc;
	text-align: center;
}
.coupon-popup .coupon-wrapper h2 {
	font-size: 20px;
}
.coupon-popup .coupon-wrapper .coupon-code {
	font-size: 30px;
    font-weight: bold;
	color: #bd5b04;
}
.maximg img {
	max-width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.hider {
		display: none;
	}
	.showr {
		display: block;
	}
	.sidebar {
		margin: 20px 0px;
	}
	.navbar-nav .nav-item {
		padding: 0px 10px;
		width: 100%;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
	.hider {
		display: none;
	}
	.showr {
		display: block;
	}
	.navbar-nav .nav-item {
		padding: 0px 10px;
		width: 100%;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	.hider {
		display: none;
	}
	.showr {
		display: block;
	}
	.sidebar {
		margin: 20px 0px;
	}
	.navbar-nav .nav-item {
		padding: 0px 10px;
		width: 100%;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.hider {
		display: none;
	}
	.showr {
		display: block;
	}
	.sidebar {
		margin: 20px 0px;
	}
	.navbar-nav .nav-item {
		padding: 0px 10px;
		width: auto;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.hider {
		display: none;
	}
	.showr {
		display: block;
	}
	.sidebar {
		margin: 20px 0px;
	}
	.navbar-nav .nav-item {
		padding: 0px 10px;
		width: auto;
	}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.hider {
		display: none;
	}
	.showr {
		display: block;
	}
	.sidebar {
		margin: 20px 0px;
	}
	.navbar-nav .nav-item {
		padding: 0px 10px;
		width: auto;
	}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.hider {
		display: block;
	}
	.showr {
		display: none;
	}
	.navbar-nav .nav-item {
		padding: 0px 10px;
		width: auto;
	}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	.hider {
		display: block;
	}
	.showr {
		display: none;
	}
	.navbar-nav .nav-item {
		padding: 0px 10px;
		width: auto;
	}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.hider {
		display: none;
	}
	.showr {
		display: block;
	}

}