/*universal css*/

body{
font-family: 'Roboto', sans-serif !important;
 }

a[href^="tel"],a[href^="mailto"]  {
  color: inherit;  
  text-decoration: none;  
}

input[type="search"]:focus{
border-color: #000 !important;
box-shadow: none !important;
outline:  none !important;}

input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.logo {
	margin-bottom: 20px;
}

::-moz-selection { 
	color:#fff; 
	background:#ce0611; 
	text-shadow: none; 
 }
 
 ::selection { 
   color:#fff; 
	background:#ce0611; 
	text-shadow: none; 
 }
/* css for Page 0*/

.mainPageheader{
	font-size: 2.1em;
}

.mainPageHeaderBlock{
	margin-bottom: 3%;
}

div.mainPageDiv {
	/* used for Page0*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5%;
	overflow-x: hidden;
	color: black !important;
}

.mainPageText {
	margin-bottom: 2.5%;
}

.mainPageSubText {
	margin-top: 4%;
	font-size: 0.9em;
}

/* end css for Page 0*/

.nav-white {
	/* used for li element of search input on middle navbar*/
 	background-color: #F2F2F2;
  	padding: 10px 10px;

}

.nav-lightGray {
	/*used for li element on middle navbar*/
 	background-color: #939393;

}

.nav-gray {
	/*used for li element on middle navbar*/
 	background-color: #5a5a5a;

}

.nav-red {
	/*used for li element on middle navbar*/
	background-color: #ce0611;
}

/*media queries for other screen sizes */

@media all and (max-width:990px) {
	.navbar-nav > li {
		padding: 0.5rem 1rem;
	}

	.logo {
		margin-bottom: -35px;
	}
}

/* media queries for portrait view */

@media all and (orientation:portrait){
	
	.overlayDiv:hover .overlay  {
  opacity:0 !important;
}
	
	#pills-tab{
		display: block;
	}
	
	.bottom{
		position: relative !important;
		right: auto !important;
	}
	.sliderSectionHeader,.blockSectionHeader{
		text-align: center;
		padding-left: 0px !important;
	}
	 

	.carousel-indicators{
	margin-right: 0px !important;
	margin-left: 0px !important;
}
/*	.leftNavigation1 {
	display: inline-block;
	float: left;
}
	*/
	.logo{
		margin-bottom:-35px;
	}

	.productSlider {
  padding-left: 10%;
  padding-right: 10%;

}
	.slick-prev {
  left: 0px !important;
}

.slick-next {
  right: 0px !important;
}

	#cartIcon .p1[data-count]:after {
		position: absolute;
		right: 35% !important;
	}

	/*.navbar-white{
		margin-top: -9% !important;
	}*/
	.topNavbar a {
		padding: 0px !important;
	}
	.pipe {
		padding: 0px !important;
	}

	.navbar-nav > li{
		padding: 2% 5%;
	}
}

/* css and media query for stretching the navbar elements*/

@media all and (min-width:1000px){
.navbar-nav {
    display:table;
    width:100%;
    margin: 0;
}
.navbar-nav > li {
    float:none;
    display:table-cell;
    text-align:center;
	font-weight:bold;
   }
}

.navbar-nav > li {font-size:21px;}


/*Middle navbar specific css end*/

/*3rd navbar specific css start*/

.thirdNavbar{
	background-color: #ce0611;
	padding-left: 3%;
}
.thirdNavbar a{
	font-size: 16px;
	color:white;
 }


/*used to remove padding of middle navbar to stick to third navbar*/
.navbar {
	padding: 0;
	margin: 0;
}
/*3rd navbar specific css end*/

/* start of css of Page1 */

.topNavbar{
padding-top: 1.5%;
}

.pipe {
	/* used for the topmost navbar */
 	padding:0px 4px;
	color: gray;
}

.topNavbar a {
	color:#525053;
	font-size: 1em;
	padding:0px 8px;

}
.topNavbar p {
	/* used for the topmost navbar */
	 display: inline-block;
	font-size: 1em;
}

#example-search-input,
#searchbarfield1,
#searchbarfield2,
.search-icon-bg {
	background-color: #f2f2f2;
}
/* end  of css of Page1 */


/* start of css of Block Section */
.centeredText {
  color: white;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 2em;
  font-weight: 400;
	cursor: pointer;
	z-index: 10000;
	margin: 0px auto;
}
.overlayDiv:hover .overlay  {
  opacity: 0.8;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 91.5%;
    width: 90%;
    opacity: 0;
    transition: .5s ease;
    background-color: #52699a;
    cursor: pointer;
    margin: 0px auto;
}
.square{
	display: block;
	height: 340px;
	width: 340px;
	padding: 0px 0px 30px;
	margin: 0px auto;
}
@media all and (max-width:1024px){
  .square{
  	display: block;
  	height: 300px;
  	width: 300px;
  	padding: 0px 0px 30px;
  	margin: 0px auto;
  }
}
 
