body {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.6px;
	background-color: #f5f5f5;
}
/* 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;
}
b, strong {
    font-weight: 200;
}
a {
	color: #000;
	transition: 0.3s ease;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
/* #top-links .tolin { */
	/* color: #fff; */
/* } */
.acd a, .hlogout .wishcom a {
	color: #000;
}
:focus{
	outline: none;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
	text-decoration: none;
	outline: none;
	color: #c22929;
}
/*#top-links .tolin:focus, #top-links .tolin:hover, #top-links .btn-link:focus, #top-links .btn-link:hover{
	color: #000;
}*/
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #000;
	border-color: #f2f2f2;
}
label {
	font-size: 13px;
	font-weight:400;
}
/* select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control,
input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control,
input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control,
input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control,
input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
} */
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	color: #000
}
.d-inline-block {
    display: inline-block;
    vertical-align: middle;
}
.checkbox label, .radio label {
	text-transform: capitalize;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: block;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
@media (max-width: 991px){
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container {
        width: 963px;
    }
}
@media (min-width:1200px) and (max-width:1409px){
    .container {
       width: 1170px;
    }
}
@media (min-width: 1410px) and (max-width: 1559px){
    .container {
        width: 1380px;
    }
}
@media (min-width:1560px){
    .container {
        width: 1530px;
    }
}
@media (min-width: 992px){
    #column-left {
	    width: 23%;
	}
	#column-right{
		width: 23%;
	}
	.layout-2 #content.col-sm-9,
	#content.colright, #content.col-md-9 {
	    width: 77%;
	}
}
@media (min-width:1200px) and (max-width: 1299px) {
    #column-left {
	    width: 22%;
	}
	#column-right{
		width: 22%;
	}
	.layout-2 #content.col-sm-9,
	#content.colright, #content.col-md-9 {
	    width: 78%;
	}
}
.form-control{
	box-shadow: none;
	border: 1px solid #eee;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{
	border-radius: 0
}
.form-control:focus{
	border: 1px solid #c22929;
	box-shadow: none
}
/* search */
#search {
	width: 100%;
}
#search .input-lg {
	height: 36px;
	padding: 0 10px;
	border: none;
	font-size: 14px;
	border-radius:0;
	background-color: none;
}
#search .btn-lg {
	height: 38px;
	border-radius:0;
	padding: 0 20px;
	position: relative;
	background-color: #c22929;
	color: #00000c;
	letter-spacing: 1px;
	-webkit-margin-end: -1px;
	margin-right: -1px;
	top:-1px;
}
#search .btn-lg:hover {
	color: #fff;
	background-color: #00000c;
}
#search .btn-primary svg {
	height: 20px;
	width: 20px;
	fill: #fff;
}
#search .btn-primary:hover svg {
	fill: #fff;
}
#search .form-control:focus{
	border: none;
	box-shadow: none;
}
/* cart */
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
#cart {
	
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 295px;
	padding: 10px 0;
	border: none;
    border-radius:0;
}
.dropdown-menu{
	border-radius:0;
    border: none;
}
#cart .btn-danger {
    background-color: #fff;
    color: #222;
    padding: 0;
    border-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	font-size: 14px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
	font-size: 12px;
}
.cartqt{
	width: 12%;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartdrop img{
	max-width: 60px;
	padding: 0;
	border: 1px solid #eee;
	border-radius:0;
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartname:hover{
	color: #c22929;
}
.cartname a{
	font-weight:400;
}
.cartprice {
    clear: both;
    position: relative;
    top: -26px;
    left: 70px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li > div table td {
	border: 1px solid #eee;
}
/* cart popup */
.popu-img {
	width: 25%;
	display: inline-block;
}
.popu-text {
	width: 75%;
	display: inline-block;
	float: right;
	text-align: left;
	padding-left: 20px;
}
.popu-img img {
	border: 1px solid #dcdcdc;
	border-radius:0;
}
.popu-text .popu-title {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}
.alert-success hr {
	border-top: 1px solid #eee;
}
.btn-primary.pop-btn {
	padding: 5px 10px;
}
.btn-primary.pop-btn a, .btn-primary.pop-btn a:hover {
	color: #fff;
	font-weight:400;
}
/* cart popup */
/* menu */
#menu .dropdown-submenu {
    padding: 3px 15px;
}
#menu .dropdown-menu {
	padding-bottom: 15px;
	padding-top: 15px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .collapse li.view_more.my-menu {
    cursor: pointer;
    padding: 10px 0px;
    border-radius:0;
    margin: 0;
}
#menu .collapse li.view_more.my-menu i {
	margin-right: 5px;
}
#menu .navbar-nav li .dropdown-menu a {
    padding: 3px 0;
    color: #000;
    font-weight:400;
    font-size: 14px;
}
#menu .navbar-nav > li a:hover {
	color: #c22929;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 2px;
	clear: both;
	line-height: 23px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
    padding: 0;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title {
    font-weight:400;
    padding: 0;
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title:hover {
	color: #c22929;
}
.homeheader .wrmenu{
	display: none
}
.wrmenu .navbar-toggle{
	display: block
}
.wrmenu .navbar-toggle {
    color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border: none;
	background: #0063f7;
	min-width: 40px;
	min-height: 40px;
	vertical-align: middle;
	border-radius:0;
	position: absolute;
	top: -47px;
	margin: 0;
}
.title-menu{
	background: #c22929 none repeat scroll 0 0;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius:0;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	font-size: 13px;
	font-weight:400;
	color: #fff;
	position: relative;
	z-index: 10;
}
#pt_vegamenu:hover .ico-menu .bar::after {
    left: 0;
}
.ico-menu .bar::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    background: #00000b;
    transition: .3s;
        transition-delay: 0s;
    transition-delay: 0s;
}
.thumb_img {
    float: none !important;
    max-width: 30px;
    display: inline-block;
    margin-right: 10px;
}
.thumb_img img {
    max-width: 30px;
    border-radius:0;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: 0.3s ease;
}
#under-menu .thumb_img{width:100%;overflow:hidden;aspect-ratio: 1/1;vertical-align: middle;}
#under-menu .thumb_img img{width:100%;height:auto;position:relative;top:50%;transform:translateY(-50%);left:0;border:none;}
.moremenu:hover .thumb_img img {
    border: 1px solid #c22929;
}
.cate{
	vertical-align: middle;
	display: inline-block;
	padding: 7px 15px;
	font-size: 15px;
	font-weight:400;
}
.meni {
    transition: 0.3s ease;
    margin-top: 3px;
}
.sub-menu .meni {
    display: none;
}
.menu li a:hover .meni {
    transform: rotate(-90deg);
}
.wr-menu {
    margin-bottom: 0;
}
.oddmenu {
    background-color: #f6f6f6;
}
.sub-menu .oddmenu {
    background-color: #fff;
}
.home-page .fixed #under-menu{
    display: none;
}
.home-page .fixed [aria-expanded="true"]{
	display: block !important;
}
#under-menu{
	position: absolute;
	width: 100%;
	z-index: 9;
	border-radius:0;
	margin-top: 0;
}
.home-page #under-menu {
	display: block;
}
#under-menu .navbar-collapse{
	background-color: #fff;
    border-radius:0;
    padding: 8px 15px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
}
.manun li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight:400;
    transition: 0.3s ease;
    display: inline-block;
    color: #222;
}
.manun li a:hover{
	color: #c22929;
}
.manun ul li {
    margin: 0 50px 0 0;
}
.manun ul li:last-child {
	margin: 0;
}
/* content */
#content {
	min-height: 600px;
}
.home-page #content {
	padding: 0;
	overflow: hidden;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 4px
}
/* breadcrumb */
.breadcrumb {
    margin: 20px 0;
	padding: 8px 15px;
	background: #fff;
	border-radius:0;
	text-transform: capitalize;
	font-weight:400;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li{
	display: inline
}
.breadcrumb > li a:hover{
	color: #000;
}
.breadcrumb > li a:hover{
	color: #c22929;
}
.breadcrumb > li a::after {
	content: '|';
	padding: 0 15px;
	color: #000;
}
.breadcrumb > li:last-child a::after {
	content: '';
	padding: 0;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #000;
    content: "";
}
.pagination {
	margin: 0;
	padding: 0;
}
/* buttons */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.8px 12px;
	font-size: 14px;
	border: none;
	border-radius:0;
	box-shadow: none;
}
#account-return .form-group .btn {
	padding: 7.0px 12px;
	border-radius:0;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,.btn.active, .btn:active{
	outline: none;
	box-shadow: none
}
.btn-primary {
	background-color: #c22929 ;
	color: #fff;
	border: none;
	text-transform: uppercase;
	transition: 0.3s ease;
	font-size: 14px;
	border-radius:0;
}
.footer-top .btn-primary {
	background-color: #00000b;
	color: #fffffc;
	font-weight:400;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus,
.btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled],
.btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus,
.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled]
.btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background-color: #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-danger,.btn-info{
	color: #fff;
	background-color: #012168;
	transition: 0.3s ease;
}
.btn-danger.focus, .btn-danger:focus,.btn-info.focus, .btn-info:focus,.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-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger,
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info,.btn-danger:hover,.btn-info:hover,
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus,
.btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover{
	background-color: #000;
	color: #fff
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius:0;
	transition: 0.3s ease;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eee;
	padding: 12px 12px;
	text-transform: capitalize;
	font-weight:400;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child, .panel-footer {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#xsfilter .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.catlistpage.list-group a.active,.list-group-item.active, .list-group-item.active:focus,
.list-group-item.active:hover,.catlistpage.list-group a.active:hover{
    background: #fff;
	color: #c22929;
	border: 1px solid #eee;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover,
.catlistpage.list-group a:hover{
	background-color: #fff;
	color: #c22929
}
.catlistpage .list-group-item:nth-child(1){
	border-radius: 4px 4px 0 0
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.rating .fa-stack {
	font-size: 6px;
	width: 12px;
	height: 12px;
	vertical-align: unset;
}
.rating .fa-star-o,.rating .fa-star{
	color: #ffc600;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ffc600;
}
h2.price {
	margin: 0;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color: transparent;
}
/*loader start */
.s-panel {
    position: relative;
}
.s-panel .silder_rightwidth img {
	border-radius:0;
}
.s-panel .wrloader {
    background: url('../images/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.s-panel .slick-dots{
	bottom: 15px;
}
.s-panel .slick-dots li{
	margin: 0 2px;
}
.s-panel .slick-dots li button::before, #testi .slick-dots li button::before{
	font-size: 40px;
}
.slick-dots li button::before {
	color: #000;
	opacity: .2;
}
.slick-dots li.slick-active button::before, .slick-dots li button:hover::before, .slick-dots li button:focus::before {
	color: #c22929;
	opacity: 1;
}
#testi .slick-dots{
	bottom: -35px;
}
.s-panel .slick-prev {
	left: 35px;
	top: 50%;
}
.s-panel .slick-next {
	right:35px;
	top: 50%;
}
.slick-prev, .slick-next {
    width: 42px;
    height: 42px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #797978;
    border-radius:0;
    font-size: 18px;
    transition: 0.3s ease;
    opacity: 0;
}
.slideshow:hover .slick-prev, .slideshow:hover .slick-next {
	opacity: 1;
}
.slick-prev {
    left: 15px;
  	z-index: 1;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: #fff;
    background: #c22929;
}
.slick-prev.slick-disabled::before,.slick-next.slick-disabled::before {
    opacity: .25;
}
.slick-dotted.slick-slider{
	margin: 0
}
.slideshow button .fa {
	font-size: 18px;
}
/* alert design */
.a-one{
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}
.a-one {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 1042
}
.alert a {
    color: #222;
    font-weight:400
}

.alert a:hover {
    color: #c22929
}

.alert h2 {
    font-size: 27px;
    color: #111;
    margin-bottom: 15px;
    margin-top: 26px;
    text-transform: capitalize;
}
.alert.alertsuc{
	padding: 13px 12px;
    background-color: #fff;
    border: 1px solid #ededed;
    color: #666;
    font-size: 14px;
    position: fixed;
    z-index: 99;
    transition: all ease .6s;
    border-radius:0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    top: 30%;
    padding: 40px
}

.alert-danger svg,
.alert-info svg,
.alert-success svg {
    display: block;
    margin: 0 auto 20px;
    width: 65px;
    height: 65px
}

.alert-success svg {
    fill: #4CAF50
}

.alert-danger svg {
    fill: #E2574C
}

.alert-info svg {
    fill: #31708f
}

.a-one .alert-dismissable .close,.a-one .alert-dismissible .close{
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    color: #222;
    color: inherit
}
/* custom css */
.top-bar {
    background-color: #f5f5f5;
    padding: 9px 0;
}
.call-ti{
	font-size: 12px;
	margin: 0 5px;
	display: inline-block;
}
.call-no{
	font-size: 14px;
	vertical-align: middle;
}
.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    background-color: #fff;
}
ol, ul{
	margin-bottom: 0;
}
.list-inline{
	margin: 0
}
.list-inline > li{
	padding: 0
}
.langcur .btn-link.dropdown-toggle{
	transition: 0.3s ease;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 7px;
	display: inline-block;
	letter-spacing: 0;
}
.langcur .dropdown-menu{
	min-width: 25rem;
	padding: 15px 15px;
}
.langcur .langcdrop .dropdown-menu li{
	display: block
}
.langcur .dropdown-menu.langcdrop{
	min-width: 18rem;
	padding: 10px;
}
.inuser .dropdown-toggle{
	position: relative;
	top: 1px;
}
.btn-link.dropdown-toggle.test {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    padding: 0;
    border: none;
    border-radius:0;
    background: transparent;
    font-weight:400;
    font-size: 14px;
    color: #000;
}
.btn-link.dropdown-toggle.test:hover {
	color: #c22929;
}
/*.xsla, .xscu {
    border: 1px solid #eee;
    margin: 6px 2px;
    display: inline-block;
    padding: 0 4px;
    border-radius:0;
}*/
.head-mail{
	border-left: 1px solid #223e4d;
	padding-left: 20px;
	margin-left: 18px;
}
/* search */
.list-inline > li.desktop-search{
	vertical-align: baseline
}
#madebyhand-search-category{
	float: left;
	width: 180px;
	border: none;
	height: 29px;
	padding: 6px;
	line-height:12px;
	-moz-appearance: none;
	background: #fff url("../images/arrow.png");
	background-position: right 12px bottom 11px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	border-radius:0;
	font-size: 12px;
	letter-spacing: 0.3px;
	font-weight:400;
	margin: 4px;
	color: #8a8a8a;
	text-transform: uppercase;
	border-right:#efefef 1px solid;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
.sideb{
    display: block;
}
.siden{
    display: none;
}
body.active-search .wbSearch {
    opacity: 1;
	transform: translateY(0);
}
/*.wbSearch{
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(-100%);
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 38px
}*/
/*.wbSearch .close-nav i{
    margin-left: 15px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 5px;
}*/
.appesearch {
	list-style: none;
}
.wbSearch #search_block_top{
	position: relative;
	align-items: center;
	width: 100%;
	max-width: 1000px;
	height: 38px;
/*	background-color: #efefef;*/
	border-radius:0;
	border:#efefef 1px solid;
}
/* result */
.madebyhand-dis{
	width: 75leather bag%;
}
.madebyhand-search-result .searchbr{
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #eee;
    margin: 10px 0;
    float: left;
    width: 100%;
    border-radius:0;
    display: flex;
	align-items: center;
}
.madebyhand-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.madebyhand-search-result {
	left: 0;
	top: 100%;
	right: 0;
	box-shadow: none;
	background-color: #fff;
	border-radius:0;
	position: absolute;
	z-index: 99;
	max-height: 530px;
	overflow-y: auto;
	margin-top: 1px;
	border-radius:0;
}
.madebyhand-dis h4{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
	padding-bottom: 5px;
    font-weight:400;
    text-transform: capitalize;
    transition: 0.3s ease;
}
.madebyhand-dis h4:hover {
	color: #c22929;
}
.madebyhand-dis .list-des {
    font-size: 12px;
    text-transform: capitalize;
    color: #282828;
    margin: 0 0 5px 0;
    max-height: 35px;
    overflow: hidden;
    line-height: 18px;
}
.madebyhand-dis .price{
	font-weight:400;
}
.madebyhand-dis .rating {
	margin-bottom: 5px;
}
.madebyhand-search-result .product-info {
    padding: 0;
    width: 25%;
}
.madebyhand-search-result .product-info img {
	border-radius:0;
}
.madebyhand-search-result p{
	margin: 5px 15px;
}
.madebyhand-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../images/loader.gif') 50% 50% no-repeat;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#search_block_top .input-group{
	position: unset
}
/* search over */
#logo a{
	display: inline-block;
	vertical-align: middle
}
.topbsp{
	background-color: #fff;
	padding: 8px 0;
	color: #222;
}
.topbsp p {
	margin: 0;
	font-weight:400;
	font-size: 14px;
	letter-spacing: 1px;
}
.topbsp p a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight:400;
	color: #fff;
}
.topbsp p a:hover {
	color: #c22929;
}
.topbsp li {
	list-style: none;
	font-weight:400;
}
.topbsp li a {
	color: #010101;
	text-transform:capitalize;
}
.topbsp li a:hover {
	color: #c22929;
}
.topbsp li.inuser a.tolin, .topbsp li.inuser a.log-bor {
	color: #fff;
	font-size: 12px;
}
.topbsp li.inuser a.log-bor {
	border-right: 1px solid #384ca2;
	padding-right: 10px;
	margin-right: 10px;
}
.topbsp li.inuser a:hover {
	color: #fff;
}
.topbsp li svg {
	fill: #fff;
	margin-right: 5px;
	width: 22px;
	height: 22px;
}
#cart button.dropdown-toggle{
	border: none;
	padding: 0;
	background: transparent;
}
#top-links ul li svg,.inuser .dropdown-toggle svg, .wishcom .usr, #cart svg, .hphone svg {
	height: 40px;
	width: 40px;
	fill: #222;
	cursor: pointer
}
#cart svg {
	height: 42px;
	width: 44px;
}
.hphone svg {
	width: 40px;
	height: 40px;
}
.inuser:hover .logte-tital {
	color: #c22929;
}
.logte-tital {
	color: #000;
	font-size: 12px;
	font-weight:400;
	display: block;
	transition: 0.3s ease;
	text-transform: uppercase;
}
#top-links ul li #cart svg, #top-links .hphone svg{
	width: 26px;
	height: 26px;
	fill: #c22929;
}
#top-links ul li #search_toggle svg{
	width: 21px;
	height: 20px;
}
#top-links ul li.wishcom svg{
	width: 16px;height: 16px;fill: #000;
}
#top-links ul li .telecall:hover svg,.inuser .dropdown-toggle:hover svg, .wishcom .usr:hover, .hphone:hover svg, #cart .dropdown-toggle:hover svg {
	fill: #c22929;
}
#cart-total, .hdis h4 {
	color: #222;
    display: inline-block;
    font-size: 12px;
	font-weight:400;
    transition: 0.3s ease;
    margin-bottom: 0;
    vertical-align: middle;
}
.custsupp {
	color: #222;
    font-size: 12px;
}
#cart-total p {
    position: absolute;
	width: 16px;
	height: 16px;
	background-color: #c22929;
	font-size: 12px;
	border-radius:50%;
	line-height: 14px;
	top: -5px;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	right: 0;
	left: 10px;
	margin: 0;
}
@media (min-width:991px) {
	#cart-total p{
		left:16px;
		top:-2px;
	}
}
.cart-tecolo {
    color: #000;
    letter-spacing: 0;
}
#cart-total p span {
	display: inline-block;
}
.ussvg {
    display: inline-block;
}
#top-links ul li.wishcom svg:hover {
	fill: #c22929;
}
#cart .dropdown-menu p{
	margin-bottom: 0;
	font-size: 13px;
}
#top-links .fle-deal {
/*	background-color: #000003;*/
/*	border: 1px solid #000003;*/
	border-radius:0;
	text-align: center;
	padding: 6px 0;
	vertical-align: middle;
	display: inline-block;
}
#top-links i {
	font-size: 18px;
	color: #c22929;
}
#top-links a {
	color: #222;
	fill: #222;
	transition: 0.3s ease;
	cursor: pointer;
	font-size: 16px;
  	animation: NAME-YOUR-ANIMATION 2s infinite;
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%,
    49% {
         color: #c22929;
         fill: #c22929;
    }
    100%,
    50% {
         color: #000;
         fill: #000;
    }
}
.hdis {
    margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.hdis .call-phone {
    font-size: 12px;
    margin: 0;
    font-weight:400;
    color: #000;
    transition: 0.3s ease;
}
.hsticky{
	background-color: #fff;
	padding: 8px 0;
}
.homemenu {
	background-color: #fff;
	border-top:1px solid #e5e5e5;
	box-shadow: 0px 3px 5px 0px rgb(240 240 240 / 66%);
}
.inuser {
	display: inline-block;
	vertical-align: middle;
/*	border: 1px solid #384ca2;*/
/*	background-color: #c22929;*/
/*	border-radius:0;*/
/*	padding: 4px 10px;*/
}
.inuser .btn-group>.btn{font-size: 14px;}
.inuser .btn-group>.btn .fa{font-size:16px;}
.inuser .btn-group>.btn:last-child{padding-right:0;}
.inuser .btn-group>.btn:hover{color:#c22929;}
.curr,.hphone{
	display: inline-block;vertical-align: middle;
}
.curr .btn-group button.test, .inuser a.dropdown-toggle{
	padding: 0;
	border: none;
	font-weight:400;
	font-size: 14px;
	vertical-align: text-bottom;
	color: #010101;
}
.topbsp li .logte1 {
	color: #000;
	vertical-align: top;
	display: inline-block;
}
.topbsp li button.test:hover, .topbsp li button.test:focus, .topbsp li .logte1:hover, .topbsp li .logte1:focus {
	color: #c22929;
}
/*.hphone{
	margin: 0 20px;
}*/
/* user dropdowm */
.alogin li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    text-transform: capitalize;
}
.alogin li.logborder {
	border-bottom: none;
}
.alogin .langcdrop li {
    padding: 0;
    border: none;
}
.alogin svg {
    margin: 0 7px;
    width: 14px;
    height: 13px;
}
/*.alogin li:last-child{
	border-bottom: none;
}*/
#top-links ul.alogin li svg{
	margin: 0 7px;
	fill: #c22929;
	width: 14px;
    height: 13px;
}
.alogin {
    min-width: 222px;
    padding: 0 10px 10px;
}
.hlogout {
    text-align: center;
    padding: 15px;
	width: 275px;
	border: none;
    border-radius:0;
}
.hlogout h5 {
    font-size: 16px;
    margin-top: 0;
}
.hlogout h6 {
    font-size: 12px;
    color: #777;
}
.acd,.hlogout .wishcom , .xsla, .xscu{
	border: 1px solid #eee;
    border-radius:0;
    display: inline-block;
    padding: 7px 0;
    margin-top: 10px;
    width: 47%;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}
