
body {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #fff;
	letter-spacing: 0.7px;
}
:focus{
	outline: none
}
/* 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 {
	color: #222;
	transition: 0.3s ease;
}
a:hover,a:focus{
	text-decoration: none;
	color: #ff5050;
	outline: none
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent;
	color: #ff5050;
}
.owl-wrapper-outer{
	border: none !important;
	box-shadow: none !important
}
.owl-carousel{
	background: transparent !important
}
.list-inline{
	margin: 0;
	padding: 0
}

.list-inline > li,.nav{
	padding: 0
}
ul{
	padding: 0
}
ol, ul{
	margin-bottom: 0
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    color: #25274d;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}
label {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}
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 {
	font-size: 13px;
	z-index: 0
}
/* .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
} */
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
	text-decoration: none
}
.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;
}
@media (min-width: 1600px){
	#logo img{
		max-width: 195px;
	}
	.container {
    	width: 1560px;
	}
	#product-manufacturer .product-grid,#product-search .product-grid{
		width: 20%;
	}
	#product-manufacturer .product-list, #product-search .product-list {
	    width: 50%;
	}
	#product-manufacturer .product-list .image, #product-search .product-list .image {
	    width: 35%;
	    position: relative;
	}
	#product-manufacturer .product-list .caption, #product-search .product-list .caption {
	    width: 65%;
	}
}
@media (min-width: 1410px) and (max-width: 1599px){
	#product-manufacturer .product-list, #product-search .product-list {
	    width: 50%;
	}
	#product-manufacturer .product-list .image, #product-search .product-list .image {
	    width: 35%;
	    position: relative;
	}
	#product-manufacturer .product-list .caption, #product-search .product-list .caption {
	    width: 65%;
	}
	#product-manufacturer .product-grid,#product-search .product-grid{
		width: 20%;
	}
	#logo img{
		max-width: 195px;
	}
	.container {
    	width: 1380px;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	#product-manufacturer .product-grid,#product-search .product-grid{
		width: 25%;
	}
	.container {
    	width: 1170px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.container {
    	width: 100%;
	}
	.inuser span{
		display: none !important
	}
	.manun li a, .linkback .text-right span{
		font-size: 13px;
	}
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none
}
.form-control{
	border: 1px solid #eee;
	box-shadow: none;
	color: #222;
}
.form-control:focus{
	box-shadow: none;
	border-color: #25274d;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* top */
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	text-transform: capitalize;
	font-size: 13px;
	color: #222;
	letter-spacing: 1px;
}
#top .btn-link.dropdown-toggle{
	padding: 0;
	text-transform: capitalize;
	font-size: 13px;
	color: #222;
	letter-spacing: 1px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links #form-currency,#top-links #form-language{
	margin-bottom: 0
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
/* cart */
.haccount li i{
	margin-right: 7px;
}
/* cart */
#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 {
	min-width: 295px;
}
.dropdown-menu{
	border-radius: 0;
}
#cart .btn-danger {
    background-color: #fff;
    color: #222;
    padding: 0;
    border-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	font-size: 14px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #f6f6f6 !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #f6f6f6 !important;
	border: none;
}
.cartqt{
	width: 12%;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartdrop img{
	max-width: 60px;
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartname:hover{
	color: #25274d;
}
.cartprice {
    clear: both;
    position: relative;
    top: -35px;
    left: 70px;
    width: 50%;
    color: #25274d;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li > div table td {
	border: 1px solid #ececec;
}
/* menu */
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	direction: ltr;
	line-height: 20px;
	text-transform: capitalize;
}
@media (min-width: 768px) {
	.xshi{
		display: none;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.sticky{
		position: sticky;
		top: 20px;
	}
	#xsfilter {
	    display: block !important;
	}
}
@media (max-width: 767px) {
	#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%;
	}
}
/* content */
#content {
	min-height: 400px;
}
/* footer */
footer {
	background-color: #f5f5f5;
	margin-top: 50px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a,.f-left li{
	color: #767676;
	cursor: pointer;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 30px;
	font-weight: 500;
	text-transform: capitalize;
}
footer a:hover,.f-left li:hover{
	color: #ff5050;
}
footer h5 {
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 25px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px 0 20px 0;
	padding: 10px 0;
	border: none;
}
.breadcrumb > li::after {
	content: '|';
}
.breadcrumb > li:last-child::after {
	content: '';
}
.breadcrumb > li a{
	padding: 0 20px;
	display: inline-block;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #ccc;
    content: '';
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 10px 12px;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	box-shadow: none;
}
.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;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #25274d;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-size: 14px;
	transition: 0.3s ease
}
.btn-primary.focus, .btn-primary:focus,.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus, .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.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{
	background-color: #ff5050;
	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: #25274d;
    border: none;
    transition: 0.3s ease;
    border-radius: 4px;
    font-size: 14px;
}
.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: #ff5050;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eee;
	color: #222;
	padding: 12px 12px;
	text-transform: capitalize;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ff5050;
	background: #f8f8f8;
	border: 1px solid #eee;
	text-shadow: none;
	z-index: 0
}
/* 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 a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
.rating .fa-stack {
	font-size: 5px;
}
.rating .fa-star-o {
	color: #ff5050;
	font-size: 12px;
}
.rating .fa-star {
	color: #ff5050;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o {
	color: #ff5050;
}
h2.price {
	margin: 0;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-size: 13px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.thumbnails {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
.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*/
.middel-header {
    padding: 20px 0;
}
.headcall {
    color: #fff;
    fill: #fff;
    display: inline-block;
    padding: 12px 15px;
}
.headcall svg{
	margin: 0 5px;
}
/* services */
.top-st div{
	display: inline-block;
}
.top-st svg {
    vertical-align: middle;
    margin-right: 5px;
    transform-style: preserve-3d;
	transition: all 1.0s linear;
}
.headcenser {
    margin: 0 50px;
}
#top-links:hover svg{
    transform: rotateY(180deg);
}
.get {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #222;
    letter-spacing: 0.5px;
}
.next-prevb .owl-wrapper-outer{
	padding-bottom: 1px;
}
/*loader start */
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
}
#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') 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}
#page-preloader{
    display: none;
}
#page-preloader{
    display: block;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
