body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 20px;
	width: 100%;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
a {
	color: #000;
}
ul{
	margin-bottom: 0;
	padding: 0px;
}
.text-xs-left {
	text-align: left;
}
.text-xs-right {
	text-align: right;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 15px;
}
#tab-review .form-rating {
	margin-top: 4px;
}
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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* imgblog */
.imgbanner .sub-img-banner {
    margin-bottom: 30px;
}
.imgbanner .sub-img-banner:last-child {
    margin-bottom: 0;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #405287;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
}
/* catsearch */
#search .btn:hover {
    z-index: 2;
    background-color: #000 !important;
    color: #fff;
    border: 1px solid #000 !important;
    fill: #fff;
}
#search .btn-lg {
	background: #ffcc01;
	fill: #000;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #ffcc01;
	height: 50px;
	box-shadow: none;
	transition: 0.3s ease;
	width: 70px;
	border-radius: 0 4px 4px 0;
}
.points {
	margin-top: 15px;
}
#search .btn-lg:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.winter-search-result img{
	border: 1px solid #eee;
}
.winter-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../images/loader.gif') 50% 50% no-repeat;
    width: 70px;
    height: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.winter-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 15px;
	right: 15px;
}
#winter-search-category option{
	color: #000;
}
#winter-search-category option:hover{
	background-color: #fff;
	color: #000;
}
.winter-dis .product-thumb .price-new, .price {
	transition: none;
}
.product-thumb:hover .winter-dis .price {
	transition: none;
	transform: none;
	opacity: 1;
}
#winter-search-category {
    height: 50px;
    cursor: pointer;
    padding: 8px 0px 8px 25px;
    margin-bottom: 0;
    background: #fff url('../images/searcharrow.png');
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: left 0px bottom 8px;
    border-right-color: rgb(220, 220, 220);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: none !important;
    border-radius: 4px 0px 0px 4px;
    color: #767676;
    border: 1px solid #fff;
    text-align: center;
    background-color: #fff;
}
.winter-dis .acpage {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    transition: 0.3s ease;
    text-align: left;
}
.winter-cat {
	padding-top: 15px;
	padding-bottom: 15px;
}
.winter-dis .list-des {
    font-size: 12px;
    color: #777;
    padding: 0;
    text-transform: capitalize;
    color: #282828;
    max-height: 45px;
    overflow: hidden;
}
.winter-search-result p{
	margin: 0px 0px 7px 0px;
	padding: 10px;
}
.winter-search-result {
	left: 15px;
	top: 100%;
	right: 15px;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	z-index: 99;
	max-height: 480px;
	overflow-y: auto;
}
.winter-search-container .winter-category-container {
    position: absolute;
    width: 18%;
    right: 85px;
    z-index: 9;
}
#search .input-lg {
	height: 50px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 4px 0px 0px 4px;
	border-color: #f5f5f5;
	background: #fff;
}
.winter-category-container select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
/* *-----* */
/* top */
#common-home #content{
	padding: 0px;
}
.topte a {
    color: #405287;
}
.tright {
	text-align: right;
}
.smenus {
	display: inline-block;
	margin-top: 14px;
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 139px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartprice {
    clear: both;
    position: relative;
    top: -35px;
    left: 70px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
.cartname a {
    font-weight: 500;
}
#cart .btn-pri {
    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 .dropdown-menu li > div table td {
    border: 1px solid #eee;
        border-bottom-color: rgb(238, 238, 238);
        border-bottom-style: solid;
        border-bottom-width: 1px;
}
#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;
}
.carts{text-align: right;float: right;margin-top: 2px;}
.acc{
	display: inline-block;
	margin-right: 25px;
}
.discri {
    margin-left: 15px;
}
.wishlist{
	margin: 0px 15px;
}
#form-language{
	margin-right: 15px;
}
.topte{
	color: #222;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 3px;
}
#top {
	background-color: #fff;
	padding: 10px 0px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #405287;
	background-color: transparent;
	background-image: none;
}
#form-language .lange, #form-currency .curr {
	padding: 0px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #000;
	text-shadow: none;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	transition: 0.3s ease;
	text-transform: capitalize;
}
.manun{
	margin-top: 1px;
}
.acc svg, #cart svg {
    fill: #fff;
}
.acc:hover svg, #cart:hover svg{
	fill: #ffcc01;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
:focus {
	outline: none;
}
#form-currency, #form-language{
	margin-bottom: 0px;
}
#top .btn-link strong {
	font-size: 14px;line-height: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
