/* HOME */
.home #t3-mainbody {
	display: none;
}

/* FOOTER */
footer {
	background: #333;
	color: rgba(255,255,255,0.6);
	padding: 30px 0 0 0;
}
footer h3 {
	font-size:16px;
	font-weight:600;
	color:#fff;
	position: relative;
	margin-bottom: 50px;
}
footer h3::after {
	content: "";
	width: 15%;
	height: 2px;
	display: block;
	background: #db011c;
	position: absolute;
	bottom: -15px;
	left: 0;
}
footer a {
	color:rgba(255,255,255,0.6);
}
footer a:hover {
	color:rgba(255,255,255,1);
}
footer ul {
	margin:0;
	padding: 0 0 20px 0;
	list-style:none;
}
#social_footer {
	text-align:center;
	border-top:1px dotted rgba(255,255,255,0.2);
	padding-top:30px;
	margin-top:10px;
}
#social_footer p {
	font-size:12px;
	color:#8c8c8c;
}
#social_footer ul {
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}
#social_footer ul li {
	display:inline-block;
	margin:0 5px 10px 5px;
}
#social_footer ul li a {
	color:#fff;
	text-align:center;
	line-height: 42px;
	display:block;
	font-size: 21px;
	width: 40px;
	height: 40px;
    background-color: #222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#social_footer ul li a:hover {
	background:#fff;
	color:#FF3333;
}
ul#contact_details_footer {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul#contact_details_footer li {
	margin-bottom:20px;
}
ul#contact_details_footer li#address_footer, ul#contact_details_footer li#phone_footer, ul#contact_details_footer li#email_footer {
	position:relative;
	padding-left:30px;
}
#address_footer:before, #phone_footer:before, #email_footer:before{
	font-style: normal;
 	font-weight: normal;
 	font-family: 'ElegantIcons';
    position:absolute;
	 font-size:20px;
  	left:0;
  	top:-5px;
	color:#FF3333;
}
#address_footer:before {
	content: "\e009";
}
#phone_footer:before {
	content: "\e00b";
}
#email_footer:before {
	content: "\e010";
	top:-8px
}
#copy {
	background-color: #222;
	padding: 20px 0;
	text-align:center;
	color:rgba(255,255,255,0.5);;
	font-size: 14px;
}
#copy p {
	margin: 0;
}

/* JAMSTVO */
.jamstvo-container {
	display: grid;
	grid-template-columns: 34% 66%;
	grid-column-gap: 30px;
}
.jamstvo-left,
.jamstvo-right {
	align-items: center;
    display: flex;
}
.jamstvo {
	background: #222;
	padding: 15px 0;
}
.jamstvo h2 {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	margin: 10px 0;
}
.jamstvo img {
	margin: 10px 0;
}
.jamstvo h2 a {
	color: #db011c;
}

/* PARALAX */
.header-paralax {    
	position: relative;
	min-height: 350px;
	display: table;
	width: 100%;
    z-index: 2;
}
.header-paralax-content {
	display: table-cell;
    padding: 45px 0 25px 0;
    vertical-align: bottom;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 24px;
    font-weight: 300;	
}
.header-title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 0;
}

/* NEWSLETTER */
#newsletter-prijava {
	background: #db011c;
	padding: 15px 0;
}
#newsletter-prijava h3 {
    color: #fff;
	margin: 15px 0;
    font-size: 24px;
    font-weight: 400;
	display: inline-block;
}
#newsletter-prijava p {
	float: right;
	margin: 0;
}

