@font-face{
    font-family: 'Oswald-Medium';
    src:url(../../../javascript/webiarch/fonts/Oswald-Medium.ttf);
}
body {
	font-family: 'Poppins', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	color: #1e1e1e;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #f5f5f5;
	letter-spacing: 0.7px;
}
h1, h2, h3, h4, h5, h6 {
	color: #1e1e1e;
}
.form-control::-moz-placeholder {
    color: #aaa;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-3x {
	font-size: 22px;
}
/* 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: #232323;
	transition: 0.3s ease
}
a:hover,a:focus{
	text-decoration: none;
	color: #cccccc;
	outline: none
}
:focus{
	outline: none;
}
b, strong{
	font-weight: 600;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	color: #cccccc;
}
.owl-wrapper-outer{
	border: none;
	box-shadow: none
}
.owl-carousel{
	background: transparent!important;
	margin: 0;
}
.list-inline{
	margin: 0;
	padding: 0;
	display: flex;
}

ul{
	padding: 0
}
ol, ul{
	margin-bottom: 0
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    color: #cccccc;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}
label {
	font-size: 14px;
	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 {
	font-size: 13px;
	z-index: 0
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none
}
.input-lg{
	border-radius: 0
}
.form-control{
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 0;
	height: 35px;
	color: #1e1e1e;
}
.form-control:focus {
    border-color: #eee;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-wrapper-outer{
	border-radius: 0
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{
	border-radius: 0
}
.table-bordered,.table > tbody + tbody,.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border: 1px solid #eee;
	font-size: 14px;
}
/* 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;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent!important;
    border-color: transparent;
}
/* search */
#search .input-lg {
	height: 45px;
	line-height: 20px;
	padding: 0 10px;
	border: none;
}
/* 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;
	padding: 10px 0;
}
.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 #eee;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee;
	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: #cccccc;
}
.cartname a{
	font-weight: 500;
}
.cartprice {
    clear: both;
    position: relative;
    top: -35px;
    left: 70px;
    width: 50%;
    color: #cccccc;
    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 #eee;
}
/* menu */
#menu .submenu-title{
	font-weight: 500;
}
#menu .dropdown-submenu {
    margin-bottom: 10px;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 3px 12px;
	clear: both;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent!important;
}
#menu .btn-navbar {
	color: #555;
	padding: 0;
	margin: 0;
	float: none;
}
#menu .btn-navbar i{
	font-size: 17px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #cccccc;
}

.nav li a {
	color: rgb(0, 0, 0) !important;
}
  
#top-links .list-inline {
color: rgb(0, 0, 0);
}

#button_search .fa {
color: rgb(0, 0, 0);
}

.inuser .dropdown-toggle .fa {
color: rgb(0, 0, 0);
}

#cart .dropdown-toggle {
box-shadow: rgba(0,0,0,0.125)  0px 0 0 0px inset;
color: rgb(0, 0, 0);
}

#cart .dropdown-toggle .fa {
box-shadow: transparent  0px 0 0 0 inset;
color: rgb(0, 0, 0);
}

#cart .dropdown-toggle #cart-total {
box-shadow: transparent  0 0 0 0;
}

@media (min-width: 992px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 991px) {
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .dropdown-inner .submenu-title{
		padding: 3px 28px;
	}
	#menu .dropdown-inner .dropdown-submenu .grand-child a{
		padding: 3px 40px;
	}
	#menu .see-all {
		display: inline-block;
		letter-spacing: 0;
		margin: 3px 28px;
		border-bottom: 1px solid #aaa;
	}
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent!important;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	#menu .dropdown-inner ul{
		display: block;
	}
}
/* content */
#content {
	min-height: 250px;
}
/* footer */
.homefooter footer {
	background-color: #1e1e1e;
}
footer {
	background-color: #1e1e1e;
}
/* alert */
.alert {
	margin-top: 10px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0;
	padding: 10px 15px;
	border: none;
	background: #fff;
	border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li a::after {
	content: '|';
	padding: 0 15px;
	color: #1e1e1e
}
.breadcrumb > li:last-child a::after {
	content: '';
	padding: 0;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #ccc;
    content: "";
}
.pagination {
	margin: 0;
}
/* buttons */
.btn.active, .btn:active{
	box-shadow: none
}
.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-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: #1e1e1e;
	background-color: #cccccc;
	text-transform: capitalize;
	border: none;
	transition: 0.3s ease
}
.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:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.focus, .btn-primary:focus,
.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{
	background-color: #1e1e1e;
	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: #1e1e1e;
    border: none;
    transition: 0.3s ease;
    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: #1e1e1e;
    background: #cccccc;
}
.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;
}
.catlistpage.list-group a.active,.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover,.catlistpage.list-group a.active:hover{
    background: #fff;
	color: #cccccc;
	border: 1px solid #eee;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover,.catlistpage.list-group a:hover{
	background-color: #fff;
	color: #cccccc
}
/* 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;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #cccccc;
	font-size: 15px;
}
.rating .fa-star {
	color: #cccccc;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #cccccc;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
	transition: 0.3s ease;
	height: 20px;
}
.price-old {
	color: #999;
	text-decoration: line-through;
	font-size: 13px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.thumbnails {
	overflow: auto;
	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;
}

.img-responsive {
	margin: 0 auto;
}

/* 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 */
@media (min-width:1390px) {
    .container {
        width: 1360px;
    }
}
@media (min-width: 1200px) and (max-width: 1389px){
	.container {
    	width: 1170px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.container {
    	width: 100%;
	}
}
.alert {
    border-radius: 0;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
	background: transparent!important;
}
/*loader start */
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
}
#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/loading.gif') 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}
#page-preloader{
    display: none;
}
#page-preloader{
    display: block;
}
/* slide btn */
.owl-theme .owl-controls{
	margin-top: 0;
}
#slideshow0.owl-theme .owl-controls .owl-buttons div {
    color: #222;
    display: inline-block;
    margin: 0;
    padding: 4px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    min-width: 32px;
    min-height: 32px;
    transition: 0.3s ease
}
#slideshow0.owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #cccccc;
}
#slideshow0.owl-carousel .owl-buttons div i {
    font-size: 20px;
    margin: 0;
}
#slideshow0.owl-carousel .owl-buttons .owl-next {
    right: 100px;
}
#slideshow0.owl-carousel .owl-buttons .owl-prev {
    left: 100px;
}