#form-currency,#form-language,.inwish,.incart,.inuser,.xscur{
	display: inline-block
}
#top{
    background: #f5f5f5;
    padding: 5px 0;
}
.dropdown-menu{
	right: 0;
	left: auto
}
.inuser span{
	text-transform: capitalize;
}
#cart .dropdown-toggle{
	border: none;
	padding: 0;
	background: transparent;
	font-weight: 600;
	letter-spacing: .5px;
	font-size: 14px;
    box-shadow: none;
}
#cart-total{
	position: absolute;
	top: 0px;
	background-color: #ff5050;
	width: 14px;
	text-align: center;
	border-radius: 50%;
	left: 25px;
	color: #fff;
	cursor: pointer;
	height: 14px;
	line-height: 14px;
	right: auto;
	font-size: 10px;
}
.mucarts{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 8px;
}
.incart::before {
    border-left: 1px solid #d9d9d9;
    content: '';
    position: relative;
    height: 30px;
    top: 10px;
    display: inline-block;
    margin: 0 20px;
}
.incart{
	position: relative;
}
.myc{
	color: #ff5050;
}
.headicon svg{
	fill: #25274d;
}
.acsvg {
    width: 40px;
    height: 40px;
    background-color: #25274d;
    fill: #fff;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    padding: 7px 0px;
}
.acsvg svg{
	fill: #fff;
}
#search-by-category {
    margin-top: 1px;
}
.linkback{
	background: #25274d;
	padding: 5px 0;
	margin-bottom: 20px;
}
.manun li a{
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	transition: 0.3s ease
}
.manun li a:hover{
	color: #ff5050
}
.manun ul li{
	margin-right: 25px;
}
.navbar{
	min-height: auto;
	margin-bottom: 0
}
.inwish:hover svg,.incart:hover svg,.inuser:hover svg{
	fill: #ff5050;
}
#cart .dropdown-menu {
    min-width: 295px;
}
#menu .submenu-title{
	color: #ff5050;
	font-size: 16px;
	font-weight: 500;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
.nav > li > a{
	text-transform: capitalize;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    padding: 3px 20px;
}
#menu .navbar-nav > li > a,.view_more a {
    color: #222222;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 500;
	cursor: pointer;
	font-size: 13px;
	padding: 14.1px 0;
}
#cart .dropdown-menu li p{
	margin: 15px 0
}
#search .input-group-btn button{
	background: #25274d;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	height: 46px;
}
.thumb_img {
    padding-right: 10px;
    cursor: pointer;
}
.thumb_img img {
    max-width: 30px;
    position: relative;
	top: -7px;
}
.fa-plus.thumb_img{
	position: unset;
}
/* search category */
.cate-selected{
	display: inline-block
}
.searchdes{
	color: #727272;
    font-size: 13px;
    margin-bottom: 10px;
    max-height: 40px;
    overflow: hidden;
}
#search-by-category .search-container .categories-container{
    float:left;
	width:25%;
    position:relative
}
.categories-container .hover-cate p {
    height: 42px;
	cursor: pointer;
	padding: 10px 12px;
	margin-bottom: 0;
	background: #f8f8f8 url('../../../../../image/catalog/searcharrow.png');
	background-repeat: no-repeat;
	background-position: right 0px bottom 3px;
	border: 1px solid #dcdcdc;
	border-right: none;
	color: #A6A6A6;
	border-radius: 4px 0 0 4px;
}
#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 #dcdcdc;
	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: 15px;
	right: 15px;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:345px;
    overflow: auto;
}
.ajax-result-msg{
	padding: 0 5px;
}
#search-by-category .item-inner:before {
	display:none;
}
#btn-search-category {
	background: transparent;
	fill: #222;
	border: none;
	height: 30px;
	box-shadow: none;
	transition: 0.3s ease;
	padding: 0 25px;
	border-radius: 0px;
	border-left: 1px solid #dcdcdc;
}
#btn-search-category:hover {
	fill: #ff5050;
}
#text-search { 
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: none;
	background-color: transparent;
}
.search-box.input-group{
	border-radius: 0 4px 4px 0;
	border: 1px solid #dcdcdc;
	border-left: none;
	background-color: #f8f8f8;
	height: 40px;
}
.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;
}
.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;
}
.ajax-result-container{
	display: block !important
}
.item-cate{
	list-style: none;
}
.item-cate.f1{
	margin-left: 10px;
}
 /* Search-category over */
 /* slider */
 /* slide btn */
 #slideshow0 img{
 	border-radius: 4px;
 }
 #slideshow0 .owl-pagination{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    top: auto;
}
#testi .owl-pagination{
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    top: auto;
}

