body {
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.6px;
	background-color: #fff;
}
.input-group .form-control{
	z-index: 0;
}
.table{
	background-color: #fff;
}
b, strong{
	font-weight: 500;
}
/* 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;
}
.d-inline-block{
	display: inline-block;
	vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
    margin: 3px 0 0
}
a {
	color: #000;
	transition: 0.3s ease;
	text-transform: capitalize;
}
:focus{
	outline: none !important;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
	text-decoration: none;
	outline: none;
	color: #fe2a2f;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #000;
	border-color: #f2f2f2;
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.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
}
.tooltip{
	z-index: 1;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
@media (max-width: 991px){
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container {
        width: 963px;
    }
}
@media (min-width:1200px) and (max-width: 1299px) {
    .container {
       width: 1170px;
    }
}
@media (min-width:1300px) and (max-width: 1409px) {
    .container {
       width: 1270px;
    }
}
@media (min-width: 1410px) and (max-width: 1589px){
    .container {
        width: 1380px;
    }
}
@media (min-width:1590px) and (max-width: 1829px){
    .container {
        width: 1560px;
    }
}
@media (min-width:1830px){
    .container {
        width: 1800px;
    }
}
.form-control{
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 5px;
	height: 38px;
}
.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 #fe2a2f;
	box-shadow: none
}
/* search */
#search .input-lg {
	height: 48px;
	padding: 0 10px;
	border: none;
	font-size: 14px;
	background-color: #fff;
	border-radius: 0
}
#search .btn-lg {
	height: 48px;
	min-width: auto;
	border-radius: 0 5px 5px 0;
	fill: #000;
	background-color: #fff;
	padding: 2px 20px;
}
#search .btn-lg:hover{
	fill: #fe2a2f;
}
#search .form-control:focus{
	border: none;
	box-shadow: none;
}
.desktop-search {
	width: 100%;
}
/* cart */
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 295px;
	padding: 10px 0;
	box-shadow: none;
}
.dropdown-menu{
	border-radius: 5px;
}
#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;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartdrop img{
	max-width: 60px;
	border-radius: 5px;
	padding: 0
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartname:hover{
	color: #000;
}
.cartname:hover{
	color: #fe2a2f;
}
.cartname a{
	font-weight: 500;
}
.cartprice {
    clear: both;
    position: relative;
    top: -35px;
    left: 70px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li > div table td {
	border: 1px solid #eee;
}
/* menu */
#menu .dropdown-submenu {
    padding: 15px;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .collapse li.view_more.my-menu {
    cursor: pointer;
    padding: 12px 0px 0;
    border-radius: 5px;
    margin: 15px 0 0 0;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 2px;
	clear: both;
	line-height: 23px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
    padding: 0;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title {
    font-weight: 500;
    padding: 0;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
}
@media(min-width: 992px){
	#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);
	}
	.view_cat_menu:hover .more-menu {
    opacity: 1;
    visibility: visible;
}

.more-menu {
    padding: 10px;
    position: absolute;
    left: auto;
    right: 0;
    margin: 0;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
    min-width: 230px;
    border-bottom: 3px solid #fe2a2f;
    background: #fff;
    z-index: 9;
    opacity: 0;
    display: inline-block;
    -webkit-transition: all 0.35s ease-out 0s;
    -o-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    text-align: left;
    line-height: 28px;
    top: 30px;
}
}
.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: 4px;
	position: absolute;
	top: -47px;
	margin: 0;
}
.title-menu{
    background: #fff none repeat scroll 0 0;
	padding: 10px 15px;
	color: #000;
	text-transform: uppercase;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	border-radius: 5px 5px 0 0;
}
#pt_vegamenu:hover .ico-menu .bar::after {
    left: 0;
}
.ico-menu .bar::after {
    background: #fe2a2f;
}
.thumb_img img {
    max-width: 20px;
}
.thumb_img.pull-left {
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    padding: 3px 0;
    position: relative;
	top: -5px;
}
.cate{
	vertical-align: middle;
	display: inline-block;
	padding: 4px 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;
}
@media(min-width: 768px){
	.ico-menu .bar:nth-child(1) {
	    top: 1px;
	    width: 16px;
	}
	.ico-menu .bar:nth-child(2) {
	    top: 5px;
	    width: 16px;
	}
	.ico-menu .bar:nth-child(3) {
	    top: 9px;
	    width: 12px;
	}
	.ico-menu .bar:nth-child(1)::after {
	    -webkit-transition-delay: 0.1s;
	    transition-delay: 0.1s;
	}
	.ico-menu .bar:nth-child(2)::after {
	    -webkit-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	}
	.ico-menu .bar:nth-child(3)::after {
	    -webkit-transition-delay: 0.3s;
	    transition-delay: 0.3s;
	}
	.ico-menu .bar {
	    position: absolute;
	    height: 1px;
	    background-color: #000;
	    overflow: hidden;
	}
	.ico-menu {
	    position: relative;
	    width: 16px;
	    top: -7px;
	    margin: 0 auto;
	    left: 0;
	}
	.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: 2px 0 0;
		border: none;
		background-color: #d9d9d9;
		border-radius: 50%;
		min-width: 30px;
		min-height: 30px;
		text-align: center;
		margin: 0;
		cursor: pointer;
		transition: all .3s ease-in-out;
		display: block;
		float: left;
	}
	#menu .navbar-nav > li {
	    padding: 14.2px 0;
	}
	#menu .navbar-nav > li{
	    float: none;
	    z-index: 2;
	    border-radius: 0;
	    background: #fff;
	}
	 #menu .navbar-nav {
	    border-radius: 5px;
	}
	#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: 106%;
	    right: auto;
	    margin: 0 !important;
	    border: none;
	    top: 0;
	    border-radius: 5px;
    	box-shadow: 0 6px 12px rgba(0,0,0,.05);
	}
}
#under-menu{
	position: absolute;
	width: 100%;
	z-index: 9;
	border-radius: 5px;
}
#under-menu .navbar-collapse{
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
.manun li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.3s ease;
    padding: 15px 0;
    display: inline-block;
    position: relative;
}
.manun li a:hover::after {
    opacity: 1;
    width: 100%;
}
.manun li a::after {
    position: absolute;
    content: "";
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    opacity: 0;
    height: 2px;
    width: 0;
    transition: 0.3s ease;
}
.manun li a:hover{
	color: #eee;
}
.manun ul li {
    margin-right: 60px;
    color: #fff;
}
.manun ul li.pull-right{
	margin: 8px 0;
	fill: #fe2a2f;
}
.manun ul li.pull-right a {
    background-color: #fff;
    color: #fe2a2f;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 5px;
    text-transform: capitalize;
}
.manun li.pull-right a::after {
	display: none;
}
/* content */
#content {
	min-height: 600px;
}
/* alert */
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 0
}
/* alert design */
.a-one{
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}
.a-one {
    background-color: #000;
    -ms-filter: "progidXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 99
}
.alert a {
    color: #222;
    font-weight: 500
}

.alert a:hover {
    color: #fe2a2f
}

.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: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    top: 30%;
    padding: 40px;
    border-radius: 5px;
}

