/*
html 16px

px	em	percent
5px	0.3125em	31.25%
6px	0.3750em	37.50%
7px	0.4375em	43.75%
8px	0.5000em	50.00%
9px	0.5625em	56.25%
10px	0.6250em	62.50%
11px	0.6875em	68.75%
12px	0.7500em	75.00%
13px	0.8125em	81.25%
14px	0.8750em	87.50%
15px	0.9375em	93.75%
16px	1.0000em	100.00%
17px	1.0625em	106.25%
18px	1.1250em	112.50%
19px	1.1875em	118.75%
20px	1.2500em	125.00%
21px	1.3125em	131.25%
22px	1.3750em	137.50%
23px	1.4375em	143.75%
24px	1.5000em	150.00%
25px	1.5625em	156.25%


semibold: 600
medium: 500
*/

:root {
	--rjLightBlue: #0088CC;
	--rjTextDark:  #212529;
	--rjDefaultGrey: #777;

	--siteDarkBg: #32323d;
	--siteRed: #f50247;
	--siteGreen: #59B200;
}

/* contact page styles */
.bannerZelenaBg {
	background-color: #c3d311;
}
.bannerRozaBg {
	background-color: #f40347;
}
.bannerPlavaBg {
	background-color: #02c2ea;
}
.svijetloSivaBg {
	background-color: #f4f4f4;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Barlow', sans-serif;
	color: #000;
	font-weight: normal;
	background-color: #fff;
}

b {
	font-weight: 700;
}
strong {
	font-weight: 700;
}
a {
	transition: color 0.3s ease-in-out;
  color: #000;
  text-decoration: none;
  background-color: transparent;

}
a:hover {
	color:var(--siteRed);
	text-decoration: none;
}


.form-control {
    color: rgba(18,18,18,1.00);
}
.colorGreen {
  color: #59B200;
}
.colorRed {
  color: #D80000;
}

img {
	/*
	chrome blurry images fix
	messes up magiczoom
	*/
	/*transform: translateZ(0) scale(0.999999)  !important;*/
	vertical-align: top !important;
    border-style: none;
}

.footerBrandCnt img {
	transform: translateZ(0) scale(0.999999);
}
.indexBannersColumn img {
	transform: translateZ(0) scale(0.999999);
}

@media (min-width: 1440px) {
	.container-lg {
		max-width: 1440px;
	}

	.container-xl {
		max-width: 1630px;
	}
}
.modal-backdrop {
	z-index: 2000000002;
}

.modal {
	z-index: 2000000003;
}

.scrollUpCnt {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 502;
}

.blue_notification {
	background-color: var(--siteDarkBg) !important;
	color: #fff  !important;
	text-align: center;
	padding-bottom: .5rem;
	padding-top: .5rem;
    font-weight: 600;
	font-style: normal;
}
.blue_notification a {
	text-decoration: underline;
	color: #fff;
	font-size: 1.0rem;
	font-weight: 600;
	font-style: normal;
}
.blue_notification p {
    margin: 0;
    padding: 0;
}

.navig_top {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.navig_top .navig_top_nav {
	justify-content: space-between;
	display: flex;
	color: #a5a5af;
}
.navig_top .navig_top_nav .nav-item {
	font-size: 1.1rem;
	display: inline-block;
	letter-spacing: -0.5px;
	font-weight: 500;
	color: #a5a5af;
}
.navig_top .navig_hero_text {
	font-size: 1.1em;
	font-weight: 500;
	padding: 6px 10px !important;
	padding-left: 18px !important;
	text-align: left;
}
.navig_top .navig_pills {
	display: flex;
	justify-content: flex-end;
}



.navig_top .navig_top_nav .nav-item a {
	color: #a5a5af !important;
	transition: color 0.3s ease-in-out;
	padding: 6px 10px !important;
	font-weight: 500;
}
.navig_top .navig_top_nav .social_icons i {
	font-weight:normal;
}
.navig_top .navig_top_nav .nav-item a:hover {
	color: #000 !important;
}
.nav-item-left-border {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}
.nav-item-left-border::after {
    background: rgba(0, 0, 0, 0.08);
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
}

.nav-item-right-border {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
.nav-item-right-border::before {
    background: rgba(0, 0, 0, 0.08);
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0;
}
.header-social-icons {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navig_top .nav-pills .show > .nav-link {
	background-color: transparent !important;
}
.navig_top  .dropdown-menu {
    border: 0;
    margin-top: -2px;
    margin-left: -2px;
    padding: 0;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
    background: #FFF;
    padding: 3px;
    min-width: 60px;
    z-index: 10000;
    margin-right: 0;
    margin-top: 1px;
    transition: opacity .2s ease-out;
    border-radius: 0;
}
.navig_top .dropdown-menu.show {
    display: block;
}
.header_col {
	justify-content: space-between;
	/*padding-top: 1rem;
	padding-bottom: 1rem;*/
	display: flex;
}
.header_col_cnt {
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem;
	display: flex;
	max-width: 1630px;
	width: 1630px;
	padding-left: 0rem;
	padding-right: 1rem;
}
.header_logo {
	padding-right: 00px;
	display: flex;
	flex: 0 0 auto;
}
.header_logo_img {
	max-width: 200px;
}

.header_navig_bar {
	display: flex;
	flex: 1 1 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Poppins';
}
.customNavbar {
	padding-top: 0px;
}

.header_search_bar {
	display: flex;
	flex: 1 1 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	max-width: 290px;
	padding-right: 15px;
}
#searchFormId {
	display: block;
	width: 100%;
}


.header_search_bar .input-group {
	background-color: #fff;
	border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
	/*box-shadow: inset 0 0 16px 2px #eeeeee;*/
	border: 1px solid #7b7b7b;
}

#headerSearch {
	background-color: transparent;
	border: 0;
	height: 50px;
	font-size: 1.1rem !important;
	color: #777777 !important;
	padding-left: 1rem;
	border-right: none;
	padding-top: .8rem;
	padding-bottom: .8rem;
	font-family: 'Poppins';
}
#headerSearch::placeholder {
	font-style: normal;
	font-weight: 500;
	font-family: 'Poppins';
}
.header_search_bar .input-group-append {
	background-color: transparent;
	border-left: none;
}
.header_search_bar .submit_icon {
	color: #777777;
	width: 20px;
	height: auto;
	display: inline-block;
}
.header_search_bar .submit_icon path {
	fill: #777777;
}

.header_search_bar .submit_btn {
	padding-right: 1.5rem;
	padding-top: 2px;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
}

.header_icon_bar {
	display: flex;
	flex: 0 0 auto;
	flex-flow: row;
	margin:0;
	padding-left: 0px;
	padding-top: 0px;
	position:relative;
	padding-top: 16px;
}
.header_icon_bar li {
	list-style: none;
	margin-left: 15px;
}

.header_icon_bar li a {
	transition: color 0.3s ease-in-out;
}
.header_icon_bar li .wishlist {
	color: #000;
	transition: color 0.3s ease-in-out;
}
.header_icon_bar li .wishlist path {
	transition: color 0.3s ease-in-out;
}

.header_icon_bar li .wishlist:hover path {
	fill: var(--siteRed);
}
.header_icon_bar li .user_account {
	display: block;
	padding-left: 5px;
}
.header_icon_bar li .user_account svg {
	height: 35px;
	transition: color 0.3s ease-in-out;
}
.header_icon_bar li .user_account:hover {
	color: var(--siteRed) !important;
	text-decoration: none;
}
.header_icon_bar li .user_account path {
	transition: color 0.3s ease-in-out;
}

.header_icon_bar li .user_account:hover path {
	fill: var(--siteRed);
}

.header_icon_bar li .wishlist {
	display: block;
	position: relative;
	padding-top: 2px;
}
.header_icon_bar li .wishlist:hover {
	color: var(--siteRed) !important;
	text-decoration: none;
}
.header_icon_bar li .basket {
	height: auto;
	display: block;
	position: relative;
	margin-top: 2px;
}
#header_shopping_bakset {
	transition: color 0.3s ease-in-out;
}
.header_icon_bar li .basket path {
	height: 35px;
}

.header_basket_icon {
	fill:#000;

}
.header_icon_bar li .basket:hover .header_basket_icon {
	fill:var(--siteRed);
}

.header_icon_bar .basket .cart-info {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -4px;
    left: 0;
    padding: 0;
    display: block;
    line-height: 1;
}
.header_icon_bar .basket .cart-info .cart-qty {
    position: absolute;
    top: -12px;
    right: -10px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: var(--siteRed);
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.header_icon_bar .wishlist-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1;
}
.header_icon_bar .wishlist-qty {
  position: absolute;
  top: -12px;
  right: -10px;
  width: 15px;
  height: 15px;
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  background-color: var(--siteRed);
  text-align: center;
  line-height: 15px;
  border-radius: 20px;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.bicycleTopBannerCnt {
	padding-top: 0px;
	padding-bottom:1rem;
}
.bicycleTopBannerCnt img {
	width: 100% !important;
  	max-width: none !important;
	display: block;

}


.bannerHtmlField {
	position:absolute;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	z-index:2;
	width:100%;
	height: 100%;
}
.bannerLink {
	display: block;
	position: relative;
}



.bicycleTopMultiBannerCnt {
	padding-top: .5rem;
	padding-bottom: 1.5rem;
	position: relative;
}

.bicycleTopMultiBannerCnt .slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.bicycleTopMultiBannerCnt .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.bicycleTopMultiBannerCnt .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.bicycleTopMultiBannerCnt .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  /*content: "•";*/
  content: "\f192";
  width: 20px;
  height: 20px;
  /*font-family: "slick";*/
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  color: var(--siteRed);
  /*opacity: 0.25;*/

}
.bicycleTopMultiBannerCnt .slick-dots li.slick-active button::before {
  /*color: black;
  opacity: 0.75;*/
  content: "\f111";

}
.bicycleTopMultiBannerItem {
	padding-left: 0.9rem;
	padding-right: 0.9rem;
}

.menuIconCnt {
	display: none;
}
.menuTextCnt {
	display: inline-block;
}

.header_fixed {
	padding-top: 86px; /* header_col height */
}
.hamburger:hover {
	opacity: 1;
}
.hamburger.is-active:hover {
	opacity: 1;
}

/* header breakpoints */
@media all and (max-width:1440px){
	.header_fixed {
		padding-top: 113px;
	}
	.customNavbar {
		padding-top: 10px;
	}

	.header_col {
		flex-wrap: wrap;
	}
	.header_col_cnt {
		flex-wrap: wrap;
		max-width: 100%;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.header_col_cnt .navbar {
		padding-left: 0;
		padding-right: 0;
	}

	.header_logo {
    	padding-right: 20px;
		order: 1;
	}
	.header_navig_bar {
		order: 4;
		width: 100%;
	}
	.header_search_bar {
		order: 2;
		max-width: 100%;
		padding-right: 0px;
	}
	.header_icon_bar {
		padding-left: 30px;
		order: 3;
	}
	.navig_top .navig_top_nav .nav-item {
		font-size: 0.9rem;
	}

}
@media all and (max-width:992px){
	.header_fixed {
		padding-top: 85px;
	}
	.navig_top {
		display: none;
	}

	.customNavbar {
		padding-top: 0px;
		width: calc(100vw - 24px);
		position: absolute;
		top: 65px;
		left: -3px;
		z-index: 30001;
		background-color: #fff;
		overflow-y: scroll;
		max-height: calc(100vh - 105px);
	}
	.header_fixed .customNavbar {
		top: 55px;
	}
	.menuRootItem .dropdown-menu {
		box-shadow: none;
		border-bottom: 1px solid var(--rjTextDark);
	}

	.menuIconCnt {
		width: 25px;
		display: inline-block;
		margin-right: 9px;
		padding-top: 9px;
	}

	.menuTextCnt {
		display: inline-block;
		margin-top: 8px;
	}

	.navig_top .navig_top_nav {
		justify-content: center;
	}
	.navig_top .navig_hero_text {
		text-align: center;
	}
	.navig_top .navig_pills {
		justify-content: center;
	}

	.header_fixed .header_col .header_col_cnt {
	    padding-top: 0px !important;
	    padding-bottom: 0px !important;
	}
	.header_col_cnt .navbar {
		position: static;
		justify-content: flex-start;
		flex-flow: column;
	}

	.header_logo_img {
	  max-width: 150px;
	}
	.header_navig_bar {
	  order: 3;
	  width: 55px !important;
	  flex-grow: 0;
	}
	.header_search_bar {
	  order: 4;
	  width: 100% !important;
	}
	.header_icon_bar {
		width: auto;
		/*justify-content: flex-end;*/
		padding-left: 0;
		order: 2;
		display: flex;
		margin-left: auto;
		margin-right: 0;
		padding-right: 17px;
		padding-top: .7rem;
	}


}
/*@media all and (max-width:768px) {*/
@media all and (max-width:992px) {
	.header_col {
		flex-wrap: wrap;
	}
	.header_col_cnt {
		flex-wrap: wrap;
		position: relative;
	}

	.header_logo {
		width: auto;
		justify-content: center;
		padding-bottom: .5rem;
		padding-top: .5;
		padding-right: 0;
	}
	.header_search_bar {
		width: 50%;
		justify-content: flex-start;
	}


}
@media all and (max-width:576px) {
	.header_icon_bar li {
	    margin-left: 10px;
	}
}

@media all and (max-width:380px) {
	.header_icon_bar li {
	    margin-left: 0px;
	}
}

.roundedCorners10 {
	display: block;
	border-radius: 10px;
	overflow:hidden;
}

.basket_dropdown {
	box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
	background: #FFF;
	min-width: 300px;
	z-index: 10000;
	right: 100%;
	margin-top: 15px;
	transition: opacity .2s ease-out;
	border: none;
	border-radius: 0;
	left: -150px !important;
	padding: 20px;
}
.basket_dropdown .mini_product_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.basket_dropdown .mini-products-list li:first-child {
    margin-top: -15px;
}
.basket_dropdown .mini_product_list li.item {
	position: relative;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #EEE;
}
.basket_dropdown .product_href {
	display: flex;
	width: 100%;
	flex-flow: row;
}
.basket_dropdown .product_href .left {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column;
	padding-right: 5px;
}
.basket_dropdown .product_href .left .product_name {
	font-size: 0.9em;
	letter-spacing: 0.005em;
	font-weight: 600;
	color: #696969 !important;
}
.basket_dropdown .product_href .left .product_qty {
	font-size: 0.8em;
	color: #777 !important;
	line-height: 26px;
	padding-top: 7px;
	padding-bottom: 0px;
}

.basket_dropdown .product_href .right {
	width: 50px;
	flex: 0 0 auto;
}
.basket_dropdown .totals {
	padding: 15px 0 25px;
    overflow: hidden;
	display: flex;
	flex-flow: row;
}
.basket_dropdown .totals .label {
	flex: 1 1 auto;
	font-size: 13px;
	font-weight: 700;
	color: #474747;
}
.basket_dropdown .totals .price-total {
    flex: 1 1 auto;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    color: #474747;
}
.basket_dropdown .actions {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

.basket_dropdown .actions .view_cart_btn {
	flex: 0 0 auto;
	width: 100%;
	min-width: 125px;
	text-align: center;
	margin: 5px 0;
	font-size: 0.9rem;
	padding: 0.7rem 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: .4rem;
}
.basket_dropdown .actions .checkout_btn {
	flex: 0 0 auto;
	width: calc(50% - 5px);
	min-width: 125px;
	text-align: center;
	margin: 5px 0;
	font-size: 0.7rem;
	padding: 0.7rem 1rem;
	font-weight: 600;
	text-decoration: none;
}

.custom_btn_dark {
	background-color: #585859;
	border-color: #585859 #585859 #585859;
	color: #FFF;
	cursor: pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: .25rem
}
.custom_btn_dark:hover, .custom_btn_dark.hover {
    background-color: #32383e;
    border-color: #383f45 #383f45 #212529;
    color: #FFF;
	text-decoration: none;
}
.custom_btn_primary {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
    color: #FFF;
	cursor: pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: .25rem
}
.custom_btn_primary:hover, .custom_btn_primary.hover {
    background-color: #00a1f2;
    border-color: #00aaff #00aaff #0088CC;
    color: #FFF;
	text-decoration: none;
}

@media all and (max-width:992px) {
	.basket_dropdown .mini_product_list {
		/*display: none;*/
	}
}

/* main navig menu */
.header_main_navig {
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	background-color: #fff;
}


.header_col  .nav_brand_href {
	display: none;
}

.header_fixed .header_col {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	border-bottom: 1px solid #EDEDED;
	z-index: 2000000001; /* 3001 -> magic zoom over the picture */

}
.header_fixed .header_col .header_col_cnt {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}



@media all and (max-width:992px) {
	.header_navig_bar {
		padding-top: 0rem;
		padding-bottom: 0rem;
		justify-content: flex-end;
	}
	.navbar {
		max-height: 90vh;
		overflow: hidden;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
		justify-content: flex-end;
	}
	.header_fixed .header_col {
		padding-bottom: 0;
		padding-top: 0;
	}

}
@media all and (max-width:992px) {
	.header_fixed .header_col .header_col_cnt {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0rem !important;
		padding-top: 0rem !important;
	}
	.header_fixed .header_col .navbar {
		justify-content: space-between;
	}

	.header_fixed .header_col .header_logo {
		padding-bottom: 0rem;
		padding-top: .35rem;
	}
	.header_fixed .header_col .header_search_bar {
		display: none;
	}
	.header_fixed .header_col .header_icon_bar {
		/* hide when fixed navbar */
		/*display: none;*/
	}

	.header_fixed .header_col .nav_brand_href {
		display: flex;
		width: 200px;
		margin-left: 0px;
		margin-right: 15px;
		margin-top: 4px;
		height: 52px;
		flex: 0 0 auto;
	}

}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: var(--siteDarkBg);
	border-radius: 0rem;
	background-color: var(--siteDarkBg);
	height: 55px; /*hamburgers*/
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #fff;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #777 !important;
	font-size: 1rem;
	font-weight: 500;
	border-bottom: 3px solid transparent;
}
.menuRootItem {
	position: static;
	margin-right: 3px;
}
.menuRootItem .nav-link.has-submenu .sub-arrow {
	display: none;
}
.menuRootItem > .nav-link {
	padding: 0 0.6rem !important;
	margin: 1px 0 0;
	min-height: 40px;
	height: 100%;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 600;
	display: inline-flex;
	flex-flow: column;
	justify-content: center;
}
/* menu hover */
/*
.menuRootItem:hover > a.nav-link {
    color: var(--rjLightBlue) !important;
}


.menuRootItem > a::before {
	right: -1px;
	opacity: 0;
	background: transparent;
}
.menuRootItem:hover > a::before {
	top: -8px;
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	background: var(--rjLightBlue);
	border-bottom-color: var(--rjLightBlue);
	right: -1px;
	opacity: 1;
}
*/

.menuRootItem > a.nav-link {
	transition-property: color;
	transition-duration: 0.0s !important;
	transition-timing-function: linear !important;
	transition-delay: 0s !important;
	border-radius: 0rem;
}
/*
.menuRootItem:hover > a.nav-link {
	border-radius: .3rem;
	background-color: var(--siteDarkBg);
	color: #fff !important;
}
*/


/* special menu items */
#novi_artikli_menu_1 {
	color: #000 !important;
	border-bottom: 3px solid #c4d310;
}

 #novi_artikli_menu_1:hover, #novi_artikli_menu_1.active {
	/*background-color: #c4d310;*/
	color: #c4d310 !important;
}
#akcija_menu_1 {
	border-bottom: 3px solid var(--siteRed);
	color: #000 !important;
}

