body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.6px;
	background-color: #fff;
}
/* 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: #000;
	transition: 0.3s ease;
}
:focus{
	outline: none;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
	text-decoration: none;
	outline: none;
	color: #f95428;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #000;
	border-color: #f2f2f2;
}
label {
	font-size: 12px;
	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;
}
.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;
	color: #000
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
@media (max-width: 991px){
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container {
        width: 963px;
    }
}
@media (min-width:1200px) and (max-width:1409px){
    .container {
       width: 1170px;
    }
}
@media (min-width: 1410px){
    .container {
        width: 1380px;
    }
}
.form-control{
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 0
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{
	border-radius: 0
}
.form-control:focus{
	border: 1px solid #f95428;
	box-shadow: none
}
/* search */
#search .input-lg {
	height: 45px;
	padding: 0 10px;
	border: none;
	font-size: 14px;
	border-radius: 0
}
#search .btn-lg {
	height: 45px
}
#search .form-control:focus{
	border: none;
	box-shadow: none;
}
/* cart */
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
#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 !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
	font-size: 12px;
}
.cartqt{
	width: 12%;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartdrop img{
	max-width: 60px;
	padding: 0
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartname:hover{
	color: #000;
}
.cartname a{
	font-weight: 500;
}
.cartprice {
    clear: both;
    position: relative;
    top: -35px;
    left: 70px;
    width: 50%;
    color: #000;
    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 .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .collapse .nav li {
    padding: 0 15px;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 2px;
	clear: both;
	line-height: 23px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
    padding: 0;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title {
    font-weight: 500;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* content */
#content {
	min-height: 600px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 0
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 15px;
	background: #f7f7f7;
	border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li a:hover{
	color: #000;
}
.breadcrumb > li a:hover{
	color: #f95428;
}
.breadcrumb > li a::after {
	content: '|';
	padding: 0 15px;
	color: #000;
}
.breadcrumb > li:last-child a::after {
	content: '';
	padding: 0;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #000;
    content: "";
}
.pagination {
	margin: 0;
	padding: 0;
}
/* buttons */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: none;
	border-radius: 0;
	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.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,.btn.active, .btn:active{
	outline: none;
	box-shadow: none
}
.btn-primary {
	background-color: #f95428;
	color: #fff;
	border: none;
	text-transform: capitalize;
	transition: 0.3s ease;
	font-size: 14px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary: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{
	background-color: #000;
	color: #fff
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger,.btn-info{
	color: #ffffff;
	background-color: #f95428;
	transition: 0.3s ease;
}
.btn-danger:hover,.btn-info: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{
	background-color: #000;
	color: #fff
}
.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-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 0;
	transition: 0.3s ease;
}
.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;
	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: #f95428;
	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: #f95428
}
.list-group-item:first-child,.list-group-item:last-child{
	border-radius: 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;
}
.rating .fa-stack {
	font-size: 6px;
	width: 12px;
	height: 12px;
}
.rating .fa-star-o,.rating .fa-star{
	color: #ffc600;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ffc600;
}
h2.price {
	margin: 0;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color: transparent;
}
/*loader */
#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/loader.gif') 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}
#page-preloader{
    display: none;
}
#page-preloader{
    display: block;
}
/* custom css */
.fixed {
    position: fixed;
    z-index: 9;
    top: 0;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    padding: 12px 0 !important;
}
.topbar{
	background-color: #f7f7f7;
	padding: 12px 0
}
.topbar .text-left p{
	margin-bottom: 0;
	color: #6d6c6c;
	font-size: 13px;
	text-transform: capitalize;
}
ol, ul{
	margin-bottom: 0;
}
.list-inline{
	margin: 0
}
.list-inline > li{
	padding: 0
}
.langcur .btn-link.dropdown-toggle{
	padding: 0;
	transition: 0.3s ease;
	color: #6d6c6c;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
}
.langcur .btn-link.dropdown-toggle:hover{
	color: #f95428
}
/* search */
#winter-search-category{
	float: left;
	width: 200px;
	border: none;
	height: 45px;
	padding: 10px;
	-moz-appearance: none;
	background: #fff url("../../../../../image/catalog/arrow.png");
	background-position: right bottom 7px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
.sideb{
    display: block;
}
.siden{
    display: none;
}
body.active-search .wbSearch {
    opacity: 1;
	transform: translateY(0);
}
.wbSearch{
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	background-color: rgba(0,0,0,.6);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(-100%);
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 50px
}
.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;
}
/* result */
.winter-search-result .searchbr{
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #eee;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.winter-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.winter-search-result {
	left: 0;
	top: 100%;
	right: 0;
	box-shadow: none;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
	z-index: 99;
	max-height: 530px;
	overflow-y: auto;
	margin-top: 1px;
}
.winter-dis h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0
}
.winter-dis .list-des {
    font-size: 12px;
    color: #777;
    text-transform: capitalize;
    color: #282828;
    margin: 0 0 10px 0;
    max-height: 40px;
    overflow: hidden;
}
.winter-search-result p{
	margin: 5px 15px;
}
.winter-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#search_block_top .input-group{
	position: unset
}
/* search over */
#cart button.dropdown-toggle{
	border: none;
	padding: 0;
	background: transparent;
}
#top-links ul li svg{
	width: 21px;height: 20px;
	fill: #777
}
#top-links ul li svg:hover{
	fill: #f95428
}
#cart #cart-total{
	background: #000;
	color: #fff;
	border-radius: 100%;
	font-size: 11px;
	width: 13px;
	height: 13px;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	right: -5px;
	top: -4px;
}
#cart .dropdown-menu p{
	margin-bottom: 0;
}
.inuser{
	margin: 0 25px;
}
.hsticky{
	padding: 30px 0
}
.menusp,#top-links{
	margin-top: 10px;
}
.haccount {
    min-width: 21rem;
	line-height: 29px;
	padding: 8px 15px;
	text-transform: capitalize;
}
.haccount li a i {
    margin-right: 8px;
    min-width: 16px;
}
.haccount.dropdown-menu > li > a {
    padding: 5px 0;
}
.haccount.dropdown-menu > li > a:hover{
	color: #f95428
}
/* menu */
.navbar{
	min-height: auto;
	margin-bottom: 0;
	border: none;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
.menusp{
	padding: 0;
}
#menu .navbar-nav > li > a{
    font-size: 13px;
    color: #4f4f4f;
    text-transform: uppercase;
    padding: 0;
}
#menu .navbar-nav > li > a:hover{
	color: #f95428
}
.navbar-nav{
	float: none
}
.navbar-nav > li{
	float: none;
	display: inline-block;vertical-align: middle
}
.dropdown-menu {
	border-radius: 0;
    border: none;
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
}
/* slider */
.sliderow {
	max-width: 1720px;
	margin: 0 auto;
}
.owl-carousel .owl-wrapper-outer{
	box-shadow: none;
	border: none;
	border-radius: 0
}
.owl-theme.owl-carousel{
	background-color: transparent;
	margin: 0
}
.sliderow .owl-pagination {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: auto
}
/* textbanner */
.textbp a{
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: block
}
.textbp a::before {
    background: rgba(191,176,155,0.53);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    bottom: 0;
    width: 0;
}
.textbp a::after {
    background: rgba(191,176,155,0.53);
    content: "";
    height: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    bottom: 0;
    width: 0;
}
.textbp:hover a::before, .textbp:hover a::after {
    height: 100%;
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}