.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
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 15px;
	background: #f5f5f5;
	border-radius: 5px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li a:hover{
	color: #000;
}
.breadcrumb > li a:hover{
	color: #fe2a2f;
}
.breadcrumb > li a::after {
	content: '|';
	padding: 0 15px;
	color: #000;
}
.breadcrumb > li:last-child a::after {
	content: '';
	padding: 0;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #000;
    content: "";
}
.pagination {
	margin: 0;
	padding: 0;
}
/* buttons */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,.btn.active, .btn:active{
	outline: none;
	box-shadow: none
}
.btn-primary {
	background-color: #fe2a2f;
	color: #fff;
	border: none;
	text-transform: capitalize;
	transition: 0.3s ease;
	font-size: 14px;
	border-radius: 5px;
	padding-top: 7px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus,
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background-color: #000;
	color: #fff
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger,.btn-info{
	color: #fff;
	background-color: #fe2a2f;
	transition: 0.3s ease;
}
.btn-info.focus, .btn-info:focus,.btn-danger:active:hover,.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: 5px;
	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;
	padding: 0;
	border: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eee;
	padding: 12px 12px;
	text-transform: capitalize;
}
.catlistpage.list-group a.active,.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover,.catlistpage.list-group a.active:hover{
    background: #fff;
	color: #fe2a2f;
	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: #fe2a2f
}
/* 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: 14px;
	height: 14px;
}
.rating .fa-star-o,.rating .fa-star{
	color: #ffc600;
	font-size: 14px;
}
.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 */
/*loader */
.s-panel{
	position: relative;
	margin-top: 30px;
}
.s-panel .wrloader {
	background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
/* custom css */
.call-no h5{
	font-size: 15px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}
.call-no h4{
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}
/* .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: 5px;
    background: transparent;
	top: -2px;
}
.head-la-cu{
	text-transform: capitalize;
}
.head-la-cu .d-inline-block{
	margin-left: 18px;
}
.xsla, .xscu {
    border: 1px solid #eee;
    margin: 6px 0px;
    display: inline-block;
    padding: 0 6px;
    border-radius: 5px;
}
.head-mail{
	border-left: 1px solid #c4c4c4;
	padding-left: 20px;
	margin-left: 18px;
}
.inuser{
    margin: 11px 40px;
}
/* search */
#madebyhand-search-category{
	float: left;
	width: 200px;
	border: none;
	height: 48px;
	padding: 10px;
	-moz-appearance: none;
	background: #fff url("../../../../../image/catalog/arrow.png");
	background-position: right bottom 8px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	border-radius: 5px 0 0 5px;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
/* result */
.madebyhand-search-result .searchbr{
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #eee;
    margin: 15px 0;
    float: left;
    width: 100%;
    border-radius: 5px;
}
.madebyhand-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 15px;
	right: 15px;
	top: 45px;
}
.madebyhand-search-result {
	left: 15px;
	top: 100%;
	right: 15px;
	box-shadow: none;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	position: absolute;
	z-index: 99;
	max-height: 530px;
	overflow-y: auto;
    margin: 0 auto;
}
.madebyhand-dis h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0
}
.madebyhand-dis .list-des {
    font-size: 12px;
    color: #777;
    text-transform: capitalize;
    color: #282828;
    margin: 0 0 10px 0;
    max-height: 40px;
    overflow: hidden;
}
.madebyhand-dis .price{
	font-weight: 500;
}
.madebyhand-search-result .product-info {
    padding-right: 0;
}
.madebyhand-search-result p{
	margin: 5px 15px;
}
.madebyhand-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../../../../../image/catalog/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 */
#cart-total {
    width: 15px;
    height: 15px;
    background: #202020;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    top: -9px;
    left: 16px;
    font-weight: 500;
}
#cart-total,.hdis h4{
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 400;
}
.hdis h3 {
	font-size: 15px;
	margin: 0;
	font-weight: 400;
	color: #fff;
}
.hdis{
	margin-left: 5px;
}
#cart button.dropdown-toggle {
    border: none !important;
    text-transform: capitalize;
    line-height: normal;
    background-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 0;
}
#top-links ul li svg{
	width: 18px;
	height: 17px;
	fill: #000;
	cursor: pointer
}
#top-links ul li svg:hover,#top-links ul li.inuser .dropdown-toggle:hover svg{
	fill: #fe2a2f
}
#cart .dropdown-menu p{
	margin-bottom: 0;
}
.hsticky {
	padding: 10px 0;
}
.top-bar{
	padding: 4px 0;
}
.menusp,#top-links{
	margin-top: 10px;
}
.dropdown.inuser {
    cursor: pointer;
}
#logo {
    margin: 11px 0;
}
.dropdown.inuser svg,#cart svg,.call-no svg{
	fill: #fff;
}
.dropdown.inuser:hover svg,#cart:hover svg,.call-no:hover svg{
	fill: #eee;
}
.haccount{
    /* min-width: 21rem; */
	line-height: 29px;
	padding: 8px 15px;
	text-transform: capitalize;
	box-shadow: none;
}
.langcdrop {
	line-height: 29px;
	padding: 8px 15px;
	text-transform: capitalize;
	box-shadow: none;
}
.haccount li a i {
    margin-right: 8px;
    min-width: 16px;
}
.haccount.dropdown-menu > li > a,.langcdrop .btn-link{
    padding: 5px 0;
}
.haccount.dropdown-menu > li > a:hover{
	color: #fe2a2f
}
.langcur{
	margin: 0 15px;
}
/* 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: 2px 3px;
}
#menu .navbar-nav > li > a {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: .4px;
    font-weight: 400;
    padding: 0;
	margin: 0;
	position: relative;
	top: 3px;
}
.navbar-nav{
	float: none;
}
.main-head{
	background-image: -webkit-linear-gradient( 0deg, rgb(83,58,211) 0%, rgb(255,42,47) 100%);
}
/* slider */
.owl-carousel.owl-theme .owl-controls{
	margin-top: 0
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
    margin: 0;
    background: #fe2a2f;
    box-shadow: none;
    width: 10px;
    height: 10px;
}
.owl-carousel .owl-wrapper-outer{
	box-shadow: none;
	border: none;
	border-radius: 0
}
.owl-theme.owl-carousel{
	background-color: transparent;
	margin: 0
}
.sliderow .owl-pagination {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: auto
}
.sliderow img{
	border-radius: 5px;
}
.slick-dots{
	background-color: transparent !important;
	z-index: 1 !important;
	bottom: 8px !important;
}
.slick-dots li{
	margin: 0 5px !important;
}
/* slider */
.slidebig {
    position: absolute;
    z-index: -1;
}
.slidebig h1 {
    font-size: 315px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    transform: scale(1.1);
    transition: all 1.5s ease;
}
.slidedes {
    margin-top: 60px;
    margin-left: 80px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    top: 10%;
    left: 0;
}
.slidecap a {
    background-color: #fe2a2f;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 26px;
    display: inline-block;
    transform: translateX(100px);
    transition: all 1.5s ease;
}
.slidecap a:hover {
	background-color: #000;
	color: #fff;
}
.slidesmall h3 {
    font-size: 16px;
    color: #fe2a2f;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 1.5s ease;
    transform: translateX(100px);
}
.slidesmall h2 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    max-width: 605px;
    transition: all 1.5s ease;
    transform: scale(1.5);
}
.slidesmall p {
    font-size: 14px;
    text-transform: capitalize;
    color: #9b9da0;
    margin: 25px 0;
    transition: all 1.5s ease;
    transform: translateX(-300px);
    max-width: 700px;
}
.homeslider-container .slick-current.slick-active .slidesmall h3, .homeslider-container .slick-current.slick-active .slidesmall h2,
.homeslider-container .slick-current.slick-active .slidesmall p, .homeslider-container .slick-current.slick-active .slidebig h1,
.homeslider-container .slick-current.slick-active .slidecap a {
    transform: unset;
}
/* product */
.heading{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 10px 0 20px 0;
	position: relative;
	padding-bottom: 20px;
}
.heading::before, .left-heading::before {
    border-top: 1px solid #e0e0e0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.heading::after, .left-heading::after {
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: -1px;
    content: '';
    width: 100px;
    left: 0;
}
.tab-head h1 {
    margin: 0 0 0 0 !important;
    border-bottom: none;
}
.next-prevb .heading {
    margin-bottom: 30px;
    margin-top: 60px;
    position: relative;
}
.tab-head .heading::before {
    display: none;
}
.tab-head{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    margin-top: 60px;
}
.heading span {
    display: inline-block;
    position: relative;
}
.nav-tabs > li{
	display: inline-block;
	float: none;
	margin-bottom: 0
}
.lpro{
	margin: 0 30px;
}
.nav-tabs{
	border-bottom: none
}
.pro-tab li  a{
	border: none !important;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	line-height: normal;
	margin: 0 0px;
	border-radius: 5px;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	background-color: transparent !important;
	z-index: 9;
}
.pro-tab li.active > a,.pro-tab li.active > a:focus,.pro-tab li.active > a:hover{
	color: #fe2a2f
}
.pro-tab.nav-tabs{
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 3px;
}
.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 {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    left: 10px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 10px;
    vertical-align: top;
    letter-spacing: 1.2px;
    font-weight: 400;
    background: #4dad00;
    line-height: 20px;
    padding: 0 7px;
    border-radius: 5px;
}
.product-thumb{
	position: relative
}
.product-thumb .rating {
    margin: 6px 0 8px 0;
}
.protitle {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-weight: 400;
    transition: 0.3s ease;
    padding: 2px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.protitle a{
	color: #000;
}
.protitle:hover,.protitle:hover a{
	color: #fe2a2f;
}
.product-thumb .price {
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
    letter-spacing: 0;
    min-height: 22px;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
}
/* button effect */
.product-thumb .button-group svg{
	width: 18px;height: 18px;
	fill: #000;
}
.product-thumb .button-group button, .product-thumb .button-group a {
    transition: 0.3s ease;
    background-color: #fff;
    fill: #4c4c4c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 9px 5px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.3s ease;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    position: relative;
    z-index: 9;
    margin: 0 2px;
}
.product-thumb .button-group button:hover,.product-thumb .button-group a:hover{
	color: #fe2a2f;
	background-color: #fe2a2f;
	border: 1px solid #fe2a2f;
}
.bquickv{
	display: inline-block;
	vertical-align: middle;
}
.product-thumb .button-group button:hover svg,.bquickv a:hover svg{
	fill: #fff;
}
.product-thumb .button-group button.cartb span{
	display: inline-block;
	vertical-align: middle
}
@media(min-width: 768px){
	.product-thumb .button-group {
	    position: absolute;
	    bottom: 56%;
	    right: 0;
	    left: 0;
	    text-align: center;
	    overflow: auto;
	    opacity: 0;
	    transition: all 0.4s ease-in-out 0s;
	}
	.product-thumb:hover .button-group {
	    opacity: 1;
	}
}

.product-layout {
    margin-bottom: 30px;
}
.next-prevb .owl-wrapper-outer{
	border: 1px solid #fff;
}
.product-layout{
	border-right: 1px solid #e4e4e4;
}
.product-thumb .image{
	border-radius: 5px;
	position: relative;
}
.product-thumb img{
	border-radius: 5px;
}
.product-thumb .caption{
    padding-left: 10px;
    padding-right: 10px;
}
.home-page .product-layout:last-child{
	margin-bottom: 0;
}
/* service */
.deliveryinfo{
	padding: 23px 15px;
	border: 0;
	margin-top: 20px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin-left: 0;
	margin-right: 0;
	cursor: crosshair;
}
@media(min-width: 1410px){
	.deliveryinfo .ses ul {
	    padding: 0;
	    border-right: 1px solid #e5e5e5;
	}
}
.deliveryinfo .ses.ser-s ul {
    border: 0 !important;
}
.deliveryinfo ul li svg{
	width: 40px;
	height: 40px;
}
.deliveryinfo ul li:first-child {
    position: relative;
    margin-right: 10px;
}
.deliveryinfo ul{
	margin-bottom: 31px;
}
.deliveryinfo ul:last-child{
	margin-bottom: 0;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.deliveryinfo li span {
    min-width: 70px;
    min-height: 70px;
    background: #f5f5f5;
    padding: 14px 0;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #f5f5f5;
}
.deliveryinfo ul:hover span{
	border: 2px solid #fe2a2f;
}
.deliveryinfo ul li h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 7px;
    margin-top: 2px;
    transition: 0.3s ease;
}
.deliveryinfo .ses:hover h4{
	color: #333;
}
.deliveryinfo ul li p{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}
/* banner-html */
.banner-bg{
	margin-top: 60px;
}
/* category tab */
#cat_tab .nav-tabs,#cat_tab1 .nav-tabs{
	margin-bottom: 0;
	padding: 0;
}
.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus {
	display: block;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	color: #222;
	position: relative;
	background-color: transparent;
    border: none;
    cursor: pointer;
}
.category-tab .tab-content > .tab-pane:not(.active), .category-tab .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
/* #cat_tab .nav-tabs > li.active > a, #cat_tab .nav-tabs > li.active > a:focus, #cat_tab .nav-tabs > li.active > a:hover,#cat_tab a:hover{
	color: #2b6ef8;
}
 */