.owl-theme .owl-controls .owl-page span{
	margin: 0 !important;
	box-shadow: none !important;
	background-color: #fff !important;
}
.owl-controls .owl-page.active span {
    background: #25274d !important;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #ff5050;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div:hover{
	background: #ff5050;
	border: 1px solid #ff5050;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div:hover i{
	color: #fff;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div {
    background: #25274d;
    color: #fff;
	opacity: 1;
	width: 33px;
	height: 33px;
	opacity: 0;
	color: #232323;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 2px; 
	margin: 0;
	border: 1px solid #25274d;
	top: 45%;
}
.next-prevb #cat-img.owl-theme .owl-controls .owl-buttons div{
	top: 35%;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div i{
	color: #fff;
	text-shadow: none;
}
.next-prevb:hover .owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
}
.owl-carousel .owl-buttons div i {
    font-size: 22px !important;
    color: #232323;
    margin: 1px 0 !important;
}
.owl-theme .owl-controls .owl-buttons div i:hover {
    color: #222;
}
#count.owl-carousel .owl-buttons .owl-prev{
	left: 0;
}
#count.owl-carousel .owl-buttons .owl-next{
	right: 0;
}
/* product */
.homedes {
    color: #a9a9a9;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}
.offerbanner{
	margin-top: 50px;
}
#featurep,#bestseller{
	clear: both;
}
.nav-tabs > li{
	float: none;
	display: inline-block
}
.tab-head h1,.heading{
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #131313;
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}
.tab-head h1::before, .heading::before {
    border-top: 3px solid #ff5050;
    content: '';
    position: absolute;
    width: 40px;
    left: 0;
    right: 0;
    bottom: -12px;
}
.tab-head h1 span{
	display: inline-grid;
}
.tab-head .nav-tabs > li.active > a,.tab-head .nav-tabs > li.active > a:focus,.tab-head .nav-tabs > li.active > a:hover {
    color: #ff5050;
    background-color: #fff;
    border: none;
    cursor: pointer
}
.tab-head .nav-tabs{
	border-bottom: none;
	position: absolute;
	right: 0;
	top: 50px;
}
.tab-content{
	position: relative;
}
.tab-head .nav-tabs > li > a:hover{
	background-color: transparent;
	border: none
}
.tab-head .nav-tabs > li > a{
	font-weight: 500;
	margin: 0;
	border: none;
	border-radius: 0;
	color: #222;
	font-size: 16px;
}
.tab-head .nav > li > a{
	padding: 0;
	text-transform: capitalize;
}
.bests{
	margin: 0 15px;
}
.product-thumb{
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.product-thumb .second-img{
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.product-thumb:hover .second-img{
	opacity: 1;.
}
.sale{
	position: absolute;
	top: 10px;
	background-color: #ff5050;
	border-radius: 5px;
	right: 10px;
	padding: 4px 12px 6px 12px;
	text-align: center;
	text-transform: capitalize;
	font-size: 12px;
	color: #fff;
	margin-top: 0;
}
.product-thumb h4{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0 10px 0;
	transition: 0.3s ease
}
.protitle a{
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
}
.price {
    color: #203b7b;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.product-thumb .caption{
	margin: 10px;
	position: relative
}

.rating{
	transition: 0.3s ease
}
.bquickv{
	display: inline-block;
	margin: 0 8px;
	padding: 0 8px;
}
.button-group button{
	background-color: transparent;
	border: none;
	margin: 0 5px;
	padding: 0 5px;
}
.button-group button:hover svg,.bquickv:hover svg{
	fill: #ff5050;
}
.button-group button::after{
	content: '|';
	color: #ededed;
	position: absolute;
	margin: 0 12px;
	top: 10px;
	-webkit-margin-start: 22px;
}
.button-group {
    background-color: #fff;
    padding: 9px 0px 10px 0px;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ededed;
    border-radius: 4px;
    position: relative;

}
@media(min-width: 992px){
	.product-thumb:hover .allbtn{
    	transform: scale(1);
	}
	.product-thumb .allbtn{
	    position: absolute;
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	    bottom: 215%;
	    transition: all 200ms ease-out 0s;
	    transform: scale(0);
	    text-align: center;
	}
}
.saleen {
    position: absolute;
    top: -5px;
    right: 10px;
}
/* latest Product */
.topprom .image{
	padding: 0;
}
.toppro .product-thumb{
	border: none;
}
.topprom .caption{
	margin: 0;
	padding: 15px 5px;
}
.topprom {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 5px;
    float: left;
    width: 100%;
}
.toppro{
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.multi-row .toppro:last-child{
	margin-bottom: 0;
}
/* count down */
#count .product-thumb .caption{
	margin: 0;
	padding-left: 0;
}
#count .price-new {
    color: #203b7b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#count .price{
	display: inline-block;
	background-color: #f5f5f5;
	padding: 10px 15px;
	border-radius: 4px;
	margin: 20px 0 0 0;
}
#count h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px 0 10px 0;
	padding: 2px 0;
}
#count h4 a{
	color: #121212;
	font-size: 17px;
	font-weight: 500;
}

#count .product-thumb{
	margin: 0 0px;
	padding: 15px 0;
}
.coffer {
    font-size: 16px;
}
.codes{
	margin: 15px 0;
}
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	text-align: left;
	margin: 10px 0 10px;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-row { width:100%; display:inline-block;}