.textbp{
	padding: 0
}
.textbnr{
	background-color: #f5f5f5;
	margin-top: 20px;
}
.textbdes h1{
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
	position: relative;
	line-height: 23px;
}
.textbdes p{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: normal;
	margin: 20px 0 30px 0;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.textbdes{
	padding: 160px 30px;
}
.texthvr:hover p::before {
    transform: translate3d(100%,0,0) translate3d(1px,0,0);
}
.textbdes p::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f95428;
    transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
    transition: transform 0.7s cubic-bezier(.7,0,.3,1);
    content: "";
}
/* product */
.heading{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 30px 0;
	text-align: center
}
.heading span{
	display: inline-block;
	vertical-align: middle
}
.nav-tabs > li{
	display: inline-block;
	float: none;
	margin-bottom: 0
}
.pro-tab li.active > a,.pro-tab li.active > a:focus,.pro-tab li.active > a:hover{
	background-color: #000;
	border: 1px solid #000;
	color: #fff
}
.nav-tabs{
	border-bottom: none
}
.pro-tab li  a{
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	color: #858585;
	padding: 9px 15px 8px 15px;
	line-height: normal;
	margin: 0 5px;
	border-radius: 0;
	border: 1px solid #eee;
	display: inline-block;
	cursor: pointer;
}
.pro-tab.nav-tabs{
	margin-bottom: 30px;
}
.product-thumb:hover .second-img {
    opacity: 1;
}
.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.sale{
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0;
	font-size: 13px;
	text-transform: capitalize;
}
.product-thumb{
	position: relative
}
.protitle{
	font-size: 13px;
	color: #6d6c6c;
	margin: 0;
	transition: 0.3s ease;
	padding: 8px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.protitle a{
	color: #6d6c6c;
}
.protitle:hover,.protitle:hover a{
	color: #f95428;
}
.product-thumb .price {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
    letter-spacing: 0;
    min-height: 22px;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
}
/* button effect */
.bquickv{
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
}
.product-thumb:hover .bquickv{
	opacity: 1
}
.product-thumb .button-group svg{
	width: 18px;height: 18px;
	fill: #fff;
}
.product-thumb .button-group button{
	background-color: #000;
	color: #fff;
	min-width: 38px;
	min-height: 38px;
	text-align: center;
	border: none;
	padding: 0 10px;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.3s ease;
}
.product-thumb .button-group button:hover svg,.bquickv:hover svg{
	fill: #f95428;
}
.product-thumb .button-group button.cartb span{
	display: inline-block;
	vertical-align: middle
}
.product-thumb{
	margin-bottom: 30px;
}
.product-layout:last-child .product-thumb{
	margin-bottom: 1px;
}
/* category */
.categorybr{
    border: 1px solid #eee;
    margin-bottom: 1px;
    width: 80%;
    overflow: hidden;
    transition: 0.3s ease;
}
.categorybr a{
    display: block;
}
.categorybr h5{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s ease;
	margin: 0
}
.categorybr p{
    border-bottom: 1px solid;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    display: inline-block;
    color: #aaa;
}
.categorybr .ctpos{
    box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 15px;
    width: 40%;
    background: #fff;
    top: 27%;
    padding: 25px 5px;
    transition: 0.3s ease;
    text-align: center
}
.categorybr:hover {
    border-color: #f95428;
}
.categorybr:hover .ctpos{
    background-color: #f95428;
}
.categorybr:hover p,.categorybr:hover h5{
    color: #fff;
}
/* banner service */
.bannerser{
	max-width: 1720px;
	margin: 0 auto;
}
.bserhover{
	position: relative
}
.bserhover .serdes{
	text-align: center
}

.bserhover .serdes{
    background: rgba(0,0,0,.8);
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 90px 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.bserhover:hover .serdes{
    opacity: 1;
    transform: scale(1);
}
.serdes h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 30px 0 10px 0;
}
.serdes p {
    margin-bottom: 0;
    color: rgba(255,255,255,.4);
    letter-spacing: 1px;
}
/* testimonial */
.testim .owl-pagination{
	position: unset;
	margin-top: 20px;
}
.owl-carousel.owl-theme .owl-controls{
	margin-top: 0
}
.owl-carousel.owl-theme .owl-controls .owl-page span{
	margin: 0;
	background: #f95428;
}
.timg {
    border: 6px solid #c6c6c6;
    border-radius: 100%
}
.testim{
	margin: 0 auto;
	background: #f8f8f8;
	max-width: 1720px;
	padding: 40px 0;
}
.testim .item p{
    font-size: 12px;
    line-height: 23px;
    text-transform: capitalize;
    color: #8e8f90;
    margin: 20px 0 10px 0;
}
.testim .item h3{
    font-size: 13px;
    text-transform: uppercase;
    color: #4f4f4f;
    font-weight: 500;
    margin: 20px 0 10px 0
}
.testim .item h5{
    font-size: 12px;
    color: #969696;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0
}
.testim .item{
	max-width: 1000px;
	margin: 0 auto;
}
/* blog */
.blogbg{
	margin-left: 0;
	margin-right: 0;
	position: relative;
	float: left;
	width: 100%;
}
.blogbg::after{
	content: '';
	background-color: #f8f8f8;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 80%;
}
.blog_webi .date-time i{
	font-size: 20px;
	color: #777;
}
.blog_webi .date-time{
	font-weight: 500;
	padding: 20px 0
}
.blog_webi .blog-right h5{
	color: #777;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0;
}
.blog_webi .blog-right h4{
	font-size: 18px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s ease;
	margin: 15px 0;
}
.blog_webi .blog-right h4:hover{
	color: #f95428
}
.blog_webi .blog-right p{
	font-size: 13px;
	color: #888;
	line-height: 23px;
	margin: 0 0 15px 0;
}
.blog_webi .blog-right{
	margin-top: 60px;
	padding: 0
}
.lb-nav a{
	transition: none
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.9,0.9);
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 15px;
}
#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 #252525;
	padding: 9px 9px;
	display: inline-block;
	line-height: 0px;
}
.webi_post_hover .icon:hover{
	background-color: #252525;
	color: #fff;
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}


