body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #252525;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #fff;
	letter-spacing: 0.5px;
}
a {
	color: #000;
	transition: 0.3s ease
}
a:hover,a:focus{
	text-decoration: none;
	color: #dc5b5b;
}
.lb-nav a{
	transition: none;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	box-shadow: none
}
input[type="checkbox"], input[type="radio"] {
    margin: 3px 0 0;
}
input[type="checkbox"]{
	transform: scale(1.1);
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none;
}
.select-input::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
}
.selectdrop select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.selectdrop .input-group .form-control {
    z-index: 0;
    border-radius: 4px;
}
.form-control {
    transition: none;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    color: #252525
}
.select-input {
    position: relative;
}
.form-control:focus{
	border-color:#ddd;
	box-shadow: none;
}
:focus,.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{
	outline: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	z-index: 0
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
.list-inline > li{
	padding: 0;
	vertical-align: middle;
}
.list-inline{
	margin: 0
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

a:-webkit-any-link{
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	z-index: 0
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/*@media (min-width: 768px) and (max-width: 991px){
	.container {
    	width: 100%;
	}
}*/
/* top */
#top {
    border-bottom: 1px solid #ebebeb;
	padding: 10px 0;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
.topleft li,.topleft li a{
	text-transform: capitalize;
	font-size: 13px;
	color: #434343
}
.topleft li span{
	color: #aaa;
}
.topleft li.headpipe{
	margin: 0 20px;
	color: #e1e1e1;
}
/* search */
#search .input-lg {
	height: 45px;
	border: none;
	padding: 0 10px;
	border-radius: 4px 0 0 4px;
	font-size: 13px;
}
#search .btn-lg {
	font-size: 15px;
	padding: 0 15px;
	border: none;
	height: 35px;
	background: #fff;
	color: #000;
	text-transform: capitalize;
	transition: 0.3s ease;
	border-radius: 0 4px 4px 0
}
#search .btn-lg:hover{
	color: #dc5b5b;
	text-shadow: none;
	box-shadow: none;
}
li.langsp{
	margin: 0 20px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 0 20px;
}