.countdown-row .countdown-amount {
	height: 45px;
	width: 45px;
	padding-top: 10px;
	display: inline-block;
	font-size: 18px;
	border: 2px solid #f1f1f1;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
}
.countdown-row .countdown-section {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}
.countdown-row .countdown-section:last-child {
	margin:0 !important;
}
.countdown-amount {
    font-size: 18px;
	font-weight:500;
	color:#444444;
}
.countdown-period {
    display: block;
	color: #767676;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-size: 13px;
	text-align: center;
	margin: 5px 0 0 0;
}
.countdown-descr {
	display: block;
	width: 100%;
}
.mfp-wrap {
    z-index: 9999 !important;
}
@media (max-width: 1199px){
	.incart::before,.mucarts {
    	display: none;
	}
	.mfp-zoom-out-cur .mfp-container {
	    height: auto !important;
	}
	.countdown-row .countdown-section {
		min-width: 43px;
	}
	.countdown-amount { font-size:12px; }
	.countdown-period { font-size:11px; line-height:14px; }
	.is-countdown { margin:20px 0 0; }
}
/* category */
.block-cat-wr:hover img {
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.1,1.1);
    cursor: pointer;
}
.block-cat-wr:hover a{
	color: #ff5050;
}
.block-cat-wr img {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.block-cat-wr {
	margin: 0;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    background-color: #f5f5f5;
}
.cate-bg {
    margin-top: 30px;
}
.cate-n{
	color: #222;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
}
.shopn {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}
/* banner */
.imgbanner{
	margin-top: 50px;
	float: left;
	width: 100%;
}
.cbanner .beffect:last-child{
	margin-bottom: 0;
}
.beffect a:hover::after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s;
}
.beffect a::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out;
}
.beffect a:hover::before {
    border: 0 solid rgba(255, 255, 255, 0.7);
}
.beffect a::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.beffect{
	position: relative;
	overflow: hidden
}
.beffect img{
	border-radius: 4px;
}
/* category */
.nav-tabs li a{
	text-transform: capitalize;
}
.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus {
    margin: 0 15px;
    border-radius: 0;
    border-bottom: 1px solid #eee !important;
    padding: 20px 0;
    display: block;
    background-color: transparent;
    border: none;
    font-family: 'Poppins-Medium';
    cursor: pointer
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color: #25274d;
}
.category-tab .nav-tabs li {
    display: block;
}
/* blog */
#blog .date-time {
    position: absolute;
    top: 10px;
    left: 25px;
    right: auto;
    background-color: #fff;
    padding: 9px;
    border-radius: 4px;
    z-index: 6;
}
.blog-right h4{
	margin: 10px 0 5px 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 1px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s ease;
}
.blog-right h4:hover, .blog-right h4 a:hover{
	color: #ff5050;
}
.blog-right h4:focus, .blog-right h4 a:focus{
color: #ff5050;
}
.blog-right p{
	font-size: 13px;
	color: #95989d;
}
.seper{
	padding: 0 10px;
}
.webi-post-author .fa-calendar{
	margin-right: 5px;
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
    border-radius: 4px;
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 0;
}
.webi-blog-image img{
	border-radius: 4px 4px 0 0;
}
#blog .product-block .webi-blog-image {
    margin-bottom: 0;
}
.webi_post_hover {
    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;
}
.webi_post_hover .icon {
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #25274d;
	padding: 8px 9px;
}
.webi_post_hover .icon:hover{
	background-color: #25274d;
	color: #fff;
}
.webi_post_hover .icon i{
	font-size: 16px;
}
.readmore_link i{
	vertical-align: middle;
}
.blog-ic{
	position: absolute;
	left: 0;
	right: 0;
	margin: -8px auto;
	text-align: center;
	top: 50%;
}
.lb-nav a{
	transition: none
}
#carousel0{
	border: 1px solid #f5f5f5;
	padding: 20px 10px;
	border-radius: 5px;
	margin-top: 50px;
	background-color: #f5f5f5 !important;
}
.blogal .alert {
    position: unset;
}
.headingpage {
    font-size: 15px !important;
    font-weight: 500;
}
.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 20px;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.bcomment{
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 30px;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 23px;
}
.webi-single-blog .webi-blog-image{
	margin-bottom: 15px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 15px 0
}
.allmb .webi-blog-image img {
    border-radius: 4px;
}
.allmb{
	margin-bottom: 30px;
}
/* footer */
footer .description-top{
	color: #818181;
	margin-left: 50px;
}
footer .newsletter {
	background-color: #25274d;
}
.newsletter .form-group{
	margin-bottom: 0;
}
.inputNew {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    height: 48px;
}
.main-s {
	margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.mainh {
    color: #cdcdcd;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-top: 3px !important;
    font-weight: normal;
}
.webi-newsletter svg{
 	float: left;
	margin-right: 15px;
	fill: #fff;
 }
.webi-newsletter .btn-block.btn {
    background: #ff5050;
    border: none;
    box-shadow: none;
    color: #f2f2f2;
    font-size: 13px;
    text-transform: uppercase;
    padding: 11px 15px;
    letter-spacing: 1px;
    transition: 0.3s ease;
    height: 48px;
    border-radius: 0px 4px 4px 0 !important;

}
.webi-newsletter .btn-block.btn:hover{
	background: #222;
}
.webi-newsletter .inputNew{
	border-radius: 4px 0 0 4px !important;
}
.webi-newsletter .inputNew{
	color: #7a7a7a;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}
.fpayment li{
	display: inline-block
}
.fpayment i{
	font-size: 24px;
	color: #767676;
}
.copya{
	color: #767676;
}
.copy .text-left a:hover,.fpayment i:hover{
	color: #ff5050
}
.copy {
    background-color: #eeeeee;
    padding: 18px 0;
}
.fo-be span {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.fo-r{
    padding: 33px 15px;
}
.fo-be{
    margin: 0 8px;
}
.fo-be, #fo-d, #fo-d li {
    display: inline-block;
}
.f-d1 {
    background-repeat: no-repeat;
    height: 36px;
    width: 112px;
    background-image: url('../../../../../image/catalog/fb1.png');
    display: inline-block;
}
.f-d2 {
    background-repeat: no-repeat;
    height: 36px;
    width: 140px;
    background-image: url('../../../../../image/catalog/fb2.png');
    display: inline-block;
}
.fsocial li {
    height: 35px;
    width: 35px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 100%;
    padding: 8px 0;
    background: #e9e9e9;
    text-align: center;
    transition: 0.3s ease;
    display: inline-block
}
.fsocial li a{
	color: #616161;
	line-height: 0
}
.fsocial li:hover {
    background: #ff5050;
}
.fsocial li:hover a{
	color: #fff;
}
.fpayment{
	margin-top: 6px;
}
.middle-footer{
	margin: 50px 0;
}
#column-left1 p{
	margin: 25px 0;
	color: #767676;
	font-size: 13px;
	line-height: 28px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
.f-left i{
	width: 25px;
}
.webi-newsletter .alert{
	position: absolute;
	top: auto;
	bottom: -85px;
	font-size: 12px;
	padding: 8px 5px;
	letter-spacing: 0;
	left: 15px;
	right: 15px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
    z-index: 8;
    height: 32px;
    width: 32px;
    line-height: 0;
    padding: 4px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #222;
    color: #fff;
    border-radius: 4px;
}
#scroll:hover {
    background: #ff5050;
}
#scroll i {
    font-size: 20px;
}
/* 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: #25274d;
    border-color: #25274d;
    z-index: 0
}
.pagination > li > a, .pagination > li > span {
    color: #25274d;
    padding: 7px 12px 5px 12px;
    border: 1px solid #eee;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #25274d;
    border-color: #25274d;
}
.pagi .tot{
	line-height: 34px;
}
.pagi{
	margin: 0;
	border-radius: 4px;
	border: 1px solid #eee;
	padding: 8px 0;
}

/* category page */
/* menu */
@media(min-width: 992px){
	.homeheader #under-menu{
		position: unset;
		display: block
	}
	.otherheader #under-menu.collapse{
		display: none;
	}	
	.otherheader #under-menu.collapse.in{
		display: block;
	}
}
.homeheader .wrmenu{
	display: none
}
.wrmenu .navbar-toggle{
	display: block
}
.wrmenu .navbar-toggle {
    color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border: none;
	background: #ff5050;
	min-width: 40px;
	min-height: 40px;
	vertical-align: middle;
	border-radius: 4px;
	position: absolute;
	top: -47px;
	margin: 0;
}
.title-menu{
    background: rgba(255,255,255,0.1) none repeat scroll 0 0;
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
#pt_vegamenu:hover .ico-menu .bar::after {
    left: 0;
}
.ico-menu .bar::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    background: #ff5050;
    transition: .3s;
        transition-delay: 0s;
    transition-delay: 0s;
}