@media(min-width: 768px){
	#cat_tab .nav-tabs > li.active a::after, #cat_tab .nav-tabs > li > a:hover::after,#cat_tab1 .nav-tabs > li.active a::after, #cat_tab1 .nav-tabs > li > a:hover::after{
	    content: "";
	    border-bottom: 2px solid #fe2a2f;
	    font-size: 14px;
	    align-items: center;
	    position: absolute;
	    margin: 0 auto;
	    text-align: center;
	    border-radius: 4px;
	    left: 0;
	    right: 0;
	    bottom: -18px;
	    transition: 0.3s ease;
	}
	.pro-tab li.active > a::after{
	    content: "";
	    border-bottom: 2px solid #000;
	    font-size: 14px;
	    align-items: center;
	    position: absolute;
	    margin: 0 auto;
	    text-align: center;
	    border-radius: 4px;
	    left: 0;
	    right: 0;
	    bottom: -23px;
	    transition: 0.3s ease;
	}
	.view_morec a::before{
		display: none;
	}
}
#cat_tab a,#cat_tab1 a{
	transition: 0.3s all ease;
	font-size: 16px;
	text-transform: capitalize;
}
.category-tab .nav-tabs li {
    display: inline-block;
    padding: 0 15px;
    transition: 0.3s all ease;
}
.category-tab .nav-tabs li.view_morec{
	border-bottom: none;
}
@media (min-width: 768px){
	.catb{
		display: none;
	}
	.home-cat.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
	#cat_tab,#cat_tab1 {
	    position: absolute;
	    margin-top: -70px;
	    right: 100px;
	    background-color: #fff;
	    z-index: 2;
	}
	.viewmore {
		padding: 0;
	    position: absolute;
	    right: 15px;
	    z-index: 1;
	    background-color: #f5f5f5;
	    border-radius: 5px;
	    margin: 15px 0 0 0 !important;
	}
	.viewmore li {
	    display: block;
	    border-bottom: 1px solid #e4e4e4;
	    padding: 10px;
	    margin: 0 10px;
	}
}
/* testimonial start */
.all-bg-co {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    padding: 20px;
}
.testi .all-bg-co .heading{
	margin-top: 0;
}
.test-news-bg{
	background-color: #f5f5f5;
	margin: 0 -15px;
	margin-top: 60px;
	padding: 50px 0;
}
.test-img img {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 9;
    margin: 13px auto;
    border-radius: 100%;
}
.des_namepost {
    font-size: 16px;
    font-weight: 500;
    color: #fe2a2f;
    text-transform: uppercase;
    margin: 15px 0 0px;
    display: block;
}
.test-desc hr {
    width: 60px;
    margin: 15px 0;
    border-top-color: #000;
}
.des_dev {
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    color: #525252;
    position: relative;
    margin-bottom: 15px;
}
.des_testimonial p {
    font-size: 14px;
    color: #434343;
    line-height: 25px;
    max-width: 1010px;
    margin: 0 auto;
}
.ser-bann{
	margin-top: 50px;
}
.imgbanner{
    margin-top: 60px;
}
#owl-testi .owl-controls {
    margin-top: 10px;
    margin-bottom: 20px;
}
.testibgc {
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 15px;
}
/* testimonial end */
/* timer */
#count .product-layout{
	border: none;
}
#count .product-thumb{
	border: 1px solid #e4e4e4;
	margin: 0;
	padding: 10px 0;
	border-radius: 5px;
}
.small-tm-img img{
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	cursor: pointer;
}
.main-tm-img{
	padding: 0;
}
.small-tm-img{
	padding: 0 10px;
}
.menuss {
    margin: 0 0 3px 0;
}
#count .protitle{
	font-weight: 500;
	font-size: 18px;
}
#count .product-thumb .caption{
	margin-top: 30px;
}
#count .catlist-des{
	margin-bottom: 15px;
	max-height: 60px;
}
.timerpro{
	position: relative;
}
.box-timer {
    margin-top: 15px;
}
.timerpro .product-thumb .box-timer span.countdown-section {
    display: inline-block;
    text-align: center;
    line-height: normal;
    margin-right: 6px;
}
.countdown-row .countdown-amount {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    background-color: #f5f5f5;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    padding: 14px 0;
}
.countdown-period {
    letter-spacing: 0.5px;
    color: #222;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.onspro{
	margin-top: 15px;
}
.onsalepro .heading {
	margin-top: 0 !important;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 20px;
}
.onsalepro .image{
	padding: 0;
}
.leftprocom {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-top: 60px;
    overflow: hidden;
}
.onsalepro .product-thumb{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
	margin-bottom: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
.onsalepro .multi-row .product-layout:last-child .product-thumb{
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.onsalepro .caption{
	padding: 0 0px 0 15px;
}
.onsalepro .product-layout {
    border: none !important;
    margin-bottom: 0;
}
.onsalepro .protitle{
	font-size: 14px;
}
#carousel0 img{
	background-color: #fff;
	border-radius: 5px;
}
/* blog */
.b-img{
	padding-right: 0;
}
.read_more.btn {
    padding: 9px 22px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    background-color: #000;
    margin-top: 16px;
}
.read_more.btn:hover{
	background-color: #fe2a2f;
}
.blog-des {
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    border-top: none;
    padding: 15px;
    margin-bottom: 1px;
}
.blog_webi .blog-right h4 {
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s ease;
    margin: 0 0;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.blogd {
    position: relative;
}
.blog-des p {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: 13px;
    height: 45px;
	overflow: hidden;
}
.date-time {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    background-color: #fe2a2f;
    border-radius: 5px 0 0 0;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 15px;
}
.bcomm {
    margin-left: 15px;
}
.blogda {
    font-weight: 400;
}
.blog_webi .blog-right h4:hover{
	color: #fe2a2f
}
.lb-nav a{
	transition: none
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.93,0.9);
}
#blog .product-block .webi-blog-image img{
	border-radius: 5px 5px 0 0;
}
.webi-blog-image img{
	border-radius: 5px;
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 15px;
}
#blog .product-block .webi-blog-image {
    margin-bottom: 0;
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.webi_post_hover .icon {
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #252525;
	padding: 9px 9px;
	display: inline-block;
	line-height: 0px;
}
.webi_post_hover .icon:hover{
	background-color: #252525;
	color: #fff;
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}
.blogal .alert {
    position: unset;
}
.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 20px;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
    border-radius: 5px;
}
.bcomment{
	background-color: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 30px;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	line-height: 23px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.all-blog-des.allcomment {
    margin-bottom: 30px;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 15px 0
}
.sngblog h3{
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
	line-height: 23px;
}
.sngblog .blog-desc{
	margin-bottom: 0
}
.allmb .blog-desc{
	overflow: hidden;
	height: 100px;
	text-align: justify;
}
/* logo slider */
/* newsletter */
.logo-slider{
    margin-top: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 10px 0;
}
.newsbgf h3{
	font-size: 45px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 35px 0 0 0;
}
.description-top {
    color: #808080;
    font-size: 16px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.newsl .description-top p{
	text-transform: capitalize;
	color: #333;
	margin-bottom: 20px;
}
.newsl .input-group input,.newsl .input-group .input-group-btn button{
	height: 45px;
	border: none;
}
.newsl.alert,.white-popup .alert{
	position: unset
}
.newsl .form-group{
	margin: 0 auto;
	position: relative;
	max-width: 670px;
}
.newsl {
    padding: 30px 0;
}
.newsl button.btn-primary {
    background-color: #fe2a2f;
    color: #fff;
    fill: #fff;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 130px;
    border-radius: 0 5px 5px 0;
    padding: 11px 0;
}
.newsl button.btn-primary svg{
	margin-top: -5px;
}
.newsl .form-vertical {
    position: relative;
}
.newsl button.btn-primary:hover{
	background-color: #000;
	color: #fff;
}
.newsbgf .alert{
    bottom: -63px;
    top: auto;
    border-radius: 5px;
	margin: 0 auto;
    max-width: 670px;
}
.inner.newsbgf {
    position: relative;
}
.form-control.input-md.inputNew {
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    max-width: 670px;
}
/* newsletter popup */
.white-popup {
  	position: relative;
	background: #FFF;
	padding: 40px 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
}
.white-popup h1{
	font-weight: 500;
	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: transparent;
    border-radius: 5px;
}
.newsletter-bg{
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 5px;
}
.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 */
#column-left1{
	padding: 0;
}
.social h5 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
    margin: 0;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 5px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #fe2a2f;
    color: #fff;
    border-radius: 5px;
}
#scroll:hover{
	background-color: #111;
}
#scroll i {
    font-size: 26px;
}
.middle-footer{
	padding: 50px 0;
	background-color: #000000;
}
footer{
	margin-top: 50px;
	background-color: #000000;
}
.foot-about p{
	color: #fff;
	line-height: 26px;
	margin-bottom: 30px;
}
.foot-call-no svg{
	fill: #fff;
	margin-right: 10px;
}
.foot-call-no h6{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
}
.foot-call-no h4{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 500;
	color: #fe2a2f;
}
.middle-footer h5 {
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.middle-footer a,.f-left li{
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #fff;
    padding: 0;
}
.middle-footer a:hover,.fpayment i:hover,.copy a:hover{
	color: #fe2a2f
}
.fpayment i {
    font-size: 30px;
    color: #fff;
    margin-left: 10px;
}
.pay-img {
    display: inline-block;
}
.payment-img {
    margin-top: 18px;
}
.f-left svg {
    fill: #fe2a2f;
    margin-right: 10px;
}
.f-left li {
    word-break: break-all;
}
.copy {
    padding: 14px 0;
    background-color: #191919;
    color: #fff;
}
.copy a{
	color: #fff;
}
.copy .text-left{
	margin-top: 4px;
}
.copy .text-left a:hover{
	color: #fe2a2f
}
.foot-tag li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    margin: 3px 0;
    padding: 0 9px;
    border-right: 1px solid #d4d4d4;
    line-height: normal !important;
    display: inline-block;
}
.foot-tag li a:hover{
	color: #fe2a2f;
}
.foot-tag li:last-child a {
    border: none;
}
.foot-tag {
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.foot-tag .header-link {
    padding: 0 !important;
    max-width: 1078px;
	margin: 0 auto;
}
.footpay svg{
	width: 32px;
	height: 32px;
}
.footpay {
    margin-top: 15px;
}
.fsocial a {
    line-height: normal;
    text-align: center;
    font-size: 17px !important;
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    margin: 2px 1px;
    border-radius: 5px;
    color: #fff;
}
a.fb{
	background-color: #3b5998;
}
a.tw{
	background-color: #00acee;
}
a.ins{
	background-color: #3f729b;
}
a.pin{
	background-color: #E60023;
}
a.vim{
	background-color: #86c9ef;
}
.fsocial a i{
	font-size: 16px;
}
.fsocial a:hover{
	background-color: #fe2a2f;
	color: #fff;
}
.fsocial{
    margin-top: 20px;
}
/* carousel button */

.next-prevb .owl-theme .owl-controls .owl-buttons div {
    color: #000;
	font-size: 18px;
	margin: 0 0;
	padding: 0 0;
	background: #fff;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #fff;
	width: auto;
	height: auto;
	opacity: 1;
	text-align: center;
	border-radius: 5px;
	border: none;
	transition: 0.3s ease;
	font-weight: 500;
	position: unset;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div:hover{
	color: #fe2a2f;
}
.next-prevb #cat-img.owl-theme .owl-controls .owl-buttons div{
	top: 35%;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div i{
	color: #808080;
	text-shadow: none;
	font-size: 22px !important;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div:hover i{
	color: #fe2a2f;
}
.next-prevb .owl-carousel.owl-theme .owl-controls{
	margin-top: 0;
}
.next-prevb .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: -73px;
    right: 10px;
}
.leftprocom  .next-prevb .owl-theme .owl-controls .owl-buttons {
    top: -52px;
    right: 25px;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div.owl-prev{
	margin: 0 30px;
}
.owl-carousel .owl-buttons div i {
    font-size: 24px !important;
    color: #232323;
    margin: 1px 0 !important;
}
.owl-theme .owl-controls .owl-buttons div i:hover {
    color: #222;
}
/* 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: #fe2a2f;
    border-color: #fe2a2f;
    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: #fe2a2f;
    border-color: #fe2a2f;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi{
	margin: 0;
	background-color: #fff;
	padding: 8px 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.pagination > li {
    display: inline-flex;
}
/* product page */
.productbg {
    max-width: 1300px;
    margin: 0 auto;
}
.gall-pa{
	padding: 0 5px;
}
.gall-ro{
	margin: 0 -5px;
}
 .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: 38px;
}
.btn.pcrt.btn-primary {
    min-height: 35px;
}
#product-product .pro-content .alert,#account-wishlist .alert,#account-register .alert{
	position: unset;
}
.zoomWrapper{
	position: relative
}
.thumbnail{
	border: none;
	padding: 0;
}
#zoom_03{
	border-radius: 5px;
    border: 1px solid #e4e4e4;
}
.pro-price{
	font-size: 18px !important;
	font-weight: 500;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review #review{
	margin-bottom: 15px;
}
.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}
.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #fe2a2f;
    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: #fe2a2f;
    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{
	font-weight: 500;
	padding-left: 0;
	padding-right: 0
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
.pro-content h1 {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 0;
}
.pro-content #product h3{
	font-size: 18px;
}
.pro-content .alert,.product-quickview-detail .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    border-radius: 5px;
}
.btnminus,.btnplus{
    line-height: 28px;
}
.pro-content .qty-plus-minus .form-control.btnminus{
	border-radius: 5px 0 0 5px;
}
.pro-content .qty-plus-minus .form-control.btnplus{
	border-radius: 0 5px 5px 0;
}
.btnminus span,.btnplus span{
	position: unset;
}
.producthr {
    border-top: 1px solid #ddd;
}
.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: #fe2a2f;
}
.textdeb:hover{
    color: #000;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 500;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 5px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #fe2a2f;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #fff;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	z-index: 0;
	height: 38px;
}
.datebtn:hover, .btnup:hover{
    background-color: #000;
    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;
}
.btn.pcrt.btn-primary: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-radius: 5px;
	border: 1px solid #ededed;
	background-color: #fff;
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #ededed;
	padding: 0
}
.product-tab li{
	margin: 0 10px;
}
.product-tab .tab-pane{
	padding: 15px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ededed;	
}
.qtlabel{
	margin-top: 5px;
	width: auto;
}
.product-tab #review .fa-stack{
	font-size: 8px;
}
#gallery_01 img{
	margin-bottom: 1px;
	border-radius: 5px;
	border: 1px solid #eee;
}
.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: 5px;
}
#tab-review #review p{
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 0;
}
.custreview p{
	color: #777;
	line-height: 23px;
	font-size: 13px;
	margin-bottom: 0;
}
.crspc{
	padding: 10px 0;
}
.crspc span{
	display: inline-block
}
/* category page */
.product-list .image{
	border: 1px solid #e4e4e4;
}
.product-grid,.product-layout.product-list{
	border: none;
}
.product-grid .product-thumb{
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding-bottom: 10px;
}
#xsfilter .checkbox{
	margin-top: 15px;
	margin-right: 15px;
}
.product-grid .catlist-des {
    display: none;
}
.catlist-des {
    color: #727272;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-transform: capitalize;
	max-height: 38px;
	overflow: hidden;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #000;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ededed;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.cate-top {
    background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #eee;
	margin-left: 0;
	margin-right: 0;
	border-radius: 5px;
}
.cate-top h2{
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
}
.cate-top p{
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}
.cate-border {
    background-color: #fff;
	margin: 0 0 20px 0;
	padding: 10px 0px;
	border: 1px solid #eee;
	border-radius: 5px;
}
#compare-total{
	padding: 0;
	font-weight: 500;
	margin-top: 5px;
}
.catesort label {
    background-color: #fff;
    border: none;
    color: #1e1e1e !important;
}
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #fe2a2f;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #000;
}
.select-input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius: 5px;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
@media(max-width: 1199px){
	.product-grid,.product-list{
		padding: 0 5px;
	}
	.cpagerow{
		margin: 0 -5px;
	}
}
/* .product-grid .product-thumb,.product-list .product-thumb{
	margin-bottom: 0;
} */
.product-list .product-thumb .button-group button, .product-list .product-thumb .button-group a {
    margin: 0;
}
.product-list .product-thumb .cartb{
	float: none !important;
}
.product-list .product-thumb .cartb span{
	display: none !important;
}
.product-list .p-com{
	margin: 0;
}
.product-list .product-thumb .button-group{
	position: unset;
	transform: none;
	opacity: 1;
	transition: none;
	text-align: left;
	margin-top: 12px;
	border-top: none;
}
.product-list .product-thumb .opbtn,.product-list .product-thumb:hover .opbtn,.product-list .product-thumb:hover .button-group{
	transition: none;
	transform: none
}
.product-list .bquickv{
	opacity: 1;
	transition: none
}
.product-list .protitle,.product-list .protitle a{
	color: #222;
    font-size: 18px;
    font-weight: 500;
}
.product-list .protitle:hover,.product-list .protitle a:hover{
	color: #fe2a2f
}
.product-list .product-thumb .price{
	font-size: 18px;
}
.product-list .product-thumb .rating {
    display: block;
    position: unset;
    opacity: 1 !important;
    margin-bottom: 12px;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
    background-color: transparent;
    border: none;
}
/* filter */
.catfilter.panel-default > .panel-heading,.cathed{
	color: #fff;
    background-color: #000;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
}
/* .list-group-item:last-child,.panel-footer,.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 5px;
} */
.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: 5px;
}
.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: 1px solid #eee;
	font-size: 12px;
	letter-spacing: 0;
	padding: 6px 12px;
	vertical-align: middle;
	text-transform: capitalize;
	margin-bottom: 4px;
	border-radius: 5px;
	background-color: #fff;
}
.refines h3{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}
/* search page */
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.search-page .select-input {
    position: relative;
}
#product-search .checkbox-inline {
    margin-top: 7px;
}
/* other page */
#information-information .col-lg-1{
	width: auto;
}
/* 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;
    background-color: #fff;
    margin-bottom: 20px
}
.allcart .cart-re {
    background-color: transparent;
    border: none;
}
.wish-stock {
    color: green;
    margin-bottom: 10px
}
.cart-des a{
    font-size: 15px;
    font-weight: 500
}
.cart-des .price {
    margin: 5px 0
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
}
.cart-des button:hover{
    color: #fff;
    border-bottom: 1px solid #1f3044
}
.panel-default > .panel-heading{
	background-color: #fff;
}
.allcart button i{
    font-size: 18px
}

/* cart page end*/
#common-success .infobg p a{
	color: #000;
	font-weight: 500;
}
#common-success .infobg p a:hover{
	color: #fe2a2f;
}
.banner-caption{
	width: 80%;
	right: 0;
	text-align: center;
	position: absolute;
	top: 15%;
	margin: 0;
}
.banner-caption h3{
	font-size: 40px;
	color: #fff000;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 38px;
}
.banner-caption h4{
	margin: 10px auto 30px;
	font-size: 30px;
	color: #fff;
	text-transform: capitalize;
}
.beffect-o .banner-caption a{
	display: inline-block;
	background-color: #fff;
	border-radius: 30px;
	min-width: 110px;
	font-weight: 500;
}
.beffect-o .banner-caption a:hover{
	background-color: #000;
	color: #fff;
}
.beffect-o{
	position: relative;
}
.offerbanner{
	display: inline-block;
	width: 100%;
	position: relative;
}
.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;
	border-radius: 5px;
	box-shadow: none !important
}
.product-quickview-detail .pro-content h1{
	margin-top: 0;
}
.swiper-button-prev::before,.swiper-button-next::before{
	color: #000 !important;
	font-size: 26px !important;
}
.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}
#checkout-checkout .infobg [class*="col-"] h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
}
.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.infocnt i{
	font-size: 16px;
	vertical-align: bottom
}
.infocnt{
	margin-bottom: 20px;
}
.table-bordered,.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border: 1px solid #eee;
}
#accordion .panel-default {
    border: 1px solid #eee;
}
.panel-default {
	border-radius: 0 !important;
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 38px;
}
.subheading, .acpage h1, .not-found-head {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
.sitem ul{
	line-height: 35px;
	padding-left: 25px;
	padding-right: 25px;
}
.sitem ul li{
	list-style: url;
}
#accordion #input-password,#affiliate-login #input-password,#account-login #input-password{
	margin-bottom: 10px;
}
.acspace input[type="checkbox"]{
	margin: 0 0 0;
	vertical-align: middle;
}
#accordion .panel-title i {
    float: right;
}
.panel-title{
	font-size: 14px;
}
.valign{
	vertical-align: middle !important;
}
.well {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    -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;
	font-weight: 500;
}