.user-down.dropdown-menu > li > a:focus,.user-down.dropdown-menu > li > a:hover{
	color: #c22929;
}
.user-down.dropdown-menu > li > a{
	padding: 0;
	text-transform: capitalize;
}
.drpbot{
	min-width: 250px;
	padding: 15px 10px;
}
.drpbot .hcoms{
	margin: 12px 0
}
.wishcom svg{
	margin: 0 5px 0 0;
}
/* menu */
.navbar{
	min-height: auto;
	margin-bottom: 0;
	border: none;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
#menu .fa.pull-right {
    margin: 6px 3px;
}
#menu .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .4px;
    font-weight:400;
    padding: 0;
	margin: 0;
	position: relative;

	color: #000;
	background-color: transparent;
}
.navbar-nav{
	float: none;
}
.menu-part {
    background-color: #232b35;
    padding: 7px 0;
}
/* slider */
.silder_rightwidth {
	margin-top: 30px;
}
.slider-banner {
	position: relative;
}
.slidertext {
    position: absolute;
    left: 8%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.slidertext h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #c22929;
	font-weight:400;
	margin-top: 0;
	transition: all 1.5s ease;
    transform: translateY(100px);
    opacity: 0.5;
}
.slidertext h1 {
    font-size: 40px;
	text-transform: capitalize;
	position: relative;
	color: #00000c;
    font-weight:400;
    margin-bottom: 25px;
    margin-top: 0;
    transition: all 1.5s ease;
    transform: scaleX(1.5);
}
.slidertext p {
    font-size: 20px;
    opacity: 0.7;
	color: #00000c;
    margin: 0;
    text-transform: capitalize;
    line-height: 24px;
    transition: all 1.5s ease;
    transform: translateX(100px);
}
.slidertext a.btn-primary {
    margin-top: 50px;
    text-transform: capitalize;
    padding: 12px 36px;
    transform: translateY(100px);
    transition: all 1s ease;
}
.s-panel .slideshow .slick-current.slick-active .slidertext h3, .s-panel .slideshow .slick-current.slick-active .slidertext h1,
.s-panel .slideshow .slick-current.slick-active .slidertext a.btn-primary, .s-panel .slideshow .slick-current.slick-active .slidertext p {
	transform: unset;
}
.slidertext a.btn-primary:hover {
	background-color: #00000c;
}
/* qty */
.homeqt{
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.homeqt .btnminus{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	float: none !important;
	display: inline-block;
	padding: 0 6px;
	border: none;
	line-height: normal;
	height: auto;
	bottom: 0;
	background: transparent;
	font-size: 10px;
	color: #888;
}
.homeqt .btnplus{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	float: none !important;
	width: auto;
	padding: 0 6px;
	border: none;
	line-height: normal;
	height: auto;
	bottom: 0;
	background: transparent;
	font-size: 10px;
	color: #888;
}
.homeaddq{
	margin-top: 10px;
	margin-bottom: 0;
}
.form-group .addhqty{
	display: inline-block;
	vertical-align: middle;
	float: none !important;
	width: 65px;
	border: 1px solid #e1e1e1;
	border-radius:0;
	height: 35px;
	padding: 5px;
	text-align: center
}
.homeaddq .cartb svg{
	width: 20px;
	height: 20px;
	fill: #000;
}
.homeaddq .cartb {
	position: unset;
	border: none;
	background: #eee;
	color: #000;
	text-transform: uppercase;
	font-weight:400;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .5s ease;
	opacity: 1;
	padding: 10px 25px;
	margin: 0;
	border-radius:0;
}
.homeaddq .cartb:hover {
    background-color: #c22929;
}
.homeaddq .cartb span {
	margin-left: 8px;
	vertical-align: middle;
}
/* banner text */
.beffect{
	position: relative
}
/* timer */
/* timer progress */
.quantity-progress {
	display: block;
	margin: 15px 0 0 0;
}
.obar {
    background-color: #f5f5f5;
    width: 100%;
    border-radius:0;
    overflow: hidden;
    height: 10px;
    position: relative;
}
.ibar {
    background-color: #5FD841;
    width: 0;
    height: 100%;
}
.ibar.bar1 {
    width: 20%;
    background-color: #E84C3D;
}
.ibar.bar2 {
    width: 40%;
    background-color: #e67e22;
}
.ibar.bar3 {
    width: 60%;
    background-color: #f1c40f;
}
.ibar.bar4 {
    width: 80%;
    background-color: #96D940;
}
.ibar.bar5 {
    width: 100%;
    background-color: #5FD841;
}
.product-available {
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
/* timer progress */
.all-timer {
	background-color: #c22929;
	border-radius:0;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 5px;
}
.countdown-section {
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}
.countdown-amount {
	font-size: 18px;
	font-weight:400;
	display: block;
	color: #fff;
}
.countdown-period {
    display: block;
	color: #747474;
	padding: 5px 0 0;
	font-size: 12px;
	color: #fff;
}
.timerpro .countdes{
	color: #888;
	margin-bottom: 0px;
	margin-top: 12px;
	height: 40px;
	overflow: hidden;
}
.dealt {
    font-size: 18px;
    margin: 0 0 14px 0;
    font-weight:400;
}
.dealt span {
	color: #6d6d6d;
}
.img_sli img {
    margin: 10px 0 0;
	padding: 5px 0;
	border: 1px solid #e4e4e4;
	border-radius:0;
	cursor: pointer;
}
.img_sli img:hover {
    border: 1px solid #fdd62d;
}
.rating {
	margin-bottom: 6px;
}
.bg_white {
	background-color: #fff;
	border-radius:0;
}
.heading{
	text-transform: capitalize;
	font-weight:400;
	position: relative;
	margin: 0;
	padding: 25px 0 25px 25px;
	font-size: 24px;
	text-align: left;
	line-height: unset;
}
.infobg .heading, .other-bg .heading, .acco .heading {
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
}
.tab-head {
	overflow: hidden;
}
.tab-head.tab_head{
	padding: 20px 0 0 0;
}
.tab-head.tab_head .heading::before {
	border-top: none;
}
.tab-head.tab_head .heading::after {
	bottom: -1px;
}
.tab-head.tab_head .heading {
	margin: 0;
	padding-top: 0;
}
.heading span{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 22px;
	font-weight:400;
	text-transform: capitalize;
	z-index: 1;
    background-color: transparent;
}
.heading strong{
	display: inline-block;
	font-size: 22px;
	text-transform: capitalize;
	font-weight:400;
	margin: 0 6px 0 0;
}
.heading::before {
    border-top: 1px solid #e4e4e4;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.heading::after, .left-heading::after {
    border-bottom: 2px solid #c22929;
    position: absolute;
    bottom: 0;
    content: '';
    width: 160px;
    left: 0;
}
.nav-tabs > li{
	display: inline-block;
	float: none;
	margin-bottom: 0
}
.nav-tabs{
	border-bottom: none
}
.tab-head .heading h1{
	margin: 0;
	line-height: unset;
}
.pro-tab.nav-tabs{
	text-align: right;
	padding-right: 110px;
	margin-bottom: 0;
	border-bottom: 1px solid #e4e4e4;
}
.pro-tab li {
    margin: 0 15px;
}
.pro-tab li a{
	border-radius:0;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	font-weight:400;
	padding: 3px 0;
	letter-spacing: 0.8px;
	border: none;
	margin-right: 0;
	background-color: transparent;
}
.pro-tab li.active > a,.pro-tab li.active > a:focus,.pro-tab li.active > a:hover,.pro-tab.nav-tabs > li > a:hover,
.pro-tab.nav > li > a:focus,.pro-tab.nav > li > a:hover {
	color: #c22929;
	border: none;
	background-color: transparent;
}
.product-thumb:hover .second-img {
    opacity: 1;
}
.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.sale{
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0 auto;
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 12px;
	border: none;
	background: #5ba816;
	color: #fff;
	padding: 0px 12px 2px 12px;
	border-radius:0;
	z-index: 2;
}
.new {
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0 auto;
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 12px;
	border: none;
	background: #000;
	color: #fff;
	padding: 2px 12px;
	border-radius:0;
	z-index: 2;
}
.product-thumb{
	position: relative
}
.product-thumb .image{
	position: relative
}
.product-thumb .image img{
	border-radius:0;
}
.bran {
	color: #6c6c6c;
    margin: 0 0 5px;
}
.protitle{
	font-size: 16px;
	margin: 0;
	transition: 0.3s ease;
	padding: 0 0 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight:400;
	text-transform: capitalize;
}
.protitle a {
	color: #00000c;
}
.protitle:hover,.protitle:hover a{
	color: #c22929;
}
.product-thumb .price {
    color: #000;
    font-size: 16px;
    font-weight:400;
    transition: 0.3s ease;
    letter-spacing: 0;
    min-height: 22px;
}
.product-list .product-thumb .price {
	transition: unset;
}
.text-decor, .text-de {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 145px;
    display: inline-block;
    line-height: 25px;
}
.stock_bg .bg-success {
	background-color: #28a745;
	color: #fff;
	padding: 2px 6px;
	border-radius:0;
	font-size: 13px;
}
.stock_bg .bg-danger {
	background-color: #f1b70e;
	color: #fff;
	padding: 2px 6px;
	border-radius:0;
	font-size: 13px;
}
.stock_bg .bg-warning {
	background-color: #e07122;
	color: #fff;
	padding: 2px 6px;
	border-radius:0;
	font-size: 13px;
}
.stock_bg .bg-red {
	background-color: #e91f2b;
	color: #fff;
	padding: 2px 6px;
	border-radius:0;
	font-size: 13px;
}
.prod-image img {
	border: 1px solid #f2f2f2;
	padding: 5px;
	border-radius:0;
	max-width: 100px;
}
.pro_count .row {
	display: flex;
	align-items: center;
}
.pro_count .obar {
	background-color: #fff;
}
#product {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius:0;
	padding: 20px;
	list-style: none;
	margin-top: 20px;
}
.pro-discou {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius:0;
}
.product-soc, .product-tag {
	margin-top: 20px;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
    font-weight:400;
}
.product-thumb .image .rating{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
/* button effect */
.product-thumb .button-group svg {
	width: 20px;height: 19px;fill: #4c4c4c;
}
.product-thumb .button-group .bquickv{
	display: inline-block;vertical-align: middle
}
.product-thumb .button-group .bquickv svg {
	width: 15px;height: 15px;
}
.product-thumb .button-group button,.bquickv a{
	background-color: #fff;
	color: #000;
	min-width: 40px;
	min-height: 40px;
	text-align: center;
	padding: 7px 3px;
	font-size: 14px;
	text-transform: capitalize;
	transition: 0.3s ease;
	vertical-align: middle;
	display: inline-block;
	border-radius:0;
	margin: 0 0px;
	border: 1px solid #e4e4e4;
}
/*button.cartb.add-to-cart {
    padding: 7px 10px;
}*/
.product-thumb .button-group button:hover,.bquickv a:hover{
	background-color: #c22929;
	border: 1px solid #c22929;
}
.product-thumb .button-group button:hover svg,.bquickv a:hover svg, .product-thumb .button-group button:hover span{
	fill: #fff;
	color: #000;
}
.product-layout {
	border-right: 1px solid #e4e4e4;
}
.product-layout.product-list, #testi.owl-carousel .owl-stage-outer {
	border-right: none;
}
.blog_webi .owl-carousel .owl-stage-outer {
	border-right: 1px solid #fff;
}
.product-list .product-thumb, .product-grid-3 .product-thumb, .product-grid .product-thumb {
	padding: 0;
}
.owl-carousel .owl-stage-outer {
	border-right: 1px solid #f5f5f5;
}
.product-thumb {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease;
	background-color: #fff;
	border-radius:0;
	padding: 20px;
}
.product-layout:last-child .product-thumb, .product-grid .product-thumb {
	margin-bottom: 1px;
}
.protabcont .row {
	margin: 0;
}
.protabcont [class*="col-"] {
	padding: 0;
}
.specpr {
	padding: 0;
}
.product-thumb .caption{
	padding: 0;
}
/* service */
.deliveryinfo{
	background-color: #fff;
	border-radius:0;
	padding: 30px 0;
	margin-left: 0;
	margin-right: 0;
    cursor: crosshair;
}
.deliveryinfo .sbr1, .deliveryinfo .sbr2, .deliveryinfo .sbr3 {
    border-right: 1px solid #e5e5e5;
}
.deliveryinfo li {
    display: inline-block;
    vertical-align: middle;
}
.deliveryinfo li span {
    position: relative;
    display: inline-block;
    border-radius:0;
    text-align: center;
    transition: 0.3s all ease;
}
.deliveryinfo li:last-child {
    width: 60%;
	margin-left: 15px;
}
.deliveryinfo li h4 {
	font-size: 18px;
    text-transform: capitalize;
    font-weight:400;
    margin: 0 0 8px 0;
}
.deliveryinfo li p {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 12px;
    color: #493410;
    font-weight:400;
}
.deliveryinfo ul svg {
    width: 38px;height: 38px;
}
.deliveryinfo span {
	fill: #cccccc;
}
.deliveryinfo ul:hover span svg {
    transform: rotateY(180deg);
}
/* category */
.categorybr {
    background-color: #fff;
    border-radius:0;
}
.categorybr .cateimg img {
	border-radius:0;
	border: 1px solid #e4e4e4;
}
.homecategory .categorybr:hover .cateimg img{
	border: 1px solid #c22929;
}
.category-img img {
	border-radius:0;
	cursor: pointer;
}
.category-img a {
	font-size: 14px;
	font-weight:400;
	text-transform: capitalize;
	padding: 10px 0 20px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.category-img .cat-sub:hover a {
	color: #c22929;
}
.homecategory .catcontent h2{
	font-size: 16px;
	text-transform: capitalize;
	font-weight:400;
	color: #000;
	margin: 0;
	padding: 0;
	transition: 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}
.homecategory .categorybr:hover .catcontent h2 {
	color: #fff;
}
.homecategory .catcontent h6{
	font-size: 12px;
	color: #000;
	opacity: 0.70;
	font-weight:400;
	transition: 0.3s ease;
	text-align: right;
	float: right;
	margin: 5px 0;
}
.homecategory .categorybr:hover .catcontent h6 {
	color: #fff;
}
.homecategory .catcontent h4{
	text-transform: uppercase;
	font-weight:400;
	font-size: 12px;
	color: #000;
	transition: 0.3s ease;
	cursor: pointer;
	margin: 0;
}
.homecategory .catcontent h4:hover {
	color: #c22929;
}
.categorybr a{
	display: block;
	position: relative;
}
.categorybr a img {
	border-radius:0;
}
.catcontent {
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    transition: 0.3s ease;
    width: 100%;
    padding: 10px;
    border-radius:0;
}
.homecategory .categorybr:hover .catcontent {
	background-color: #c22929;
}
.category-tab button.catb {
	display: none;
}
#cat-img {
    padding: 15px;
}
.block-cat-wr:last-child {
	margin-top: 15px;
}
/* image text */
.imgbnrtext {
    position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	padding-right: 15px;
}
.imgbnrtext.serbnrtext {
	right: 0;
	left: 0;
	text-align: center;
	justify-content: center;
}
.imgbnrtext h1 {
    font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.imgbnrtext.img-text h1 {
	line-height: 25px;
	font-size: 20px;
	margin: 0 0 8px 0;
}
.imgbnrtext.img-text h1, .imgbnrtext.img-text h5 {
	color: #000;
}
.imgbnrtext.serbnrtext h1 {
	font-size: 30px;
	margin: 10px 0 0 0;
	text-transform: capitalize;
}
.imgbnrtext h5 {
    font-size: 16px;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	opacity: 0.5;
	margin: 0;
}
.imgbnrtext.serbnrtext h5 {
	font-size: 14px;
	opacity: 0.5;
	text-transform: capitalize;
}
.imgbnrtext h6 {
	font-size: 14px;
	margin: 12px 0 0;
	color: #000;
	opacity: 0.7;
}
.imgbnrtext h6 span {
	font-size: 20px;
}
.imgbnrtext.serbnrtext h1 span {
	color: #c22929;
}
.imgbnrtext .btn-primary {
    border: 1px solid #c22929;
	background: #c22929;
	color: #fff;
	padding: 10px 25px;
	margin-top: 30px;
	border-radius:0;
	font-size: 12px;
}
.imgbnrtext .btn-primary:hover {
    border: 1px solid #00000c;
	background: #00000c;
}
/* product category */
.category-tab .tab-content > .tab-pane:not(.active), .category-tab .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.home-cat {
	position: relative;
	padding: 0 15px;
	width: 20%;
}
#catli, #catli2, #catli3 {
    display: block;
}
.home-cat .nav-tabs li.active a:after, .home-cat .nav-tabs li:hover a:after {
	position: absolute;
	content: '';
	right: 0;
	margin: auto 0;
	clip-path: polygon(4px 50%, 100% 100%, 100% 0px);
	height: 8px;
	width: 12px;
	background: #c22929;
	top: 0;
	bottom: 0;
	transition: 0.3s ease;
}
.home-cat .nav-tabs li.active a:before, .home-cat .nav-tabs li:hover a:before {
	position: absolute;
	content: '';
	right: 0;
	margin: auto 0;
	transition: 0.3s ease;
	height: 26px;
	width: 2px;
	background: #c22929;
	top: 0;
	bottom: 0;
	text-align: center;
	transition: 0.3s ease;
}
.home-cat .nav-tabs li.view_more, .home-cat .nav-tabs li.view_more2, .home-cat .nav-tabs li.view_more3 {
	border-bottom: none;
}
.home-cat ul.nav-tabs li a .cat_img {
	max-width: 35%;
}
.home-cat .cate-ul li .tab-title, .home-cat .nav-tabs li.view_more a, .home-cat .nav-tabs li.view_more2 a, .home-cat .nav-tabs li.view_more3 a {
    padding: 14px 30px;
	display: block;
	transition: .3s all ease;
	margin: 0 0 7px 0;
	text-align: left;
	font-size: 14px;
	color: #000;
	text-transform: capitalize;
	position: relative;
	font-weight:400;
	background-color: #fff;
	border-radius:0;
	cursor: pointer;
}
.home-cat .nav-tabs li.view_more a, .home-cat .nav-tabs li.view_more2 a, .home-cat .nav-tabs li.view_more3 a, .home-cat .cate-ul {
	margin: 0;
}
.home-cat ul.nav-tabs li a h2 {
    display: block;
	padding: 12px 20px;
	text-transform: capitalize;
	color: #000;
	border: none;
	margin: 0;
	text-align: left;
	transition: 0.3s ease;
	font-size: 16px;
	text-align: center;
}
.home-cat ul.nav-tabs li a i {
	float: right;
	margin-top: 4px;
}
.home-cat .nav-tabs li.active a h2, .home-cat .nav-tabs li.active a h2:focus, .home-cat .nav-tabs li.active a h2:hover, .home-cat ul.nav-tabs li:hover a h2,
.home-cat .cate-ul li:hover .tab-title, .home-cat .cate-ul li.active .tab-title, .home-cat .nav-tabs li.view_more:hover a,
.home-cat .nav-tabs li.view_more2:hover a, .home-cat .nav-tabs li.view_more3:hover a {
	color: #c22929;
}
.home-cat .cate-ul li svg {
	opacity: 0;
	float: right;
	margin: 2px 0;
	width: 15px;
	height: 15px;
}
.home-cat .cate-ul li:hover svg, .home-cat .cate-ul li.active svg {
	opacity: 1;
}
.wr_hide_menu {
    display: block;
    margin: 0;
}
.wr_hide_menu:last-child {
    border-bottom: none;
}
.wr_hide_menu a {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    /*background-color: #fdc52a;*/
    padding: 10px;
    border-radius:0;
}
.wr_hide_menu a:hover {
    /*background-color: #579418;*/
}
.home-cat ul.nav-tabs li.view_more a,.home-cat ul.nav-tabs li.view_more.active a,.home-cat ul.nav-tabs li.view_more a:hover,
.home-cat ul.nav-tabs li.view_more2 a,.home-cat ul.nav-tabs li.view_more2.active a,.home-cat ul.nav-tabs li.view_more2 a:hover,
.home-cat ul.nav-tabs li.view_more3 a,.home-cat ul.nav-tabs li.view_more3.active a,.home-cat ul.nav-tabs li.view_more3 a:hover{
	border-bottom: transparent
}
.category-tab .tab-content > .tab-pane:not(.active), .category-tab .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.cat-img, .furn-img, .elect-img {
	width: 20%;
}
.cate-tab {
	width: 60%;
}
/* testimonial */
#testi {
	padding: 40px;
}
#testi svg{
	height: 120px;
	width: 120px;
	fill: #f5f5f5;
	position: absolute;
	bottom: 24px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: -1;
}
#testi .slick-current.slick-active.slick-center svg{
	bottom: 45px;
}
#testi .slick-current.slick-active.slick-center .text-p{
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, .05);
	padding: 40px 20px;
	margin-top: 0;
	border: none;
	margin: 5px;
}
.test_img, .text-p {
	display: inline-block;
	vertical-align: middle;
}
.text-p {
    padding-left: 25px;
}
.parallex .item .timg{
	border-radius:50%;
	width: 100px;
	height: 100px;
	border: 2px solid #e3e3e3;
}
.parallex .item{
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.parallex .item h2 {
    font-size: 16px;
    text-transform: capitalize;
    color: #c22929;
    font-weight:400;
    margin: 0
}
.parallex .item h5 {
    font-size: 14px;
    margin: 14px 0 0 0;
    text-transform: capitalize;
    color: #787878;
    font-weight:400;
    position: relative;
    z-index: 1;
}
.parallex .item p {
	position: relative;
	color: #595959;
    line-height: 30px;
    font-size: 16px;
    font-weight:400;
    margin: 10px 0 0;
}
/* blog */
.box-content {
	padding: 20px;
}
.bs {
    background: #fff;
	position: relative;
	right: 0;
	padding: 15px;
	z-index: 1;
	border-radius:0;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.bs i {
	font-size: 16px;
    color: #000;
}
.testimg i {
	color: #c22929;
	font-size: 6px;
	vertical-align: text-top;
	padding: 6px 15px;
}
.bs span {
	color: #646464;
}
.bs h5 {
	font-size: 14px;
	font-weight:400;
	margin-bottom: 10px;
	color: #333;
	margin-top: 0;
}
.blog-left{
	position: relative
}
.testimg img {
	width: 18%;
	display: inline-block;
	margin-right: 5px;
}
.testimg span, .testimg {
	color: #000;
}
.testimg span {
	font-weight:400;
}
.datime, .testimg, .view-blog {
	display: inline-block;
}
.datime i{
	color: #000;
    font-size: 8px;
    vertical-align: text-top;
    padding: 3px 15px;
}
.blogdt{
	color: #fff;
	font-size: 14px;
	font-weight:400;
	margin-bottom: 0;
	text-transform: capitalize;
	position: absolute;
	top: 20px;
	background-color: #c22929;
	border-radius:0;
	padding: 8px 20px;
}
.blogdt p {
	font-size: 24px;
	margin: 0;
	display: inline-block;
	font-weight: 600;
}
.blog_webi .blog-right h4{
	font-size: 16px;
	text-transform: capitalize;
	line-height: 24px;
	padding: 0 0 4px 0;
	font-weight:400;
	margin: 0 0 15px 0;
	transition: 0.3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.blog_webi .blog-right p {
	color: #4c4c4c;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	letter-spacing: 0.6px;
	margin-bottom: 30px;
}
.blog_webi .blog-right h4:hover{
	color: #c22929
}
#blog .read-more a {
    text-transform: uppercase;
	color: #000;
	background-color: transparent;
	font-size: 13px;
	opacity: 0.8;
}
#blog .read-more a:hover {
    color: #c22929;
    opacity: 1;
}
.view-blog .read-more a svg {
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.view-blog .read-more:hover a svg {
    fill: #c22929;
}
.lb-nav a{
	transition: none
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.9,0.9);
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    /*margin-bottom: 15px;*/
}
#blog .webi-blog-image img, .allmb .webi-blog-image img {
	border-radius:0;
}
.webi-blog-image img{
	border-radius: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;
    border-radius:0;
}
.webi_post_hover .icon {
	border-radius:0;
	transform: translate(-50%, -50%);
	padding: 12px 12px;
	display: inline-block;
	line-height: 0px;
	background: #c22929;
	color: #fff;
}
.webi_post_hover .icon:hover{
	background-color: #000;
	color: #fff;
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}
.blogal .alert {
    position: unset;
}
.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 20px;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight:400;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.bcomment{
	background-color: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 30px;
	border-radius:0;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment {
	padding: 15px;
	background-color: #fff;
	border-radius:0;
}
.allcomment h5{
	font-weight:400;
    font-size: 18px;
	margin: 0;
	line-height: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s ease;
}
.allcomment h5:hover {
	color: #c22929;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 15px 0
}
.allmb{
	margin-bottom: 25px;
}
.sngblog h3{
	font-size: 16px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: capitalize;
	line-height: 23px;
	font-weight:400;
}
.sngblog .blog-desc{
	margin-bottom: 0
}
.allmb .blog-desc{
	overflow: hidden;
	height: 120px;
}
/* newsletter */
/*.newsl.webi-newsletter {
	background-color: #3c3c38;
    padding: 23px 15px;
    border-radius:0;
}*/
.newsl #newsletter{
	position: relative;
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.newsbtn{
	font-size: 14px;
}
.footer-top {
	background-color: #c22929;
	padding: 30px 0;
}
.newsl .news_row {
	display: flex;
	align-items: center;
}
.white-popup .alert{
	position: unset
}
.newsl .alert{
	padding: 5px 10px;
	bottom: -40px;
	top: auto;
	margin: 0;
	left: 0;
	right: 0;
	border-radius:0;
	text-align: left;
}
.newsl #newsletter input{
	border: none;
	height: 50px;
	border-radius:0;
	background-color: #f5f5f5;
	padding: 6px 22px;
}
.newsl .form-group{
	position: relative;
	margin: 0
}
.newsl h2{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.newsl .description-top{
	color: #fff;
	margin: 0;
	font-size: 16px;
	opacity: 0.6;
}
.fsocial, .pay_connect {
	margin-top: 30px;
}
.social_icon h3 {
	display: inline-block;
	font-size: 18px;
	font-weight:400;
	margin: 0;
}
.newsbtn {
	border-radius:0;
	height: 50px;
	font-weight:400;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0 35px;
}
.newsbtn:hover, .newsbtn.btn-primary:active, .newsbtn.btn-primary:focus {
	background-color: #333;
}
.sendico {
    position: absolute;
}
.sendico svg {
	height: 240px;
	width: 240px;
	fill: #f5f5f5;
}
/* newsletter popup */
.white-popup {
  	position: relative;
	background: #FFF;
	padding: 40px 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
	border-radius:0;
}
.white-popup h1{
	font-weight:400;
	text-transform: uppercase;
	font-size: 26px;
	margin: 0;
}
.white-popup p{
	color: #777;
	margin: 15px;
	line-height: 23px;
}
.white-popup .form-group  .checkbox label{
	position: relative
}
.white-popup  .mfp-close{
    background:#fff;
    border-radius:0;
}
.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;
}
/* footer */
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 10px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.41, 0.12, 1, 1);
    background: #000;
    color: #fff;
    border-radius:0;
}
#scroll:hover{
	background-color: #c22929;
	color: #fff;
}
#scroll i {
    font-size: 20px;
}
.middle-footer{
	padding: 50px 0;
	/*border-top: 1px solid #393939;*/
}
footer{
	background: #fff;
	margin-top: 80px;
}
.middle-footer h5 {
    font-weight:400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #111;
}
.middle-footer .paym {
	margin: 20px 0;
}
.middle-footer a,.f-left li, .foot-des p{
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #666;
    padding: 0;
    margin: 0;
}
.middle-footer a:hover{
	color: #c22929;
}
.pay-icon h5 {
	margin-top: 25px;
}
#contact .foot-payment li {
    margin-right: 20px;
}
#contact .foot-payment a i {
    font-size: 25px;
}
.f-left svg {
    fill: #c22929;
    margin-right: 10px;
}
.f-left li {
    word-break: break-all;
}
.copy{
	padding: 15px 0;
	color: #999;
	background-color: #f3f3f3;
/*	border-top: 1px solid #313131;*/
}
.copy a{
	color: #999;
}
.copy .foot-payment a i{
	font-size: 24px;
}
.foot-payment li {
	margin-left: 25px;
}
.copy a:hover {
	color: #c22929
}
.social_icon .fsocial a{
    line-height: normal;
	min-width: 34px;
	min-height: 34px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	vertical-align: middle;
	color: #777;
	font-size: 16px;
	margin: 0 5px;
	border-radius:0;
}
.social_icon .fsocial li:first-child a {
	margin-left: 0;
}
.social_icon .fsocial a:hover{
	background-color: #c22929;
	color: #fff;
}
.footpay svg {
    width: 40px;
    height: 40px;
}
.footblink h5 {
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}
.footblink ul:first-child {
	margin-bottom: 15px;
}
.footblink li a {
    color: #d2d2d2;
    position: relative;
    text-transform: capitalize;
    line-height: 26px;
}
.footblink li a:hover{
	color: #c22929;
}
.footblink li a::after{
    content: '|';
    color: #d2d2d2;
    margin: 0 12px;
}
.footblink li:last-child a::after{
	display: none
}
.footblink {
    padding: 30px 15px;
    border-top: 1px solid #313131;
    margin: 0 auto;
}
/* carousel button */
.owl-carousel.owl-theme .owl-dots {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 2%;
}
.owl-carousel.owl-theme .owl-dot {
    margin: 0;
    background: #cccccc;
    box-shadow: none;
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius:0;
    margin: 0 10px;
}
.owl-carousel.owl-theme .owl-dot.active, .owl-carousel.owl-theme .owl-dot:hover {
    margin: 0;
    border: 1px solid #ffd200;
    box-shadow: none;
    width: 12px;
    height: 12px;
    background-color: transparent;
    margin: 0 10px;
}
.owl-carousel.owl-theme .owl-dot span {
	width: 4px;
	height: 4px;
	background-color: #cccccc;
	text-align: center;
	margin: -2px;
	position: absolute;
	border-radius:0;
}
.owl-carousel.owl-theme .owl-dot.active span, .owl-carousel.owl-theme .owl-dot:hover span {
	background-color: #ffd200;
}
.owl-theme .owl-nav {
	position: absolute;
	right: 15px;
	top: -55px;
}
.homecategory .owl-theme .owl-nav, #testi.owl-theme .owl-nav {
	right: 30px;
}
.timerpro .owl-theme .owl-nav {
	top: -60px;
}
.tab-pane .owl-theme .owl-nav {
	top: -55px;
}
.blog_webi .owl-theme .owl-nav {
	top: -75px;
}
#gallery_01.owl-theme .owl-nav {
	position: relative;
	right: auto;
	top: -46px;
	padding: 0;
	opacity: 0;
	transition: 0.4s ease;
}
#gallery_01.owl-theme:hover .owl-nav {
	opacity: 1;
}
#gallery_01.owl-theme .owl-next, #gallery_01.owl-theme .owl-prev {
	margin: 0;
	position: absolute;
	bottom: 1px;
	min-width: 19px;
	min-height: 19px;
	background-color: #ccc;
	border-radius:0;
	text-align: center;
}
#gallery_01.owl-theme .owl-next {
	right: 15px;
}
#gallery_01.owl-theme .owl-prev {
	left: 15px;
}
#gallery_01.owl-carousel.owl-theme .owl-nav button i {
	font-size: 16px;
}
.owl-carousel.owl-theme .owl-nav button {
    margin: 0;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    transition: .3s ease;
    min-width: 30px;
	min-height: 30px;
	background-color: #f5f5f5 !important;
	border-radius:0;
	color: #000 !important;
}
.owl-carousel.owl-theme .owl-nav button:hover {
	background-color: #c22929 !important;
	color: #fff !important;
}
#column-right .owl-carousel.owl-theme .owl-nav button:hover,
#column-left .owl-carousel.owl-theme .owl-nav button:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.owl-carousel.owl-theme .owl-nav button i {
    font-size: 15px;
    transition: .3s ease;
}
/* 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: #c22929;
    border-color: #c22929;
    z-index: 0;
    color: #fff
}
.pagination > li > a, .pagination > li > span {
    color: #252525;
    padding: 7px 12px 5px 12px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #c22929;
    border-color: #c22929;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi{
	margin: 0;
	background-color: #fff;
	padding: 8px 0;
	border: 1px solid #eee;
	border-radius:0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	/*border-top-left-radius: 0;
	border-bottom-left-radius: 0;*/
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
	/*border-top-right-radius: 0;
	border-bottom-right-radius: 0;*/
}
.pagination > li {
    display: inline-flex;
}
/* product page */
 .form-rating .form-rating-container, .radi .form-rating,.radi label{
    display: inline-block;vertical-align: middle;margin: 0
}
.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
    margin-bottom: 0;
    cursor: pointer
}
#tab-review .fa-stack-2x {
    color: #ffc600;
}
.form-rating .form-rating-container input {
    display: none
}
.form-rating .form-rating-container:hover label:hover i.fa-star-o,
.form-rating .form-rating-container:hover label:hover~label i.fa-star-o {
    color: #ffc600;
}
.form-rating input:checked~label i.fa-star,.form-rating input:checked~label i.fa-star-o,
.form-rating .form-rating-container:hover label:hover i.fa-star,
.form-rating .form-rating-container:hover label:hover~label i.fa-star {
    color: #ffc600;
}
.form-rating .form-rating-container label i.fa-star-o, .form-rating .form-rating-container:hover label i.fa-star-o,
.form-rating .form-rating-container label i.fa-star, .form-rating .form-rating-container:hover label i.fa-star {
    color: #d9d9d9;
}

