*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
	
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a {
	color: #161616;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; 
  font-family: 'Roboto', sans-serif !important;

}

body {
  margin: 0;
   font-family: "Roboto", sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.4; 
  color: #707070; 
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  
  header, footer {    
    padding: 15px 0;	   
}

header {
    -webkit-box-shadow: 0 2px 2px 0px #bfb6b6;
    -moz-box-shadow: 0 2px 2px 0px #bfb6b6;
    box-shadow: 0 2px 2px 0px #bfb6b6;
    z-index: 25;
    position: sticky;
    top: 0;
    background: #f3f3f3;
}
.nav-section .nav-item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.navbar-light .navbar-nav .nav-link {
    color: #707070;
    padding-right: 0.2rem;
}

/*.navbar-toggler {
	position: absolute;
	right: 0;
}*/.navbar-toggler {
    position: absolute;
    right: 60px;
    top: 14px;
}
.navbar-toggler {
    position: absolute;
    right: 60px;
    top: 14px;
}

.nav-section .nav-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #CD6600;
    height: 1px;

}

@media (min-width: 992px) {
.nav-section .nav-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #CD6600;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
}
.nav-section .nav-item:hover:before, .nav-section .nav-item:focus:before, .nav-section .nav-item:active:before {
    right: 0;
}

.navbar-brand img {
    max-height: 40px;
}

.search-icon-button {
	border: none;
	background: none;
	cursor: pointer;
}
.search-icon-button:focus {outline: 0 !important;}

.navbar {
	align-items: baseline;
}

.navbar-nav {
	flex-grow: 1;
}
.search-bar {
	display: none;
	background: #ddd;
}

@media (min-width: 992px) {
 .search-bar {
	display: flex;
  }
}
.navbar {
	padding-right: 8px;
	width: 100%;
}

@media (min-width: 992px) {
 .navbar {
	padding-right: 0;
  }
}

.email-sec {
	display: none;
  }
  
@media (min-width: 1200px) {
 .email-sec {
	display: block;
  }
}


.email-sec span {
    text-align: center;
    /*padding-right: 10px;*/
}

.email-sec-res {
	display: block;
  }
  
  .email-sec-res span {
	display: block;
  }
  
@media (min-width: 1200px) {
 .email-sec-res {
	display: none;
  }
}

.carousel-caption {
    position: absolute;
    right: 50%;
    bottom: 25%;
    left: auto;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption.d-none.d-md-block {
    background: rgba(27, 26, 26, 0.8)
}
.carousel-caption.d-none.d-md-block h5 {
	margin-bottom: 10px;
}
.carousel-caption.d-none.d-md-block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.service-section {
	background-color:#161616;
	padding: 40px 0;
}

.product-section h1 {
	margin-bottom: 20px;
	font-size: 20px;
}

@media (min-width: 768px) {
	.product-section h1 {
		font-size: 36px;
	}
}
.service-section h1,
.product-section h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
.service-section h1,
.product-section h2 {
   font-size: 40px;
  }
}

.product-section,
.catagory-section {
	padding: 0px 0;
}

@media (min-width: 768px) {
	.product-section,
	.catagory-section {
		padding: 40px 0;
	}
}

@media (min-width: 768px) {
.catagories-sec {
    display: flex;
}

.catagory-section .card {
	width: 50%;
}
}



.catagories .card {
	margin: 10px;
}

.card-text {
	min-height: 50px;
}