.table-hover > tbody > tr:hover {
    background-color: transparent;
}
.addlist{
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px;
	background-color: #fff;
	border-radius: 5px;
}
.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: 5px;
    z-index: 99;
    text-transform: capitalize;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.co-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
.img-thumbnail{
	border-radius: 0
}
.comb .btn-primary{
	margin: 3px 0;
}
.com-description {
    width: 25%;
    color: #777;
	font-size: 13px;
}
.com-summary {
    width: 1%;
}
.brand-list .brands-content {
    padding: 8px;
}
.bname {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
    border-radius: 5px;
}
.brand-list {
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
}
/* 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: #fe2a2f;
}
.accolumn{
	background-color: #fff;
	box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
	border-radius: 5px;
	padding: 15px 0px;
}
.accolumn.list-group a{
	border: none;
	padding: 10px 50px;
	font-size: 13px;
}
.accolumn.list-group a.logu{
	padding: 10px 0;
	color: #000
}
.accolumn h3{
	font-size: 16px;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 20px;
}
.accolumn h3 a{
	font-size: 16px;
	font-weight: 500;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 0px;
}
.accolumn h3 svg{
	fill: #fe2a2f;
	margin-right: 10px;
}
.accolumn hr{
	border-top: 1px solid #f0f0f0;
}
/* account page */
/*-------------*/
.acco span{
	display: inline-block;
	vertical-align: middle;
}
#account-account.acpage #content[class*="col-"] a {
	background-color: #fff;
    display: inline-block;
    border: 1px solid #eee;
    width: 100%;
    padding: 25px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
}
#account-account.acpage #content[class*="col-"] span:first-child{
	border-right: 1px solid #eee;
	padding-right: 25px;
	margin-right: 25px;
}
#account-account.acpage #content[class*="col-"] span:last-child{
	font-size: 16px;
	font-weight: 500;
}
#account-account.acpage #content[class*="col-"] span:last-child span{
	font-size: 14px;
	font-weight: 400;
	color: #bcbcbc;
	margin-top: 6px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}
