body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #fff;
	letter-spacing: 0.7px;
}
:focus{
	outline: none
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #222;
}
a:hover,a:focus{
	text-decoration: none;
	color: #303f9f;
	outline: none
}
.owl-wrapper-outer{
	border: none !important;
	box-shadow: none !important
}
.owl-carousel{
	background: transparent !important
}
.list-inline{
	margin: 0;
	padding: 0
}

.list-inline > li,.nav{
	padding: 0
}
ul{
	padding: 0
}
ol, ul{
	margin-bottom: 0
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    color: #303f9f;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	z-index: 0
}
/* .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
} */
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
	text-decoration: none
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    border-radius: 0;
    z-index: 99;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
@media (min-width: 1410px){
	.container {
    	width: 1380px;
	}
	#product-manufacturer .product-list, #product-search .product-list {
	    width: 50%;
	}
	#product-manufacturer .product-list .image, #product-search .product-list .image {
	    width: 35%;
	    position: relative;
	}
	#product-manufacturer .product-list .caption, #product-search .product-list .caption {
	    width: 65%;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	.container {
    	width: 1170px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.container {
    	width: 100%;
	}
	.inuser span{
		display: none !important
	}
	.manun li a, .linkback .text-right span{
		font-size: 13px;
	}
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none
}
.form-control{
	border: 1px solid #eee;
	box-shadow: none;
	color: #222;
}
.form-control:focus{
	box-shadow: none;
	border-color: #303f9f;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* top */
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #4d4d4d;
	font-size: 14px;
}
#top .btn-link.dropdown-toggle{
	padding: 0;
	color: #4d4d4d;
	font-size: 14px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links #form-currency,#top-links #form-language{
	margin-bottom: 0
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
/* cart */
.haccount li i{
	margin-right: 7px;
}
/* cart */
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 295px;
}
.dropdown-menu{
	border-radius: 0;
}
#cart .btn-danger {
    background-color: #fff;
    color: #222;
    padding: 0;
    border-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	font-size: 14px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #f6f6f6 !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #f6f6f6 !important;
	border: none;
}
.cartqt{
	width: 12%;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartdrop img{
	max-width: 60px;
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartname:hover{
	color: #303f9f;
}
.cartname a{
	font-weight: 500;
}
.cartprice {
    clear: both;
    position: relative;
    top: -35px;
    left: 70px;
    width: 50%;
    color: #303f9f;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li > div table td {
	border: 1px solid #ececec;
}
/* menu */
#menu .dropdown-submenu .grand-child{
	padding: 0 10px;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	text-transform: capitalize;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.sticky{
		position: sticky;
		top: 20px;
	}
	#xsfilter {
	    display: block !important;
	}
	#logo img{
		max-width: 190px;
	}	
}
@media (max-width: 991px) {
header .row.htop>.col-sm-10 {
	width: 72%;
	float:right;
}
}
@media (max-width: 767px) {
header .row.htop>.col-sm-10 {
	width: 100%;
}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
}
/* content */
#content {
	min-height: 400px;
}
/* footer */
footer {
	background-color: #000;
	margin-top: 40px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a,.f-left li{
	color: #818181;
	line-height: 32px;
	text-transform: capitalize;
}
footer a:hover,.f-left li:hover{
	color: #fff;
}
footer h5 {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 25px 0;
	padding: 10px 0;
	border: none;
}
.breadcrumb > li::after {
	content: '|';
}
.breadcrumb > li:last-child::after {
	content: '';
}
.breadcrumb > li a{
	padding: 0 20px;
	display: inline-block;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #ccc;
    content: '';
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7px 12px;
	font-size: 12px;
	border: none;
	border-radius: 4px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #303f9f;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-size: 14px;
	transition: 0.3s ease
}
.btn-primary.focus, .btn-primary:focus,.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover{
	background-color: #222;
	color: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info, .btn-danger {
    color: #ffffff;
    background: #222;
    border: none;
    transition: 0.3s ease;
    border-radius: 4px;
    font-size: 14px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled], .btn-danger:hover, .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover, .btn-danger.focus, .btn-danger:focus, .btn-info.focus, .btn-info:focus {
    border: none;
    color: #fff;
    background: #303f9f;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eee;
	color: #222;
	padding: 12px 12px;
	text-transform: capitalize;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #303f9f;
	background: #f8f8f8;
	border: 1px solid #eee;
	text-shadow: none;
	z-index: 0
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #fbd628;
	font-size: 15px;
}
.rating .fa-star {
	color: #fbd628;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #fbd628;
}
h2.price {
	margin: 0;
}
.product-thumb .price{
	font-size: 16px;
	border-top: 1px solid #f3f3f3;
	margin-top: 10px;
	padding-top: 15px;

}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-size: 13px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.thumbnails {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* custom css*/
/* topbar */
/*loader start */
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;
}
#page-preloader.visible .preloader {
    opacity: 1;
    transform: translate(-50%,-50%);
}
.object{
	position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../images/loader.gif') 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}
#page-preloader{
    display: none;
}
#page-preloader{
    display: block;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
#form-currency,#form-language,.inwish,.incart,.inuser{
	display: inline-block
}
#top{
	background: #f8f8f8;
	padding: 10px 0;
}
#top .text-left span{
	margin: 0 5px;
	color: #4d4d4d;
	transition: 0.3s ease
}
.dropdown-menu{
	right: 0;
	left: auto
}
.inuser span{
	text-transform: capitalize;
	margin-left: 8px;
}
#cart .dropdown-toggle{
	border: none;
	padding: 0;
	background: transparent;
}
#cart-total{
	position: absolute;
	bottom: 0;
	font-size: 10px;
	right: -7px;
	background-color: #303f9f;
	color: #fff;
	width: 17px;
	height: 17px;
	text-align: center;
	border-radius: 100%;
	line-height: normal;
	vertical-align: middle;
}
.headicon svg{
	fill: #8b8b8b;
}
.incart{
	margin: 0 30px;
}
.headicon{
	margin-top: 5px;
}
.htop{
	padding: 30px 0;
}
.linkback{
	background: #303f9f;
	padding: 15px 0;
}
.manun li a,.linkback .text-right span{
	color: #fff;
	text-transform: capitalize;
	transition: 0.3s ease
}
.manun li a:hover,.linkback .text-right span:hover{
	color: #fbd628
}
.manun ul li{
	margin-right: 25px;
}
.navbar{
	min-height: auto;
	margin-bottom: 0
}
.inwish:hover svg,.incart:hover svg,.inuser:hover svg{
	fill: #303f9f;
}
#cart .dropdown-menu {
    min-width: 295px;
}
#menu .submenu-title{
	color: #303f9f;
	font-weight: 500;
}
.nav > li > a{
	text-transform: capitalize;
}
#menu .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    font-weight: 500;
}
#cart .dropdown-menu li p{
	margin: 15px 0
}
#search .input-group-btn button{
	background: #303f9f;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	height: 46px;
}
/* search category */
.cate-selected{
	display: inline-block
}
.searchdes{
	color: #727272;
    font-size: 12px;
    margin-bottom: 10px;
    max-height: 40px;
    overflow: hidden;
}
#search-by-category .search-container .categories-container{
    float:left;
	width:25%;
    position:relative
}
#search-by-category .search-container .categories-container .hover-cate p {
	position: relative;
	margin-bottom: 0;
	border: 1px solid #eee;
	height: 40px;
	cursor: pointer;
	padding: 9px 10px;
	border-radius: 4px 0 0 4px;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	font-family: 'fontawesome';
	content: '\f107';
    position:absolute;
	right:20px;
	top: 10px;
	font-size: 18px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999;
	position: absolute;
	display: none;
	background: none repeat scroll 0% 0% #FFF;
	max-height: 300px;
	overflow: auto;
	padding: 15px;
	width: 100%;
	cursor: pointer;
	border: 1px solid #eee;
	line-height: 25px;
	text-transform: capitalize;
}
#search-by-category .search-ajax{
	position: absolute;
	z-index: 99;
	background: none repeat scroll 0% 0% #fff;
	top: 100%;
	left: 15px;
	right: 15px;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:345px;
    overflow: auto;
}
#search-by-category .item-inner:before {
	display:none;
}
#btn-search-category {
	background: #303f9f;
	color: #fff;
	border: 1px solid #303f9f;
	height: 40px;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	padding: 0 8px;
	min-width: 100px;
	transition: 0.3s ease
}
#btn-search-category:hover {
	background: #fbd628;
	color: #222;
	border: 1px solid #fbd628;
}
#text-search { 
	width: 100%;
	border: 1px solid #eee;
	height: 40px;
	padding: 0 15px;
}
.ajax-loader-container {
	display: none;
}
.ajax-result-item {
	list-style: none;
}
.ajax-loader-container {
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}
.product-info .price-old {
	text-decoration: line-through;
}
.sprice{
	font-size: 16px;
}
.ajax-result-list .product-name{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 10px 0;
}
.ajax-result-list .old-price{
	font-size: 16px;
}
.ajax-result-list .product-info{
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.item-cate{
	list-style: none;
}
.item-cate.f1{
	margin-left: 10px;
}
 /* Search-category over */
 /* slider */
 .slidebg{
 	background: #f8f8f8;
 	padding-top: 30px;
 }
 /* service */
 .deliveryshed h4{
 	margin: 0 8px;
 	text-transform: capitalize;
 	font-size: 14px;
 	font-weight: 500;
 }
 .deliveryshed ul:hover svg {
    transform: rotateY(180deg);
}
.deliveryshed svg {
    transform-style: preserve-3d;
    transition: all 1.0s linear;
    cursor: pointer;
}
.deliveryshed{
	background: #f8f8f8;
	padding: 40px 0;
}
 /* slide btn */
 #slideshow0 img{
 	border-radius: 4px;
 }
 #slideshow0 .owl-pagination{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}