.cate{
	vertical-align: middle;
	display: inline-block;
	padding: 3px 15px;
}
.meni {
    transition: 0.3s ease;
    margin-top: 3px;
}
.sub-menu .meni {
    display: none;
}
.menu li a:hover .meni {
    transform: rotate(-90deg);
}
.wr-menu {
    margin-bottom: 0;
}
.oddmenu {
    background-color: #f6f6f6;
}
.sub-menu .oddmenu {
    background-color: #fff;
}
@media(min-width: 768px){
	.ico-menu .bar:nth-child(1) {
    top: 0;
    width: 18px;
}
.ico-menu .bar:nth-child(2) {
    top: 5px;
    width: 15px;
}
.ico-menu .bar:nth-child(3) {
    top: 10px;
    width: 12px;
}
.ico-menu .bar:nth-child(1)::after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ico-menu .bar:nth-child(2)::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.ico-menu .bar:nth-child(3)::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.ico-menu .bar {
    position: absolute;
    height: 2px;
    background-color: #fff;
    overflow: hidden;
}
.ico-menu {
    position: relative;
    width: 16px;
    top: -7px;
    margin: 0 auto;
    left: 0;
}
.ico-menu .bar::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-delay: 0s;
}
.wr-menu .navbar-toggle {
    padding: 2px 0 0;
	border: none;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	transition: all .3s ease-in-out;
	display: block;
	float: left;
}
}
/* product page */
.custreview{
	text-transform: capitalize;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px;
}
#review .custreview:nth-child(1)  {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}
#tab-review #review{
	border: 1px solid #eee;
	padding: 10px;
}
#tab-review #review p{
	margin-bottom: 0
}
.custreview p{
	color: #777;
	line-height: 23px;
	font-size: 13px;
	margin-bottom: 0;
}
.crspc {
    padding: 10px 0;
}
.rsep {
    padding: 0 20px;
}
#zoom_03{
	border-radius: 4px;
}
.thumbnail{
	border: none;
	padding: 0;
}
#zoom_03{
	border: 1px solid #ededed;
}
.pro-price{
	font-size: 18px !important;
	color: #25274d !important;
	font-family: 'Poppins-Medium';
}
.palert,#tab-review .alert{
	position: relative;
}
#product-product .alert, #account-wishlist .alert {
    position: unset;
}
#tab-review #review{
	margin-bottom: 15px;
}
.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}
.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #25274d;
    left: 0;
}
.product-tab .nav-tabs > li.active > a,.product-tab .nav-tabs > li.active > a:focus,.product-tab .nav-tabs > li.active > a:hover {
    color: #25274d;
    cursor: default;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.product-tab .nav > li > a:focus,.product-tab .nav > li > a:hover,.product-tab .nav-tabs > li > a{
    border: none;
    background: transparent;
}
#tab-review i{
	color: #ff5050;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
#tab-specification strong{
	color: #25274d;
}
.pro-content h1 {
	font-size: 18px;
	text-transform: capitalize;
	color: #25274d;
	letter-spacing: 1px;
	margin-top: 0;
}
.pro-content .alert,.product-quickview-detail .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    color: #222;
    border-radius: 0;
}
.btnminus,.btnplus{
    line-height: 22px;
}
.producthr {
    border-top: 1px solid #f2f2f2;
}
.text-decor, .text-de {
    text-transform: capitalize;
    color: #222;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
    line-height: 25px;
}
.textdeb {
    color: #ff5050;
    margin: 0 4px;
}
.textdeb:hover{
    color: #25274d;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-family: 'Poppins-Medium';
	font-size: 24px;
	margin-top: 0
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    color: #111;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #25274d;
    color: #fff;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    border: none;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	z-index: 0;
}
.datebtn:hover, .btnup:hover, .add-to-cart:hover,.add-to-cart:active:focus, .add-to-cart:focus{
    background-color: #ff5050;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
}
.btnup {
    color: #fff;
    background-color: #25274d;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border-radius: 4px;
    border: none
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #25274d;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .pcrt svg{
	fill: #fff;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ededed;
}
.pro-content #input-quantity{
	border-radius: 0;
}
.product-tab{
	margin-top: 30px;
	border: 1px solid #ededed;
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #ededed;
}
.product-tab li{
	margin: 0 15px;
}
.product-tab .tab-pane{
	padding: 15px;
}
.product-tab .tab-pane table{
	margin-bottom: 0;
}
.co-heading {
    font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 0
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ededed;	
}
.qtlabel{
	margin-top: 5px;
}
.product-tab #review .fa-stack{
	font-size: 8px;
}
#gallery_01 img{
	border: 1px solid #ededed;
	border-radius: 4px;
}
#gallery_01 .col-xs-12{
	padding: 0 5px;
}
.galarow{
	margin: 0 -5px;
}
#under-menu{
	position: absolute;
	width: 100%;
	z-index: 1;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.relspace{
	padding: 0
}
/* category page */
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #25274d;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ededed;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.cate-top {
    background-color: #fff;
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 20px;
}
.cate-top img{
	border-radius: 4px;
}
.cate-top h2{
	font-size: 18px;
	color: #25274d;
	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-border {
    background-color: #fff;
	border: 1px solid #eee;
	margin: 0 0 20px 0;
	padding: 10px 0px;
	border-radius: 4px;
}
#compare-total{
	padding: 0;
	color: #25274d;
	font-weight: 500;
	margin-top: 5px;
}
.catesort label {
    background-color: #fff;
    border: none;
    color: #222 !important;
}
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #222;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #222;
}
.select-input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius: 4px !important;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid,.product-list{
	margin-bottom: 30px;
	padding: 0 5px;
}
.product-grid .price{
	height: 20px;
}
.product-grid .product-thumb,.product-list .product-thumb{
	border: 1px solid #eee;
	border-radius: 4px;
}
/* .product-grid .list-des {
    display: none;
} */
.product-grid{
	padding: 0 5px;
}
.catemarging{
	margin: 0 -5px;
}
.list-des {
    color: #727272;
    margin-top: 10px;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
}
.product-list .price{
	border-top: none;
	margin-top: 0;
}
.product-list .protitle a{
	font-size: 18px;
}
@media(min-width: 992px){
	.product-list .product-thumb .allbtn {
    	position: unset;
    	transform: none;
    	text-align: left;
    	margin-top: 15px;
    	transition: none;
	}
	.product-list .product-thumb:hover .allbtn{
		transform: none;
		transition: none;
	}
}
/* filter */
.panel-default {
    border-color: #eee;
}
.list-group-item{
	border: 1px solid #eee;
}
.catfilter .panel-heading {
    background: #eee;
    color: #222;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    border: none;
    border-radius: 0;
}
.catfilter .panel-heading button{
	border: none;
	background: transparent;
	box-shadow: none;
}
/* other pages */
.infobg{
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 15px;
}
.product-quickview-detail .swiper-viewport{
	margin: 0
}
.product-quickview-detail {
    width: 100%;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	box-shadow: none !important
}
#information-contact img{
	margin-bottom: 10px;
}
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.search-page .select-input{
	position: relative
}
.brand-list .brands-content {
    padding: 8px;
}
.bname {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
}
.brand-list {
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}
.comb .btn-primary{
	margin: 3px 0;
}
.com-description {
    width: 25%;
}
.com-summary {
    width: 1%;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
.acpage h2, .acpage h1, .not-found-head,.sitem h1{
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    margin-top: 0;
    border-radius: 4px 4px 0 0;
}
.sitem ul{
	line-height: 35px;
	padding-left: 25px;
	padding-right: 25px;
}
.sitem ul li{
	list-style: url;
}
#accordion #input-password,#affiliate-login #input-password,#account-login #input-password{
	margin-bottom: 10px;
}
#accordion .panel-title i {
    float: right;
}
.panel-title{
	font-size: 14px;
}
.valign{
	vertical-align: middle !important;
}
.well {
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background: transparent;
}
.well p{
	font-size: 14px;
}
.achead {
    font-size: 14px !important;
    color: #fff !important;
    background-color: #25274d;
    padding: 8px 10px;
}
.acco {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}
.accolor {
    margin-top: -10px;
    padding: 10px 5px !important;
    line-height: 25px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    border-radius: 0 0 4px 4px;
}
.accolor:last-child{
	margin-bottom: 0
}
.table-hover > tbody > tr:hover {
    background-color: transparent;
}
.addlist{
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px;
}
.addl{
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}
/* newsletter popup */
.newsletter-bg{
	text-align: center;
	padding: 45px 35px;
}
.newsletter-bg .description-top h2{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 26px;
	margin: 25px 0;
	color: #222;
}
.newsletter-bg .description-bottom{
	display: none;
}
.newsletter-bg .description-top p{
	font-size: 13px;
	margin-bottom: 20px;
	color: #222;
	line-height: 25px;
	padding: 0 25px;
}
.newsletter-bg .button-submit{
	margin-bottom: 20px;
}
.newsletter-bg .checkbox label{
	color: #222;
}
.newsletter-bg .button-submit button{
	background: #25274d;
	color: #fff;
}
.newsletter-bg .button-submit button:hover{
	background: #222;
	color: #fff;
}
.newsletter-bg .inner .form-group input{
	width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
}
.news-popup .checkbox{
	display: inline-block
}
.headicon {
    margin-top: -4px;
}
.news-popup .inner .valid .alert {
    position: unset;
    width: 70%;
    margin: 0 auto 15px auto;
}
/* responsive */
@media(min-width: 768px) and (max-width: 991px){
	.button-group button::after {
    	margin: 0 11px;
    	-webkit-margin-start: 22px;
	}
	.button-group button,.bquickv {
    	margin: 0 6px;
    	padding: 0 6px;
	}
	.tab-head .nav-tabs {
	    top: 30px;
	}
	.f-left i {
    	width: 15px;
	}
	.fpayment i {
    	font-size: 20px;
	}
}
@media (min-width: 768px){
	#menu .submenu-title{
		margin-bottom: 8px;
	}
	.product-list .image,.product-list .caption{
		float: left;
		position: relative
	}
	.product-list .caption{
		margin: 0;
		padding: 10px;
	}