#account-account.acpage #content[class*="col-"] span svg{
	fill: #fe2a2f;
}
#account-account .achead {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}
.acl{
	margin-bottom: 5px;
}
/* responsive */
@media(min-width: 1830px){
	.product-grid{
    	width: 20%;
	}
	.product-layout.product-list{
    	width: 50%;
	}
	.product-list .image {
	    width: 30% !important;
	}
	.product-list .caption {
	    width: 70% !important;
	}
	.manucom .product-grid {
    	width: 16.66% !important;
	}
	#column-right{
		width: 20%;
	}
	#content.colright{
		width: 80%;
	}
}	
@media(min-width: 1590px) and (max-width: 1829px){
	#menu .navbar-nav > li {
    	padding: 10.7px 0;
	}
	.onsalepro .product-thumb {
    	padding-bottom: 12px;
    	margin-bottom: 13px;
	}
	#count .product-thumb .caption {
    	margin-top: 6px;
	}
}
@media(min-width: 1410px) and (max-width: 1589px){
	.proimg{
		width: 36%;
	}
	.pro-content{
		width: 64%;
	}
	#column-right,#column-left{
		width: 22%;
	}
	#content.colright{
		width: 78%;
	}
	.inuser {
    	margin: 11px 25px;
	}
	.head-menu,.slide-menu-part,.left-pro1,.left-pro2{
    	width: 20%;
	}
	.manun,.slidebg,.category-tab.tabpro{
		width: 80%;
	}
	.onsalepro .product-thumb {
    	padding-bottom: 11px;
    	margin-bottom: 10px;
	}
	#count .product-thumb .caption {
    	margin-top: 0;
	}
	.dealt{
		display: none;
	}
	#menu .navbar-nav > li {
    	padding: 11.8px 0;
	}
	.manun ul li {
    	margin-right: 50px;
	}
	.testibgc {
    	padding: 8px;
	}
	.des_dev {
    	margin-bottom: 6px;
	}
	.slidedes {
    	margin-top: 70px;
    	margin-right: 90px;
    	top: 0;
    	right: 0;
	}
	.inuser .dropdown-toggle span{
		display: none;
	}
}
@media (max-width: 779px){
	.product-quickview-detail .pro-content h1 {
	    margin-top: 50px;
	}
}
@media (min-width: 768px){
	.sticky,.blogsticky{
		position: sticky;
		top: 15px
	}
	.product-list .caption {
	    text-align: left;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.product-list .image, .product-list .caption {
	    float: left;
	    position: relative;
	    margin: 0;
	}
	#xsfilter {
	    display: block !important;
	}
	.catfilter .panel-heading button{
		display: none
	}
	.middle-footer h5 button {
	    display: none;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media (min-width: 1410px){
	.small-tm-img {
    	width: 23%;
	}
	.main-tm-img {
    	width: 77%;
	}
	.product-list .image {
	    width: 23%;
	}
	.product-list .caption {
	    width: 77%;
	}
	.manucom .product-grid{
		width: 20%;
	}
	.manucom .product-list .image{
		width: 30%;
	}
	.manucom .product-list .caption{
		width: 70%;
	}
	.manucom .product-list{
		width: 50%;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	.accolumn h3{
		font-size: 15px;
	}
	#column-left,#column-right{
		width: 22%;
	}
	#content.colright{
		width: 78%;
	}
	.onsalepro .product-thumb {
    	padding-bottom: 6px;
    	margin-bottom: 6px;
	}
	.head-menu,.slide-menu-part{
    	width: 20%;
	}
	.manun,.slidebg{
		width: 80%;
	}
	.left-pro1,.left-pro2{
		width: 25%;
	}
	.category-tab.tabpro{
		width: 75%;
	}
	.hdis h3,#count .catlist-des{
		display: none;
	}
	#count .product-thumb .caption {
    	margin-top: 6px;
	}
	.newsl {
    	padding: 13px 0;
	}
	.hdis{
		margin: 0 !important;
	}
	.manun ul li {
    	margin-right: 20px;
	}
	#menu .navbar-nav > li {
    	padding: 10.6px 0;
	}
	.cate {
    	padding: 4px 7px;
	}
	.blog_comment::before, .blog_comment::after {
    	padding: 0 10px;
	}
	.deliveryinfo{
		padding: 20px 10px;
	}
	.deliveryinfo ul li h4{
		font-size: 14px;
	}
	.des_testimonial p{
		font-size: 13px;
		line-height: 22px;
	}
	.hbottom .head-menu{
		padding: 0;
		width: 57%;
	}
	.product-grid{
		width: 33.33%;
	}
	.manucom .product-grid {
    	width: 25%;
	}
	.slidedes {
	    margin-top: 0;
	    margin-right: 10px;
	    z-index: 9;
	    top: 7%;
	    right: 0;
	}
	.slidebig h1 {
    	font-size: 290px;
	}
	.newsl .description-top p{
		font-size: 12px;
	}
	.newsbgf h5{
		font-size: 18px;
	}
	.manucom .product-list .image{
		width: 22%;
	}
	.manucom .product-list .caption{
		width: 78%;
	}
	.list-group a{
		font-size: 13px;letter-spacing: 0
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
}
@media(max-width: 1199px){
	.newsl .form-vertical{
		width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.onsalepro .product-thumb {
    	padding-bottom: 3px;
    	margin-bottom: 3px;
	}
	.left-pro1,.left-pro2{
		width: 30%;
	}
	.category-tab.tabpro{
		width: 70%;
	}
	#menu .navbar-nav > li {
    	padding: 8.2px 0;
	}
	.newsbgf h3{
		font-size: 38px;
	}
	.newsl {
    	padding: 22px 0;
	}
	.accolumn.list-group a {
    	padding: 10px 35px;
	}
	.product-grid .p-com {
    	margin: 0 8px;
	}
	.test-img{
		padding: 0;
	}
	.middle-footer h5{
		text-transform: capitalize;
	}
	.deliveryinfo ul li{
		display: block;
		text-align: center;
	}
	.deliveryinfo ul li:first-child{
		margin: 0 auto 10px auto !important;
	}
	.des_testimonial p {
    	font-size: 12px;
		line-height: 18px;
	}
	.test-img img{
		margin-left: auto;
		margin-right: auto;
	}
	.deliveryinfo ul li h4{
		font-size: 15px;
	}
	.leftprocom,.imgbanner,.next-prevb .heading,.banner-bg,.ser-bann,.logo-slider,.test-news-bg{
		margin-top: 30px;
	}
	.test-news-bg{
		padding: 30px 0;
	}
	.heading{
		font-size: 18px;
	}
	.pro-tab li.active > a::after {
		bottom: -20px;
	}
	.accolumn h3 {
    	font-size: 14px;
    	padding: 0 14px;
	}
	#madebyhand-search-category{
		width: 130px;
	}
	.slidedes {
    	margin-top: 0px;
		margin-left: 20px;
		top: 0%;
	}
	.slidesmall h2 {
	    font-size: 32px;
	    max-width: 508px;
	}
	.slidesmall p {
	    max-width: 560px;
	}
	.cate {
    	padding: 4px 5px;
	}
	.manucom .product-grid{
		width: 25%;
	}
	.product-list .image {
	    width: 32%;
	}
	.product-list .caption {
	    width: 68%;
	}
	.hdis{
		margin: 0 !important;
	}
	.manun ul li {
    	margin-right: 25px;
	}
	.category-tab .nav-tabs li {
    	padding: 0 7px;
	}
	.foot-call-no svg{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.pro-tab.nav-tabs{
		top: 7px;
	}
	.newsl .form-group{
		margin: 15px 15px;
	}
	#cattab .caption{
		margin-top: 20px;
	}
	.timerpro .product-thumb .box-timer span.countdown-section{
		margin-right: 1px;
	}
	#account-account.acpage #content[class*="col-"] a{
		padding: 14px;
	}
	.accolumn.list-group a {
    	padding: 10px 46px;
	}
	.cate {
    	padding: 4px 10px;
	}
	.manun li a{
		text-transform: capitalize;
	}
	.manun ul li {
    	margin-right: 20px;
	}
	#madebyhand-search-category{
		width: 125px;
	}
	.top-bar-co, .hbottom{
		padding: 0;
	}
	.call-no{
		font-size: 14px;
	}
	.accolumn h3 {
    	font-size: 14px;
    	padding: 0 14px;
	}
	.slidebig h1 {
    	font-size: 170px;
	}
	.slidedes {
	    margin-top: 0;
	    margin-left: 20px;
	    top: 0;
	}
	.slidesmall p{
		max-width: 400px;
		font-size: 10px;
		margin: 10px 0;
	}
	.slidesmall h2 {
    	font-size: 28px;
    	max-width: 600px;
    	margin-top: 0;
	}
	#column-left1{
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.proreview{
		margin: 0 15px;
		padding: 0 15px;
	}
	.manucom .product-grid{
		width: 33.33%;
	}
	.manucom .product-list .image{
		width: 30%;
	}
	.manucom .product-list .caption{
		width: 70%;
	}
	.product-list .image {
	    width: 45%;
	}
	.product-list .caption {
	    width: 55%;
	}
	.product-list .caption {
    	margin: 8px 0 0;
	}
	.deliveryinfo ul li,.deliveryinfo .ses ul{
		text-align: center !important;
	}
	.deliveryinfo ul li:first-child {
    	margin: 0 auto 10px auto;
	}
	.deliveryinfo ul li h4{
		font-size: 15px;
		letter-spacing: 0;
	}
	.deliveryinfo .ses{
		padding: 0 5px;
	}
	.blog_webi .blog-right h4 {
    	font-size: 16px;
    	max-width: 322px;
	}
}
@media (min-width: 992px){
	.home-page #under-menu{
		display: block !important;
	}
	.fborder {
    	border-left: 1px solid rgba(255,255,255,0.1);
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 991px){
	.date-time{
		left: 5px;
	}
	.news-b{
		border: none !important;
	}
	.hdis,.bg-color{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#cart-total {
	    right: -1px;
	}
	#account-account.acpage #content[class*="col-"] span svg{
		width: 35px;
		height: 35px;
	}
	#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: 14px;
   		letter-spacing: 0;
	}
	#account-account.acpage #content[class*="col-"] span:last-child span {
    	font-size: 10px;
    	letter-spacing: 0;
    	margin-top: 1px;
	}
	.breadcrumb{
		margin-top: 20px;
	}
	.newsbgf h3 {
    	font-size: 19px;
		letter-spacing: 0;
	}
	.deliveryinfo {
    	text-align: left;
	}
	.menusp{
		text-align: left
	}
	.navbar-nav{
		margin: 0;
		float: none;
	}
	.hsticky{
		padding: 15px 0;
	}
	#search .btn-lg{
		min-width: unset;
	}
	.serpd,.test-news-bg{
		margin-left: 0;
		margin-right: 0
	}
	.middle-footer{
		padding: 20px 0
	}
	.slidebg,.offrow{
		margin-left: 0;
		margin-right: 0;
	}
	#common-home #content {
	    padding: 0;
	}
	.rless,#featured_category .rless,.testimonial.next-prevb.row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.cless,.testimonial.next-prevb .item.col-xs-12{
		padding-left: 5px;
		padding-right: 5px;
	}
	.bquickv{
		opacity: 1
	}
	.product-thumb .button-group{
		margin-top: 8px;
	}
	.imgbanner,.banner-bg,.ser-bann,.logo-slider, .leftprocom,.deliveryinfo,.tab-head,.next-prevb .heading,.test-news-bg{
		margin-top: 30px;
	}
	.test-news-bg{
		padding: 30px 0;
	}
	.heading{
		font-size: 18px;
	}
	.deliveryinfo .ses ul{
		border: none !important;
	}
	.next-prevb .owl-theme .owl-controls .owl-buttons {
    	right: 5px;
	}
	.pro-tab li.active > a::after {
		bottom: -15px;
	}
}
@media (max-width: 767px){
	.onsalepro .product-thumb {
    	padding-bottom: 5px;
    	margin-bottom: 5px;
	}
	.haccount {
    	min-width: 25rem;
	}
	.product-grid .product-thumb{
		padding-bottom: 5px;
	}
	#count .product-thumb .caption {
    	margin-top: 15px;
    	padding: 0 10px;
	}
	.main-tm-img {
    	padding: 0 10px 0 0;
	}
	.product-layout {
    	margin-bottom: 15px;
	}
	.deliveryinfo li span {
    	min-width: 60px;
    	min-height: 60px;
	}
	.s-panel{
		margin-top: 0;
	}
	.newsl button.btn-primary {
    	min-width: auto;
    	padding: 11px 10px;
	}
	.product-thumb .caption {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.catb.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catb.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catb {
	    position: absolute;
	    right: 15px;
	    top: 30px;
	    background: #fff;
	    color: #111;
	    padding: 0;
	    border: none;
	}
	.category-tab .nav-tabs li, .viewmore li {
	    display: block;
	    padding: 5px 0;
	}
	#cat_tab a,#cat_tab1 a {
	    font-size: 14px;
	}
	#cat_tab,#cat_tab1 {
	    background-color: #f5f5f5;
	    border-radius: 5px;
	    padding: 15px;
	    margin: 0 0 5px 0;
	}
	.viewmore {
    	padding: 0;
	}
	#cat_tab .nav-tabs,#cat_tab1 .nav-tabs {
	    text-align: left;
	}
	#cattab .caption {
    	margin-top: 10px;
	}
	.menu-part,.product-list .product-thumb .caption{
		padding: 0;
	}
	.bg-color {
    	padding-top: 15px;
	}
	.product-thumb .button-group button, .product-thumb .button-group a {
    	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	}
	#madebyhand-search-category,#search .input-lg,#search .btn-lg{
		height: 40px;
	}	
	.product-list .product-thumb .rating{
		margin-bottom: 6px;
	}
	.all-blog-des.allcomment {
    	margin-bottom: 15px;
	}
	.product-thumb .price{
		font-size: 14px;
	}
	.heading{
		font-size: 18px !important;
	}
	.protitle{
		font-size: 13px;
	}
	.deliveryinfo {
    	padding: 0 0;
    	border: none;
	}
	.deliveryinfo ul li h4{
		font-size: 15px;
	}
	.deliveryinfo .ses{
		margin-bottom: 20px;
    	padding: 0;
	}
	.ser-s.ses{
		margin-bottom: 0;
	}
	.deliveryinfo ul li svg{
		width: 30px;
		height: 30px;
	}
	.product-list .protitle, .product-list .protitle a,.product-list .product-thumb .price{
		font-size: 16px;
	}
	.product-list .protitle{
		margin-top: 6px;
	}
	.head-menu {
    	position: absolute;
    	left: 0;
    	right: auto;
    	width: auto;
    	z-index: 9;
		top: 16px;
	}
	.head-right {
    	position: absolute;
    	top: 12px;
    	right: 0;
    	width: auto;
	}
	.acspace button{
		display: block;
		text-align: right;
		margin-top: 15px;
	}
	.acspace{
		font-size: 12px;
	}
	.product-thumb .button-group{
		text-align: center !important;
		display: none;
	}
	.product-thumb .rating {
    	margin: 2px 0 4px 0;
	}
	.social{
		text-align: center !important;
		margin-top: 15px;
	}
	.newsl {
    	padding: 0;
	}
	.onsalepro .caption {
    	padding-top: 8px;
	}
	.des_testimonial p{
		font-size: 12px;
		line-height: 22px;
	}
	#owl-testi .owl-pagination{
		top: 2px;
	}
	.logo-slider {
    	margin-top: 30px;
	}
    .slidesmall h2{
    	font-size: 20px;
    }
    .slidesmall p{
    	font-size: 12px;margin: 12px 0;letter-spacing: 0;max-width: 300px;
    }
    .slidecap a{
    	padding: 7px 15px;
    	display: none;
    }
    .slidebig h1{
    	font-size: 72px;
    }
    .slidedes{
    	margin-top: -12px;margin-left: 10px;
    }
	.product-thumb .button-group svg {
    	width: 15px;
    	height: 15px;    
	}
	.product-thumb .button-group .bquickv svg {
    	width: 13px;
    	height: 13px;
	}
	.product-thumb .button-group button, .product-thumb .button-group a {
    	width: 28px;
    	height: 28px;
    	padding: 2px 0px;
    	margin: 0px 0px;
	}
	.middle-footer h5{
		font-size: 16px;
	}
	.menusp .navbar-header button{
		border: none;
		padding: 0;
		background: transparent;
		margin: 0;
		float: none;
		position: unset;
	}
	.menusp .navbar-header button i{
		font-size: 17px;
	}
	.navbar-toggle{
		padding: 0;
		margin: 0;
		float: none;
		color: #fff;
	}
	.navbar-toggle:hover{
		color: #333;
	}
	#cart-total{
		padding: 0;
	}
	#logo{
		padding-left: 40px;
		position: relative;
		z-index: 1;
		margin: 0;
	}
	.desktop-search{
		margin-top: 12px;
	}
	.head-right svg{
		width: 25px;
		height: 25px;
	}
	#cart svg {
    	margin: 0 !important;
	}
	#cart {
    	background-color: transparent;
    	padding: 0;
    	margin-top: 0;
	}
	#search .btn-lg{
		min-width: unset;
	}
	.inuser{
		display: inline-block;
		margin: 0 10px;
	}
	.langcur .dropdown-menu {
	    min-width: 23rem;
	    padding: 10px 7px;
	}
	.blog_webi .blog-right h4 {
	    font-size: 14px;
	    position: unset;
	    padding: 0;
	    background-color: transparent;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	}
	.blog-des p{
		margin: 0 0 0 0;
	}
	.read_more.btn,.news-b{
		margin-top: 10px;
	}
	.blog-des{
		padding: 10px;
	}
	.menusp, #top-links {
	    margin-top: 6px;
	}
	#column-left1{
		padding: 0 15px;
	}
	.foot-about p{
		margin-bottom: 15px;
	}
	#top-links{
		padding-left: 0;
	}
	.langcur{
		margin: 0 10px;
	}
	header #logo img{
		max-width: 105px;
		margin: 0;
	}
	.inuser a.dropdown-toggle span,#cart-total::before{
		display: none
	}
	.test-bg{
		margin: 0;
	}
	.all-bg-co{
		padding: 15px;
	}
	.webi-newsletter p{
		display: none;
	}
	.foot-call-no h6{
		font-size: 12px;
	}
	.foot-call-no h4{
		font-size: 18px;
	}
	.copy .text-left {
	    margin-top: 0;
	    margin-bottom: 10px;
	}
	.foot-call-no {
    	margin-bottom: 15px;
	}
	.fpy,.category-tab.next-prevb .owl-theme .owl-controls .owl-buttons{
		display: none
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.breadcrumb{
		padding: 8px 10px;
		font-size: 13px;
		letter-spacing: 0
	}
	.allcomment h5{
		font-size: 14px;
	}
	.blog_links{
		font-size: 12px;letter-spacing: 0;
		margin: 8px 0
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.allmb .blog-desc{
		margin-bottom: 5px;
	}
	.pro-content h1{
		margin-top: 15px;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.catlist-des{
		height: 36px;
		overflow: hidden;
		margin: 6px 0;
	}
	.langcur .btn-link.dropdown-toggle.test{
	    border: 1px solid #eee;
		font-size: 12px;
		letter-spacing: 0;
		padding: 2px 8px;
		text-transform: capitalize;
		color: #000;
	}
	#form-currency .dropdown-menu.dropdown-menu-right{
		left: 0;
		right: auto
	}
	.lpro::before, .lpro::after {
		margin: 0 10px;
	}
	.pro-tab li a {
	    font-size: 14px;
	    text-transform: capitalize;
	    padding-bottom: 10px;
	}
	.footappxs{
		text-align: center !important;
	}
	.middle-footer .btn.toggle{
	    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%;
	    color: #fff;
	}
	footer h5 .toggle::after,.catfilter .toggle::after{
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle.collapsed::after,.catfilter .toggle.collapsed::after{
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 10px;
	    width: 100%;
	    right: 0;
	    padding: 0 15px;
	    background: transparent;
	    color: #fff
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.catfilter .panel-heading{
		padding: 10px 15px;
	}
	.middle-footer h5{
		font-size: 14px;
		margin-bottom: 10px;
		position: relative
	}
	footer{
		margin-top: 30px;
	}
	.topbe::before, .test::before{
		display: none;
	}
	.copy .text-left,.copy .text-right{
		text-align: center
	}
	.middle-footer {
	    padding: 20px 0;
	}
	.timerpro .product-thumb .box-timer span.countdown-section {
	    margin-right: 10px;
	}
	.box-timer{
    	margin-top: 10px;
	}
	#under-menu{
    	display: block;
    	border: none;
    	margin: 0;
	}
	.blogd{
		margin: 0 0px;
	}
	#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 30px !important;
		font-weight: 500;
	}
	#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
	}
	/* sidenav */
	#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
	body.active {
	    overflow: hidden;
	}
	body.active::before {
	    background: #000000 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.7;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 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
	}
	.lpro {
    	margin: 0 15px;
	}
	#count .price{
		margin-bottom: 3px;
	}
	.timerpro .product-thumb .rating{
		margin-top: 0;
	}
}
@media (max-width: 450px){
	.slidesmall p{
		margin: 10px 0;
		display: none;
	}
	.slidesmall h2 {
	    font-size: 16px;
	    margin-top: 0;
	}
	.slidesmall h3{
		font-size: 14px;
	}
}
@media (max-width: 599px){
	.test-img {
    	float: none !important;
    	width: auto;
	}
	.test-desc {
    	width: 100%;
    	text-align: center;
    	margin-top: 15px;
	}
	.test-desc hr {
    	margin: 15px auto;
	}
	.test-img img{
		margin: 0 auto;
	}
	.next-prevb .pull-left.heading {
    	float: none !important;
    	text-align: center;
    	margin-bottom: 15px !important;
	}
	.next-prevb .pull-left.heading::after{
		right: 0;
		margin: 0 auto;
	}
	.protabcont.next-prevb .owl-theme .owl-controls .owl-buttons,.tab-head h1{
		display: none;
	}
	.pro-tab.nav-tabs{
		margin: 0 !important;
		text-align: center;
		position: unset;
	}
	#search .input-lg{
		border-radius: 5px 0 0 5px;
	}
	.allcart {
	    text-align: center;
	}
	.cart-des{
		display: block;
		margin-top: 10px;
	}
	.cart-des .input-group{
		margin: 0 auto;
	}
	.allcart .cart-re {
    	float: none !important;
    	margin-top: 5px;
	}
	#blog .blog-left,#blog .blog-right{ 
		width: 100%;
	}
	.deliveryinfo ul{
		margin-bottom: 15px;
	}
	.slidecap a{
		display: none;
	}
	.newsl .description-top p {
    	font-size: 12px;
	}
	.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{
		letter-spacing: 0;
		font-size: 13px;
	}
	#tab-description h3{
		margin-top: 0;
	}
	.product-tab li {
	    margin: 0 4px;
	}
	.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, .pagi .text-right {
	    text-align: center;
	    width: 100%;
	}
	.offerbanner .col-xs-6{
		width: 100%
	}
	.sbr,.offerbanner .col-xs-6:last-child{
		margin-top: 15px;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.product-grid {
    	width: 33.33%;
	}
	.pro-tab.nav-tabs{
		top: 0;
		margin-left: 90px;
	}
	.deliveryinfo .ses{
		width: 50%;
	}
	#madebyhand-search-category{
		background-position: right bottom 4px;
	}
	.ct,.slidesmall h3{
		display: none
	}
	.blog_webi .blog-right .read_more {
    	margin-top: 10px;
	}
	.blog-des p {
    	max-height: 66px;
		overflow: hidden;
	}
}
@media (min-width: 400px) and (max-width: 767px){
	.product-list {
	    width: 50%;
	}
}
.beffect a:hover::after {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
}
.beffect a::after {
    background: rgba(0,0,0,.1);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out 0s;
    right: 0;
    top: 0;
    border-radius: 5px;
}
.beffect a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.beffect{
	position: relative;
	overflow: hidden
}
.beffect img{
	border-radius: 5px;
}

.tab-pro-img,.test-ser,.logo-slider{
	position: relative;
}