.img_1-1{background-image:url('https://farm4.staticflickr.com/3766/12953056854_b8cdf14f21.jpg');}

/* end of css of Block Section */

/*start of css of MegaFooter*/

.fa-check-circle-o{
	padding-right: 2%;;
}
.megaFooter{
	background-color: #f2eded;
	color: #474642;
	padding-top: 1.5%;
	padding-bottom: 2%;
}
.footer {
   position: relative;
  background-color: #ce0611;
  color: white;
  text-align: center;
}
.imageFooter{
  background-color: #f2eded;
	margin-bottom:-1px;
}
.footerHeader{
	margin-bottom: 2.5%;
	margin-top: 3.5%;
	font-size: 1.3em;
}
.footerText{
	font-size:16px;
}
.socialMedia{
	height: 25px;
	padding-right: 4%;
}
.footerLink a{
	color:white;
	font-size: 1em;
	margin-left: 2%;
}
.footerRightIcon{
  float:right;
}
.bottom {
    position:absolute;
    bottom:3px;
    right:10px;
    display: inline;
    background-color:#565252;
    border-radius: 2px;
}
.bottom a{
  color: white;
  font-size: 12px;
  text-align: center;
  margin-left:3px;
  margin-right: 3px;
}


/*end of css of MegaFooter*/


/* start of css of breadcrumb*/
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: black;
	content: ""
}

ol.breadcrumb {
	background-color: white;
	padding: 0;
}

.breadcrumb li a{
  color: black;
  font-size: 14px;
}
.breadcrumb li a:active{
  text-decoration: underline;
}
.overview{
  color: black;
  font-size: 13px;
  padding-right: 0px;
  padding-top: 1px;
  float: right;
}

.pagination-wrapper {
	text-align: right;
	float: right;
	width: 100%;
}

.article-pagination {
	color: black;
  	font-size: 13px;
 	padding-right: 0px;
  	padding-top: 1px;
}

.pagination-wrapper .article-pagination:first-child {
	margin-right: 10px;
}

/* end of css of breadcrumb*/



/* start of product details component css*/

.productDetail{
	background-color: #F9F9F9;
	padding: 35px;
}
.tabsHeader li a{
	color: black;
  padding-left: 0%;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background-color: #F9F9F9 !important;
	text-decoration: underline;
	color:black;
}
.detailHeaderText{
	margin-bottom: 2.5%;
	margin-top: 2.0%;
  font-size: 1em;
}
.detailSubText{
	font-size:14px;
}
.responsiveVideo{
	left: 10% !important;
	width:80%!important;
	height: auto;
  	/*height: 90% !important;*/
}

#pills-tab li {
	font-size: 1.5em;
}

.accessory {
	margin: 0 auto;
	width: 83%;
}

/* end of product details component css */

/*new css for navbar and page 1*/
.homeIcon{color: black;}

.fontIcon,
.fontIconProduct {
	padding-right: 8px;
}

.fontIconProduct {
	color: #ce0611;
	padding-left: 10px;
}

.searchField {
	border: 1px solid #000000;
	border-radius: 0px;
	font-weight: bold;
	font-size: 21px;
}

.searchIcon:hover {
	cursor: pointer;
}

#cartIcon .p1[data-count]:after{
  position:absolute;
  right: 5%;
  top:2%;
  content: attr(data-count);
  font-size:0.7em;
  padding:.4em;
  border-radius:100%;
  line-height:0.5em;
  color: white;
  background:#DB0000;
  text-align:center;
  min-width: 1em;
}

/*css for home page banner image */

.btn {
    border-radius: 0em;
}

.bannerImg {
    background-image: url("../image/header.png");
    background-size: cover;
    background-position: center;
 }

.bannerBlock {
    margin-top: 54px;
    margin-bottom: 54px;
    background-color: #52699a;
    /* padding top right bottom left */
   /* padding: 1.5% 3% 2% 2%;*/
	padding:20px 30px 25px 20px;
    color: white;
}

.bannerBlockText {
    font-size: 2.5em;
    font-weight: 900;
}

.bannerBtn {
    text-align: left !important;
    padding: 15px 20px;
}

.bannerBlockSubText {
    font-size: 1.313em;
    font-weight: 400;
}

.blockSectionHeader{
    padding-left: 5px;
    padding-top: 4%;
    padding-bottom: 1%;
    font-size: 2.5em;
    font-weight: bold;
}


/* start of css for left navigation page 2 */
.leftNavigation{
  padding: 0px;
  padding-right: 5%;
  margin-top: 16px;
}



/* end of css for left navigation page 2 */


.sliderSectionHeader{
  padding-top: 4%;
  padding-bottom: 1%;
  font-size: 2.5em;
  font-weight: bold;
}
.productListingHeader{
  font-size: 2em;
  /*font-weight: 100;*/
  font-weight: bold;
  padding-bottom: 2%;
}
.cardDiv{
  padding-bottom: 4%;
}