#akcija_menu_1:hover, #akcija_menu_1.active {
	/*background-color: var(--siteRed);*/
	color: var(--siteRed) !important;
}

.menuRootItem > a.nav-link:hover {
	/*border-radius: .3rem;
	background-color: var(--siteDarkBg);*/
	color: var(--siteRed) !important;
}
.menuRootItem > a.nav-link.active {
	/*border-radius: .3rem;
	background-color: var(--siteDarkBg);*/
	color: var(--siteRed) !important;
}
.menuRootItem > a.nav-link.highlighted {
	/*border-radius: .3rem;
	background-color: var(--siteDarkBg);*/
	color: var(--siteRed) !important;
}


.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 4em;
}


@media all and (max-width:992px) {
	.menuRootItem {
		position: static;
		margin-right: 0px;
		border-bottom: 1px solid #ccc;
	}
	.menuRootItem .nav-link.has-submenu .sub-arrow {
		display: block;
	}
	/*.navbar-nav.sm-collapsible .has-submenu {*/
	.navbar-nav.sm-collapsible .nav-link {
		padding-right: 4em !important;
		display: flex;
		width: 100%;
		flex-flow: row;
		justify-content: flex-start;
	}

	.navbar-nav.sm-collapsible .nav-link.inline {
		padding-right: .6rem !important;
		display: inline-block;
		width: auto;
		padding-top: 5px !important;
	}
	.menuRootItem > a.nav-link.active {
		/*border-radius: .3rem;*/
		background-color: #fff;
		color: var(--siteRed);
	}

	.menuRootItem > a.nav-link.active:hover {
		/*background-color: var(--siteDarkBg) !important;*/
		color: var(--siteRed);
	}

	.menuRootItem > a.nav-link:hover .menuIconCnt {
		/*filter: grayscale(300%) invert(100%) brightness(200%);*/
		filter: invert(8%) sepia(100%) saturate(7203%) hue-rotate(340deg) brightness(110%) contrast(98%);
	}


}

/* drop down */
.menuRootItem .dropdown-menu {
	transition: transform .2s ease-out;
	box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
	padding: 1rem 1rem;
	border-radius: 0;
	border: none;
}

.menuRootItem .dropdown-menu.mega-menu {
	min-width: 200px !important;
	max-width: 750px !important;
	width: 750px !important;
}
.menuRootItem .dropdown-menu.mega-menu.xl {
	min-width: 200px !important;
	max-width: 1100px !important;
	width: 1100px !important;

}
@media all and (max-width:1440px) {
	.menuRootItem .dropdown-menu.mega-menu.xl {
	  min-width: 200px !important;
	  max-width: 1100px !important;
	  width: 100% !important;
	  margin-left: 0 !important;
	}
}

@media all and (max-width:992px) {
	.menuRootItem .dropdown-menu.mega-menu {
		width: 100% !important;
		/*border-bottom: 1px solid var(--rjTextDark);*/
		box-shadow: none;
		margin-top: 0;
		padding-top: .1rem;
	}
	.menuRootItem .dropdown-menu.mega-menu.xl {
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}

}
/* mega-menu */
.menuRootItem .dropdown-menu.mega-menu h4 {
	font-size: 1rem;
	font-weight: 600;
}
.menuRootItem .mega-menu_list {

}
.menuRootItem .mega-menu_list_item {

}
.menuRootItem .dropdown-item {
    padding: .25rem 1.0rem;
    font-weight: 400;
    color: rgba(20, 0, 0, .9);
	line-height: 1.2rem;
}
.menuRootItem .dropdown-item:focus, .menuRootItem .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #eeeeee;
}
.menuRootItem .dropdown-item.active, .menuRootItem .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #eeeeee;
}

/* other sliders */
.slick-prev, .slick-next {
  top: 40%;
}

.slick-prev {
  left: -12px;
}
.slick-next {
  right: -12px;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, .7);
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1002;
  border-radius: .4rem;
}

.slick-prev::before, .slick-next::before {
	color: var(--rjTextDark);
	opacity: 0.75;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: rgba(255, 255, 255, .9);
}

@media all and (max-width:992px){
	.indexProductsSliderCnt .slick-prev {
		left: 0px;
	}
	.indexProductsSliderCnt .slick-next {
		right: 0px;
	}
}



/* index banner slider */
.mobileIndexBannerSlider {
	max-width: 100%;
}
.mobileIndexBannerSlider .slick-prev, .mobileIndexBannerSlider .slick-next {
  top: 40%;
}

.mobileIndexBannerSlider .slick-prev {
  left: -12px;
}
.mobileIndexBannerSlider .slick-next {
  right: -12px;
}

.mobileIndexBannerSlider .slick-prev, .mobileIndexBannerSlider .slick-next {
  position: absolute;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, .7);
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1002;
  border-radius: .4rem;
}

.mobileIndexBannerSlider .slick-prev::before, .mobileIndexBannerSlider .slick-next::before {
	color: var(--rjTextDark);
	opacity: 0.75;
}

.mobileIndexBannerOneSlide  {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
@media all and (max-width:412px){
	.mobileIndexBannerOneSlide {
		margin-bottom: 1rem;
	}
}


/* footer */
.footer_cnt {
	background: var(--siteDarkBg);
	font-size: 1rem;
	padding-top: 70px;
	padding-bottom: 1.5rem;
	position: relative;
	color: #a7a7a7;
}
.footer_cnt h5 {
	font-size: 1.3rem;
	color: #fff;
	margin-bottom: .8rem;
	font-weight: 600;
}
.footer_cnt .footer_col_items {
	margin: 0;
	padding: 0;
	list-style:none;
	padding-bottom: 1rem;
}
.footer_cnt .footer_col_items li {
	color: #a7a7a7;
	line-height: 24px;
	padding-left: 0px;
}
.footer_cnt .footer_col_items li a {
	transition: all 0.1s ease-in-out;
	text-decoration: none;
	color: #a7a7a7;
	margin-bottom: 0.5rem;
	line-height: 1rem;
	display: inline-block;

}
.footer_cnt .footer_col_items li a:hover {
	text-decoration: none;
	color: #FFF;
}
.footer_cnt .light_text {
	color: #FFF;
}
.footerLogoCnt {
	margin-bottom: 25px;
}
.footerLogoCnt img {
	width:220px;

}

.footer_row_2 {
	border-top: 1px solid #707078;
	padding-top: 1.5rem;
}
.footer_social_icons {
	margin:0;
	padding: 0;
	list-style:none;
	display: flex;
	flex-flow: row;
	padding-top: 1rem;
}
.footer_social_icons li {
	margin:0;
	padding: 0 !important;
}

.footer_social_icons a {
	transition: color 0.3s ease-in-out;
	padding-right: 1.5rem;
}
.footer_social_icons a:hover {
	color: var(--siteRed) !important;
}
.footer_social_icons a i {
	font-size: 1.2rem;
}

.footerText {
    padding: 4px 12px 4px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #a8a8a8;
    /*line-height: 140%;*/
	padding-left: 0;
}
.nl_form_cnt {
	display: flex;
	flex-flow: row;
}

.newsletterSubscribeInput {
	background: rgba(255, 255, 255, 0.05);
	border-radius: .3rem;
	height: auto;
	font-size: 0.85rem;
	line-height: 1.85;
	padding: 0.5rem 1.5rem;
	color: #bfbfbf;
	border-color: #676767;
	border-width: 1px;
	border-style: solid;
	border-right: 0;
	flex: 1 1 auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	min-width: 0;
}
.newsletterSubscribeInput:focus {
    border-color: #676767;
}
#subscribeForm {
	padding-bottom: 1rem;
}