.pro-tab .owl-theme .owl-controls .owl-buttons div,#special.owl-theme .owl-controls .owl-buttons div,
#blog.owl-theme .owl-controls .owl-buttons div,#related.owl-theme .owl-controls .owl-buttons div{
    color: #999;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent!important;
    opacity: 1;
    position: absolute;
    top: -74px;
    left: auto;
}
.pro-tab .owl-theme .owl-controls .owl-buttons .owl-prev::after,#special.owl-theme .owl-controls .owl-buttons .owl-prev::after,
#blog.owl-theme .owl-controls .owl-buttons .owl-prev::after,#related.owl-theme .owl-controls .owl-buttons .owl-prev::after{
    content: '|';
    color: #919191;
    font-size: 12px;
    padding: 0 20px;
    vertical-align: top;
    position: relative;
    top: 3px;
}
.pro-tab .owl-carousel .owl-buttons div i,#special.owl-carousel .owl-buttons div i,#blog.owl-carousel .owl-buttons div i,#related.owl-carousel .owl-buttons div i{
    font-size: 22px;
    margin: 0;
}
.pro-tab .owl-theme .owl-controls .owl-buttons .owl-prev,#special.owl-theme .owl-controls .owl-buttons .owl-prev,
#blog.owl-theme .owl-controls .owl-buttons .owl-prev,#related.owl-theme .owl-controls .owl-buttons .owl-prev{
    right: 25px;
    left: auto
}
.pro-tab .owl-carousel .owl-buttons .owl-next,#special.owl-carousel .owl-buttons .owl-next,#blog.owl-carousel .owl-buttons .owl-next,#related.owl-carousel .owl-buttons .owl-next{
    right: 15px;
}
.pro-tab .owl-theme .owl-controls .owl-buttons div i:hover,#special.owl-theme .owl-controls .owl-buttons div i:hover,
#blog.owl-theme .owl-controls .owl-buttons div i:hover,#related.owl-theme .owl-controls .owl-buttons div i:hover{
    color: #222;
}
/* search */
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.d-search button, .d-search button:hover{
	background: transparent!important;
	border: none;
	cursor: pointer;
	padding: 0;
    color: white;
}
.sideb{
    display: block;
}
.siden{
    display: none;
}

.fa.fa-search-plus.fa-3x{
    cursor: pointer;
    color: black;
    background-color: #e7e7e7;
    min-width: 40px;
    min-height: 40px;
    border: none;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    transition: 0.3s ease;
}

body.active-search {
    overflow: hidden;
}
body.active-search::before {
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 99;
    transition: all .2s ease 0s;
}
body.active-search .wbSearch {
    opacity: 1;
	transform: translateY(0);
}
.wbSearch{
	 z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	background-color: rgba(18,18,18,.9);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(-100%);
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 60px;
}
.wbSearch .close-nav i{
    margin-left: 15px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 5px;
}
.wbSearch #search_block_top{
	position: relative;
	align-items: center;
	width: 100%;
	max-width: 1000px;
}
/* search over */
/* search category */
.cate-selected{
	display: inline-block
}
.searchdes{
	color: #727272;
    font-size: 12px;
    margin-bottom: 10px;
    max-height: 40px;
    overflow: hidden;
}
.categories-container{
    float:left;
	width:210px;
    position:relative
}
.categories-container .hover-cate p {
	height: 45px;
	cursor: pointer;
	padding: 12px;
	margin-bottom: 0;
	background: #fff url('../../../../../image/catalog/searcharrow.png');
    background-repeat: no-repeat;
	background-position: right 0px bottom 7px;
}
.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: 110px;
	max-width: 1000px;
	left: 15px;
	right: 15px;
	margin: 0 auto
}
p.ajax-result-msg{
	margin: 0;
	padding: 10px;
}
#cart p.text-center{
	padding: 10px 0;
	margin: 0;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:345px;
    overflow: auto;
}
#search-by-category .item-inner:before {
	display:none;
}
#btn-search-category {
	background: #cccccc;
	color: #1e1e1e;
	height: 45px;
	box-shadow: none;
	text-transform: capitalize;
	padding: 0 8px;
	min-width: 100px;
	transition: 0.3s ease;
	font-size: 16px;
	font-weight: 500;
}
#btn-search-category:hover {
	background: #282828;
	color: #fff;
}
.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;
	letter-spacing: 0
}
.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;
}
.list-des{
	color: #777;
	line-height: 23px;
	text-transform: capitalize;
	font-size: 13px;
}
/* Search-category over */
#cart .dropdown-toggle{
	background: transparent!important;
	border: none;
	padding: 0;
}
#top-links li svg{
	fill: #fff
}
#top-links li:hover svg{
	fill: #cccccc
}
#cart-total{
	position: absolute;
	background: #cccccc;
	padding: 0;
	font-size: 12px;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	line-height: 18px;
	top: -4px;
}
.inuser{
	margin: 0 30px;
}