/* MODULE BLOCKS */
.mod-block {
	position: relative;
	padding: 45px 0 30px 0;
	font-weight: 600;
    font-size: 18px;
}
.mod-block-title {
	padding-left: 20px;
	line-height: 0.75;
	border-left: 5px solid #db011c;
	margin-bottom: 30px;
	font-size: 32px;
}
.mod-block-content {
	z-index: 1;
}
.mod-block-background {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.mod-block a {
	color: #333;
}
.mod-block a:hover {
	color: #db011c;
}
.mod-block-prev,
.mod-block-next {
	font-size: 40px;
	font-size: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mod-block-prev {
	left: 0;
}
.mod-block-next {
	right: 0;
}
.mod-block-item {
	margin-bottom: 30px;
	position: relative;
}
.mod-block-image {
	display: block;
	margin-bottom: 15px;
}
a.mod-block-more {
	float: right;
	margin-left: 10px;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding: 0 10px;
	font-weight: 600;	
	background: #db011c;
	color: #fff;
}
a.mod-block-more:hover,
.mod-block-dark a.mod-block-more:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}
.mod-block-dark a.mod-block-more {
	background: #fff;
	color: #db011c;
}
.mod-block-dark .mod-block-title {
	color: #fff;
	border-color: #fff;
}
.mod-block-dark a,
.mod-block-dark .mod-block-prev,
.mod-block-dark .mod-block-next {
	color: #fff;
}
.mod-block-dark .mod-block-itemtitle:hover {
	color: #fff;
}
.label-new {
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    background: #db011c;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    right: 15px;
    top: 15px;
    font-weight: 600;
}

/* Paginacija */
.vm-pagination,
.k2-pagination {
    text-align: center;
    color: #888;
    font-weight: 600;
    margin: 30px 0;
    border-top: 1px solid #ddd;
    padding-top: 60px;
}
.vm-pagination ul {
	padding: 0;
	list-style: none;
}
.vm-pagination li {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.vm-pagination li .pagenav {
	display: inline-block;
	padding: 6px 12px;
	line-height: 1.4;	
}
.k2-pagination .pagination>.active>a, 
.k2-pagination .pagination>.active>a:focus, 
.k2-pagination .pagination>.active>a:hover, 
.k2-pagination .pagination>.active>span, 
.k2-pagination .pagination>.active>span:focus, 
.k2-pagination .pagination>.active>span:hover {
	color: #fff;
	background: rgba(219, 1, 28, 1);
	border-color: rgba(219, 1, 28, 1);
}
.k2-pagination .pagination>li>a, 
.k2-pagination .pagination>li>span {
	color: rgba(219, 1, 28, 1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.k2-pagination .pagination>.disabled>a, 
.k2-pagination .pagination>.disabled>a:focus, 
.k2-pagination .pagination>.disabled>a:hover, 
.k2-pagination .pagination>.disabled>span, 
.k2-pagination .pagination>.disabled>span:focus, 
.k2-pagination .pagination>.disabled>span:hover {
	color: #888;
}


/* LISTING */
.listing {
	margin-bottom: 30px;
}
.listing-item {
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.listing-item-imagebox {
	background: #fff;
}
.listing-item-imagebox a {
	padding: 15px;
	display: block;
}
.listing-item-titlebox {
	background: #ddd;
}
.listing-item-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.listing-item-title a {
    display: block;
	color: #333;
	padding: 25px 15px;
	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}	

/* PRODUCT */
.productdetails {
	background: #fff;
	padding: 30px;
    border: 1px solid #ccc;
	margin-bottom: 30px;
}
.vm-product-media-container {
	margin-bottom: 30px;
}
.additional-images {
	display: table;
}
.additional-images .floatleft {
	float: left;
	max-width: 18%;
	margin-right: 2%;
}
.product-description {
	color: #666;
	line-height: 1.8;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 1px 0px 0px #ddd;
	-moz-box-shadow: 0px 1px 0px 0px #ddd;
	box-shadow: 0px 1px 0px 0px #ddd;
	margin-bottom: 30px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	box-sizing: border-box;
}
.product-description-more {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.product-description-showmore {
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    cursor: pointer;
}
.product-field,
.vm-price-value {
	display: flex;
	margin: 0 -2px;
}
.product-fields-title-wrapper,
.product-field-display,
.vm-price-desc,
span.PricebasePrice {
	width: 50%;
	display: inline-flex;
	padding: 10px;
	background: #ddd;
    font-weight: 600;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border: 2px solid #fff;
}
.product-field-inline50 {
	width: 50%;
	display: inline-flex;
	border: 2px solid #fff;
}
.product-field-inline50 a {
	width: 100%;
}
.product-field-display,
span.PricebasePrice {
    color: #fff;
    background: #db011c;
}
.ask-a-question-box {
    display: table;
    width: 50%;
    margin: 0 0 0 auto;
}
.ask-a-question {
	width: 100%;
	text-align: center;
}
.task-askquestion body {
	background: #fff;
}
.askform .row {
	margin-bottom: 15px;
}
.askform .formError {
	top: auto!important;
    left: auto!important;
    margin-top: 0!important;
    right: 15px!important;
	bottom: 10px;
}
.askform input, .askform select, .askform textarea {
	padding-left: 10px;
	border: 1px solid #ccc;	
}
.virtuemart_search input,
.askform input, .askform select, .askform textarea {
	width: 100%;
}
.virtuemart_search input,
.askform input[type="text"]{
	height: 35px;
}
#askform input[type="submit"] {
    float: right;
}


.product-summary {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}



/* K2 */
.k2 {
	background: #fff;
	padding: 30px;
    border: 1px solid #ccc;
	margin-bottom: 30px;
}
.k2-item-title {
	margin-bottom: 30px;
}
.k2-item-image {
	margin-bottom: 15px;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink:hover,
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink {
	border: 0;
}
.k2-catitem {
	margin-bottom: 30px;
}




/* FORMS */
.form-group {
	position:relative;
}
.form-control {
	font-size: 14px;
	color: #333;
	border-radius: 3px;
	height: 40px;
}
.form-group input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid rgba(255,255,255,1);
	display: block;
	font-weight: normal;
    width: 100%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.virtuemart_search {
	margin-bottom: 20px;
}

/*
.vm-search-custom-search-input {
	display: table;
	margin: 0 -15px;
}
.vm-search-custom-search-input input,
.vm-search-custom-search-input .vm-search-descr {
	width: 33.3%;
	float: left;
}
.vm-search-custom-search-input input {
	margin: 0 15px;
}
.vm-search-custom-search-input .vm-search-descr {
	padding: 0 15px;
}
*/

/* FILTER */
.t3-sidebar .t3-module {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.t3-sidebar .t3-module .module-title {
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.t3-module .ja-filter-wrapper .filter-content {
	background: transparent;
	padding: 0;
	color: #777;
}
#jamegafilter-search-btn,
.clear-all-filter {
	width: 100%;
}
#jamegafilter-search-btn {
	background: rgba(219, 1, 28, 1);
}
#jamegafilter-search-btn:hover {
	background: #ddd;
}
div.toolbar-bottom {
	border-top: none;
	padding-top: 0;
}
.t3-module .ja-filter-wrapper .filter-content .filter-options-title span {
	width: 100%;
	background: #ddd;
	background: #fff;
	padding: 5px 10px 5px 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #db011c;
	letter-spacing: 0;
}
.t3-module .ja-filter-wrapper .filter-content .filter-items {
	padding-left: 20px;
	margin-bottom: 10px;
}
.t3-module .ja-filter-wrapper .filter-content input[type="checkbox"], 
.t3-module .ja-filter-wrapper .filter-content input[type="radio"] {
	margin-left: 0;
}
.t3-module .ja-filter-wrapper .filter-content .filter-options-title span:after {
	color: rgba(219, 1, 28, 1);
	left: 0;
}
.t3-module .ja-filter-wrapper .filter-content .selected-filters ol li.item .filter-label {
    opacity: 1;
}
.t3-module .ja-filter-wrapper .filter-content .selected-filters ol li.item .filter-label:after {
	content: ':';
}
.t3-module .ja-filter-wrapper .filter-content .selected-filters ol li.item {
	padding: 5px 0;
}
.t3-module .ja-filter-wrapper ol.items .clear-filter.remove:after {
	color: #333;
}
.t3-module .ja-filter-wrapper ol.items .clear-filter.remove:hover:after {
    color: rgba(219, 1, 28, 1);
}
.t3-module .ja-filter-wrapper .filter-content .filter-options-title {
	margin-bottom: 10px;
}
.t3-module .ja-filter-wrapper .filter-content .filter-field {
    border-bottom: 1px solid #ddd;
}
.t3-module .ja-filter-wrapper .filter-content .filter-field + .filter-field {
	margin-top: 10px;
}
.t3-module .ja-filter-wrapper .filter-content .block-subtitle {
    border-bottom: 0;
	padding: 0;
}
.ja-products-wrapper .product-item {
	margin-bottom: 0;
}
/*.item-counter {
	display: none;
}*/

/* POPUP NEWSLETTER */
.sign-newsletter {
	position: fixed;
	bottom: 30px;
	right: 30px;
    z-index: 999;
	background: #fff;
	max-width: 396px;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 12px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0 rgba(0,0,0,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sign-newsletter-close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #333;
    color: #fff;
    font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sign-newsletter input.email {
	height: 30px;
	line-height: 30px;
	background: #999;
	border: none;
	color: #fff;
	padding-left: 10px;
	margin-top: 15px;
	width: 100%;
}
.sign-newsletter input.email:focus {
	outline: none;
}
.sign-newsletter .checkbox, .sign-newsletter .radio {
	padding-left: 20px;
}
.sign-newsletter p {
	margin-bottom: 10px;
}

/* Cookiehint */
#redim-cookiehint {
	position: fixed;
	z-index: 999;
	width: 604px;
	max-width: 100%;
	padding: 15px 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0px 0px 12px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0 rgba(0,0,0,0.2);
	background: #fff;
	color: #707070;
	border: 1px solid #ccc;
}
#redim-cookiehint .btn {
	background: #333;
	color: #fff;
	float: left;
	margin: 5px 5px 5px 0;
	cursor: pointer;
	padding: 7px 30px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
	border: 0;
}
#redim-cookiehint .btn#cookiehintsubmit {
	background: #db011c;
	float: none;
}
#redim-cookiehint .btn:hover,
#redim-cookiehint .btn#cookiehintsubmit:hover {
	color: #222;
	background: #ddd;
}
#redim-cookiehint .cookiecontent {
	margin: 5px 0;
}

/* PRODAVATELJI */
.prodavatelj {
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
@media screen and (max-width:768px){
	.prodavatelj .mod-exabyteslider-text {
		padding-right: 15px;
	}
}
.prodavatelj .mod-exabyteslider-text {
  	color: #333;
  	padding-top: 20px;
}
.prodavatelj .mod-exabyteslider-text p {
	margin: 0 0 10px 0;
}
.prodavatelj .mod-exabyteslider-text img {
    max-height: 80px;
}

/* BREADCRUMBS */
.breadcrumb {
    padding: 15px 0;
    margin: 0;
    background: transparent;
}

/* SUBCATEGORIES */
.browseCategoryImage {
	padding: 10px;
}
.listing-subcategory {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	margin: 0;
}
.listing-subcategory .category {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.listing-subcategory .category:hover {
	background: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.listing-subcategory .category h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
	padding: 15px 10px;
	color: #333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.listing-subcategory .category:hover h2 {
	color: #d40e14;
}
@media screen and (max-width:992px){
	.listing-subcategory {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 15px;
	}
	.listing-subcategory .category {
		margin-bottom: 15px;
	}
}