.darkk blockquote { color:#fff; }
.light blockquote { color:#000; }

.darkk { background-color: #444; }
.light { background-color: #fff; }

/* Navigation Styles */
nav { position: relative; width: 100%;}
.darkk nav { background-color:rgba(255,255,255,0.5); }
.light nav { background-color:rgba(0,0,0,0.5); }

ul.main-nav { 
	list-style-type: none; 
	padding: 0px;
	font-size: 0px;
	max-width: 1110px;
	margin: 0 auto;
}

ul.main-nav > li { 
	display: inline-block;
	padding: 0; 
}

ul.main-nav > li > a { 
	display: block; 
	padding: 10px 13px; 
	line-height: 25px;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
}

ul.main-nav > li:hover { background-color: #f9f9f9; }
ul.main-nav > li:hover > a { color: #333; font-weight: 400; }

ul.main-nav > li ul.sub-menu-lists {
	margin: 0px;
	padding: 0px;
	list-style-type : none;
	display:block;
	line-height: 25px !important;
}

ul.main-nav > li ul.sub-menu-lists > li {
	padding: 2px 0;
	display: flex;
}

.single-right .sub-menu-lists li {
	padding: 2px 15px !important;
}

.fourth ul li {padding-bottom: 5px!important;}
.fourth ul li:first-child{border:none;}
/* ul.main-nav > li ul.sub-menu-lists > li:not(:first-child) {border-bottom: solid 1px #ddd;} */
ul.main-nav > li ul.sub-menu-lists > li > a {
	font-size: 14px;
}

.ic {
	position: fixed; 
	cursor: pointer;
	display: inline-block;
	right: 25px;
	width: 40px;
	height: 24px;
	text-align: center;
	top:0px;
	outline: none;
}

.ic.close { 
	opacity: 0; 
	font-size: 0px; 
	font-weight: 300; 
	color: #fff;
	top:8px;
	height:40px;
	display: block;
	outline: none;
}

/* Menu Icons for Devices*/
.ic.menu { top:80px; z-index : 20; }

.ic.menu .line { 
	height: 2px; 
	width: 100%; 
	display: block; 
	margin-bottom: 6px; 
	background: #7a7a7a;
}
.ic.menu .line-last-child { margin-bottom: 0px;  }

.sub-menu-head { margin: 10px 0; }
.banners-area { margin-top: 20px; padding-top: 15px; }


@media only screen and (max-width:768px) {
	.sub-menu-head { color:orange; }
	.ic.menu { display: block; }
	.darkk .ic.menu .line { background-color: #fff; } 
	.light .ic.menu .line { background-color: #000; }
	.ic.menu .line {
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
	}
 
	.ic.menu:focus .line { background-color: #fff !important; }
  
	.ic.menu:focus .line:nth-child(1) { 
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg); 
	}

	.ic.menu:focus .line:nth-child(2){ 
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg); 
		margin-top: -10px;
	}

	.ic.menu:focus .line:nth-child(3){
		transform: translateY(15px);
		opacity: 0;
	}
  
	.ic.menu:focus{ outline: none; }
	.ic.menu:focus ~ .ic.close { opacity: 1; z-index : 21;  outline: none;  }

	.ic.menu:hover, 
	.ic.menu:focus{ opacity: 1; }
  

	nav { background-color: transparent; }
  
	/* Main Menu for Handheld Devices  */
	ul.main-nav {
		z-index:2; 
		padding: 50px 0;
		position: fixed;
		right: 0px;
		top: 0px;
		width: 0px;
		background-color:rgba(0,0,0,1);
		height: 100%;
		overflow: auto;
		/*CSS animation applied : Slide from Right*/
		-webkit-transition-property: background, width;
		-moz-transition-property: background, width;
		-o-transition-property: background, width;
		transition-property: background, width;
		-webkit-transition-duration: 0.6s;
		-moz-transition-duration: 0.6s;
		-o-transition-duration: 0.6s;
		transition-duration: 0.6s;
	}
  
	.ic.menu:focus ~ .main-nav { width: 300px; background-color:rgba(0,0,0,1); }
  
	ul.main-nav > * { 
		-webkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		transition-duration: 0.4s;
		opacity: 0;
	}
  
	ul.main-nav > li:first-child { border-radius: 0px; }
	ul.main-nav > li {
	display: block;
		border-bottom: 1px solid #444;
	}

	ul.main-nav > li > a { font-weight: 600; }

	ul.main-nav > li ul.sub-menu-lists > li a { color: #eee; font-size: 14px; }
	.sub-menu-head { font-size: 14px;}
	ul.main-nav > li:hover { background-color: transparent;  }
  
	.ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
		border-left: 0px solid #ccc;
		border-right: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		position: relative;
		visibility: visible;
		opacity: 1.0;
	}
  
	.sub-menu-block { padding: 0 30px; }
	.banners-area { padding-bottom: 0px;  }
	.banners-area div { margin-bottom: 15px;  }
	.banners-area { border-top: 1px solid #444; }
}

@media only screen and (min-width:769px) {
	.ic.menu { display: none; }
	/* Main Menu for Desktop Devices  */
	ul.main-nav { display: block; position: relative; }
	.sub-menu-block { padding: 15px; }
  
	/* Sub Menu */
	ul.main-nav > li > div.sub-menu-block { 
		visibility: hidden;
		background-color: ;
		position: absolute;
		margin-top: -4px;
		width: 100%;
		color: #333;
		left: 0;
		box-sizing: border-box;
		z-index : 3;
		font-size: 16px;
		border-left: ;
		border-right: ;
		border-bottom: ;
		opacity: 0;
		
		/*CSS animation applied for sub menu : Slide from Top */
		-webkit-transition:  1s ease;
		-o-transition:  1s ease;
		transition: 1s ease;
		-webkit-transform: rotateX(90deg);
		-moz-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotateX(90deg);
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
	}
  
	ul.main-nav > li:hover > div.sub-menu-block{ 
		background-color: ; 
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
  
	/* ul.main-nav > li > div.sub-menu-block > * { */
		/* -webkit-transition-property: opacity; */
		/* -moz-transition-property: opacity; */
		/* -o-transition-property: opacity; */
		/* transition-property: opacity; */
		/* -webkit-transition-duration: 0.4s; */
		/* -moz-transition-duration: 0.4s; */
		/* -o-transition-duration: 0.4s; */
		/* transition-duration: 0.4s; */
		/* opacity: 0; */
	/* } */
  
	ul.main-nav > li:hover > div.sub-menu-block > * {
		opacity: 1;
	}
  
	.sub-menu-head { font-size: 14px; border-bottom: 1px solid #ddd;
	padding-bottom: 10px;}
  
	/* List Separator: Outer Border */
 
	/* Drop Down/Up Arrow for Mega Menu */
	ul.main-nav > li > a.mega-menu > span { display: block; vertical-align: middle; }
	
	.banners-area { border-top: 1px solid #ccc; }
}


.sub-menu-lists .details {
    width: 95%;
	font-size: 13px;
}

.sub-menu-lists .thumb {
    overflow: hidden;
    width: 100px;
    border: ;
}

.sub-menu-lists .thumb img {
    width: 100%;
}

.sub-menu-lists .sub-menu-lists a, .single-right .info a{
	font-size: 13px;
}

.sub-menu-lists .price, .newprice{
	font-size: 12px;
}

.sub-menu-lists .newprice {
	color: red;
}

.sub-menu-lists .off {
	text-decoration: line-through;
}

/* .sub-menu-lists .details{ */
	/* line-height: 22px; */
/* } */

.sub-menu-block.single {
	right: auto !important;
	left: auto !important;
	width: auto !important;
}

.sub-menu-block.single .thumb {
	margin-right: 10px;
	width: 50px;
}

.sub-menu-block iframe {
	width: 100%;
}

.single-right .sub-menu-lists ul {
	visibility: hidden;
	opacity: 0;
	min-width: 150px;
	position: absolute;
	top: 150%;
	left: 93%;
	transition: all 0.3s;
}

.single-right .sub-menu-lists .child_list {
	left: 100%;
}

.single-right .sub-menu-lists li:hover > ul {
	top: -10px;
	visibility: visible;
	opacity: 1;
	background: #f9f9f9;
	padding: 7px 0;
	border: 1px solid #ccc;
	border-top: 0;
	width: 185px;
}

.single-right .sub-menu-lists li > ul li {
	padding: 7px 15px !important;
}

.single-right .sub-menu-lists ul li:hover > ul {
  top: 0;
}

.single-right .right-angle {
	position: relative;
	width: 100%;
}

.single-right .right-angle a:after {
	width: 0; 
	height: 0;
	content: '';
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	border-color: #666 transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	position: absolute;
	right:0;
	top: 8px;
}

.single-right .right-angle:hover a:after{
	border-color: transparent transparent transparent #666;
	border-style: solid;
	border-width: 5px;
	vertical-align: middle;
	margin-left: 10px;
	right: -4px;
}

.sub-menu-block.single.single-right {
    width: 30% !important;
}

@media (max-width:767px){
	ul.main-nav > * {
		opacity: 1;
	}
	
	ul.main-nav > li > a {
		color: #fff !important;
	}
	
	.ic.menu:focus {
		top: 25px;
	}
	
	.ic.menu:focus .line {
		width: 25px;
		height: 3px;
	}
	
	.single-right .sub-menu-lists li:hover > ul {
		position: inherit;
		display: block !important;
	}
	
	.single-right .sub-menu-lists li ul {
		position: inherit;
		display: none !important;
	}
	
	.sub-menu-block.single.single-right {
		width: 100% !important;
	} 
	
	ul.main-nav > li ul.sub-menu-lists > li a {
		color: #fff !important;
	}
	
	.sub-menu-block.single.single-right ul.sub-menu-lists > li {
		display: block;
	}
	
	.single-right .sub-menu-lists li:hover > ul {
		background: #000;
		margin-left: 5px;
		border: 0;
	}
}

@media only screen and (max-width:769px) {
	.menu_width {
		width: 110%!important;
	}
}
.pro_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.mobile_view {
	padding: 10px;
	margin:0px;
	font-weight: 600;
	text-align: justify;
}
.toplable {
    background-color: #ff0000;
    display: inline-block;
    padding: 0px 6px;
    position: relative;
    vertical-align: top;
    position: absolute;
    top: -18px;
    color: #000;
    z-index: 12;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
}
.toplable::before {
    background-color: #ff0000;
    content: "\00a0";
    display: block;
    height: 8px;
    position: absolute;
    top: 9px;
    transform: rotate(48deg) skew(0deg);
    -moz-transform: rotate(48deg) skew(0deg);
    -ms-transform: rotate(48deg) skew(0deg);
    -o-transform: rotate(48deg) skew(0deg);
    -webkit-transform: rotate(48deg) skew(0deg);
    width: 8px;
    z-index: -1;
}
.info_custom {
	padding:0px 0px 0px 0px!important;
	margin-top: -10px!important;
}
#menusearch {
	color: red;
	float: right;
    margin-top: 10px!important;
    cursor: pointer;
}
.txt_search {
	margin-top: 3px!important;	
}
.headcllr{
	position:relative;	
}
.headcllr #menusearch {
	color: #fff;
	float: right;
	position: absolute;
	right:0px;
	top: 0px;
}
.headcllr #search_widget {
    float: right;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    right: 25px;
}
.srch_mobile {
	margin :10px!important;
	margin-top: -50px!important;
}
#header .header-top-right {
    display: block;
}

.row.singledropdown_cllr{
	margin: 0;
}

.row.singledropdown_cllr .single.headlink_cllr:last-child {
	padding-bottom: 14px;
}


.tmd_contact h3 {
    margin-top: 0;
    font-weight: 600;
    position: relative;
}

.tmd_contact h3:after{
  content: "";
height: 3px;
    width: 50px;
    background: #269cc8;
    position: absolute;
    bottom: -10px;
    left: 0;
 }
.tmd_contact ul {
    margin: 30px 0;
}
.tmd_contact ul li {
    line-height: 30px;
    font-size: 14px;
}

.tmd_contact .social_icons li a .fa {
      font-size: 18px;
}

.tmd_contact .social_icons li + li {
    margin-left: 10px;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: none !important;
    touch-action: none !important;
}

*, :after, :before {
    text-rendering: inherit !important;
    -webkit-font-smoothing: none !important;
}

.ediortext{
font-size: 13px;
    color: #666;
    line-height: 21px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}