.vs_top_icons_left {
	margin: 0 5px 0 0;
}

#top-links{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* menu */
#menu.navbar{
	min-height: auto;
	margin-bottom: 0;
	border: none;
}
.haccount{
	min-width: 27rem;
	line-height: 25px;
	padding: 10px;
}
.haccount.dropdown-menu > li > a{
	padding: 0
}
.cdrop li{
	display: inline-block
}
.cdrop ul {
	padding: 0;
}
.cdrop ul li {
    width: 100%;
}
.haccount li a i{
	margin-right: 8px;
	min-width: 16px;
}
.haccount li{
	margin-bottom: 10px;
}
.cdrop button.dropdown-toggle{
	padding: 5px 10px;
	min-width: 115px;
	font-size: 13px;
	transition: 0.3s ease
}
.cdrop button.dropdown-toggle:hover{
	background-color: #cccccc;
}
.cdrop li,.cdrop li form{
	margin-bottom: 0
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent!important;
}
.cdrop .dropdown-menu button{
	background-color: transparent !important;
	color: black !important;
	transition: 0.3s ease;
}
.cdrop .dropdown-menu button:hover{
	color: #cccccc;
}
/* product */
.tab-head .nav-tabs > li > a{
	border: none;
/* 	color: #737373; */
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	margin: 0;
	font-size: 16px;
}
.tab-head .nav-tabs li{
	margin-top: 5px;
}
.tab-head .nav > li > a{
	padding: 0
}
.tab-head .nav-tabs > li.active > a,.tab-head .nav-tabs > li.active > a:focus,.tab-head .nav-tabs > li.active > a:hover,.tab-head .nav-tabs > li:hover > a{
	border: none;
	color: #cccccc
}

.nav-tabs > li{
	display: inline-block;
	float: none
}
.product-thumb .image{
	position: relative;
}
.product-thumb .image img, .thumbnails img, .ajax-result-item .product-image img {
	border-radius: 10px;
}
.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: 0.3s ease;
}
.protitle{
	color: #737373;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	transition: 0.3s ease;
	margin: 0;
	padding: 10px 0;
}
.protitle a{
	color: #737373;
}
.protitle a:hover,.protitle:hover{
	color: #cccccc
}
.product-thumb{
	position: relative;
	padding: 1px;
	background-color: #fff;
}
.pro-tab .product-thumb{
	margin-bottom: 30px;
}
.product-layout:last-child .product-thumb{
    margin-bottom: 0px;
}
.product-thumb .caption{
	padding: 15px;
}
.bquickv{
	display: inline-block
}
.product-thumb .button-group{
	display: flex;
	margin-top: 40px;
	position: static;
	bottom: 17px;
	left: 15px;
	right: 15px;
}
.product-thumb .button-group button,.product-thumb .button-group .bquickv a{
	background-color: #e7e7e7;
	min-width: 40px;
	min-height: 40px;
	border: none;
	vertical-align: middle;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	transition: 0.3s ease
}
.product-thumb .button-group button:hover,.product-thumb .button-group .bquickv a:hover{
	background-color: #cccccc;
}
/* .product-thumb .button-group button:hover svg,.product-thumb .button-group .bquickv:hover svg{
    fill: #fff;
} */
.bcart, #button-cart{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
}
.bcom{
	margin: 0 5px;
}
.bwish{
	background: transparent!important;
	border: none;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 15px;
}
.bwish:hover svg{
	fill: #cccccc
}
.sale::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: auto;
    right: 8px;
    border-right: 3px solid #cccccc;
    border-top: 3px solid #cccccc;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.sale {
    /* color: #fff; */
	background-color: #cccccc;
	text-transform: capitalize;
	font-size: 12px;
	padding: 5px 15px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}
.product-thumb .rating::before {
    content: "";
    background: #1e1e1e;
    height: 1px;
    top: 31px;
    left: 50%;
    right: 50%;
    position: absolute;
    transition: all 0.7s ease 0s;
}
.product-thumb:hover .rating::before {
    left: 0;
    right: 0;
}
.product-thumb .rating{
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    margin-bottom: 5px;
	padding-bottom: 11px;
}
.pro-tab,.allbgc,.blog_webi{
	background-color: #fff;
	padding: 60px 60px;
}
.tab-head{
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.tab-head h1{
	margin: 0;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oswald-Medium';
}
.nav-tabs{
	margin-bottom: 0;
	border-bottom: none
}
.bests{
	margin: 0 60px;
}
.heading{
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oswald-Medium';
}
/* service */
.deliveryinfo span{
    content: '';
    background-color: #f2f2f2;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    line-height: 60px;
    display: block;
    border-radius: 100%;
    transition: 0.5s ease;
}
.deliveryinfo ul li h4 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 10px 0;
}
.deliveryinfo ul li p {
    color: #8d8d8d;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0
}
.deliveryinfo [class*="col-"]:hover span{
    background-color: #1e1e1e;
    transform: rotateY(180deg);
    cursor: pointer;
}
.deliveryinfo [class*="col-"]:hover svg{
	fill: #fff
}
.deliveryinfo  h6{
    color: #fff;
    background: #1e1e1e;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 15px 5px;
    margin: 0 0 60px 0;
}
.deliveryinfo,.imgbanner,.logo-slider{
	background-color: #fff;
	padding: 0px 60px 60px 60px;
	margin: 0;
	position: relative;
	z-index: 9
}
/* banner */