/* cart */

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.dropdown-menu {
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
}
#menu h4{
	font-size: 14px;
	padding: 0 15px;
	cursor: pointer;
	margin: 0;
	text-transform: uppercase;
	border:1px solid #ebebeb;
	font-weight: 700;
	color: #333;
}
.hpagehead #menu h4{
	border-bottom: none;
}
#menu h4 span{
	display: block;
	position: relative;
	padding: 20px 0;
}
#menu h4 span i{
	margin-right: 15px;
}
.hpagehead #menu h4 span::after{
	content: '';
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	position: absolute;
	width: 100%;
	padding-bottom: 2px;
	bottom: 0;
	left: 0;
}
#menu .nav > li > a,.view_more a{
    background: transparent;
	padding: 13px 0;
	transition: 0.3s ease;
	text-transform: capitalize;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	color: #6f6f6f;
}
#menu .nav > li > a:hover,.view_more a:hover{
	color: #dc5b5b;
}
.mcool .navbar-nav  li{
	padding: 0 15px;
}
.mcool .navbar-nav  li.dropdown-submenu,.mcool .navbar-nav  li.view_more{
	padding: 0
}
ul .grand-child{
	padding: 0 !important;
}
.grand-child li{
	padding: 0 !important;
}
#menu .dropdown-menu {
	padding-bottom: 0;
    border: none;
    border-radius: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
	padding: 0 8px;
}
#menu .dropdown-inner a {
	min-width: 190px;
    display: block;
    padding: 3px 5px;
    clear: both;
    line-height: 20px;
    font-size: 13px;
    text-transform: capitalize;
    color: #333
}
#menu .dropdown-inner a:hover{
	color: #dc5b5b;
}
.navbar-nav > li{
	float: none;
}
#menu .dropdown-inner a.submenu-title {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
}
/* content */
#content {
	min-height: 400px;
}
/* footer */
footer {
	margin-top:0px;
	background-color: #f0f0f0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0;
	padding: 0;
	background: #fff;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:first-child {
    padding-left: 0;
}
.breadcrumb > li {
	padding: 0 20px;
    position: relative;
}
.breadcrumb > li:last-child{
	padding-right: 0
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -3px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li:last-child::after {
    border-bottom: 0;
    border-right: 0;
}
.pagination {
	margin: 0;
	display: flex;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	border-radius: 0;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.panel{
	box-shadow: none;
}
.btn-primary,.btn-default{
	color: #fff;
    text-shadow: none;
    background-color: #dc5b5b;
    border: none;
    text-transform: capitalize;
    transition: 0.3s ease;
    font-size: 14px;
    border-radius: 4px;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-default:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	background-color: #000;
	color: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info, .btn-danger {
    color: #ffffff;
    background-color: #000;
    border: none;
    transition: 0.3s ease;
    border-radius: 4px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled], .btn-danger:hover, .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover, .btn-danger.focus, .btn-danger:focus, .btn-info.focus, .btn-info:focus {
    border: none;
    color: #fff;
    background-color: #dc5b5b;
}
.btn-link {
	border:none;
	cursor: pointer;
	border-radius: 0;
	color: #000
}
.btn-link:hover{
	color: #dc5b5b;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
/* list group */
.list-group a {
	border: 1px solid #eee;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #dc5b5b;
	background: #fff;
	border: 1px solid #eee;
	text-shadow: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb .image {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
}
.rating .fa-stack {
	font-size: 6px;
}
.rating .fa-star-o::before{
	content: "\f005";
}
.rating .fa-star-o{
	color: #b5b5b5;
	font-size: 14px;
}
.rating .fa-star{
	color: #ffe11b;
	font-size: 14px;
}
.rating .fa-star + .fa-star-o {
	color: #ffe11b;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	margin: 8px 0;
	height: 22px;
	font-weight: 500;
	font-size: 16px;
}
.product-thumb .price-new {
	font-size: 16px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-size: 12px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* custom css */
#common-home #content.cmidw{
	padding: 0
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.wishtp{
	position: relative;
	margin: 0 20px;
}
.wishtp span{
	background: #dc5b5b;
	color: #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
	width: 16px;
	height: 16px;
	border-radius: 100%;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	bottom: -3px;
	right: -6px;
	text-align: center;
}
.cartfull{
	font-size: 13px;
	font-weight: 700;
	color: #dc5b5b;
	text-transform: uppercase;
}
.cart-t{
	background: #dc5b5b;
    color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    bottom: -3px;
    left: 14px;
}
.cartfull strong{
	color: #000
}
#cart .dropdown-toggle span{
	display: inline-block;
}
.cart-c{
	margin: 0 3px;
}
#cart .dropdown-toggle{
	border: none;
	background-color: transparent;
	padding: 0
}
.homeac .dropdown-toggle i{
	font-size: 16px;
}
#cart .dropdown-toggle:hover svg,.wishtp:hover svg{
	fill: #dc5b5b
}
#cart .dropdown-toggle svg{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.topright .dropdown-toggle{
	font-size: 13px;
	padding: 0;
	text-transform: capitalize;
	vertical-align: middle;
}
.homeac .dropdown-menu i{
	width: 16px;
	margin-right: 10px;
}
.homeac .dropdown-menu{
	min-width: 180px;
}
.topright li form{
	margin-bottom: 0
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
ul{
	margin-bottom: 0
}
/* topbar */
.apendxs,.wishtp,.incart{
	display: inline-block;
}
.homesr ul{
	padding: 20px 0;
	position: relative;
}
.homesr ul::before{
	content: '';
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	position: absolute;
	width: 100%;
	padding-bottom: 2px;
	top: 0;
}
.homesr ul::after{
	content: '';
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	position: absolute;
	width: 100%;
	padding-bottom: 2px;
	bottom: 0;
	left: 0;
}
.linksh li a{
	text-transform: uppercase;
	display: inline-block;
	margin-right: 30px;
}
.phoneh li h3{
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 5px 0
}
.phoneh h4{
	margin: 0
}
.phoneh li a{
	display: inline-block;
}
.menu-img img{
	max-width: 30px;
}
.headtop{
	padding: 15px 0;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
.navbar{
	margin-bottom: 0;
    min-height: auto;
    border: none;
}
.wsearch{
	margin-top: 8px;
}
/* category wise search */
.srwidth{
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	padding: 0
}
.wsearch #search{
	border: 1px solid #eee;
	border-radius: 4px;
}
.searchldes{
    color: #727272;
    font-size: 12px;
    overflow: hidden;
    height: 40px;
}
.cate-selected{
	display: inline-block
}
.searchdes{
	color: #727272;
    font-size: 12px;
    margin-bottom: 10px;
    max-height: 45px;
    overflow: hidden;
}
.search-container{
	border: 1px solid #ebebeb;
	background: #f8f8f8;
	border-radius: 4px;
}
#search-by-category .search-container .categories-container{
	width:180px;
    position:relative
}
#search-by-category .search-container .categories-container .hover-cate p {
	position: relative;
	margin-bottom: 0;
	height: 45px;
	cursor: pointer;
	padding: 13px 20px;
	font-size: 13px;
	color: #777;
}
#search-by-category .search-container .categories-container .hover-cate p::after{
	content: "\f107";
	font-family: fontAwesome;
	position: absolute;
	right: 0;
	border-right: 1px solid #ddd;
	padding-right: 12px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999;
	position: absolute;
	display: none;
	background: none repeat scroll 0% 0% #FFF;
	max-height: 300px;
	overflow: auto;
	padding: 15px;
	width: 100%;
	cursor: pointer;
	border: 1px solid #eee;
	line-height: 25px;
	text-transform: capitalize;
}
#search-by-category .search-ajax{
	position: absolute;
	z-index: 99;
	background: none repeat scroll 0% 0% #fff;
	top: 100%;
	left: 0;
	right: 0;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    border-radius: 4px;
    max-height:345px;
    overflow: auto;
    padding: 0
}
#search-by-category .item-inner:before {
	display:none;
}
#btn-search-category {
	background: #dc5b5b;
	color: #fff;
	border-radius: 4PX;
	border: none;
	height: 45PX;
	box-shadow: none;
	padding: 0 25px;
	transition: 0.3s ease;
	text-transform: capitalize;
}
#btn-search-category:hover {
	background: #000
}
#text-search { 
	width: 100%;
	border: none;
	height: 45px;
	padding: 0 15px;
	font-size: 13px;
	background-color: #f8f8f8
}
.ajax-loader-container {
	display: none;
}
.ajax-result-item {
	list-style: none;
}
.ajax-loader-container {
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 30px;
}
.product-info .price-old {
	text-decoration: line-through;
}
.sprice{
	font-size: 16px;
}
.ajax-result-list .product-name{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 10px 0;
}
.ajax-result-list .old-price{
	font-size: 16px;
}
.ajax-result-list .product-info{
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.item-cate{
	list-style: none;
}
.item-cate.f1{
	margin-left: 10px;
}
/* category wise search over */
/* slider */
.owl-wrapper-outer{
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
#slideshow0.owl-theme .owl-controls .owl-page span {
    margin: 0;
    background: #dc5b5b;
    width: 18px;
    height: 8px;
    border-radius: 4px;
}
#slideshow0 .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
}
.offerbanner,.slidewidth{
	margin-top: 30px;
}
/* service */
.headservice{
    background: url('../../../../../image/catalog/service-b.jpg');
    padding: 25px 0;
    margin: 0;
    border-radius: 4px
}
.headservice ul li span{
	display: inline-block;
	background-color: #dc5b5b;
	min-width: 60px;
	min-height: 60px;
	border-radius: 100%;
	padding: 15px 0;
	text-align: center;
}
.headservice ul li h4 {
    font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
.headservice ul li p {
    font-size: 12px;
    text-transform: capitalize;
    color: #7a7a7a;
    margin: 0;
}
.headservice li {
    display: inline-block;
    vertical-align: middle;
	margin: 0 3px;
}
.headservice li svg {
    transform-style: preserve-3d;
    transition: 0.5s ease;
    vertical-align: bottom;
    fill: #fff;
}
.headservice ul:hover svg {
    transform: rotateY(180deg);
    cursor: pointer;
    fill: #fff;
}
/* counter */
.countbg{
	background-color: #f8f8f8;
	padding: 50px 0 10px 0;
	margin-left: 0;
	margin-right: 0;
}
#countdownp .product-thumb .absbtn{
	position: unset;
	z-index: 0;
	border: none;
	opacity: 1;
	margin-top: 20px;
	padding-bottom: 25px;
}
#countdownp .product-thumb .price{
	margin: 12px 0;
	font-size: 18px;
}
#countdownp .product-thumb .price-new{
	font-size: 18px
}
#countdownp .countcp{
	margin-bottom: 20px;
	overflow: hidden;
	height: 42px;
	line-height: 22px;
}
#countdownp .ptitle{
	padding: 15px 0 10px 0;
}
/* product category */
.category-tab  li{
	display: block;
}
.inscat ul.nav{
	border: 1px solid #eee;
	border-radius: 4px;
}
.inscat  li.active > a,.inscat li.active > a:focus,.inscat li.active > a:hover{
	color: #dc5b5b
}
.inscat .view_morec a,.inscat  li a{
	padding: 12px 0;
	display: block;
	margin: 0 15px;
	border-bottom: 1px solid #eee;
}
.inscat .view_morec a,.inscat  li a{
	text-transform: uppercase;
	cursor: pointer;
}
/* product */
.owl-carousel{
	background-color: transparent !important;
}
.nav-tabs > li > a:hover{
	border-color: transparent;
}