#testi .owl-pagination{
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    top: auto;
}
.owl-controls .owl-page.active span {
    background: #303f9f !important;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #818cd5;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #999 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    position: absolute;
    top: -64px;
    left: auto;
}
.owl-theme .owl-controls .owl-buttons .owl-prev::after {
    content: '|';
    color: #919191;
    font-size: 12px;
    padding: 0 20px;
    vertical-align: top;
    position: relative;
    top: 3px;
}
.owl-carousel .owl-buttons div i {
    font-size: 22px !important;
    margin: 0 !important;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 10px;
}
.owl-carousel .owl-buttons .owl-next {
    right: 0 !important;
}
.owl-theme .owl-controls .owl-buttons div i:hover {
    color: #222;
}
.pro-tab .owl-carousel .owl-wrapper-outer,#special .owl-wrapper-outer,.category-tab .tab-pane .owl-wrapper-outer,#cattab .owl-wrapper-outer,#related .owl-wrapper-outer{
	border-right: 1px solid #fff !important;
}
#blog.owl-carousel .owl-buttons .owl-next {
    right: 15px !important;
}
#blog.owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 25px;
}
/* product */
.pro-tab{
	margin-bottom: 50px;
}
.nav-tabs > li{
	float: none;
	display: inline-block
}
.tab-head h1,.heading{
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	margin: 0
}
.tab-head,.heading{
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	margin-top: 50px;
}
.tab-head h1 span hr,.heading span hr{
	border-top: 3px solid #303f9f;
	margin: 12px 0 0 0;
}
.tab-head h1 span,.heading span{
	display: inline-grid;
}
.tab-head .nav-tabs > li.active > a,.tab-head .nav-tabs > li.active > a:focus,.tab-head .nav-tabs > li.active > a:hover {
    color: #222;
    background-color: #fff;
    border: none;
    cursor: pointer
}
.tab-head .nav-tabs{
	border-bottom: none
}
.tab-head .nav-tabs > li > a:hover{
	background-color: transparent;
	border: none
}
.tab-head .nav-tabs > li > a{
	margin: 0;
	border: none;
	border-radius: 0;
	color: #6c6c6c;
	font-weight: 500;
	font-size: 16px;
}
.tab-head .nav > li > a{
	padding: 0;
	text-transform: capitalize;
}
.bests{
	margin: 0 15px;
}
.product-thumb{
	position: relative;
	border-right: 1px solid #ededed;
}
.product-thumb:hover .second-img,.product-thumb:hover .sale,.product-thumb:hover .bquickv{
    opacity: 1;
}
.product-thumb .second-img{
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.bquickv{
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	transition: 0.3s ease
}
.sale{
	position: absolute;
	right: 10px;
	top: 40px;
	margin: 0;
	background: #fbd628;
	color: #222;
	text-transform: capitalize;
	font-size: 14px;
	border-radius: 4px;
	padding: 5px 7px;
	opacity: 0;
	transition: 0.3s ease
}
.protitle{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0 0 0;
	transition: 0.3s ease
}
.product-thumb .caption{
	margin: 10px;
	position: relative
}
.absbtn button{
	background-color: #f0f0f0;
	border: none;
	border-radius: 25px;
	transition: 0.3s ease;
	text-transform: capitalize;
	padding: 7px 5px;
	width: 50%;
	margin: 0 2px;
}
.absbtn{
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	transition: 0.3s ease;
	opacity: 0
}
.product-thumb:hover .absbtn{
	opacity: 1;
}
.bcart{
	background-color: #f0f0f0;
	border: none;
	border-radius: 25px;
	transition: 0.3s ease;
	text-transform: capitalize;
	padding: 7px 5px;
	min-width: 75px;
	position: absolute;
	right: 0;
	bottom: -4px;
}
.button-group button svg{
	margin: 0 3px;
}
.button-group .bcart:hover,.absbtn button:hover{
	background-color: #303f9f;
	color: #fff;
}
.button-group .bcart:hover svg,.absbtn button:hover svg{
	fill: #fff;
}
.rating{
	transition: 0.3s ease
}
/* banner */
.cbanner .beffect{
	margin-bottom: 30px;
}
.beffect img{
	border-radius: 4px;
}
.cbanner .beffect:last-child{
	margin-bottom: 0;
}
.beffect a:hover::after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s;
}
.beffect a::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out;
}
.beffect a:hover::before {
    border: 0 solid rgba(255, 255, 255, 0.7);
}
.beffect a::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.beffect{
	position: relative;
	overflow: hidden
}
/* category */
.nav-tabs li a{
	text-transform: capitalize;
}
.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus {
    margin: 0 15px;
    border-radius: 0;
    border-bottom: 1px solid #eee !important;
    padding: 20px 0;
    display: block;
    background-color: transparent;
    border: none;
    font-weight: 500;
    cursor: pointer
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color: #303f9f;
}
.category-tab .nav-tabs li {
    display: block;
}
/* parallex */
.parallex{
	background-image: url("../images/parallex.jpg");
	background-attachment: scroll;
	background-attachment: fixed;
	background-repeat: repeat;
	margin-top: 50px;
}
#testi{
	background-color: #fff !important;
	text-align: center;
	margin: 80px auto;
	padding: 40px 0 70px 0;
}
#testi .item p{
	color: #95989d;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 25px;
	margin: 10px 200px;
}
#testi .item h1{
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
#testi .item h2{
	color: #95989d;
	font-size: 12px;
	margin: 10px 0;
}
/* blog */
.blog-right h4{
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s ease;
}
.blog-right h4:hover{
	color: #303f9f;
}
.blog-right p{
	font-size: 13px;
	color: #95989d;
}
.seper{
	padding: 0 10px;
}
.webi-post-author .fa-calendar{
	margin-right: 5px;
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
    border-radius: 4px;
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 0;
}
.webi-blog-image img{
	border-radius: 4px 4px 0 0;
}
#blog .product-block .webi-blog-image {
    margin-bottom: 0;
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.webi_post_hover .icon {
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #303f9f;
	padding: 8px 10px;
}
.webi_post_hover .icon:hover{
	background-color: #303f9f;
	color: #fff;
}
.webi_post_hover .icon i{
	font-size: 16px;
}
.readmore_link i{
	vertical-align: middle;
}
.blog-right{
	background: #f8f8f8;
	border-radius: 0 0 4px 4px;
	padding: 0 10px;
}
.webi-post-author{
	border-top: 1px solid #dfdfdf;
	padding: 15px 0
}
.blog-ic{
	position: absolute;
	left: 0;
	right: 0;
	margin: -8px auto;
	text-align: center;
	top: 50%;
}
.lb-nav a{
	transition: none
}
.logo-slider{
	margin-top: 50px;
}
.logo-slider img{
	padding: 0 5px;
}
.blogal .alert {
    position: unset;
}
.headingpage {
    font-size: 15px !important;
    font-weight: 500;
}
.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 20px;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.bcomment{
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 30px;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 23px;
}
.webi-single-blog .webi-blog-image{
	margin-bottom: 15px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 15px 0
}
.allmb .webi-blog-image img {
    border-radius: 4px;
}
.allmb{
	margin-bottom: 30px;
}
/* footer */
footer .description-top{
	color: #818181;
}
.webi-newsletter .btn-block{
	background: #303f9f;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 11px 5px;
	letter-spacing: 1px;
	transition: 0.3s ease
}
.webi-newsletter .btn-block:hover{
	background: #fbd628;
	color: #000;
}
.webi-newsletter .inputNew{
	border: none;
	height: 40px;
}
.copy{
	background-color: #303f9f;
	padding: 15px 0;
}
.fpayment li{
	display: inline-block
}
.fpayment i{
	font-size: 24px;
	color: #fff;
}
.copy .text-left,.copy .text-left a{
	color: #fff;
	letter-spacing: 0;
	margin-top: 3px;
}
.copy .text-left a:hover{
	color: #fbd628
}
.fsocial li {
    height: 35px;
    width: 35px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 100%;
    padding: 10px 0;
    background: #fff;
    text-align: center;
    transition: 0.3s ease;
    display: inline-block
}
.fsocial li a{
	color: #000;
	line-height: 0;
        vertical-align: super;
}
.fsocial li:hover {
    background: #fbd628;
}
.fsocial li:hover a{
	color: #000;
}
.fpayment{
	margin-top: 6px;
}
.middle-footer{
	margin: 70px 0;
}
.f-left i{
	width: 25px;
}
.webi-newsletter .alert{
	position: absolute;
	top: auto;
	bottom: -85px;
	font-size: 12px;
	padding: 8px 5px;
	letter-spacing: 0;
	left: 15px;
	right: 15px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
    z-index: 8;
    height: 32px;
    width: 32px;
    line-height: 0;
    padding: 4px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #222;
    color: #fff;
    border-radius: 4px;
}
#scroll:hover {
    background: #fbd628;
    color: #222;
}
#scroll i {
    font-size: 20px;
}
/* pagination */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #303f9f;
    border-color: #303f9f;
    z-index: 0
}
.pagination > li > a, .pagination > li > span {
    color: #303f9f;
    padding: 7px 12px 5px 12px;
    border: 1px solid #eee;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #303f9f;
    border-color: #303f9f;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi{
	margin: 0;
	border-radius: 4px;
	border: 1px solid #eee;
	padding: 8px 0;
}
/* category page */
/* menu */
.homeheader .wrmenu{
	display: none
}
.homeheader #under-menu{
	position: unset;
	display: block
}
.wrmenu .navbar-toggle{
	display: block
}
.wrmenu .navbar-toggle {
    color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border: none;
	background: #fbd628;
	min-width: 40px;
	min-height: 40px;
	vertical-align: middle;
	border-radius: 4px;
	position: absolute;
	top: -47px;
	margin: 0;
}
.ico-menu .bar:nth-child(1) {
    top: 0;
    width: 11px;
}
.ico-menu .bar:nth-child(2) {
    top: 5px;
    width: 18px;
}
.ico-menu .bar:nth-child(3) {
    top: 10px;
    width: 15px;
}
.ico-menu .bar:nth-child(1)::after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ico-menu .bar:nth-child(2)::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.ico-menu .bar:nth-child(3)::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.ico-menu .bar{
	position: absolute;
    height: 1px;
	background-color: #000;
	overflow: hidden;
}
.ico-menu {
	position: relative;
	width: 16px;
	top: -6px;
	margin: 0 auto;
	left: -1px;
}
.ico-menu .bar::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-delay: 0s;
}
.wrmenu:hover .ico-menu .bar::after {
    left: 0;
}
.wrmenu{
	margin: 0;
}
/* product page */
#zoom_03{
	border-radius: 4px;
}
.thumbnail{
	border: none;
	padding: 0;
}
#zoom_03{
	border: 1px solid #ededed;
}
.pro-price{
	font-size: 18px !important;
	color: #303f9f !important;
	font-weight: 500;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review #review{
	margin-bottom: 15px;
}
.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}
.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #303f9f;
    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: #303f9f;
    cursor: default;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.product-tab .nav > li > a:focus,.product-tab .nav > li > a:hover,.product-tab .nav-tabs > li > a{
    border: none;
    background: transparent;
}
#tab-review i{
	color: #fbd628;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