.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;
	border: 1px solid #eee;
	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: 0.5px;
    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: 15px;
	background: #fff;
	padding: 0;
}
.sngblog h3{
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
	line-height: 23px;
}
.sngblog .blog-desc{
	margin-bottom: 0
}
.allmb .blog-desc{
	overflow: hidden;
	height: 150px;
}
/* logo slider */
.logo-slider{
	margin-top: 30px;
}
.logob:nth-child(1){
	border-bottom: 1px solid #eee
}
.logob{
	border-right: 1px solid #eee;
	padding: 15px;
}
.logo-slider .owl-wrapper-outer{
	border-right: 1px solid #fff
}
/* newsletter */
.footnews .success,.newletter-popup .success{
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d;
	padding: 5px;
	margin-top: 10px;
}
.footnews .warning,.newletter-popup .warning{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 5px;
	margin-top: 10px;
}
.footnews .newletter-container{
	border: 30px solid #fff;
	padding: 40px 50px;
	background: #f5f5f5 url('../../../../../image/catalog/email-icon.png') center no-repeat;
	position: relative;
	margin-bottom: -50px;
}
.footnews input{
	height: 40px;
	border: none;
	border-radius: 0;
	text-align: center;
}
.footnews .button-submit{
	margin-top: 20px;
}
.footnews .newletter-title h5{
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
}
.footnews .newletter-title p{
	line-height: 23px;
	color: #777;
	margin: 20px 0
}
/* newsletter popup */
.b-close{
	display: block;
}
.b-close::before {
    font-family: 'fontAwesome';
    content: "\f00d";
    display: inline-block;
    color: #222;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.b-close span { display:none; }
.newletter-popup{
	background: #fff;
    top: 50% !important;
    margin-top: -179px;
    position: fixed !important;
    padding: 50px;
    text-align: center;
    display: none;
    margin-left: 15px;
    margin-right: 15px;
}
.newletter-popup #boxes .newletter-title h2{
	font-size: 25px;
	text-transform: uppercase;
	color: #343434;
	margin: 0 0 10px;
	font-weight:600;
}
.newletter-popup #boxes .box-content label{
	font-weight: 400;
	font-size:13px;
}
.newletter-popup #boxes .box-content .newletter-label {
	width:70%;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 60%;
	margin: 20px 0 30px;
	padding: 0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
	font-size:13px;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	position: absolute;
	right: -12px;
	top: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