/*css for the product card */

.card-title{
	font-weight:400;
	font-size: 21px;
}

.card-text{
	font-weight: 400;
	font-size:16px;      
}

/*css for displaying content in 2 lines */
.card-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;  
	line-height: X;        
	max-height: X*N; 
}

.card-title{
	overflow: hidden;
	text-overflow: ellipsis;
	/*isplay: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;  
	line-height: X;        
	max-height: X*N; 
}

.card-body{
	padding-top: 3%;
	padding-bottom: 1.5%;
}

.card-body, .card-footer {
 	padding-left: 0px;
	text-align: left;
}

.card, .card-img-top{
	border: 0px;
	border-radius: 0px !important;
}

.card-footer {
	background-color: transparent;
	border-top: 0px;
 }

.btnColor{
	background-color:#EDEDEB;
}

.inserat-body {
	background-color: #999999;
	color: #ffffff;
	height: 408px;
	padding: 40px 25px 0 25px;	
}

.inserat-body h1 {
	font-weight: lighter;
}

/*end of css for the product card */

/*new product slider */

.productSlider {
/*  padding-left: 50px;
  padding-right: 50px;*/
  position: relative;
}


.slick-prev {
  left: -36px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next {
  right: -36px;
}

.slick-arrow {
  top: 33%;
  height: 26px;
  width: 14px;
  margin-top: -13px;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url("../image/right.png");
  background-repeat: no-repeat;
}


.sliderBlocks{
  padding-right: 5%;
	padding-left: 5%;
}

.footerLeftIcon {
	position: absolute;
	bottom: 0px;
  }

.activeLink:hover, .activeLink:visited, .activeLink:link, .activeLink:active
{
    text-decoration: none !important;
}

.activeLink{
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

.InActiveLink:hover, .InActiveLink:visited, .InActiveLink:link, .InActiveLink:active
{
	 text-decoration: none !important;
}

.breadcrumbDiv {
	margin-top: 1%;
}

.productListingPage {
	padding-bottom: 5%
}

.relatedProducts {
	padding-bottom: 7%;
}

.leftNavigation1,.leftNavigation2 {
	margin-bottom: 40px;
}

.carousel-indicators .item{
	cursor: pointer;
}

.leftNavigation1 li a,.leftNavigation2 li a {
  color: black;
  padding-bottom: 0px;
  font-size: 14px;
}
.leftNavigationHeader{
  padding-left: 16px;
  font-weight: bold;
}



/* start of css of dropdwon view of left navigation page2*/

div.left1 ul {
  display:inline-block;
}
div.left1 select {
  display: none;
}

div.left2 ul {
  display:inline-block;
}
div.left2 select {
  display: none;
}
@media all and (orientation:portrait) {
	div.left1 ul {
		display: none !important;
	}

	div.left1 select {
		display: inline-block !important;
		margin-bottom: 4%;
		padding: 2%;
	}

	div.left2 ul {
		display: none !important;
	}

	div.left2 select {
		display: inline-block !important;
		margin-bottom: 8%;
		padding: 2%;
	}

	.leftNavigation {
		text-align: center;
		line-height: 2em;
	}

}



/* end of css of dropdwon view of left navigation page2*/


 /* css for product carousel */

.carouselItem .thumb {
	width: 15%;
	cursor: pointer;
	float: left;
}

/*.carouselItem .thumb img {
	width: 100%;
	margin: 2px;
}*/

.carouselItem img {
	width: 100%;
	padding: 8%;
	margin: 2px;
 }

.carouselItem {
	position: relative;
	margin-top: 2.5%;
	right: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
/*	margin-right: 15%;
	margin-left: 15%;*/
	list-style: none;
}

.carousel-item img{
	margin: 0px auto;
}
.productSummary {
	font-size: 0.9em;
}

.hrCss {
	border-top: 1px solid #000;
}

.catalogue {
	text-decoration: underline;
}

.priceInfo {
	display: inline-block;
	float: left;
}

.wasPrice {
	font-size: 0.9em;
	float: left;
	padding-left:7px;
	text-decoration: line-through;
}

.incTax {
	font-size: 0.9em;
	float: left;
	padding-left:7px;
 }

.addToCart {
	color: white;
    text-align: left !important;
    padding: 20px 20px;
	background-color:#52699a; 
}

.addToCart:hover{
	background-color: #283f72;
	color: white;
}

.cartIcon {
	padding-left: 20px;
}

.quantityBox {
	text-align: center;
	background-color:#F5F5F3;
	border: 1px solid #F5F5F3;
	border-radius: 0px;
	width: 70px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.cartAktionIcon {
	display: block;
	color: darkred;
}

.cartAktionIcon:hover{
	color: indianred;
	cursor: context-menu;
}

.tableContent {
	font-size: 0.9em;
}

.tableContent th, .tableContent td{
	border: 0px;
	padding-bottom: 0px;
}

.productGallery {
	padding-bottom: 2%;
}