.newsletterSubscribeSubmit {
	border-radius: .3rem;
	background-color: var(--siteRed);
	border-color: var(--siteRed);
	color: #FFF;
	font-size: 0.8rem;
	font-weight: 700 !important;
	text-align: center;
	vertical-align: middle;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	line-height: 1.5;
	cursor: pointer;
	padding-top: .75rem;
	padding-bottom: .75rem;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	border-width: 1px;
	border-style: solid;
	flex: 0 0 auto;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.newsletterSubscribeSubmit:hover {
    background-color: var(--siteRed);
    border-color: var(--siteRed);
    color: #FFF;
}
.footer_question_cnt {
	background-color: #00a1f2;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 15px;
	padding-right: 15px;
}
.footer_question_href {
	display: flex;
	flex-flow: row;
}
.footer_question_img_cnt {
	flex: 0 0 auto;
	width: 130px;
	margin-right: 30px;
}
.footer_question_text {
	flex: 0 1 auto;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.footer_question_text p {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.5rem;
	display: flex;
}
.footer_logos_cnt {
	padding-top: 1rem;
	padding-bottom: 1.5rem;
}
@media all and (max-width:992px) {
	.footer_question_text {
		flex: 1 1 auto;
		width: 100%;
	}
	.footer_question_text p {
		display: block;
		text-align: center;
	}
}
@media all and (max-width:576px) {
	.footer_question_href {
		flex-flow: column;
	}
	.footer_question_img_cnt {
		margin-right: auto;
		margin-left: auto;
	}


}

.footerBrandCnt {
    display: flex;
    height: 150px;
    align-content: center;
	/*
	col-2: 16.666667%
	1/8: 12.5%
	*/
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.footerBrandCnt a {
    display: flex;
    width: 100%;
    border: 0;
    height: 130px;
}
.footerBrandCnt img {
    flex: 0 0 auto;
    margin: auto auto;
    display: block;
    filter: grayscale(100);
    opacity: 0.4;
    transition: 0.4s;
    max-width: 130px;
    align-self: flex-start;
	  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPEAAACCCAIAAAAYH7kxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQ1JREFUeNrs0gENAAAIwzDAv9V7wAe0EpZ1koJDRgI8DZ4GT4OnwdN4GjwNngZPg6fxNHgaPA2eBk/jafA0eBo8DZ7G0+Bp8DR4GjyNp8HT4GnwNHgaT4OnwdPgafA0eBpPg6fB0+Bp8DSeBk+Dp8HT4Gk8DZ4GT4OnwdN4GjwNngZPg6fxNHgaPA2eBk/jafA0eBo8DZ4GT+Np8DR4GjwNnsbT4GnwNHgaPI2nwdPgafA0eBpPg6fB0+Bp8DSeBk+Dp8HT4Gk8DZ4GT4OnwdPgaTwNngZPg6fB03gaPA2eBk+Dp/E0eBo8DZ4GT+Np8DR4GjwNnsbT4GnwNHgaPI2nwdPgafA0eJr3VoABAH/ZA8tLx+tnAAAAAElFTkSuQmCC");
}

@media (max-width:1200px) {
	.footerBrandCnt img {
		max-width: 100px;
	}
}
@media (max-width:992px) {
	.footerBrandCnt {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (max-width:768px) {
	.footerBrandCnt {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.footerBrandCnt:hover img {
	filter: none;
	opacity: 1;
}
.footer_grey_row {
	background: var(--siteDarkBg);
	padding: 1rem 0.5rem;
	border-top: 1px solid #707078;
	color:#a8a8a8;
}
.footer_logos_see_all_cnt {
	padding-top: 41px;
	padding-bottom: 60px;
	text-align: center;
}
.footer_logos_see_all_href {
	background-color: var(--siteRed);
	color: #fff;
	text-decoration: none;
	border-radius: 0.4rem;
	padding: 15px 40px 15px 40px;
	font-weight: 600;
}
.footer_logos_see_all_href:hover {
	color: #fff;
	text-decoration: none;
}



/* BIG slider */
.indexBigSliderCnt {
    padding: 0px;
    background-color: #fff;
    position: relative;
}
.indexBigSliderItem {
    position: relative;
}
/* big slider on index page only */
.index_page .indexBigSliderItem {
	height: auto;
}
@media (max-width:756px) {
	.indexBigSliderItem {
		height: auto;
	}
}

.indexBigSliderNavImg {
    display: flex;
	flex: 0 1 auto;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    cursor: pointer;
    border: 5px solid transparent;
}
.indexBigSliderNavImg[alt] {
	font-size: 0px;
	line-height: 0px;
}

.indexBigSliderNavImg.active {
    border: 5px solid #fff;
}
/* patch: overwrite img-fluid max-width 100% to fit in container-xl */
.indexBigSliderImage {
	width: 100% !important;
	max-width: none !important;
}

.indexBigSliderImage[alt] {
	font-size: 0px;
	line-height: 0px;
}


/* small navig slider */
.indexBigSliderNavs {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 120px;
  display: block;
}



@media (max-width:992px) {
	.indexBigSliderNavs {
		right: 25px;
		top: 25px;
		width: 100px;
	}
	.indexBigSliderNavImg {
		margin-bottom: 2px;
		width:100px;
	}
	.indexSliderSmallLinkCnt {
		top: 10%;
		width: 100%;
		padding-left: 20px;
		padding-right: 150px;
	}
	.indexSliderSmallLinkRow2Cnt {
		top: 50%;
		width: 100%;
		padding-left: 20px;
		padding-right: 150px;
	}
	.indexSliderSmallLinkRow3Cnt {
		bottom: 10%;
		width: 100%;
		padding-left: 20px;
		padding-right: 150px;
	}

}
@media (max-width:768px) {
	.indexBigSliderNavs {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		display: flex;
		flex-flow: row;
		padding-top: 5px;
    	justify-content: center;
	}
	.indexSliderSmallLinkCnt {
		top: 10%;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.indexSliderSmallLinkRow2Cnt {
		top: 40%;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.indexSliderSmallLinkRow3Cnt {
		bottom: 10%;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.indexBigSliderNavImg {
		margin-bottom: 0px;
		flex: 1 1 auto;
		flex-grow:1;
		max-width: 50px;
		/*width: auto;*/
		align-self: flex-start;
		/*height: 52px;*/
		/*width: auto;*/
		width: 70px;
	}
}
@media (max-width:576px) {
	.indexBigSliderNavImg {
		margin-bottom: 0px;
		flex: 1 1 auto;
		flex-grow:1;
		max-width: 30px;
		/*height:100%;*/
		align-self: flex-start;
		/*width: auto;*/
	}
}



/*
.indexBigSliderNavImg:hover {
	box-shadow: 0 0 9px -2px #fff;
}
.indexBigSliderNavImg.active {
	border: 1px solid #D80000;
}
*/
.indexBannersRow img {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwcAAAHsCAIAAAAIJkZwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABxxJREFUeNrs1kENAAAIxDDAv9XzgA0SWgl7rZMUAMB7IwEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArkgCAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFyRBAAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgkAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQDAaSvAABU9Bp8qEHcJAAAAAElFTkSuQmCC");
}
.index_banners_row_lazybg {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwcAAAHsCAIAAAAIJkZwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABxxJREFUeNrs1kENAAAIxDDAv9XzgA0SWgl7rZMUAMB7IwEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArkgCAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFyRBAAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgkAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQCAKwIAcEUAAK4IAMAVAQC4IgAAVwQA4IoAAFwRAIArAgBwRQAArggAwBUBALgiAABXBADgigAAXBEAgCsCAHBFAACuCADAFQEAuCIAAFcEAOCKAABcEQDAaSvAABU9Bp8qEHcJAAAAAElFTkSuQmCC");
}

/* patch: overwrite img-fluid max-width 100% to fit in container-xl */
.indexBannersRow .img-fluid {
	width: 100% !important;
	max-width: none !important;
}

.indexBannersRow {
	margin-bottom: 25px;
}
.indexBannersRow:last-child {
	margin-bottom: 0px;
}
.indexBannersMb20 {
	margin-bottom: 20px;
}
.indexBannersColumn {
	margin-bottom: 0px;
	position: relative;
}

@media (max-width:992px) {
	.indexBannersColumn {
		margin-bottom: 20px;
	}
}


.contactUsCnt {
	background: linear-gradient(to right, #f40247, #8b0154);
	color: #fff;
	margin-bottom: 0px;
	padding-top: 70px;
}
.contactUsLeft {
	padding-left: 70px;

}
.contactUsTitle {
	color: #fff;
	padding: 0;
	margin:0;
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 37px;
	padding-top: 10px;

}
.mailUsLink {
	display: flex;
	width: 100%;
	flex-flow: row;
	text-decoration: none;
	color: #fff;
	margin-bottom: 50px;
}
.mailUsIconCnt {
	flex: 0 0 auto;
	width: 55px;
}
.mailUsText {
	flex: 0 1 auto;
	color: #fff;
	font-weight: 500;
	padding-left: 25px;
	font-size: 1.3rem;
	line-height: 110%;
}
.callUsLink {
	display: flex;
	width: 100%;
	flex-flow: row;
	text-decoration: none;
	color: #fff;
	margin-bottom: 50px;
}
.callUsIconCnt {
	flex: 0 0 auto;
	width: 55px;
}
.callUsText {
	flex: 0 1 auto;
	color: #fff;
	font-weight: 500;
	padding-left: 25px;
	font-size: 1.3rem;
	line-height: 110%;
}

.contactUsRight {
	padding-right: 70px;
}
.contactUsRightImgCnt {

}
.contactUsRightImgCnt img {
	display: block;
	position: absolute;
}
@media all and (max-width:1200px){
	.contactUsRightImgCnt img {
		position: relative;
	}
}
@media all and (max-width:992px){
	.mailUsIconCnt {
		width: 45px;
	}
	.callUsIconCnt {
		width: 45px;
	}
	.contactUsLeft {
		padding-left: 15px;
	}
	.contactUsRight {
		padding-right: 15px;
	}
	.contactUsRightImgCnt img {
		position: relative;
	}

}
@media all and (max-width:768px){
	.contactUsCnt {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.contactUsTitle {
		font-size: 2rem;
		text-align: center;
	}
}
.indexBlogBg {
	padding-top: 70px;
	padding-bottom: 315px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.indexBlogBg > .container-xl {
	padding-top: 2rem;
}

.indexBlogSection {
	/*padding-top: 15px;*/
	margin-bottom: 15px;
}


.blogListEntry {
	display: flex;
	text-decoration: none;
	min-height: 513px;
	margin-bottom: 25px;
	position: relative;
	flex-flow: column;
	background-color: transparent;
}
.blogListEntryInner {
	display: flex;
	position: relative;
	flex-flow: column;
	background-color: #fff;
	height: 100%;
}

.blogListImgCnt {
	overflow: hidden;
	height: 215px;
	position: relative;
}
.blogListEntryImg {
  display: block;
  transition: all 0.5s cubic-bezier(.46,.03,.61,.84);

  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAEZCAIAAADubkCBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxhJREFUeNrs1DEBAAAIwzDAv9V5wAckEnq0kxQAt4wEAOYOgLkDYO4AmDsA5g5g7gCYOwDmDoC5A2DuAOYOgLkDYO4AmDsA5g6AuQOYOwDmDoC5A2DuAJg7gLkDYO4AmDsA5g6AuQNg7gDmDoC5A2DuAJg7AOYOYO4AmDsA5g6AuQNg7gCYO4C5A2DuAJg7AOYOgLkDmDsA5g6AuQNg7gCYOwDmDmDuAJg7AOYOgLkDYO4A5g6AuQNg7gCYOwDmDoC5A5g7AOYOgLkDYO4AmDuAuQNg7gCYOwDmDoC5A2DuAOYOgLkDYO4AmDsA5g5g7gCYOwDmDoC5A2DuAJg7gLkDYO4AmDsA5g6AuQOYOwDmDoC5A2DuAJg7AOYOYO4AmDsA5g6AuQNg7gDmDoC5A2DuAJg7AOYOgLkDmDsA5g6AuQNg7gCYO4C5A2DuAJg7AOYOgLkDYO4A5g6AuQNg7gCYOwDmDmDuAJg7AOYOgLkDYO4AmDuAuQNg7gCYOwDmDoC5A5g7AOYOgLkDYO4AmDsA5g5g7gCYOwDmDoC5A2DuAOYOgLkDYO4AmDsA5g6AuQOYOwDmDoC5A2DuAJg7gLkDYO4AmDsA5g6AuQNg7gDmDoC5A2DuAJg7AOYOYO4AmDsA5g6AuQNg7gCYO4C5A2DuAJg7AOYOgLkDmDsA5g6AuQNg7gCYOwDmDmDuAJg7AOYOgLkDYO4A5g6AuQNg7gCYOwDmDoC5A5g7AOYOgLkDYO4AmDuAuQNg7gCYOwDmDoC5A2DuAOYOgLkDYO4AmDsA5g5g7gCYOwDmDoC5A2DuAJg7gLkDYO4AmDsA5g6AuQOYOwDmDoC5A2DuAJg7AOYOYO4AmDsA5g6AuQNg7gDmDoC5A2DuAJg7AOYOgLkDmDsA5g6AuQNg7gCYO4C5A2DuAJg7AOYOgLkDYO4A5g6AuQNg7gCYOwDmDmDuAJg7AOYOgLkDYO4A5i4BgLkDYO4AmDsA5g6AuQOYOwDmDoC5A2DuAJg7gLkDYO4AmDsA5g6AuQNg7gDmDoC5A2DuAJg7AOYO8NwKMABB7wT5flrXLwAAAABJRU5ErkJggg==");

}
.blogListDatePublished {
	color: #fff;
	font-size: 1rem;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 4px 7px 4px 7px;
	background-color: var(--siteRed);
	border-radius: 0.3rem;
}
.blogListTextCnt {
	padding: 32px 30px 32px 30px;
	height: 100%;
	position: relative;
}
.blogListTitle {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	font-weight: 700;
	color:#000;
	display: block;
	margin-bottom: 18px;
}
.blogListShortText {
	font-size: 0.9rem;
	color: #777777;
	overflow: hidden;
}
.blogListReadMoreCnt {
	position: absolute;
	left: 30px;
	bottom:30px;
	right: 30px;

}
.blogListReadMoreBtn {
	background-color: var(--siteRed);
	text-align:center;
	color: #fff;
	border-radius: 0.3rem;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 600;
}
@media all and (max-width:1400px){
	.blogListEntry {
		min-height: 600px;
	}
}
@media all and (max-width:1200px){
	.blogListEntry {
		min-height: 500px;
	}
	.blogListImgCnt {
		height: inherit;
		flex: 1 1 auto;
		overflow: visible;
	}
	.blogListReadMoreCnt {
		position: relative;
		left: auto;
		bottom: auto;
		right: auto;
		margin-top: 1rem;
	}
}
@media all and (max-width:992px){
	.indexBlogBg > .container-xl {
		padding-top: 0rem;
	}
	.blogListEntry {
		min-height: auto;
	}
	.blogListImgCnt {
		height: inherit;
	}
	.indexBlogBg {
		background-size: contain;
	}
	.indexBlogBg {
		padding-bottom: 15px;
		background-image: none !important;
	}

}

/*breacrumbs */
.breadcrumbs_row {

}

.breadcrumbs_cnt {
	/*padding-top: 1rem;*/
	/*padding-bottom:1rem;*/
}

.breadcrumbs_cnt .breadcrumb_list {
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	text-transform: uppercase;
}
.breadcrumbs_cnt.bottom .breadcrumb_list {
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	margin-top: 1rem;
	text-transform: uppercase;
	padding-top: 1rem;
}
.breadcrumbs_cnt .breadcrumb_list li {
	font-size: 1rem;
	color: #000;
	padding-right: 0;
}
.breadcrumbs_cnt .breadcrumb_list li a {
	font-size: 1rem;
	color: #000 !important;
	text-decoration: none;
}
.breadcrumbs_cnt .breadcrumb_list li a:hover {
	color: #000 !important;
	text-decoration: none;
}
.breadcrumbs_cnt .breadcrumb_list li .separator {
	display: inline-block;
	font-size: 0.8rem;
	margin-left: .7rem;
	margin-right: .7rem;
}

.breadcrumbs_cnt .breadcrumb_list li:last-child a {
	/*color: var(--rjLightBlue) !important;*/
}

@media all and (max-width:991px){
	.breadcrumbs_cnt {
		padding-top: 0rem;
	}
	.breadcrumbs_cnt .breadcrumb_list {
		margin-bottom: 1rem;
	}

}

/* general */


.productSliderTitleCnt {
	border-bottom: 1px solid #dddddd;
    padding-bottom: .3rem;
	display: flex;
	flex-flow: row;
	padding-top: 1.3rem;
	margin-bottom: 1.7rem;
}
.productSliderTitle {
	margin: 0;
	padding: 0;
	font-size: 2.3125rem;
	font-weight: 700;
	flex: 0 0 60%;
	color: #9d9d9d;
	padding-top: 5px;
}
.productSliderHashtag {
	color: var(--siteRed);
	flex: 0 0 40%;
	display:flex;
	flex-flow: column;
	justify-content: flex-end;
}
.productSliderHashtag span {
	text-align: right;
	font-weight: 700;
	font-size: 2.3125rem;
}

.boughtWithTitleCnt {
	border-bottom: 1px solid #dddddd;
    padding-bottom: 1.5rem;
	display: flex;
	flex-flow: row;
	padding-top: 3rem;
	margin-bottom: 0rem;
}
.boughtWithSliderTitle {
	margin: 0;
	padding: 0;
	font-size: 1.825rem;
}


@media all and (max-width:992px){
	.productSliderTitle {
		font-size: 2.5rem;
	}
	.productSliderHashtag span {
		text-align: left;
		font-size: 1.3rem;
	}
	.productSliderTitleCnt {
		flex-flow: column;
	}

}

h1 {
    font-size: 2.1rem;
    margin: 0 0 32px;
}
h2 {
    font-size: 1.825rem;
    margin: 0 0 32px;
}
h3 {
    font-size: 1.475rem;
    margin-bottom: 33px;
    text-transform: uppercase;
}
h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 14px;
}
h5 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 14px;
    text-transform: uppercase;
}
h6 {
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 14px;
}

/* text pages */

.breadcrumbs_cnt.text_breadcrumbs {
	padding-top:1.5rem;
}

.text_page .title_cnt > h1 {

	font-weight: 600;
	line-height: 1.2;
	font-size: 2.9rem;
	color: var(--rjTextDark) !important;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
}
.text_page .title_cnt {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #f7f7f7 !important;
	margin-bottom: 2rem;
}

.cmsContent {
	margin-bottom: 20px;
	min-height: 400px;
}
.cmsContent h1 {
	font-family: 'Barlow', sans-serif;
	display:block;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
	font-size: 2.0rem;
	padding-top: 1rem;
	margin-bottom: 1rem;
	color: var(--rjTextDark) !important;
	text-align: left;
}
.cmsContent h2, .cmsContent h5, .cmsContent h6 {
	font-family: 'Barlow', sans-serif;
	display:block;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
	font-size: 2.0rem;
	margin-top: 0.3rem;
	margin-bottom: 1rem;
	color: var(--rjTextDark) !important;
}

.cmsContent h3 {
	font-family: 'Barlow', sans-serif;
	display:block;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
	font-size: 1.5rem;
	padding-top: 1rem;
	margin-bottom: 1rem;
	color: var(--rjTextDark) !important;
}

.cmsContent h4 {
	font-family: 'Barlow', sans-serif;
	display:block;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
	font-size: 1.5rem;
	margin-top: 0.3rem;
	margin-bottom: 1rem;
	color: var(--rjTextDark) !important;
}
.cmsContent .text-white h4, .cmsContent .text-white h1, .cmsContent .text-white h2, .cmsContent .text-white h3, .cmsContent .text-white h5 {
	color: #fff !important;
}

.cmsContent p {
	font-family: 'Barlow', sans-serif;
	font-size: 1rem;
	line-height: 120%;
	margin:0;
	padding: 0;
    padding-bottom: 1px;
	text-align: left;
	font-weight: normal;
    margin-bottom: 0.8rem;
}
.cmsContent strong {
	font-family: 'Barlow', sans-serif;
	font-weight:700;
}
.cmsContent b {
	font-family: 'Barlow', sans-serif;
	font-weight:700;
}
.cmsContent hr {
	display:block;
	clear: both;
	border: 0;
	border-top: 1px solid #908D8D;
	box-sizing: content-box;
	overflow: visible;
	margin: 0;
	margin-top:0.2rem;
	margin-bottom: 0.2rem;
}

.cmsContent a, .cmsContent a:active, .cmsContent a:visited {
	font-family: 'Barlow', sans-serif;
	color: #000 !important;
	text-decoration: underline;
	font-weight: 500;
}
.cmsContent a:hover {
	color: var(--siteRed) !important;
	text-decoration: underline;
	font-weight: 500;
}

.cmsContent .text-white a, .cmsContent .text-white a:active, .cmsContent .text-white a:visited {
	color: #fff !important;
}

.cmsContent .text-white a:hover {
	color: #fff !important;
}

.textBgBox {
	display: flex;
	flex-flow: column;
	height: 100% !important;
	padding: 1.5rem !important;
	padding-top: 1rem !important;
}

.cmsContent img {
	vertical-align: top;
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;

}
.cmsContent ol {
	padding: 0;
	margin: 0;
   padding-top: 15px;
	padding-bottom: 13px;
}
.cmsContent ol li {
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 0;
    list-style-position: inside;
}
.cmsContent ul {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 13px;
    list-style:none;
}
.cmsContent ul li {
	font-family: 'Barlow', sans-serif;
	font-weight: normal;
	padding-left: 20px;
	margin-bottom: 0px;
	list-style-position: inside;
}

.cmsContent .responsive-iframe {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.cmsContent .responsive-iframe iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (max-width:992px) {
	.breadcrumbs_cnt.text_breadcrumbs {
		padding-top: 3rem;
	}
}
@media (max-width:768px) and (orientation: portrait) {
	.breadcrumbs_cnt.text_breadcrumbs {
		padding-top: 0rem;
	}

}

.blog_page_aside {
	padding-top: 2.5rem;
}
.text_page_aside {
	padding-top: 3rem;
}

/* blogs list */

.blogs_list {
	display: flex;
	margin-left: -25px;
	flex-flow: row;
	flex-wrap: wrap;
}
.blogs_list .one_blog_href {
	flex: 0 0 auto;
	width: calc(33% - 25px);
	margin-left: 25px;
	text-decoration: none;
	min-height: 350px;
	margin-bottom: 25px;
	position: relative;
	background-color: #f7f7f7;
}
.blogs_list .one_blog_href .img_cnt {
	overflow: hidden;
	height: 215px;
	position: relative;
}
.blogs_list .one_blog_href .img_cnt img {
	display: block;
	transition: all 0.5s cubic-bezier(.46,.03,.61,.84);
}
.blogs_list .one_blog_href:hover .img_cnt img {
    transform: scale(1.08);
}
.blogs_list .one_blog_href .text_cnt {

	padding: 0.7rem 0.5rem 1rem 0.5rem;
	height: 320px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.blogs_list .one_blog_href h2 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	display: block;
	color: #000;
	font-size: 1.5rem;
	padding-top: .7rem;

}
.blogs_list .one_blog_href .short_text {
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	color: #000;
}
.blogs_list .one_blog_href .date_published {
	color: #fff;
	font-size: 0.7rem;
	position: absolute;
	bottom:10px;
	right: 10px;
	padding: 0.2rem 0.4rem;
	background-color: var(--siteRed);
}
.blogs_list .one_blog_href .read_more_btn_cnt {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.blogs_list .one_blog_href .read_more_btn {
	font-size: 1rem;
	background-color: var(--siteRed);
	padding: 0.2rem 0.4rem;
	color: #fff;
	float: right;
	padding-bottom: 0.3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0.3rem;
}

.blogs_list .one_blog_href:hover .read_more_btn {
	color: #fff;
}

.blog_list_lazy_bg {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAEZCAIAAADubkCBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxhJREFUeNrs1DEBAAAIwzDAv9V5wAckEnq0kxQAt4wEAOYOgLkDYO4AmDsA5g5g7gCYOwDmDoC5A2DuAOYOgLkDYO4AmDsA5g6AuQOYOwDmDoC5A2DuAJg7gLkDYO4AmDsA5g6AuQNg7gDmDoC5A2DuAJg7AOYOYO4AmDsA5g6AuQNg7gCYO4C5A2DuAJg7AOYOgLkDmDsA5g6AuQNg7gCYOwDmDmDuAJg7AOYOgLkDYO4A5g6AuQNg7gCYOwDmDoC5A5g7AOYOgLkDYO4AmDuAuQNg7gCYOwDmDoC5A2DuAOYOgLkDYO4AmDsA5g5g7gCYOwDmDoC5A2DuAJg7gLkDYO4AmDsA5g6AuQOYOwDmDoC5A2DuAJg7AOYOYO4AmDsA5g6AuQNg7gDmDoC5A2DuAJg7AOYOgLkDmDsA5g6AuQNg7gCYO4C5A2DuAJg7AOYOgLkDYO4A5g6AuQNg7gCYOwDmDmDuAJg7AOYOgLkDYO4AmDuAuQNg7gCYOwDmDoC5A5g7AOYOgLkDYO4AmDsA5g5g7gCYOwDmDoC5A2DuAOYOgLkDYO4AmDsA5g6AuQOYOwDmDoC5A2DuAJg7gLkDYO4AmDsA5g6AuQNg7gDmDoC5A2DuAJg7AOYOYO4AmDsA5g6AuQNg7gCYO4C5A2DuAJg7AOYOgLkDmDsA5g6AuQNg7gCYOwDmDmDuAJg7AOYOgLkDYO4A5g6AuQNg7gCYOwDmDoC5A5g7AOYOgLkDYO4AmDuAuQNg7gCYOwDmDoC5A2DuAOYOgLkDYO4AmDsA5g5g7gCYOwDmDoC5A2DuAJg7gLkDYO4AmDsA5g6AuQOYOwDmDoC5A2DuAJg7AOYOYO4AmDsA5g6AuQNg7gDmDoC5A2DuAJg7AOYOgLkDmDsA5g6AuQNg7gCYO4C5A2DuAJg7AOYOgLkDYO4A5g6AuQNg7gCYOwDmDmDuAJg7AOYOgLkDYO4A5i4BgLkDYO4AmDsA5g6AuQOYOwDmDoC5A2DuAJg7gLkDYO4AmDsA5g6AuQNg7gDmDoC5A2DuAJg7AOYO8NwKMABB7wT5flrXLwAAAABJRU5ErkJggg==");
}

@media (max-width:1200px) {
	.blogs_list .one_blog_href .img_cnt {
		height: 148px;
	}
	.blogs_list .one_blog_href {
		width: calc(50% - 25px);
	}
	.blogs_list .one_blog_href .img_cnt {
		height: 200px;
	}
}
@media (max-width:992px) {
	.blogs_list .one_blog_href .img_cnt {
		height: 200px;
	}

}
@media (max-width:768px) {
	.blogs_list {
		margin-left: 0;
	}

	.blogs_list .one_blog_href .img_cnt {
		height: auto;
	}
	.blogs_list .one_blog_href {
		width: 100%;
		margin-left: 0px;
	}
	.blogs_list .one_blog_href .text_cnt {
		height: auto;
	}
	.blogs_list .one_blog_href .short_text {
		margin-bottom: 2rem;
	}


}

.paginationCnt {
	margin: 0;
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
    padding-top: 1.5rem;
    border-top: 1px solid #EDEDED;

}
.pagesNumber {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0.5rem;
}
.paginationCnt .btn-secondary.disabled, .paginationCnt .btn-secondary:disabled {
    color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}
.paginationCnt .btn-secondary {
	color: var(--siteRed);
	border-color: var(--siteRed);
	background-color: #fff;
}
.paginationCnt .btn-secondary:hover {
    z-index: 2;
    text-decoration: none;
    background-color: var(--siteRed);
    border-color: var(--siteRed);
	color: #fff;
}
.paginationCnt .btn-secondary.active {
	background-color: var(--siteRed) !important;
	border-color: var(--siteRed);
	color: #fff;
}

/* blog detail */
.blogLeftSideSection {
	margin-top: .8rem;
	border-top: 1px solid #EDEDED;
	padding-top: 1rem;
	padding-bottom: .5rem;
}
.blogLeftSideSection .title {
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: .8rem;
	color: #000;
	padding-left: 0.8rem;
	text-transform: uppercase;
}
.blogLeftSideSection ul {
	margin-bottom: 0;
	padding-left: 2rem;
}

.blogLeftSideSection a {
	color: var(--rjDefaultGrey) !important;
	text-decoration: none;
}
.blogLeftSideSection a:hover {
	color: var(--siteRed) !important;
}

.blog_main_picture_cnt {
	margin-bottom: 0.7rem;
}

.blog_main_picture {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.blog_published_cnt {
	font-size: 0.7rem;
	margin-bottom: 0.7rem;
}

.text_page .indexBannersSliderCnt {
	margin-top: 2rem;
	margin-bottom: 2rem;
}


/* product list filters */
#filtersToggle {
	flex-flow: column;
	padding-top: 0rem;
	background-color: #fff;
}

.product_list_filter_column {
	padding-top: 0rem;
	padding-right: 0rem;
}
.product_list_filter_column .sticky_cnt {
	position: sticky;
	top: 100px;
	overflow-y: hidden;
	max-height: 80vh;
	margin-right: 17px;
}
.product_list_filter_column .sticky_cnt:hover {
	overflow-y: scroll;
	margin-right: 0px;
}

.product_list_filter_column .column_title {
	background-color: #f7f7f7;
	padding: 1rem 2rem;
	font-size: 1.2rem;
}

.product_list_filter_column .navbar-light .navbar-toggler {
	background-color: #777;
	border-color: #777;
}

.product_list_filter_column .navbar {
	justify-content: flex-start;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.product_list_filter_column .filters_title {
	padding: 1rem 1rem 1rem 2rem;
	color: black;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	width: 100%;
	background-color: #eeeeee;
}

.product_list_filter_column .filter_btn {
	background-color: #fff;
	display: flex;
	width: 100%;
	/*border-bottom: 1px solid #dddddd;*/
	border-bottom: 0;
	color: black;
	font-size: 1.1rem;
	padding: .5rem .7rem;
	justify-content: space-between;

	font-weight: 600;
	letter-spacing: 0.1rem;
	padding-left: 2rem;
}
.product_list_filter_column .filter_btn.collapsed {

}

.product_list_filter_column .filter_btn span {
	display: inline-block;
	margin-left: .2rem;
}

.product_list_filter_column .filter_btn.focus, .product_list_filter_column .filter_btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem transparent;
}
.filters_list_cnt {
	display: flex;
	width: 100%;
	background-color: #fff;
}

.filter_btn .filter_arrow_icon {
	display: block;
	font-size: 0.7rem;
	padding-top: 5px;

}
.filter_btn .filter_arrow_icon:before {
	display: block;
	transition: all 0.3s linear;
	transform: rotate(180deg);
	transform-origin: center;
}



.filter_btn.collapsed .filter_arrow_icon:before {
	transform: none;
	/*content:  "\f067";*/

}
.filter_list_sep {
	border-bottom: 1px solid #dddddd;
	width: 100%;
}
.filter_list {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 0rem;
	padding-bottom: .6rem;
	width: 100%;

}
.filter_list li {
	padding-left: 2rem;
	padding-top: .4rem;
	padding-bottom: .4rem;
	font-size: 0.9rem;

}
.filter_list li i {
	display: inline-block;
	margin-right: .5rem;

}

.filter_list li a {
	color: #7a7d82 !important;
	text-decoration: none;
}
.filter_list li a:hover {
	text-decoration: none;
}

.filter_list li a.active {
	font-weight: 600;
}

.filter_list .subgroups {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 0rem;
	padding-bottom: 0rem;
	width: 100%;
}


.filter_list_colors {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: .8rem;
	padding-bottom: .8rem;
	width: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	padding-left: 1rem;
		margin-left: -10px;
}
.filter_list_colors li {
	flex: 0 0 auto;

}
.filter_list_colors li a {
	width: 35px;
	height: 35px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.filter_list_colors li a .selected_color {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15px;
	height: 15px;
	background-color: #DDD;
	color: #0C7400;
	text-align: center;
	font-size: 0.7rem;
}

.filter_list_colors li a.active .selected_color {
	display: block;
}

.on_sale_filter_cnt {
	border-bottom: 1px solid #dfdfdf;
	color: #000;
	font-size: 0.9rem;
	padding: .5rem .7rem;
	align-self: flex-start;
	width: 100%;
	background-color: #fff;
	margin-bottom: 1rem;
}
.on_sale_filter_cnt a {
	color: #000 !important;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 600;
}
.on_sale_filter_cnt a i {
	display: inline-block;
	margin-right: 1rem;
	font-size: 0.8rem;
}
@media all and (max-width: 1440px){
	.product_list_filter_column .sticky_cnt {
		position: sticky;
		top: 150px;
	}
}
@media all and (max-width: 992px){
	#filtersToggle {
		padding-top: 1rem;
	}
	.product_list_filter_column .column_title {
		display: none;
	}
	.product_list_filter_column .sticky_cnt {
		position: relative;
		top: unset;
		overflow-y: auto !important;
		max-height: none;
		margin-right: 0;
	}

	.product_list_filter_column {
		padding-top: 0rem;
		padding-right: 1rem;

	}
	.product_list_filter_column .filter_btn {
		margin-bottom: 0.5rem;
	}

}

#productsSortByForm {
    min-width: 0;
}
#productsSortBy {
	width: 150px !important;
	border-radius: 0;
	font-size: .8rem;
}
.product_count {
	font-size: .8rem;
}

.title_cnt {
	padding-top: 1rem;
}
.product_list_products_column h1 {
	margin-bottom: 0;
	margin-top: 1rem;
	font-size: 3rem;
	font-weight: 700;
}

.landing_banner_cnt {
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
}
.landing_banner_cnt img {
	width: 100%;
	transform: translateZ(0) scale(0.999999);
}
@media all and (max-width: 992px){
	.product_list_products_column h1 {
		margin-bottom: 0;
		margin-top: 0rem;
		font-size: 1.8rem;
		font-weight: 700;
	}
}

/* product list */

.product_list_products_column .bc_row {
	border-bottom: 1px solid rgba(0,0,0,0.00); /*0.09*/
	margin-bottom: 1rem;
}

.product_list_cnt {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
	position: relative;
	padding-top: 1rem;
	/* align list */
	margin-left: -15px;
	margin-right: -15px;
}

@media all and (min-width: 992px){
	.divide-line > .col-lg-3:nth-child(n) {
	    border-right: 1px solid rgba(0,0,0,0.00);
	    border-bottom: 1px solid rgba(0,0,0,0.00);
	}
}
@media all and (min-width: 576px){
	.divide-line > .col-sm-4:nth-child(n) {
	    border-right: 1px solid rgba(0,0,0,0.00);
	    border-bottom: 1px solid rgba(0,0,0,0.00);
	}
}


.product_cnt {
	/*padding-bottom: 2rem;*/
	padding-bottom: 28px;
	overflow: hidden;
}
.product_cnt_border {
	padding-bottom: 1rem;
	border: 1px solid #dddddd;
	padding-top: 1rem;
}

.divide-line.up-effect .product_cnt {
    padding: 3rem 0 0;
    margin: 0;
    transition: all .1s;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: 0;
	margin-right: 0;
}





.indexProductsSliderCnt {
  padding: 15px;
  background-color: #fff;
  border-bottom: 0;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 90px;
}
.indexProductsSliderCnt .product_cnt {
	width: 240px;
	color: #000;
	text-decoration: none;
	float: left;
	clear: none;
	position: relative;

}
.indexProductsSliderCnt .product_cnt figure {
	padding-left: 1rem;
	padding-right: 1rem;
}
.product_cnt figure {
    margin-bottom: 0rem;
    position: relative;
	height: 250px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-left: 5px;
	padding-right: 5px;
}

.product_cnt img {
   display: block !important;
	max-width: 100%;
	max-height: 250px;
}
.product_cnt figure img {
	transition: all .5s;
	height: auto;
	transform: translateZ(0) scale(0.999999);
}
.product_cnt picture {
	display: flex;
	margin: 0 auto;
}

.indexProductsSliderCnt .product_cnt img {
  display: block !important;
  max-width: 100%;
  max-height: 180px;
}



.product_cnt .product-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top: 0rem;
    transition: all .3s;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}

.product_cnt .add_to_wishlist_cnt {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1000;
	background-color: rgba(255, 255, 255, .9);
	border-radius: 0.4rem;
	line-height: 1rem;
	opacity: 0.7;
	cursor: pointer;
	padding: 5px;
	transition: .3s all linear;
}
.product_cnt .add_to_wishlist_cnt:hover {
	opacity: 1;
}

.product_cnt .add_to_wishlist_btn {
	font-size: 1.5rem;
	color: var(--siteRed);
}
.product_cnt .wishlist_product_variation_cnt {
	min-height: 15px;
	color: #777777;
	font-size: 0.9rem;
}


.add_to_wishlist_dropdown {
	display: none;
	background-color: #777;
	color: #fff;
	padding-bottom: 0.5rem;
	border-radius: .3rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	padding-top: 0.8rem;
}
.variation_add_to_wishlist {
	display: block;
	margin-bottom: .4rem;
}
.variation_add_to_wishlist i {
	display: inline-block;
	margin-right: 0.5rem;
}

.variation_add_to_wishlist:hover {
	text-decoration: underline;
}

.product_cnt .product-title {
	font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.35;
    margin-bottom: .72rem;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-bottom: 0;
	display: block;
	width: 100%;
	min-height: 72px;
	max-height: 72px;
	font-weight: 400;
	text-align: center;
	color:#000;
	text-overflow: ellipsis;
}
.product_cnt .product-title a {
	color: #000;
	text-decoration: none;
}


.product-title .product_title_brand {
	font-weight: 600;
}
.product_cnt .product_title_name {

}

.product_cnt .price-box {
    margin-bottom: 0.2rem;
	width: 100%;
	min-height: 30px;
	display: flex;
	justify-content: center;
	padding-left: 13px;
	padding-right: 13px;
	flex-flow: column;
}
.price-reduction {
	color: var(--siteRed);
	font-weight: 600;
	text-align: center;
	height: 24px;
}
/*
.product_cnt .price-box.reduction {
	justify-content: space-around;
}
*/
.price-box .product_price_pmc {
	flex: 0 0 auto;
	font-weight: 600;
	font-size: 1.2rem;
	text-align: center;
	color: #777;
	height: 28px;
	padding-top: 2px;

}
.price-box .product_price_pmc_label {
	font-size: 0.8rem;
	font-weight: 400;
	padding-right: 5px;
}
.price-box .product_price_pmc_label_amount {
	text-decoration: line-through;
	font-size: 1rem;
}

.price-box .product-price {
	flex: 0 0 auto;
	text-align: right;
}
.price-box.reduction .product-price {
	/*color: var(--siteRed);*/
}
.price-box.reduction .product_price_amount {
	color: var(--siteRed);
}
.price-box .product_price_label {
	font-size: 0.8rem;
	font-weight: 400;
	padding-right: 5px;
}

.price-box .productPriceEurTrans {
	font-size: 0.8rem;
	font-weight: 400;
	padding-right: 5px;
	color: #777;
	text-align: center;

}

.product_cnt .productListPromoCodeCnt {
	padding-bottom: 10px;
	display: flex;

}
.product_cnt .productListPromoCode {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	background-color: #212529;
	border-radius: 0.3rem;
	padding: 5px 12px 6px;
	margin: 0 auto;
}

.product-actionCnt {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.product_cnt .product-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
	transition: all .3s;
	opacity: 1;
	background-color: var(--siteRed);
	padding: 12px 27px;
	border-radius: 0.4rem;
	color: #fff;
}
.product_cnt .product-action i {
	display: inline-block;
	margin-right: 10px;
}
.product_cnt .product-action a {
	color: #fff;
	text-decoration: none;
}

.product_list_badge_reduction {
	background-image: url(../../img/reduction-bg-2.png);
	width: 4.625rem;
	height: 30px;
	position: absolute;
    right: 0px;
    top: -16px;
    display: block;
    z-index: 52;
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	padding-right: 9px;
	text-align: right;
	padding-top: 1px;
}
.indexProductsSliderCnt .product_cnt .product_list_badge_reduction {
	top: 5px;
	position: absolute;
	z-index: 2;
}

.product_list_badge {
    position: absolute;
    right: 0px;
	top: 22px;
    display: block;
    z-index: 51;
    width: auto !important;
}
.indexProductsSliderCnt .product_cnt .product_list_badge {
	top: 35px;
}
.product_cnt .saving {
	color: var(--siteRed);
	font-weight: 600;
	text-align: center;
}
.product_cnt .price_striked {
	display: block;
	color: #777777;
    text-decoration: line-through;
	font-size: 1rem;
	text-align: center;
}
.product_cnt .product-price {
	color: #000;
	font-weight: 600;
	font-size: 1.2rem;
	text-align: center;
	display: block;
}



@media all and (max-width: 1440px) {
	.product_cnt figure {
		height: 180px;
		max-height: 250px;
		/*height: auto;*/
	}
	.product_cnt img {
		max-height: 180px;
	}
	.product_cnt .btn-add-cart {
		padding-right: .5rem;
		padding-left: .5rem;
		width: 100%;
	}
	.product_cnt .btn_view {
		padding-right: .5rem;
		padding-left: .5rem;
		width: 100%;
	}
	.product_cnt .price_striked {
		font-size: 0.9rem;
	}
	.product_cnt .product-price {
		font-size: 1rem;
	}
	.price-box .product_price_pmc {
		font-size: 1rem;
	}

}
@media all and (max-width: 1200px) {
.product_cnt figure {
		height: 180px;
		max-height: 250px;
		/*height: auto;*/
	}
	.product_list_badge {
		/*width: 30% !important;*/
	}
}
@media all and (max-width: 992px){
	.divide-line.up-effect .product_cnt {
		padding-left: .5rem;
		padding-right: .5rem;

	}

	.product_cnt figure {
		height: 150px;
	}
	.product_cnt .btn-add-cart {
		padding-right: 1rem;
		padding-left: 1rem;
		width: 100%;
	}
	.product_cnt .product-action {
		/*width: 100%;*/
		padding-left: 5px;
		padding-right: 5px;
	}
	.product_cnt .product-action a {
		text-align: center;
	}
	.product_cnt .price_striked {
		font-size: 0.8rem;
	}
	.product_cnt .product-price {
		font-size: 1.1rem;
	}
	.price-box .product_price_pmc {
		font-size: 1rem;
	}

	.product_cnt figure img {
		/*max-height: 120px;*/
		max-height: 150px;
		width: auto;
	}

	.product_cnt .price-box {
		padding-left: 10px;
		padding-right: 10px;

	}
	.price-box .product_price_pmc_label {
		padding-right: 1px;
	}
	.price-box .product_price_label {
		padding-right: 1px;
	}

	.indexProductsSliderCnt .product_cnt {
		padding-left: 15px;
		padding-right: 15px;
	}
   .indexProductsSliderCnt .product_cnt .product-details {
		padding-top: 1rem;
   }

   .indexProductsSliderCnt .product_cnt figure {
		height: auto;
	}

}
@media all and (max-width: 768px){
	.product_cnt .product-details {
		padding-left: 0px;
		padding-right: 0px;
	}
	.product_cnt .product-title {
		font-size: .8rem;
		line-height: .9rem;
	}



}
@media all and (max-width: 576px){
	.product_cnt .product-title {
		min-height: 70px;
	}
	.product_cnt .price-box {
		min-height: 50px;
		justify-content: center;
		flex-flow: column;
		padding: 0;
	}
	.product_cnt .price-box .product_price_pmc {
		text-align: center;
	}
	.product_cnt .price-box.reduction .product-price {
		text-align: center;
	}

	.product_cnt .productListPromoCodeCnt {
		height: 70px;
	}

}

.no_products_cnt {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.no_products_cnt a {
	color: #212529;
	text-decoration:underline;
}

/*
* product detail
*/
.product_title_row {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-bottom:32px;
}
.product_title_row .product_title {
	display: flex;
}
.product_title_row .product_brand_logo {
	display: flex;
}
.product_title_row .product_brand_logo_href {
	display: inline-block;
	margin-left:20px;
}
.product_detail_picture_column {
	position:relative;
}

@media (max-width:991px) {
	.product_title_row {
		flex-flow: column;
		margin-bottom: 0;
	}
	.product_title_row .product_brand_logo_href {
		margin-left: 0px;
	}
}

.bicycleDetailZoomCnt .video-slide {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.zoom-gallery-slide {
    display: none;
}
.zoom-gallery-slide.active {
    display: block;
}
.bicycleDetailZoomCnt .video-slide iframe, .bicycleDetailZoomCnt .video-slide object, .bicycleDetailZoomCnt .video-slide embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.magicZoomVideoThumb {
    position: relative;
    display: inline-block;
}
.magicZoomVideoPlay {
    display: block;
    position: absolute;
    z-index: 101;
    left: 45%;
    right: 0;
    top: 40px;
}
.bicycleDetailZoomCnt .selectors {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	padding-top: 1rem;
}
.bicycleDetailZoomCnt .selectors .mz-thumb {
	margin-bottom: 1rem;
	margin-left: 1rem;
	border: 1px solid #eee;
	display: flex;
	width: 125px;
	height: 99px;
	overflow: hidden;
	justify-content: center;
}
.MagicZoom {
	width: 100%;
}
.bicycleDetailZoomCnt .product_thumbs_slider .mz-thumb {
	height: auto !important;
}
.product_thumbs_slider .slick-list {
	width: 100%;
}

a[data-zoom-id] img, .mz-thumb img {
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: block;
	margin: auto 0;
	max-width: 100%;
	height: auto;
}
figure.mz-figure {
  /*max-height: 680px;*/
  width: 100%;
}
.mz-figure > img {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

@media all and (max-width:991px){
	.bicycleDetailZoomCnt .selectors {
		display: flex;
		flex-wrap: wrap;
		margin-left: -1rem;
		padding-top: 0rem;
	}
	.bicycleDetailZoomCnt .selectors .mz-thumb {
		margin-bottom: 1rem;
		margin-left: 1rem;
	}
	.bicycleDetailZoomCnt .MagicZoom {
		margin-bottom: 1rem;
	}

}

.product_thumbs_slider .slick-prev, .product_thumbs_slider .slick-next {
	top: 50%;
	transform: translateY(-50%);
	z-index: 15001;
	background-color: rgba(255, 255, 255, .6);
	border-radius: .3rem;
}
.product_thumbs_slider .slick-prev {
	left: 0px;
}
.product_thumbs_slider .slick-next {
	right: -15px;
}

.product_thumbs_slider .slick-prev::before, .product_thumbs_slider .slick-next::before {
	opacity: 0.8;
}



.bicycleDisclaimerCnt {
    font-size: .8rem;
    padding-top: 20px;
    padding-bottom: 5px;
}

.product_page h1 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.1rem;
    color: var(--rjTextDark) !important;
	margin-bottom: 0;
	display: block !important;
}
.product_detail_page .product_list_badge_reduction {
	/*right: 15px;
	top: 5px;
	*/
	position: relative;
	height: auto;
	top: auto;
	margin-bottom: 5px;
}
.product_detail_page .product_detail_badges_cnt {
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 10;
}

.product_detail_price_column {
	padding-left: 60px;
}
.productPriceTitle {
	font-weight: 600;
	font-size: 1.1rem;
}

.productPriceCnt {
	padding-bottom: 0rem;
}

.productReducedPrice {
	font-size: 0.8rem;
	margin-right: 4px;
}
.productReducedPricePerc {
	color: var(--siteRed);
	font-weight: 600;
	font-size: 1rem;
}
.productDetailPricePmc {
	font-weight: 600;
	font-size: 1.2rem;
}
.productDetailPricePmcLabel {
	font-size: 0.9rem;
	font-weight: 400;
}
.productDetailPriceAmountLabel {
	font-size: 0.9rem;
	font-weight: 400;
}
.productSalePriceCnt {
	color: #212529;
	padding-bottom: 10px;
}
.productSalePriceCnt.reduction {
	color: var(--siteRed);
}

.productSalePriceAmount {
	font-weight: 600;
	font-size: 1.5rem;
}

.productDetailproductPriceEurTrans {
	display: inline-block;
	margin-left: 10px;
	font-size: 0.8rem;
	font-weight: 400;
	color: #777;
}
.productDetailEurRate {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 0.8rem;
	font-weight: 400;
	color: #777;
}

.productPriceRateAmount {
	font-size: 0.8rem;
	padding-bottom:0.5rem;
}
.productCode {
	padding-bottom: 1rem;
	font-size: 0.9rem;
}
.productCodeTxt {
	font-weight: 600;
	font-size: 1rem;
}

.productDetailBadge {
	display: block;
	float: right;
	clear: none;
	margin-top: -120px;
}

.bicycle_detail .productDetailBadge {
	float: none;
	clear: both;
	clear: none;
	margin-top: 0;
}

.figure.mz-figure {
	max-height: 600px;
}

@media all and (max-width:992px){
	.product_page h1 {
		font-weight: 500;
		line-height: 1.2;
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.product_detail_price_column {
		padding-left: 15px;
	}
	.product_title_row .product_brand_logo {
		margin-bottom: 10px;
	}
	.figure.mz-figure {
		max-height: auto;
	}

}


.productSizesCnt {
	padding-bottom: 1rem;
}
.sizesBtnsCtn {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	margin-left: -10px;
	padding-top: 10px;
}
.sizeBtn {
	background-color: #fff;
	flex: 0 0 auto;
	padding: 7px 12px 8px 12px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 0.3rem;
	border: 1px solid #777;
	color: #212529;
	font-weight: 600;
	font-size: 1.3rem;
	cursor: pointer;
	min-width: 70px;
	text-align: center;

}
.sizeBtn.active {
	background-color: #777;
	color: #fff;
	border-color: #777;
	box-shadow: 0 0 6px -2px rgba(119,119,119,.6);
}

.sizeBtn:hover {
	background-color: var(--siteDarkBg);
	color: #fff;
	border: 1px solid var(--siteDarkBg);
}

.productQtyCnt {
	padding-bottom: 1rem;
}
.productQtyFieldCnt {
	max-width: 150px;
}
.qty-button {
	border: 1px solid #ced4da;
	background-color: transparent;
}
.qty-button:hover {
	background-color: var(--siteRed);
	color: #fff;
}
.productUnit {
    padding-top: 5px;
    font-size: 13px;
}

.qty-button .btn-increment {
	border-radius: 0 0.25rem 0.25rem 0;
}
.qty-button .btn-decrement {
	border-radius: 0.25rem 0 0 0.25rem;
}

/* btn-increment qty-button
btn-decrement qty-button
*/

.colorsBtnsCtn {

}
.colorBtn {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	border-radius: 0.3rem;
	padding: .2rem;
	border: 1px solid #aaa;
}

.colorBtn.active {
    box-shadow: none;
	border: 1px solid #777;
}
.colorBtn svg {
	display: block;
}
.colorBtn .selectedColor {
	display: none;
}

.colorBtn.active .selectedColor {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 16px;
    height: 16px;
    background-color: #DDDDDD;
    color: #0C7400;
    text-align: center;
}
.colorBtn.active .selectedColor i {
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
}

#product_size_select.custom-select {
	border-radius: 0;
}
#product_size_select.custom-select:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0rem var(--siteRed);
}

.productBasketBtnCtn {
	margin-bottom: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 1rem;

	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	width: 100%;
}
.addToBasketBtn {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	background-color: var(--siteRed);
	transition: all .4s ease;
	border-radius: .4rem;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 22px;
	padding-right: 22px;
	display: inline-block;
	cursor: default;
	flex: 0 0 auto;
	text-align: center;
	width: auto;
	margin-bottom: 1rem;

}
.productDetailWishListBtn {
	display: block;
	border: 0;
	background-color: #fff;
	margin: 0;
	padding: 0;
	margin-left: 1rem;
	border: 1px solid #777;
	border-radius: 0.3rem;
	flex: 0 0 auto;
	color: var(--siteRed);
	padding-left: 1rem;
	padding-right: 1rem;

	text-align: center;
	font-size: 1.3rem;
	height: 60px;
	margin-bottom: 1rem;
}

.addToBasketBtn:not(.disabled):hover {
    box-shadow: 0 0 0px 0px transparent;
}
.addToBasketBtn.active {
	cursor: pointer;
}

.addToBasketBtn.disabled {
	cursor: default;
	color: rgba(255, 255, 255, 0.7);
	background-color: rgba(0, 0, 0, 0.2);
}

.productAvailabilityCnt {
    margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.productAvailabilityList li {
  padding: 0;
  margin-bottom: 1px;
  font-size: 14px;
}
.productAvailabilityList li i {
  margin-right: 5px;
}
.productAvailabilityList li a {
  color: inherit !important;
}


.bicycleRightAfterAvailability {

}
.bicycleRightAfterAvailability .firstRow a {
	background-color: #ddd;
	padding: 8px 15px 9px 15px;
	text-decoration:none;
	text-align: center;
	border-radius: 0.3rem;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column;
}

.productAvailabilityLabel {
    color: #444;
    font-size: 1rem;
    margin-bottom: 5px;
}
.productAvailabilityList {
    list-style: none;
    padding: 0;
    margin: 0;
}
.productAvailabilityAfterText {
    color: #444;
    padding-top: 10px;
}

/* description tabs */
.description_tabs_desktop {
	display: block;
	padding-top: 1rem;
}
.description_tabs_mobile {
	display: none;
}

@media all and (max-width:992px){
	.description_tabs_desktop {
		display: none;
	}
	.description_tabs_mobile {
		display: block;
	}
}
.description_tabs_pills_cnt {
	border-bottom: 3px solid #eee;
}
.description_tabs_pills_cnt > li {
    margin-bottom: -3px;
}
.description_tabs_pills_cnt > li.nav-item > a.nav-link {
	border-bottom: 3px solid #eee;
	border-radius: 0px;
	color: #777;
	font-weight: 700;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 1.2rem;
}
.description_tabs_pills_cnt > li.nav-item > a.nav-link:hover {
	color: #212529 !important;
	border-bottom-color: #212529;
	background-color: #fff;
}

.description_tabs_pills_cnt > li.nav-item > a.nav-link.active {
	color: #212529 !important;
	border-bottom-color: #212529;
	background-color: #fff;
}
/* mobile description */

.descriptionBtn {
	display: flex;
	width: 100%;
}
.descriptionBtn:focus {
	box-shadow: none !important;
}

.description_cnt {
	padding-top: 1rem;

}
.description_title {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	color: #212529;
	border-bottom: 3px solid #eee;
	margin-bottom: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	display: block;
	width: 100%;
	text-align: left;
}
.description_content_cnt {
	padding-bottom: 1rem;
}
.descriptionTabsSection img {
	max-width: 100%;
	height: auto;
}
.description_content_cnt img {
	max-width: 100%;
	height: auto;
}

.description_content_cnt .responsive-iframe {
/*
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	*/
	/*display: block;*/
}
.description_content_cnt .responsive-iframe iframe {
    /*left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	border: 0;
	*/
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 50%;
	border: 0;
}
@media all and (max-width:992px){
	.description_content_cnt .responsive-iframe iframe {
		aspect-ratio: 16 / 9;
		height: 100%;
		width: 100%;
		border: 0;
	}
}

/* attributes table */
.bicycleAttributesTable {
	display: table;
	width: 100%;
}
.bicycleAttributesTable .bicycleAttributesTableRow:nth-child(odd) div {
	background-color: #f5f5f5;
}
.bicycleAttributesTableRow {
	display: table-row;
}

.bicycleAttributeName {
	display: table-cell;
	padding: 3px 5px 3px 5px;
	text-align: right;
	font-weight: 600;
	vertical-align: top;
	white-space: nowrap;
	width: 200px;
}
.bicycleAttributeValue {
	display: table-cell;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}

@media (max-width:991px) {
	.bicycleAttributesTable {
		width: 100%;
	}
	.bicycleAttributesTableRow {
		width: 100%;
	}
	.bicycleAttributeName {
		display: block;
		text-align: left;
		padding-bottom: 0px;
		width: auto;
	}
	.bicycleAttributeValue {
		display: block;
		text-align: left;
		margin-bottom: 10px;
	}
	.product_detail_picture_column {
		padding-bottom: 2rem;
	}

}

.specificationsNotificationTitle {
	font-size: 1.8rem;
	margin: 0 0 32px;
	font-weight: 600;
	color: var(--rjTextDark);
}
@media all and (max-width:992px){
	.specificationsNotificationTitle {
		padding: 0;
		margin: 0;
		font-size: 1.6rem;
		color: #212529;
		border-bottom: 3px solid #eee;
		margin-bottom: 1rem;
		padding-left: 1rem;
		padding-bottom: 1rem;
		display: block;
		width: 100%;
		text-align: left;
	}
}

/* added to basket modal */
#basket_result_modal .modal-header {
	border-bottom: none;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	background-color: #fff;

}
#basket_result_modal .modal-header .close {
	opacity: .9;
}

#basket_result_modal .modal-footer {
	border-top: none;
}
#basket_result_modal .modal-footer .btn-success {
	border-radius: .4rem;
}

.basketModalProductCnt {
	display: flex;
	width: 100%;
	flex-flow: row;
}
.basketModalProductImageCnt {
	width: 33%;
	flex: 0 0 auto;
	padding: 5px;
}
.basketModalHeaderText {

}
.basketModalHeaderText p {
	margin-bottom: 0;
	font-size: 1.2rem;
}

.basketModalProductTitle {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 5px;
}

.basketModalText {
	width: 66%;
	flex: 0 0 auto;
	padding: 15px;
}
.basketModalFooterCnt {
	display: flex;
	width: 100%;
	flex-flow: row;
	margin-bottom: 1rem;
}
.basketModalFooterLeft {
	flex: 0 0 auto;
	width: 50%;
	padding-right: 20px;
}
.basketModalFooterRight {
	flex: 0 0 auto;
	width: 50%;
	padding-left: 20px;
}
.constinueShoppingBtn {
	border: 1px solid #ccc;
}

@media (max-width:768px) {
	.basketModalProductImageCnt {
		/*display: none;*/
	}
	.basketModalText {
		width: 100%;
	}
	.basketModalFooterCnt {
		flex-flow: column;
	}
	.basketModalFooterLeft {
		width: 100%;
		padding: 0px;
		padding-bottom: 10px;
	}
	.basketModalFooterRight {
		width: 100%;
		padding: 0px;
	}
}

/* basket modal bought with */
.basketModalSoldWithTitle {
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	padding-bottom: 5px;
	padding-bottom: 1.3rem;
	padding-top: 1rem;
}

.basketModalSoldWithSlider .oneProduct {
	padding-bottom: 28px;
	overflow: hidden;
	position: relative;
}

.basketModalSoldWithSlider .oneProduct .add_to_wishlist_cnt {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 20;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 0.4rem;
  line-height: 1rem;
  opacity: 0.7;
  cursor: pointer;
  padding: 5px;
  transition: .3s all linear;
}
.basketModalSoldWithSlider .oneProduct figure {
  margin-bottom: 0rem;
  position: relative;
  height: 150px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}
.basketModalSoldWithSlider .oneProduct .product_cnt picture {
  display: flex;
  margin: 0 auto;
}
.basketModalSoldWithSlider .oneProduct  figure img {
  transition: all .5s;
  height: auto;
  transform: translateZ(0) scale(0.999999);
}
.basketModalSoldWithSlider .oneProduct  img {
  display: block !important;
  max-width: 100%;
  max-height: 150px;
}
.basketModalSoldWithSlider .oneProduct .product_list_badge_reduction {
  position: absolute;
  height: auto;
  top: 0px;
  margin-bottom: 5px;
  background-image: url(../../img/reduction-bg-2.png);
	width: 74px;
	display: block;
	z-index: 52;
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	padding-right: 9px;
	text-align: right;
	padding-top: 1px;
}
.basketModalSoldWithSlider .oneProduct .product_list_badge {
  position: absolute;
  right: 0px;
  top: 27px;
  display: block;
  z-index: 51;
  width: auto !important;
}
.basketModalSoldWithSlider .oneProduct .product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0rem;
  transition: all .3s;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}
.basketModalSoldWithSlider .oneProduct  .product-title {
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.35;
  overflow: hidden;
  margin-bottom: 0;
  display: block;
  width: 100%;
  min-height: 72px;
  max-height: 72px;
  font-weight: 400;
  text-align: center;
  color: #000;
  text-overflow: ellipsis;
  padding-left: 10px;
padding-right: 10px;
}
.basketModalSoldWithSlider .oneProduct .product_title_brand {
  font-weight: 600;
}
.basketModalSoldWithSlider .oneProduct .product-title {
	padding-top: 5px;
  font-size: .9rem;
  letter-spacing: 0;
  line-height: 1.35;
  font-weight: 400;
  text-align: center;
  color: #000;
}
.basketModalSoldWithSlider .oneProduct .price-box {
  margin-bottom: 0.2rem;
  width: 100%;
  min-height: 30px;
  display: flex;
  justify-content: center;
  padding-left: 13px;
  padding-right: 13px;
  flex-flow: column;
}
.basketModalSoldWithSlider .oneProduct .price-box .product_price_pmc {
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  color: #777;
  height: 28px;
  padding-top: 2px;
}

.basketModalSoldWithSlider .oneProduct .price-box .product_price_pmc_label {
    font-size: 0.8rem;
    font-weight: 400;
    padding-right: 5px;
}
.basketModalSoldWithSlider .oneProduct .price-box .product_price_pmc_label_amount {
  text-decoration: line-through;
  font-size: 1rem;
}
.basketModalSoldWithSlider .oneProduct .product-price {
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  display: block;
}

/* quick search */
.headerSearchResultCnt {
	display: none;
	width: 800px;
	margin: 0px auto;
	position: absolute;
	z-index: 1045;
	box-shadow: 0px 0px 2px 1px rgba(46,46,46,0.34);
	left: -350px;
	top: 50px;
	border: 1px solid #dfdfdf;
}
@media (max-width:1440px) {
	.headerSearchResultCnt {
		 width: 800px;
		left: 0px;
		right: 0px;
	}
}
@media (max-width:1199px) {
	.headerSearchResultCnt {
		width: 100%;
		margin: 0px 0px;
		left: 0px;
	}
}
@media (max-width:992px) {
	.headerSearchResultCnt {
		width: 100%;
		left: 0px;
	}
}
@media (max-width:770px) {
	.headerSearchResultCnt {
		width: 100%;
		left: 0;
	}
}
@media (max-width:576px) {

}
.quickSearchClose {
	position: absolute;
	right: 8px;
	top: 5px;
	font-size: 20px;
	cursor: pointer;
	color: var(--siteDarkBg);
}
.headerSearchResultCnt .card-title {
	font-weight: 600;
}

.headerSearchResultCnt .card {
	border: none;
	border-radius: 0rem;
}
.quickSearchListCnt {

}
.quickSearchProductLink {
	display: block;
	color: #212529;
}
.quickSearchProductLink:hover {
	color: var(--siteRed);
}
.quickSearchGroupsCnt {
	display: block;
	font-size: 12px;
	color: #999;
}
.quickSearchGroupsLink {
	color: #999;
}
.quickSearchGroupsLink:hover {
	color: var(--siteRed);
}
.quickSearchResultRow {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

/* zaposlenje */
.rjForm {
	border-radius:0px;
}
.rjForm .form-control {
	border-radius:0px;
}
.rjForm .col-form-label {
	text-align: right;
}

@media (max-width:991px) {
	.rjForm .col-form-label {
		text-align: left;
	}
}

.rjForm .btn {
	border-radius:.4rem;
	background-color: var(--siteRed);
	border-color: var(--siteRed);
}
.rjForm .custom-file-label::after {
	border-radius:0px;
}
.rjForm .custom-file-label {
	border-radius:0px;
	color: #6c757d;
}
.rjRightBtn {
	display: block;
	float: right;
	clear: none;
}

/* dealers list */
@media (max-width:576px) {
	#map_canvas {
		width: 100%;
		height: calc(90vh) !important;
	}
}

.gm_iw_cnt {
	padding-left:30px;
	padding-right: 30px;
	font-size: 13px;
}
.gm_iw_cnt a {
	color: var(--siteRed);
}

.gm_iw_type {
	color:#E62F2C;
	border-bottom: 1px solid #585859;
	margin-bottom: 5px;
}
.gm_iw_title {
	font-size: 18px;
	color: #202020;
	font-weight: bold;
	line-height: 110%;
}

.dealerTypeTitle {
	margin:0;
	padding:0;
	font-weight: 600;
	font-size: 1.3rem;
	margin-bottom: .8rem;
	color: var(--rjTextDark);
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #dfdfdf;
	text-transform: none;
}
.dealerCnt {
	padding-top: 12px;
	padding-bottom: 30px;
	color: var(--rjTextDark);
	font-size: 1rem;
}
.dealerCnt a {
	color: var(--siteRed);
}

.dealerTitle {
	padding:0;
	margin:0;
	font-weight: 600;
	font-size: 1.1rem;
	cursor: pointer;
}
.gm_iw_links p {
	margin: 0 !important;
	padding: 0 !important;
}
.focusDealer {
	color: var(--siteRed);
	cursor: pointer;
}

.dealerSearchCnt .form-control {
	border: 1px solid #585859;
	border-radius: 0px;
}

.dealerSearchCnt .input-group-text {
	border: 1px solid #585859;
	border-radius: 0px;
}
.dealerSearchCnt .dropdown-item {
	white-space: normal;
}
.dealerSearchCnt  .input-group-text {
	background-color: #fff;
	border-left: none;
}


.rjColorBtn {
    color: #fff !important;
	font-weight: 600;
	font-size: 1rem;
	background-color: var(--siteRed);
	transition: all .4s ease;
	border-radius: .4rem;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 22px;
	padding-right: 22px;
	display: inline-block;
	border: 0;
}
.rjColorBtn:hover {
    color: #fff !important;
	font-weight: 600;
	font-size: 1rem;
	background-color: var(--siteRed);
	transition: all .4s ease;
	border-radius: .4rem;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 22px;
	padding-right: 22px;
	display: inline-block;
	border: 0;
}
.rjColorBtn:active {
	background-color: var(--siteRed) !important;
	color: #fff !important;
}
.rjColorBtn:focus {
	box-shadow: none !important;
}
.app_link_underlined {
	color: #000 !important;
	text-decoration: underline;
}
.app_link_underlined:hover {
	color: #000 !important;
	text-decoration: underline;
}

/*
* BASKET
*
*/
.basketBreadcrumbCnt {
	border-top: 1px solid #ABABAC;
	margin-bottom: 19px;
	border-bottom: 1px solid #ABABAC;
	height: 43px;
}
.basketBreadcrumbSeparator {
	width: 22px;
	height: 42px;
	display: inline-block;
}
.basketBreadcrumbSeparator.last {
	display: none;
}
.basketBreadcrumbItem {
	display: block;
	float: left;
	clear: none;
	height: 42px;
	padding-left: 18px;
	text-align: center;
	color: #BCBCBD;
	font-size: 20px;
}

.basketBreadcrumbItem span {
	padding-top: 7px;
	display: inline-block;
}

.basketBreadcrumbItem.active {
	color: #585859;
}
@media (max-width:576px) {
	.basketBreadcrumbCnt {
		border: none;
		height: auto;
	}
	.basketBreadcrumbSeparator {
		float: right;
	}
	.basketBreadcrumbSeparator.last {
		display: inline-block;
	}
	.basketBreadcrumbItem {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 5px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: left;
	}
}

.basketColumnNamesCnt {
	font-size: 0.9rem;
	font-weight: 600;
	color: #212529;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	display: flex;
	flex-flow: row;
	width: 100%;
}
.basketColumnName {
	display: block;
	flex: 0 0 auto;
	height: 28px;
}
.basketColumnName.basketCol1 {
	text-align: left;
	padding-left: 20px;
	flex-grow: 1;
}
.basketColumnName.basketCol2 {
	text-align: center;
	width: 140px;
}
.basketColumnName.basketCol3 {
	text-align: right;
	width: 190px;
	padding-right: 41px;
}
.basketColumnName.basketCol4 {
	text-align: right;
	width: 190px;
	padding-right: 41px;
}
@media (max-width:992px) {

	.basketColumnName.basketCol1 {

	}
	.basketColumnName.basketCol2 {
		display: none
	}
	.basketColumnName.basketCol3 {
		display: none
	}
	.basketColumnName.basketCol4 {
		display: none
	}
}
@media (max-width:576px) {
	.basketColumnName.basketCol1 {
		padding-left: 0px;
	}
}
.basketProductRow {
	display: flex;
	flex-flow: row;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding-bottom: 6px;
	font-family: 'Barlow', sans-serif;
}
.basketProductCol1 {
	flex-grow: 1;
	display: flex;
	flex-flow: row;
}
@media (max-width:992px) {
	.basketProductCol1 {
		flex-grow: 1;
		display: flex;
		flex-flow: column;
	}
}
.basketProductPictureCnt {
	width: 122px;
	flex: 0 0 auto;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;

}
.basketProductPictureCnt img {
	max-height: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto auto;
}
.basketProductNameCnt {
	flex-grow: 1;
	padding-top: 7px;
	padding-bottom: 7px;
}
.basketProductName {
	font-weight: 600;
	font-size: 1rem;
	color: #212529;
	font-family: 'Barlow', sans-serif;
}
.basketProductName a {
	font-weight: 600;
	font-size: 1rem;
	color: #212529;
	font-family: 'Barlow', sans-serif;
}
.basketProductSku {
	font-size: 0.8rem;
	color:rgba(0,0,0,0.60);
	font-family: 'Barlow', sans-serif;
}
.basketProductRemoveBtn {
	color: #fff;
	background-color: #585859;
	font-size: 13px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	display: inline-block;
	border-radius: .4rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.basketProductRemoveBtn:hover {
	background-color: var(--siteRed);
	color: #fff !important;
}

.basketProductQtyCnt {
	flex: 0 0 auto;
	width: 140px;
	padding-top: 8px;
}
.basketProductUnitPriceCnt {
	flex: 0 0 auto;
	width: 190px;
	text-align: right;
	padding-top: 8px;
}
.basketProductUnitPriceCnt .amount {
	color: #969696;
	font-size: 1rem;
	font-weight: 600;
}
.basketProductUnitPriceCnt .currency {
	color: #969696;
	font-size: 0.9rem;
}
.basketProductUnitAmountCnt {
	flex: 0 0 auto;
	width: 190px;
	text-align: right;
	padding-top: 8px;
	padding-right: 7px;
}
.basketProductUnitAmountCnt .amount {
	color: #000;
	font-size: 1rem;
	font-weight: 600;
}
.basketProductUnitAmountCnt .currency {
	color: #585859;
	font-size:  0.9rem;
}

.basketProductUnitAmountCnt .amountEur {
	font-size:  0.8rem;
	color: #777;
}
.basketProductUnitAmountCnt .amountEur .currency {
	font-size:  0.6rem;
	color: #777;
}

.deliveryRight .amountEur {
	font-size:  0.8rem;
	color: #777;
}
.deliveryRight .amountEur .currency {
	font-size:  0.6rem;
	color: #777;
}

.basketProductQtyCnt .qty-button {
    border: 1px solid #ced4da;
	background-color: transparent;
	color: #212529;
	border-radius: .25rem;
}
.basketProductQtyCnt .qty-button:hover {
    background-color: var(--siteRed);
    color: #fff;
}
.basketProductQtyCnt .productQtyFieldCnt {
	max-width: 200px;
	text-align: center;
}
.basketProductQtytext {
	font-size: 0.9rem;
	color: #585859;
}
.basketProductSmallTitle {
	font-size: 0.9rem;
	color: #585859;
	font-family: 'Barlow', sans-serif;
}

@media (max-width:992px) {
	.basketProductQtyCnt {
		width: 100%;
	}
	.basketProductUnitPriceCnt {
		width: 100%;
	}
	.basketProductUnitAmountCnt {
		width: 100%;
		padding-right: 0px;
	}
}

.basketProductsTotal {
	display: flex;
	flex-flow: row;
	width: 100%;
	padding-bottom: 6px;
}
@media (max-width:576px) {
	.basketProductsTotal {
		padding-bottom: 45px;
	}
}

.basketProductsTotalLeft {
	flex-grow: 1;
	padding-bottom: 7px;
	text-align: right;
	padding-right: 8px;
	padding-top: 22px;
}
.basketProductsTotalLeft .totalLabel {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.basketProductsTotalLeft .taxIncLabel {
	color: #000;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
}
.basketProductsTotalRight {
	background-color: #FE8D14;
	width: 190px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: right;
	padding-top: 18px;
	padding-bottom: 16px;
	padding-right: 7px;
}
.basketProductsTotalRight .totalAmount {
	color: #fff;
	font-size: 24px;
	font-weight: 700;

}
.basketProductsTotalRight .currency {
	color: #fff;
	font-size: 16px;
	font-family: 'Barlow', sans-serif;
}


.deliveryColumnNamesCnt {
	font-size: 17px;
	color: #585859;
	border-bottom: 2px solid #585859;
	display: flex;
	flex-flow: row;
	width: 100%;
}

.deliveryRow {
	display: flex;
	flex-flow: row;
	width: 100%;
	border-bottom: 1px solid #ABABAC;
	padding-bottom: 16px;
}
@media (max-width:992px) {
	.deliveryRow {
		flex-flow: column;
	}
}
.deliveryLeft {
	flex-grow: 1;
}
.deliveryLeft label {
	padding-top: 15px;
}
.deliveryRadio {
	display: inline-block;
	width: 56px;
}
.deliveryRight {
	width: 190px;
	flex: 0 0 auto;
	text-align: right;
	padding-top: 8px;
	padding-right: 7px;
}
@media (max-width:992px) {
	.deliveryRight {
		width: 100%;
	}
}
.deliveryRight .amount {
	color: #000;
	font-size: 1rem;
	font-weight: 600;
}
.deliveryRight .currency {
	color: #585859;
	font-size: 16px;
	font-family: 'Barlow', sans-serif;
}

.deliveryOptionRow {
	/*padding-left: 60px;*/
	display: inline-block;
}
@media (max-width:992px) {
	.deliveryOptionRow {
		padding-left: 60px;
		display: block;
	}
}
@media (max-width:576px) {
	.deliveryOptionRow {
		padding-left: 0px;
		display: block;
	}
	.deliverySelect  {
		display: block;
		width: 100%;
	}
}
.deliveriesTotal {
	display: flex;
	flex-flow: row;
	width: 100%;
	padding-bottom: 6px;
}

@media (max-width:576px) {
	.deliveriesTotal {
		padding-bottom: 45px;
	}
}

.deliveriesTotalLeft {
	flex-grow: 1;
	padding-bottom: 7px;
	text-align: right;
	padding-right: 8px;
	padding-top: 22px;
}
.deliveriesTotalLeft .totalLabel {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.deliveriesTotalLeft .taxIncLabel {
	color: #000;
	font-size: 14px;
}
.deliveriesTotalRight {
	background-color: #f7f7f7 !important;
	width: 190px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: right;
	padding-top: 18px;
	padding-bottom: 16px;
	padding-right: 7px;
}
.deliveriesTotalRight .totalAmount {
	color: var(--rjTextDark) !important;
	font-size: 1.5rem;
	font-weight: 600;

}
.deliveriesTotalRight .totalAmountEur {
	color: #777 !important;
	font-size: 0.9rem;
	font-weight: 500;
}
.deliveriesTotalRight .currencyEur {
	font-size: 0.6rem;
	color: #777 !important;
}

.deliveriesTotalRight .basketExchangeRate {
	color: #777 !important;
	font-size: 0.8rem;
	font-weight: 500;
}
.deliveriesTotalRight .currencyEur
.deliveriesTotalRight .currency {
	color: var(--rjTextDark) !important;
	font-size: 1rem;
}


.deliveryDateCnt {
	margin-top: -90px;
	width: 800px;
}

@media (max-width:1200px) {
	.deliveryDateCnt {
		width: 600px;
	}
}

@media (max-width:992px) {

	.deliveryDateCnt {
		margin-top: 0px;
		width: 100%;
		padding-bottom: 15px;
	}
}

.deliveryDate {
    display: flex;
    flex-flow: row;
    width: 100%;
	padding-top: 10px;
}

.deliveryDateTitle {
	font-size: 17px;
	color: #585859;

	display: flex;
	flex-flow: row;
	width: 100%;
}

@media (max-width:992px) {
	.deliveryDate {
		flex-flow: column;
		border-bottom: 1px solid #ABABAC;
    	padding-bottom: 16px;
	}
	.deliveryDateTitle {
		font-size: 17px;
		color: #585859;
		border-bottom: 2px solid #585859;
		display: flex;
		flex-flow: row;
		width: 100%;
	}
}
.deliveryDateLeft {
	flex: 0 0 auto;
	width: 192px;

}
.deliveryDateInput {
	text-align: center;
	width: 92%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .4rem;
	border-color: rgba(0, 0, 0, 0.1);
}
@media (max-width:992px) {
	.deliveryDateInput {
		width: 200px;
	}
}
@media (max-width:768px) {
	.deliveryDateInput {
		width: 100%;
	}
}
.deliveryDateRight {
	flex-grow: 1;
	padding-bottom: 7px;
	text-align: left;
	padding-right: 8px;

}
@media (max-width:1200px) {

}
@media (max-width:992px) {

	.deliveryDateLeft {
		width: 100%;
		padding-top: 22px;
	}
	.deliveryDateRight {
		padding-top: 22px;
	}
}

.paymentCorvusLogo {
	width: 180px;
    padding-top: 20px;
    margin-right: 60px;
	display: block;
	float:right;
}

@media (max-width:768px) {
	.paymentCorvusLogo {
		width: 180px;
	    padding-top: 20px;
		padding-bottom: 20px;
	    margin-right: 0px;
		display: block;
		float:none;
	}
}

.promoCodeCnt {
	padding-bottom: 75px;
}
@media (max-width:768px) {
	.promoCodeCnt {
		padding-bottom: 25px;
	}
}
.promoCodeRow {
	display: flex;
    flex-flow: row;
    width: 100%;
    /*border-bottom: 1px solid #ABABAC;*/
    padding-bottom: 16px;
}
@media (max-width:992px) {
	.promoCodeRow {
		flex-flow: column;
	}
}
.promoCodeLeft {
	flex: 0 0 auto;
	padding-top: 28px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width:992px) {
	.promoCodeLeft {
		text-align: left;
	}
}
.promoCodeInput {
	text-align: center;
	width: 250px;
	height: auto;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0.5rem 1.5rem;
	border-radius: .4rem;
	border-color: rgba(0, 0, 0, 0.1);
	border-width: 1px;
    border-right-width: 1px;
	border-style: solid;
    border-right-style: solid;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	min-width: 0;
	flex: 1 1 auto;
}
.promoCodeInput:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
}
.promoCodeButton {
	background-color: var(--siteRed);
	transition: all .4s ease;
	border-radius: .4rem;
	border-color: var(--siteRed);
	padding-top: 8px;
	padding-bottom: 9px;
	border-width: 1px;
	border-style: solid;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	vertical-align: bottom;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.promoCodeButton:hover {
	background-color: var(--siteRed);
	border-color: var(--siteRed);
}

.promoCodeButton.hasPromoCode {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.promoCodeRemoveButton {
	background-color: #585859;
	transition: all .4s ease;
	border-radius: .4rem;
	border-color: #585859;
	padding-top: 8px;
	padding-bottom: 9px;
	border-width: 1px;
	border-style: solid;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	vertical-align: bottom;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.promoCodeRight {
	flex-grow: 1;
	padding-bottom: 7px;
	text-align: left;
	padding-right: 8px;
	padding-top: 22px;
}
@media (max-width:992px) {
	.promoCodeLeft {
		width: 100%;
	}

}
@media (max-width:768px) {
	.promoCodeInput {
		width: 100%;
		margin-bottom: 20px;
		border-right: 1px;
		border-top-right-radius: .4rem;
		border-bottom-right-radius: .4rem;
	}
	.promoCodeRight {
		padding-top: 5px;
	}
	.promoCodeButton {
		width: 100%;
		margin-bottom: 5px;
		border-left: 1px;
		border-top-left-radius: .4rem;
		border-bottom-left-radius: .4rem;

	}
	.promoCodeButton.hasPromoCode {
		border-right: 1px;
		border-top-right-radius: .4rem;
		border-bottom-right-radius: .4rem;
	}
	.promoCodeRemoveButton {
		width: 100%;
		margin-bottom: 5px;
		border-left: 1px;
		border-top-left-radius: .4rem;
		border-bottom-left-radius: .4rem;
	}
}
@media (max-width:576px) {
	.promoCodeInput {
		width: 100%;
		margin-bottom: 20px;
	}
	.promoCodeRight {
		padding-top: 5px;
	}
	.promoCodeButton {
		width: 100%;
		margin-bottom: 5px;
	}
	.promoCodeRemoveButton {
		width: 100%;
		margin-bottom: 5px;
	}
}

.rjBlueBtn {

    background-color: var(--siteRed);
	transition: all .4s ease;
	border-radius: .4rem;
	border-color: var(--siteRed);
	padding-top: 8px;
	padding-bottom: 9px;
	border-width: 1px;
	border-style: solid;
	min-width: 190px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
}
.rjBlueBtn:hover {
	background-color: var(--siteRed);
	border-color: var(--siteRed);
	color: #fff;
}


.basketProductRebate {
	font-size: 16px;
	font-family: 'Barlow', sans-serif;
}

.deliveryOptionDetail {
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	line-height: 110%;
	padding-top: 20px;
}
.deliveryOptionDetail p {
	margin-bottom: 2px;
}
.poslovnica_detail_details_left {
	padding-left: 70px;
	float: left;
	clear: none;
	padding-right: 15px;
}
.poslovnica_detail_details_right {
	float: left;
	clear: none;
	padding-right: 15px;
}
@media (max-width:576px) {
	.poslovnica_detail_details_left {
		padding-left: 15px;
		float: none;
		clear: both;
		padding-right: 0px;
	}
	.poslovnica_detail_details_right {
		padding-left: 15px;
		float: none;
		clear: both;
		padding-right: 0px;
	}

}
.poslovnica_details_title {
	font-weight: 700;
}

.deliveryDescriptionCnt {
	padding-left: 60px;
}
@media (max-width:576px) {
	.deliveryDescriptionCnt {
		padding-left: 0px;
	}
}

.freeDeliveryCnt {
	text-align: left;
	padding-left: 20px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
	display: none;
}
@media (max-width:992px) {
	.freeDeliveryCnt {
		text-align: right;
		padding-left: 0px;
	}
}


.promoCodeRow {
	display: flex;
	flex-flow: row;
	width: 100%;
	/*border-bottom: 1px solid #ABABAC;*/
	padding-bottom: 6px;
}
.promoCodeCol1 {
	flex-grow: 1;
	padding-top: 15px;
	padding-bottom: 7px;
	display: flex;
	flex-flow: row;
}
.promoCodeLabel {
	flex: 0 1 auto;
	margin-right: 10px;
}
.promoCodeName {
	flex: 0 1 auto;
}
.promoCodeCol2 {
	flex: 0 0 auto;
	width: 190px;
	text-align: right;
	padding-top: 8px;
	padding-right: 7px;
}
@media (max-width:992px) {
	.promoCodeRow {
		flex-flow: column;
	}
	.promoCodeCol1 {
		flex-flow: column;
	}
	.promoCodeCol2 {
		width: 100%;
	}
}
@media (max-width:992px) {
	.basketSubmitBtn {
		width: 100%;
	}
}



/*
delivery page
*/
.deliveryBasketProductQty {
	color: #000;
	font-size: 24px;
	text-align: center;
}
.basketProductQtyCnt.delivery {
	text-align: center;
}
@media (max-width:992px) {

	.deliveryBasketProductQty {
		text-align: right;
	}
	.basketProductQtyCnt.delivery {
		text-align: right;
	}

	.basketProductQtyCnt.delivery > .productQtyFieldCnt {
		width: 100%;
		max-width: 100%;
	}
}
.deliveryDeliveryListCnt {
	padding-top: 25px;
}

.deliveryDeliveryListCnt .deliveriesCnt {

	padding-top: 10px;
	padding-bottom: 10px;
}

.deliveryDeliveryListCnt .deliveryLeft {
	padding-left: 10px;
}
.deliveryDescriptionText {
	color: #333333;
	font-size: 17px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 15px;
}
.addressInputFormCnt {
	padding-left: 15px;
	padding-right: 15px;
}
.addressInputFormCnt label {
	padding-left: 10px;
	font-size: 15px;
	margin-bottom: 0rem;
	font-family: 'Barlow', sans-serif;
}
.addressInputFormCnt .form-control {
	border-radius: 0px;
}
.addressInputForm {
	padding-top: 15px;
	padding-bottom: 15px;
}
.addressInputFormSubtitle {
	font-size: 17px;
	color: #585859;
	padding-bottom: 4px;
}
.addressInputCbsInline {
	padding-top: 5px;
	padding-bottom: 5px;
}
.deliveryRightSide.disabled {
	opacity: 0.3;
}
@media (max-width:992px) {
	.deliveryRightSide {
		padding-top: 20px;
	}
}

.mandatoryField {
	font-size: 20px;
	color: #D80000;
}


.paymentOptionHeader {
	background-color: #E9E9E9;
	cursor: pointer;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 16px;
	padding-right: 16px;
}
.paymentOptionIcon {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
 	font-weight: 900;
	display: inline-block;
	margin-right: 10px;
}
.paymentOptionIcon::before {
    content: "\f152";
}
.paymentOptionCnt.active .paymentOptionIcon::before {
	content: "\f150";
}
.paymentOptionText {
	border: 2px solid #E9E9E9;
	display: none;
	padding-left: 16px;
	padding-right: 5px;
	padding-top: 14px;
	padding-bottom: 5px;
}
.paymentOptionText a {
    text-decoration: underline;
}
@media (max-width:992px) {
	.paymentOptionText {
		padding-right: 10px;
		padding-left: 10px;
	}
}
.paymentOptionCnt.active .paymentOptionText {
	display: block;
}
.paymentBtn {
	background-color: var(--siteRed);
	border-radius: .4rem;
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 19px;
	padding-bottom: 16px;
	cursor: pointer;
	float: right;
	clear: none;
}
@media (max-width:992px) {
	.paymentBtn {
		float: none;
		clear: both;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
}

.paymentBtnDisabled {
	background-color: #6C6864;
	border-radius: .4rem;
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 19px;
	padding-bottom: 16px;
	cursor: not-allowed;
	float: right;
	clear: none;
}
.paymentLogos {
	display: inline-block;
	margin-top: 10px;
}

.placanje_karticno_broj_rata_cnt {
	display:none;
}
.loading_animation {
	animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#loading {
	display: none;
	background-color: #fff;
	padding: 20px;

}
#loading .loadingImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}
#loading .loadingText {
	color:  rgba(108, 117, 125, 1);
	padding-top: 1rem;
	text-align: center;
}
#loading .loadingImage img {
	display: block;
	animation:spin 4s linear infinite;
}
@keyframes spin {
    100% {
        transform:rotate(360deg);
    }
}


.form-control::-webkit-input-placeholder{color:#495057;opacity:0.4;}
.form-control::-moz-placeholder{color:#495057;opacity:0.4;}
.form-control:-ms-input-placeholder{color:#495057;opacity:0.4;}
.form-control::-ms-input-placeholder{color:#495057;opacity:0.4;}
.form-control::placeholder{color:#495057;opacity:0.4;}

.form-control { color: rgba(18,18,18,1.00);}

/* order details from email notification */
.notificationElement {
		background-color: #fff;
	}

	.productsTable {
		margin-top: 1rem;
		display: flex;
		flex-flow: column;
	}

	.productsTable.table {
	  width: 100%;
	  max-width: 100%;
	  margin-bottom: 1rem;
	  background-color: transparent;
	}

	.productsTable.table th,
	.productsTable.table td {
	  padding: 0.3rem;
	  vertical-align: top;
	  border-top: none;

	}

	.productsTable.table td:first-child {
		border-top: 1px solid #dee2e6;
	}

	.productsTable.table thead th {
	  vertical-align: bottom;
	  border-bottom: 2px solid #dee2e6;
	}

	.productsTable.table tbody + tbody {
	  border-top: 2px solid #dee2e6;
	}

	.productsTable.table .table {
	  background-color: #fff;
	}


	.productsTable.table thead tr {
		display: flex;
		flex-flow: row;
	}


	.productsTable.table tbody tr {
		display: flex;
		flex-flow: column;
	}

	@media (min-width: 768px) {
		.productsTable.table tbody tr {
			display: flex;
			flex-flow: row;
		}
		.productsTable.table th,
		.productsTable.table td {
		  padding: 0.3rem;
		  vertical-align: top;
		  border-top: 1px solid #dee2e6;

		}
	}

	.productsColumnHeader1 {
		text-align: center;
	}
	.productsColumnHeader2 {
		flex-grow: 1;
	}
	.productsColumnHeader3 {
		text-align: center;
	}
	.productsColumnHeader4 {
		text-align: right;
		width: 100px;
	}
	.productsColumnHeader5 {
		text-align: right;
		width: 100px;
	}
	.productsColumnHeader6 {
		text-align: right;
		width: 150px;
	}

	.productsCell2 {
		flex-grow: 1;
	}
	.productsCell3 {
		text-align: right;
	}
	.productsCell4 {
		text-align: right;
		width: 100px;
	}
	.productsCell5 {
		text-align: right;
		width: 100px;
	}
	.productsCell6 {
		text-align: right;
		width: 150px;
	}
	.productsCellLbl {
		display: none;
	}
	.orderDisplayCurrency {
		display: inline-block;
		margin-left: 5px;
		color: #585859;
		font-size: 0.76rem;
	}

	@media (max-width: 767px) {
		.productsCell3 {
			text-align: right;
			width: 100%;
		}
		.productsCell4 {
			text-align: right;
			width: 100%;
		}
		.productsCell5 {
			text-align: right;
			width: 100%;
		}
		.productsCell6 {
			text-align: right;
			width: 100%;
		}
		.productsCellLbl {
			display: inline-block;
			margin-right: 5px;
			font-size: 0.8rem;
		}
		.productsColumnHeader3, .productsColumnHeader4, .productsColumnHeader5, .productsColumnHeader6 {
			display: none;
		}
		.productsTable.table td {
		  padding: 0.0rem;
		}
	}

	@media (min-width: 576px) {
	  .productsCell2 {
		max-width: 100%;
	  }
	}

	@media (min-width: 768px) {
	  .productsCell2 {
		max-width: 354px;
		width: 219px;
	  }
	}

	@media (min-width: 992px) {
	  .productsCell2 {
		max-width: 594px;
		 width: 219px;
	  }
	}

	@media (min-width: 1200px) {
	  .productsCell2 {
		max-width: 100%;
		  width: 330px;
	  }
	}

	.productsAddonRow {
		text-align: left;
		flex-grow: 1;
	}
	.text-right {
		text-align: right !important;
	}

	.notification {
		padding-top: 10px;
		color: rgba(168,0,2,1.00);
		font-size: 1rem;
		font-weight: 700;
	}
	.customerDetailsTitle {
		font-weight: 700;
		color: #212529;
	}
	.customerDeliveryCnt {
		display: flex;
		flex-flow: row;
	}
	.customerDetails {
		width: 50%;
		flex: 0 1 auto;
	}
	.deliveryDetails {
		width: 50%;
		flex: 0 1 auto;
	}
	@media (max-width: 767px) {
		.customerDeliveryCnt {
			display: flex;
			flex-flow: column;
		}
		.customerDetails {
			width: 100%;
			flex: 0 1 auto;
			margin-bottom: 20px;
		}
		.deliveryDetails {
			width: 100%;
			flex: 0 1 auto;
		}
	}
	.customerDetail {

	}
	.customerDetailLabel {

	}
	.orderDetails {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.notificationFooter {
		font-size: 0.8rem;
		padding-top: 10px;
		margin-top: 20px;
		border-top: 1px solid #aaa;
		padding-bottom: 25px;
	}
	.notificationFooter p {
		margin:0;
		padding: 0;

	}

	.orderTotalCellInner {
		background-color: #f7f7f7;
		width: 190px;
		text-align: right;
		padding-top: 18px;
		padding-bottom: 16px;
		padding-right: 7px;
		color: var(--rjTextDark);
		font-size: 24px;
		font-weight: 700;
	}
	.productsCellTotal {
		width: 190px;
	}
.orderTotalLbl {
	padding-top: 30px;
}

@media (max-width: 767px) {
	.productsCellTotal {
		width: 100%;
	}
	.orderTotalCellInner {
		float: right;
	}
}

.cps_greska {
	padding: 15px;
	background-color: rgba(195,17,20,1.00);
	color: #fff !important;
	font-weight: 700;
	margin-bottom: 15px;
}

.selectric-items li {
	padding: 5px;
}
@media (max-width: 992px) {
	.selectric-items li {
		padding: 10px;
	}
}



/* flipper */
.countdownCnt {
	padding: 0;
	background-color: #fff;
	padding-bottom: 1rem;
}
.countdownInner {
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
}

.countdownTitleCnt {
	display: flex;
	flex-flow: row;
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 10px;
}
.countdownTitle {
	font-weight: bold;
	color: #f50247;
	font-size: 2rem;
}
.countdownText {
	flex: 0 0 auto;
	width: 100%;
}
.countdownCounterCnt {
	/*flex: 1 0 auto;
	max-width: 350px;*/
	display: inline-block;
	width: 330px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 3px;
}
.countdownCnt .flipper {
	height: auto;
}
.countdownCnt .flipper-group label {
	font-size: 30%;
	color: #212529;
}

.countdownCnt .flipper-digit {
	width: 2rem;
}

@media (max-width:992px) {
	.countdownCounterCnt {
		width: 100%;
		padding-left: 0px;
		padding-bottom: 40px;
		padding-top: 20px;
		max-width: 320px;
	}

	.countdownTitleCnt {
	  display: flex;
	  flex-flow: column;
	  flex: 0 0 auto;
	  width: 100%;
	  margin-bottom: 10px;
	}

}



.toast-top-center {
    top: 100px;
    right: 0;
    width: 100%;
}

/* user section */

.userFormCnt {
	padding-left: 15px;
	padding-right: 15px;
}
.userFormCnt label {
	padding-left: 10px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 0rem;
}
.userFormCnt .form-control {
	border-radius: 0px;
}
.userInputForm {
	padding-top: 15px;
	padding-bottom: 15px;
}
.userInputFormSubtitle {
	font-size: 17px;
	color: #444;
	padding-bottom: 4px;
}
.userInputCbsInline {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
}

a.userSidebarLink {
	min-height: 30px;
	background-color: #fff;
	color: #444;
	font-size: 18px;
	font-weight: 500;
	padding-top: 2px;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 7px;
}
a.userSidebarLink.disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
a.userSidebarLink.active {
	background-color: #DDD;
}
a.userSidebarLink:not(.disabled):hover {
	color: #000;
}

/* login modal */
#login_modal .modal-footer .btn {
	border-radius: .4rem;
}
#login_modal .modal-footer #login_submit_btn {
	background-color: var(--siteRed);
	border-color: var(--siteRed);
}
#login_modal .modal-footer #login_submit_btn:focus {
	border-color: var(--siteRed);
	box-shadow: 0 0 0 .2rem var(--siteRed);
}
.form-check a {
	color: #000;
	text-decoration: underline;
	font-weight: 500;
}


.tooltip {
	font-family: 'Barlow', sans-serif;
}

/* range slider css */
.rangeSlideContainer {
	position: relative;
	width: 100%;
	padding-right: 2rem;
	padding-left: 2rem;
}

.rangeSlideInputContainer {
    position: relative;
    width: 100%;
    height: 30px;
	margin-bottom: 20px;

}
input[type="range"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}
.slider-track{
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
input[type="range"]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 5px;
}
input[type="range"]::-moz-range-track{
    -moz-appearance: none;
    height: 5px;
}
input[type="range"]::-ms-track{
    appearance: none;
    height: 5px;
}
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background-color: #fff;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
	border: 1px solid #777;
}
input[type="range"]::-moz-range-thumb{
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: auto;
	border: 1px solid #777;
}
input[type="range"]::-ms-thumb{
    appearance: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: auto;
	border: 1px solid #777;
}
input[type="range"]:active::-webkit-slider-thumb{
    background-color: #ffffff;
    border: 3px solid #777777;
}
.values{
    background-color: #fff;
    width: 100%;
    position: relative;
    margin: auto;
    padding: 10px 0;
    text-align: left;
    font-weight: 500;
    font-size: 0.9rem;
    color: #7a7d82;
}

.brands_list_title {
	margin-bottom: 0;
	/*
	font-size: 2rem;
	font-weight: 700;
	*/

	font-size: 2.3125rem;
font-weight: 700;
flex: 0 0 60%;
padding-top: 5px;
}
.brands_list_title_cnt {
	border-bottom: 1px solid #dddddd;
	padding-bottom: .3rem;
	display: flex;
	flex-flow: row;
	padding-top: 1.3rem;
	margin-bottom: 1.7rem;
	width: 100%;
}




.stickyDescriptionTitles {
	position: sticky;
	top: 79px;
	background-color: #fff !important;
	border-bottom: 3px solid #eee;
	padding-left: 0 !important;
	padding-right: 0 !important;
	z-index: 101;

}
.stickyDescriptionTitles .nav-link {
	font-weight: 500;
	font-size: 1.1rem;
	cursor: pointer;
	margin-right: 1px;
}
.stickyDescriptionTitles .nav-link:hover {
	background-color: var(--siteDarkBg);
	color: #fff !important;
}
.stickyDescriptionTitles .nav-link.active {
	background-color: var(--siteDarkBg);
	color: #fff !important;
}

/* product detail descriptions ovverride */
.description_content_cnt .productSpecificationsSegmentTitle {
	font-size: 1.8rem;
	margin: 0 0 32px;
	font-weight: 600;
	color: var(--rjTextDark);
}

.description_content_cnt h1 {
	font-size: 1.7rem;
	margin: 0 0 20px;
	font-weight: 400;
	color: var(--rjTextDark);
}
.description_content_cnt h2 {
	font-size: 1.4rem;
	margin: 0 0 20px;
	font-weight: 400;
	color: var(--rjTextDark);
}
.description_content_cnt h3 {
	font-size: 1.4rem;
	margin: 0 0 20px;
	font-weight: 400;
	color: var(--rjTextDark);
}
.description_content_cnt h4 {
  font-size: 1.4rem;
  margin: 0 0 20px;
  font-weight: 400;
  color: var(--rjTextDark);
}
.description_content_cnt h5 {
  font-size: 1.4rem;
  margin: 0 0 20px;
  font-weight: 400;
  color: var(--rjTextDark);
}


.mobileDescriptionCnt {
	padding-top: 2rem;
}

.socialMediaRow {
	margin-top: 1rem;
}
.socialMediaTitleCol {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 1rem;
}

.socialMediaBtn {
	border-radius: 0;
}
.socialMediaBtn:first-child {
	padding-left: 0;
}

.socialMediaBtn i {
	font-size: 2rem;
	transition: color 0.3s ease-in-out;
}
.socialMediaBtn:hover i {
	color: var(--siteRed);
}
@media all and (max-width:756px){
	.socialMediaBtn i {
  		font-size: 1.5rem;
	}
}

.selectSizePopupBtn {
	cursor: pointer;
}
.selectSizePopupText {
	text-decoration: underline;
}

.groupsListItem {
	margin-bottom: 30px;
}
.groupsListItem:hover {
	color: var(--siteRed);
}

.groupsListItem .groupsListItemInner {
	height: 415px;
	display: flex;
	/*border: 1px solid #dddddd;*/
	flex-flow: column;
	padding-left: 10px;
	padding-right: 10px;
}
.groupsListItem .groupPictureCnt {
	/*height: 360px;*/
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-bottom: 1.7rem;
}
.groupsListItem .groupPictureCnt .mainImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*max-height: 360px;*/
}
.groupsListItem .groupTitle {
	margin: 0;
	padding: 0;
	align-self:  flex-end;
	padding: 1rem;
	text-align: center;
	display: block;
	width: 100%;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 500;
	font-family: 'Poppins';
	background-color: var(--siteRed);
}
.groupsListItem:hover .groupTitle {
	color: #fff !important;
}

/* Q &A accordion */
#QA_accordion > .card {
	margin-bottom: 1.5rem;
	border-radius: 0rem;
	border: 1px solid rgba(0,0,0,.125) !important;
}

#QA_accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
  background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
#QA_accordion > .card > .card-header  .btn-link {
	color: #000;
	font-weight: 600;
	position: relative;
	font-size: 1.1rem;

}
#QA_accordion > .card > .card-header  .btn-link::before {

  border: 6px solid transparent;
    border-left-color: transparent;
  border-left-color: #000;
  content: '';
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: rotate(90deg);
}
#QA_accordion > .card > .card-header  .btn-link.collapsed::before {
	transform: rotate(0deg);
}

#QA_accordion > .card > .card-header  .btn.focus, #QA_accordion > .card > .card-header  .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0;
}
.wishListAddToBasketBtn {
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	font-size: 1.0rem;
	background-color: var(--siteRed);
	transition: all .4s ease;
	border-radius: .4rem;
	padding-top: 11px;
	padding-bottom: 14px;
	padding-left: 22px;
	padding-right: 22px;
	display: inline-block;
	flex: 0 0 auto;
	text-align: center;
	width: auto;
	margin-top: .5rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	cursor: pointer;
}
.wishListAddToBasketBtn:hover {
	color: #fff;
	background-color: var(--siteRed);
	text-decoration: none;
}


.productDetailLeanpayCnt {
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: .8rem;
    font-weight: 400;
}
.leanpayLogo img {
    max-width: 150px;
}
.leanpayRates {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 7px;
}
.leanpayRate {
    flex: 0 0 auto;
    width: 120px;
    font-weight: 500;
    color: #fff;
    background-color:#ff8a6b;
    padding: 3px 5px 3px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.btnBestPrice {
    background-color: #ddd;
    padding: 8px 15px 9px 15px;
    text-decoration: none;
    text-align: center;
    border-radius: 0.3rem;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.rjRedBtn {
    border: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    background-color: var(--siteRed);
    transition: all .4s ease;
    border-radius: .4rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-block;
    cursor: default;
    flex: 0 0 auto;
    text-align: center;
    width: auto;
    margin-bottom: 1rem;
}
.rjRedBtn:hover {
    box-shadow: 0 0 0px 0px transparent;
    color: #fff;
}
.basketBestPriceRequest {
    font-size: 0.8rem;
}
.cmsContent .btn {
	text-decoration: none !important;
}
.cmsContent a.btn:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.btn-waze {
	text-decoration: none;
	color: rgb(23, 162, 184);
	border-color: rgb(23, 162, 184);
}
.dealerDetail p {
	margin-bottom: 0rem;
}

.promo_page {

}


.promo_page .cmsContent h1 {
	color: inherit  !important;
	font-size: 2.0rem;
	font-weight: 700;
}
.promo_page .cmsContent h2, .promo_page .cmsContent h5, .promo_page .cmsContent h6 {
	color: inherit  !important;
	font-size: 2.0rem;
	font-weight: 700;
}

.promo_page .cmsContent h3 {
	color: inherit  !important;
	font-size: 2.0rem;
	font-weight: 700;
}

.promo_page .cmsContent h4 {
	color: inherit  !important;
	font-size: 2.0rem;
	font-weight: 700;
}

.promo_page .cmsContent p {
	color: inherit  !important;
	text-align: center;
}



.promo_page .cmsContent a, .promo_page .cmsContent a:active, .promo_page .cmsContent a:visited {
	color: inherit  !important;
}
.promo_page .cmsContent a:hover {
	color: var(--siteRed) !important;
	text-decoration: underline;
	font-weight: 500;
}

.promo_page .breadcrumbs_cnt .breadcrumb_list li {
	color: inherit !important;
}
.promo_page .breadcrumbs_cnt .breadcrumb_list li a {
	color: inherit !important;
}

.promo_page .title_cnt {
    padding-top: 3rem;
    padding-bottom: 0rem;
    background-color: inherit !important;
    margin-bottom: 3rem;
}

.promo_page .title_cnt > h1 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.0rem;
    color: inherit !important;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.promo_page .header_basket_icon {
	fill: inherit;
}
.promo_page .header_icon_bar li .wishlist {
   	fill: inherit;
}
.promo_page .header_fixed .header_col {
    background-color: inherit;
}
.promo_page.fullWidth .contentSideImage {
	width: 100%;
	max-width: none;
}

.promo_page.fullWidth .promoSliderCnt {
	max-height: 765px;
	overflow:hidden;
}


.promo_page.fullWidth .promoSliderCnt .slick-slide img {
    display: block;
    max-width: none;
    width: 100%;
}

.promo_page .contentSideText {
	display: flex;
    flex-flow: column;
    justify-content: center;
}

.promo_page .promoTextCnt {

	padding-left: 2rem;
	padding-right: 2rem;
	margin-bottom: 2rem;
}

.promo_page.fullWidth {

}
.promo_page.fullWidth .row {
	margin-left: 0;
	margin-right: 0;
}

.promo_page.fullWidth .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

.promo_page.fullWidth .col-12 {
	padding-left: 0;
	padding-right: 0;
}

.promo_page.fullWidth .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.promo_page.fullWidth .breadcrumbs_cnt.text_breadcrumbs {
	padding-left: 15px;
	padding-right: 15px;
}


@media all and (min-width: 992px){
	.promo_page .navbar-light .navbar-nav .nav-link {
		color: inherit !important;
	}

	.promo_page #novi_artikli_menu_1 {
	    color: inherit !important;
	}
	.promo_page #akcija_menu_1 {
	    color: inherit !important;
	}

	.promo_page .promoTextCnt {
		padding-left: 3rem;
		padding-right: 3rem;
		margin-bottom: 0rem;
	}

	.promo_page .cmsContent h1, .promo_page .cmsContent h2, .promo_page .cmsContent h3, .promo_page .cmsContent h4, .promo_page .cmsContent h5, .promo_page .cmsContent h6 {
		font-size: 2.5rem;
	}
}

/* special_offer_page */
/* header bg color nad fg color */
.special_offer_page {

}

.special_offer_page .breadcrumbs_cnt .breadcrumb_list li {
	color: inherit !important;
}
.special_offer_page .breadcrumbs_cnt .breadcrumb_list li a {
	color: inherit !important;
}
.special_offer_page .header_basket_icon {
	fill: inherit;
}
.special_offer_page .header_icon_bar li .wishlist {
    	fill: inherit;
}

@media all and (min-width: 992px){
	.special_offer_page .navbar-light .navbar-nav .nav-link {
		color: inherit !important;
	}

	.special_offer_page #novi_artikli_menu_1 {
	    color: inherit !important;
	}
	.special_offer_page #akcija_menu_1 {
	    color: inherit !important;
	}

}

.hover-slider-indicator {
	position: absolute;
	top: auto; right: 0; bottom: .75rem; left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
}
.hover-slider-indicator-dot {
	background-color: #9E9E9E;
	/*opacity: .75;*/
	border-radius: 50%;
	height: 6px;
	width: 6px;
	margin-left: .1rem;
	margin-right: .1rem;
}
.hover-slider-indicator-dot.active {
	background-color: #f50247;
	opacity: 1;
}


.popupVideoContainer {
	position:fixed;
	right: 10px;
    bottom: 70px;
    z-index: 15002;
}
.popupVideoContainer.portrait {
	width: 131px;
	height: 238px;
}
.popupVideoContainer.portrait.large {
	width: 262px;
	height: 476px;
}

.popupVideoContainer.landscape {
	width: 168px;
	height: 94px;
}
.popupVideoContainer.landscape.large {
	width: 336px;
	height: 188px;
}
.popupVideoContainer.portrait.minimized {
	width: 131px;
	height: 0px;
}
.popupVideoContainer.landscape.minimized {
	width: 336px;
	height: 0px;
}

.popupVideoContainer .popupVideoSizeBtn {
	width: 30px;
	height: 30px;
	background-color: #000;
	position: absolute;
	right: 25px;
	top: -8px;
	cursor: pointer;
	z-index: 21000;
	color: #fff;
	border-radius: 20px;
    padding-top: 3px;
	padding-left: 6px;
}
.popupVideoContainer .popupMinimizeVideoBtn {
	width: 30px;
	height: 30px;
	background-color: #000;
	position: absolute;
	right: -8px;
	top: -8px;
	cursor: pointer;
	z-index: 21000;
	color: #fff;
	border-radius: 20px;
    padding-top: 3px;
	padding-left: 7px;
}
.popupVideoContainer .popupVideoInner {

    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.popupVideoContainer.portrait .popupVideoInner {
    height:100%;
	padding-bottom:0%;
}
.popupVideoContainer .popupVideoInner iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.productListAddToBasketBtn {
	text-decoration: none;
	color: #fff;
	background-color: var(--rjDefaultGrey);
	font-weight: 600;
    font-size: 1.0rem;
	border-radius: .4rem;
    padding-top: 11px;
    padding-bottom: 14px;
    padding-left: 22px;
    padding-right: 22px;
	margin-top: 5px;
}
.productListAddToBasketBtn .btnText {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
    font-size: 1.0rem;
}
.productListAddToBasketBtn i {
	color: #fff;
}

.indexBannerGroupTitle {
	font-size: 1.5rem !important;
	font-weight: 500;
	color: #9d9d9d;
    padding-top: 5px;
}


.mobileIndexBannerSlider .slick-list {

}
.padRight30 .slick-list {
	padding:0 30px 0 0 !important;
}

.specsProductManufactorerDetails {
	padding-top: 1rem;
	padding-bottom: 1rem;
	word-break: break-all;
}
.specsProductManufactorerDetails p {
	word-break: break-all;
}
.specsProductDetailsSku {

}
.specsProductDetailsEAN {
	margin-bottom: 1rem;
}
.specsProductManufacturerAddress {

}
.specsAdressLabel {
	font-weight: 700;
}
.specsAdressContent {
	
}