/* footer */
.homeft footer{
	margin-top: 0
}
footer{
	margin-top: 40px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 5px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #f95428;
    color: #fff;
    border-radius: 0;
}
#scroll:hover{
	background-color: #000;
}
#scroll i {
    font-size: 26px;
}
.middle-footer{
	padding: 80px 0 50px 0;
}
footer{
	background-color: #f5f5f5;
}
.middle-footer h5 {
    font-weight: 600;
	margin-bottom: 20px;
	color: #000;
	text-transform: capitalize;
	font-size: 18px;
}
.middle-footer a,.f-left li{
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #777;
    padding: 0;
}
.middle-footer a:hover{
	color: #000
}
.f-left svg {
    fill: #777;
    margin-right: 10px;
}
.f-left li {
    word-break: break-all;
}
.copy{
	background-color: #f95428;
	padding: 14px 0;
	margin-top: 40px;
}
.copy .text-left a,.copy .text-left{
	color: #fff;
}
.footpay a{
	color: #fff;
	margin-left: 5px;
}
.footpay a:hover,.copy .text-left a:hover{
	color: #000
}
.footpay a i{
	font-size: 20px;
}
.fsocial a{
    line-height: normal;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    padding-top: 10px;
    background: #fff;
    border-radius: 0;
    display: inline-block;
    color: #777;
    vertical-align: middle;
    margin: 0 5px;
}
.fsocial a i{
	font-size: 16px;
}
.fsocial a:hover{
	background-color: #f95428;
	color: #fff;
}
/* carousel button */
.owl-carousel.owl-theme .owl-controls .owl-buttons div{
	position: unset;
    background: #000;
    opacity: 1;
    border-radius: 0;
    min-width: 40px;
    min-height: 40px;
    padding: 11px 0 0 0;
    margin: 0 5px;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #f95428;
	color: #fff;
}
.owl-carousel.owl-theme .owl-buttons{
	margin-top: 30px;
}
.owl-theme.owl-carousel .owl-buttons div i {
    font-size: 18px;
    margin: 0;
    text-shadow: none;
}
/* 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: #f95428;
    border-color: #f95428;
    z-index: 0;
    color: #fff
}
.pagination > li > a, .pagination > li > span {
    color: #252525;
    padding: 7px 12px 5px 12px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #f95428;
    border-color: #f95428;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi{
	margin: 0;
	background-color: #fff;
	padding: 8px 0;
	border: 1px solid #eee;
}
.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;
}
/* product page */
 .form-rating .form-rating-container, .radi .form-rating,.radi label{
    display: inline-block;vertical-align: middle;margin: 0
}
.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
    margin-bottom: 0;
    cursor: pointer
}
#tab-review .fa-stack-2x {
    color: #ffc600;
}
.form-rating .form-rating-container input {
    display: none
}
.form-rating .form-rating-container:hover label:hover i.fa-star-o,
.form-rating .form-rating-container:hover label:hover~label i.fa-star-o {
    color: #ffc600;
}
.form-rating input:checked~label i.fa-star,.form-rating input:checked~label i.fa-star-o,.form-rating .form-rating-container:hover label:hover i.fa-star,
.form-rating .form-rating-container:hover label:hover~label i.fa-star {
    color: #ffc600;
}
.form-rating .form-rating-container label i.fa-star-o, .form-rating .form-rating-container:hover label i.fa-star-o, .form-rating .form-rating-container label i.fa-star, .form-rating .form-rating-container:hover label i.fa-star {
    color: #d9d9d9;
}