.mcoll svg{
	fill: #fff;
}
.smenus a:focus {
	color: #ffcc01;
}
.smenus a{
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
/* logo */
/*loader start */ 
.s-panel{
    position: relative;
}
.s-panel .wrloader {
    background: url('../images/loader.gif') 50% 50% no-repeat rgb(255,255,255);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

/* loader end */
.callus{
	 margin: 0px 10px;
	 text-transform: capitalize;
}
.collright{
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}
.mcoll {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	float: right;
	margin-top: 12px;
}
/* padding */
.prosp, .manuf{
	margin-top: 60px;
}
.jd-2, .dinfo, .special {
    margin-top: 60px;
    margin-bottom: 60px;
}
.parallex {
    margin: 50px 0;
}
/* cart */
#account .xsuser, #cart .cimg {
    background-color: rgba(0,0,0,0.1);
    border-radius: 4px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 0px;
}
/* #account .xsuser svg, #cart .cimg svg{
	fill: #fff;
} */
.discri .macc, #cart .mcart {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}
#cart-per {
    font-size: 18px;
    color: #ffcc01;
    text-transform: capitalize;
}
#cartme {
    font-size: 12px;
    color: #dedede;
    text-transform: capitalize;
}
.accon{
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
}
#cart-total{
	background: #ffcc01;
	position: absolute;
	font-weight: 500;
	font-size: 10px;
	color: #000;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	line-height: 15px;
	text-align: center;
	padding: 0px 3px;
	display: inline-block;
	top: 0px;
	left: 37px;
}
.cimg, .discri, .discris {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
#cart {
	display: inline-block;
	width: auto;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding: 0;
	border: none;
	background: no-repeat;
	color: #000;
}
#cart.open > .btn {
	background-image: none;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
 	color: #444;
}
#cart .dropdown-menu {
 	min-width: 270px;
	padding: 10px 10px;
	border-radius: 4px;
	box-shadow: none;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
 	margin: 3px 0;
 	text-align: center;
}
/* menu */
#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 .collapse .nav li {
    padding: 0 15px;
}
.dropdown-submenu {
    position: relative;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #405287;
	border-color: #405287;
	color: #fff;
}
#cattab .slick-prev:hover, #cattab .slick-next:hover, #cattab .slick-prev:focus, #cattab .slick-next:focus {
	background: #405287 !important;
	border-color: #405287;
	color: #fff !important;
}
#cattab .slick-prev:hover::before, #cattab .slick-next:hover::before, #cattab .slick-prev:focus::before, #cattab .slick-next:focus::before {
    color: #fff !important;
}
.owl-theme .owl-controls .owl-buttons div:hover i{
	color: #fff;
}
.smenus li{
	margin-right: 50px;
	padding: 0px;
}
.smenus li:hover a{
	color: #ffcc01;
}
.mcoll a:hover{
	color: #fff;
}
header {
	background-color: #405287;
}
.header-top{
	padding: 23px 0px;
}
.thumb_img img {
    width: 23px;
}
.thumb_img {
    margin-right: 10px;
}
.navbar {
	 position: relative;
	 min-height: 0px;
	 margin-bottom: 0px;
	 border: none;
	 margin-top: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
.nav > li > a {
    padding: 17px 5px;
}
.view_more.my-menu {
    display: inline-block;
    padding: 16px 8px !important;
    cursor: pointer;
}
#menu .nav > li > a {
	 color: #000;
	 text-shadow: none;
	 min-height: 15px;
	 background-color: transparent;
	 font-size: 14px;
	 text-transform: capitalize;
	 cursor: pointer;
	 color: #222;
	 border-bottom: 1px solid #eee;
}
#menu .dropdown-menu {
 	padding-bottom: 0;
}
#menu .dropdown-inner {
 	display: table;
}
#menu .dropdown-inner ul {
 	display: table-cell;
}
#menu .dropdown-inner li a:hover {
 	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	background-image: none;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
}
.dropdown-menu {
    padding: 10px 10px;
}
#under-menu ul li a {
    font-weight: normal;
    border-radius: 4px;
    font-size: 15px;
    text-transform: capitalize;
    color: #222;
}
/* account - left column */
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background-color: transparent;
	color: #405287;
}
.accolumn{
	/* box-shadow: 0 2px 4px 0 rgba(0,0,0,.09); */
	box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
	border-radius: 0;
	padding: 15px 0px;
}
.accolumn.list-group a{
	border: none;
	padding: 10px 50px;
	font-size: 13px;
}
.accolumn.list-group a.logu{
	padding: 10px 0;
	color: #000
}
.accolumn h3{
	font-size: 16px;
	font-weight: 500;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 20px;
}
.accolumn h3 a{
	font-size: 16px;
	font-weight: 500;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 0px;
}
.accolumn h3 svg{
	fill: #405287;
	margin-right: 10px;
}
.accolumn hr{
	border-top: 1px solid #f0f0f0;
}
.acl{
	margin-bottom: 5px;
}
.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;
}
.img-thumbnail{
	border-radius: 0
}
#common-success .colrw{
	display: none
}
.afflog .well h1{
	border-bottom: 1px solid #eee;
	margin-top: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	padding: 15px 0 7px 0;
}
.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;
}
/* ----- */
@media (min-width: 768px) {
	#cart .dropdown-menu{
		padding: 10px !important;
	}
	.commenu .manun {
	    width: 100%;
	}
	.product-quickview-detail .sticky {
	    position: sticky;
	    top: 15px;
	}
	#xsfilter{
		display: block;
	}
	.menurel .navbar-collapse {
	    padding: 0;
	}
	.dropdown-submenu .submenu-title {
	    color: #192739 !important;
	    font-size: 14px !important;
	    text-transform: uppercase !important;
	    font-weight: 500;
	    padding-bottom: 15px !important;
	    font-weight: 500 !important;
	}
	#menu .dropdown-inner li a::after {
	    content: '';
	    border-bottom: 2px solid #e7e7e7;
	    width: 40px;
	    position: absolute;
	    top: 33px;
	    left: 15px;
	}
	#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
	    padding: 0;
	}
	#menu .dropdown-inner li a:hover {
	    color: #405287;
	}
	#menu .dropdown-inner a {
	    line-height: 20px;
	    color: #333333;
	    font-size: 13px;
	    text-transform: capitalize;
	}
	.sticky {
	    position: sticky;
	    top: 20px;
	}
	#search-by-category{
		margin-top: 2px;
	}
	#cart.open .dropdown-menu, #top .open .dropdown-menu, .curlan.open .dorpss, .acc.open .dropdown-menu, .curlan.open .dropsetting, .huserb.open .dropdown-menu {
	    visibility: visible;
	    opacity: 1;
	    transform: scale(1, 1);
	    margin-top: 12px;
	    background: #fff;
	    border: 1px solid #ededed;
	        border-top-color: rgb(237, 237, 237);
	        border-top-style: solid;
	        border-top-width: 1px;
	}
	#cart .dropdown-menu, #top .dropdown-menu, .curlan .dorpss, .acc .dropdown-menu, .curlan .dropsetting, .huserb .dropdown-menu {
	    visibility: hidden;
	    display: block;
	    opacity: 0;
	    margin-top: 0px;
	    border-top: 3px solid #ffcc01 !important;
	    border: 1px solid #e7e7e7;
	    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	    visibility: hidden;
	    display: block;
	    opacity: 0;
	    border-radius: 4px;
	    box-shadow: none;
	    padding: 5px;
	    transform-origin: 0 0 0;
	    transform: scale(1, 0);
	    transition: all 500ms ease 0s;
	}
	.middle-footer h5 button {
	    display: none;
	}
	.footer-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.wr-menu {
		text-align: left;
		padding: 10px 5px;
	}
	.commenu #under-menu {
		display: block;
		border: none;
		width:100%;
	}
	.commenu #under-menu .nav.navbar-nav {
		z-index: 9;
		border-radius: 4px;
		position: unset;
		padding: 0px;
		border: 2px solid #e1e1e1;
		border-radius: 4px;
		width:100%;
	}
 	#under-menu {
  		z-index: 9;
  		border-radius: 4px;
 	}
	#under-menu {
	    position: absolute;
	    border: 2px solid #dfdfdf;
	    background-color: #fff;
	}
 	#menu li a:hover .enangle {
	  	transform: rotate(-90deg);
	  	transition: all 0.3s ease 0s;
 	}
	#menu .dropdown:hover .dropdown-menu {
		  opacity: 1;
		  transform: scale(1, 1);
	}
	#menu .dropdown-menu {
	  	padding-bottom: 0;
	}
	.navbar-nav > li {
	  	width: 100%;
	}
	#slideshow0.owl-carousel {
	  	z-index: 0;
	}
	#menu .dropdown-menu {
		margin-top: 10px;
		border-top: 3px solid #405287 !important;
		border: 1px solid #e0e0e0;
		box-shadow: none;
		border-radius: 4px;
		opacity: 0;
		display: block;
		transform-origin: 0 0 0;
		transform: scale(1, 0);
		transition: all 500ms ease 0s;
		padding-bottom: 10px !important;
		left: 100% !important;
		right: auto;
		top: 0;
		margin-left: 0px !important;
		z-index: 1000 !important;
	}
	#menu .dropdown:hover .dropdown-menu {
	  	display: block;
	}
	.cate {
		margin: 0 10px;
		display: inline-block;
	}
	.wb-menu-vertical .btn-navbar.navbar-toggle {
		cursor: pointer;
		transition: all 0.3s ease-in-out;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		background: rgba(0,0,0,0.1);
		min-width: 35px;
		min-height: 35px;
		text-align: center;
		border-radius: 100%;
		border: none;
	}
	.btn-navbar.navbar-toggle {
		color: #2d2d2d;
		cursor: pointer;
	}
	.btn-navbar.navbar-toggle {
		color: #2d2d2d;
		cursor: pointer;
	}
	.wr-menu .navbar-toggle {
		text-align: center;
		margin: 0;
		cursor: pointer;
		transition: all .3s ease-in-out;
		display: block;
		float: left;
	}
	.wb-menu-vertical .btn-navbar.navbar-toggle {
		cursor: pointer;
		transition: all 0.3s ease-in-out;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		background: rgba(0,0,0,0.1);
		min-width: 35px;
		min-height: 35px;
		text-align: center;
		border-radius: 100%;
		border: none;
	}
	.btn-navbar.navbar-toggle {
		cursor: pointer;
		transition: all 0.3s ease-in-out;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		min-width: 35px;
		min-height: 35px;
		text-align: center;
		border-radius: 100%;
		border: none;
		bottom: 6px;
	}
	.ico-menu .bar:nth-child(1)::after {
	  	transition-delay: 0.1s;
	}
	.ico-menu .bar:nth-child(1) {
		top: 6px;
		width: 17px;
	}
	.ico-menu .bar:nth-child(2) {
		top: 11px;
		width: 17px;
	}
	#wr-menu-icon:hover .ico-menu .bar::after {
	  	left: 0;
	}
	.ico-menu .bar:nth-child(3)::after {
	  	transition-delay: 0.3s;
	}
	.ico-menu .bar:nth-child(3) {
		top: 16px;
		width: 12px;
	}
	.ico-menu .bar {
		position: absolute;
		height: 2px;
		background-color: #000;
		overflow: hidden;
	}
	.ico-menu .bar::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: #405287;
		position: absolute;
		top: 0;
		left: 100%;
		z-index: 1;
		transition: 0.3s;
		transition-delay: 0s;
	}
	.ico-menu {
		position: relative;
		width: 16px;
		top: -10px;
		margin: 0 auto;
		left: 0;
	}
	.commenu .menurel {
		position: absolute;
		top: 80px;
		left: 15px;
		right: 15px;
		z-index: 1;
		border-radius: 4px;
		background-color: #fff;
	}
	.menus {
		margin-bottom: 30px;
		height: 50px;
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	#wr-menu-icon {
		min-height: 0px;
		color: #000;
		position: relative;
		border-radius: 4px;
		font-weight: 500;
		padding: 0px;
		cursor: pointer;
		margin-bottom: 0px;
		vertical-align: middle;
		background-color: #ffcc01;
		padding: 4.5px 10px;
		font-size: 14px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: 500;
		cursor: pointer;
		margin-top: 0px;
		margin-bottom: 20px;
	}
}

/* slider */
.owl-wrapper-outer {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}
.owl-theme .owl-controls .owl-page span {
	width: 12px;
	height: 12px;
	background: #405287;
	border: 2px solid #405287;
	margin: 0 6px;
	opacity: 0.5;
}
.owl-controls .owl-page {
	margin: 0px 0px !important;
}
.owl-controls .owl-page.active span {
	background: #405287 !important;
	border: 2px solid #405287;
	opacity: 1;
}
#slideshow0 .owl-pagination {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	top: auto;
}
/* heading */
.head-t h4 span hr {
    width: 40%;
    border-top: 2px solid #ffcc01;
    margin: 10px 0 0;
}
.head-t h4 span {
    display: inline-block;
    position: relative;
}
.head-t h4{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: left;
	color: #000;
	display: inline-block;
	margin-top: 0;
}
/* content */
#content {
	min-height: 600px;
}
/* product page */
.qtlabel, .qty-plus-minus{
	display: inline-block;
	vertical-align: middle;
}
.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;
	border-radius: 4px;
}
.pro-price{
	font-size: 18px !important;
	font-weight: 500;
}
.palert,#tab-review .alert{
	position: relative;
	z-index: 0;
}
#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 #405287;
    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: #405287;
    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;
	color: #000;
}
.pro-content #product h3{
	font-size: 18px;
}
.pro-content .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    border-radius: 0;
}
.btnminus,.btnplus{
    line-height: 25px;
}
.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: #405287;
}
.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: #405287;
    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 .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;
	text-align: left;
}
.input-group .form-control {
    z-index: 0;
    border-color: #eee;
}
.form-control {
    height: 37px;
    box-shadow: none;
    font-size: 13px !important;
    border-radius: 4px;
    border-color: #eee;
}
.form-control:focus {
    border-color: #405287;
    outline: 0;
    box-shadow: none;
}
.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;
	border-radius: 4px;
}
.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
}
/* other pages */
.afflog .well h1 {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 15px 0 7px 0;
}
#checkout-checkout .infobg [class*="col-"] h2{
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 0;
}
.panel-title{
	font-size: 14px;
}
.bht{
	height: 34px;
	margin: 0 2px;
}
.otherh{
	font-size: 16px;
	margin: 10px 0;
}
#accordion .panel-default{
	border: 1px solid #eee;
}
.panel-group .panel{
	border-radius: 0
}
.infobg h3{
	color: #000;
}
#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;
}
.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;
}
.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;
}
.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;
}
.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;
}
/* account page */
/*-------------*/
/* newsletter popup */
.newsletter-bg .inner .form-group input {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
}
.newsletter-bg {
    text-align: center;
}
#subscribe_popup table{
    text-align: center;
    font-size: 13px;
}
#subscribe_popup span {
    display: inline-block;
}
.b-close{
	display: block;
}
.b-close::before {
    font-family: 'fontAwesome';
    content: "\f00d";
    display: inline-block;
    color: #000;
    font-size: 12px;
    position: relative;
    top: 0px;
}
.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;
}
.newletter-popup #notification{
	margin-top: 8px;
}
/* ------- */
.acco span{
	display: inline-block;
	vertical-align: middle;
}
#account-account.acpage #content[class*="col-"] a {
    display: inline-block;
    border: 1px solid #eee;
    width: 100%;
    padding: 25px 25px;
    border-radius: 4px;
    margin-bottom: 30px;
}
#account-account.acpage #content[class*="col-"] span:first-child{
	border-right: 1px solid #eee;
	padding-right: 25px;
	margin-right: 25px;
}
#account-account.acpage #content[class*="col-"] span:last-child{
	font-size: 16px;
	font-weight: 500;
}
#account-account.acpage #content[class*="col-"] span:last-child span{
	font-size: 14px;
	font-weight: 400;
	color: #bcbcbc;
	margin-top: 6px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}