.product-layout{
	position: relative;
	padding: 0 10px;
}
.nav-tabs > li > a{
	border-radius: 0;
	border: 2px solid transparent;
	text-transform: uppercase;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border: 2px solid #eee;
	border-bottom-color: transparent;
}
.nav-tabs > li{
	display: inline-block;
	float: none;
}
svg{
	transition: 0.3s ease;
	vertical-align: middle;
}
.pro-nepr {
    margin: 0 -10px;
}
.heading{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 0
}
.heading span{
	display: inline-block;
}
.heading span hr{
	border-top: 2px solid #dc5b5b;
	margin: 10px 0 0;
	width: 30%;
}
.product-thumb .caption{
	padding: 0 5px;
}
.product-thumb{
	position: relative;
	background-color: #fff
}
.product-thumb:hover .second-img{
    opacity: 1;
}
.product-thumb .second-img{
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.sale{
	position: absolute;
	font-size: 12px;
	background: #dc5b5b;
	color: #fff;
	left: 10px;
	top: 10px;
	padding: 2px 8px;
	text-transform: capitalize;
	letter-spacing: 0;
	border-radius: 2px;
}
.ptitle{
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 12px 0 6px 0;
    margin: 0;
    color: #666;
    transition: 0.3s ease
}
.ptitle a{
	color: #222;
}
.ptitle a:hover,.ptitle:hover{
	color: #dc5b5b
}
.psep{
	color: #ddd;
	margin: 0 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color: #dc5b5b;
}
.product-thumb:hover .ptitle{
	color: #dc5b5b;
}
.product-thumb .button-group .absbtn button{
	background: #eee;
	border-radius: 100%;
	min-width: 35px;
	min-height: 35px;
	text-align: center;
	border: none;
	padding: 0;
	transition: 0.3s ease
}
.insqv,.prow{
	display: inline-block;
	vertical-align: bottom;
}
.insqv a{
	background: #eee;
    border-radius: 100%;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    border: none;
    padding: 7px 0;
    transition: 0.3s ease;
    vertical-align: middle;
    display: inline-block;
}
#common-home .insqv a{
	padding: 9px 0
}
.product-thumb .rating{
	transition: 0.4s ease;
}
.product-thumb .button-group .absbtn button:hover,.insqv a:hover,.insqv:hover a{
	background: #dc5b5b;
}
.product-thumb .button-group .absbtn button:hover svg,.insqv a:hover svg,.insqv:hover svg{
	fill: #fff;
}
.prow{
	position: absolute;
	right: 10px;
	top: 10px;
}
.prow button{
	background: transparent;
	border: none;
	padding: 0;
}
.wishcom:hover svg{
	fill: #dc5b5b
}
#feature .product-thumb{
	margin-bottom: 30px;
}
.product-thumb .image{
	border-radius: 4px;
}
.product-thumb{
	border: 1px solid #eee;
	border-radius: 4px
}
#feature .product-layout:last-child .product-thumb{
	margin-bottom: 0;
}
#feature .owl-wrapper-outer,#related .owl-wrapper-outer,#insptab .owl-wrapper-outer{
    padding-bottom: 46px;
}
.product-thumb:hover .absbtn {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.product-thumb .absbtn {
    position: absolute;
	background: #fff;
	left: -1px;
	opacity: 0;
	visibility: visible;
	right: -1px;
	top: 95%;
	z-index: 2;
	padding-bottom: 10px;
	transition: all 300ms ease-in;
	border: 1px solid #eee;
	border-top: none;
	border-radius: 0 0 4px 4px;
}
.homeheading::nth-word(1) {
  margin-right: 20px;
}
/* 3 product */
.sidepro .image{
	padding: 0
}
.sidepro .product-thumb .caption {
    padding: 0 10px;
}
.sidepro .product-thumb .rating{
	padding: 5px 0
}
.sidepro .product-layout{
	padding: 0
}
.sidepro .product-thumb{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border: none;
}
.sidepro .product-layout:last-child .product-thumb {
    margin-bottom: 0;
}

/* slide btn */
#slideshow0.owl-theme .owl-controls .owl-buttons div{
	top: 45%;
	opacity: 0;
	background: #fff;
	border: 1px solid #eee;
	color: #555;
	padding: 8px 0;
	min-width: 40px;
	min-height: 40px;
	border-radius: 100%;
}
#slideshow0.owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #dc5b5b;
	color: #fff; 
	border: 1px solid #dc5b5b;
}
#slideshow0:hover  .owl-buttons div{
	opacity: 1 !important 
}
#slideshow0.owl-carousel:hover .owl-buttons .owl-prev {
    left: 25px;
    right: auto;
}
#slideshow0.owl-carousel:hover .owl-buttons .owl-next {
    right: 25px;
    left: auto;
}
#slideshow0.owl-carousel .owl-buttons div i {
    font-size: 20px;
    margin: 0;
}