.btn.datebtn {
    min-height: 34px;
}
.btn.pcrt.btn-primary {
    min-height: 35px;
}
#product-product .pro-content .alert,#account-wishlist .alert,#account-register .alert,#checkout-cart .alert{
	position: unset;
}
.zoomWrapper{
	position: relative
}
.thumbnail{
	border: none;
	padding: 0;
}
#zoom_03{
	border: 1px solid #ededed;
}
.pro-price{
	font-size: 18px !important;
	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 #f95428;
    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: #f95428;
    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;
}
.product-tab .nav > li > a{
	padding-left: 0;
	padding-right: 0
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
.pro-content h1 {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 0;
}
.pro-content #product h3{
	font-size: 18px;
}
.pro-content .alert,.product-quickview-detail .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    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;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
    line-height: 25px;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
}
.textdeb {
    margin: 0 4px;
    color: #f95428;
}
.textdeb:hover{
    color: #000;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 500;
	font-size: 22px;
	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;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #000;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #fff;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	z-index: 0;
}
.datebtn:hover, .btnup:hover{
    background-color: #f95428;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
	text-transform: capitalize;
}
#tab-description{
	line-height: 22px;
}
.btnup {
    background-color: #000;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none;
    color: #fff;
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #000;
    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;
	margin-bottom: 40px;
	border: 1px solid #ededed;
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #ededed;
	padding: 0
}
.product-tab li{
	margin: 0 10px;
}
.product-tab .tab-pane{
	padding: 15px;
}
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;
	margin-bottom: 1px;
}
.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;
	font-size: 12px;
	letter-spacing: 0;
}
.custreview p{
	color: #777;
	line-height: 23px;
	font-size: 13px;
	margin-bottom: 0;
}
.crspc{
	padding: 10px 0;
}
.crspc span{
	display: inline-block
}
/* category page */
.product-grid .catlist-des {
    display: none;
}
.catlist-des {
    color: #727272;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #000;
    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;
	margin-bottom: 20px;
	border: 1px solid #eee;
	margin-left: 0;
	margin-right: 0
}
.cate-top h2{
	font-size: 18px;
	color: #000;
	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;
	margin: 0 0 20px 0;
	padding: 10px 0px;
	border: 1px solid #eee;
}
#compare-total{
	padding: 0;
	font-weight: 500;
	margin-top: 5px;
}
.catesort label {
    background-color: #fff;
    border: none;
    color: #1e1e1e !important;
}
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #f95428;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #000;
}
.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 {
    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{
	padding: 0 5px;
	margin-bottom: 30px;
}
.product-grid .product-thumb,.product-list .product-thumb{
	margin-bottom: 0;
}
.cpagerow{
	margin: 0 -5px;
}
.product-list .product-thumb .button-group{
	position: unset;
	transform: none;
	opacity: 1;
	transition: none;
	text-align: left;
	margin-top: 10px;
}
.product-list .product-thumb .opbtn,.product-list .product-thumb:hover .opbtn,.product-list .product-thumb:hover .button-group{
	transition: none;
	transform: none
}
.product-list .bquickv{
	opacity: 1;
	transition: none
}
.product-list .protitle,.product-list .protitle a{
	color: #222;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
}
/* filter */
.catfilter.panel-default > .panel-heading,.cathed{
	color: #fff;
    background-color: #000;
    border: none;
    text-transform: uppercase;
    border-radius: 0
}
.catfilter .panel-heading button{
	border: none;
	background: transparent;
	box-shadow: none;
}
.catfilter .checkbox input{
	margin-top: 3px;
}
#xsfilter .list-group{
	margin-bottom: 0
}
.panel-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.list-group-item {
    border: 1px solid #eee;
}
.panel-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    border: 1px solid #eee;
}
/* refine search */
.refines{
	margin-bottom: 20px;
}
.refines ul{
	display: inline-block
}
.refines li{
	border: 1px solid #eee;
	font-size: 12px;
	letter-spacing: 0;
	padding: 6px 12px;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.refines h3{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}
/* search page */
.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-search .checkbox-inline {
    margin-top: 7px;
}
/* other page */
.product-quickview-detail .swiper-viewport{
	margin: 0
}
.product-quickview-detail {
    width: 100%;
    background-color: #fff;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	box-shadow: none !important
}
.product-quickview-detail .pro-content h1{
	margin-top: 0;
}
.swiper-button-prev::before,.swiper-button-next::before{
	color: #000 !important;
	font-size: 26px !important;
}
.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}
#checkout-checkout .infobg [class*="col-"] h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
}
.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;
}
.table-bordered,.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;
}
.panel-group .panel,.panel-heading{
	border-radius: 0
}
#accordion .panel-default {
    border: 1px solid #eee;
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
}
.subheading, .acpage h1, .not-found-head {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
.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;
    padding: 0 15px 15px 15px;
}
.well p{
	font-size: 12px;
}
.well p strong{
	font-size: 13px;
}
.achead {
    font-size: 14px;
    color: #fff;
    background-color: #000;
    padding: 8px 10px;
    margin-top: 0;
}
.acco {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 0px;
}
.accolor {
    margin-top: -10px;
    padding: 10px 5px;
    line-height: 25px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}