.btn.datebtn {
    min-height: 34px;
    margin: 0 !important
}
.btn.datebtn i{
	vertical-align: middle
}
.btn.pcrt.btn-primary {
    min-height: 35px;
}
#product-product .pro-content .alert,#account-register .alert,{
	position: unset;
}
.zoomWrapper{
	position: relative
}
.thumbnail{
	border: none;
	padding: 0;
}
/* .pro-price{
	font-size: 18px !important;
	font-weight:400;
} */
.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: -1px;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #c22929;
    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: #c22929;
    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;
	font-size: 16px;
	font-weight:400;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
.product-bag {
	background-color: #fff;
	border-radius:0;
	padding: 15px;
}
.pro-content h1 {
	font-size: 20px;
	text-transform: capitalize;
	margin-top: 0;
	font-weight:400;
}
.pro-content #product h3{
	font-size: 18px;
	margin: 0 0 15px 0;
}
.pro-content .alert,.product-quickview-detail .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
}
.btnminus {
	border-radius:0;
}
.btnplus {
	border-radius:0;
}
.pro-content .input-group{
	z-index: 0;
}
.btnminus,.btnplus{
    line-height: 22px;
}
.btnminus span,.btnplus span{
	position: unset;
	margin-top: 3px;
}
.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;
}
.textdeb {
    margin: 0 4px;
    color: #c22929;
}
.textdeb:hover{
    color: #000;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 700;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0
}
.protax li {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.custom-radio .img-thumbnail {
    display: block;
	border-radius:0;
	height: 35px;
	width: 35px;
	border: 1px solid #ccc;
	padding: 3px;
}
.custom-radio-design label span {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius:0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}
.custom-radio .radio label input:checked + img, .custom-radio-design label input:checked + span {
	border: 1px solid #000;	
}
.custom-radio label input, .checkbox_input label input {
    position: absolute;
	z-index: -1;
	opacity: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.custom-radio .radio label {
	padding: 0;
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;
	color: #808080;
}
.custom-radio label .radio_price, .custom-radio label.color-option span {
	display: none;
}
.custom-radio .radio, .checkbox_input .checkbox {
	display: inline-block;
	margin: 0 4px 0 0;
}
.product-btn .btn-primary {
    padding: 10px 20px;
    margin-left: 5px;
}
.product-btn .add-to-cart.btn-primary {
	margin-left: 0;
}
.product-btn .add-to-cart.btn-primary svg {
    margin-right: 5px;
}
.product-tag .tagtitle {
    font-weight:400;
    font-size: 14px;
}
.product-tag a {
	background-color: #f5f5f5;
	border-radius:0;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #4f4f4f;
	margin-right: 5px;
	transition: all 0.3s ease;
}
.product-tag a:hover {
	background-color: #00000c;
	border: 1px solid #00000c;
	color: #fff;
}
.product-tag a:last-child {
	display: none;
}
.text-decorop {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #c22929;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #fff;
    border-radius:0;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	z-index: 0;
}
.datebtn:hover, .btnup:hover{
    background-color: #222;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
	text-transform: capitalize;
}
#tab-description{
	line-height: 22px;
}
.btnup {
    background-color: #000;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none;
    color: #fff;
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .pcrt svg{
	fill: #fff;
	width: 18px;
	height: 17px;
}
.pro-content .pcrt:hover svg {
	fill: #fff;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ededed;
}
.pro-content #input-quantity{
	border-radius:0;
}
.product-tab{
	margin-top: 30px;
	margin-bottom: 40px;
	border: 1px solid #ededed;
	background-color: #fff;
	border-radius:0;
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #ededed;
	padding: 0;
	margin-bottom: 0;
}
.product-tab li{
	margin: 0 10px;
}
.product-tab .tab-pane{
	padding: 15px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ededed;	
}
.qtlabel{
	padding: 7px 15px;
	width: auto;
}
.product-tab #review .fa-stack{
	font-size: 8px;
}
#gallery_01 img{
	margin-bottom: 1px;
	border-radius:0;
	height:auto;
}
.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;
	border-radius:0;
}
#tab-review #review p{
	margin-bottom: 0;
	font-size: 13px;
}
.custreview p{
	color: #777;
	line-height: 23px;
	font-size: 13px;
	margin-bottom: 0;
}
.crspc{
	padding: 10px 0;
}
.crspc span{
	display: inline-block
}
/* product page timer */
.product_count {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}
.product_count span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 40px;
	background-color: #f5f5f5;
	border-radius:0;
	font-size: 16px;
	font-weight:400;
}
.product_count p {
	font-size: 12px;
	margin-bottom: 0;
	text-transform: capitalize;
	display: block;
	color: #5b5b5b;
}
/* product page timer */
/* category page */
.product-grid .catlist-des, .product-grid-3 .catlist-des {
    display: none;
}
.catlist-des {
    color: #727272;
	font-size: 13px;
	text-transform: capitalize;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #000;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight:400;
}
.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:0;
}
.cate-top h2{
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
}
.cate-top p{
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	overflow: hidden;
	margin: 0;
}
.cate-top img{
	border-radius:0;
	border: 1px solid #e4e4e4;
}
.cate-border {
    background-color: #fff;
	margin: 0 0 20px 0;
	padding: 10px 0px;
	border: 1px solid #eee;
	border-radius:0;
}
.catedes p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
#compare-total{
	padding: 0;
	font-weight:400;
	margin-top: 5px;
}
.catesort label {
    background-color: #fff;
    border: none;
    color: #1e1e1e !important;
}
.lgrid{
	margin-top: 3px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #c22929;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #000;
}
.select-input::after, .select_input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.select_input::after {
	right: 30px;
}
#checkout-checkout .select_input::after {
	right: 15px;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius:0;
}
.select_input {
	position: relative;
}
.catesort select.form-control, .select_input 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-grid-3, .product-list{
	margin-bottom: 30px;
}
.product-list {
	width: 50%;
	/*padding: 0;*/
}
#product-category .product-list {
	width: 100%;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
    border: 1px solid #eee;
	transition: none;
}
.product-list .protitle {
	font-size: 18px;
	transition: unset;
}
#product-category .product-thumb, #product-search .product-thumb, #product-manufacturer .product-thumb {
    margin: 0;
}
.product-list .product-thumb .button-group, .product-list .product-thumb .homeaddq {
	display: inline-block;
	vertical-align: middle;
}
.product-list .product-thumb .button-group, .product-list .product-thumb .homeaddq {
	position: unset;
	opacity: 1;
	margin-top: 10px;
	text-align: left !important;
	transition: unset;
	transform: unset;
}
.product-list .homeaddq{
	margin-top: 15px;
}
.product-list .product-thumb .homeaddq .cartb {
	position: unset;
	opacity: 1;
	transform: unset;
	color: #000;
	min-width: 38px;
	min-height: 38px;
	text-align: center;
	padding: 7px 8px;
	font-size: 14px;
	text-transform: capitalize;
	transition: unset;
	border-radius:0;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e4e4e4;
	background: transparent;
}
.product-list .product-thumb .button-group button:hover, .product-list .bquickv a:hover, .product-list .product-thumb .homeaddq .cartb:hover {
	background-color: #c22929;
	border: 1px solid #c22929;
}
.product-list .homeaddq .cartb svg {
    display: block;
}
.product-list .homeaddq .cartb:hover svg {
	fill: #000;
}
.product-list .homeaddq .cartb span {
    display: none;
}
.logo-slider {
    background-color: #fff;
	border-radius:0;
	padding: 20px 0;
    margin: 0;
}
/* filter */
.catfilter.panel-default > .panel-heading,.cathed{
	color: #fff;
	font-weight:400;
    background-color: #c22929;
    border: none;
    text-transform: uppercase;
    border-radius:0;
}
.catfilter .panel-heading button{
	border: none;
	background: transparent;
	box-shadow: none;
}
.catfilter .checkbox input{
	margin-top: 3px;
}
#xsfilter .list-group{
	margin-bottom: 0
}
.panel-default {
    border: none;
    box-shadow: none;
    border-radius:0;
}
.list-group-item {
    border: 1px solid #eee;
}
.panel-footer {
    background-color: #fff;
    border: 1px solid #eee;
}
/* refine search */
.refines{
	margin-bottom: 20px;
}
.refines ul{
	display: inline-block
}
.refines li{
	border-radius:0;
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 12px;
	padding: 6px 12px;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: capitalize;
	margin-bottom: 4px;
	font-weight:400;
}
.refines h3{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}
/* search page */
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.search-page .select-input {
    position: relative;
}
#product-search .checkbox-inline {
    margin-top: 7px;
}
/* banner effect */
.banner-right{
	margin-top: 54px;
}
.beffect a.beff_a{
	display: block;
	position: relative;
	overflow: hidden;
}
.beffect a.beff_a::before {
    background-color: rgba(255, 255, 255, 0.3);
	content: "";
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: 10px;
	opacity: 0;
	position: absolute;
	transform: rotate3d(1,1,0,100deg);
	transition: all .6s ease 0s;
	border-radius:0;
	transform: rotate3d(1, 1, 0, 100deg);
}
.beffect:hover a.beff_a::before {
	opacity: 1;
	transform: unset;
	transition-delay: 0.1s;
}
.beffect img{
	border-radius:0;
}
/* cart page */
.cart-des, .cart-img {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.cart-des .input-group {
    max-width: 100px!important;
    margin-top: 10px
}
.cart-des{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}
.allcart {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .05);
    padding: 15px;
    margin-bottom: 20px;
    border-radius:0;
}
.allcart .cart-re {
    background-color: transparent;
    border: none;
}
.wish-stock {
    color: green;
    margin-bottom: 10px
}
.cart-des .cart-des-name{
    font-size: 16px;
    font-weight:400;
    text-transform: capitalize;
}
.cart-des .price {
    margin: 5px 0
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
}
.cart-des button:hover{
    color: #fff;
}
.cart-des button i{
    font-size: 14px
}
.cart-re i{
	font-size: 18px;
	transition: 0.3s ease;
}
.cart-re i:hover{
	color: #c22929
}
.cart-des .input-group input{
	border-radius: 4px 0 0 4px
}
/* cart page end*/
/* other page */
.infobg, .acco, .other-bg {
	background-color: #fff;
	box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
	padding: 15px;
	border-radius:0;
}
/* .pro-wid {
    max-width: 1250px;
    margin: 0 auto;
} */
.acspace input[type="checkbox"]{
	vertical-align: middle;
	margin: 0;
}
.martb,.bannerser{
	margin-top: 60px;
}
#checkout-cart .table-bordered > thead > tr > td {
    background: #f5f5f5;
}
#checkout-cart .table-bordered > tbody > tr > td:nth-child(2) {
    font-weight:400;
}
.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;
	border-radius:0;
}
.product-quickview-detail .pro-content h1{
	margin-top: 0;
}
.swiper-button-prev::before,.swiper-button-next::before{
	color: #000 !important;
	font-size: 26px !important;
}
.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#checkout-checkout .infobg [class*="col-"] h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
}
.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.infocnt i{
	font-size: 16px;
	vertical-align: bottom
}
.infocnt{
	margin-bottom: 20px;
}
.table-bordered,.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border: 1px solid #eee;
}
#accordion .panel-default {
    border: 1px solid #eee;
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
    border-radius:0;
    line-height: 12px;
}
.subheading, .acpage h1, .not-found-head {
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight:400;
    color: #000;
    text-align: left;
}
#common-success p a {
	font-weight: 600;
	text-transform: capitalize;
}
.acpage h2 {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight:400;
    color: #000;
    padding: 10px 0;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
.sitem ul{
	line-height: 35px;
	padding-left: 25px;
	padding-right: 25px;
}
.sitem ul li{
	list-style: url;
}
.info-img {
	width: auto;
}
#accordion #input-password,#affiliate-login #input-password,#account-login #input-password{
	margin-bottom: 10px;
}
#accordion .panel-title i {
    float: right;
}
.panel-title{
	font-size: 14px;
}
.valign{
	vertical-align: middle !important;
}
.well {
    background-color: #fff;
    border: none;
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
    padding: 0 15px 15px 15px;
}
.well p{
	font-size: 12px;
}
.well p strong{
	font-size: 13px;
}
.table-hover > tbody > tr:hover {
    background-color: transparent;
}
.addlist{
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px;
	border-radius:0;
}
.addl{
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    border-radius:0;
    z-index: 99;
    text-transform: capitalize;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.co-heading {
    font-size: 18px;
    font-weight:400;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
.img-thumbnail{
	border-radius: 4px
}
.comb .btn-primary{
	margin: 3px 0;
}
.com-description {
    width: 25%;
    color: #777;
	font-size: 13px;
	white-space: normal !important;
}
.com-summary {
    width: 1%;
}
.brand-list .brands-content {
    padding: 8px;
}
.bname {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    border-radius:0;
    margin: 0 0 6px 0;
    padding: 5px 8px;
}
.brand-list {
    border: 1px solid #f2f2f2;
    border-radius:0;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}
/* account page */
/*-------------*/
.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:0;
    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:400;
}
#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: #c22929;
}
#account-account .achead {
    font-size: 18px;
    font-weight:400;
    margin-bottom: 20px;
    margin-top: 0;
}
#account-wishlist img {
	border-radius:0;
}
/*------------*/
/* 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: #c22929;
}
.accolumn{
	box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
	border-radius:0;
	padding: 15px 0px;
	background-color: #fff;
}
.accolumn.list-group a{
	border: none;
	padding: 10px 50px;
	font-size: 14px;
}
.accolumn.list-group a.logu{
	padding: 10px 0;
	color: #000
}
.accolumn h3{
	font-size: 16px;
	font-weight:400;
	color: #333;
	display: inline-block;
	margin-top: 0;
	padding: 0 20px;
}
.accolumn h3 a{
	font-size: 16px;
	font-weight:400;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 0px;
}
.accolumn h3 svg{
	fill: #c22929;
	margin-right: 10px;
}
.accolumn hr{
	border-top: 1px solid #f0f0f0;
}
.acl{
	margin-bottom: 5px;
}
/* Delivery Information */
.deliv-info {
    background-color: #c22929;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.deliv-info p {
	margin: 0;
	font-size: 14px;
	text-transform: capitalize;
	font-weight:400;
}
/* Delivery Information */
@media (min-width: 1410px){
	.hidimg {
	    width: 13%;
	    padding: 0 15px;
	}
	.onsal-pro {
		width: 66%;
		padding: 15px;
	}
	.head-menu, #logo, .top-menu {
    	width: 20%;
	}
	.silder_rightwidth {
		width: 80%;
	}
	.manun{
		width: 65%;
	}
	#top-links {
		width: 15%;
	}
	.appesearch {
		width: 50%;
	}
	.midheadleft {
		width: 30%;
	}
	#column-right{
		width: 20%;
	}
	#column-left {
		width: 20%;
	}
	.layout-2 #content.col-sm-9,
	#content.colright, #content.col-md-9 {
		width: 80%;
	}
	.manucom .product-list .image {
		width: 38%;
	}
	.manucom .product-list .caption {
		width: 62%;
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.product-grid {
		width: 25%;
	}
	#product-category .product-list .image {
	    width: 23%;
	}
	#product-category .product-list .caption {
	    width: 77%;
	}
	.manucom .product-grid-3 {
		width: 20%;
	}
	#grid-view-3, #grid-view-2, #grid-view-1 {
		display: none;
	}
	#product-category #grid-view-3 {
		display: inline-block;
	}
}
@media (min-width: 992px){
	.topbsp .row {
		display: flex;
		align-items: center;
	}
	.sborder ul {
/*	    border-left: 1px solid #e1e1e1;*/
	}
	.curr{
/*		border-right: 1px solid #384ca2;*/
		padding-right: 15px;
		margin-right: 15px;
	}
	.curr.langg {
		border-right: none;
		padding-right: 0;
	}
	.product-thumb .button-group{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 58%;
		opacity: 0;
		transition: .5s ease-in-out;
		transform: translateY(-20px);
		z-index: 2;
	}
	.product-thumb:hover .button-group{	
		opacity: 1;
		transform: unset;
	}
	.brightimg:nth-child(1){
		margin-bottom: 30px;
	}
	.more-menu {
	    padding: 10px;
	    position: absolute;
	    left: auto;
	    right: 0;
	    margin: 0;
	    border-radius:0;
	    border: none;
	    box-shadow: 0 0px 5px rgba(0,0,0,.175);
	    min-width: 230px;
	    border-bottom: 3px solid #c22929;
	    background: #fff;
	    z-index: 9;
	    opacity: 0;
	    display: inline-block;
	    transition: all 0.35s ease-out 0s;
	    text-align: left;
	    line-height: 28px;
	}
	.view_cat_menu:hover .more-menu {
	    opacity: 1;
	    visibility: visible;
	}
	#menu li a:hover .enangle {
	  	transform: rotate(270deg);
	  	transition: all 0.3s ease 0s;
 	}
	#menu .dropdown:hover .dropdown-menu {
		  opacity: 1;
		  transform: scale(1, 1);
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	#xsfilter {
	    display: block !important;
	}
	.catfilter .panel-heading button{
		display: none
	}
}
@media (min-width: 768px){
	.homemenu .row, .news_letter .inner {
		display: flex;
		align-items: center;
	}
	.hsticky .hbottom {
		display: flex;
		align-items: center;
	}
	.viewmore {
	    padding: 0;
	    position: absolute;
	    right: 75px;
	    z-index: 9;
	    background-color: #f5f5f5;
	    border-radius:0;
	    top: -45px;
	}
	.viewmore li {
	    display: block;
	    border-bottom: 1px solid #e4e4e4;
	    padding: 10px;
	    margin: 0 10px;
	}
	.product-list .product-thumb .rating {
	    bottom: 8px;
	}
	.product-list .caption{
		padding: 15px 10px;
		text-align: left;
	}
	.sticky,.blogsticky{
		position: sticky;
		top: 15px
	}
	.product-list .image, .product-list .caption {
	    float: left;
	    position: relative;
	}
	.middle-footer h5 button {
	    display: none;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
	.ico-menu .bar:nth-child(1) {
	    top: 0px;
	    width: 15px;
	}
	.ico-menu .bar:nth-child(2) {
	    top: 5px;
	    width: 15px;
	}
	.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: 1.5px;
	    background-color: #fff;
	    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%;
	    position: absolute;
	    top: 0;
	    left: 100%;
	    z-index: 1;
	    -webkit-transition: 0.3s;
	    transition: 0.3s;
	    transition-delay: 0s;
	}
	.wr-menu .navbar-toggle {
	    padding: 0;
		border: none;
		/* background-color: rgba(0,0,0,0.09); */
		border-radius:0;
		min-width: 35px;
		min-height: 35px;
		text-align: center;
		margin: 0;
		cursor: pointer;
		transition: all .3s ease-in-out;
		display: block;
		float: left;
	}
	.wr-menu i {
	    padding-left: 35px;
	    vertical-align: middle;
	    font-size: 18px;
	}
	#menu .navbar-nav > li a {
	    padding: 8.5px 0;
	}
	#menu .navbar-nav > li{
	    float: none;
	    z-index: 2;
	    border-radius:0;
	    background: #fff;
	    cursor: pointer;
	}
	.site-nav li.view_more a i {
		width: 30px;
		height: 30px;
		padding: 9px;
		border-radius:0;
		background-color: #f5f5f5;
		border: 1px solid #f5f5f5;
		text-align: center;
		transition: 0.3s ease;
	}
	.site-nav li.view_more:hover a i {
		border: 1px solid #c22929;
	}
	 #menu .navbar-nav {
	    border-radius:0;
	}
	#menu .dropdown:hover .dropdown-menu {
	    display: block;
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	#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: 107%;
	    right: auto;
	    margin: 0 !important;
	    border: none;
	    top: 0;
	    border-radius:0;
	}
}
@media (min-width: 600px){
	.catb {
    	display: none;
	}
	.home-cat.collapse {
	    /*display: block !important;*/
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media (min-width: 1410px) and (max-width: 1559px){
	.wr-menu i {
		padding-left: 14px;
	}
	.manun{
		width: 64%;
	}
	#top-links {
		width: 16%;
	}
	.manun ul li {
		margin: 0 60px 0 0;
	}
	#under-menu .navbar-collapse {
		padding: 4px 15px;
	}
	.deliveryinfo li h4 {
		font-size: 17px;
	}
	.deliveryinfo li:last-child {
		width: 68%;
	}
	.onsal-pro {
	    width: 65%;
	}
	.img_sli img {
		margin: 17px 0 0;
	}
	.newsl .description-top {
		font-size: 15px;
	}
	.catedes p {
		-webkit-line-clamp: 6;
	}
	.product-list .caption {
		padding: 10px 10px;
	}
	.home-cat .cate-ul li .tab-title, .home-cat .nav-tabs li.view_more a, .home-cat .nav-tabs li.view_more2 a, .home-cat .nav-tabs li.view_more3 a {
		padding: 12px 30px;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	.madebyhand-dis h4 {
	    margin-bottom: 2px;
	}
	.madebyhand-dis .list-des {
	    margin: 0 0 2px 0;
	    max-height: 30px;
	    line-height: 15px;
	}
	#top-links {
	    width: 15%;
	}
	.head-menu, .top-menu {
		width: 22%;
	}
	.manun{
		width: 63%;
	}
	#logo {
	    width: 22%;
	}
	.appesearch {
		width: 45%;
	}
	.midheadleft {
		width: 33%;
	}
	.home-cat, .cat-img, .furn-img, .elect-img {
		width: 25%;
	}
	.cate-tab {
		width: 50%;
	}
	.martb, .bannerser, footer {
		margin-top: 50px;
	}
	#top-links .fle-deal {
		padding: 10px 22px;
	}
	.title-menu {
		padding: 8px 10px;
	}
	.cate {
		padding: 7px 10px;
	}
	#menu .fa.pull-right {
	    margin: 2px 3px;
	}
	.manun ul li {
	    margin: 0 35px 0 0;
	}
	#under-menu .navbar-collapse {
		padding: 0 10px;
	}
	#menu .dropdown-menu {
		left: 104%;
	}
	#madebyhand-search-category {
		width: 160px;
	}
	.wr-menu i {
		padding-left: 10px;
	}
	.slidertext h3 {
    	font-size: 16px;
	}
	.slidertext h1 {
		font-size: 45px;
	}
	.accolumn h3 {
        font-size: 15px;
    }
	#account-account.acpage #content[class*="col-"] a{
		padding: 25px 15px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		font-size: 14px;letter-spacing: 0
	}
	.product-grid{
		width: 33.33%;
	}
	.manucom .product-grid{
		width: 25%;
	}
	.manucom .product-list .image{
		width: 43%;
	}
	.manucom .product-list .caption{
		width: 57%;
	}
	.deliveryinfo ul svg {
	    width: 35px;
	    height: 35px;
	}
	.deliveryinfo li:last-child {
		width: 65%;
	}
	.deliveryinfo li h4 {
		font-size: 14px;
		margin: 0 0 5px 0;
	}
	.list-group a{
		font-size: 13px;letter-spacing: 0
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.countdown-amount{
		font-size: 20px;
	}
	.product-list .caption {
		padding: 6px 10px;
	}
	.parallex .item p {
    	line-height: 20px;
	}
	.onsal-pro {
	    width: 66%;
	    padding: 15px;
	}
	.timerpro .countdes {
		margin-top: 5px;
	}
	.dealt {
		margin: 0 0 8px 0;
	}
	.social_icon .fsocial a {
		margin: 0 6px 0 0;
	}
	.catedes p {
		-webkit-line-clamp: 5;
	}
	.home-cat .cate-ul li .tab-title, .home-cat .nav-tabs li.view_more a, .home-cat .nav-tabs li.view_more2 a, .home-cat .nav-tabs li.view_more3 a {
		padding: 13px 30px;
	}
	.bs {
		padding: 15px;
	}
	.blogdt {
		margin-bottom: 8px;
	}
	.blog_webi .blog-right h4 {
		margin: 0 0 10px 0;
	}
	.blog_webi .blog-right p {
		margin-bottom: 20px;
	}
	.blog_comment::before, .blog_comment::after {
    	content: '|';
	    padding: 0 12px;
	}
	.newsl .description-top {
		font-size: 14px;
		letter-spacing: 0;
	}
	#grid-view-5, #grid-view-2, #grid-view-1 {
		display: none;
	}
}
@media (max-width: 1199px){
	.cat-img, .furn-img, .elect-img {
		display: none;
	}
	.pro_count .row {
		display: block;
	}
	.product-timer, .product-btn, .prod-image {
		text-align: left;
		margin-top: 15px;
	}
	#product {
		padding: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.parallex .item p{
		font-size: 14px;
		line-height: 26px;
	}
	.martb, .bannerser, footer {
		margin-top: 40px;
	}
	#account-wishlist tr td{
		white-space: nowrap;
	}
	#under-menu .navbar-collapse {
		padding: 6px 8px;
	}
	.curr {
		padding-right: 5px;
		margin-right: 5px;
	}
	#top-links .fle-deal {
		padding: 10px 20px;
	}
	#menu .fa.pull-right {
	    margin: 2px 3px;
	}
	#menu .navbar-nav > li a {
	    padding: 2.4px 0;
	}
	.spepro .heading {
		padding: 15px 0 25px 15px;
	}
	.spepro .heading span, .spepro .heading strong {
		font-size: 20px;
	}
	#top-links {
	    width: 18%;
	}
	#madebyhand-search-category, #grid-view-5, #grid-view-4, #grid-view-1 {
		display: none;
	}
	#search .input-lg {
		border-radius:0;
	}
	.madebyhand-search-result .product-info {
		width: 35%;
	}
	.madebyhand-dis {
	    width: 65%;
	}
	.manun{
		width: 57%;
	}
	.product-grid-3 {
		width: 33.33333333%;
	}
	.product-list {
		width: 100%;
	}
	.logte {
		display: none !important;
	}
	.manun ul li {
	    margin: 0 18px 0 0;
	}
	.manun li a {
		font-size: 14px;
	}
	.midheadleft i {
		font-size: 13px;
	}
	.title-menu {
		padding: 8px 0;
	}
	.wr-menu i {
		padding-left: 8px;
	}
	.product-grid, .product-list{
		margin-bottom: 20px;  
	}
	.product-grid .product-thumb {
		margin-bottom: 1px;
	}
	.slidertext h1{
		font-size: 40px;
	}
	.slidertext h3 {
		font-size: 14px;
	}
	.slidertext a.btn-primary {
		margin-top: 20px;
	}
	.deliveryinfo li:last-child{
		width: 78%;
		margin-left: 2px;
	}
	.deliveryinfo li h4{
		font-size: 14px;letter-spacing: 0
	}
	.catedes p {
	    -webkit-line-clamp: 6;
	}
	.countdown-amount{
		font-size: 18px;letter-spacing: 0
	}
	.middle-footer a, .f-left li,.newsl #newsletter .newsbtn, .foot-des p{
		letter-spacing: 0.7px;
	}
	#account-account.acpage #content[class*="col-"] span:first-child{
		padding-right: 10px;
		margin-right: 10px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		font-size: 13px;letter-spacing: 0;
	}
	#account-account.acpage #content[class*="col-"] a{
		padding: 15px 9px;margin-bottom: 20px;
	}
	#account-account.acpage #content[class*="col-"] span svg{
		width: 35px;height: 35px;
	}
	.accolumn.list-group a{
		padding: 10px 20px;
	}
	.accolumn h3{
		font-size: 13px;letter-spacing: 0;padding: 0px 15px;
	}
	.tab-content .product-thumb .button-group .cartb svg, .spepro .product-thumb .button-group .cartb svg,
	#related .product-thumb .button-group .cartb svg, #product-category .product-thumb .button-group .cartb svg {
		display: inline-block;
	}
	.tab-content .product-thumb .button-group .cartb span, .spepro .product-thumb .button-group .cartb span,
	#related .product-thumb .button-group .cartb span, #product-category .product-thumb .button-group .cartb span {
		display: none;
	}
	.product-list .product-thumb .button-group button, .product-list .bquickv a, .product-list .product-thumb .homeaddq .cartb {
		margin: 0 3px;
	}
	.wr-menu .navbar-toggle {
		min-width: 30px;
		min-height: 30px;
		padding: 2px 0 0;
	}
	.cate {
    	padding: 5px 12px;
	}
	.product-list .image {
	    width: 32%;
	}
	.product-list .caption {
	    width: 68%;
	    padding: 8px;
	}
	#product-category .product-list .image {
	    width: 35%;
	}
	#product-category .product-list .caption {
	    width: 65%;
	}
	.hidimg {
	    padding: 0 0 15px 15px;
	    width: 32%;
	}
	.onsal-pro {
	    padding: 15px;
	    width: 67%;
	}
	.home-cat {
		width: 33%;
	}
	.cate-tab {
	    width: 67%;
	}
	.home-cat .cate-ul li .tab-title, .home-cat .nav-tabs li.view_more a, .home-cat .nav-tabs li.view_more2 a, .home-cat .nav-tabs li.view_more3 a {
		padding: 15px 30px;
	}
	#testi {
	    padding: 13px 0;
	}
	.proreview {
		margin: 0px 17px;
    	padding: 0 17px;
	}
    .newsl h2 {
		font-size: 22px;
		letter-spacing: 0;
    }
    .newsl .description-top {
    	font-size: 14px;
    	letter-spacing: 0;
    }
    .sendico {
    	bottom: -12px;
    }
    .sendico svg {
	    height: 200px;
	    width: 200px;
	}
    #contact .foot-payment li {
	    margin-right: 15px;
	}
	#column-left1 {
	    margin-bottom: 20px;
	}
	.allmb .blog-desc {
	    height: 95px;
	}
	.bs {
		padding: 15px;
	}
	.blogdt {
		margin-bottom: 2px;
	}
	.blog_webi .blog-right h4 {
		font-size: 18px;
		margin: 0 0 8px 0;
	}
	.blog_webi .blog-right p {
		-webkit-line-clamp: 2;
		margin-bottom: 15px;
	}
	.imgbnrtext h1 {
		font-size: 14px;
		text-transform: capitalize;
		margin: 0 0 8px 0;
		letter-spacing: 0;
	}
	.imgbnrtext h5 {
    	font-size: 12px;
    }
    .imgbnrtext .btn-primary {
    	padding: 6px 18px;
		margin-top: 20px;
    }
    .deliv-info {
    	padding: 10px 0;
    }
    .deliv-info p {
    	font-size: 12px;
    	letter-spacing: 0;
    }
    .fsocial, .pay_connect {
	    margin-top: 10px;
	}
}
@media (max-width: 991px){
	.alogin {
    	min-width: 240px;
	}
	.inuser {background:none;}
	#form-currency, #form-language {
		display: inline-block;
	}
	.btn-link.dropdown-toggle.test {
		color: #000;
	}
	.logte {
		display: none !important;
	}
	.alogin li.logborder {
		border-bottom: 1px solid #eee;
	}
	#cart {
		background-color: transparent;
		padding: 0;
	}
	.inuser {
		border: none;
		margin: 0 10px;
	}
	#top-links ul li svg, .inuser .dropdown-toggle svg, .wishcom .usr {
		height: 28px;
		width: 28px;
	}
	#cart svg {
		height: 30px;
		width: 32px;
	}
	#cart-total div, .imgbnrtext.serbnrtext h5 {
		display: none;
	}
	.inuser .dropdown-toggle {
		top: 0;
	}
	.product-thumb{
		padding: 10px;
	}
	.product-grid, .product-list {
		margin-bottom: 15px;
	}
	.product-grid .product-thumb{
		margin-bottom: 1px;
	}
	.martb, .bannerser, footer {
		margin-top: 30px;
	}
	.deliveryinfo ul svg {
	    width: 35px;
	    height: 35px;
	}
	.sendico {
		display: none;
	}
	.slidertext h3{
		margin-bottom: 4px;
	}
	.slidertext a.btn-primary{
		margin-top: 6px;
	}
	.middle-footer .fsocial a{
		margin: 0 1px;
	}
	.newsl li h5, .blogdt p {
		font-size: 18px;
	}
	.newsl .news_row {
		display: block;
	}
	.blogdt {
		font-size: 12px;
		padding: 4px 10px;
	}
	.blog_webi .blog-right h4 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 8px 0;
	}
	.blog_webi .blog-right p {
		margin-bottom: 8px;
	}
	#top-links{
		float: right
	}
	.hlogout .curr{
	    display: inline-block;
	    padding: 7px 10px;
	    margin-top: 10px;
	    width: 100%;
	    text-align: left;
	    margin-left: 2px;
	    margin-right: 2px;
	}
	.spepro .product-thumb .caption {
	    margin-top: 0;
	}
	.product-thumb .button-group button, .bquickv a, .homeaddq .cartb, .product-list .product-thumb .homeaddq .cartb {
		min-width: 30px;
		min-height: 30px;
		padding: 4px 5px;
		margin: 0;
		border: 1px solid #f5f5f5;
		background-color: #f5f5f5;
	}
	.homeaddq .cartb:hover {
		background-color: #c22929;
		border: 1px solid #c22929;
	}
	.homeaddq .cartb {
		border-radius:0;
	}
	.homeaddq .cartb span {
		display: none;
	}
	.product-thumb .button-group .bquickv svg {
	    width: 13px;
	    height: 13px;
	}
	.product-thumb .button-group svg, .product-list .homeaddq .cartb svg, .homeaddq .cartb svg {
		width: 18px;
		height: 17px;
		fill: #222;
	}
	.home-cat .nav-tabs {
		bottom: 10px;
	}
	.middle-footer{
		padding: 20px 0
	}
	#common-home #content {
	    padding: 0;
	    overflow: hidden;
	}
	.rless{
		margin-left: -5px;
		margin-right: -5px;
	}
	.cless{
		padding-left: 5px;
		padding-right: 5px;
	}
	.cate-border {
		margin-left: 0;
		margin-right: 0;
	}
	.product-thumb .price{
		font-size: 14px;
	}
	.product-thumb .button-group, .homeaddq {
		display: inline-block;
		vertical-align: middle;
	}
	.menusp{
		text-align: left
	}
	.navbar-nav{
		margin: 0;
		float: none;
	}
	.hsticky {
	    padding: 10px 0;
	}
	.footer-top {
		padding: 25px 0;
	}
	.middle-footer h5{
		font-size: 15px;
	}
	#mobile_top_menu_wrapper { 
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	.dblock{
		display: block;
	}
	.dnone {
		display: none;
	}
	.heading, .tab-head.tab_head {
		padding: 10px 0 15px 15px;
	}
	.tab-head.tab_head {
		padding: 10px 0 0 0;
	}
	.heading span, .heading strong {
		font-size: 20px;
	}
	.pro-tab li {
	    margin: 0 15px;
	}
	.pro-tab li a{
		font-size: 14px;
		letter-spacing: 0.3px;
	}
	.pro-tab.nav-tabs {
		padding-right: 70px;
	}
	.pro-tab li a {
		padding: 9px 0;
	}
	.product-thumb .button-group {
		text-align: left;
	}
	.logo-slider {
		margin: 0;
		padding: 5px;
	}
	#account-account.acpage #content[class*="col-"] a {
		margin-bottom: 15px;
	}
	.owl-carousel.owl-theme .owl-nav button {
		min-width: 30px;
		min-height: 30px;
	}
	.owl-theme .owl-nav {
		top: -38px;
		right: 5px;
	}
	.tab-pane .owl-theme .owl-nav {
	    top: -38px;
	}
	.blog_webi .owl-theme .owl-nav {
	    top: -60px;
	}
	.catfilter .toggle::after{
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight:400;
	    float: right;
	    cursor: pointer;
	}
	.catfilter .toggle.collapsed::after{
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight:400;
	    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;
	}
	.catfilter.panel-default > .panel-heading, .cathed {
		border-radius:0;
	}
	.pro-discou {
		font-size: 14px;
		letter-spacing: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.parallex .item p {
    	line-height: 25px;
    	font-size: 14px;
	}
	#testi{
		padding: 15px;
	}
	#under-menu .navbar-collapse {
		padding-left: 8px;
		padding-right: 8px;
	}
	#menu .dropdown-menu {
		left: 104%;
	}
	.appesearch {
		width: 59%;
	}
	#top-links {
		width: 18%;
	}
	#madebyhand-search-category, #grid-view-5, #grid-view-4, #grid-view-1, .imgbnrtext.img-text h5 {
		display: none;
	}
	#search .input-lg {
		border-radius:0;
	}
	.madebyhand-search-result .product-info {
		width: 35%;
	}
	.madebyhand-dis {
	    width: 65%;
	}
	.head-menu, .top-menu {
/*    	width: 32%;*/
    	width: 33.33%;
	}
	#menu .navbar-nav > li a {
	    padding: 2.5px 0;
	}
	.manun {
/*		width: 68%;*/
		width: 66.67%;
	}
	.manun ul li {
	    margin: 0 22px 0 0;
	}
	.manun li a{
		font-size: 14px;
		text-transform: capitalize;
	}
	.cate {
    	padding: 4px 10px;
	}
	.title-menu {
		padding: 8px 0;
	}
	.wr-menu .navbar-toggle {
		min-width: 30px;
		min-height: 30px;
		padding: 3px 0 0;
	}
	.wr-menu i {
		font-size: 14px;
		padding-left: 10px;
	}
	#account-wishlist tr td{
		white-space: nowrap;
	}
	.timerpro .owl-theme .owl-nav {
	    top: -44px;
	}
	.deliveryinfo li:last-child{
		width: 100%;
    	margin: auto;
	}
	.midheadleft {
	    width: 16%;
	}
	.pay_connect li {
	    max-width: 46%;
	}
	.fsocial, .pay_connect {
	    margin-top: 10px;
	}
	#column-left1 {
	    margin-bottom: 20px;
	}
	.blog_links {
	    margin: 6px 0;
	}
	.allmb .blog-desc{
		margin-bottom: 8px;
		height: 75px;
	}
	.product-list .catlist-des{
		overflow: hidden;
		height: 42px;
	}
	.cpagerow .product-grid {
	    width: 33.33%;
	}
	.viewmore {
		right: 65px;
		top: -25px;
	}
	.home-cat {
		width: 35%;
	}
	.cate-tab {
	    width: 65%;
	}
	.deliveryinfo ul li p{
		font-size: 11px;
	}
	.deliveryinfo ul li h4{
		margin-top: 10px;
		font-size: 14px;
		letter-spacing: 0
	}
	.deliveryinfo ul li{
		display: block;
		text-align: center
	}
	.slidertext h3{
		font-size: 13px;
	}
	.slidertext h1{
		font-size: 30px;
		margin-bottom: 0;
	}
	.slidertext p{
		font-size: 12px;
	}
	.slidertext a.btn-primary{
		padding: 10px 25px;
	}
	.bnrbottom, .bnrright {
	    margin-top: 18px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		letter-spacing: 0;font-size: 14px;
	}
	.accolumn.list-group a{
		padding: 10px 20px;
	}
	.accolumn h3{
		font-size: 14px;letter-spacing: 0
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 1px;
	}
	.proreview{
		margin: 0 15px;
		padding: 0 15px;
	}
	.manucom .product-list .image, .product-list .image {
		width: 35%;
	}
	.manucom .product-list .caption, .product-list .caption {
		width: 65%;
	}
	.middle-footer a, .f-left li, .foot-des p{
		font-size: 13px;
		letter-spacing: 0
	}
	.hidimg {
	    padding: 0 0 16px 15px;
	    width: 34%;
	}
	.onsal-pro {
	    padding: 15px;
	    width: 66%;
	}
	#contact .foot-payment li {
	    margin-right: 5px;
	}
	.product-thumb .button-group, .homeaddq {
		margin-top: 5px;
	}
	.product-list {
		width: 100%
	}
	#testi .slick-dots {
		position: unset;
	}
	.catedes p {
		-webkit-line-clamp: 7;
	}
	.imgbnrtext.serbnrtext h1 {
		font-size: 25px;
		margin: 0;
	}
	.imgbnrtext.img-text h1 {
    	line-height: 20px;
	    font-size: 14px;
	    margin: 0;
	    text-transform: capitalize;
	    letter-spacing: 0;
	}
	.imgbnrtext .btn-primary {
		padding: 6px 15px;
		margin-top: 15px;
	}
}
@media (max-width: 767px){
	.parallex .item h5 {
		margin: 9px 0 0 0;
	}
	.infobg, .acco, .other-bg {
		padding: 8px;
	}
	.hsticky {
		border-bottom: none;
	}
	.haccount {
	    right: -30px;
	}
	#form-currency .dropdown-menu.dropdown-menu-right {
		left: 0;
		right: auto;
	}
	#search {
		margin-top: 10px;
	}
	#madebyhand-search-category, .thumb_img, .tab-head.tab_head .heading {
		display: none;
	}
	#search .input-lg {
		border-radius:0;
	}
	.curr {
		border-top: 1px solid #eee;
	}
	#cart svg, #top-links ul li svg, .inuser .dropdown-toggle svg {
	    height: 25px;
	    width: 27px;
	}
	#cart-total p {
		left: 9px;
		width: 12px;
		height: 12px;
		font-size: 8px;
		line-height: 11px;
		top: -4px;
	}
	.head-menu {
		padding: 0;
		transition: 0.3s ease;
		z-index: 9;
	}
	.cart-des .cart-des-name{
		font-size: 14px;
	}
	.box-content {
		padding: 10px;
	}
	.allcart{
		position: relative
	}
	.cart-re{
		position: absolute;
		right: 5px;
		bottom: 12px;
	}
	#top-links ul li svg, .inuser .dropdown-toggle svg {
		width: 24px;
    	height: 24px;
	}
	#top-links ul li #cart svg {
		width: 27px;
    	height: 27px;
	}
	.cart-img {
		width: 25%;
	}
	.timerpro .owl-theme .owl-nav {
	    top: -44px;
	}
	.owl-theme .owl-nav {
    	top: -40px;
	}
	.pro-tab.nav-tabs {
		text-align: left;
		padding-right: 0;
		padding-bottom: 15px;
		padding-left: 15px;
	}
	.pro-tab li:first-child {
		margin-left: 0;
	}
	.product-thumb .caption {
	    padding: 0;
	}
	.product-list .product-thumb .caption {
		padding: 5px;
	}
	.product-grid, .product-list{
		margin-bottom: 15px;
	}
	.product-list .product-thumb .button-group, .product-list .product-thumb .homeaddq {
		margin-top: 5px;
	}
	.product-quickview-detail .pro-content h1 {
	    margin-top: 50px;
	}
	#under-menu{
		width: 100%;
    	display: block;
    	border: none;
    	margin: 0;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-top: 0;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .dropdown-inner .submenu-title{
		padding: 3px 28px;
		text-transform: capitalize;
	}
	#menu .dropdown-inner .dropdown-submenu .grand-child a{
		padding: 0;
	}
	#menu .dropdown-submenu {
	    padding: 8px 25px !important;
	}
	#menu .see-all {
		display: inline-block;
		letter-spacing: 0;
		margin: 0;
		padding: 0 25px !important;
		font-weight: 500 !important;
		text-transform: uppercase !important;
	}
	#menu .navbar-nav > li > a{
		padding: 7px 15px;
		margin: 0 !important;
	}
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	#menu .dropdown-inner ul{
		display: block;
	}
	#menu .nav li{
		display: block;
		float: none;
	}
	#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: 9;
	    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;
	    padding: 0;
	    box-shadow: none;
	}
	.newsbtn{
		padding: 0 10px;
	}
	.deliveryinfo li h4{
		font-size: 14px;
		margin: 0 0 4px 0
	}
	.deliveryinfo li:last-child{
		width: 70%;
		margin: 0 5px;
	}
	.sale::before,.sale::after,.new::before,.new::after, .home-cat .nav-tabs li.active a::before, .home-cat .nav-tabs li:hover a::before,
	.home-cat .nav-tabs li.active a::after, .home-cat .nav-tabs li:hover a::after {
		display: none;
	}
	.slidertext h1 {
		margin: 0;
	}
	.home-cat ul.nav-tabs li a h2 {
		padding: 8px 5px;
		font-size: 14px;
	}
	.parallex .item {
		padding: 0 5px;
	}
	.deliveryinfo [class*="col-"]{
		margin-bottom: 20px;
	}
	.deliveryinfo [class*="col-"]:last-child{
		margin-bottom: 0;
	}
	.cate-tab {
	    width: 100%;
	}
	.home-cat .cate-ul li .tab-title, .home-cat .nav-tabs li.view_more a, .home-cat .nav-tabs li.view_more2 a, .home-cat .nav-tabs li.view_more3 a {
		font-size: 14px;
		font-weight:400;
		padding: 10px 15px;
		margin: 0 0 5px 0;
	}
	.category-tab button.catb {
		position: absolute;
		right: 0;
		top: 8px;
		border-radius:0;
		padding: 2px 7px;
		display: block;
		transition: 0.3s ease;
	}
	.catb.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight:400;
	    float: right;
	    cursor: pointer;
	}
	.catb.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight:400;
	    float: right;
	    cursor: pointer;
	}
	.newsl h5{
		font-size: 20px;
	}
	.newsl .description-top{
		margin-top: 5px;
		font-size: 12px;
	}
	.newsl .alert{
		bottom: -34px;
	}
	.protitle{
		font-size: 14px;
		padding: 0 0 4px 0
	}
	.pro-tab li a {
		padding: 0;
	}
	.product-list .protitle {
		font-size: 14px;
	}
	.product-thumb .button-group, .homeaddq {
		margin-top: 4px;
	}
	.spepro .product-thumb .caption .rating{
		margin-bottom: 6px;
	}
	.spepro .protitle{
		padding-bottom: 5px;
	}
	.spepro .product-thumb{
		margin-bottom: 15px;
	}
	.mfp-close{
		width: 30px !important;height: 30px !important;
	}
	.madebyhand-dis .list-des {
	    max-height: 32px;
    	line-height: 15px;
    	margin: 0;
	}
	.madebyhand-dis h4 {
	    font-size: 14px;
	    line-height: 16px;
	}
	.madebyhand-search-result .searchbr {
	    margin: 8px 0;
	    padding: 5px 0;
	}
	.product-list .product-thumb .rating{
		margin-top: 0;
		margin-bottom: 4px;
	}
	.user-down.dropdown-menu > li > a,.curr .btn-group button.test {
		font-size: 13px;letter-spacing: 0
	}
	.slidertext h3{
		font-size: 12px;
	}
	.slidertext span, .cate-tab .owl-theme .owl-nav {
		display: none
	}
	.deliveryinfo{
		text-align: left
	}
	.deliveryinfo ul svg {
	    width: 30px;
	    height: 30px;
	}
	.newsl #newsletter input,.newsbtn{
		height: 40px;
	}
	.sale {
	    font-size: 10px;
	    padding: 0px 6px;
	    line-height: normal;
	}
	.new {
		font-size: 11px;
    	padding: 1px 3px;
		text-transform: capitalize;
		letter-spacing: 0;
	}
	.parallex .item p {
	    font-size: 12px;
	    margin-top: 8px;
	    line-height: 22px;
	}
	#cart-total span{
		display: none
	}
	#testi{
		padding: 20px;
	}
	.countdown-amount{
		font-size: 18px;letter-spacing: 0;
	}
	.countdown-period{
		font-size: 12px;letter-spacing: 0;
	}
	.rating {
	    margin-bottom: 4px;
	}
	.timerpro .countdes {
	    margin-top: 6px;
	    font-size: 13px;
	}
	.dealt {
		margin: 0 0 6px 0px;
		font-size: 16px;
	}
	.appaccount{
		margin: 0 12px;
	}
	.alogin .langcdrop li{
		border-bottom: none;padding: 0
	}
	.alogin .langcur .test strong,.alogin .langcur .test img{
		margin: 0 7px;
	}
	.menusp .navbar-header button{
		border: none;
		padding: 0;
		background: transparent;
		margin: 0;
		color: #000;
		float: none;
		position: unset;
	}
	.menusp .navbar-header button i{
		font-size: 17px;
	}
	.navbar-toggle{
		padding: 0;
		margin: 0;
		float: none;
	}
	.navbar-toggle:hover{
		color: #c22929;
	}
	.product-list .product-thumb .homeaddq .cartb {
		padding: 3px 6px;
	}
	.product-thumb .button-group svg, .product-list .homeaddq .cartb svg, .homeaddq .cartb svg {
	    width: 16px;
	    height: 16px;
	}
	.product-thumb .button-group .bquickv svg {
		width: 13px;
		height: 13px;
	}
	#account-account.acpage #content[class*="col-"] span:first-child{
		padding-right: 5px;
		margin-right: 5px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		font-size: 13px;letter-spacing: 0
	}
	#account-account.acpage #content[class*="col-"] a{
		padding: 15px 9px;
	}
	#account-account.acpage #content[class*="col-"] span svg{
		width: 25px;height: 25px;
	}
	.product-grid, .product-list{
		padding-left: 5px;padding-right: 5px;
	}
	.cpagerow{
		margin-left: -5px;
		margin-right: -5px;
	}
	.product-list .product-thumb .price {
	    margin-bottom: 0;
	    margin-top: 0;
	}
	.appmenu,header #logo,#top-links{
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: middle;
		padding: 0 15px;
	}
	header #logo {
		padding: 0;
	}
	.midheadleft {
	    position: absolute;
	    right: 0;
	    top: 10px;
	}
	#top-links{
		padding: 2px 15px;
		float: right;
		position: absolute;
		right: 0;
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.bs {
	    padding: 10px;
	}
	.blog_webi .blog-right h4 {
		margin: 0 0 5px 0;
		font-size: 16px;
	}
	.blog_webi .blog-right p {
		margin: 0 0 10px;
	}
	.allcomment h5, .bs h5{
		margin-bottom: 5px;
	}
	.blog_hr {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.blog_links{
		font-size: 12px;letter-spacing: 0;
		margin: 8px 0
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.allmb .blog-desc{
		margin-bottom: 15px;
	}
	.productbg .product-bag {
	    margin-top: 20px;
	    padding: 8px;
	}
	.product_count {
		margin-right: 5px;
	}
	.product_count span {
		width: 55px;
	}
	.product-btn .btn-primary {
		padding: 8px 15px;
		font-size: 13px;
	}
	.pro-content h1{
		font-size: 18px;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.catlist-des{
		height: 40px;
		overflow: hidden;
		margin-bottom: 2px;
	}
	#testi .slick-dots {
		position: unset;
	}
	.footer-top {
		padding: 12px 0;
	}
	.copy [class*='text-'] {
		text-align: center;
	}
	.copy [class*='text-']:last-child {
		margin-top: 10px;
	}
	.middle-footer .btn.toggle{
	    color: #222;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: -3px;
	    right: 0;
	    padding: 0;
	    width: 100%;
	}
	footer h5 .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight:400;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight:400;
	    float: right;
	    cursor: pointer;
	}
	.home-cat .nav-tabs > li > a{
		border-radius:0;
		color: #000;
		font-weight:400;
		border: none;
		padding: 10px;
		background-color: transparent;
	}
	.home-cat .nav-tabs > li > a:hover{
		color: #59b210;
	}
	.home-cat {
	    margin-bottom: 10px;
		width: 100%;
	}
	.home-cat .nav-tabs li:last-child {
		border-bottom: none;
	}
	.viewmore li {
		text-align: left !important;
		padding: 5px 10px;
	}
	.viewmore.text-left {
		padding: 0;
	}
	.home-cat .nav-tabs > li{
		display: block;
		text-align: left;
		padding: 5px 10px;
	}
	.middle-footer h5{
		font-size: 16px;
		margin-bottom: 10px;
		position: relative
	}
	.middle-footer {
	    padding: 20px 0;
	}
	.footpay{
		margin-top: 6px;
	}
	#newsletter h2, .newsl .description-top {
		display: none;
	}
	.social_icon .fsocial a {
		margin: 0 4px;
	}
	.fsocial {
		margin-top: 10px;
	}
	.breadbg {
	    border-top: none;
	}
	.breadcrumb {
		margin: 10px 0;
	}
	#product-category .product-list {