#tab-specification strong{
	color: #303f9f;
}
.pro-content h1 {
	font-size: 18px;
	text-transform: capitalize;
	color: #303f9f;
	letter-spacing: 1px;
	margin-top: 0;
}
.pro-content .alert,.product-quickview-detail .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    color: #222;
    border-radius: 0;
}
.btnminus,.btnplus{
    line-height: 22px;
}
.producthr {
    border-top: 1px solid #f2f2f2;
}
.text-decor, .text-de {
    text-transform: capitalize;
    color: #222;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
    line-height: 25px;
}
.textdeb {
    color: #303f9f;
    margin: 0 4px;
}
.textdeb:hover{
    color: #222;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 500;
	font-size: 24px;
	margin-top: 0
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    color: #111;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #303f9f;
    color: #fff;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    border: 1px solid #303f9f;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	z-index: 0;
}
.datebtn:hover, .btnup:hover, .add-to-cart:hover,.add-to-cart:active:focus, .add-to-cart:focus{
    background-color: #222;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
	text-transform: capitalize;
}
.btnup {
    color: #fff;
    background-color: #303f9f;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border-radius: 4px;
    border: none
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #303f9f;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .pcrt svg{
	fill: #fff;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ededed;
}
.pro-content #input-quantity{
	border-radius: 0;
}
.product-tab{
	margin-top: 30px;
	border: 1px solid #ededed;
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #ededed;
}
.product-tab li{
	margin: 0 15px;
}
.product-tab .tab-pane{
	padding: 15px;
}
.product-tab .tab-pane table{
	margin-bottom: 0;
}
.co-heading {
    font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 0
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ededed;	
}
.qtlabel{
	margin-top: 5px;
}
.product-tab #review .fa-stack{
	font-size: 8px;
}
#gallery_01 img{
	border: 1px solid #ededed;
	border-radius: 4px;
}
#under-menu{
	position: absolute;
	border: 1px solid #eee;
	width: 100%;
	z-index: 1;
	border-radius: 4px;
}
.relspace{
	padding: 0
}
/* category page */
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #303f9f;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ededed;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.cate-top {
    background-color: #fff;
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 20px;
}
.cate-top img{
	border-radius: 4px;
}
.cate-top h2{
	font-size: 18px;
	color: #303f9f;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
}
.cate-top p{
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}
.cate-border {
    background-color: #fff;
	border: 1px solid #eee;
	margin: 0 0 20px 0;
	padding: 10px 0px;
	border-radius: 4px;
}
#compare-total{
	padding: 0;
	color: #303f9f;
	font-weight: 500;
	margin-top: 5px;
}
.catesort label {
    background-color: #fff;
    border: none;
    color: #222 !important;
}
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #222;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #222;
}
.select-input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius: 4px !important;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid,.product-list{
	margin-bottom: 30px;
}
.product-grid .price{
	height: 37px;
}
.product-grid .absbtn button,.product-grid .bcart{
	letter-spacing: 0;
	font-size: 13px;
}
.product-grid .product-thumb,.product-list .product-thumb{
	border: 1px solid #eee;
	border-radius: 4px;
}
.product-grid .list-des {
    display: none;
}
.list-des {
    color: #727272;
    font-size: 12px;
    margin-top: 10px;
	margin-bottom: 0;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
}
.product-list .sale,.product-list .bquickv{
	opacity: 1
}
.product-list .bcart{
	position: unset;
	display: inline-block;
	padding: 7px 10px;
	border-radius: 4px;
}
.product-list .absbtn{
	position: unset;
	opacity: 1;
	display: inline-block
}
.product-list .absbtn button{
	width: auto;
	display: inline-block;
	padding: 7px 10px;
	border-radius: 4px;
}
.product-list .product-thumb:hover .rating,.product-list .product-thumb:hover .protitle{
	opacity: 1
}
.product-list .price{
	border-top: none;
	margin-top: 0;
	padding: 15px 0;
}
/* filter */
.panel-default {
    border-color: #eee;
}
.list-group-item{
	border: 1px solid #eee;
}
.catfilter .panel-heading {
    background: #eee;
    color: #222;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    border: none;
    border-radius: 0;
}
.catfilter .panel-heading button{
	border: none;
	background: transparent;
	box-shadow: none;
}
/* other pages */
.product-quickview-detail .swiper-viewport{
	margin: 0
}
.product-quickview-detail {
    width: 100%;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	box-shadow: none !important
}
#information-contact img{
	margin-bottom: 10px;
}
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.search-page .select-input{
	position: relative
}
.brand-list .brands-content {
    padding: 8px;
}
.bname {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
}
.brand-list {
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}
.comb .btn-primary{
	margin: 3px 0;
}
.com-description {
    width: 25%;
}
.com-summary {
    width: 1%;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
.acpage h2, .acpage h1, .not-found-head,.sitem h1{
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    margin-top: 0;
}
.sitem ul{
	line-height: 35px;
	padding-left: 25px;
	padding-right: 25px;
}
.sitem ul li{
	list-style: url;
}
#accordion #input-password,#affiliate-login #input-password,#account-login #input-password{
	margin-bottom: 10px;
}
#accordion .panel-title i {
    float: right;
}
.panel-title{
	font-size: 14px;
}
.valign{
	vertical-align: middle !important;
}
.well {
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background: transparent;
}
.well p{
	font-size: 12px;
}
.achead {
    font-size: 14px !important;
    color: #fff !important;
    background-color: #222;
    padding: 8px 10px;
}
.acco {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}
.accolor {
    margin-top: -10px;
    padding: 10px 5px !important;
    line-height: 25px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}