.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;
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    border-radius: 0;
    z-index: 99;
    text-transform: capitalize;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.co-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
.img-thumbnail{
	border-radius: 0
}
.protabcont,.serpd,.spepro{
	margin-top: 60px;
	margin-bottom: 60px;
}
.blog_webi{
	margin-bottom: 60px;
}
.comb .btn-primary{
	margin: 3px 0;
}
.com-description {
    width: 25%;
    color: #777;
	font-size: 13px;
}
.com-summary {
    width: 1%;
}
.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;
}
@media (max-width: 779px){
	.product-quickview-detail .pro-content h1 {
	    margin-top: 50px;
	}
}
@media (min-width: 768px){
	.sticky,.blogsticky{
		position: sticky;
		top: 15px
	}
	.product-list .caption {
	    text-align: left;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.product-list .image, .product-list .caption {
	    float: left;
	    position: relative;
	}
	#xsfilter {
	    display: block !important;
	}
	.catfilter .panel-heading button{
		display: none
	}
	.middle-footer h5 button {
	    display: none;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
	.langcur #form-language .btn-link.dropdown-toggle::before{
		content: '|';
		margin: 0 20px;
		color: #e1e1e1
	}
	.blog_webi .blog-left{
		padding-left: 40px;
		position: relative;
		margin-top: -60px;
	}
	#blog .owl-wrapper-outer{
		padding-top: 60px;
	}
}
@media (min-width: 1410px) and (max-width: 1799px){
	.textbdes h1{
		font-size: 20px;
	}
	.textbdes {
	    padding: 110px 30px;
	}
}
@media (min-width: 1410px){
	#column-right,#column-left,.manucom .product-list .image{
		width: 22%;
	}
	#content.colright,.manucom .product-list .caption{
		width: 78%;
	}
	.product-list .image {
	    width: 24%;
	}
	.product-list .caption {
	    width: 76%;
	}
	.manucom .product-grid{
		width: 20%;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	#menu .collapse .nav li {
	    padding: 0 10px;
	}
	.manucom .product-list .image{
		width: 22%;
	}
	.manucom .product-list .caption{
		width: 78%;
	}
	.list-group a{
		font-size: 13px;letter-spacing: 0
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.blog_webi .blog-right p{
		font-size: 12px;letter-spacing: 0
	}
	.textbdes h1{
		font-size: 20px;letter-spacing: 0
	}
	.textbdes {
	    padding: 80px 30px;
	}
	.bserhover .serdes{
		padding: 30px 0
	}
	.blog_webi .blog-right {
	    margin-top: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.manucom .product-grid{
		width: 25%;
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.footnews .newletter-title h5,.textbdes h1{
		font-size: 20px;
	}
	.blog_webi .blog-right p{
		font-size: 12px;letter-spacing: 0;margin: 0 0 8px 0;
	}
	.blog_webi .blog-right h4{
		font-size: 16px;
		margin: 8px 0
	}
	.blog_webi .blog-right {
    	margin-top: 5px;
	}
	.textbdes {
	    padding: 25px 15px;
	}
	#menu .collapse .nav li {
	    padding: 0 8px;
	}
	#menu .navbar-nav > li > a{
		font-size: 12px;letter-spacing: 0
	}
	.bserhover .serdes{
		top: 10px;
		bottom: 10px;
		left: 10px;
		right: 10px;
		padding: 25px 0;
	}
}
@media (min-width: 992px){
	.product-thumb .button-group {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    text-align: center;
	    margin: 0 auto;
	    overflow: auto;
	    transform: scale(0);
	    transition: all 0.4s ease-in-out 0s;
	}
	.product-thumb:hover .button-group {
	    opacity: 1;
	    transform: scale(1);
	}
	.product-thumb .opbtn{
		transition: all 0.4s ease-in-out 0s;
	}
	.product-thumb:hover .opbtn{
		transform: scale(0);
	}
	.product-thumb .button-group button.cartb{
		background-color: #f95428;
	}
	.product-thumb .button-group button.cartb:hover{
		background-color: #000;
	}
	.product-thumb .button-group button.cartb svg{
		display: none
	}
	#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;
	    border: none;
	    padding: 15px 0 20px 0;
	    border-bottom: 3px solid #f95428;
	}
	#menu .dropdown:hover .dropdown-menu {
	    display: block;
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.more-menu {
	    padding: 10px;
	    position: absolute;
	    left: auto;
	    right: 0;
	    margin: 0;
	    border-radius: 0;
	    border: none;
	    box-shadow: 0 0px 5px rgba(0,0,0,.175);
	    min-width: 230px;
	    border-bottom: 3px solid #f95428;
	    background: #fff;
	    z-index: 9;
	    opacity: 0;
	    display: inline-block;
	    -webkit-transition: all 0.35s ease-out 0s;
	    -o-transition: all 0.35s ease-out 0s;
	    transition: all 0.35s ease-out 0s;
	    text-align: left;
	    line-height: 28px;
	}
	.view_cat_menu:hover .more-menu {
	    opacity: 1;
	    visibility: visible;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.proreview{
		margin: 0 15px;
		padding: 0 15px;
	}
	.manucom .product-grid{
		width: 33.33%;
	}
	.manucom .product-list .image{
		width: 30%;
	}
	.manucom .product-list .caption{
		width: 70%;
	}
	.product-list .image {
	    width: 40%;
	}
	.product-list .caption {
	    width: 60%;
	}
	.footnews .newletter-container {
	    border: 20px solid #fff;
	    padding: 30px 20px;
	}
	.footnews .newletter-title h5{
		font-size: 18px;
	}
	.footnews .newletter-title p{
		margin: 15px 0;
		font-size: 12px;
	}
	.middle-footer a, .f-left li{
		font-size: 13px;
		letter-spacing: 0
	}
	.serblock:nth-child(1),.serblock:nth-child(2){
		margin-bottom: 20px;
	}
	.textbdes h1{
		font-size: 20px;letter-spacing: 0
	}
	.textbdes p{
		font-size: 13px;letter-spacing: 0;margin: 10px 0 20px 0;
	}
	.textbdes {
	    padding: 25px 30px;
	}
	#menu .navbar-toggle {
	    display: block;
	}
}
@media (min-width: 992px){
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 991px){
	.rless{
		margin-left: -5px;
		margin-right: -5px;
	}
	.cless{
		padding-left: 5px;
		padding-right: 5px;
	}
	.product-thumb .price{
		font-size: 14px;
	}
	.bquickv{
		opacity: 1
	}
	.product-thumb .button-group button{
		min-width: 30px;
		min-height: 30px;
		padding: 0
	}
	.product-thumb .button-group button.cartb span{
		display: none
	}
	.product-thumb .button-group{
		margin-top: 8px;
	}
	.blog_webi{
		margin-bottom: 30px;
	}
	.protabcont, .serpd, .spepro{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.wbSearch{
		padding: 15px;
	}
	header #logo{
		padding: 0
	}
	.menusp{
		text-align: left
	}
	.navbar-nav{
		margin: 0
	}
	#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: 0
	}
	#menu .dropdown-submenu {
	    margin-bottom: 15px;
	    padding: 0 !important;
	}
	#menu .see-all {
		display: inline-block;
		letter-spacing: 0;
		margin: 0;
		border-bottom: 1px solid;
	}
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	#menu .dropdown-inner ul{
		display: block;
	}
	#menu .nav li{
		display: block;
	}
	#menu .nav li.m-menu{
		margin: 20px 0
	}
	#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
	.hsticky {
	    padding: 12px 0;
	}
	.middle-footer h5{
		font-size: 16px;
	}
	.menusp .navbar-header button{
		border: none;
		padding: 0;
		background: transparent;
		margin: 0;
		float: none;
		position: unset;
	}
	.menusp .navbar-header button i{
		font-size: 17px;
	}
	/* 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 !important;
	}
	#menu .navbar-collapse {
	    display: block;
	    padding: 0
	}
	.dblock{
		display: block;
	}
	.dnone{
		display: none
	}
	.heading{
		font-size: 20px;
		margin: 0 0 20px 0
	}
	.owl-carousel.owl-theme .owl-controls .owl-buttons div{
		min-width: 30px;
		min-height: 30px;
		padding: 6px 0 0 0;
	}
}
@media (max-width: 767px){
	#boxes #frm_subscribe #subscribe_pemail{
		width: 80%;
	}
	.newletter-popup #boxes .newletter-title h2{
		font-size: 18px;
		margin: 0;
		letter-spacing: 0;
	}
	.newletter-popup{
		padding: 20px 15px;
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.breadcrumb{
		padding: 8px 10px;
		font-size: 13px;
		letter-spacing: 0
	}
	.allcomment h5{
		font-size: 14px;
	}
	.blog_links{
		font-size: 12px;letter-spacing: 0;
		margin: 8px 0
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.allmb .blog-desc{
		margin-bottom: 5px;
	}
	.pro-content h1{
		margin-top: 15px;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.catlist-des{
		height: 36px;
		overflow: hidden;
	}
	.product-list .product-thumb .button-group{
		text-align: center
	}
	.serblock{
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.serblock:last-child{
		margin-bottom: 0;
	}
	.inuser {
	    margin: 0 10px;
	}
	.langcur .btn-link.dropdown-toggle.test{
	    border: 1px solid #eee;
		font-size: 12px;
		letter-spacing: 0;
		padding: 2px 8px;
		text-transform: capitalize;
		color: #000;
	}
	.haccount {
	    min-width: 26rem;
	}
	#form-currency .dropdown-menu.dropdown-menu-right{
		left: 0;
		right: auto
	}
	#common-home #content {
	    padding: 0;
	}
	.textbnr{
		margin-left: 0;
		margin-right: 0;
		background-color: transparent;
	}
	.texthvr:nth-child(1){
		margin-bottom: 20px;
	}
	.serpd{
		margin-left: 0;
		margin-right: 0
	}
	.footnews .newletter-container{
		border: none;
		padding: 15px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.footnews .newletter-title h5{
		font-size: 20px;letter-spacing: 0
	}
	.footnews .newletter-title p{
		margin: 10px 0;
		font-size: 13px;
		letter-spacing: 0
	}
	.pro-tab li a{
		font-size: 12px;
		padding: 7px 8px 6px 8px;
		margin: 0 2px;
	}
	.blogbg::after{
		display: none
	}
	.blog_webi .blog-right{
		margin-top: 15px
	}
	#blog .blog-left{
		padding: 0;
		border: 1px solid #eee;
	}
	.blog_webi .date-time{
		padding: 10px 0
	}
	.blog_webi .blog-right h4{
		font-size: 16px;
		margin: 10px 0
	}
	.middle-footer .btn.toggle{
	    color: #000;
	    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,.catfilter .toggle::after{
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle.collapsed::after,.catfilter .toggle.collapsed::after{
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 10px;
	    width: 100%;
	    right: 0;
	    padding: 0 15px;
	    background: transparent;
	    color: #fff
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.catfilter .panel-heading{
		padding: 10px 15px;
	}
	.middle-footer h5{
		font-size: 14px;
		margin-bottom: 10px;
		position: relative
	}
	.copy{
		margin-top: 30px;
	}
	.copy .text-left,.copy .text-right{
		text-align: center
	}
	.middle-footer {
	    padding: 20px 0;
	}
	.footpay{
		margin-top: 6px;
	}
	.bserhover .serdes{
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px 0;
	}
	.testim{
		padding: 20px 0
	}
	.textbdes h1{
		font-size: 16px;
	}
	.textbdes p{
		font-size: 13px;letter-spacing: 0;
		margin: 10px 0
	}
	.textbdes {
	    padding: 10px;
	}
}
@media (max-width: 599px){
	.product-tab .nav > li > a{
		font-size: 13px;
		letter-spacing: 0
	}
	.product-tab li {
	    margin: 0 6px;
	}
	.pro-content .rating li {
	    letter-spacing: 0;
	    font-size: 13px;
	}
	.proreview {
	    margin: 0 8px;
	    padding: 0 8px;
	}
	#winter-search-category{
		display: none
	}
	.product-grid{
		width: 50%;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.pagi .text-left{
		margin-bottom: 5px;
	}
	.pagi .text-left, .pagi .text-right {
	    text-align: center;
	    width: 100%;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.product-grid{
		width: 33.33%;
	}
	.ct{
		display: none
	}
}
@media (max-width: 399px){
	.serdes h4{
		font-size: 13px;
		font-weight: 500;
		margin: 16px 0 4px 0;
		letter-spacing: 0;
	}
	.serdes p{
		font-size: 12px;letter-spacing: 0
	}
}
@media (min-width: 400px) and (max-width: 767px){
	.bserhover .serdes{
		padding: 40px 0
	}
	.product-list {
	    width: 50%;
	}
}