.owl-theme .owl-controls{
	margin-top: 0 !important
}
.owl-carousel{
	margin: 0 !important
}
.pro-nepr .owl-theme .owl-controls .owl-buttons div{
	background: #fff;
	border: 3px solid #eee;
	min-width: 40px;
	min-height: 40px;
	margin: 0;
	color: #000;
	padding: 6px 0;
	opacity: 0;
	transition: 0.3s ease
}
.pro-nepr .owl-theme .owl-controls .owl-buttons div:hover,.sidepro .owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #dc5b5b;
	box-shadow: 0 7px 15px 0 rgba(20,71,171,0.3);
	border-color: #fff;
	color: #fff;
}
.pro-nepr .owl-theme:hover .owl-controls .owl-buttons div{
	opacity: 1
}
.pro-nepr .owl-carousel .owl-buttons div i {
    font-size: 22px;
    margin: 0;
}
.pro-nepr .owl-controls .owl-buttons .owl-prev,.pro-nepr .owl-controls .owl-buttons .owl-next{
	top: 44%
}
.pro-nepr .owl-carousel:hover .owl-buttons .owl-next{
	right: 0
}
.pro-nepr .owl-carousel:hover .owl-buttons .owl-prev{
	left: 0
}
.sidepro .owl-theme .owl-controls .owl-buttons div{
	background: #fff;
	border: 2px solid #eee;
	min-width: 32px;
	min-height: 32px;
	margin: 0;
	color: #000;
	padding: 4px 0;
	opacity: 1;
	transition: 0.3s ease;
	top: -66px;
}
.sidepro .owl-controls .owl-buttons .owl-prev{
	right: 40px;
	left: auto;
}
.sidepro .owl-controls .owl-buttons .owl-next{
	right: 0
}
.sidepro .owl-carousel .owl-buttons div i {
    font-size: 18px;
    margin: 0;
}
/* banner */
.offerbanner .offb{
	margin-bottom: 30px;
}
.offerbanner .offb:last-child{
	margin-bottom: 0;
}
.beffect {
    display: block;
    overflow: hidden;
    position: relative;
}
.beffect::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 20%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    opacity: 0;
}
.beffect:hover::before {
    transition: 1s;
    right: 100%;
    opacity: 1;
}
.beffect:hover::after {
    transition: 1s;
    left: 100%;
    opacity: 1;
}
.beffect::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 20%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
}
.beffect img,#slideshow0 img{
	border-radius: 4px;
}
/* logoslider */
.logo-slider img {
    opacity: 0.7;
    transition: 0.3s ease
}
.logo-slider img:hover {
    opacity: 1;
}
#logo img{
	max-width: 210px;
}
/* blog */
.blogbr{
	border: 1px solid #eee;
	padding: 40px 30px;
	border-radius: 4px
}
.blog-comment{
	margin-top: 0
}
.bgsp,.allblogpd{
	padding: 15px;
}
.blogbg{
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 30px;
}
.blog-right h4{
    margin: 10px 0 5px 0;
	text-transform: capitalize;
	transition: 0.3s ease;
	font-size: 14px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blog-right h4:hover{
    color: #dc5b5b;
}
.blog-right .date-time{
	display: inline-block;
	color: #757575;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.blog-desc {
    color: #797979;
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 0.4px;
    overflow: hidden;
    height: 45px;
    margin: 10px 0;
}
.readm{
	background: #f0f0f0;
	color: #777;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 25px;
	padding: 10px 20px;
	display: inline-block;
}
.readm:hover{
	background-color: #dc5b5b;
	color: #fff;
}
.blog-right{
	margin-top: 10px;
}
.btitle{
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 15px 0
}
.blog-left:hover .insposthover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.9,0.9);
}
.blog_inspire .cnav{
	margin-bottom: 15px;
}
.insposthover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    margin: -8px auto;
    text-align: center;
    top: 50%;
}
.insposthover .icon:hover {
    background-color: #dc5b5b;
    color: #fff;
}
.insposthover .icon {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #dc5b5b;
    padding: 6px 9px;
}
.insposthover .icon i {
    font-size: 14px;
    position: relative;
    top: 1px;
}
.inspire-blog-image{
	position: relative;
}
.inspire-blog-image img{
	border-radius: 4px;
}
.insblog .headingpage{
	font-size: 16px;
	margin: 0 0 15px 0;
	text-transform: capitalize;
}
.insblog .blog-desc{
	height: auto;
}
.insblog .alert{
	position: unset;
}
.blog_comment::before, .blog_comment::after {
    content: '|';
    padding: 0 15px;
}
.inspire_blog_page h5 {
    font-size: 14px;
    margin: 0 0 15px 0;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inspire_blog_page .blogbg{
	margin-bottom: 30px;
}
.inspire_blog_page .blog-desc{
	margin: 15px 0;
}
/* comment */
.bcomment {
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	padding: 15px;
	background: #fff;
	margin-bottom: 2px;
}
.bcomment .date span {
    margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.blogu span {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 23px;
}
.wco {
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
/* html contact */
.appcontact ul{
	margin-top: 15px;
}
.appcontact{
	padding: 40px 30px 18px 30px;
	border: 1px solid #eee;
	border-radius: 4px
}
.appcontact svg {
    width: 19px;
	height: 19px;
	fill: #777;
}
.appcontact li span{
	display: inline-block;
	background: #eee;
	min-width: 40px;
	min-height: 40px;
	text-align: center;
	padding: 10px 0;
	border-radius: 100%;
	margin-right: 8px;
}
.appcontact li{
	display: inline-block;
}
.appcontact h3:nth-child(1) li:nth-child(2){
	display: initial;
}
.appcontact h3{
	font-size: 13px;
	margin: 0;
	color: #666;
	font-weight: normal;
	letter-spacing: 0
}
.appcontact hr{
	margin-top: 12px;
	margin-bottom: 12px;
}
/* footer */
.middle-footer #column-left1 p{
	color: #5b5b5b;
	line-height: 23px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 13px;
}
.middle-footer #column-left1 ul li a{
	background-color: #e6e6e6;
	border-radius: 100%;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	display: inline-block;
	padding: 8px 0;
	line-height: 0
}
.middle-footer #column-left1 ul li a:hover{
	background-color: #ffe11b;
	color: #333
}
.payicon i{
	font-size: 20px;
}
.footbottom{
	float: left;width: 100%;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
}
.socialicon li a i{
	line-height: normal;
	min-width: 40px;
	min-height: 40px;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	border-radius: 4px;
	transition: 0.3s ease;
	margin: 0 3px;
}
.socialicon li a i.fa-facebook{
	background-color: #3b5999;
}
.socialicon li a i.fa-twitter{
	background-color: #00aced;
}
.socialicon li a i.fa-rss{
	background-color: #ee802f;
}
.socialicon li a i.fa-pinterest-square{
	background-color: #c8232c;
}
.socialicon ul{
	padding: 11px 0;
}
.socialicon li a i{
	font-size: 16px;
}
.insnews .valid .alert{
	margin-bottom: 0;
	margin-top: 10px;
	letter-spacing: 0;
	padding: 7px 6px;
	top: auto;
	bottom: -50px;
}
.insnews #formNewLestter{
	margin: 0
}
.emailsvg h3{
	margin: 0 0 2px 0;
	color: #fff;
	text-transform: capitalize;
	font-size: 22px;
}
.emailsvg p{
	margin: 0;
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
}
.insnews .button-submit button{
	background: #ffbf44;
	color: #fff;
	text-transform: uppercase;
	border: none;
	margin-left: 10px;
	border-radius: 25px;
	transition: 0.3s ease;
	min-height: 45px;
	padding: 0 20px;
}
.insnews .form-group input{
	border: none;
	border-radius: 25px !important;
	height: 45px;
}
.insnews .button-submit button:hover{
	color: #fff;
	background-color: #000;
}
.emailbg{
	background-color: #dc5b5b;
	padding: 30px 0;
	margin-left: 0;
	margin-right: 0;
}
.foot-power{
	background-color: #efefef;
	padding: 25px 0
}
.foot-payment li i{
	font-size: 20px;
	position: relative;
    top: 3px;
}
.f-left svg{
	width: 23px;
	height: 22px;
	fill: #dc5b5b;
	margin-right: 15px;
}
.f-left li span{
	vertical-align: middle;
}
.f-left li{
	margin-bottom: 20PX;
}
.flink li i{
	font-size: 22px;
}
.flink li{
	margin-left: 15px;
}
.flink li a{
	color: #777
}
.flink li a:hover{
	color: #dc5b5b
}
footer .middle-footer h5 {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 16px;
}
footer .middle-footer a, footer #contact li {
    color: #5b5b5b;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    transition: all 0.45s ease 0s;
    word-break: break-all;
}
footer .middle-footer a:hover, footer #contact li:hover, .foot-payment li a i:hover {
    color: #dc5b5b;
}
.footbottom .text-right img{
	margin-top: 12px;
}
.middle-footer{
	float: left;
    width: 100%;
    padding: 50px 0;
	position: relative;
}
.middle-footer li i{
	font-size: 6px;
	color: #dc5b5b;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}
footer .middle-footer a:hover{
	padding-left: 10px;
}
#scroll i{
	font-size: 20px;
	margin-top: 4px;
}
#scroll:hover {
    background: #000;
    color: #fff
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    z-index: 8;
    height: 32px;
    width: 32px;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #dc5b5b;
    color: #fff;
    border-radius: 4px;
}
/* product page */
.psvg svg{
	fill: #fff;
	vertical-align: sub;
}
.proimg .thumbnails{
	position: relative;
}
.pro-price{
	font-size: 18px !important;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review i{
	color: #dc5b5b;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td,#gallery_01 img,#zoom_03{
	border: 1px solid #eee;
}
#tab-specification strong{
	color: #dc5b5b;
}
.thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
}
#gallery_01{
	background-color: transparent;
}
.propagedes h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    margin-top: 0;
}
.propagedes .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    color: #000;
}
.btnplus {
    border-left: 0;
    line-height: 22px;
}
.btnminus {
    border-right: 0;
    line-height: 22px;
}
.phr {
    border-top: 1px solid #eee;
}
.text-decor, .text-de {
    text-transform: capitalize;
    color: #161616;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
}
.textdeb {
    color: #dc5b5b;
    margin: 0 5px;
}
.textdeb:hover{
    color: #000;
}
.text-decor-bold, .text-decor-bold h2 {
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}
.datebtn {
    background-color: #dc5b5b;
    color: #fff;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
}
.btnup {
    color: #fff;
    background-color: #dc5b5b;
    transition: all 0.5s linear;
    font-size: 16px;
    box-shadow: none;
    border-radius: 4px;
}
.btnup:hover,.datebtn:hover{
	background-color: #000;
	color: #fff;
}
.productwish button {
    background-color: transparent;
    color: #dc5b5b;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.add-to-cart {
    padding: 8.5px 12px 6.5px 12px;
}
.propagedes .qty-plus-minus .form-control:focus{
    border-color: #eee;
}
.propagedes #input-quantity{
	border-radius: 0;
}
.tabp .nav-tabs{
	margin-bottom: 0;
}
.tabp{
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fff;
}
.tabp .nav-tabs li{
    text-transform: capitalize;
    position: relative;
}
.tabp .nav-tabs  li.active a::before {
    background-color: #dc5b5b;
    height: 2px;
    width: 100%;
}
.tabp .nav-tabs li a::before{
    background-color: transparent;
    content: "";
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    transition: all 0.4s ease-out 0s;
    width: 3px;
    bottom: 0
}
.tabp .nav-tabs > li.active > a,.tabp .nav-tabs > li.active > a:focus,.tabp .nav-tabs > li.active > a:hover,.tabp .nav-tabs > li > a{
	border: none;
}
.subhead {
    margin-top: 0;
    font-size: 18px;
    color: #dc5b5b;
}
.tabp .tab-pane{
	padding: 15px;
}
/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover,.nav-tabs>li>a{
	border: none;
}*/
.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}
.propagedes .rating li{
	display: inline-block;
}
.propagedes .rating li a{
	text-transform: capitalize;
}
.proreview{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 0 15px;
	margin: 0 15px;
}
/* category page */
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #222;
    cursor: pointer;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #dc5b5b;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ddd;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.cate-top {
    background-color: #fff;
	padding: 15px;
	border: 1px solid #eee;
	margin: 0 0 20px 0;
	border-radius: 4px
}
.cate-top h2{
	font-size: 18px;
	color: #dc5b5b;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
}
.cate-top p{
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}
.cate-top img{
	border-radius: 4px;
}
.cate-border {
    background-color: #fff;
    border: 1px solid #eee;
	margin: 0px 0 20px 0;
    padding: 8px 0px;
    border-radius: 4px
}
#compare-total{
	padding: 0;
    margin-top: 7px;
    color: #dc5b5b;
}
#compare-total:hover{
	color: #000;
}
.selectdrop label {
    background-color: #fff;
    border: none;
    color: #000 !important;
}
.selectdrop select option {
    background-color: #fff;
    color: #000;
}
.selectdrop select.form-control {
	padding-right: 25px;
	background-image: url("data:image/svg+xml,\
      <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='30px'\
           height='12px' viewBox='0 0 1200 1000' fill='rgb(255,255,255)'>\
        <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
      </svg>");
	background-repeat: no-repeat;
	background-position: right;
	-moz-appearance: none;
	-webkit-appearance: inherit;
	appearance: none;
	padding: 0 10px;
	 height: 30px;
}
.ctlistgrid {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 !important;
    margin: 0 2px;
    background: transparent;
}
.ctlistgrid.active, .ctlistgrid.active:hover, .ctlistgrid:hover {
    background-color: transparent;
    box-shadow: none;
    padding: 0
}
.ctlistgrid i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.catcolor{
	margin: 0 -10px;
}
.product-grid .list-des {
    display: none;
}
.list-des {
    color: #727272;margin-top: 8px;
}
.product-list.product-layout,.product-grid.product-layout{
	margin-bottom: 20px;
	padding: 0 10px;
}
.product-list .product-thumb{
	float: left;
	width: 100%;
}
.product-list .product-thumb .absbtn{
	position: unset;
	z-index: 0;
	opacity: 1;
	border: none;
	transition: none;
}
.product-list .product-thumb .price{
	margin: 12px 0
}
.ctpage h4 {
    background: #fff;
    margin: 0;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ctpage h4 span{
	border-bottom: 3px solid #dc5b5b;
    padding: 15px 10px;
    display: inline-block;
}
.ctpage .list-group-item.active, .ctpage .list-group-item.active:focus, .ctpage .list-group-item.active:hover {
    background-color: #fff;
    border: none;
}
.ctpage a {
    background-color: #fff;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
}
.ctpage a.list-group-item:focus,.ctpage a.list-group-item:hover,.ctpage button.list-group-item:focus,.ctpage button.list-group-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: none;
}
.ctpage{
	border: 1px solid #eee;
	border-radius: 4px
}
/* filter */
.panel-default {
    border: 1px solid #eee;
}
.catfilter .panel-heading {
    background: #ededed;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}
.catfilter .panel-heading span{
	border-bottom: 3px solid #dc5b5b;
    padding: 15px;
    display: inline-block;
}
.catfilter .list-group-item {
    border: 1px solid #eee;
    text-transform: capitalize;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background: transparent;
}
.catfilter .panel-footer {
    background-color: #fff;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background: #fff;
    text-shadow: none;
}
.act {
    color: #dc5b5b !important;
}
/* pagination */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #dc5b5b;
    border-color: #dc5b5b;
}
.pagination > li > a, .pagination > li > span {
    color: #dc5b5b;
    padding: 7px 12px 5px 12px;
    border: 1px solid #ececec;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #dc5b5b;
    border-color: #dc5b5b;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 6px 0;
    background: #fff;
    border: 1px solid #eee;
}
/* dropdown */
.homeac .dropdown-toggle span{
	margin: 0 4px;
}
#cart .dropdown-menu, #top .dropdown-menu, .homeac .dropdown-menu {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.35s ease-out 0s;
    right: 0;
    left: auto;
    margin: 10px 0 0;
    border: 1px solid #eee;
    box-shadow: none;
    transition: all 0.35s ease-out 0s;
    margin-top: 30px;
}
#cart.open .dropdown-menu, #top .open .dropdown-menu, .homeac.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 7px !important;
}
#cart .dropdown-menu {
    min-width: 295px;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartprice {
    clear: both;
    position: relative;
    top: -40px;
    left: 80px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .btn-danger {
    background-color: #fff;
    color: #000;
    padding: 0;
    border-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}
/* quickview */
.product-quickview-detail .propagedes h1{
	margin-top: 15px;
}
.product-quickview-detail .sticky{
	margin-top: 15px;
}
.product-quickview-detail #content {
    min-height: auto;
}
/* other pages */
h3.heading{
	margin-bottom: 20px;
}
.countbg,.sidepro,.blog_inspire{
	margin-top: 50px;
	margin-bottom: 50px;
}
.category-tab{
	margin-top: 50px;
}
.inscat{
	margin-bottom: 46px;
}
.otherpb{
	margin: 0;
	border: 1px solid #eee;
	padding: 0 15px;
}
#account-wishlist td .btn-danger,#account-order td .btn-danger{
	border-radius: 4px;
}
#information-information .otherpagebg .homeheading{
	margin-bottom: 0
}
.table-hover > tbody > tr:hover{
	background-color: transparent;
}
/*.contbg img{
	background-color: #eee
}*/
.cntadd address{
	margin-bottom: 0
}
#accordion #input-password{
	margin-bottom: 5px;
}
#accordion .alert{
	position: unset
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #dc5b5b;
    text-decoration: none;
    background-color: transparent;
}
.panel-default>.panel-heading{
	background-color: #fff;
}
.table-bordered{
	background-color: #fff;
}
.myacpg h2, .myacpg h1, .not-found-head{
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    margin-top: 0;
}
.sitem li a{
	text-transform: capitalize;
}
#accordion .panel-title i {
    float: right;
}
.manufact .brands-content {
    padding: 8px;
}
.manufact h2 {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
}
.manufact {
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}
.brandb{
	padding: 10px;
}
.otherpagebg{
	margin: 0
}
/* account */
.accountbg {
    padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.accountbg:last-child{
	border-bottom: none;
}
.achead {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
	text-transform: uppercase;
}
.acco{
	background-color: #fff;
	border-radius: 4px;
}
legend {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}
.sitem ul {
    line-height: 30px;
    padding-left: 25px;
    padding-right: 25px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comb .btn-primary {
    margin: 3px 0;
}
.com-summary {
    width: 1%;
}
.com-description {
    width: 25%;
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    border-radius: 0;
    z-index: 99;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.propagedes .alert{
	position: unset;
}
.ajaxsrch select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.product-quickview-detail .sticky,.product-quickview-detail .propagedes{
	width: 50%;
}
/*loader start *//*
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 77px;
    margin-left: 55px;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#page-preloader .preloader {
    position: absolute;
    left: 45%;
    top: 45%;
    text-align: center;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;
}
#page-preloader.visible .preloader {
    opacity: 1;
    transform: translate(-50%,-50%);
}
.object{
	position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 100%;
	height: 100%;
}
#page-preloader{
    display: none;
}
#page-preloader{
    display: block;
}

*/

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 770px;
    margin-left: -55px;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;
}
#page-preloader.visible .preloader {
    opacity: 1;
    transform: translate(-50%,-50%);
}
.object{
	position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') no-repeat;
    width: 100%;
	height: 100%;
}
#page-preloader{
    display: none;
}
#page-preloader{
    display: block;
}
@media (min-width:768px){
	.togglecat {
	    display: none;
	}
	.heading.otherh{
	    font-size: 22px;
	}
	.sale::after {
	    content: "";
	    border: 6px solid transparent;
	    border-left: 6px solid #dc5b5b;
		position: absolute;
		right: -12px;
		top: 6px;
	}
	#menu .nav > li > a:hover i{
		transform: rotate(-90deg);
	}
	#menu .nav > li > a i{
		transition: 0.3s ease;margin-top: 3px;
	}
	#menucol .navbar-collapse.collapse{
		padding: 0
	}
	#menu .dropdown:hover .dropdown-menu{
		display: block;
	}
	#menu .dropdown:hover .dropdown-menu{
		display: block;
		padding: 10px 0;
		visibility: visible;
		opacity: 1;
		border-radius: 0;
	}
	#menu .dropdown-menu{
		background: #FFF;
		visibility: hidden;
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.35s ease-out 0s;
		-o-transition: all 0.35s ease-out 0s;
		transition: all 0.35s ease-out 0s;
		left: 100%;
		margin-top: -47px;
		margin-left: 0 !important;
		border: none;
	}
	#filtertog{
		display: block;
	}
    .footer-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .middle-footer h5 button {
    	display: none;
	}
	.hpagehead .mcool{
		position: absolute;
		background: #fff;
		z-index: 2;
		right: 0;
		left: 0;
		top: 0;
		border:1px solid #ebebeb;
		border-top: none;
	}
	.hpagehead #menucol{
		height: 100% !important;
		display: block;
	}
	#mySidenav{
		position: relative;
	}
	#menu .navbar-nav{
		float: none;
	}
	.menu-img,.view_more i{
		width: 35px;
	}
	.mcool {
	    position: absolute;
	    background: #fff;
	    z-index: 2;
	    right: 0;
	    left: 0;
	    top: 0;
	}
	.hpagehead #menu .navbar-nav{
		border: none;
	}
	#menu .navbar-nav{
		border:1px solid #eee;
		border-top: none;
	}
	.sticky{
		position: sticky;
		top: 15px;
	}
	.product-list .image{
		float: left
	}
	.product-list .caption{
		text-align: left;
		float: left;
		padding-left: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.inscat .view_morec a, .inscat li a{
		padding: 9px 0
	}
	#countdownp .product-thumb .absbtn{
		margin-top: 12px;
		padding-bottom: 15px;
	}
	footer .middle-footer a, footer #contact li{
		font-size: 13px;letter-spacing: 0
	}
	.headservice ul li p{
		letter-spacing: 0
	}
	.linksh li a{
		margin: 0 10px;
	}
	.mcool .navbar-nav li {
	    padding: 0 8px;
	}
	.innertcnt span{
		font-size: 12px;
		letter-spacing: 0
	}
	#cart .dropdown-toggle{
		min-width: auto;
	}
	#menu .nav > li > a, .view_more a{
		font-size: 13px;
		padding: 16px 3px;
	}
	.product-list .image {
	    width: 33.33%;
	    position: relative;
	}
	.product-list .caption {
	    width: 66.66%;
	}
}
@media (max-width: 991px){
	#cart .dropdown-toggle svg{
		margin: 0
	}
	.spemargin{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.product-thumb .button-group,.product-thumb:hover .button-group{
		position: unset;
		opacity: 1;
		transform: none;
	}
	label{
		font-size: 12px;
	}
	#cart .dropdown-toggle span.cartfull,#search-by-category .search-container .categories-container{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.copy{
		letter-spacing: 0
	}
	.inscat .view_morec a, .inscat li a{
		padding: 9px 0
	}
	#product-manufacturer .product-grid.product-layout,#product-search .product-grid.product-layout{
		width: 33.33%
	}
	.list-des{
		overflow: hidden;
		height: 40px;
	}
	.headtop {
    	padding: 15px 0;
	}
	.topleft li.headpipe {
    	margin: 0 5px;
	}
	li.langsp{
		margin: 0 9px;
		padding: 0 9px;
	}
	.headservice{
		padding: 20px 0
	}
	.appcontact hr {
	    margin-top: 6px;
	    margin-bottom: 6px;
	}
	.headservice li{
		display: block;text-align: center;
	}
	.headservice ul li h4{
		font-size: 13px;letter-spacing: 0;margin-top: 8px;
	}
	.headservice ul li p{
		font-size: 11px;letter-spacing: 0
	}
	.appcontact li,.emailsvg p{
		font-size: 12px;letter-spacing: 0
	}
	#menu .dropdown-inner a{
		min-width: 142px;
	}
	.propagedes .rating li a{
		font-size: 12px;
	}
	.list-des,.ctpage a,.pagi .tot{
		letter-spacing: 0;
		font-size: 12px;
	}
	#menu .nav > li > a, .view_more a{
	    letter-spacing: 0;
		padding: 17px 0;
	}
	.product-list .image {
	    width: 37%;
	    position: relative;
	}
	.product-list .caption {
	    width: 63%;
	}
}
@media (max-width: 767px){
	#insptab .owl-wrapper-outer{
		padding-bottom: 1px
	}
	.inscat ul.nav{
		margin-bottom: 10px;
	}
	.inscat {
	    margin-bottom: 0;
	}	
	.togglecat{
		position: absolute;
		right: 15px;
		top: 0;
	}
	.togglecat.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.togglecat.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	#related .owl-wrapper-outer{
		padding-bottom: 1px;
	}
	.breadcrumb{
		margin-top: 0
	}
	.product-list.product-layout, .product-grid.product-layout{
		padding: 0 5px
	}
	.catcolor {
	    margin: 0 -5px;
	}
	li.langsp{
		margin: 0 15px;padding: 0 15px;
	}
	.apendxs{
		position: absolute;;
		right: 15px;
		top: -45px;
	}
	#btn-search-category{
		height: 40px;
		padding: 0 10px;
	}
	#text-search{
		height: 40px;
	}
	.offerbanner .offb {
	    margin-bottom: 0;
	}
	.countbg{
		padding: 35px 0 10px 0;
	}
	#feature .owl-wrapper-outer {
    	padding-bottom: 25px;
	}
	.category-tab, .countbg, .sidepro, .blog_inspire {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.blogbr,.appcontact{
		padding: 30px 15px;
	}
	.insnews .button-submit button{
		padding: 0 12px;
	}
	.appcontact{
		margin-top: 30px;
	}
	#countdownp{
		margin-bottom: 30px !important
	}
	#countdownp .product-thumb .button-group{
		display: block;
	}
	.product-thumb .button-group,.pro-nepr .owl-theme .owl-controls .owl-buttons div,#slideshow0.owl-theme .owl-controls .owl-buttons div{
		display: none;
	}
	#menucol{
		display: block;
	}
	#menu .dropdown-inner a{
		padding: 3px 10px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	footer .middle-footer a, footer #contact li{
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	.footbottom{
		padding: 10px 0 20px 0;
	}
	.flink{
		display: none;
	}
	.socialicon li a i{
		min-width: 35px;
		min-height: 35px;
		padding: 8px 0
	}
	.sale{
		background-color: transparent;color: #000;padding: 0
	}
	.product-layout{
		padding: 0 5px
	}
	.pro-nepr {
	    margin: 0 -5px;
	}
	.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th{
		white-space: normal;
	}
	.slidewidth{
		margin-top: 0
	}
	.offerbanner{
		margin-top: 15px;
	}
	.headservice{
		padding: 15px 0
	}
	#search-by-category .search-container .categories-container{
		width: 120px;
	}
	.cate-selected{
		font-size: 12px;letter-spacing: 0
	}
	#search-by-category .search-container .categories-container .hover-cate p{
		padding: 10px 7px;
	}
	.homesr {
    	margin-top: 12px;
	}
	.catfilter .panel-heading{
		border: none;
	}
	.crightw{
		margin-top: 30px;
	}
	.propagedes h1{
		margin-top: 25px;
	}
	.middle-footer .fbr #contact h5{
		margin-bottom: 15px;
	}
	.cleftw{
		padding: 0
	}
	.headtop{
		padding: 8px 0 20px 0;
	}
	.homeac .dropdown-toggle i{
		margin: 0 3px;
	}
	#menu .dropdown-submenu ul{
		padding: 0;
	}
	.proreview{
		padding: 0 6px;
		margin: 0 6px;
	}
	.mfp-iframe-holder .mfp-content {
    	height: 100%;
	}
	#cart .dropdown-toggle{
		min-width: auto;
	}
	#information-contact img {
	    margin-bottom: 10px;
	}
	.list-des {
	    font-size: 12px;
	    letter-spacing: 0;
	}
	.nav>li>a{
		padding: 10px 8px;
	}
	.tabp .tab-pane{
		font-size: 12px;
	}
	.tabp .nav > li > a {
	    padding: 10px 4px;
	    font-size: 12px;
	}
	#category-name .owl-item h4{
		font-size: 11px;
		letter-spacing: 0
	}
	.centerb{
		margin-top: 30px;
	}
	.wmenu{
		position: absolute;top: 0
	}
	footer h5 .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catfilter{
		position: relative;
	}
	.catfilter .panel-heading span{
		border-bottom: none;
		padding: 10px;
	}
	.catfilter .panel-heading button{
		background: transparent;
		border: none;
		position: absolute;
		width: 100%;
		right: 10px;
		top: 10px;
		padding: 0
	}
	.catfilter .panel-heading .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catfilter .panel-heading .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.middle-footer .btn.toggle {
	    color: #252525;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    right: 0;
		width: 100%;
		padding: 0 15px;
		margin-top: -3px;
	}
	.middle-footer .lastb,.foot-power .text-right{
		margin-top: 5px;
	}
	.foot-power .text-right,.foot-power .text-left{
		text-align: center;
	}
	footer .middle-footer h5{
		margin-bottom: 0;
		font-size: 14px;
	}
	.middle-footer{
		padding: 15px 0 25px 0;
	}
	#logo img{
		max-width: 130px;
	}
	#search .btn-lg{
		padding: 10px 12px;
		font-size: 12px;
	}
	/* sidenav */
	#mySidenav li a i{
		float: right;
    	font-size: 15px;
    	margin-top: 3px;
	}
	#menu .nav > li > a{
		color: #000
	}
	.navbar-nav > li{
		display: block;
	}
	body.active {
	    overflow: hidden;
	}
	body.active::before {
	    background: #000000 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.7;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 999;
	    transition: all .2s ease 0s;
	    -webkit-transition: all .2s ease 0s;
	    -moz-transition: all .2s ease 0s;
	    -ms-transition: all .2s ease 0s;
	    -o-transition: all .2s ease 0s;
	}
	body.active .sidenav {
	    overflow-x: unset;
	    overflow-y: scroll;
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    background-color: #111;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    transition: 0.5s;
	    padding-top: 60px;
	    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
	    clear: both;
	    height: 100%;
	    background-color: #fff;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.sidenav .close-nav {
		background-color: #000;
		text-transform: capitalize;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	.closebtn{
	    float: right;
	}
	.close-nav i{
	    color: #fff;
	    font-size: 16px;
	}
	.navbar-header button{
		border: none;
	    background: transparent;
	    cursor: pointer;
	    vertical-align: bottom;
	    padding: 0;
	    float: none;
	    margin: 10px 0;
	}
	.navbar-header button i{
		font-size: 17px;
	}
	#menu .navbar-collapse {
	    display: block;
	}
	#banner0,#banner1{
		display: none;
	}
}
@media (max-width: 599px){
	.footbottom .socialicon.text-left,.footbottom .text-right{
		text-align: center;
	}
	.footbottom .text-right img{
		float: none !important;
		margin: 0 auto;
	}
	.headservice .sbr{
		margin-top: 10px;
	}
	.propagedes .rating .fa-stack {
    	font-size: 6px;
	}
	#owl-testi img{
		float: none !important;
		display: block;
		margin: 0 auto 20px auto;
	}
	#owl-testi .innert1{
		text-align: center;
	}
	.innertcnt h4{
		margin-left: 0
	}
	.imgbanner img{
		margin-bottom: 5px;
	}
	.product-quickview-detail .sticky, .product-quickview-detail .propagedes{
		width: 100%;
	}
	.propagedes .rating li a{
		font-size: 12px;
		letter-spacing: 0
	}
	.selectdrop {
	    width: 100%;
	    margin-top: 15px;
	}
	.pagi .text-left, .pagi .text-right {
	    width: 100%;
	    text-align: center;
	}
	.pagination {
	    display: inline-block;
	}
	.pagi .tot {
	    line-height: normal;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.ct {
	    display: none;
	}
	.imgbanner .col-xs-12,.pagi .text-left,.pagi .text-right{
		width: 50%;
	}
	.headservice .col-xs-12{
		width: 50%;
		margin-top: 15px;
	}
	#slideshow0 img{
		width: 100%
	}
	.footbottom .socialicon.text-left,.footbottom .text-right{
		width: 50%
	}
}
@media (min-width: 1200px){
	.product-list .image {
	    width: 30%;
	    position: relative;
	}
	.product-list .caption {
	    width: 70%;
	}
	.f-left li span{
		display: inline-block;
	}
	#product-manufacturer .product-grid.product-layout,#product-search .product-grid.product-layout{
		width: 25%
	}
	#product-manufacturer .product-list .image,#product-search .product-list .image {
	    width: 25%;
	}
	#product-manufacturer .product-list .caption,#product-search .product-list .caption {
		width: 75%;
	}
}
@media (min-width: 375px) and (max-width: 767px){
	.product-list, .ses{
		width: 50%;
		padding: 0 8px;
	}
	.list-des{
		overflow: hidden;
		height: 42px;
	}
	.catcolor{
		padding: 20px 0 0px 0;
	}
}
.social{
	position: fixed;
	top: 35%;
	/*z-index: 999;*/
}
.social ul{
	padding: 0px;
-webkit-transform: translate(-254px, 0);
-moz-transform: translate(-254px, 0);
-ms-transform: translate(-254px, 0);
-o-transform: translate(-254px, 0);
transform: translate(-254px, 0);
}
.social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 300px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social ul li:hover{
	-webkit-transform: translate(110px, 0);
-moz-transform: translate(110px, 0);
-ms-transform: translate(110px, 0);
-o-transform: translate(110px, 0);
transform: translate(110px, 0);
background: #f4f4f4
}
.social ul li i{
	margin-left: 20px;
color: #000;
text-align: center;
background: #fff;
padding: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 20px;
background: #ffffff;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.social ul li:hover i{
	color: #fff;
background: #dc5b5b;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
@media(max-width: 767px){
	.social{
	position: fixed;
	top: 35%;
	z-index: 1024;
	width: 0;
	}
	.social ul li{
	width: 290px;
	padding: 6px;
	}
	.social ul li i{
	padding: 6px;
	width: 30px;
	font-size: 15px;
	height: 30px;
	}
}