/*	    width: 50%;*/
	    width: 100%;
	}
	.proimg.sticky, .pro-content {
		width: 100%
	}
	.subheading, .acpage h1, .not-found-head {
		font-size: 20px;
	}
	.product-thumb, .deliveryinfo, .categorybr, .category-img img, .logo-slider, .beffect a.beff_a::before, .beffect img, .webi-blog-image img, .alert.alertsuc,
	.s-panel .silder_rightwidth img, .bg_white {
		border-radius:0;
	}
	.title-menu, #blog .webi-blog-image img, .allmb .webi-blog-image img {
		border-radius:0;
	}
	#under-menu .navbar-collapse, .bs, .allcomment {
		border-radius:0;	
	}
	.blog_webi .owl-theme .owl-nav {
	    top: -50px;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.slidertext h3 {
	    font-size: 12px;
	}
	.slidertext h1{
		font-size: 23px;
	}
	.imgbnrtext.serbnrtext h1 {
		font-size: 18px;
		margin: 0 0 4px 0;
	}
	.slidertext p, #grid-view-5, #grid-view-4, #grid-view-1 {
		display: none;
	}
	.slidertext a.btn-primary{
		margin-top: 10px;
		padding: 7px 12px;
	}
	.deliveryinfo [class*="col-"] {
		width: 50%;
		text-align: center;
		margin-bottom: 0;
	}
	.deliveryinfo .sbr3, .deliveryinfo .sbr4 {
		margin-top: 20px;
	}
	.deliveryinfo .sbr2, #grid-view-4, #grid-view-1 {
		border: none;
	}
	.ct{
		display: none
	}
	.imgbnr .bann, .product-grid {
		width: 33.33%;
	}
	.imgbnrtext {
		padding-right: 5px;
	}
	.imgbnrtext h5 {
		display: none;
	}
	.imgbnrtext h1 {
	    font-size: 14px;
	    text-transform: capitalize;
	    font-weight:400;
	    margin: 0;
	    letter-spacing: 0;
	}
	.imgbnrtext .btn-primary {
		padding: 6px 10px;
		margin-top: 10px;
		font-size: 10px;
	}
	.imgright {
		margin-top: 10px;
	}
	.hidimg {
	    width: 35%;
	    padding: 0 0 10px 10px;
	}
	.onsal-pro {
	    width: 65%;
	    padding: 10px;
	}
	.img_sli img {
		margin: 10px 0 0;
	}
}
@media (max-width: 599px){
	.tab-head.tab_head .heading, .slidertext p, #grid-view-5, #grid-view-4, #grid-view-3 {
		display: none;
	}
	.imgbnr [class*="col-"] {
		margin-bottom: 15px;
	}
	.imgbnr .parallex:last-child{
		margin-bottom: 15px;
	}
	#search .input-lg{
		border-radius:0;
	}
	.s-panel .slick-dots{
		bottom: 6px;
	}
	.heading span {
	    font-size: 20px;
	}
	.pro-tab.nav-tabs {
		text-align: left;
	}
	.home-cat ul{
		margin-bottom: 15px;
	}
	.category-tab .heading{
		position: relative;
	}
	.hidimg {
	    width: 33%;
	    padding: 0 0 10px 10px;
	}
	.onsal-pro {
	    width: 67%;
	    padding: 10px;
	}
	.img_sli img {
		margin: 10px 0 0;
	}
	.hidden-md.hidden-sm.ct {
	    text-align: right;
	}
	.a-one .alert{
		left: 15px;
		right: 15px;
	}
	.alert.alertsuc{
		padding: 40px 20px;
	}
	.white-popup{
		padding: 30px 20px;
	}
	.white-popup h1{
		font-size: 20px;letter-spacing: 0
	}
	.white-popup p{
		font-size: 13px;letter-spacing: 0
	}
	.product-tab .nav > li > a{
		font-size: 14px;
		letter-spacing: 0
	}
	.product-tab li {
	    margin: 0 6px;
	}
	.pro-content .rating li {
	    letter-spacing: 0;
	    font-size: 13px;
	}
	.proreview {
	    margin: 0 8px;
	    padding: 0 8px;
	}
	#madebyhand-search-category{
		display: none
	}
	.product-grid{
		width: 50%;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.pagi .text-left{
		margin-bottom: 0;
	}
	.pagi .text-left, .pagi .text-right {
	    text-align: center;
	    width: 100%;
	}
	.bannerser, .imgbnr.martb {
		display: none;
	}
	.parallex .item .timg {
		width: 70px;
		height: 70px;
	}
	.parallex .item h5 {
		margin-bottom: 0;
	}
	.deliveryinfo {
		padding: 15px 0;
	}
	.deliveryinfo [class*="col-"] {
	    margin-bottom: 15px;
	}
	.newsl.webi-newsletter {
		padding: 0;
	}
	.test-dec {
		padding: 0;
	}
	.imgbnrtext {
		padding-right: 10px;
	}
	.imgbnrtext h1 {
	    font-size: 14px;
	    text-transform: capitalize;
	    margin: 0 0 10px 0;
	    letter-spacing: 0;
	}
	.imgbnrtext h5 {
    	font-size: 12px;
    }
    .imgbnrtext .btn-primary {
    	padding: 6px 15px;
		margin-top: 20px;
    }
}
@media (min-width: 400px) and (max-width: 599px){
	.slidertext h1 {
		font-size: 22px;
	}
	.slidertext a.btn-primary {
		padding: 6px 20px;
		font-size: 12px;
	}
	.madebyhand-search-result .product-info {
	    width: 30%;
	}
	.madebyhand-dis {
	    width: 70%;
	}
    .deliveryinfo .sbr1, .deliveryinfo .sbr2, .deliveryinfo .sbr3 {
    	border: none;
    }
    .cart-des{
		width: 67%;
	}
	.imgbnr [class*="col-"]:last-child {
	    margin-bottom: 0;
	}
	.imgbnr .parallex:last-child {
		margin-bottom: 15px;
	}
	.pro-tab li {
	    margin: 0 15px 0 0;
	}
	.count_product .product-thumb .image {
		background-color: #f5f5f5;
		border-radius:0;
	}
	.timerpro .countdes {
		margin-top: 10px;
	}
}
@media (min-width: 320px) and (max-width: 399px){
	.slidertext h1 {
		font-size: 18px;
	}
	.slidertext a.btn-primary {
		padding: 6px 14px;
		font-size: 12px;
	}
	.madebyhand-search-result .product-info {
	    width: 35%;
	}
	.madebyhand-dis {
	    width: 65%;
	}
	.midheadleft {
		width: 35%;
	}
	.deliveryinfo .sbr1, .deliveryinfo .sbr2, .deliveryinfo .sbr3 {
    	border: none;
    }
    .deliveryinfo li:last-child {
    	width: 70%;
    }
	.cart-des{
		width: 65%;
	}
	.datime i {
		display: none;
	}
	.newsl .alert {
		font-size: 10px;
	}
	.imgbnr [class*="col-"]:last-child {
	    margin-bottom: 0;
	}
	.imgbnr .parallex:last-child {
		margin-bottom: 15px;
	}
	.pro-tab li {
	    margin: 0 8px 0 0;
	}
	.pro-tab li a {
	    text-transform: capitalize;
	}
	.product-thumb .button-group button, .bquickv a, .product-list .product-thumb .homeaddq .cartb, .homeaddq .cartb {
	    min-width: 26px;
	    min-height: 26px;
	    padding: 0px 5px;
	}
	.product-thumb .button-group svg, .product-list .homeaddq .cartb svg, .homeaddq .cartb svg {
	    width: 14px;
	    height: 14px;
	}
	.product-thumb .button-group .bquickv svg {
		width: 11px;
		height: 11px;
	}
	/*#count .protitle {
		padding-bottom: 10px;
	}*/
	.timerpro .countdes {
		margin-top: 10px;
	}
	#count hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
div.product-layout:nth-child(4n){border-right:none;}
#specials-aside.owl-theme .owl-nav{top:-65px;right:5px;}
.container.container1{width:100%;max-width:100%;}
.container.container1 .product-layout{background:#fff;padding-top:15px;padding-bottom:15px;}
.productpage .list-unstyled.price li:nth-child(1){float:left;margin-right:10px;}
.productpage .list-unstyled.price .product-price{margin-bottom:0;}
.deliveryinfo li span svg{display:none;}
.deliveryinfo li span{background-image: url(../images/services.png);width:46px;height:46px;}
.deliveryinfo .sbr1 li span{background-position: center -116px;}
.deliveryinfo .sbr2 li span{background-position: center -232px;}
.deliveryinfo .sbr3 li span{background-position: center 0px;}
.deliveryinfo .sbr4 li span{background-position: center -349px;}
.deliveryinfo .sbr1:hover li span{background-position: center -116px;background-image: url(../images/services-hover.png);}
.deliveryinfo .sbr2:hover li span{background-position: center -232px;background-image: url(../images/services-hover.png);}
.deliveryinfo .sbr3:hover li span{background-position: center 0px;background-image: url(../images/services-hover.png);}
.deliveryinfo .sbr4:hover li span{background-position: center -349px;background-image: url(../images/services-hover.png);}
@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:16px !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width:34px;
  height:34px;
  text-align:center;
  letter-spacing: 0.5px;
  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:#fff;}
li.tiktok a .icon-tiktok-1{padding-left:4px;}
li.tiktok a .icon-tiktok-1 span:before{color:#777 !important;}
li.tiktok a:hover .icon-tiktok-1 span:before{color:#fff !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;}

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

@media (min-width:767px) and (max-width:991px) {
	#column-right.col-sm-3,
	#column-left.col-sm-3{width:33.33%;}

	#content.col-sm-9,
	#content.col-sm-9{width:66.67%;}

	#content.col-sm-6,
	#content.col-sm-6{width:33.34%;}
}

.topbsp .fa-tag{font-size:16px;}