/* 	.manun{
		padding-left: 85px;
	} */
	.manun{
		padding: 13px 15px;
	}
	#form-language::before,#form-currency::before{
		content: '|';
		margin: 0 15px;
		color: #4d4d4d;
	}
	 #menu li a:hover .enangle {
	    transform: rotate(-90deg);
	}
	.enangle {
	    font-size: 18px;
	    transition: all 0.3s ease 0s;
	}
	#menu .dropdown-inner a {
    	min-width: 200px;
    	padding: 3px 9px;
	}
	#cart.open .dropdown-menu, #top .open .dropdown-menu,.inuser.open .dropdown-menu{
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	    margin-top: 15px !important;
	    border-top: 2px solid #25274d;
	}
	#cart .dropdown-menu, #top .dropdown-menu,.inuser .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;
	    margin-top: 50px;
	    right: 0;
	    left: auto;
	    margin: 10px 0 0;
	    border: 1px solid #eee;
	    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
		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;
		margin-top: 50px;
		border-radius: 0 0 4px 4px;
	}
	#menu .navbar-nav > li,#menu .navbar-nav{
		float: none;
		z-index: 2;
		border-radius: 4px;
		background: #fff;
	}
	#menu .navbar-nav > li{
		padding: 0 15px;
	}
	#menu .navbar-nav > li a.dropdown-toggle,.bmenu{
		border-bottom: 1px solid #eee;
	}
	li.view_more a{
		border-bottom: none !important;
	}
	#mySidenav{
		position: absolute;
		top: 70px;
		width: 100%;
		z-index: 9;
	}
	.menurel{
		position: relative;
	}
	#menu .navbar-collapse.collapse{
		background: #fff;
		padding: 0;
		border-radius: 4px;
	}
	#menu .nav > li > a:focus,#menu .nav > li > a:hover,.my-menu a:hover,.my-menu a:focus{
		color: #ff5050;
		background-color: transparent;
	}
	.my-menu a{
		display: block;
		cursor: pointer
	}
	#menu .dropdown:hover .dropdown-menu {
	    display: block;
	    padding: 12px 0;
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	    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: 102%;
	    right: auto;
	    margin: 0 !important;
	    border: none;
	    top: 0;
	}
}
@media (min-width: 1410px){
	.menuwidth,#product-category #column-left,.acpage #column-right{
		width: 20%;
	}
	.manun{
		width: 60%;
	}
	.slb,#product-category #content,.acpage #content{
		width: 80%;
	}
	.product-list .image{
		width: 25%
	}
	.product-list .caption{
		width: 75%;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	.wbSearch{
		width: 60%;
	}
	.headicon{
		width: 23%;
	}
	.webi-newsletter{
		width: 75%;
	}
	.fo-r{
		width: 25%;
	}
	.product-list .image{
		width: 30%
	}
	.product-list .caption{
		width: 70%;
	}
	.proimg {
		width: 40%;
	}
	.pro-content {
		width: 60%;
	}
	.codes,.fo-be{
		display: none;
	}	
	#logo img {
    	max-width: 160px;
	}
	.menuwidth{
		width: 25%;
	}
	.manun{
		width: 50%;
	}
	.slb{
		width: 75%;
	}
	#menu .navbar-nav > li > a, .view_more a {
	    padding: 10px 0;
	}
	footer h5 {
    	font-size: 15px;
	}
	.main-s {
    	font-size: 16px;	
	}
	.product-grid{
		width: 33.33%;
		clear: none !important
	}
}
@media(min-width: 1410px) and (max-width: 1599px){
	#menu .navbar-nav > li > a, .view_more a {
	    padding: 11.1px 0;
	}
}
@media (min-width: 768px){
	.middle-footer h5 button {
	    display: none;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.headicon {
    	margin-top: 9px;
	}
	.inuser {
    	margin: 0 20px;
	}
	.manun ul li {
	    margin-right: 12px;
	}
	.top-st svg {
    	margin-right: 0;
	}
	.get {
    	text-transform: capitalize;
	}
	.headcenser {
    	margin: 0 10px;
	}
	.allcomment h5{
		font-size: 14px;
	}
	.blog_comment::before, .blog_comment::after {
	    padding: 0 7px;
	}
	.product-list .image{
		width: 33.33%
	}
	.product-list .caption{
		width: 66.66%;
	}
	#cattab .product-thumb img{
		max-width: 265px;
	}
	.cbanner .beffect {
    	margin-bottom: 20px;
	}
	#menu .navbar-nav > li > a, .view_more a {
	    padding: 10.5px 0;
	}
	#menu .dropdown-inner a {
	    min-width: 180px;
	    padding: 3px 10px;
	}
	footer h5 {
	    font-size: 14px;
	    text-transform: capitalize;
	}
	#search-by-category .search-container .categories-container{
		width: 33%;
	}
	.deliveryshed h4 {
    	margin: 0 2px;
	}
}