#account-account.acpage #content[class*="col-"] span svg{
	fill: #405287;
}
a:focus, a:hover, .btn-link:focus, .btn-link:hover {
    text-decoration: none;
    color: #405287;
}
#account-account .achead {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
/*------------*/
/* new category  */
.catbg {
	position: relative;
    padding: 20px 10px;
    margin: 0;
    border-radius: 4px;
	background-color: #f5f5f5;
}

.catf a::before, .catf a::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	transition: all 0.2s linear;
	background: #405287;
}
.catf a::after {
	left: 50%;
	bottom: 0;
	transition-duration: 0.4s;
}
.catf a::before {
	left: 50%;
	top: 0;
	transition-duration: 0.4s;
}
.catsp:hover .catf a::before, .catsp:hover .catf a::after {
	width: 100%;
}
.catsp:hover .catf a::before, .catsp:hover .catf a::after {
	left: 0;
}
.catsp:hover .catf::before, .catsp:hover .catf::after {
	height: 100%;
}
.catsp:hover .catf::before, .catsp:hover .catf::after {
	top: 0;
}
.catsp .catf::before {
	left: 0;
	top: 50%;
	transition-duration: 0.4s;
}
.catsp .catf::after {
	right: 0;
	top: 50%;
	transition-duration: 0.4s;
}
.catf::before, .catf::after {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	transition-duration: 0.2s;
	background: #405287;
}
.catsp:hover .block-cat-wr img {
    transform: scale(1.1, 1.1);
    cursor: pointer;
}
.catsp .block-cat-wr img {
    transition: all .2s ease;
    max-width: 100px;
}
/* ---- */
/* category tab */
.wr-menu i{
	float: right;
	font-size: 21px;
}
.viewmore {
    z-index: 1;
    background-color: #fff;
    position: absolute;
	right: 15px;
	left: 15px;
}
#cat_tab .viewmore li {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.viewmore li a {
    font-size: 13px;
    text-transform: capitalize;
}
.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 > li > a:focus, .tab-head .nav > li > a:hover {
    color: #fff;
    background-color: #405287;
    border: 1px solid #405287;
    cursor: pointer;
}
#cat_tab ul li.active a::before {
    color: #405287;
    content: "\f0d9";
    font-family: fontawesome;
    font-size: 30px;
    bottom: 0;
    top: 0;
    align-items: center;
    display: flex;
    position: absolute;
    right: -2px;
    margin: 0 auto;
    text-align: center;
}
#cat_tab ul li.active a::after {
    color: #fff;
    content: "\f0d9";
    font-family: fontawesome;
    font-size: 30px;
    bottom: 0;
    top: 0;
    align-items: center;
    display: flex;
    position: absolute;
    right: -5px;
    margin: 0 auto;
    text-align: center;
}
#cat_tab ul li a{
	padding: 17px 15px;
	margin: 0;
}
#cat_tab ul li.active a{
    border-right: 2px solid #405287;
    color: #405287;
    border-radius: 0px;
    border-left: 2px solid #405287;
    /* border-top: 1px solid #eee; */
}
#cat_tab ul li{
	padding: 0 0px;
	border-bottom: 1px solid #eee;
}
.cattab .product-thumb:hover .price,
#cattab .product-thumb:hover .price {
	opacity: 1;
	transform: none;
}
.cattab .product-thumb .image ,
#cattab .product-thumb .image {
    padding: 0px;
}
.cattab .product-thumb .button-group ,
#cattab .product-thumb .button-group {
    text-align: left;
}
.cattab .slick-next ,
#cattab .slick-next {
    right: 12px;
}
.cattab .slick-slide ,
#cattab .slick-slide {
    margin: 0 15px;
    height: auto;
    border-radius: 5px;
}
.cattab .button-group .absbtn ,
#cattab .button-group .absbtn {
    display: inline-block;
    top: 58px;
    left: 15px;
}
.cattab .caption,
#cattab .caption{
	margin-top: 20px;
}
.add, .adds {
	display: inline-block;
}
.cattab .slick-prev ,
#cattab .slick-prev {
    right: 60px;
}
.cattab .product-layout ,
#cattab .product-layout {
	background-color: #fff;
	transition: 0.3s ease;
	border-radius: 4px;
	border-right: none;
}
.cattab .slick-prev, .cattab .slick-next ,
#cattab .slick-prev, #cattab .slick-next {
    cursor: pointer;
    border: none;
    outline: none;
    color: #999 !important;
    margin: 0 !important;
    padding: 2px 0 0 0 !important;
    border-radius: 5px !important;
    background: #fff !important;
    opacity: 1 !important;
    position: absolute;
    top: -77px;
    left: auto;
    width: 35px;
    height: 35px;
    border: 1px solid #e4e4e4;
}
#gallery_01 .owl-item a{
	padding: 0px 10px;
	margin-bottom: 1px;
}
.thumbnails .row{
	margin-left: -10px;
	margin-right: -10px;
}
.category-tab .tab-content > .tab-pane:not(.active), 
.category-tab .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
#cat_tab .cattab{
	margin: 0px;
	text-align: left;
	float: none;
	width: 100%;
	background-color: #fff;
}
.categort-pro {
	background-color: #f5f5f5;
	padding: 50px 0 20px 0;
}
#cattab1.owl-carousel {
    background: transparent;
} 
.category-tab .nav-tabs li {
    display: block;
    width: 100%;
}
#cattab .product-layout:hover .proprice {
	opacity: 0;
}
#cat_tab ul li {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: left;
    display: block;
}
#cat_tab ul li.active a{
    background: transparent;
    color: #405287;
}
.cat-tab .product-layout:before {
    transition: all 0.4s;  
    position:absolute;
    content:"";
    width:100%;
    height:50%;
    left:50%;
    margin-left:-50%;
    top:25%;
    border-color:rgba(200,200,200,0);
    border-style:solid;
    border-width:0 2px;
}
.cat-tab .product-layout:after {
    transition: all 0.4s;  
    position:absolute;
    content:"";
    width:50%;
    height:100%;
    left:50%;
    margin-left:-25%;
    top:0;
    border-color:rgba(200,200,200,0);
    border-style:solid;
	border-width:2px 0;
}
.cat-tab .product-layout:hover:after {
    margin-left:-50%;
    border-color:#405287;
    width: 100%;
}     
.cat-tab .product-layout:hover:before {
    top:0%;
    border-color:#405287;
    height: 100%;
}
/* ---- */
/* category page */
.product-grid.product-layout, .product-list.product-layout{
	border: none;
}
.product-grid .image, .product-list .image {
	border: 1px solid #eee !important;
	margin-bottom: 2px;
}
.panel-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    border: 1px solid #eee;
        border-top-width: 1px;
}
.panel-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.list-group a {
    border: 1px solid #eee;
    padding: 8px 12px;
    color: #000;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #405287;
    border-color: #405287;
    border-top-color: #fff;
}
.product-list .rating {
    opacity: 1;
    margin-top: 5px;
}
.product-thumb:hover .product-list .rating {
    opacity: 1;
}
.product-list .addtocart, .product-list .wish, .product-list .view, .product-list .bquickv {
    text-align: center;
    display: inline-block;
}
#grid-view, #list-view {
    background-color: transparent;
    padding: 5px 4px;
    z-index: 0;
    border: none;
    box-shadow: none;
}
.list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.catlist-des {
    font-size: 13px;
    color: #aaa;
    line-height: 22px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    overflow: hidden;
    max-height: 47px;
}
.product-list .price{
	margin-bottom: 10px;
	transition: none;
}
.product-list .product-thumb .button-group {
    text-align: left;
}
.product-list .caption{
	text-align: left;
	float: right;
	padding-left: 15px;
}
.product-list .add {
    display: block !important;
    display: inline-block !important;
}
.product-list .addtocart {
    display: none;
}
.product-list .product-thumb .absbtn{
	position: unset;
	opacity: 1;
	display: block;
	border: none;
	transition: none;
}
.refines{
	margin-bottom: 20px;
}
.refines ul{
	display: inline-block
}
.refines li{
	border: 1px solid #eee;
	font-size: 12px;
	border-radius: 4px;
	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;
}
.product-grid .catlist-des {
    display: none;
}
.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;
	border-radius: 4px;
}
.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;
	border-radius: 4px;
}
#compare-total{
	padding: 0;
	border: none;
	font-size: 13px;
}
.catesort label {
    background-color: #fff;
    border: none;
}
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #000;
    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;
	border-radius: 4px !important;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid,.product-list{
	padding: 0 5px;
}
.cpagerow{
	margin: 0 -5px;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
}
.product-list .product-thumb:hover .price{
	opacity: 1;
	transform: none;
}
.panel-default{
	box-shadow: none;
	border-radius: 4px;
}
.panel-heading{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.catfilter.panel-default > .panel-heading{
	color: #fff;
    background-color: #000;
    border: none;
    text-transform: uppercase;
}
.catfilter .panel-heading button{
	border: none;
	background: transparent;
	box-shadow: none;
}
.catfilter .checkbox input{
	margin-top: 3px;
}
.panel-footer{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #fff;
	border: 1px solid #eee;
}
#xsfilter .list-group{
	margin-bottom: 0
}
.list-group-item{
	border: 1px solid #eee;
}
.act{
	font-weight: 500;
}
/* ------ */
/* catagory */
.protitle:hover, .protitle:hover a, .cartname:hover {
    color: #405287;
}
.product-list .product-thumb::before, .product-list .product-thumb::after {
    background: transparent;
}
.product-list .catf::before, .product-list .catf::after {
    background: transparent;
}
.block-cat-wrd span:hover, .shopn:hover {
    color: #405287;
}
#cat-img{
	background-color: transparent;
	z-index: 0;
}
.cate-bg{
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	transition: 0.3s ease;
	font-weight: 500;
	padding-bottom: 8px;
	display: block;
}
.block-cat-wrd{
	text-align: left;
	margin-top: 20px;
	text-transform: capitalize;
}
.block-cat-wr img{
	margin: 0 auto;
}
.catf:hover .block-cat-wrd a span{
	color: #405287;
}
/* html */
.siinfo:hover .dimg svg{
	fill: #405287;
}
.deltext h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 6px;
    margin-top: 0px;
}
.deltext p {
    color: #787878;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.dimg {
	margin-right: 10px;
}
.deltext, .dimg{
	display: inline-block;
	vertical-align: middle;
}
/* blog */
.webi-blog-image img {
	border-radius: 4px;
}
.webi_post_hover .icon {
    border-radius: 50px;
    transform: translate(-50%, -50%);
    border: 2px solid #405287;
    background-color: #405287;
    padding: 5px 9px;
    line-height: 12px;
    color: #fff;
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}
.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;
    text-align: center;
}
.product-block:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: scale(1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.webi_post_hover .icon:hover {
    background-color: #ffcc01;
    border-color: #ffcc01;
    color: #000;
}
#blog .product-block .webi-blog-image {
    margin-bottom: 0;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 15px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.view-comment {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.bcomment {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 30px;
}
.blogal .block-title h3, .blog-comment {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}
.blog-comment {
    margin: 0 0 10px 0;
        margin-top: 0px;
        margin-bottom: 10px;
}
.view-comment:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.wco {
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.date span {
    margin: 0 20px;
}
.blogu span {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}
.sngblog {
    background-color: #fff;
    padding: 15px 0;
}
.sngblog h3 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
    line-height: 23px;
}
.sngblog .blog-desc {
    margin-bottom: 0;
}
.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 20px;
}
.allcomment h5 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 23px;
    text-transform: capitalize;
}
.blog_links {
    margin: 15px 0;
}
.blog_comment::before, .blog_comment::after {
    content: '|';
    padding: 0 15px;
}
.allmb {
    margin-bottom: 30px;
    background: #fff;
    padding: 0;
}
.write-comment i{
	font-size: 15px;
	margin-right: 5px;
}
.bs {
	text-align: left;
}
.write-comment{
	display: inline-block;
}
.write-comment a{
	color: #6f6f6f;
	font-size: 14px;
}
.bs span.bsp {
	margin: 0 8px;
}
.read-more .btn-primary {
	text-transform: uppercase;
}
.bs span {
	color: #6f6f6f;
	text-transform: capitalize;
	display: inline-block;
}
.bdate{
	display: inline-block;
	color: #6f6f6f;
	font-size: 14px;
}
#common-home .blog-right {
	overflow: hidden;
	transition: all 0.2s ease 0s;
	left: 15px;
	right: 15px;
	transition: all 0.4s ease 0s;
}
.bs h4{
 	font-size: 18px;
 	text-transform: capitalize;
 	line-height: 23px;
 	font-weight: 500;
 	padding: 10px 0;
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
	margin: 0px;
}
.bs h4 a:hover{
    color: #405287;
}
.bs h4 a{
 	color: #000;
 	transition: 0.3s ease;
}
.blogdt {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 8px 12px;
    display: inline-block;
    margin-top: 15px;
}
.bl{
	color: #6f6f6f;
	text-transform: capitalize;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;
}
/* product */
.owl-buttons .owl-prev:hover svg, .owl-buttons .owl-next:hover svg{
	fill: #405287;
}
.product-thumb .button-group button:hover svg, .bquickv:hover svg{
    fill: #fff;
}
#common-home .bquickv {
  	padding: 10px 0px;
}
.product-thumb .absbtn button, .product-layout .bquickv {
	background-color: #fff;
	fill: #989898;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	padding: 5px 5px;
	vertical-align: middle;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	border: 1px solid #fff;
	margin-bottom: 5px;
	border: 1px solid #dadada;
}
.product-thumb .price-new, .price {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	min-height: 22px;
	transition: all 0.3s 0.1s;
}
.product-thumb .price-old {
	text-decoration: line-through;
	color: #9f9e9e;
	font-size: 13px;
	font-weight: 400;
}
.protitle a {
	color: #222;
	transition: all 0.4s ease 0s;
}
.sale {
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	background-color: #405287;
	padding: 5px 3px 5px 3px;
	margin: 0px;
	line-height: 12px;
	border-radius: 4px;
	width: 38px;
}
.newpros {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 11px;
	color: #fff;
	text-transform: capitalize;
	background-color: #53a835;
	padding: 5px 3px 5px 3px;
	margin: 0px;
	border-radius: 4px;
	width: 38px;
}
.owl-carousel .owl-buttons .owl-prev::after {
	content: '';
	position: absolute;
	width: 55px;
	bottom: -4px;
	left: 0;
}
.owl-buttons {
	top: -64px;
	position: absolute;
	right: 15px;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #000;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
	background-color: #f6f7fb;
	min-width: 35px;
	min-height: 35px;
	text-align: center;
	border-radius: 4px;
	transition: 0.3s ease;
	margin: 0;
	overflow: visible;
	border: 1px solid #f6f7fb;
	text-shadow: none;
	padding-top: 6px;
}
.owl-carousel .owl-buttons div i {
    font-size: 20px !important;
    margin: 0px !important;
    color: #222;
}
.parallex .owl-theme .owl-controls .owl-buttons div svg{
	fill: #fff;
}
.owl-carousel .owl-buttons div {
	text-shadow: none;
}
.protitle {
	font-size: 15px;
	color: #000;
	text-overflow: ellipsis;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.4s ease 0s;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 0px;
}
.protitle a {
	color: #222;
	transition: all 0.4s ease 0s;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}