.beffect a::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    opacity: 0.3;
    visibility: hidden;
    background-color: #000;
    transition: 1s ease 0s;
}
.beffect:hover a::before {
    visibility: visible;
    opacity: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.beffect a::before {
    width: 100%;
    top: auto;
    height: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    transition: 0.5s ease 0s;
}
.beffect:hover a::before {
    height: 100%;
    opacity: 0;
}
.beffect a{
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.beffect{
	position: relative;
}
/* lookbook */
.lookbook .customNavigation,.main-title2 .custnav{
	display: none
}
.look {
    background: url('../../../../../image/catalog/lookbook-banner/bg.jpg');
    padding: 160px 0;
}
.lookbook h2, .main-title2 h2{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: normal;
}
.lookbook h1, .main-title2 h1{
    color: #fff;
    font-size: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.lookbook p, .main-title2 p{
    color: #8d8d8d;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 28px;
}
.lookbook h1::after, .main-title2 h1::after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 30px;
    left: 0;
    bottom: 0;
}
.lookbook h3 a, .main-title2 h3 a{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.lookbook h3 a:hover, .main-title2 h3 a:hover{
	color: #cccccc;
}
.lookbook,.main-title2{
	padding: 0 60px;
}
/* testimonial */
.parallex {
    background-image: url('../../../../../image/catalog/testimonial/parallex.jpg');
    background-position: 50% 0;
/*     cursor: crosshair; */
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
}
.parallex .full{
    background-color: #fff;
    padding: 37px 15px;
    margin-bottom: 20px;
}
.parallex li:last-child {
    margin-bottom: 0
}
.full p {
    color: #838383;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
}
.full h5{
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0;
}
.test1{
	padding: 0
}
/* blog */
.blog-right h4{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s ease;
}
.blog-right h4:hover{
	color: #cccccc;
}
.blog-right p{
	font-size: 13px;
	color: #95989d;
	margin-bottom: 0
}
.seper{
	padding: 0 10px;
}
.webi-post-author .fa-calendar{
	margin-right: 5px;
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: scale(0.94,0.9);
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    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 #cccccc;
	padding: 6px 10px;
	-webkit-padding-end: 8px;
    -webkit-padding-start: 8px;
}
.webi_post_hover .icon:hover{
	background-color: #cccccc;
	color: #282828;
}
.webi_post_hover .icon i{
	font-size: 16px;
}
.readmore_link i{
	vertical-align: middle;
}
.webi-post-author{
	border-bottom: 1px solid #eee;
	padding: 15px 0
}
.blog-ic{
	position: absolute;
	left: 0;
	right: 0;
	margin: -8px auto;
	text-align: center;
	top: 50%;
}
.lb-nav a{
	transition: none
}
.blogal .alert {
    position: unset;
}
.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{
	background-color: #fff;
	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;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	line-height: 23px;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 15px 0
}
.allmb{
	margin-bottom: 30px;
	background: #fff;
	padding: 15px;
}
.sngblog{
	background-color: #fff;
	padding: 15px;
}
.sngblog h3{
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
	line-height: 23px;
}
.sngblog .blog-desc{
	margin-bottom: 0
}
/* logoslider */
#carousel0{
	padding-top: 60px;
	padding-bottom: 60px;
}
/* footer */
.middle-footer h5{
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.middle-footer li a,.f-left li{
	line-height: 30px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 1px;
	word-break: break-all;
}
.middle-footer li a:hover,.f-left li:hover{
	color: #fff
}
.f-left i {
    width: 25px;
}
.spay ul li{
	display: inline-block
}
.fsocial li a{
	min-height: 35px;
	min-width: 35px;
	padding: 10px 0;
	background-color: #fff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	text-align: center;
	transition: 0.3s ease
}
.fsocial li a {
    color: #000;
    line-height: 0;
    vertical-align: super;
}
.fsocial li a:hover{
	background-color: #cccccc;
	color: #282828
}
.fpayment li i{
	color: rgba(255, 255, 255, 0.4);
	font-size: 24px;
	transition: 0.3s ease
}
.fpayment li i:hover{
	color: #fff
}
.copy{
	padding: 15px 0;
	margin: 45px 0px 0 0px;
}
.copy .text-left,.copy .text-left a{
	color: #fff;
	font-size: 13px;
	line-height: 35px;
}
.copy .text-left a:hover{
	color: #cccccc;
}
.newsl form{
	margin: 0
}
.newsl .description-top li{
	display: inline-block;
	vertical-align: middle
}
.newsl h2 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
}
.newsl h3 {
    font-size: 13px;
    text-transform: capitalize;
    color: #8a8a8a;
    letter-spacing: 1px;
    margin: 0;
    font-weight: normal;
}
.newsl .description-top li svg{
	fill: #fff;
}
.send-btn{
	margin: 0 10px;
}
.newsl .inputNew{
	border: none;
	height: 45px;
	letter-spacing: 1px;
}
.newsl .button-submit button{
	background: #cccccc;
	height: 45px;
	transition: 0.3s ease;
	text-transform: capitalize;
	margin-left: 10px;
}
.newsl .button-submit button:hover{
	background-color: #fff;
}
.newsbrd{
	border-bottom: 1px solid #323232;
	padding: 45px 0;
	margin: 0 0px 45px 0px;
}

.newsl .valid .alert{
	bottom: -59px;
	top: auto;
	padding: 5px 8px;
	letter-spacing: 0
}
.homefooter footer{
	padding-top: 80px;
}
.fpayment{
	margin-top: 7px;
}
#scroll svg {
    fill: #cccccc;
}
#scroll {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    display: none;
    outline: none;
    z-index: 999;
    transition: all 300ms ease;
}
/* newsletter popup */
#formNewLestter .inner{
	position: relative
}
.news-popup .inner .valid .alert{
	position: unset;
    width: 70%;
    margin: 0 auto 15px auto;
}
.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: #1e1e1e;
}
.newsletter-bg .description-bottom{
	display: none;
}
.newsletter-bg .description-top p{
	font-size: 13px;
	color: #1e1e1e;
	line-height: 25px;
	padding: 0 25px;
	max-width: 455px;
	margin: 0 auto 20px auto;
	letter-spacing: 0.5px;
}
.newsletter-bg .button-submit{
	margin-bottom: 20px;
}
.newsletter-bg .checkbox label{
	color: #1e1e1e;
}
.newsletter-bg .inner .form-group input{
	width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
}
.news-popup .checkbox{
	display: inline-block
}
/* product page */
.btn.datebtn {
    min-height: 35px;
}
.btn.pcrt.btn-primary {
    min-height: 35px;
}
#product-product .alert,#account-wishlist .alert{
	position: unset;
}
.productbg{
	background-color: #fff;
	padding: 15px;
}
.zoomWrapper{
	position: relative
}
.thumbnail{
	border: none;
	padding: 0;
}
#zoom_03{
	border: 1px solid #ededed;
}
.pro-price{
	font-size: 18px;
	color: #cccccc;
	font-weight: 500;
}
.palert,#tab-review .alert{
	position: relative;
}
#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 #cccccc;
    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: #cccccc;
    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!important;
}
#tab-review i{
	color: #cccccc;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