@media (max-width: 991px){
	.list-des {
    	max-height: 40px;
    	overflow: hidden;
	}
	.pagi .tot {
    	font-size: 12px;
	}
	.tab-head h1, .heading {
    	margin-top: 30px;
    	margin-bottom: 20px;
	}
	.imgbanner,footer,#carousel0,.offerbanner{
		margin-top: 30px;
	}
	.button-group{
		margin-top: 10px;
		position: relative;
	}
	.copy {
    	padding: 15px 0;
	}
	.fo-be{
		display: none;
	}
	footer h5 {
    	font-size: 14px;
	}
	.flogoxs{
		text-align: center;
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.flogoxs img{
		margin: 0 auto;
	}
	.middle-footer  ul{
		padding: 0 15px;
	}
	.webi-blog-image{
		margin-bottom: 15px;
	}
	.addlist{
		margin-bottom: 10px;
	}
	.breadcrumb{
		margin: 0px 0 15px 0;
	}
	#testi .item p{
		margin: 10px;
	}
	.middle-footer {
    	margin: 20px 0;
	}
	.middle-footer .btn.toggle{
	    color: #232323;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: 0px;
	    right: 0;
	    width: 100%;
	}
	footer h5 .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.headicon {
    	margin-top: 9px;
	}
	.inuser {
    	margin: 0 10px;
	}
	.cleft #content .col-sm-4:nth-child(3n+1) {
    	clear: none;
	}
	.product-list .image{
		width: 40%
	}
	.product-list .caption{
		width: 60%;
	}
	.proreview{
		margin: 0 15px;
		padding: 0 15px;
	}
	.deliveryshed li{
		display: block;
		text-align: center
	}
	.cbanner .beffect {
    	margin-bottom: 18px;
	}
	.deliveryshed h4 {
    	margin: 6px 0 0 0px;
    	font-size: 13px;
	}
	#menu .dropdown-inner a {
	    min-width: 154px;
		padding: 3px 5px;
	}
	#menu .submenu-title{
		font-size: 13px;
		letter-spacing: 0;
	}
	#menu .dropdown-submenu .grand-child{
		font-size: 12px;
	}
	#testi{
		margin: 40px auto;
	}
	#btn-search-category{
		min-width: auto
	}
	#search-by-category .search-container .categories-container{
		width: 40%;
	}
	#under-menu {
    	z-index: 9;
	}
	.position-static{
		border-left: none;
		border-right: none;
	}
	.cart-tot {
    	display: none;
	}
	.get{
		text-transform: capitalize;
	}
}
@media(min-width: 412px) and (max-width: 599px){
	.product-grid, .product-list{
    	width: 50%;
	}
	.tab-pane .product-layout,.onsalerow .product-layout{
		padding: 0 5px;
	}
	#featurep .row,#bestseller .row,.onsalerow{
		margin: 0 -5px;
	}
}
@media (max-width: 599px){
	.imgbanner .beffect:nth-child(2){
		margin: 10px 0;
	}
	.imgbanner .col-xs-4{
		width: 100%;
	}
	.product-quickview-detail .sticky, .product-quickview-detail .pro-content, .product-quickview-detail .prorate {
	    width: 100%;
	}
	.blog_links{
		font-size: 12px;
		letter-spacing: 0;
	}
	.allcomment h5{
		font-size: 14px;
	}
	.blog_comment::before, .blog_comment::after {
	    padding: 0 7px;
	}
	.pagi .text-left,.pagi .text-right{
		text-align: center;
		width: 100%;
	}
	.sellb,.cbanner{
		display: none
	}
	.imgbanner{
		width: 100%;
	}
	.catb.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catb.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catb {
		position: absolute;
		right: 15px;
		top: 30px;
		background: #fff;
		padding: 0;
		border: none;
		box-shadow: none;
	}
	.category-tab {
	    position: relative;
	}
	#cattab.owl-theme .owl-controls .owl-buttons div{
		display: none
	}
	.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus{
		padding: 8px 0;
	}
	#cat_tab .nav-tabs{
		border: 1px solid #eee;
		margin-bottom: 10px;
	}
	.pro-content .rating li{
		font-size: 12px;
		letter-spacing: 0;
	}
	.proreview{
		margin: 0 5px;
		padding: 0 5px;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
}
@media (min-width: 600px){
	.catb{
		display: none;
	}
	.home-cat.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
	#cat_tab .nav-tabs{
		border: 1px solid #eee;
		position: absolute;
		background: #fff;
		left: 15px;
		right: 15px;
		z-index: 2;
	}
	.pagination{
		display: inline;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.countdown-row .countdown-amount {
		height: 50px;
		width: 50px;
		padding-top: 10px;
	}
	#cattab .product-thumb img{
		max-width: 215px;
	}
	.home-cat, .category-tab .tab-content,.product-grid, .product-list, .ses{
    	width: 50%;
	}
	.cbanner .beffect {
	    margin-bottom: 15px;
	}
	.ct {
	    display: none;
	}
	.list-des{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
@media (max-width: 767px){
	.acsvg {
    	width: auto;
    	height: auto;
    	padding: 0;
    	background-color: transparent;
	}
	.inuser {
    	margin: 0 12px;
	}
	#count .product-thumb .caption{
		padding: 0 15px !important;
	}
	.middel-header{
		padding: 0;
	}
	.bquickv{
		display: none;
	}
	.bwish::after{
		display: none;
	}
	.button-group button::after {
	    content: '|';
	    color: #ededed;
	    position: absolute;
	    margin: 0 23px;
	    top: 10px;
	}
	.inwish{
		display: block;
	    line-height: 30px;
	}
	.offrow{
		margin: 0;
	}
	.topprom .caption {
    	padding: 0 5px;
	}
	footer h5 {
    	font-size: 14px;
    	margin-bottom: 8px;
	}
	.newsletter-bg .description-top p{
		padding: 0
	}
	.newsletter-bg .description-top h2{
		font-size: 18px;
	}
	.newsletter-bg .inner .form-group input{
		width: 100%;
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.pro-content h1{
		margin-top: 20px;
		font-size: 16px;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.product-tab .nav-tabs li a{
		padding: 10px 0;
		font-size: 12px;
		letter-spacing: 0;
	}
	.product-tab li {
    	margin: 0 8px;
	}
	.product-tab .tab-pane {
	    padding: 8px;
	}
	#tab-description{
		font-size: 12px;
	}
	.wrmenu .navbar-toggle{
		display: none
	}
	#under-menu{
		display: block;
		border: none;
	}
	#menu .navbar-nav > li > a, .view_more a{
		padding: 10px 10px;
	}
	.xscur{
		text-align: left;
		margin: 0 8px;
		width: auto;
		padding: 0
	}
	.xscur .dropdown-menu button{
		width: auto;
		color: #222;
		font-size: 13px;
	}
	.haccount.dropdown-menu > li > a{
		padding: 5px 10px;
	}
	.xscur button.dropdown-toggle{
		border: 1px solid #eee;
		padding: 5px;
		color: #222;
		font-size: 13px;
		letter-spacing: 0;
		border-radius: 4px;
	}
	.haccount{
		min-width: 250px;
	}
	#menu .dropdown-submenu .grand-child li a{
		line-height: 25px;
	}
	.copy,.copy .text-left,.copy .text-right{
		text-align: center
	}
	.fsocial{
		margin: 8px 0
	}
	#testi{
		margin: 15px auto;
	}
	#common-home #content{
		padding: 0
	}
	#cart-total{
		left: 13px;
	}
	.linkback {
	    padding: 0;
	    margin-bottom: 0;
	}
	.headicon svg{
		width: 22px;
		height: 22px;
	}
	#btn-search-category{
		min-width: auto
	}
	#search-by-category .search-container .categories-container{
		display: none
	}
	.headicon{
		padding: 0;
		margin-top: 0
	}
	.htop{
		padding: 15px 0 0 0;
	}
	#logo img{
		max-width: 110px;
	}
	.menuwidth{
		position: absolute;
		left: 0;
		top: 15px;
		width: auto;
	}
	#menu .navbar-toggle i{
		font-size: 17px;
	}
	#menu .navbar-toggle{
		margin: 0;
		padding: 0;
		border: none;
	}
	#logo{
		margin-left: 35px;
		padding-top: 0;
	}
	.search-box.input-group {
    	border-radius: 4px !important;
    	border: 1px solid #dcdcdc !important;
	}
	#btn-search-category{
		height: 40px;
		padding: 0 12px;
	}
	.xscur{
		display: block;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.xscur .dropdown-menu{
		right: auto;
	}
	.cart-tot{
		display: none;
	}
	.headicon svg {
    	fill: #25274d;
	}
	.tab-head h1, .heading{
		font-size: 16px;
	}
	.tab-head .nav-tabs > li > a{
		font-size: 14px;
	}
	.tab-head .nav-tabs{
		text-align: left;
		top: 30px;
		right: 15px;
	}
	.bests {
    	margin: 0 5px;
	}
	.next-prevb .owl-theme .owl-controls .owl-buttons div{
		display: none;
	}
	#search-by-category{
		margin: 10px 0;
	}
	.wbSearch {
    	padding: 2px 15px;
	}
	/* sidenav */
	#mySidenav li a i{
		margin-top: 4px;
	}
	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;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    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: #222;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}
	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	#menu .navbar-collapse {
	    display: block;
	    border: none;
	}
	.dblock{
		display: block;
	}
	.dnone{
		display: none
	}
	.catfilter .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    cursor: pointer;
	}
	.catfilter .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    cursor: pointer;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 10px;
	    right: 15px;
	    padding: 0;
	    background: transparent;
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.catfilter .panel-heading{
		padding: 10px 15px;
	}
}
@media(min-width: 768px){
	.acd {
	    border: 1px solid #eee;
	    border-radius: 4px;
	    display: inline-block;
	    padding: 5px 0;
	}
	.hlogout {
		text-align: center;
		padding: 16px 0;
		min-width: 250px;
	}
	.hlogout h5 {
	    font-size: 16px;
	    padding: 0px 15px;
	    margin-top: 0;
	}
	.hlogout h6 {

	    font-size: 12px;
	    padding: 0px 15px;
	    color: #777;

	}
}