.accolor:last-child{
	margin-bottom: 0
}
.table-hover > tbody > tr:hover {
    background-color: transparent;
}
.addlist{
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px;
}
.addl{
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}
/* newsletter popup */
.newsletter-bg{
	text-align: center;
	padding: 45px 35px;
}
.newsletter-bg .description-top h2{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 26px;
	margin: 25px 0;
	color: #222;
}
.newsletter-bg .description-bottom{
	display: none;
}
.newsletter-bg .description-top p{
	font-size: 13px;
	margin-bottom: 20px;
	color: #222;
	line-height: 25px;
	padding: 0 25px;
}
.newsletter-bg .button-submit{
	margin-bottom: 20px;
}
.newsletter-bg .checkbox label{
	color: #222;
}
.newsletter-bg .button-submit button{
	background: #303f9f;
	color: #fff;
}
.newsletter-bg .button-submit button:hover{
	background: #222;
	color: #fff;
}
.newsletter-bg .inner .form-group input{
	width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
}
.news-popup .checkbox{
	display: inline-block
}
@media (min-width: 768px){
	#menu .submenu-title{
		margin-bottom: 8px;
	}
	.product-list .image,.product-list .caption{
		float: left;
		position: relative
	}
	.product-list .caption{
		margin: 0;
		padding: 10px;
	}
	.manun{
		padding-left: 85px;
	}
	.homeheader .manun{
		padding: 0 15px;
	}
	#form-language::before{
		content: '|';
		margin: 0 25px;
		color: #4d4d4d;
	}
	 #menu li a:hover .enangle {
	    transform: rotate(-90deg);
	}
	.enangle {
	    font-size: 18px;
	    transition: all 0.3s ease 0s;
	}
	#menu .dropdown-inner a {
    	min-width: 200px;
    	padding: 3px 9px;
	}
	.tab-head ul{
		margin-right: 100px;
	}
	#cart.open .dropdown-menu, #top .open .dropdown-menu,.inuser.open .dropdown-menu{
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	    margin-top: 15px !important;
	}
	#cart .dropdown-menu, #top .dropdown-menu,.inuser .dropdown-menu{
	    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	    visibility: hidden;
	    display: block;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    transition: all 0.35s ease-out 0s;
	    margin-top: 50px;
	    right: 0;
	    left: auto;
	    margin: 10px 0 0;
	    border: 1px solid #eee;
	    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
		transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
		visibility: hidden;
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.35s ease-out 0s;
		margin-top: 50px;
	}
	#menu .navbar-nav > li,#menu .navbar-nav{
		float: none;
		z-index: 2;
		background: #fff;
	}
	#menu .navbar-nav > li a.dropdown-toggle,.bmenu{
		border-bottom: 1px solid #eee;
	}
	.homeheader #menu{
		position: absolute;
		top: 30px;
	}
	.menurel{
		position: relative;
	}
	#menu .navbar-collapse.collapse{
		background: #fff;
		padding: 0
	}
	#menu .nav > li > a:focus,#menu .nav > li > a:hover,.my-menu a:hover,.my-menu a:focus{
		background: #303f9f;
		color: #fff;
	}
	.my-menu a{
		padding: 15px;
		display: block;
		cursor: pointer
	}
	#menu .dropdown:hover .dropdown-menu {
	    display: block;
	    padding: 12px 0;
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	    border-radius: 0;
	}
	#menu .dropdown-menu {
	    background: #fff;
	    visibility: hidden;
	    display: block;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    -webkit-transition: all 0.35s ease-out 0s;
	    -o-transition: all 0.35s ease-out 0s;
	    transition: all 0.35s ease-out 0s;
	    left: 100%;
	    right: auto;
	    margin: 0 !important;
	    border: none;
	    top: 0;
	}
}
@media (min-width: 1200px){
	.mwidth,.offerbanner{
		width: 22%;
	}
	.slb{
		width: 56%;
		padding: 0
	}
	.product-list .image{
		width: 25%
	}
	.product-list .caption{
		width: 75%;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	#menu .navbar-nav > li > a,.my-menu a{
    	padding-top: 10px;
    	padding-bottom: 10px;
	}
	.product-grid{
		width: 33.33%;
		clear: none !important
	}
}
@media (min-width: 992px){
	.product-thumb:hover .rating,.product-thumb:hover .protitle{
		opacity: 0
	}
	.middle-footer h5 button {
	    display: none;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.allcomment h5{
		font-size: 14px;
	}
	.blog_comment::before, .blog_comment::after {
	    padding: 0 7px;
	}
	.product-list .image{
		width: 33.33%
	}
	.product-list .caption{
		width: 66.66%;
	}
	.incart {
	    margin: 0 15px;
	}
	#cattab .product-thumb img{
		max-width: 265px;
	}
	.cbanner .beffect {
    	margin-bottom: 20px;
	}
	#menu .navbar-nav > li > a, .my-menu a {
	    padding-top: 9px;
	    padding-bottom: 9px;
	    letter-spacing: 0
	}
	#slideshow0 .owl-item img {
	    transform: translate(-50%,0%);
	    min-width: 605px;
	    left: 50%;
	    position: relative;
	}
	#slideshow0 .owl-item{
		overflow: hidden
	}
	#menu .dropdown-inner a {
	    min-width: 180px;
	    padding: 3px 10px;
	}
	#search-by-category .search-container .categories-container{
		width: 33%;
	}
	.deliveryshed h4 {
    	margin: 0 2px;
	}
}
@media (max-width: 991px){
	.middle-footer  ul{
		padding: 0 15px;
	}
	.webi-blog-image{
		margin-bottom: 15px;
	}
	.addlist{
		margin-bottom: 10px;
	}
	.breadcrumb{
		margin: 15px 0;
	}
	.product-list .absbtn{
		margin-top: 0
	}
	#testi .item p{
		margin: 10px;
	}
	.middle-footer {
    	margin: 10px 0 10px 0;
	}
	footer h5{
		margin-bottom: 5px;
		margin-top: 5px;
		font-size: 14px;
	}
	.middle-footer .btn.toggle{
	    color: #fff;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: -5px;
	    right: 0;
	    width: 100%;
	}
	footer h5 .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.absbtn{
		position: unset;
		opacity: 1;
		margin-top: 12px;
	}
	.bcart{
		bottom: 40px;
	}
	.sale,.bquickv{
		opacity: 1;
	}
	.absbtn button{
		letter-spacing: 0
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.cleft #content .col-sm-4:nth-child(3n+1) {
    	clear: none;
	}
	.product-list .image{
		width: 40%
	}
	.product-list .absbtn button{
		padding: 7px 5px;
	}
	.product-list .bcart{
		min-width: auto;
		padding: 7px 5px;
	}
	.product-list .caption{
		width: 60%;
	}
	.proreview{
		margin: 0 15px;
		padding: 0 15px;
	}
	.deliveryshed li{
		display: block;
		text-align: center
	}
	.cbanner .beffect {
    	margin-bottom: 18px;
	}
	.deliveryshed h4 {
    	margin: 6px 0 0 0px;
    	font-size: 13px;
	}
	#menu .dropdown-inner a {
	    min-width: 154px;
		padding: 3px 5px;
	}
	#menu .submenu-title{
		font-size: 13px;
		letter-spacing: 0;
	}
	#menu .dropdown-submenu .grand-child{
		font-size: 12px;
	}
	#testi{
		margin: 40px auto;
	}
	.incart {
    	margin: 0 15px;
	}
	#btn-search-category{
		min-width: auto
	}
	#search-by-category .search-container .categories-container{
		width: 40%;
	}
	#logo{
		margin-top: 6px;
	}
}
@media (max-width: 599px){
	.product-quickview-detail .sticky, .product-quickview-detail .pro-content, .product-quickview-detail .prorate {
	    width: 100%;
	}
	.blog_links{
		font-size: 12px;
		letter-spacing: 0;
	}
	.allcomment h5{
		font-size: 14px;
	}
	.blog_comment::before, .blog_comment::after {
	    padding: 0 7px;
	}
	.pagi .text-left,.pagi .text-right{
		text-align: center;
		width: 100%;
	}
	.sellb,.cbanner{
		display: none
	}
	.imgbanner{
		width: 100%;
	}
	.catb.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catb.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catb {
		position: absolute;
		right: 15px;
		top: 30px;
		background: #fff;
		padding: 0;
		border: none;
		box-shadow: none;
	}
	.category-tab {
	    position: relative;
	}
	#cattab.owl-theme .owl-controls .owl-buttons div{
		display: none
	}
	.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus{
		padding: 8px 0;
	}
	#cat_tab .nav-tabs{
		border: 1px solid #eee;
		margin-bottom: 10px;
	}
	.pro-content .rating li{
		font-size: 12px;
		letter-spacing: 0;
	}
	.proreview{
		margin: 0 5px;
		padding: 0 5px;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
}
@media (min-width: 600px){
	.catb{
		display: none;
	}
	.home-cat.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
	#cat_tab .nav-tabs{
		border: 1px solid #eee;
		position: absolute;
		background: #fff;
		left: 15px;
		right: 15px;
		z-index: 2;
	}
	.pagination{
		display: inline;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	#cattab .product-thumb img{
		max-width: 215px;
	}
	.home-cat, .category-tab .tab-content,.product-grid, .product-list, .ses{
    	width: 50%;
	}
	.cbanner .beffect {
	    margin-bottom: 15px;
	}
	.ct {
	    display: none;
	}
	.list-des{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
@media (max-width: 767px){
	.fsocial{
		display: none
	}
	.newsletter-bg .description-top p{
		padding: 0
	}
	.newsletter-bg .description-top h2{
		font-size: 18px;
	}
	.newsletter-bg .inner .form-group input{
		width: 100%;
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.pro-content h1{
		margin-top: 20px;
		font-size: 16px;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.product-list .absbtn button{
		padding: 7px 4px;
		letter-spacing: 0;
		font-size: 13px;
	}
	.product-list .bcart{
		min-width: auto;
		padding: 7px 4px;
		letter-spacing: 0;
		font-size: 13px;
	}
	.product-tab .nav-tabs li a{
		padding: 10px 0;
		font-size: 12px;
		letter-spacing: 0;
	}
	.product-tab li {
    	margin: 0 8px;
	}
	.product-tab .tab-pane {
	    padding: 8px;
	}
	#tab-description{
		font-size: 12px;
	}
	.wrmenu .navbar-toggle{
		display: none
	}
	#under-menu{
		display: block
	}
	#cart .dropdown-menu{
		right: -35px;
	}
	#top-links{
		text-align: left;
		margin: 0 8px;
		width: auto;
		padding: 0
	}
	#top-links .dropdown-menu button{
		width: auto;
		color: #222;
		font-size: 13px;
	}
	.haccount.dropdown-menu > li > a{
		padding: 5px 10px;
	}
	#top-links button.dropdown-toggle{
		border: 1px solid #eee;
		padding: 5px;
		color: #222;
		font-size: 13px;
		letter-spacing: 0;
		border-radius: 4px;
	}
	.haccount{
		min-width: 250px;
	}
	#menu .dropdown-submenu .grand-child li a{
		padding: 0 30px;
	}
	.copy,.copy .text-left,.copy .text-right{
		text-align: center
	}
	.fsocial{
		margin: 8px 0
	}
	#testi{
		margin: 15px auto;
	}
	#common-home #content{
		padding: 0
	}
	.incart {
    	margin: 0 10px;
	}
	.headicon svg{
		width: 22px;
		height: 22px;
	}
	#btn-search-category{
		min-width: auto
	}
	#search-by-category .search-container .categories-container{
		display: none
	}
	.headicon{
		padding: 0;
		margin-top: 0
	}
	.htop{
		padding: 15px 0 0 0;
	}
	#logo img{
		max-width: 190px;
	}
	#menu{
		position: absolute;
		left: 0;
		top: 18px;
		width: auto;
	}
	#menu .navbar-toggle i{
		font-size: 17px;
	}
	.slidebg{
		margin: 0
	}
	#menu .navbar-toggle{
		margin: 0;
		padding: 0;
		border: none;
	}
	#logo{
		margin-left: 35px;
		margin-top:-5px;
	}
	#text-search{
		border-radius: 4px 0 0 4px;
	}
	.parallex{
		margin-left: 0;
		margin-right: 0
	}
	.tab-head h1, .heading{
		font-size: 16px;
	}
	.tab-head .nav-tabs > li > a{
		font-size: 14px;
	}
	.tab-head .nav-tabs{
		text-align: left;
		padding-bottom: 15px;
	}
	.pro-tab {
	    margin-bottom: 30px;
	}
	.bests {
    	margin: 0 5px;
	}
	.tab-head, .heading,footer,.parallex,.logo-slider{
		margin-top: 30px;
	}
	.owl-theme .owl-controls .owl-buttons div{
		top: -60px;
	}
	#search-by-category{
		margin: 15px 0;
	}
	/* sidenav */
	#mySidenav li a i{
		margin-top: 4px;
	}
	body.active {
	    overflow: hidden;
	}
	body.active::before {
	    background: #000000 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.7;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 999;
	    transition: all .2s ease 0s;
	    -webkit-transition: all .2s ease 0s;
	    -moz-transition: all .2s ease 0s;
	    -ms-transition: all .2s ease 0s;
	    -o-transition: all .2s ease 0s;
	}
	body.active .sidenav {
	    overflow-x: unset;
	    overflow-y: scroll;
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
	    clear: both;
	    height: 100%;
	    background-color: #fff;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.sidenav .close-nav {
		background-color: #222;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}
	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	#menu .navbar-collapse {
	    display: block;
	    border: none;
	}
	.dblock{
		display: block;
	}
	.dnone{
		display: none
	}
	.catfilter .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    cursor: pointer;
	}
	.catfilter .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    cursor: pointer;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 10px;
	    right: 15px;
	    padding: 0;
	    background: transparent;
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.catfilter .panel-heading{
		padding: 10px 15px;
	}
}

.price-tax{display:none !important;}

@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;vertical-align:top;}
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:14px !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width:35px;
  height:35px;
  text-align:center;
  letter-spacing: 0.3px !important;
  padding-left:0 !important;
  padding-right:0!important;
}
li.tiktok a span{display: inline-block !important;background: none !important;}
li.tiktok a:before{display:none !important;}
li.tiktok a:hover{background:#fbd628;}
li.tiktok a .icon-tiktok-1{padding-left:4px;}
li.tiktok a .icon-tiktok-1 span:before{color:#000 !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;}