#tab-specification strong{
	color: #cccccc;
}
.pro-content h1 {
	font-size: 18px;
	text-transform: capitalize;
	color: #cccccc;
	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;
}
.btnminus span,.btnplus span{
	position: unset;
}
.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: #cccccc;
}
.textdeb:hover{
    color: #222;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 500;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    color: #1e1e1e;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #cccccc;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
}
.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: #1e1e1e;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
	text-transform: capitalize;
}
#tab-description{
	color: #777;
	line-height: 22px;
}
.btnup {
    background-color: #cccccc;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent!important;
    color: #cccccc;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .pcrt:hover svg,.pro-content .pcrt:active 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;
	margin-bottom: 40px;
	border: 1px solid #ededed;
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #ededed;
}
.product-tab li{
	margin: 0 10px;
}
.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;
}
.rsep{
	padding: 0 20px;
}
.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
}
/* 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: #1e1e1e;
    border-color: #1e1e1e;
    z-index: 0
}
.pagination > li > a, .pagination > li > span {
    color: #1e1e1e;
    padding: 7px 12px 5px 12px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #1e1e1e;
    background-color: #cccccc;
    border-color: #cccccc;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi{
	margin: 0;
	background-color: #fff;
	padding: 8px 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination > li {
    display: inline-flex;
}
.list-group-item:first-child{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-item:last-child{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
/* category page */
.catlist-des {
	display:block;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
	/* text-transform: capitalize; */
	overflow:hidden;
	text-overflow: ellipsis;
	height:65px;
}
@media (min-width: 600px) and (max-width: 767px){
.catlist-des{height:38px;}
}

.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #cccccc;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent!important;
    border-bottom: 1px dotted #ededed;
}
.filter-panel .list-group-item {
    background-color: transparent!important;
}
.cate-top {
    background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
}
.cate-top img{
	border-radius: 4px;
}
.cate-top h2{
	/* font-size: 18px; */
	color: #cccccc;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
}
.cate-top p{
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0.5px;
}
.cate-border {
    background-color: #fff;
	margin: 0 0 20px 0;
	padding: 10px 0px;
}
#compare-total{
	padding: 0;
	color: #cccccc;
	font-weight: 500;
	margin-top: 5px;
}
.catesort label {
    background-color: #fff;
    border: none;
    color: #1e1e1e;
}
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #1e1e1e;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #1e1e1e;
}
.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;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
	display: none;
    background-color: #fff;
    padding: 0;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent!important;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid,.product-list{
	margin-bottom: 20px;
	padding: 0 5px;
}
.cpagerow{
	margin: 0 -5px;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
}
.product-list .product-thumb:hover .protitle,.product-list .product-thumb:hover .price{
	opacity: 1;
}
.product-list .product-thumb .button-group{
	position: unset;
	opacity: 1;
	display: inline-block
}
.product-list .bcart{
	width: auto;
}
.product-list .product-thumb .button-group button.bcart{
	padding: 9px 9px;
}
.product-list .product-thumb .rating{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.product-list .product-thumb .rating::before{
	background: transparent!important;
	position: unset
}
.product-list .bcom {
    margin: 0 1px;
}
.product-list .protitle a{
	color: #1e1e1e
}
.product-list .protitle a:hover,.product-list .protitle:hover{
	color: #cccccc
}
.product-list .bwish{
	opacity: 1;
	transform: scale(1, 1);
}
.panel-default{
	border: none;
	box-shadow: none;
	border-radius: 0
}
.panel-heading{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.catfilter.panel-default > .panel-heading{
	color: #fff;
    background-color: #1e1e1e;
    border: none;
    text-transform: uppercase;
}
.catfilter .panel-heading button{
	border: none;
	background: transparent!important;
	box-shadow: none;
}
.catfilter .checkbox input{
	margin-top: 3px;
}
.panel-footer{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #fff;
}
#xsfilter .list-group{
	margin-bottom: 0
}
.list-group-item{
	border: 1px solid #eee;
}
.act{
	font-weight: 500;
}
/* other pages */
.cin{
	margin-top: 8px;
}
#account-wishlist .btn-info,#account-wishlist .btn-danger,#account-order .btn-info,#account-order .btn-danger{
	padding: 8px 0;
	min-width: 30px;
	min-height: 30px;
	text-align: center
}
.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.infocnt i{
	font-size: 16px;
	vertical-align: bottom
}
.infocnt{
	margin-bottom: 20px;
}
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.search-page .select-input{
	position: relative
}
.product-quickview-detail .swiper-viewport{
	margin: 0
}
.swiper-viewport{
	overflow: hidden;
	margin : 60px 0 60px;
	background: transparent!important;
	border: none;
	box-shadow: none;
}