.catagories .card .card-title {
	color: #CD6600;
	font-size: 16px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

.catagories .card .card-body {
	padding: 12px;
	text-align: center;
}

.catagories .card .card-body .btn-primary {
	font-size: 12px;
}

.product-section .product-sec {
    position: relative;
    -webkit-box-shadow: 0 12px 12px -11px #888;
    -moz-box-shadow: 0 12px 12px -11px #888;
    box-shadow: 0 12px 12px 1px #cdc5c5;
    border: 1px solid #ebe4e4;
}
.product-section .product-sec h4 {
    background-color: rgba(0,0,0,0.7);   
    padding: 5px 10px;
    color: #fff;
}

.product-desc .product-info {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
    padding: 5px 10px;
}

.product-section .product-sec img {
	border: 10px solid #fdfdfd;
}

.service-section .list-group-item {
	background-color: transparent !important;
	border-bottom: 1px solid #404040 !important;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #9b9b9b;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 400;
}

@media (min-width: 992px) {
.service-section  .list-group-item {
   padding: 40px 15px;
   font-size: 17px;
   
  }
}

.desktop-hide {
	display: block;
   
  }

@media (min-width: 768px) {
  .desktop-hide {
	display: none;
   
  }
}

.service-section .list-group-item.active {
	border-bottom: 1px solid #404040 !important;
	    background: #282828 !important;
}
.service-section .list-group-item-action:hover {
	color: #9b9b9b;
	background: #282828 !important;
}

.tab-content {
	padding: 10px 15px;
	color: #9b9b9b; 
}

@media (min-width: 768px) {
  .tab-content {
	padding: 0 25px;
   
  }
}

.latest-news-sec {
	padding: 40px 0;
}

.latest-news-sec .card {
	-webkit-box-shadow: 0 12px 12px -11px #888;
-moz-box-shadow: 0 12px 12px -11px #888;
box-shadow: 0 12px 12px -11px #888;
}

.latest-news-sec .card-title {
	color: #161616;
	font-weight: 700;
}

.latest-news-sec .card-body a {
	color: #CD6600;
}
.latest-news-sec .navbar-nav .nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.footer-sec {
	padding: 25px 0;
}


.footer-sec h4.mobile:after {
	content: "\f078";
	display: block;
	font-family: "Fontawesome";
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 16px;
	line-height: 28px;
	transition: transform .3s ease;

}

.footer-sec h4.mobile.active:after  {
  transform: rotate(-180deg)
}

.footer-sec ul {
	padding: 0;
}

.footer-sec h4 {
	font-size: 16px;
	margin-bottom: 15px;
	cursor: pointer;
	color: #CD6600;
}


@media (min-width: 992px) {
  .footer-sec h4 {
   font-size: 24px;
   
  }
}
.footer-sec .footer-sub {
	display: none;
}

@media (min-width: 768px) {
  .footer-sec .footer-sub {
   display: block;
   
  }
}

.footer-sec,
.footer-sec a {
	background: #161616;
	color: #fff;	
	font-weight: 300;
}
.footer-sec ul li {
	list-style-type: none;
	padding: 5px 0;
}

.adrees-sec span {
	margin: 10px 0;
	display: block;
}

.social-media {
	margin-bottom: 20px;
}

.social-media .fa {
	background: #ddd;
	color: #161616;
	height: 25px;
	width: 25px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	line-height: 30px;
	margin-left: 10px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.social-media .fa:hover {
	-webkit-transform: translateY(-4px);
    transform: translateY(-4px);
	cursor: pointer;
}    

.footer-bottom {
    border-top: 1px solid #333;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
}

.product-details {
	margin: 0 0 40px 0;
}

.product-details h2 {
	background: #CD6600;
	padding: 10px 20px 10px 50px;	
	font-weight: 800;
	font-size: 20px;
	color: #fff;
	box-shadow: 14px 16px 32px 4px rgba(0,0,0,0.1),0px 10px 15px 12px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.product-details h2 {
		margin-bottom: 20px;	
		margin-top: 0;		
	}
}

.related-products {
    background-color: #ededed;
    padding: 40px 0;
}

.related-products h2 {
	margin-bottom: 20px;
	color: #504b4b;	
	padding-bottom: 7px;	
	font-size: 22px;
	-webkit-box-shadow: 0 12px 12px -11px black;
	-moz-box-shadow: 0 12px 12px -11px black;
	box-shadow: 0 12px 12px -11px #888;
}

@media (min-width: 992px) {
	.related-products h2 {
		 font-size: 36px;
	}
}

.related-products ul {
	padding: 0 0 20px 0;
	margin: 0;
}

.related-products ul li {
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #bdb9b9;
    margin: 5px;
}

@media (min-width: 992px) {
	.related-products ul li {
		 width: 46%;
	}
}


.related-products span {
    padding: 15px;
    display: inline-block;
    width: 100%;
    background: #ddd;
    margin: 5px;
    vertical-align: top;
	color: #958a8a;
}

@media (min-width: 992px) {
	.related-products span {
		 width: 46%;
	}
}

.related-products span:hover {
    background: #cbcbcb;
	cursor: pointer;
}

.related-products span img {
	max-width: 50px;
}

.related-products a {
	color: #CD6600;
	text-decoration: underline;
	font-size: 12px;
}
.related-products p {
	margin:0;
	padding: 0;
}

.fatured-brands {
 padding: 40px 0;
}

.navbar-brand img{
	max-width: 200px;
   
  }
    @media (max-width: 320px) { 
	 .navbar-brand img{
	max-width: 180px;
   
  }
 }
@media (min-width: 768px) {
  .navbar-brand img{
	max-width: 100%;
   
  }
}

 .search-icon-mobile {	
	border: 0;
	background: #CD6600;
	/*position: absolute;*/
	position: inherit;
	right: 0;	
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;
	bottom: 0;
  }
  
/*    @media (min-width: 480px) { 
	 .search-icon-mobile {	
		right: 70px;	
		bottom: auto;
  }
 }*/
  
  @media (min-width: 992px) {
  .search-icon-mobile {
	border: 0;
	background: #CD6600;
	position: absolute;
	right: 70px;	
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;  
  }
  
 .search-icon-mobile:focus {
	 border: 0;
	 outline: none;
 }
 
  .search-icon-mobile {
	display: none;  
	border: 0;
  }

}


  
   .search-bar-res {
	display: none;  
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;	
	background: #f3f3f3;
	padding: 10px 50px;
  }
  
  @media (min-width: 992px) {
  .search-bar-res {
	display: none !important;  
  }
  .prd-info {
  	display: flex;
  }

}
.prd-info-inp {
  	display:unset;
  	width:65%;
  }
  .required1 {
  	color:red;
  }