#product .nav-tabs {
	text-align: right;
	border: none;
	margin-bottom: 30px;
	margin-right: 110px;
	display: inline-block;
	float: right;
}
#product .product-layout, .category-tab .product-layout {
	margin-bottom: 20px;
}
.product-layout {
	border-right: 1px solid #ddd;
}
#feature .owl-wrapper-outer, #best .owl-wrapper-outer, #tlatest .owl-wrapper-outer, #special .owl-wrapper-outer, #related .owl-wrapper-outer{
	border: 1px solid #fff 	!important;
}
.product-thumb {
	position: relative;
	cursor: pointer;
}
.nav-tabs > li {
	float: none;
	margin-bottom: -1px;
	display: inline-block;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: none;
	border-bottom-color: #ddd;
}
.tab-head .nav-tabs > li > a {
	margin: 0;
	border-radius: 4px;
	font-size: 15px;
	text-transform: capitalize;
	color: #000;
	background-color: #f6f7fb;
	transition: 0.3s ease;
	border: 1px solid f6f7fb;
	padding: 8px 20px;
}
.bests{
	margin: 0px 20px;
}
a:focus {
	outline: none;
}
.product-thumb .image {
	text-align: center;
	border-radius: 4px;
	position: relative;
}
.product-thumb .image img {
	border-radius: 4px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .second-img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	transform: translate(40%, 40%) scale(0.2);
	transition: all 0.6s ease 0s;
	max-width: 100%;
	opacity: 0;
}
.caption {
	margin-bottom: 10px;
	text-align: left;
}
.product-thumb .button-group {
	text-align: center;
}
.absbtn {
	position: absolute;
	top: 110px;
	transition: .3s ease;
	opacity: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.product-thumb:hover .second-img {
	opacity: 1;
	transition: all 0.6s ease 0s;
	transform: translate(0%, 0%);
	overflow: hidden;
}
/* footer */
.block-social, .fpayment {
	margin-top: 30px;
}
.data.ad {
    display: inline-block;
    vertical-align: top;
}
.facebook {
    background: -webkit-linear-gradient(bottom, #2b4170, #3b5998);
}
.twitter {
    background: -webkit-linear-gradient(bottom, #0081ce, #00aced);
        background-color: rgba(0, 0, 0, 0);
    background-color: #00aced;
}
.rss {
    background: -webkit-linear-gradient(bottom, #e2733d, #e88845);
}
.youtube {
    background-color: #ff0000;
}
.googleplus {
    background: -webkit-linear-gradient(bottom, #c33219, #e64522);
}
.pinterest {
    background: -webkit-linear-gradient(bottom, #a0171c, #cb2027);
}
.vimeo {
    background-color: #00ADEF;
}
.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.f-left li{
	line-height: 35px;
}
.ajax-loader-container img {
    margin-top: 30px;
}
.f-left li svg {
    fill: #405287;
    margin-right: 8px;
    width: 25px;
    font-size: 16px;
}
.fpayment li {
 	display: inline-block;
 	margin-bottom: 5px;
}
.fpaym li{
	display: inline-block;
}
.fpayment li i{
	font-size: 22px;
	color: #7f8389;
}
.copy{
	font-size: 15px;
	color: #7f8389;
 	border-top: 1px solid #dfdfdf;
}
.fleft {
	margin-bottom: 30px;
}
.copys{
	margin-top: 14px;
}
#scroll i {
    font-size: 18px;
}
#top .btn-link:hover, #top-links li:hover, #top-links a:hover {
    color: #405287;
}
#scroll {
	position: fixed;
	bottom: 12px;
	right: 20px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	z-index: 2;
	background: #405287;
	min-width: 40px;
	min-height: 40px;
	overflow: hidden;
	display: block;
	text-align: center;
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
	transform: scale(1);
	padding: 10px 0;
	border-radius: 4px;
}
#scroll:hover{
	background-color: #ffcc01;
	color: #000;
}
.social li a {
    color: #fff;
    min-width: 32px;
    min-height: 32px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
    padding: 6px 0;
    vertical-align: middle;
}
.social li {
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.mainh {
	color: #7a7a7a;
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 0px !important;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.fborder a:hover {
    margin-left: 5px;
}
.fborder li a, .f-left li {
	cursor: pointer;
	font-size: 14px;
	line-height: 35px;
	color: #666666;
	word-break: break-all;
	transition: 0.3s ease;
}
.social li a i{
	font-size: 16px;
	color: #fff;
}
footer {
	margin-top: 60px;
	padding-top: 60px;
	background-color: #f5f5f5;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
.social li:hover{
	background-color: #405287;
}
.social li:hover a{
	color: #fff;
}
footer a {
 	color: #7f8389;
}
footer a:hover {
 	color: #405287;
}
footer h5, .main-s {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #000;
	margin-top: 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 0;
    border: none;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 10px;
}
.breadcrumb i {
 	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li::before {
    padding: 0 0px;
    color: #ccc;
    content: "";
}
.breadcrumb > li:last-child a::after {
    content: '';
    padding: 0;
}
.breadcrumb > li a::after {
    content: '|';
    padding: 0 15px;
    color: #000;
}
.pagination {
 	margin: 0;
}
/* buttons */
.swiper-button-prev::before, .swiper-button-next::before {
    color: #000 !important;
    font-size: 26px !important;
}
#menu .nav > li > a:hover {
	color: #405287
}
.btn-info.focus, .btn-info:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.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: #ffcc01;
	border-color: #ffcc01;
	color: #000;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
}
.product-grid .product-thumb, .product-list .product-thumb {
	margin-bottom: 20px;
}
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffcc01;
    border-color: #ffcc01;
}
.btn.active, .btn:active {
    box-shadow: none;
}
.buttons {
 	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border-radius: 4px;
	box-shadow: none;
	text-transform: capitalize;
}
.btn-xs {
 	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-primary svg{
	fill: #fff;
}
.btn-primary:hover svg{
	fill: #000;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
 	font-size: 12px;
}
.btn-group > .btn-xs {
 	font-size: 9px;
}
.btn-group > .btn-sm {
 	font-size: 10.2px;
}
.btn-group > .btn-lg {
 	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #405287;
	background-image: none;
	border-color: #405287;
	transition: 0.3s ease;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ffcc01;
	border-color: #ffcc01;
}
.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: none;
}
.btn-danger {
	color: #ffffff;
	text-shadow: none;
	background-color: #000;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #000;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
 	box-shadow: none;
}
.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: none;
}
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #405287;
	background-image: none;
	border-color: #405287;
	transition: 0.3s ease;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	color: #000;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.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);
}
/* 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 */
.tooltip-inner {
    text-transform: capitalize;
}
#logo {
	margin-top: 7px;
}
.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}
.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}
.product-thumb .image a {
 	display: block;
}
.product-thumb .image img {
	 margin-left: auto;
	 margin-right: auto;
}
.product-grid .product-thumb .image {
 	float: none;
}
@media (min-width: 1410px) and (max-width: 1589px) {
	.container {
	    width: 1380px;
	}
	#under-menu .nav > li > a {
	    padding: 15px 5px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1410px){
	.winter-search-container .winter-category-container {
	    width: 24%;
	}
} 
@media (max-width: 1410px){
	.block-cat-wrd {
	    font-size: 12px;
	}
	.topte {
	    font-size: 13px;
	    letter-spacing: 0;
	}
}
@media (max-width: 600px){
	.dinfo.row{
		margin-right: -5px;
		margin-left: -5px;
	}
}
@media (max-width: 389px){
	.imgbanner .sub-img-banner {
	    margin-bottom: 20px !important;
	}
	.imgbanner .sub-img-banner:last-child {
	    margin-bottom: 0px !important;
	}
}
@media (min-width: 500px) and (max-width: 767px){
	.accrow [class*="col-"] {
	    width: 50%;
	}
	.siinfo {
		width: 50%;
	}
}
@media (min-width: 600px) {
	.catb {
	    display: none;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.ct {
	    display: none;
	}
	.product-grid{
		width: 33.33%;
	}
}
@media (max-width: 599px){
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.pagi .text-left, .pagi .text-right {
	    text-align: center !important;
	    width: 100%;
	    padding: 0;
	}
}
@media (min-width: 390px) and (max-width: 767px){
	.product-list{
		width: 50%;
	}
	.imgbanner .sub-img-banner {
	    width: 50%;
	}	
}
/* 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: #405287;
    border-color: #405287;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #405287;
    border-color: #405287;
}
.pagination > li > a {
    color: #000;
}
.pagi .tot {
    line-height: 34px;
    float: right;
}
@media (max-width: 1200px) {
	#winter-search-category{
		display: none;
	}
	#wr-menu-icon {
	    padding-left: 0;
	    padding-right: 0;
	}
	 #cart .mcart {
	    font-size: 12px;
	}
	#cart-per {
	    font-size: 15px;
	}
	#account-account.acpage #content[class*="col-"] span:first-child {
	    padding-right: 10px;
	    margin-right: 10px;
	}
	#account-account.acpage #content[class*="col-"] a {
	    padding: 10px 10px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child {
	    font-size: 14px;
	    letter-spacing: 0px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child span {
	    font-size: 12px;
	    letter-spacing: 0px;
	}
	.macc , .dacc{
		display: none;
	}
	.acc {
	    margin-right: 15px;
	    margin-left: 15px;
	}
	.discri {
	    margin-left: 5px;
	}
	.dimg {
	    margin-right: 5px;
	}
	.deltext h4 {
	    font-size: 14px;
	    letter-spacing: 0px;
	    margin-bottom: 0px;
	}
	.deltext p {
	    font-size: 12px;
	}
	.smenus li {
	    margin-right: 25px;
	}
	.header-top {
	    padding: 15px 0 15px 0;
	}
	.tot{
		font-size: 12px;
		letter-spacing: 0px;
	}
}
.account li i {
    margin-right: 7px;
    width: 15px;
}
@media (max-width: 767px) {
	.breadcrumb, .catsearch {
		margin-top: 15px;
	}
	.newsletter-bg .inner .form-group input {
	    width: 100%;
	}
	.owl-theme .owl-controls .owl-buttons div {
	    min-width: 31px;
	    min-height: 31px;
	    padding-top: 4px;
	}
	.cattab .caption ,
	#cattab .caption {
	    margin-top: 7px;
	}
	.cattab .caption ,
	#cattab .caption {
	    padding: 0;
		padding-left:5px;
	}
	.visa {
		margin-bottom: 5px;
	}
	.wbview_more {
	    display: none !important;
	}
	#product .owl-buttons {
	    top: -33px;
	}
	.tab-head .nav-tabs > li > a {
	    font-size: 12px;
	    padding: 6px 10px;
	}
	.bests {
		margin: 0px 10px;
	}
	#product .heading-home {
		display: none;
	}
	#product .nav-tabs {
	    margin-right: 0px;
	    float: none;
	    text-align: left;
	}
	#menu .dropdown-inner .dropdown-submenu .submenu-title {
	    font-weight: 500;
	    padding: 0;
	    margin-bottom: 10px;
	    text-transform: uppercase;
	}
	.dropdown-menu > li > a, .compro{
	    padding: 3px 8px !important;
	}
	.compro{
	    padding: 0 !important;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
	    display: block;
	    margin-bottom: 15px;
	}
	#menu div.dropdown-menu {
	    margin: 0 !important;
	    padding: 15px;
	}
	#menu .nav > li > a {
	    border-bottom: none;
	}
	#menu .collapse .nav li {
	    padding: 0;
	}
	.mfp-iframe-holder .mfp-content {
    	height: 100%;
	}
	.product-quickview-detail .pro-content h1 {
	    margin-top: 50px;
	}
	.newletter-popup #boxes .newletter-title h2 {
	    font-size: 22px;
	    margin: 0;
	}
	.newletter-popup {
	    padding: 18px;
	}
	#boxes #frm_subscribe #subscribe_pemail {
	    width: 100%;
	}
	.lastb, .f-left{
		padding-bottom: 15px;
	}
	.pro-content h1 {
	    margin-top: 20px;
	    font-size: 15px;
	}
	#form-currency {
	    display: inline-block;
	}
	#form-currency button, #form-language button {
	    padding: 4px !important;
	    text-align: left;
	    line-height: 20px;
	}
	.account button.dropdown-toggle {
	    border: 1px solid #eee;
	    padding: 6px;
	    color: #222;
	    font-size: 12px;
	    letter-spacing: 0;
	    margin: 3px !important;
	    border-radius: 4px;
	}
	.account {
	    min-width: 240px;
	    border-radius: 4px;
	}
	.dropdown-menu {
	    padding: 5px 5px !important;
	}
	#form-language {
	    display: inline-block;
	}
	#notification-normal {
	    margin-top: 40px;
	}
	.fpayment li:hover i{
		color: #405287;
	}
	#btn-search-category {
	    width: 73px;
	    height: 42px;
	}
	#search{
		margin-top: 10px;
	}
	footer {
	    margin-top: 30px;
	    padding-top: 30px;
	}
	.product-layout .bquickv, .product-thumb .button-group button {
		width: 28px !important;
		height: 28px !important;
		padding: 3px 5px;
	}
	#common-home .bquickv{
	  	padding: 6px 0px;
	}
	.bl {
	    font-size: 12px;
	    height: 45px;
	    margin-top: 5px;
	    overflow: hidden;
	}
	.write-comment a, .bdate {
	    font-size: 12px;
	}
	#common-home .blog-right {
		position: unset;
	    background: transparent;
	    padding: 0px;
	}
	.bs h4 a {
		color: #000;
	}
	#common-home .product-b .read-more .btn-primary {
	    opacity: 1;
	}
	.bdate, .bs span, .bl, .write-comment a{
	    color: #999;
	}
	#common-home .product-b:hover .blog-right {
	    background: transparent;
	}
	#cart-per {
		display: none
	}
	#search-by-category .search-container .categories-container {
	    display: none;
	}
	.tright {
	    margin-top: 0px;
	}
	.navbar-header button {
	    border: none;
	    background-color: transparent;
	    color: #fff;
	    padding: 0px;
	    font-size: 17px;
	    cursor: pointer;
	    margin-right: 15px !important;
	    margin-top: 8px !important;
	}
	.navbar-header button .fa {
	    font-size: 19px;
	    color: #fff;
	}
	#search .input-lg ,#search .btn-lg{
		height: 42px;
	}
	.nav > li > a {
	    padding: 10px 0px;
	}
	#menu {
	    border-radius: 5px;
	}
	#menu {
	    margin-bottom: 0;
	    display: inline-block;
	    background-color: transparent;
	    border: none;
	    float: left;
	}
	.nav.navbar-nav{
		padding: 0px 15px;
	}
	.product-list .product-thumb .caption {
		 min-height: 0;
		 margin-left: 0;
		 padding: 0 0px;
	}
	.product-grid .product-thumb .caption {
	 	min-height: 0;
	}
}
.rating .fa-stack {
 	font-size: 13px;
}
.fa {
 	font-size: 13px;
}
.fa-stack {
	 width: 1em;
	 height: 1em;
	 line-height: 10px;
}
.rating .fa-star-o {
 	color: #ffc600;
 	font-size: 13px;
}
.rating .fa-star {
 	color: #ffc600;
 	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
 	color: #ffc600;
}
h2.price {
	 margin: 0;
}
.product-thumb .price-new {
	 font-weight: 600;
}
.product-thumb .price-old {
 	color: #999;
 	text-decoration: line-through;
}
.product-thumb .price-tax {
 	color: #999;
 	font-size: 12px;
 	display: block;
}
.product-thumb .absbtn button:hover, .bquickv:hover, .product-list .addtocart button:hover {
    background-color: #405287;
    border-color: #405287;
    color: #fff;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
	 	 border-left: none;
	 }
}
@media (max-width: 1200px) {
	
}
.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;
}
.beffect:hover a::after {
    opacity: 0;
    height: 85%;
}
.beffect {
    position: relative;
    overflow: hidden;
}
.beffect a::after {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,.9) none repeat scroll 0 0;
    height: 0;
    transition: all 700ms ease-in-out 0s;
    width: 100%;
}
.dropdown-menu {
	right: 0px;
	left: auto;
}
.catfilter.panel-default > .panel-heading {
    color: #fff;
    background-color: #000;
    border: none;
    text-transform: uppercase;
}
.cartdrop{
	padding: 0px;
}
@media (max-width: 991px) {
	.price-new {
	    margin-right: 5px;
	}
	.pro-content .rating li {
	    font-size: 12px;
	}
	.proreview {
	    margin: 0 8px;
	    padding: 0 8px;
	}
	.category-tab .product-thumb .price-new, .price {
	    font-size: 14px;
	    letter-spacing: 0;
	}
	.catbg {
	    padding: 10px 10px;
	}
	.category-tab .product-thumb .price-old {
	    font-size: 12px;
	    letter-spacing: 0;
	}
	.fright {
		width: 100%;
	}
	.fright {
	    margin-bottom: 20px;
	}
	.cattab .product-layout:hover .proprice ,
	#cattab .product-layout:hover .proprice {
	    opacity: 1;
	}
	#btn-search-category {
		height: 42px;
	}
	.s1, .s2 {
		margin-bottom: 15px;
	}
	#text-search {
	    height: 42px;
	    border-radius: 4px 0px 0px 4px;
	}
	.owl-buttons {
	    right: 5px;
	}
	#cart-per {
		display: none;
	}
	.discri {
	    margin-left: 0px;
	}
	#cart-text {
		display: none;
	}
	.product-thumb .button-group {
	    text-align: left;
	    margin-top: 5px;
	}
	.cattab .product-thumb .button-group ,
	#cattab .product-thumb .button-group {
	    margin-top: 0px;
	}
	.addtocart {
		display: none !important;
	}
	.wishlist {
	    margin: 0px 0px;
	}
	.compro{
		padding: 3px 17px;
	}
	.product-thumb .button-group button {
		margin-bottom: 0px;
	}
	.product-thumb .absbtn button, .product-layout .bquickv {
		margin-bottom: 0px;
	    width: 35px;
	    height: 35px;
	}
	.button-group, .absbtn {
	    position: unset;
	    opacity: 1;
	}
	.addtocart, .wish, .view, .bquickv{
		display: inline-block;
	}
	.rating{
		margin-bottom: 10px;
	}
	.mcoll{
		display: none;
	}
	.jd-2, .dinfo, .special {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.categort-pro {
	    padding: 30px 0 20px 0;
	    margin-top: 10px;
	}
	.prosp, .manuf {
	    margin-top: 30px;
	}
	.head-t h4 {
	    font-size: 16px;
	}
	footer h5, .main-s {
	    font-size: 15px;
	    margin-bottom: 15px;
	    letter-spacing: 0;
	}
	.container{
		width: 100%;
	} 
	.delop, .dhblock svg, .dhblock::before {
	    display: none;
	}
	.dhblock h4 {
	    font-size: 12px;
	    letter-spacing: 0;
	    background: rgba(255,255,255,0.7);
	    margin-top: 0;
	    margin-bottom: 0;
	    padding: 10px 0;
	    position: unset;
	}
	.dhblock{
		position: unset;
		background: #969696;
		margin-bottom: 10px;
		left: 5px;
		right: 5px;
	}
	#product .product-layout, #tbestseller .product-layout, #special .product-layout, #related .product-layout{
	    padding-left: 5px;
	    padding-right: 5px;
	}
	#product .row, .special .row, #tbestseller .row, .relpro .row, .spe .next-prevb.row, #product-search .next-prevb.row, #product-manufacturer .next-prevb.row {
	    margin-right: -5px;
	    margin-left: -5px;
	}
}
@media (min-width: 992px) { 
	.addtocart svg, .add{
		display: none;
	}
	.addtocart button{
		border: none;
		padding: 0;
		background: transparent;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.3px;
		cursor: pointer;
		color: #405287;
		transition: 0.3s ease;
	}
	.addtocart button:hover{
		color: #ffcc01;
		background-color: transparent;
		border-color: transparent
	}
	.addtocart {
	    position: absolute;
	    left: 0;
	    bottom: 0px;
	    transform: translateX(-20px);
	    opacity: 0;
	    filter: alpha(opacity=0);
	    transition: all 0.3s 0.1s;
	}
	.product-thumb:hover .price {
	    opacity: 0;
	    filter: alpha(opacity=0);
	    transform: translateX(30px);
	}
	.product-thumb:hover .addtocart{
	    opacity: 1;
	    filter: alpha(opacity=100);
	    transform: translateX(0);
	}
	.wishlist i, .compro i{
		margin: 0px 5px;
	}
	.rating {
		margin-bottom: 10px;
	}
	.product-layout:hover .absbtn {
		opacity: 1;
		transition: .3s ease;
	}
	.webi-ownstyle.webi-quickview a {
		display: inline-block;
		vertical-align: middle;
		
	}
	.product-grid .webi-ownstyle.webi-quickview a {line-height:24px;}
	.addtocart, .wish, .view, .bquickv {
	  	text-align: center;
	  	display: inline-block;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.topte {
	    font-size: 13px;
	    letter-spacing: 0;
	}
	#wr-menu-icon{
		margin-bottom: 0;
		padding: 0;
	}
	.product-list .product-thumb .image {
	    width: 40%;
	    float: left;
	}
	.product-list .caption {
	    width: 60%;
	}
	.accolumn h3 {
	    font-size: 14px;
	    padding: 0 14px;
	}
	.accolumn.list-group a {
	    font-size: 12px;
	    letter-spacing: 0;
	}
	.siinfo {
		padding: 0px 5px;
	} 
}
@media (min-width: 992px) and (max-width: 1199px) {
	#cat_tab ul li a {
	    padding: 15px 15px;
	}
	.cattab .caption ,
	#cattab .caption {
	    width: 65%;
	    padding: 0;
	    margin-top: 5px;
	}
	.cattab .product-thumb .image ,
	#cattab .product-thumb .image {
	    width:35%;
	}
	.cattab .product-thumb ,
	#cattab .product-thumb {
	    padding: 13px 0 !important;
	}
	.cattab .button-group .absbtn ,
	#cattab .button-group .absbtn {
	    left: 0px;
	}
	#wr-menu-icon {
	    margin-bottom: 0px !important; 
	}
	.dhblock::before {
	    border-width: 0px 108px 87px 102px;
	}
	.dhblock svg, .dhblock h4, .delop p {
	    font-size: 12px;
	    letter-spacing: 0;
	    margin-bottom: 8px;
	}
	.delh svg {
	    width: 26px;
	    height: 26px;
	    margin: 0;
	}
	.dhblock svg, .dhblock h4, .delop p {
	    font-size: 12px;
	    letter-spacing: 0;
	    margin-bottom: 8px;
	}
	.dinfo .delh:hover .dhblock::before {
	    border-width: 17px;
	}
	.cate-selected{
		font-size: 12px;
	}
	#under-menu .nav > li > a {
	    padding: 12px 5px;
	}
	.view_more.my-menu {
	    padding: 11px 8px !important;
	}
}
.product-list .product-thumb .image {
    float: left;
}
.category-tab .nav-tabs li {
    display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
	#cat_tab ul li a {
	    padding: 12px 15px;
	}
	.cattab .caption ,
	#cattab .caption {
	    padding: 0px 5px;
	}
	.tab-head .nav-tabs > li > a {
	    font-size: 13px;
	    padding: 5px 5px;
	}
	.view_more.my-menu {
	    padding: 5px 8px !important;
	}
	.shopn {
		font-size: 12px;
		letter-spacing: 0px;
	}
	.categories-container .hover-cate p {
		display: none;
	}
	#cat_tab {
		padding-right: 0;
	}
	.cattab .button-group ,
	#cattab .button-group {
		display: none;
	}
	.fixed {
	    padding: 10px 0 0px 0 !important;
	}
	.fborder li a, .f-left li, .mainh {
	    font-size: 12px;
	    letter-spacing: 0;
	}
	#product-category .product-grid{
		width: 50%;
	}
	#menu .collapse .nav li {
	    padding: 0 6px;
	}
	#menu .dropdown-inner .dropdown-submenu .submenu-title {
	    font-size: 12px;
	}
	#menu .dropdown-inner a {
	    min-width: 140px;
	    letter-spacing: 0;
	    font-size: 12px;
	}
	.smenus a {
	    text-transform: capitalize;
	    font-size: 14px;
	    font-weight: 500;
	}
	.smenus li {
	    margin-right: 10px;
	}
	.nav > li > a {
	    padding: 8px 5px;
	}
	.imgbanner{
		margin-top: 30px;
	}
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
	.compro, .wishlist{
		padding: 0px !important;
	}
	#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;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled],.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .btn-danger:hover , .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
	background-image: none;
	background-color: #000;
	border-color: #000;
}
/* newsletter */
.webi-newsletter form input[type="text"] {
    padding: 11px;
    width: 100%;
    background-color: #fff;
    color: #a0a0a0;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
}
.webi-newsletter form button[type="submit"] {
    background: #fff;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 11px 25px;
    letter-spacing: 1px;
    transition: 0.3s ease;
    height: 50px;
    border-radius: 0px 5px 5px 0 !important;
    display: inline-block;
    line-height: normal;
}
.white-popup {
    position: relative;
    background: #FFF;
        background-repeat: repeat;
        background-size: auto;
    padding: 20px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}
.white-popup  .mfp-close{
	background:#FFF;
}
.newsletter-bg{
   background-repeat: no-repeat;
   background-size: cover;
}
.slide-bottom{
	position: absolute;
	padding:30px;
	background:#FFF;
	bottom: 0;
	right: 10%;
	border: solid 1px #000;
}
.slide-bottom .inner{
	position: relative;
}
.button-slide{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background:#000;
	color: #FFF;
	text-align: center;
	line-height: 30px;
}
.alert{
	padding: 13px 12px;
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    border-radius: 0;
    z-index: 99;
    text-transform: capitalize;
}
.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0;
}
.alert-dismissable .close, .alert-dismissible .close{
	position: absolute;
	top:7px;
	right: 10px;
	color: inherit;
}
.alert a {
	color: #000;
}
.newsletter .form-group{
	margin-bottom: 0;
	margin-top: 5px;
}
.inner {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0px;
}
#formNewLestter.newspopup .inputNew {
	border-color: #eee;
}
.inputNew {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	height: 40px;
}
#column-right .inner{
	padding: 0px;
}
#formNewLestter1 .btn{
	background-color: #fff;
	box-shadow: none;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 9px 12px;
	letter-spacing: 1px;
	height: 40px;
	border-radius: 0px 4px 4px 0;
	display: inline-block;
	line-height: normal;
	width: 115px;
	text-align: center;
	transition: 0.3s ease;
	border: none;
}
#formNewLestter1 .btn:hover{
	color: #405287;
}
.account li a {
	text-transform: capitalize;
}
.nhr {
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #e8e6f0;
	width: 90px;
}
.product-title a {
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.webi-newsletter .button-submit a {
	background-color: #fff;
	box-shadow: none;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 9px 12px;
	letter-spacing: 1px;
	transition: 0.3s ease;
	height: 40px;
	border-radius: 0px 4px 4px 0 !important;
	display: inline-block;
	line-height: normal;
	width: 115px;
	text-align: center;
	transition: 0.3s ease;
}
.newletter-subscribe #subscribe {
	margin-top: 3px;
}
.webi-newsletter .button-submit a:hover {color: #405287;}
.webi-newsletter #subscribe_email {border-radius: 4px 0 0 4px !important;}
#notification-normal {position: relative;margin-top: 5px;}
#slideshow0, #slideshow0 img, .beffect img {
	border-radius: 4px;
}
#notification{
	margin-top: 8px;
}
#notification-normal .warning,#notification .warning{
	color: red;
}
#notification-normal .success,#notification .success{
	color: green;
}
.webi-newsletter #subscribe_email{
	color: #7a7a7a;
	background-color: #fff;
	height: 40px;
	border: 1px solid #fff;
}
@media(max-width: 1589px){
	.accrow [class*="col-"] {
	    padding-left: 3px;
	    padding-right: 3px;
	}
	.accrow {
	    margin-left: -3px;
	    margin-right: -3px;
	}
	#account-account.acpage #content[class*="col-"] span svg {
	    width: 35px;
	    height: 35px;
	}
	.imgbanner .sub-img-banner {
	    margin-bottom: 5px;
	}
	.imgbanner .sub-img-banner:last-child {
	    margin-bottom: 0px;
	}
	.bs h4 {
	    font-size: 15px;
	    line-height: 20px;
	    padding: 7px 0px;
	}
}
@media (min-width: 1200px) and (max-width: 1589px){
	.fborder {
		padding-left: 0px;
	}
	.cattab .caption ,
	#cattab .caption {
		padding-left: 0px;
	}
	.product-list .product-thumb .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	    float: right;
	}
	.nav > li > a {
	    padding: 17.4px 5px;
	}
	.dhblock::before {
	    border-width: 0px 130px 109px 130px;
	}
	.dhblock svg, .dhblock h4 {
	    margin-bottom: 10px;
	    letter-spacing: 0;
	    font-size: 13px;
	}
	.dinfo .delh:hover .dhblock::before {
	    border-width: 18px;
	    border-color: rgba(255,255,255,0.8);
	    z-index: 1;
	}
	.delop p {
	    line-height: 19px;
	    font-size: 12px;
	    letter-spacing: 0;
	}
	.delop svg {
	    fill: #fff;
	    margin: 15px 0;
	}
}
@media (min-width: 1589px){
	.carts {
	    width: 33%;
	    float: right;
	}
	#search_widget {
	    width: 66.66%;
	}
	.product-grid {
	    width: 16.6666%;
	}
	#product-category .product-grid {
		width: 20%;
	}
	.product-list .product-thumb .image {
	    float: left;
	    padding: 0 15px;
	}
	#product-category .product-list {
		width: 100%;
	}
	.product-list{
		width: 50%;
	}
	#product-category .product-list .image{
		width: 25%;
	}
	#product-category .product-list .caption{
		width: 75%;
	}
	.product-list .image{
		width: 30%;
	}
	.product-list .caption{
		width: 70%;
		float: right;
	}
 	.container {
  		width: 1560px;
 	}
 	.menuwidth, .bothwidth, #column-left{
  		width: 22%;
 	}
 	.manun{
  		width: 78%;
 	}
 	.snwidthslb {
  		width: 78%;
 	}
 	.acpage #content{
	    width: 78%;
	}
	.acpage #column-right{
		width: 20%;
	}
}
@media (max-width: 575px){
	.s3{
		margin-bottom: 15px;
	}
	.deltext h4 {
	    margin-bottom: 0px;
	}
	.product-tab .nav-tabs li a{
		font-size: 12px;
	}
	.product-tab li {
	    margin: 0 3px;
	}
	.cate-bg {
	    font-size: 14px;
	    letter-spacing: 0;
	}
	.dhblock h4 {
	   font-size: 11px;
	}
	.siinfo{
		padding: 0px 5px;
	}
	.row.dinfo{
		margin-left: -5px;
		margin-right: -5px;
	}
	.breadcrumb {
	    margin-bottom: 13px;
	}
	#form-currency .dropdown-menu {
	    right: -63px;
		left: auto;
	}
	.content_test h3 {
	    margin-top: 15px;
	}
	.parallex .item p {
	    padding: 15px 15px 55px 15px;
	}
	.nav-tabs {
	    margin-bottom: 20px;
	}
	#product .owl-theme .owl-controls .owl-buttons div {
		display: none;
	}
	.protitle {
		font-size: 13px;
		letter-spacing: 0px;
		margin-bottom: 5px;
	}
	.rating {
	    margin-bottom: 5px;
	}
	.copy {
	    font-size: 13px;
	}
	.social li a{
	    height: 30px;
	    width: 30px;
	    padding: 8px 0px !important;
	    margin-top: 0px;
	}
	.copys, .visa {
		text-align: center;
	}
}
@media (max-width: 767px) {
	#search_widget{
		padding: 0;
	}
	.fborder li a, .f-left li {
	    line-height: 30px;
	}
	.fleft {
	    margin-bottom: 0px;
	}
	.fpayment {
	    margin-bottom: 20px;
	}
	.fborder ul{
		margin-bottom: 20px;
	}
	.block-social, .fpayment {
	    margin-top: 15px;
	}
	.copys, .visa {
		text-align: center !important;
	}
	.category-tab .head-t {
		display: inline-block;
	}
	.snwidthslb {
		margin-top: 20px;
	}
	.newpros {
	    padding: 3px 1px 3px 1px;
	   	right: 5px;
		top: 5px;
	}
	.sale {
		padding: 3px 1px 3px 1px;
		left: 5px;
		top: 5px;
	}
	.cattab .slick-prev, .cattab .slick-next ,
	#cattab .slick-prev, #cattab .slick-next {
	    display: none !important;
	}
	.catb {
	    position: absolute;
	    right: 30px;
	    background: transparent;
	    color: #111;
	    border: none;
	    padding: 0;
	    text-align: center;
	    z-index: 99;
	    margin: 0 auto;
	}
	.catb.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catb.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.cate-bg {
	    font-size: 14px;
	}
	.shopn{
		font-size: 12px;
		letter-spacing: 0;
	}
	#account .xsuser, #cart .cimg {
	    width: 40px;
	    height: 40px;
	    padding: 8px 0px;
	}
	.breadcrumb > li a::after {
	    padding: 0px 10px;
	}
	.breadcrumb > li {
	    font-size: 12px;
	}
	.product-list .product-thumb .image {
	    float: none !important;
	}
	.product-list .caption {
	    float: none !important;
	}
	.absbtn svg{
		width: 14px;
		height: 14px;
	}
	.product-thumb .price-new, .price {
	    font-size: 15px;
	    min-height: 21px;
	    margin-bottom: 5px;
	    letter-spacing: 0;
	}
	.product-thumb .price-old {
	    font-size: 12px;
	    letter-spacing: 0;
	}
	.product-b{
		padding: 0px 5px;
	}
	.box-content.row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.parallex {
	    padding: 10px 15px 25px 15px;
	}
	.heading {
	    font-size: 18px;
	}
	#featured_category .owl-buttons{
	    right: 15px !important;
	}
	.acc {
	    display: inline-block;
	    margin-right: 10px;
	    margin-left: 10px;
	}
	.carts {
	    text-align: right;
	    padding-left: 5px;
	    padding-right: 5px;
	    float: right !important;
	    width: auto;
	    margin-top: 0px;
	}
	/* 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;
	    border: none;
	}
	.dblock{
		display: block;
	}
	.dnone{
		display: none
	}
	#logo img{
		max-width: 130px;
	}
	.countdown-row .countdown-amount {
	    height: 38px;
	    width: 38px;
	    padding-top: 9px;
	    font-size: 14px;
	}
	.spexs{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.catbor img {
    	padding: 5px 0;
	}
	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 .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: 15px;
	    padding: 0;
	    width: 100%;
	}
	.useric {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	#under-menu {
	    display: block !important;
	}
	#top{
		display: none;
	}
	#logo {
	    display: inline-block;
	    width: 110px;
	    margin-top: 4px;
	}
	.manun{
		display: none;
	}
	.deliveryinfo .delh {
	    background-size: cover;
	    margin-bottom: 5px;
	    height: 220px;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		background-color: transparent;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #222;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: transparent;
		color: #405287;
	}
	#under-menu ul li a {
	    font-size: 13px;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #000;
		font-weight: 500;

	}
}
.cattab .product-thumb ,
#cattab .product-thumb {
    position: relative;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    padding: 2px 0;
}

.price-tax{display:none !important;}
.webi-quickview{line-height:14px;}
.product-list .webi-quickview{line-height:24px;}

.common-home footer{margin-top:0 ;}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?cyr3g1');
  src:  url('../fonts/icomoon.eot?cyr3g1#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?cyr3g1') format('truetype'),
    url('../fonts/icomoon.woff?cyr3g1') format('woff'),
    url('../fonts/icomoon.svg?cyr3g1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-tiktok-1 .path1:before {
  content: "\e900";
  color: rgb(0, 242, 234);
}
.icon-tiktok-1 .path2:before {
  content: "\e901";
  margin-left: -1.013671875em;
  color: rgb(0, 242, 234);
}
.icon-tiktok-1 .path3:before {
  content: "\e902";
  margin-left: -1.013671875em;
  color: rgb(255, 0, 79);
}
.icon-tiktok-1 .path4:before {
  content: "\e903";
  margin-left: -1.013671875em;
  color: rgb(255, 0, 79);
}
.icon-tiktok-1 .path5:before {
  content: "\e904";
  margin-left: -1.013671875em;
  color: rgb(255, 255, 255);
}
.icon-tiktok-2 .path1:before {
  content: "\e905";
  color: rgb(37, 244, 238);
}
.icon-tiktok-2 .path2:before {
  content: "\e906";
  margin-left: -1.00390625em;
  color: rgb(37, 244, 238);
}
.icon-tiktok-2 .path3:before {
  content: "\e907";
  margin-left: -1.00390625em;
  color: rgb(254, 44, 85);
}
.icon-tiktok-2 .path4:before {
  content: "\e908";
  margin-left: -1.00390625em;
  color: rgb(254, 44, 85);
}
.icon-tiktok-2 .path5:before {
  content: "\e909";
  margin-left: -1.00390625em;
  color: rgb(0, 0, 0);
}
.icon-tiktok-3 .path1:before {
  content: "\e90a";
  color: rgb(238, 29, 82);
}
.icon-tiktok-3 .path2:before {
  content: "\e90b";
  margin-left: -0.8310546875em;
  color: rgb(0, 0, 0);
}
.icon-tiktok-3 .path3:before {
  content: "\e90c";
  margin-left: -0.8310546875em;
  color: rgb(105, 201, 208);
}
.icon-tiktok-3 .path4:before {
  content: "\e90d";
  margin-left: -0.8310546875em;
  color: rgb(105, 201, 208);
}
.icon-tiktok-3 .path5:before {
  content: "\e90e";
  margin-left: -0.8310546875em;
  color: rgb(105, 201, 208);
}
.icon-tiktok-3 .path6:before {
  content: "\e90f";
  margin-left: -0.8310546875em;
  color: rgb(105, 201, 208);
}
.icon-tiktok-3 .path7:before {
  content: "\e910";
  margin-left: -0.8310546875em;
  color: rgb(238, 29, 82);
}
.icon-tiktok-3 .path8:before {
  content: "\e911";
  margin-left: -0.8310546875em;
  color: rgb(0, 0, 0);
}
.icon-tiktok-4 .path1:before {
  content: "\e912";
  color: rgb(1, 1, 1);
}
.icon-tiktok-4 .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(238, 29, 81);
}
.icon-tiktok-4 .path3:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(102, 200, 207);
}
.icon-tiktok-4 .path4:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}
.icon-tiktok-4 .path5:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tiktok-4 .path6:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(238, 29, 82);
}
.icon-tiktok-4 .path7:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tiktok-4 .path8:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(105, 201, 208);
}
.icon-tiktok-4 .path9:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tiktok-6 .path1:before {
  content: "\e91b";
  color: rgb(81, 180, 195);
}
.icon-tiktok-6 .path2:before {
  content: "\e91c";
  margin-left: -0.9072265625em;
  color: rgb(81, 180, 195);
}
.icon-tiktok-6 .path3:before {
  content: "\e91d";
  margin-left: -0.9072265625em;
  color: rgb(212, 78, 97);
}
.icon-tiktok-6 .path4:before {
  content: "\e91e";
  margin-left: -0.9072265625em;
  color: rgb(212, 78, 97);
}
.social-block ul li{vertical-align:top;}
li.pinterest a:before {
/*  content: "\f0d2";*/
}
li.tiktok{font-size:0;line-height:0;border:none !important;}
li.tiktok a{
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	font-size:16px !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width:32px;
  height:32px;
  text-align:center;
  letter-spacing: 0.5px;
  padding-left:0 !important;
  padding-right:0!important;
  border-radius:50%;
  background:#000;
}
li.tiktok a span{display: inline-block !important;background: none !important;}
li.tiktok a:before{display:none !important;}
li.tiktok a:hover{background:#fff;border:none !important;}
li.tiktok a .icon-tiktok-1{padding-left:4px;}
li.tiktok:hover{background:none !important;}
li.tiktok a .icon-tiktok-1 span:before{color:#fff !important;}
li.tiktok a:hover .icon-tiktok-1 span:before{color:#000 !important;}
li.tiktok a .icon-tiktok-2{padding-left:4px;}
li.tiktok a .icon-tiktok-2 span:before{color:#fff !important;}
li.tiktok a:hover .icon-tiktok-2 span:before{color:#917c3d !important;}
li.tiktok a .icon-tiktok-3{padding-left:4px;}
li.tiktok a .icon-tiktok-3 span:before{color:#fff !important;}
li.tiktok a:hover .icon-tiktok-3 span:before{color:#917c3d !important;}
li.tiktok a .icon-tiktok-4{padding-left:4px;}
li.tiktok a .icon-tiktok-4 span:before{color:#fff !important;}
li.tiktok a:hover .icon-tiktok-4 span:before{color:#917c3d !important;}
li.tiktok a .icon-tiktok-6{padding-left:4px;}
li.tiktok a .icon-tiktok-6 span:before{color:#fff !important;}
li.tiktok a:hover .icon-tiktok-6 span:before{color:#917c3d !important;}