.product-quickview-detail {
    width: 100%;
    background-color: #fff;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: url('../image/AjaxLoader.gif') no-repeat scroll center center transparent;
	box-shadow: none
}
.mfp-close {
	background: transparent!important;
}
#information-contact .panel-default{
	border: 1px solid #eee;
}
.subheading, .acpage h1, .not-found-head{
	border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    margin-top: 0;
    font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oswald-Medium';
}
.infobg{
	background-color: #fff;
	margin: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#product-compare .infobg{
	padding-left: 0;
	padding-right: 0
}
.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%;
    color: #777;
	font-size: 13px;
}
.com-summary {
    width: 1%;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
header .pull-right>.list-inline {
	float: right;
}
#button-cart {
	width: 100%;
}
.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;
}
.well {
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
    padding: 0 15px 15px 15px;
}
.well p{
	font-size: 12px;
}
.achead {
    font-size: 14px;
    color: #fff;
    background-color: #1e1e1e;
    padding: 8px 10px;
    margin-top: 0;
}
.acco {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}
.accolor {
    margin-top: -10px;
    padding: 10px 5px;
    line-height: 25px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.accolor:last-child{
	margin-bottom: 0
}
.table-hover > tbody > tr:hover {
    background-color: transparent!important;
}
.addlist{
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px;
}
.addl{
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}

.list-inline>li {
    margin-left: 8px;
}

@media (min-width: 992px){
	#menu .dropdown:hover .dropdown-menu{
	    opacity: 1;
	    transform: scale(1, 1);
	}
	#menu .dropdown-menu{
	    opacity: 0;
	    display: block;
	    transform-origin: 0 0 0;
	    transform: scale(1, 0);
	    transition: all 500ms ease 0s;
	}
	.blogsticky{
		position: sticky;
		top: 15px;
	}
	header{
		z-index: 99;
		background: transparent!important;
	}
	.blog_webi,.parallex,.look,.allbgc{
		position: relative;
		margin-top: -80px;
	}
	.pro-tab{
		position: relative;
		z-index: 9;
	}
	.bwish{
		transform: scale(0, 0);
		transition: 0.5s ease;
		opacity: 0;
	}
	.product-thumb:hover .bwish{
		opacity: 1;
		transform: scale(1, 1)
	}
	#menu .navbar-nav{
		float: none
	}
	.navbar-nav > li {
	    display: inline-block;
	    float: none;
	}
	#menu .navbar-nav > li > a{
		padding-top: 12px;
		padding-bottom: 12px;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 1px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#menu .navbar-nav > li > a:hover{
		color: #cccccc;
	}
}
@media (min-width: 1200px) and (max-width: 1389px){
	#menu .nav > li > a{
		padding: 10px 6px;
		letter-spacing: 0.5px;
	}
	.product-grid{
		width: 33.33%;
	}
}
/* @media (max-width: 1199px){
	.mfp-container{
		height: auto
	}
} */
@media (min-width: 992px) and (max-width: 1199px){
	.blog_links{
		font-size: 12px;
		letter-spacing: 0;
	}
	.product-list .image {
    	width: 33.33%;
	}
	.product-list .caption {
	    width: 66.66%;
	}
	.wbSearch{
		padding: 60px 15px;
	}
	#menu .dropdown-inner a {
    	min-width: 195px;
    	letter-spacing: 0
	}
	.inuser {
    	margin: 0 15px;
	}
	#menu .nav > li > a{
		padding: 10px 5px;
		font-size: 12px;
		letter-spacing: 0;
	}
	.pro-tab, .allbgc, .blog_webi{
		padding: 60px 20px;
	}
	.deliveryinfo, .imgbanner, .logo-slider{
		padding: 0px 20px 40px 20px;
	}
	.lookbook, .main-title2,.mft{
		padding: 0
	}
	.copy{
		margin: 45px 0px 0 0px;
	}
	.newsbrd{
		margin: 0px 0 45px 0;
	}
	.homefooter footer{
		padding-top: 100px;
	}
	#carousel0{
		padding-top: 40px;
	}
	.parallex,.look{
		padding: 135px 0
	}
	.lookbook h1, .main-title2 h1{
		font-size: 30px;
	}
	.deliveryinfo h6{
		margin: 0 0 40px 0;
	}
	.list-group a{
		font-size: 12px;
		letter-spacing: 0.5px
	}
}
@media (max-width: 991px){
	
	.allcomment h5{
		margin-top: 15px;
		font-size: 14px;
	}
	.allmb{
		padding: 10px
	}
	.sngblog{
		margin-bottom: 20px;
	}
	.sngblog h3{
		font-size: 14px;
	}
	label{
		font-size: 12px;letter-spacing: 0
	}
	.list-group a,.acspace{
		font-size: 12px;
		letter-spacing: 0.5px
	}
	.sliderow{
		margin: 0
	}
	.inuser {
    	margin: 0 6px;
	}
	.vs_top_icons_left {
        margin: 0 6px 0 0;
	}
	.homefooter footer {
	    padding-top: 0;
	    margin-top: 30px;
	}
	#common-home #content{
		padding: 0
	}
	/* sidenav */
	#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
	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: 99;
	    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: #1e1e1e;
		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;
	}
	#menu .navbar-collapse {
	    display: block;
	    border: none;
	}
	.dblock{
		display: block;
	}
	.dnone{
		display: none
	}
	.pro-tab, .allbgc, .blog_webi{
		padding: 60px 20px;
	}
	.deliveryinfo, .imgbanner, .logo-slider{
		padding: 0px 20px 20px 20px;
	}
	.lookbook, .main-title2,.mft{
		padding: 0;
	}
	.copy{
		margin: 45px 0px 0 0px;
	}
	.newsbrd{
		margin: 0px -15px 45px -15px;
		padding: 15px 0
	}
	.parallex,.look{
		padding: 30px 0;
		margin: 30px 0;
	}
	.deliveryinfo h6{
		margin: 0 0 20px 0;
	}
	#carousel0{
		padding-top: 20px;
	}
	.lookbook h1, .main-title2 h1{
		font-size: 22px;
		margin-top: 0;
	}
	.lookbook h2, .main-title2 h2{
		font-size: 16px;
	}
	.lookbook h3 a, .main-title2 h3 a{
		margin-top: 16px;
		margin-bottom: 0;
	}
	.pro-tab, .allbgc, .blog_webi{
		padding: 20px;
	}
	.pro-tab{
		margin-top: 30px;
	}
	.product-thumb .button-group{
		position: unset;
		opacity: 1;
	}
	.menusp{
		padding: 0
	}
	#top-links,#logo{
		padding-left: 0
	}
	#logo img{
		max-width: 120px;
	}
	#top-links,.appmenu{
	    margin-top: 6px;
	}
	#slideshow0 .owl-buttons{
		display: none
	}
	.full p,.blog-right p,.deliveryinfo h6{
		font-size: 12px;
	}
	.lookbook p, .main-title2 p{
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.newsl h3{
		font-size: 12px;
		letter-spacing: 0;
	}
	.newsl h2{
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#account-wishlist .valign button.btn-info{
		margin-bottom: 3px;
	}
	.sale{
		padding: 4px 7px;
	}
	.product-list .image {
    	width: 40%;
	}
	.product-list .caption {
	    width: 60%;
	}
	.proreview{
		margin: 0 10px;
		padding: 0 10px;
	}
	.pro-content .rating li{
		font-size: 12px;
	}
	#menu .navbar-toggle{
		display: block;
	}
	.copy .text-left, .copy .text-left a{
		font-size: 12px;
	}
	.bcart{
		letter-spacing: 0
	}
	#menu .navbar-nav > li,#menu .navbar-nav{
		float: none
	}
	#menu .navbar-nav{
		margin: 7.5px -15px;
	}
	.wbSearch{
		padding: 60px 15px;
	}
}
@media (min-width: 768px){
	.fborder{
		border-left: 1px solid #323232;
	}
	.cdrop .dropdown-menu{
		right: 0;
		left: auto
	}
	#xsfilter {
	    display: block;
	}
	.middle-footer h5 button {
	    display: none;
	}
	.footer-collapse.collapse {
	    display: block;
	    height: auto;
	    padding-bottom: 0;
	    overflow: visible;
	}
	.sticky{
		position: sticky;
		top: 15px
	}
	.product-list .image, .product-list .caption {
	    float: left;
	    position: relative;
	}
}
@media (max-width: 599px){
	.pro-tab .owl-theme .owl-controls .owl-buttons .owl-prev::after, #special.owl-theme .owl-controls .owl-buttons .owl-prev::after, #blog.owl-theme .owl-controls .owl-buttons .owl-prev::after, #related.owl-theme .owl-controls .owl-buttons .owl-prev::after {
		padding: 0 15px;
	}
	.product-quickview-detail .sticky, .product-quickview-detail .pro-content, .product-quickview-detail .prorate {
	    width: 100%;
	}
	.pagi .text-left,.pagi .text-right{
		text-align: center;
		width: 100%;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.product-tab li {
    	margin: 0 4px;
	}
	.product-tab .nav > li > a{
		padding: 10px 0;
		font-size: 12px;
		letter-spacing: 0;
	}
	.tab-head .nav > li > a{
		font-size: 14px;
	}
	.bests {
    	margin: 0 7px;
	}
	.pro-content .rating .fa-stack {
    	font-size: 6px;
	}
	.pro-content .rating li{
		font-size: 12px;
		letter-spacing: 0
	}
	.proreview{
		margin: 0 4px;
		padding: 0 4px;
	}
	.pro-content #product .alert{
		font-size: 12px;
		letter-spacing: 0;
	}
	#slideshow0 .owl-item a img {
	    transform: translate(-50%,0%);
	    min-width: 355px;
	    left: 50%;
	    position: relative;
	}
	#slideshow0 .owl-item {
	    overflow: hidden;
	}
}
@media (max-width: 767px){
	.blog-right h4{
		font-size: 14px;
	}
	.pro-tab .owl-theme .owl-controls .owl-buttons div{
		display: none
	}
	.imgbanner,.bquickv{
		display: none
	}
	#product-compare .table-responsive > .table > tbody > tr > td.com-description{
		white-space: normal
	}
	.newsletter-bg{
		background-image: none;
		background: #fff;
	}
	#formNewLestter .inner .valid .alert{
		width: 100%;
	}
	.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%;
	}
	#btn-search-category{
		min-width: auto;
	}
	.fsocial li a{
		min-height: 28px;
		min-width: 28px;
		padding: 6px 0;
	}
	.fsocial{
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.newsl .inputNew,.newsl .button-submit button{
		height: 36px;
	}
	#accordion .panel-title {
	    font-size: 12px;
	}
	#accordion .panel-body{
		padding: 10px;
	}
	#accordion #button-voucher{
		padding: 7px 4px;
	}
	.btn {
    	padding: 7.5px 8px;
	}
	.blog-desc{
		font-size: 12px;
		letter-spacing: 0
	}
	.blog_links{
		font-size: 12px;
		letter-spacing: 0;
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 5px;
	}
	.subheading, .acpage h1, .not-found-head{
		font-size: 16px;
		padding: 16px 0
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	#information-contact .panel-default img{
		margin-bottom: 15px;
	}
	.heading{
		font-size: 19px;
	}
	.pro-content h1{
		margin-top: 20px;
	}
	.text-decor-bold h2{
		font-size: 18px;
	}
	.wbSearch{
		padding: 15px;
	}
	.list-des,#tab-description,.custreview p,.crspc{
		font-size: 12px;
		letter-spacing: 0
	}
	.rsep {
	    padding: 0 7px;
	}
	#search-by-category .search-ajax{
		top: 75px;
	}
	.categories-container{
		display: none
	}
	.deliveryinfo .li-center{
		margin: 15px 0;
	}
	.middle-footer .btn.toggle{
	    color: #fff;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: -3px;
	    right: 0;
	    padding: 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;
	}
	.middle-footer h5{
		font-size: 14px;
		margin-bottom: 10px;
		position: relative
	}
	.copy .text-left{
		font-size: 12px;
		letter-spacing: 0
	}
	.copy .text-left,.copy .text-right,.copy{
		text-align: center
	}
	.copy {
	    margin: 15px 0px 0 0px;
	}
	.newsbrd {
    	margin: 0px -15px 20px -15px;
	}
	.deliveryinfo h6{
		display: none
	}
	.lookbook h2, .main-title2 h2{
		margin-top: 0;
	}
	.lookbook h3 a, .main-title2 h3 a{
	    margin-top: 0;
		margin-bottom: 20px;
	}
	.parallex .full{
		text-align: center
	}
	.test1{
		margin-bottom: 15px;
	}
	.parallex .full{
		padding: 25px 0;
	}
	.tab-head .nav-tabs{
		text-align: left;
	}
	.catfilter .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    cursor: pointer;
	    float: right;
	}
	.catfilter .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    cursor: pointer;
	    float: right;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 10px;
	    width: 100%;
	    right: 0;
	    padding: 0 15px;
	    background: transparent!important;
	    color: #fff
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.catfilter .panel-heading{
		padding: 10px 15px;
	}
}
@media (min-width: 1200px){
	.product-list .image {
    	width: 25%;
	}
	.product-list .caption {
	    width: 75%;
	}
	#menu .navbar-nav li .dropdown-toggle i{
		margin: 0 3px;
	}
}
@media (min-width: 1390px){
	#product-manufacturer .product-list,#product-search .product-list{
		width: 50%;
	}
	#product-manufacturer .product-grid,#product-search .product-grid{
		width: 20%;
	}
	#product-manufacturer .product-list .image,#product-search .product-list .image{
	    width: 33.33%;
	}
	#product-manufacturer .product-list .caption,#product-search .product-list .caption{
	    width: 66.66%;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.product-list{
    	width: 50%;
	}
	.catlist-des{
		overflow: hidden;
		height: 38px;
	}
	.ct{
		display: none
	}
}
@media (min-width: 412px) and (max-width: 767px){
	.product-grid{
    	width: 50%;
	}
	.xspspace{
		margin: 0 -3px;
	}
	.xspspace .product-layout{
		padding: 0 3px;
	}
	.xspspace .product-thumb .caption{
		padding: 8px
	}
	.xspspace .product-thumb .button-group button,.xspspace .product-thumb .button-group .bquickv a{
		min-width: 35px;
		min-height: 35px;
		padding: 7px 0;
	}
	.bcart{
		letter-spacing: 0
	}
	.product-thumb .price{
		font-size: 16px;
	}
	.pro-tab .owl-carousel .owl-buttons .owl-next, #special.owl-carousel .owl-buttons .owl-next{
		right: 0;
	}
	.pro-tab .owl-theme .owl-controls .owl-buttons .owl-prev, #special.owl-theme .owl-controls .owl-buttons .owl-prev{
		right: 10px;
		left: auto;
	}
}
#cart-remove{
	background: transparent!important;
}
#cart .dropdown-menu li div .table tbody tr .text-right:last-child, .table tbody tr .text-right:last-child {
    white-space: nowrap;
}

@media (max-width: 767px) {
	#checkout-cart form .table-responsive table {
		width: 100%;
		display: flex;
	}
	#checkout-cart form .table-responsive table thead {
		display: none;
	}
	#checkout-cart form .table-responsive table tbody {
		width: 100%;
	}
	#checkout-cart form .table-responsive table tbody tr {
		width: 100%;
		display: flex;
    		flex-direction: column;
	}
}

#product-category #content .row.cpagerow {
	display: flex;
	flex-wrap: wrap;
}

#logo {
	display: flex;
	justify-content: center;
}