body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.5px;
	background-color: #fff;
}
.hsticky .rightac.headsearch > li,
.hsticky .rightac.headsearch > div {
  display: inline-block;
}
#column-left .mfilter-box .mfilter-slider-slider .ui-slider-range,
#column-left .mfilter-box #mfilter-price-slider .ui-slider-range {
	background: #fd6c1e !important;
}
#column-left .mfilter-box .mfilter-counter {
	background: #fd6c1e;
}
#column-left .mfilter-box .mfilter-counter::after {
  border-right-color: #fd6c1e;
}
.mt-1 {
	margin-top: 8px;
}
.mt-2 {
	margin-top: 16px;
}
.mt-3 {
	margin-top: 24px;
}
.mt-4 {
	margin-top: 32px;
}
.mt-5 {
	margin-top: 40px;
}
.mb-1 {
	margin-bottom: 8px;
}
.mb-2 {
	margin-bottom: 16px;
}
.mb-3 {
	margin-bottom: 24px;
}
.mb-4 {
	margin-bottom: 32px;
}
.mb-5 {
	margin-bottom: 40px;
}
.ml-1 {
	margin-left: 8px;
}
.ml-2 {
	margin-left: 16px;
}
.ml-3 {
	margin-left: 24px;
}
.ml-4 {
	margin-left: 32px;
}
.ml-5 {
	margin-left: 40px;
}
.mr-1 {
	margin-right: 8px;
}
.mr-2 {
	margin-right: 16px;
}
.mr-3 {
	margin-right: 24px;
}
.mr-4 {
	margin-right: 32px;
}
.mr-5 {
	margin-right: 40px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
b, strong {
    font-weight: 500;
}
.d-inline-block{
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #000;
	transition: 0.3s ease;
}
:focus{
	outline: none;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
	text-decoration: none;
	outline: none;
	color: #fd6c1e;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #000;
	border-color: #e5e5e5;
}
label {
	font-size: 13px;
	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
}
#search_block_top ::placeholder {
  color: #999;
  opacity: 1; /* Firefox */
}
/* 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 (min-width: 768px){
    .container {
        width: 100%;
    }
}
@media (min-width: 992px){
    .container {
        width: 963px;
    }
}
@media (min-width:1200px) and (max-width: 1409px) {
    .container {
       width: 1170px;
    }
}
@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: 4px;
}
.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 #fd6c1e;
	box-shadow: none
}
/* search */
#search .input-lg {
	color: #000;
    height: 48px;
    padding: 0 16px;
    border: none;
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 50px;
}
#search .btn-lg {
   	background: #fd6c1e;
	border: none;
	fill: #fff;
    text-transform: uppercase;
    font-size: 14px;
    height: 48px;
    padding: 0 50px;
    font-weight: 500;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
	min-width: 45px;
	color: #fff;
}
#search .btn-lg:hover{
	background: #000;
}
.winter-search-container::before {
    position: absolute;
    content: '';
    top: 13px;
	left: 148px;
    width: 1px;
    height: 25px;
    border-left: 1px solid #cccccc;
}
.category-tab.tabpro {
	margin-top: 26px;
}
.homecategory {
	margin-bottom: 30px;
}
#latestp {
	margin-top: 20px;
}
/* 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;
	border-radius: 4px;
}
.dropdown-menu{
	border-radius: 0;
}
#cart .btn-danger {
    background-color: #fff;
    color: #222;
    padding: 0;
    border-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	font-size: 14px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
	font-size: 12px;
}
.count{
		display: block;
		position: absolute;
		font-size: 10px;
		background-color: #000;
		color: #fff !important;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		top: -9px;
		left: 8px;
		line-height: 15px;
	}
.cartqt{
	width: 12%;
}
.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 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;
}
#text-left.call-ri{
	display: inline-block;
	vertical-align: middle;
}

.dropdown.inuser.d-inline-block {
    margin: 0 25px;
}
.hidden-xs.userdess.d-inline-block{
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	color: #a4a5a7;
}
.headsearch svg {
    fill: #fff;
}
.call-le{
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
}
.breadcrumb li {
    display: inline;
}
.cmail{
	text-align: right;
}
.hcall{
	border: 1px solid #474a51;
	border-radius: 4px;
	padding: 5px 10px;
}
.call-ri{
	display: inline-block;
	vertical-align: middle;
}
.call-ri i{
	font-size: 19px;
	color: #fd6c1e;
}
.call-ri a{
	font-size: 16px;
}
#cart-text{
	color: #fd6c1e;
}
.sblock li{
	display: inline-block;
	position: relative;
	margin-right: 10px;
	padding-right: 20px;
}
.sblock li a{
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	color: #000;
	font-weight: 400;
	display: inline-block;
}
.cartna {
    text-transform: full-size-kana;
    font-size: 14px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: normal;
}
/* menu */

#menu .dropdown-menu {
	padding: 15px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .collapse .nav .dropdown-submenu li{
	margin: 0;
}
#menu .collapse li.view_more.my-menu {
    cursor: pointer;
    padding: 15px 15px;
}
.view_more.my-menu i{
	position: relative;
	top: 2px;
	display: inline-block;
}
#menu .collapse .nav .dropdown-inner li a {
	min-width: 200px;
	display: block;
	padding: 3px 2px;
	clear: both;
	line-height: 16px;
}
#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;
}
/* content */
#content {
	min-height: 600px;
}
/* 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: #fd6c1e
}

.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: 0px;
    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: 4px;
}

.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: 0 0 20px 0;
	padding: 10px 15px;
	background: #f5f5f5;
	border-radius: 4px;
	margin-top: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li a:hover{
	color: #000;
}
.breadcrumb > li a:hover{
	color: #fd6c1e;
}
.breadcrumb > li a::after {
	content: '|';
	padding: 0 8px;
	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.7px 12px;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn.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: #fd6c1e;
	color: #fff;
	fill: #fff;
	border: none;
	transition: 0.3s ease;
	font-size: 14px;
	border-radius: 4px;
}
.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;
	fill: #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: #fd6c1e;
	transition: 0.3s ease;
}
.btn-danger.focus, .btn-danger:focus,.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active:hover,.btn-danger:active,.btn-danger:hover,.btn-info:hover,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover{
	background-color: #000;
	color: #fff
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 0;
	transition: 0.3s ease;
}
.text-right .btn-link{
	vertical-align: sub;
}
.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;
}
.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: #fd6c1e;
	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: #fd6c1e
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.rating .fa-stack {
	font-size: 6px;
	width: 12px;
	height: 12px;
}
.rating .fa-star-o,.rating .fa-star{
	color: #ffdc52;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ffdc52;
}
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 */
.s-panel{
	position: relative;
	z-index: 0;
}
.s-panel img{
	border-radius: 4px;
}
.s-panel .wrloader {
	background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
/* custom css */
.toppati {
    padding: 8px 0;
    background-color: #33373e;
    border-bottom: 1px solid #474a51;
}
.toppati ul{
	padding: 0;
}
.hed-svg svg {
    fill: #fd6c1e;
}
.t-left{
	margin-top: 2px;
	margin-left: 10px;
	display: inline-block;
	color: #fff;
}
.offtitle p{
	margin-bottom: 0;
}
/* .toppati .dropdown-menu li{
	display: block;
} */
.fixed {
    position: fixed;
    z-index: 9;
    top: 0;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    padding: 12px 0 !important;
}
ol, ul{
	margin-bottom: 0;
}
.list-inline{
	margin: 0
}
.list-inline > li{
	padding: 0;
	vertical-align: middle;
}
.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 .dropdown-menu li{
	display: inline-block;
}
.langcur .langcdrop .dropdown-menu li{
	display: block
}
.langcur .dropdown-menu.langcdrop{
	min-width: 18rem;
	padding: 10px;
}
.test{
	vertical-align: baseline !important;
}
.test,.inuser .dropdown-toggle,#wishlist-total,.topbe{
	/* letter-spacing: 1px; */
	font-size: 14px;
	fill: #000;
	color: #fff;
	vertical-align: middle;
}
.topbe:hover{
	color: #fd6c1e;
}
.test:hover,.test:focus,.inuser .dropdown-toggle:hover,#wishlist-total:hover{
	color: #fd6c1e;
	fill: #fd6c1e;
}
.inuser .dropdown-toggle:hover,#cart:hover svg,.usvg:hover svg{
	fill: #fd6c1e;
}
.madebyhand-dis .rating {
    margin-bottom: 10px;
}
@media(min-width: 1200px){
	.slidepad {
    	width: 70%;
	}
	.offbg{
		width: 30%;
	}
}
@media(min-width: 1410px){
	.homemenu {
    	width: 50%;
	}
}
/* search */
.winter-category-container{
	position: absolute;
	width: 18%;
	right: 125px;
	z-index: 9;
}
.winter-category-container::before{
	position: absolute;
	content: '';
	top: 7px;
	left: -6px;
	width: 1px;
	height: 25px;
	border-left: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#madebyhand-search-category{
	max-width: 148px;
	float: left;
	border: 1px solid #e7e7e7;
	border-right: none;
	height: 48px;
	padding: 10px 4px 10px 15px;
	-moz-appearance: none;
	 background: #f2f2f2 url("../../../../../image/catalog/arrow.png");
	background-position: right 15px center;

	background-repeat: no-repeat;
	-webkit-appearance: none;
	font-size: 13px;
	background-color: #fff;
	border-radius: 4px 0 0 4px;
	color: #000;
	border: none;
	letter-spacing: 1px;
	/* display: none; */
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
.wbSearch #search_block_top{
	position: relative;
	border-radius: 4px;
	width: 100%;
	margin-top: 1px;
	background: #fff;
}
/* result */
.searchbr .image{
	padding-right: 0;
}
.madebyhand-search-result .searchbr{
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #eee;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.madebyhand-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.madebyhand-search-result {
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    z-index: 99;
    max-height: 530px;
    overflow-y: auto;
    margin-top: 1px;
    border-radius: 4px;
}
.madebyhand-dis h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0;
	font-weight: 400;
	color: #000;
	font-size: 15px;
}
.madebyhand-dis h4:hover{
	color: #fd6c1e;
}
.madebyhand-dis .price-new {
    font-weight: 500;
    font-size: 16px;
}
.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-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: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* search over */
#cart button.dropdown-toggle {
    border: none;
    background-color: transparent;
    padding: 0;
}
#cart .dropdown-menu p{
	margin-bottom: 0;
}
#logo{
	margin-top: 7px;
}
.hsticky {
    padding: 20px 0;
	background-color: #33373e;
	position: relative;
}
#sblock{
	text-align: right;
}
.sblock li a:hover{
	color: #fd6c1e;
}
.stick{
	padding: 13px 0;
	position: relative;
	margin-top: 4px;
}
#wr-menu-icon:hover .ico-menu .bar::after {
    left: 0;
}
#sblock a{
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
}
#sblock svg{
	fill: #fd6c1e;
	margin-right: 6px;
}
.langcdrop {
	line-height: 29px;
	padding: 8px 15px;
	text-transform: capitalize;
}
.haccount li a i {
    /* margin-right: 8px;
    min-width: 16px; */
}
.haccount.dropdown-menu > li > a{
    padding: 5px 0;
}
.langcdrop .btn-link{
	padding: 7px 12px;
}
.langcdrop .btn-link img{
	vertical-align: unset;
}
.haccount.dropdown-menu > li > a:hover{
	color: #fd6c1e
}
.xsc{
	border-left: 1px solid #474a51;
	padding: 0 0 0 10px;
	margin-left: 10px;
}
.xscu {
    border-left: 1px solid #474a51;
    padding: 0px 10px;
    border-right: 1px solid #474a51;
    margin: 0 10px;
    text-transform: capitalize;
}

.svgbg{
	display: inline-block;
}
.hdis{
	vertical-align: middle;
	margin-left: 2px;
	cursor: pointer;
	display: inline-block;
}
#cartme{
	font-size: 12px;
	color: #f2f2f2;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
#cart-total{
		display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #f2f2f2;
	font-size: 12px;
	text-transform: capitalize;
	margin-left: 4px;
	letter-spacing: 0.5px;
}
.cartt{
		background: #fd6c1e;
		color: #fff;
		font-size: 10px;
		border-radius: 100%;
		width: 15px;
		position: absolute;
		margin-left: -30px;
		letter-spacing: 0;
		top: -8px;
		height: 15px;
		line-height: 15px;
		text-align: center;
	}
.usvg .userdess,#cart-text{
	color: #fff;
	font-weight: normal;
	letter-spacing: 0;
}
#cart-total strong{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: block;
}
.cmail svg{
	fill: #000;
}
.hcall-ri a{
	font-size: 16px;
	text-transform: uppercase;
}
.hcall-ri span{
	color: #fd6c1e;
}
.sblock{
	margin-top: 4px;
	padding-left: 0;
}
/* user dropdowm */
 .alogin .langcdrop li {
    padding: 0;
    border: none;
}
.alogin li {
    border-bottom: 1px solid #eee;
    padding: 9px 8px;
    text-transform: capitalize;
}

.alogin svg{
	margin: 0 7px;
	fill: #fd6c1e;
	width: 14px;
    height: 13px;
}
.alogin {
    min-width: 225px;
}
.hlogout {
    text-align: center;
    padding: 15px;
    min-width: 275px;
}
.hlogout h5 {
    font-size: 16px;
    margin-top: 0;
    font-weight: normal;
}
.hlogout h6 {
    font-size: 12px;
    color: #777;
    font-weight: normal;
}
.acd,.hlogout .wishcom{
    border: 1px solid #eee;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 0;
    margin-top: 10px;
    width: 47%;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}
.user-down.dropdown-menu > li > a:focus,.user-down.dropdown-menu > li > a:hover{
	color: #fd6c1e;
}
.user-down.dropdown-menu > li > a{
	padding: 0;
	/* text-transform: capitalize; */
}
.drpbot{
	min-width: 250px;
	padding: 15px 10px;
}
.drpbot .hcoms{
margin: 12px 0
}
.langcur{
	margin: 0 15px;
}
/* menu */
#menu .navbar-collapse{
	padding: 0
}
.navbar{
	min-height: auto;
	margin-bottom: 0;
	border: none;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
.menusp{
	padding: 0;
}
#menu .navbar-nav > li > a,.view_more.my-menu a {
    text-transform: uppercase;
	font-weight: normal;
	cursor: pointer;
	font-size: 14px;
	padding: 0 4px;
	display: inline-block;
	line-height: normal;
}
#menu .navbar-nav > li > a:hover{
	color: #fd6c1e
}
.navbar-nav{
	float: none
}
.dropdown-menu {
    border: none;border-radius: 4px;
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
}
#under-menu{
	position: absolute;
	width: 100%;
	z-index: 9;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
/* other-page */
.product-quickview-detail #content{
	padding-left: 15px;
}
.other-bag{
	background: #fff;
	padding: 20px;
	border-radius: 4px;
}
/* slider */
.slidertext{
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	text-align: center;
}
.slideff {
    position: relative;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    transition: opacity 0.5s 0.7s,-webkit-transform 0.5s 0.7s;
}
.s-panel .slick-current.slick-active .slideff {
    transform: none;
    opacity: 1;
}
.slidertext h2{
	font-size: 16px;
	text-transform: uppercase;
	color: #d6d6d7;
	margin: 0;
	letter-spacing: 1px;
}
.slick-dotted.slick-slider {
    margin: 0;
}
.slidertext h1{
	font-size: 54px;
	text-transform: uppercase;
	color: #fff;
	margin: 8px 0;
	letter-spacing: 2px;
}
.slidertext p{
	font-size: 20px;
	text-transform: capitalize;
	color: #7d7d7e;
	letter-spacing: 0;
	transition: all 1.5s ease;
	max-width: 500px;
	margin-top: 35px;
}
.slidertext a:hover{
	background-color: #000;
	color: #fff;
}
.slidertext a{
	background-color: #fd6c1e;
	margin-top: 10px;
	border-radius: 5px;
	color: #fff;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: normal;
	padding: 12px 25px;
	display: inline-block;
}
.s-panel .slick-dots {
    bottom: 15px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    top: -6px;
    cursor: pointer;
}
.slick-dots li {
    margin: 0 5px !important;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.offbanner:first-child {
    margin-bottom: 30px;
}
/* .rless{
	margin-right: 0;
} */
.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
}
/* product tag */
.cat-tab .rating{
	float: none !important;
}
.prhed .tag li{
	display: inline-block;
	background-color: #f6f6f6;
	color: #000;
	padding: 7px 15px;
	border-radius: 4px;
	margin: 5px;
	transition: 0.3s ease;
}
.prhed .tag li:hover{
	background-color: #fd6c1e;
	transition: 0.3s ease;
	color: #fff;
}
.prhed .tag li:hover a{
	color: #fff;
}
.prhed .tag{
	padding: 0;
}
.prhed .producttag{
	padding: 10px;
}
/* product tag */
/* product */
.probg{
	background-color: #fff;
}
.homecategory{
	background-color: #fff;
	border-radius: 4px;
}
.tab-head.text-center{
    border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.tab-head h1 {
    margin: 0 !important;
    border-bottom: none;
}
.headfirst{
	font-weight: 600;
}
.acenter{
	margin-top: 50px;
}
.protabcont,.sellbanner,.toppro,.protabcont,.onsalepro,.blog_webi{
	margin-top: 50px;
	margin-bottom: 50px;
}
.delibro,.textbnr,.leftpro-sp{
	margin-top: 30px;
	margin-bottom: 30px;
}
.html-tag{
	margin-top: 30px;
}
.container_wb_megamenu {
    margin-bottom: 30px;
}
.heat-t .heading{
	padding: 15px 0;
}
.heading {
    font-size: 30px;
	letter-spacing: 1px;
	font-weight: normal;
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: inherit;
	padding-bottom: 20px;
}
.pro-tab.nav-tabs{
	text-align: right;
	margin-right: 90px;
}
.left-heading {
    font-size: 16px ;
	font-weight: normal ;
	position: relative;
	padding: 12px;
	margin-top: 0;
	border-radius: 4px;
	margin-bottom: 10px;
	line-height: inherit;
	color: #fff;
	background: #fd6c1e;
}
.leftpro .product-thumb:hover, .timerpro .product-thumb:hover,#special .product-thumb:hover{
	box-shadow: none;
}
.heading::before{
    border-top: 1px solid #e4e4e4;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.tab-head .heading::before{
	display: none;
}

.heading span{
	display: inline-block;
	vertical-align: middle;
}
.nav-tabs > li{
	display: inline-block;
	float: none;
	margin-bottom: 0
}
.nav-tabs{
	border-bottom: none
}
.pro-tab li a {
    border: none !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin: -4px 0;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    top: 10px;
}
.cappo{
	position: relative;
}
.lpro{
	padding: 0 30px;
}
.pro-tab li.active > a,.pro-tab li.active > a:focus,.pro-tab li.active > a:hover{
	color: #fd6c1e;
	font-weight: normal;
}
.nav-tabs > li.active::before {
    width: 50px;
    transition: 0.5s ease;
    opacity: 1;
}
.pro-tab.nav-tabs{
	margin-bottom: 0px;
}
.product-thumb:hover .second-img {
    opacity: 1;
}
.product-thumb:hover .image {
    opacity: 0.5;
}
.product-thumb .image {
	transition: 0.3s ease;
}
.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.product-thumb .image {
    position: relative;
}
.sale {
    position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #fff;
	background-color: #000;
	padding: 2px 10px;
	line-height: normal
}
.product-thumb{
	position: relative
}
.protitle {
    font-size: 15px;
	color: #222222;
    margin: 0;
    padding: 9px 0;
    transition: 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.5px;
	height: 78px;
	overflow: hidden;
}
.protitle a{
	color: #222222;
}
.protitle:hover,.protitle:hover a{
	color: #fd6c1e;
}
.product-thumb .price {
    font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	height: 21px;
	margin-bottom: 10px;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 500;
}
.product-thumb .caption{
	padding: 10px;
	text-align: left;
}
.protabcont .multi-row .product-layout{
	margin-bottom: 0;
}
.protabcont .multi-row .product-layout:last-child{
	margin-bottom: 0px;
}
.probrand {
    color: #9f9e9e;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
#slider-fore .slick-arrow, #slider-fore .slick-arrow, #slider-fore2 .slick-arrow, #slider-fore2 .slick-arrow {
    color: #999;
    padding: 0;
    border-radius: 4px;
    transition: 0.3s ease;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    top: -71px;
    width: 30px;
	height: 30px;
	border: 1px solid #e5e5e5;
}
#slider-fore .slick-arrow:hover, #slider-fore .slick-arrow:hover, #slider-fore2 .slick-arrow:hover, #slider-fore2 .slick-arrow:hover{
	border: 1px solid #fd6c1e;
	background: #fd6c1e;
	color: #fff;
}
 .slick-prev {
    right: 38px;
}
 .slick-next {
    right: 0;
}
#slider-fore .slick-arrow i, #slider-fore .slick-arrow i, #slider-fore2 .slick-arrow i, #slider-fore2 .slick-arrow i {
    font-size: 18px;
}
/* button effect */

.product-thumb .button-group svg{
	width: 18px;height: 18px;
	fill: #222;
}
.product-thumb .button-group .cartb svg{
	width: 22px;
	height: 22px;
}
.product-thumb .button-group button,.product-thumb .button-group a,.product-thumb .button-group .cartb{
	background-color: #f5f5f5;
	/* box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1); */
	border-radius: 4px;
	color: #fff;
	min-width: 38px;
	min-height: 38px;
	text-align: center;
	border: none;
	padding: 8px 5px;
	font-size: 13px;
	text-transform: capitalize;
	transition: 0.3s ease;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.product-thumb .button-group button:hover svg,.product-thumb .button-group a:hover svg,.product-thumb .button-group .cartb:hover svg{
		fill: #fff;
}

.product-thumb .button-group .cartb span{
	font-size: 13px;
	text-transform: initial;
	color: #222;
    vertical-align: middle;
    transition: 0.3s ease;
	margin-left: 2px;
	letter-spacing: -0.5px;
}
.product-thumb .button-group .cartb:hover span{
	color: #fff;
}
.product-thumb .button-group button:hover,.product-thumb .button-group a:hover,.product-thumb .button-group .cartb:hover{
	background-color: #fd6c1e;
	color: #fff;
}
.bquickv{
	display: inline-block;
	vertical-align: middle;
}
.product-thumb {
    position: relative;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}
.product-layout:last-child .product-thumb {
    margin-bottom: 1px;
}
.product-thumb img{
	border-radius: 4px;
	cursor: pointer;
}
.product-layout:last-child .product-thumb{
	margin-bottom: 1px;
}

#count .countprice{
	color: #838383;
	max-height: 93px;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 0;
	margin-top: 15px;
}
#count .product-thumb .caption {
    text-align: left;
    margin: 0;
	border-top: 0;
}
#count .product-thumb .rating{
	bottom: 38%;
}
.menuss {
    padding: 0 10px;
}
.timerpro .heading .timehead{
	font-size: 18px;
	text-transform: capitalize;
	position: absolute;
	right: 100px;
	left: auto;
	top: 3px;
}
.timerpro .product-thumb .caption .product-title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding-bottom: 15px;
	font-size: 14px;
	text-transform: capitalize;
}
.custw {
    padding: 0;
}
.timerpro .product-thumb .box-timer span.countdown-period{
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 3px;
}
.timerpro .product-thumb .box-timer span.countdown-amount {
   font-weight: 500;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	position: relative;
	border-radius: 4px;
}
.countdown-section::after {
    content: ':';
    display: inline-block;
    margin: 0 11px;
    color: #fff;
}
.countdown-section:last-child::after{
	display: none;
	margin: 0;
}
.timerpro .deald, .timerpro .dealt {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
}
.timerpro .dealt {
    color: #6d6d6d;
}
.all-timer{
	display: flex;
	align-items: center;
	padding: 10px 20px;
}
#count .owl-pagination{
	display: none;
}
.all-timer .countdown-section{
	font-size: 18px;
	transition: 0.3s ease;
	font-weight: normal;
	display: block;
	letter-spacing: 1px;
	position: relative;
}
.all-timer .countdown-section{
	text-align: center;
	position: relative;
	transition: 0.3s ease;
	display: inline-block;
}
.product-count{
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}
.timerpro .caption-bor {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 25px;
}
#count .protitle,#count .product-thumb .price{
    font-size: 18px;
}
#count .protitle{
	padding: 15px 0;
}
#count .product-thumb .bquickv{
	position: unset;
	opacity: 1;
}
.countdown-row .countdown-section:last-child .countdown-amount::after {
 content:none
}
.img-thumb{
	border: 1px solid #eee;
	border-radius: 4px;
}
.img-thumb:hover{
	border: 1px solid #fd6c1e;
}
.all-timer .box-timer{
	margin-top: 0;
	margin-bottom: 0;
	background: #fd6c1e;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 4px;
}
.rprdc{
	margin-bottom: 8px;
}
.hometimer{
	margin-top: 32px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.spheading {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}

/* latest product */
/* category tab */
/* .tab-content{
	clear: both !important;
} */

.pull-img{
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	line-height: 24px;
	margin-top: -3px;
	transition: 0.3s ease;
	margin-right: 10px;
	float: left !important;
}


.pull-img img{
	width: 25px;
	height: 25px;
}
.container_wb_megamenu{
	margin-top: -53px
}
.container_wb_megamenu .nav li{
	padding: 3px 0;
}
.container_wb_megamenu ul.nav{
	background-color: #fff;
	border-radius: 4px;
	margin-top: 4px;
	border: 1px solid #e5e5e5;
}
.container_wb_megamenu .title-menu{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	cursor: pointer;
	letter-spacing: 1px;
	background-color: #fd6c1e;
	color: #fff;
	padding: 15px 15px;
	border-radius: 4px;
	height: 50px;
}
#wr-menu-icon i.pull-right {
    margin: 2px 0;
    font-size: 18px;
	position: absolute;
	display: none;
}
.nav-tabs li a{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}
#cat_tab2 .view_morec:hover{
	padding-left: 0;
}
#cat_tab .nav-tabs, #cat_tab1 .nav-tabs {
    margin-bottom: 0;
    padding: 0;
}
#cattab .product-thumb .image {
    padding: 0;
}
.cattab_bg .tab-content{
	width: 80%;
}
.home-cat{
	width: 20%;
}
#cat_tab ul li a:hover, #cat_tab ul li.active a, #cat_tab2 ul li a:hover, #cat_tab2 ul li.active a {
    color: #fd6c1e;
    background: rgba(253, 108, 30, 0.1);
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
.category-tab .nav-tabs li {
    display: block;
}
.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus {
    display: block;
    padding: 12px 16px;
    text-transform: capitalize;
    color: #777;
    position: relative;
    border: none;
    cursor: pointer;
    font-weight: 500;
    margin-right: 0;
}
#cat_tab .nav-tabs {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
}
#cat_tab1 a, #cat_tab a {
    transition: 0.3s all ease;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #eee;
}
#cat_tab a i{
	float: right;
}
.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 svg, #cat_tab .nav-tabs > li.active > a svg:focus, #cat_tab .nav-tabs > li.active > a svg:hover,#cat_tab a svg:hover{
	opacity: 1;
	fill: #fd6c1e;
}
#cat_tab a:hover::before,#cat_tab li.active a::before{
	color: #fd6c1e;
}

#cat_tab1 a:hover,#cat_tab1 li.active a{
	color: #fd6c1e;

}
#cat_tab a::before,#cat_tab a::after{
	transition: 0.3s all ease;
}
#cattab .product-thumb .rating{
	position: unset;
	text-align: left;
}
#cattab .product-thumb .caption{
	text-align: left;
	padding: 14px;
}
#cattab .protitle{
	padding: 13px 0;
}
.acenter{
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 25px;
}
#cattab1 .product-thumb .image {
    padding: 0;
}
#cattab .product-thumb .image {
    padding: 0;
}
#cattab1 .caption {
    padding-left: 10px;
}
#cattab:hover .price{
	opacity: 1;
}
#cattab1 .topbt{
	text-align: left;
	top: 56%;
}
#cattab .topbt{
	text-align: left;
	top: 56%;
}
#cattab .slick-slide .product-layout, #cattab1 .slick-slide .product-layout{
	margin-bottom: 30px;
}
#cattab .slick-slide div:last-child .product-layout,#cattab1 .slick-slide div:last-child .product-layout{
	margin-bottom: 0;
}
/* left pro */
.leftpro-sp,.leftpro,.html-tag{
	border: 1px solid #e5e5e5 !important;
    border-radius: 4px;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.offer-text{
	background: url("../../../../../image/catalog/htmlimg.png");
   padding: 12px 15px;
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat
}
.offer-text svg{
	height: 40px;
	width: 40px;
	fill: #fff;
}
.offer-text h1{
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 20px !important;
	margin-right: 66px !important;
}
.offer-text h2{
	font-size: 22px;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	margin-top: 10px;
	margin-left: 12px;
}
.offer-text .btn-primary:hover {
	background: #fff;
	color: #000;
}
.offer-text .btn-primary {
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    background: #fd6c1e;
	color: #fff;
	border-radius: 4px;
	float: right;
	margin-top: 4px;
	transform: 0.3s ease;
}
.offer-text .offer-text-left {
    display: inline-block;
}
@media(min-width: 768px){
	.alogin li:last-child {
		border-bottom: none;
	}
	.ico-menu .bar:nth-child(1)::after {
	    -webkit-transition-delay: 0.1s;
	    transition-delay: 0.1s;
	}
	.product-quickview-detail .sticky,.product-quickview-detail .blogsticky {
	    position: sticky;
	    top: 15px;
	}
	#column-left .leftpro:first-child{
		margin-top: 0;
	}
	.hsticky {
		z-index: 2;
	}
	#menu .nav > li:last-child > a{
		border-bottom: none;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	#menu .dropdown:hover .dropdown-menu {
		  opacity: 1;
		  transform: scale(1, 1);
	}
	#menu .dropdown-menu {
		margin-top: 10px;
		border-top: 3px solid #fd6c1e !important;
		border: 1px solid #e5e5e5;
		box-shadow: none;
		border-radius: 4px;
		opacity: 0;
		display: block;
		transform-origin: 0 0 0;
		transform: scale(1, 0);
		transition: all 500ms ease 0s;
		padding-bottom: 10px !important;
		padding-top: 7px !important;
		left: 100%;
		top: 0;
		margin-left: 0px !important;
		z-index: 1000 !important;
	}
	#menu li a:hover .enangle {
	  	transform: rotate(-90deg);
	  	transition: all 0.3s ease 0s;
 	}
}
.leftpro .image,.toppro .image{
    padding: 0;
}
.leftimg{
	position: relative;
}
.prhed h1{
	margin: 0;
}
.las-tab .leftpro .product-thumb{
	padding: 0;
}
.leftpro .product-thumb,#special .product-thumb{
	margin-bottom: 10px !important;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
}
#special .product-layout:last-child .product-thumb,.leftpro .product-layout:last-child .product-thumb{
	border-bottom: none;
	padding-bottom: 0;
}
#special .product-thumb .rating{
	position: unset;
	text-align: left;
}
.leftpro .caption {
    padding-bottom: 0;
    margin: 0;
    padding: 4px 10px;
    border-top: none;
    text-align: left;
}

.leftpro .protitle{
	margin: 0;
}
.toppro {
	border-right: 1px solid transparent;
}
#toprate .product-thumb{
	padding: 15px 15px 0 15px;
}
#toprate .toppro-ri{
	padding: 0;
	border: 1px solid #eee;
	border-radius: 4px;
}
#toprate .hidimg{
	padding-left: 0;
}
#toprate  .img_sli{
	margin-bottom: 20px;
}

/* category */
.btn-navbar.navbar-toggle {
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 100%;
    margin-top: -5px;
    float: left;
    background: #fd7b35;
}
.ico-menu {
    position: relative;
    width: 12px;
    top: -6px;
    margin: 0 auto;
    left: -2px;
}
.ico-menu .bar::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
        transition-delay: 0s;
    transition-delay: 0s;
}
.ico-menu .bar:nth-child(1) {
    top: -1px;
    width: 14px;
}
.ico-menu .bar:nth-child(2) {
    top: 4px;
    width: 14px;
}
.ico-menu .bar:nth-child(3) {
    top: 9px;
    width: 14px;
}
.ico-menu .bar {
    position: absolute;
    height: 1px;
    background-color: #fff;
    overflow: hidden;
}
.categorybr img{
	border-radius: 4px 4px 0 0;
}
.categorybr a {
    display: block;
    color:  #000;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.categorybr a img{
	width: auto;
	position: relative;
}
.categorybr h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    margin-top: 20px;
}
.categorybr:hover h5 a{
    color: #fd6c1e;
}
.categorybr:hover h5::before {
	border-color: transparent transparent #ffdc52 transparent;
}
.block-cat-wr h5 {
    color: #000;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: normal;
	transition: 0.3s ease;
	margin: 0;
	text-align: center;
	padding: 10px 0;
}
.block-cat-wr h6 {
	 color: #8b8b8b;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}
.catcontent{
	background: #f5f5f5;
	padding: 10px;
	border-radius: 0 0 4px 4px;
}
/* special product */
#special .protitle, #latest .protitle{
	width: auto;
}
.lsatpro,.tabpro,.logo-slider,.relpro {
	background: #fff;
	border-radius: 4px;
	position: relative;

}
#special .next-prevb{
	margin-bottom: 0;
	border: none;
}
#special .product-layout:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
  .leftimg{
  	position: relative;
	overflow: hidden;
	padding: 0;
  }
  #special .price,#popular .price{
  	margin-bottom: 0;
  }
  #special .caption,#popular .caption{
  	padding: 0 10px !important;
	text-align: left;
	border-top: none;
	margin: 0 0px;
  }
/* special product */
/* service */
.delibro{
	background-color: #fff;
	border-radius: 4px;
	padding: 23px 0;
	cursor: crosshair;
	border: 1px solid #e5e5e5;
}
.deliveryinfo ul svg {
	 width:38px;
	 height:38px;
	 fill: #fd6c1e;
	 transition:0.3s ease;
}
.deliveryinfo ul li span {
    text-align: center !important;
    margin: 0 6px;
    transition: all 0.4s ease-out 0s;
    display: inline-block;
}
.lbor{
	position: relative;
}
.sborder{
	text-align: left;
}
.sborder ul{
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.sborder:last-child{
	border-right:0;
}
.deliveryinfo [class*="col-"]:last-child ul {
 border-bottom:none;
 padding-bottom: 0;
 margin-bottom: 0;
}
.servies-dec{
	display: inline-block;
}
.deliveryinfo li {
 display: inline-block;
 vertical-align:middle
}
.deliveryinfo li h4,
.deliveryinfo li .h4 {
font-weight: normal;
font-size: 16px;
text-align: left;
 margin: 0 0;
 letter-spacing: 0;
 transition: 0.3s ease;
}
.deliveryinfo li p {
 font-size:14px;
 color:#919191;
 font-weight:normal;
 margin-bottom:0;
 text-align: left;
margin-top: 8px;
}
/* service over */
/* testimonial */
.test-hed{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
}
#testi .owl-pagination{
	position: unset;
	margin-top: 10px;
}
#testi .first-t1{
	position: relative;
}
#testi svg{
	fill: #ffd200;
	width: 35px;
	height: 35px;
}
.test_bg {
    background: url('../../../../../image/catalog/timg.jpg');
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
background-repeat: repeat;
background-attachment: scroll;
background-size: auto;
background-repeat: repeat;
background-attachment: scroll;
background-size: auto;
background-repeat: no-repeat;
background-size: cover;
padding: 25px 9px;
margin-top: 0px;
margin-bottom: 0px;
border-radius: 6px;
overflow: hidden;
}
.testim .owl-pagination{
	position: unset;
	margin-top: 20px;
}
.owl-carousel.owl-theme .owl-controls{
	margin-top: 0
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
    margin: 0;
    background: #868489;
    box-shadow: none;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.owl-carousel.owl-theme .owl-controls .owl-page.active span {
    margin: 0;
    background: #fd6c1e;
    box-shadow: none;
    width: 30px;
    height: 8px;
}
/* testimonial */
.testi1, .testi2, .testi3, .testi4 {
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    margin-top: 5px;
}
.content_test h3 {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #fd6c1e;
	margin: 20px 0px 6px;
}
.first-t1{
    color: #525252;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 15px 0;
	display: block;
}
.text-p p {
    color: #7f7f7f;
	font-weight: normal;
	line-height: 25px;
	margin-top: 10px;
}
#testi .item {
    margin: 0 auto;
}

.d-test {
    position: relative;
    max-width: 1000px;
	margin: 0 auto;
}
/* blog */
.read_more{
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	transition: 0.3s ease;
	font-weight: normal;
	border-radius: 4px;
	margin-top: 0;
	font-size: 13px;
	padding: 0;
}
.read_more svg{
	fill: #000;
	margin-left: 5px;
}
.read_more:hover svg{
	fill: #fd6c1e;
}
.read_more:hover{
	color: #fd6c1e;

}
.blog_webi .blog-right h4 {
    font-size: 22px;
    text-transform: capitalize;
    transition: 0.3s ease;
    margin: 10px 0;
    font-weight: 500;
    line-height: 27px;
	font-weight: normal;
}
.blog-des hr{
	margin: 7px 0;
}
.blog-des p {
    margin-bottom: 15px;
	color: #919191;
	line-height: 22px;
	font-size: 14px;
	max-height: 47px;
	overflow: hidden;
	margin-top: 0;
}
.blogdt .blogye{
	display: inline-block;
}
.bcomm{
	display: inline-block;
	color: #fd6c1e;
	font-weight: normal;
	font-size: 13px;
	margin: 0;
}
.date-time {
    display: inline-block;
    font-size: 14px;
	color: #000;
	font-weight: normal;
	background: #fd6c1e;
	border-radius: 0 4px 4px 0;
	padding: 8px 21px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blogb{
	position: relative;
}
.blog-dat{
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 25px;
	right: auto;
	left: 0;
}
.date-time .blogda{
	font-size: 24px;
	margin-right: 5px;
	font-weight: 500;
}
.blog_webi .blog-right h4:hover{
	color: #fd6c1e;
}
.allcmenomt, .read-more{
	margin-bottom: 20px;
}
.lb-nav a{
	transition: none
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.93,0.9);
}
#blog .product-block .webi-blog-image img{
	border-radius: 4px;
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 15px;
}
.webi-blog-image img{
	border-radius: 4px;
}
#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: 15px;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.bcomment{
	background-color: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 30px;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}
.date span{
	margin: 0 20px;
}
.logo-slider{
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 25px 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	line-height: 23px;
}
.allcart {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .05);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.cart-des, .cart-img {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.allcart .cart-re {
    background-color: transparent;
    border: none;
}
.cart-re i {
    font-size: 18px;
    transition: 0.3s ease;
}
.cart-re i:hover {
    color: #fd6c1e;
}
.acpage h1{
	border-bottom: 1px solid #eee;
	margin-top: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	padding: 10px 0;
}
.panel-group .panel, .panel-heading {
    border-radius: 4px;
}
.cart-des {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.cart-des .input-group {
    max-width: 100px !important;
    margin-top: 10px;
}
.cart-des .cart-des-name {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 10px 0
}
.allmb{
	margin-bottom: 15px;
	padding: 0;
}
.sngblog h3{
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
	line-height: 23px;
}
.sngblog .blog-desc{
	margin-bottom: 10px;
	text-align: justify;
}
.allmb .blog-desc{
	overflow: hidden;
	height: 75px;
	text-align: justify;
}
/* logo slider */
/* newsletter */
.newsl .description-top p {
    font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #adadad;
    margin: 25px 0;
    line-height: 24px;
}
.newsl .input-group input,.newsl .input-group .input-group-btn button{
	height: 50px;
	border: none;
	background: #fff;
	border-radius: 4px 0 0 4px;
	color: #a0a0a0;
}
.new-dec{
	margin-top: 4px;
}
.newsl.alert,.white-popup .alert{
	position: unset
}
.newsl .form-group{
	margin-bottom: 0;
	margin-top: 2px;
}
.newsbgf h5{
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 5px;
}
.newsbgf .alert{
    bottom: -63px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
}
.email-f .input-group-btn {
    border-left: 1px solid #e1e1e1;
    border-radius: 4px;
}
.webi-newsletter form button[type="submit"] {
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 11px 11px;
    letter-spacing: 1px;
    transition: 0.3s ease;
    height: 45px;
    line-height: normal;
    width: 100%;
    border: 0;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: 0px;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #e4e4e4;
    background-color: transparent;
}
.newsl .input-group .input-group-btn button {

    font-size: 14px;
    border-radius: 0 5px 5px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
	border-radius: 0 4px 4px 0;
	color: #fff;
}
.newsl .input-group .input-group-btn button:hover{
	background-color: transparent;
	color: #fff;
}
 .email-f{
 	background: #fff;
 	border-radius: 4px;
 }
/* 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;
}
.newsletter-bg.news-popup > .mfp-close {
	display: none;
}
.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 */
.foot_img li {
    display: inline-block;
}
.payc li, .block-social li{
	margin-right: 10px;
}
.c-info {
    color: #222;
    color: #fff;
	font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
 }
.copy [class*="col-"]{
	padding: 0 50px;
}
.email-f .form-control{
	background-color: transparent;

}
.foot-des{
	color: #b2b2b2;
	margin: 20px 0;
}
.middle-footer{
	padding: 45px 0;
}
.social h5 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
    margin: 0;
    border-radius: 4px;
}
.inputNew {
    height: 47px;
    box-shadow: none;
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.newsbgf .btn{
	height: 47px;
	box-shadow: none;
	padding: 11px 15px;
	border: none;
	border-radius: 5px;
	background-color: #222;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}
.d-info {
    color: #222;
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 16px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 100px;
    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: #fd6c1e;
    color: #fff;
    border-radius: 50px;
}
#scroll:hover{
	background-color: #000;
	color: #fff;
}
#scroll i {
    font-size: 26px;
}
footer{
	background-color: #33373e;
	margin-top: 60px;
}
.foot-tag .container .tag-top:first-child {
    margin-bottom: 20px;

}
.foot-tag{
	max-width: 1200px;
	margin: 0 auto;
	    margin-top: 0px;
	    margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.foot_img h4{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}
.foot_img img{
	border-radius: 4px;
	margin-right: 5px;
}
.tag-d {
   margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	width: 90%;
}
.tag-top h4 {
    display: inline-block;
    margin: 0;
        margin-right: 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 5px;
    float: left;
}
.footli::after{
	content: '';
	border-right: 1px solid #4d4d4d;
	height: 120px;
	position: absolute;
	right: 138px;
	top: -7px;
}
.footblink p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.footblink p a {
    color: #666666;
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
}
.footblink li a:hover{
	color: #fd6c1e;
}
.imgcl{
	text-align: center;
	margin-top: 13px;
}
.imgcl img{
	display: inline-block;
	position: relative;
	margin: 0 15px;
	cursor: pointer;
}
.footblink p a::after {
    content: '|';
    color: #666666;
    margin: 0 12px;
}
.footblink li a {
    color: #b2b2b2;;
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
}
.footblink li a::after {
    content: '|';
    color: #b2b2b2;
    margin: 0 12px;
}
.footblink li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.footblink li:last-child a::after {
 display:none
}
.middle-footer p{
	margin-bottom: 0;
	color: #b2b2b2;
	letter-spacing: .5px;
}
.news-de svg{
	fill: #91979f;
}
.middle-footer h5 {
    font-size: 18px;
	text-transform: uppercase;
	margin: 0 0px 12px 0px;
	font-weight: normal;
	color: #fff;
}
.copy {
    padding: 28px 0;
    border-top: 1px solid #45494f;
    border-bottom: 1px solid #45494f;
}
.email-f svg{
	fill: #fd6c1e;
}
.middle-footer a, .f-left li {
	line-height: 35px;
	transition: 0.3s ease;
	font-weight: normal;
	color: #b2b2b2;
	cursor: pointer;
}
.middle-footer a:hover{
	color: #fd6c1e
}
.fpayment i:hover{
	color: #fd6c1e;
}
.fot-pay p {
    margin: 25px 0 30px 0;
    line-height: 23px;
    color: #b2b2b2;
    font-size: 13px;
    letter-spacing: 1px;
}
.fpayment i {
    font-size: 25px;
	color: #fff;
	margin-right: 25px;
}
.f-left svg {
    fill: #fd6c1e;
    margin-right: 10px;
}
.list-unstyled.f-left {
    margin-bottom: 15px;
}
.f-left li {
    word-break: break-all;
}
.copy {
	padding: 28px 0;
}
.fpow{
	color: #b2b2b2;
}
.copy .text-left a,.copy .text-left{
	color: #fff;
}
.copy .text-left{
	margin-top: 10px;
}
.copy .text-left a:hover{
	color: #000
}
.footer-down {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 27px 0;
}
.footer-down h6{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-right: 30px;
	text-transform: uppercase;
}
.footer-down ul{
	display: inline-block;
}
.footpay svg{
	width: 40px;
	height: 40px;
}
.fsocial a {
    line-height: normal;
    min-width: 34px;
    min-height: 34px;
    text-align: center;
    padding-top: 9px;
    background: #f5f5f5;
    color: #616161;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
.footblink ul{
	max-width: 1210px;
	margin: 0 auto;
}
.fsocial a i{
	font-size: 16px;
}
.fsocial a:hover{
	background-color: #fd6c1e;
	color: #fff;
}
.footnumber {
    margin: 26px 0;
}
.middle-footer .footnumber h5 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0;
}
.footnumber svg {
    fill: #fff;
    margin-right: 8px;
}
#footab p {
    line-height: 31px;
    margin-bottom: 0;
}
.footnumber h3 {
    margin: 0;
        margin-top: 0px;
    font-size: 26px;
    font-weight: 500;
    margin-top: 8px;
    color: #fd6c1e;
}
.copy-t{
	text-align: center;
	padding: 12px 0;
	border-top: 1px solid #45494f;
}
.copy-t a{
	color: #b2b2b2;
}
.copy-t a:hover{
	color: #fd6c1e;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div {
    color: #000;
	font-size: 18px;
	margin: 0 5px;
	padding: 0px 0;
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	opacity: 1;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s ease;
	font-weight: 500;
	position: unset;
	text-shadow: none;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #000 !important;
	font-size: 18px !important;
	margin: 0 5px !important;
	padding:  0;
	background: #eee !important;
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	opacity: 1 !important;
	padding: 4px 10px !important;
	text-align: center;
	border-radius: 5px !important;
	transition: 0.3s ease;
	font-weight: 500;
	position: unset;
	text-shadow: none;
}
#cattab .slick-arrow, #cattab1 .slick-arrow  {
    color: #000;
	font-size: 13px;
	margin: 0 17px;
	padding: 1px 0;
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	opacity: 1;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s ease;
	font-weight: 500;
	top: -71px;
	line-height: 0;
	background: #eee;
}
#cattab .slick-arrow i, #cattab1 .slick-arrow i{
	font-size: 18px;
}
.owl-theme .owl-controls .owl-buttons div:hover,#cattab .slick-arrow:hover,#cattab1 .slick-arrow:hover{
	color: #fff !important;
	background-color: #fd6c1e !important;
}
#column-left .next-prevb .owl-theme .owl-controls .owl-buttons div:hover{
	color: #fd6c1e !important;
}
#column-left .next-prevb .owl-theme .owl-controls .owl-buttons div{
	width: 20px;
	height: 20px;
	padding: 0px 0;
	background:  transparent !important;
	border: none !important;
}
#column-left .owl-carousel .owl-buttons div i {
    font-size: 18px !important;
	color: #fff;
}
.owl-theme .owl-controls .owl-buttons {
	position: absolute;
    top: -71px;
    right: 15px;
}
.next-prevb .owl-theme .owl-controls .owl-buttons {
    position: absolute;
   	top: -73px;
	right: 11px;
}
#column-left .next-prevb .owl-theme .owl-controls .owl-buttons{
	top: -46px;
	right: 19px;
}

.next-prevb .owl-theme .owl-controls .owl-buttons div svg{
	text-shadow: none;
}
.owl-carousel .owl-buttons div i {
    font-size: 17px !important;
    margin: 1px 0 !important;
}
/* 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: #fd6c1e;
    border-color: #fd6c1e;
    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: #fd6c1e;
    border-color: #fd6c1e;
}
.pagi .tot{
	line-height: 34px;
	font-size: 13px;
}
.pagi{
	margin: 0;
	background-color: #fff;
	padding: 8px 0;
	border: 1px solid #eee;
	border-radius: 4px;
}
.pagination > li {
    display: inline-flex;
}
/* product page */
 .form-rating .form-rating-container, .radi .form-rating,.radi label{
    display: inline-block;vertical-align: middle;margin: 0
}
.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
    margin-bottom: 0;
    cursor: pointer
}
#tab-review .fa-stack-2x {
    color: #ffdc52;
}
.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: #ffdc52;
}
.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: #ffdc52;
}
.form-rating .form-rating-container label i.fa-star-o, .form-rating .form-rating-container:hover label i.fa-star-o, .form-rating .form-rating-container label i.fa-star, .form-rating .form-rating-container:hover label i.fa-star {
    color: #d9d9d9;
}

.btn.datebtn {
    min-height: 34px;
    margin: 0 !important;
}
.btn.pcrt.btn-primary {
    min-height: 35px;
}
#product-product .pro-content .alert,#account-register .alert{
	position: unset;
}
.zoomWrapper{
	position: relative
}
.thumbnail{
	border: none;
	padding: 0;
}
.addro{
	margin: 0 -5px;
}
.addpa{
	padding: 0 5px;
}
#zoom_03{
	border-radius: 4px;
	border: 1px solid #e5e5e5;
}
.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 #fd6c1e;
    left: 0;
}
.productbg .nav-tabs > li::before {
    background-color: transparent;
}
.product-tab .nav-tabs > li.active > a,.product-tab .nav-tabs > li.active > a:focus,.product-tab .nav-tabs > li.active > a:hover {
    color: #fd6c1e;
    cursor: default;
    border: none;
    cursor: pointer;
}
.product-tab .nav > li > a:focus,.product-tab .nav > li > a:hover,.product-tab .nav-tabs > li > a{
    border: none;
    background: transparent;
}
.product-tab .nav > li > a{
	padding-left: 0;
	padding-right: 0
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
.productbg .product-bag{
	background-color: #fff;
	border-radius: 4px;
	padding: 0px;
}
.pro-content h1 {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 0;
	font-weight: 500;
}
.pro-content #product h3{
	font-size: 18px;
}
.pro-content .alert,.product-quickview-detail .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    border-radius: 0;
}
.pro-content .qty-plus-minus .btnminus{
		border-radius: 4px 0 0 4px;
}
.pro-content .qty-plus-minus  .btnplus{
		border-radius: 0 4px 4px 0;
}
.btnminus,.btnplus{
    line-height: 22px;
}
.producthr {
    border-top: 1px solid #f2f2f2;
}
.text-decor, .text-de {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 145px;
    display: inline-block;
    line-height: 25px;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
}
.textdeb {
    margin: 0 4px;
    color: #fd6c1e;
}
.textdeb:hover{
    color: #000;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 500;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #000;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #fff;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	z-index: 0;
}
.datebtn:hover, .btnup:hover{
    background-color: #fd6c1e;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
	text-transform: capitalize;
}
#tab-description{
	line-height: 22px;
}
.btnup {
    background-color: #000;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none;
    color: #fff;
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ededed;
}
.pro-content #input-quantity{
	border-radius: 0;
}
.product-tab{
	margin-top: 30px;
	margin-bottom: 40px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #ededed;
	padding: 0
}
.product-tab li{
	margin: 0 10px;
}
.product-tab .tab-pane{
	padding: 15px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ededed;
}
.qtlabel{
	margin-top: 5px;
}
.product-tab #review .fa-stack{
	font-size: 8px;
}
#gallery_01 img{
	margin-bottom: 1px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
}
.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: 13px;
	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 */
.catfilter {
    margin-top: 50px;
}
.product-grid .catlist-des {
    display: none;
}
.catlist-des {
    color: #727272;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 14px;
	text-transform: capitalize;
	max-height: 38px;
	overflow: hidden;
	margin-top: 15px;
}
.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: 4px;
}
.cate-top h2, .cate-top h1{
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 0;
	font-weight: 500;
}
.cate-top p{
	font-size: 12px;
	color: #444;
	letter-spacing: 0.5px;
}
.cate-top p * {
	font-family: 'Rubik', sans-serif;
}
.cate-border {
    background-color: #fff;
	margin: 0 0 20px 0;
	padding: 10px 0px;
	border: 1px solid #eee;
	border-radius: 4px;
}
#compare-total{
	padding: 0;
	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: #fd6c1e;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #000;
}
.select-input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius: 4px !important;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid,.product-list{
	/*padding: 0 5px;*/
	margin-bottom: 30px;
}
.product-grid .product-thumb,.product-list .product-thumb{
	margin-bottom: 0;
}
/*.cpagerow{
	margin: 0 -5px;
}*/
.product-list .product-thumb .rating{
	float: none !important;
	margin-bottom: 0px;
	position: unset;
	text-align: left;
}
.product-list .product-thumb .button-group .cartb:hover svg {
    fill: #fff;
}
.product-list .product-thumb .button-group .add-to-cart{
	opacity: 1;
	position: unset;
	display: inline-block;
}
.product-list .product-thumb .button-group .cartb:hover{
	background: #fd6c1e;
}
.product-list .product-thumb .caption{
	border-top: none;
}
.product-list .product-thumb .button-group .cartb span{
	display: none;
}
.product-list .product-thumb .price span {
    display: inline-block;
}

 .product-list .product-thumb .button-group button, .product-list .product-thumb .button-group a {
    background: #f5f5f5;
}
.product-list .product-thumb .button-group button:hover, .product-list .bquickv a:hover{
	background: #fd6c1e;
}
.product-list .product-thumb .button-group{
	position: unset;
	transform: none;
	opacity: 1;
	transition: none;
	text-align: left;
	margin-top: 5px;
}
.product-list .product-thumb .button-group .topbt{
	position: unset;
	transform: none;
	opacity: 1;
	transition: none;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.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: 16px;
	font-weight: 400;
	padding: 15px 0;
}
.product-list .protitle:hover, .product-list .protitle a:hover{
	color: #fd6c1e;
}
.product-list .product-thumb .button-group button, .product-list .product-thumb .bquickv{
	display: inline-block;
}

.product-list .product-thumb .button-group .add-cart{
	position: unset;
	display: inline-block;
	right: 0;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
}
.product-list .product-thumb:hover,.product-grid .product-thumb:hover{
	box-shadow: none;
}
.product-list .product-thumb .price{
	float: none !important;
	font-size: 18px;
}
.product-list .rat-pri .text-right{
	text-align: left;
	margin-top: 7px;
}
/* filter */
.catfilter.panel-default > .panel-heading,.cathed{
	color: #fff;
	border: none;
	    border-bottom-color: currentcolor;
	    border-bottom-style: none;
	    border-bottom-width: medium;
	text-transform: capitalize;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 15px;
	font-size: 18px;
	background: #fd6c1e;
	border-radius: 0;
	padding: 14px 15px;
}
.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: 4px;
}
.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;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 4px;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
}
.refines li .cat-img {
	padding: 2px 6px;
	display: block;
}
.refines li .cat-name {
	padding: 6px 12px;
	display: block;
}
.refines li img {
	max-height: 80px;
}
.refines h3{
	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 */
#common-success .infobg p a{
	color: #000;
	font-weight: 500;
}
#common-success .infobg p a:hover{
	color: #fd6c1e;
}
/* 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: #fd6c1e;
}
.info-img{
	width: auto;
}
.accolumn{
	/* box-shadow: 0 2px 4px 0 rgba(0,0,0,.09); */
	box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
	border-radius: 4px;
	padding: 15px 0px;
	background-color: #fff;
	margin-top: 15px;
}
.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: 14px;
	font-weight: 500;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 20px;
}
.accolumn h3 a{
	font-size: 14px;
	font-weight: 500;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 0px;
}
.accolumn h3 svg{
	fill: #fd6c1e;
	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-"] .accrow a {
    display: inline-block;
    border: 1px solid #eee;
    width: 100%;
    padding: 20px 15px;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
}
#account-account.acpage #content[class*="col-"] .accrow span:first-child{
	border-right: 1px solid #eee;
	padding-right: 15px;
	margin-right: 15px;
}
#account-account.acpage #content[class*="col-"] .accrow span:last-child{
	font-size: 16px;
	font-weight: 500;
}
#account-account.acpage #content[class*="col-"] .accrow 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-"] .accrow span svg{
	fill: #fd6c1e;
}
#account-account .achead {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
.acl{
	margin-bottom: 5px;
}
.product-quickview-detail .swiper-viewport{
	margin: 0
}
.product-quickview-detail {
    width: 100%;
    background-color: #fff;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	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;
}
.cartpsp .btn{
	border-left: 1px solid #fff;
}
.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;
	background-color: #fff;
}
#accordion .panel-default {
    border: 1px solid #eee;
}
.cartpsp .btn-danger {
    margin: 0 1px;
    height: 34px;
}
.cartpsp .btn-danger:first-child{
	border-radius: 0 !important;
}
.subheading, .not-found-head {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
.sitem ul{
	line-height: 35px;
	padding-left: 25px;
	padding-right: 25px;
}
.sitem ul li{
	list-style: url;
}
#accordion #input-password,#affiliate-login #input-password,#account-login #input-password{
	margin-bottom: 10px;
}
#accordion .panel-title i {
    float: right;
}
#account-wishlist .valign .btn{
	margin: 5px 0;
}
#account-wishlist .table {
    min-width: 660px;
}
.panel-title{
	font-size: 14px;
}
.valign{
	vertical-align: middle !important;
}
.well {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
    padding: 0 15px 15px 15px;
}
.well p{
	font-size: 12px;
}
.well p strong{
	font-size: 13px;
}
.table-hover > tbody > tr:hover {
    background-color: transparent;
}
.addlist{
	border: 1px solid #ededed;
	background: #fff;
	padding: 10px;
	line-height: 25px;
	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: 4px;
    z-index: 99;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.co-heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 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;
}
/* responsive */
@media(min-width: 1590px){
	#product-search .product-layout.product-list, #product-manufacturer .product-layout.product-list,#product-category .product-layout.product-list{
		width: 100%;
	}
	.product-list .image {
    	width: 18% !important;
	}
	.product-list .caption {
    	width: 82% !important;
	}
	.product-grid{
		width: 20%;
	}
}
.addimage img{
	margin-bottom: 10px;
}
@media(max-width: 1409px){
	#cart::before {
	    border-left: none;
	}
	#cart svg{
		margin: 0 !important;
	}
}
@media (max-width: 779px){
	.product-quickview-detail .pro-content h1 {
	    margin-top: 50px;
	}
}
@media (min-width: 768px){


	#menu .dropdown:hover .dropdown-menu {
	    display: block;
	}
	#menu .dropdown-menu {
		left: 100%;
		top: 0;
		background: #fff;
		border-top: 2px solid #fd6c1e !important;
		box-shadow: none;
		border: 1px solid #dcdcdc;
		transition: all 500ms ease 0s;
	}
	.toppati ul.alogin li{
		display: block;
	}
	.product-list .caption {
	    text-align: left;
	    padding: 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) and (max-width: 1589px){
	.copy [class*="col-"]{
		padding: 0;
	}
	.timerpro .caption-bor{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#toprate .img_sli {
	    margin-bottom: 13px;
	}
	.countdown-section::after {
		margin: 0 9px;
	}
	.container_wb_megamenu .nav li {
	    padding: 2px 0;
	}
	#count .protitle {
	    padding: 5px 0;
	}
	#count .countprice{
		margin-top: 10px;
	}
	.prhed .tag li{
		margin: 3px;
	}
	.tag-d{
		width: 89%;
	}
	#footab p{
		letter-spacing: 0
	}
	.sblock{
		padding-left: 50px;
	}
	.acpage #content {
	    width: 56%;
	}
	#column-left, .menuwidth, .acpage #column-right{
		width: 22%;
	}
	.dropdown.inuser.d-inline-block {
	    margin: 0 6px;
	}
	.cmail::before {
		left: 29px;
	}
	#count .product-thumb .rating{
		bottom: 41%;
	}
	.deliveryinfo li h4, .deliveryinfo li .h4{
		font-size: 14px;
	}
	.timerpro .deald, .timerpro .dealt{
		font-size: 15px;
		letter-spacing: 0;
	}
	.sblock li{
		margin-right: 8px;
	}
	#column-left,.menuwidth,#column-right{
		width: 20%;
	}
	#content{
		width: 80%;
	}
	.acpage #content{
		width: 60%;
	}
    .ser-t p{
    	letter-spacing: 0;
    }
}

@media (min-width: 1410px){
	.acpage #content {
	    width: 61%;
	}
	.acpage #column-right {
	    width: 19%;
	}
	.product-list .image {
	    width: 24%;
	}
	.product-list .caption {
	    width: 76%;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	#toprate .img_sli {
	    margin-bottom: 24px;
	}
	.home-cat {
	    width: 24%;
	}
	.cattab_bg .tab-content {
	    width: 76%;
	}
	.copy [class*="col-"]{
		padding: 0 15px;
	}
	.fpayment i{
		margin-right: 19px;
	}
	.headsearch{
		margin-top: 11px;
	}
	.hcall{
		display: none;
	}
	#count .product-thumb .rating {
	    bottom: 42%;
	}
	.slidertext p{
		max-width: 380px;
	}
	.slidertext{
		top: 20px;
	}
	.tag-d{
		width: 86%;
	}
	.footli::after {
		right: 15px;
	}
	.foot_img img{
		max-width: 120px;
	}
	.footblink li a::after {
		margin: 0 9px;
	}
	.offer-text svg{
		width: 26px;
		height: 26px;
	}
	.offer-text h1{
		font-size: 14px;
		text-transform: capitalize;
		margin-left: 5px !important;
		margin-right: 20px !important;
		letter-spacing: 0;
	}
	.offer-text h2{
		font-size: 18px;
		margin: 0;
		text-transform: capitalize;
		letter-spacing: 0;
	}
	.offer-text .btn-primary{
		padding: 10px;
		margin-top: -8px;
	}
	.middle-footer .footnumber h5{
		font-size: 12px;
	}
	.footnumber svg{
		margin-right: 0px;
		height: 35px;
		width: 35px;
	}
	.madebyhand-cat{
		width: 100%;
	}
	.oc-tab{
		width: 35%;
	}
	.onsale-bor .protitle {
	    padding: 6px 0;
	}
	.blog_webi .blog-right h4{
		overflow: hidden;
		max-height: 50px;
	}
	#toprate .opbtn {
	    margin-top: 5px;
	}
	#toprate .product-layout::after {
		height: 100px;
		top: -1px;
	}
	.news-de svg{
		width: 50px;
		height: 50px;
	}
	.new-dec{
		margin-top: 0;
	}
	#cattab .product-thumb .caption{
		padding: 4px 15px;
	}
	.deliveryinfo li p{
		text-align: center;
	}
	.sblock{
		padding-left: 60px;
	}
	.left-heading{
		padding: 10px 10px;
	}
	.middle-footer h5{
		font-size: 15px;
	}
	.storeinfo{
		padding-left: 0;
	}
	.prhed .producttag {
	    padding: 3px;
	}
	.deliveryinfo li h4, .deliveryinfo li .h4{
		font-size: 15px;
	}
	#cart::before {
		border-left: none;
	}
	.sblock li{
		margin-right: 9px;
		padding-right: 8px;
	}
	.sblock li a{
		font-size: 15px;
	}
	.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus{
		padding: 9px 12px;
	}
	#menu .navbar-nav > li > a, .view_more.my-menu a {
	    font-size: 14px;
	    text-transform: capitalize;
	}
	.dropdown.inuser.d-inline-block {
    	margin: 0px 4px;
	}
	.all-timer .countdown-section{
		margin: 3px;
	}
	.spheading {
    	font-size: 16px;
    	margin: 0 0 8px 0;
	}
	#count .owl-controls{
		top: -47px;
	}
	#account-account.acpage #content[class*="col-"] .accrow a {
    	padding: 15px 10px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child span {
    	font-size: 12px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child {
    	font-size: 14px;
	}
	.pro-content{
		width: 50%;
	}
	.proimg{
		width: 50%;
	}
	#column-left,.menuwidth,.acpage #column-right{
		width: 22%;
	}
	#content{
		width: 78%;
	}
	.acpage #content{
		width: 56%;
	}
	.product-grid{
		width: 33.33%;
	}
	/* .manucom .product-grid{
		width: 25%;
	} */
	.fsocial a{
		margin: 0 2px;
	}
	.newsbgf h5{
		font-size: 16px !important;
		letter-spacing: 0;
	}
	.dec_pad h5::after {
		top: -17px;
	}
	.ser-t {
    	padding: 0;
    	border: none;
    	margin: 0 0;
    	text-align: center !important;
	}
	.ser-t p{
		font-size: 11px;
	}
	.list-group a{
		font-size: 13px;letter-spacing: 0
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.bserhover .serdes{
		padding: 30px 0
	}
}
@media (min-width:1300px) and (max-width: 1409px) {
	#menu .navbar-nav > li > a, .view_more.my-menu a {
	    font-size: 14px;
	    padding: 13px 6px;
	}
	#cat_tab .nav-tabs {
    	padding: 12px 25px;
	}
}
@media(max-width: 1199px){
	.copy [class*="col-"]{
		padding: 0 15px;
	}
	.hcall{
		display: none;
	}
	.deliveryinfo ul li span {
	   margin: 0 3px;
	}
	.offer-text{
		background: #2f333a;
		border-radius: 4px;
	}
	.sborder{
		border-right: none;
	}
	.slidertext p{
		display: none;
	}
	.foot_img{
		text-align: center;
	}
	.footli::after {
		border-right: none;
	}
	#toprate .product-layout::after {
		border-right: none;
	}
	.blog_webi .blog-right h4{
		max-height: 50px;
		overflow: hidden;
	}
	.dec_pad h5::after {
		border-left: none;
		margin-left: 0;
	}
	.dec_pad h5{
		width: auto;
	}
	.onsale-bor .protitle{
		padding: 6px 0;
	}
	.timer-ap-to{
		display: none;
	}
	.newsl .description-top p{
		font-size: 14px;
	}
	.sborder ul{
		border-right: none;
	}
	.social h5{
		display: none;
	}
	#left-colume-1{
		width: 28%;
	}
	#right-colume-1{
		width: 72%;
	}
	#sblock{
		display: none;
	}

}
@media (min-width: 1200px) {
	.refines ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	.refines li {
		margin: 0;
		padding: 0;
		flex-grow: 1;
		flex-basis: 180px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.refines ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	.refines li {
		margin: 0;
		padding: 0;
		flex-grow: 1;
		flex-basis: 20%;
	}
	#menu .collapse li.view_more.my-menu,.container_wb_megamenu .nav > li > a{
		padding: 6px 15px;
	}
	.headsearch {
	    margin-top: 10px;
	}
	.product-list .product-thumb .button-group .cartb svg{
		display: block;
	}
	.lpro {
	    padding: 0 15px;
	}
	.fpayment i{
		margin-right: 6px;
	}
	#toprate .toppro-ri{
		width: 69%;
	}
	#toprate .hidimg{
		width: 31%;
	}
	.container_wb_megamenu .nav li{
		padding: 0;
	}
	.slidepad{
		width: 70%;
	}
	.offbg{
		width: 30%;
	}
	.product-thumb .button-group .cartb span{
		font-size: 13px;
		margin-left: 0;
	}
	.product-thumb .button-group .cartb svg{
		display: none;
	}
	.cattab_bg .tab-content{
		width: 66.66%;
	}
	.home-cat{
		width: 33.33%;
	}
	.foot_img img{
		width: 98px;
	}
	.stick{
		padding: 16px 0;
	}
	.cat-banner, .cat-banner2 {
	    width: 35%;
	}
	.cab-tab {
	    width: 65%;
	}
	.container_wb_megamenu .title-menu{
		padding: 16px 15px;
	}
	.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus{
		padding: 9.2px 16px;
	}
	#cattab .protitle {
	    padding: 8px 0;
	}
	#cattab .product-thumb .caption{
		padding: 9px;
	}
	#count .product-thumb .rating {
	    bottom: 41%;
	}
	.center_bann {
	    width: 28%;
	}
	.product-thumb .rating{
		bottom: 30%;
	}
	.offer-text .btn-primary{
		margin-top: -4px;
	}
	.offer-text svg{
		width: 25px;
		height: 25px;
	}
	#latest .protitle{
		padding: 5px 0;
	}
	#latest .product-thumb .topbt{
		margin-top: 5px;
	}
	#latest .product-thumb .caption{
		padding: 13px;
	}
	.slidertext{
		top: 14px;
	}
	.slidertext h1{
		font-size: 37px;
	}
	.fborder::before {
		border-left: none !important;
	}
	.footli,.foot_img{
		width: 100%;
	}
	.deliveryinfo ul svg {
	    width: 32px;
	    height: 33px;
	}
	.news-de svg {
		width: 50px;
		height: 50px;
	}
	.onsalepro{
		margin-top: 30px;
	}
	.footnumber{
		display: none;
	}
	.tag-top h4 {
	    width: 12%;
	}
	.tag-d {
	    width: 87%;
	}
	.footblink li a::after {
	    margin: 0 5px;
	}
	#toprate .opbtn {
	    margin-top: 14px;
	}
	#toprate .product-layout::after {
		height: 90px;
		top: 13px;
	}
	.product-thumb .topbt{
		width: auto !important;
		top: 29% !important;
	}
	.product-thumb .button-group button, .product-thumb .button-group a, .product-thumb .button-group .cartb{
		margin: 0;
		min-width: 35px;
		min-height: 35px;
	}
	.imgbanner .beffect:first-child{
		margin-bottom: 23px;
	}
	.block-social li{
		margin: 0 2px;
		margin-top: 3px;
	}
	.hlogo{
		margin-top: 4px;
	}
	.call-le{
		display: inline-block !important;
		font-size: 15px;
	}
	.cmail{
		display: none;
	}
	.all-timer .countdown-section{
		margin: 0 2px;
	}
	.sblock{
		padding-left: 0;
		margin-top: 0;
	}
	.storeinfo{
		padding-left: 0;
		letter-spacing: 0;
		font-size: 13px;
	}
	.fborder li a,.middle-footer p{
		letter-spacing: 0;
		font-size: 13px;
	}
	.fa.pull-right{
		margin-top: 2px;
	}
	.prhed .tag li{
		padding: 5px 5px;
	}
	.owl-pagination{
		bottom: 21px !important;
	}
	.text-p{
		padding: 10px 5px;
	}
	.text-p p{
		line-height: 20px;
	}
	.sblock li{
		margin-right: 10px;
		padding-right: 11px;
	}
	.prhed .producttag {
	    padding: 6px;
	}
	.delibro .sborder{
		border-left: none;
		text-align: left;
	}
	.deliveryinfo li h4, .deliveryinfo li .h4{
		font-size: 14px;
	}
	.blog-des p{
		max-height: 64px;
	}
	.imgcl img{
		margin: 0 4px;
	}
	#cat_tab1 a, #cat_tab a{
		font-size: 14px;
	}
	#column-left{
		width: 28%;
	}
	#content{
		width: 72%;
	}
	.dropdown.inuser.d-inline-block {
    	margin: 0px 20px;
	}
	#menu .navbar-nav > li > a, .view_more.my-menu a {
    	text-transform: capitalize;
    	font-size: 14px;
	}
	.all-timer svg{
		display: none !important;
	}
	#count .product-thumb .price{
		font-size: 14px;
	}
	.spheading{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.leftpro .caption {
    	margin-top: 0;
	}
	.proreview {
    	margin: 0 6px;
    	padding: 0px 8px;
	}
	.productbg .product-bag{
		padding: 9px;
	}
	.pro-content h1 {
	    font-size: 14px;
	    letter-spacing: 0;
	}
	#footer_contact .data h3 {
    	font-size: 14px;
    	text-transform: capitalize;
	}
	#footer_contact .data h4 {
    	font-size: 13px;
	}
	.middle-footer h5 {
    	text-transform: capitalize;
    	font-size: 14px;
    	letter-spacing: 0;
    	margin-bottom: 12px;
    	font-weight: 500;
	}
	#testi .item {
    	max-width: 800px;
	}
	.product-thumb .price{
		font-size: 14px;
	}
	.price-old{
		font-size: 12px;
	}
	.accolumn h3 {
    	font-size: 14px;
    	padding: 0 14px;
	}
	.thumbnail-container .product-title {
    	width: 60%;
	}
	.blog-des.pull-right {
    	width: 82%;
	}
	#madebyhand-search-category{
		width: 130px;
	}
	.ser-ss{
		margin-top: 30px;
	}
	.product-list .image {
	    width: 32%;
	}
	.product-list .caption {
	    width: 68%;
	}
}
@media (min-width: 992px){
	.product-list .product-thumb .bquickv{
		position: unset;
		opacity: 1;
	}
	.fborder::before {
	    content: '';
	    border-right: 1px solid #45494f;
	    position: absolute;
	    right: 16px;
	    height: 225px;
	}
	.catb{
		display: none;
	}
	.home-cat.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
	.sticky,.blogsticky{
		position: sticky;
		top: 15px
	}
	.product-list .product-thumb .caption{
		background-color: transparent;
		border-radius: 0;
		padding: 15px 10px;
	}
	.product-thumb .bquickv {
	    position: absolute;
		top: 27%;
	    right: 0;
	    left: 0;
	    text-align: center;
	    overflow: auto;
	    opacity: 0;
		margin: 0 auto;
	    transition: all 0.4s ease-in-out 0s;
	}
	.product-thumb:hover .bquickv {
	    opacity: 1;
	}
}
@media(min-width: 992px){

	#menu .dropdown:hover .dropdown-menu {
	  	display: block;
	}


	.view_cat_menu:hover .more-menu {
    opacity: 1;
    visibility: visible;
}

.more-menu {
	    padding: 10px;
	    position: absolute;
	    left: auto;
	    right: 0;
	    margin: 0;
	    border-radius: 0 0 5px 5px;
	    border: none;
	    box-shadow: 0 0px 5px rgba(0,0,0,.175);
	    min-width: 230px;
	    border-bottom: 3px solid #fd6c1e;
	    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;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.timerpro .product-thumb .box-timer span.countdown-amount{
		font-size: 16px;
	}
	.timerpro .product-thumb .box-timer span.countdown-period {
	    font-size: 18px;
	}
	#menu .collapse li.view_more.my-menu,.container_wb_megamenu .nav > li > a{
		padding: 6px 15px;
	}
	.homesearch{
		width: 55%;
	}
	#search .btn-lg{
		padding: 0 20px;
	}
	.rightac{
		margin-top: 9px;
		width: 20%;
	}
	.imgcl{
		margin-top: 20px;
	}
	.fpayment i{
		margin-right: 3px;
	}
	.pro-tab.nav-tabs {
	    margin-right: 75px !important;
	}
	.stick {
	    padding: 16px 0px;
	}
	.dec_pad h5{
		margin-top: 10px;
		font-size: 16px !important;
	}
	.cat-banner, .cat-banner2 {
	    display: none;
	}
	.cab-tab {
	    width: 100%;
	}
	.container_wb_megamenu .title-menu {
	    font-size: 14px;
	    padding: 15px 15px;
	}
	.countdown-section::after {
		margin: 0 8px;
	}
	.all-timer .box-timer{
		padding: 9px 10px;
	}
	.timerpro .deald, .timerpro .dealt{
		font-size: 14px;
		letter-spacing: 0;
	}
	.footlast{
		display: none;
	}
	.slidertext h1{
		font-size: 22px;
	}
	.footer-left{
		margin-bottom: 20px;
	}
	.slidertext{
		top: 15px;
	}
	.footblink li a::after {
		margin: 0 4px
	}
	.sblock{
		padding-left: 40px;
	}
	.tag-top h4 {
	    width: 15%;
	}
	.tag-d {
	    width: 84%;
	}
	.xsc {
	    margin-left: 13px;
	}
	.t-left{
		margin-left: 0px;
		letter-spacing: 0;
		font-size: 13px;
	}
	.hed-svg svg{
		display: none;
	}
	.blog-des p{
		max-height: 44px;
	}
	.timerpro .countprice{
		max-height: 40px !important;
	}
	.timerpro .caption-bor{
		padding-bottom: 10px;
		margin-bottom: 10px
	}
	#count .protitle {
	    padding: 5px 0;
	}
	.imgbanner{
		display: none;
	}
	.timer-ap-to{
		margin-top: 0;
	}
	.all-timer .countdown-section{
		margin: 0 1px;
	}
	#cat_tab1 a, #cat_tab a,#cat_tab a, #cat_tab a{
		font-size: 15px;
	}
	.owl-pagination{
		bottom: 10px !important;
	}
	.imgcl img{
		width: 100px;
		margin: 0 4px;
	}
	.payc li, .block-social li{
		margin: 0 1px;
	}
	.prhed .tag li{
		padding: 5px 10px;
	}
	.dropdown.inuser.d-inline-block{
		margin: 0px 14px;
	}
	.sblock li a{
		font-size: 14px;
		letter-spacing: 0;
	}
	.sblock li{
		margin-right: 4px;
		padding-right: 5px;
	}
	.pro-content{
		margin-top: 15px;
	}
	#cat_tab a::before {
		top: 9px;
	}
	#cattab .caption{
		margin-top: 0;
	}
	#cattab .product-thumb .caption{
		padding: 2px 15px;
	}
	.leftpro .caption{
		padding-top: 0;
		padding: 4px 8px;
	}
	#account-account.acpage #content[class*="col-"] .accrow a {
    	padding: 15px 15px;
	}
	.langcdrop {
    	left: -78px;
    	right: auto;
	}
	#menu .collapse .nav .dropdown-inner li a {
    	min-width: 160px;
	}
	.lpro {
    	padding: 0 9px;
	}
	.ser-t{
		border: none;
		padding: 0;
		margin: 0;
	}
	.ser-ss{
    	margin-top: 30px;
	}
	.d-info {
    	letter-spacing: 0;
    	font-size: 15px;
    	margin-top: 19px;
	}
	.accolumn h3 {
    	font-size: 14px;
    	padding: 0 14px;
	}
	.deliveryinfo ul li h4 {
    	font-size: 16px;
    	letter-spacing: 0;
	}
	.deliveryinfo ul {
    	text-align: left;
	}
	.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%;
	}
	.middle-footer a, .f-left li{
		font-size: 13px;
		letter-spacing: 0;
		min-width: 29px;
		min-height: 29px;
		padding-top: 6px;
	}
	.serblock:nth-child(1),.serblock:nth-child(2){
		margin-bottom: 20px;
	}
	.middle-footer h5 {
    	font-size: 15px;
    	margin-bottom: 15px;
	}
}
@media (max-width: 991px){
	.refines ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	.refines li {
		margin: 0;
		padding: 0;
		flex-grow: 1;
		flex-basis: 33%;
	}
	.offbg{
		display: none;
	}
	.product-thumb .caption{
		padding: 5px;
	}
	.newsl .input-group input, .newsl .input-group .input-group-btn button{
		height: 40px;
	}
	.webi-newsletter form button[type="submit"]{
		padding: 9px 17px;
	}
	.slidertext h1::before,.slidertext h1::after  {
		border-bottom: none;
	}
	.home-cat ul {
	    padding-left: 0;
	}
	.viewmore li:last-child {
	    border-bottom: none;
	}
	.home-cat.collapse{
		display: none !important;
	}
	.home-cat.collapse.in{
		display: block !important;
	}
	.catb {
	    position: absolute;
		right: 1px;
		left: auto;
		top: 0px;
		background: #000;
		padding: 2px 7px;
		border: none;
		color: #fff;
		border-radius: 4px;
	}
	.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;
	}
	#slider-fore .slick-arrow, #slider-fore .slick-arrow, #slider-fore2 .slick-arrow, #slider-fore2 .slick-arrow {
	    display: none !important;
	}
	#cat_tab, #cat_tab1 {
		margin-bottom: 20px;
	}
	.next-prevb .owl-theme .owl-controls .owl-buttons div,.owl-theme .owl-controls .owl-buttons div,#slider-fore .slick-arrow, #slider-fore .slick-arrow, #slider-fore2 .slick-arrow, #slider-fore2 .slick-arrow{
		width: 25px;
		height: 25px;
		line-height: 24px;
		padding: 0 !important;
	}
	#slider-fore .slick-arrow, #slider-fore .slick-arrow, #slider-fore2 .slick-arrow, #slider-fore2 .slick-arrow{
		top: -53px;
	}
	.foot_img{
		display: none;
	}
	.sblock{
		margin-top: 0;
	}
	#cattab .slick-arrow, #cattab1 .slick-arrow{
		display: none !important;
	}
	.cat-tab .protitle{
		padding: 8px 0;
	}
	.slidepad{
		width: 100%;
	}
	.center_bann,#cart-total strong,.offer-text svg{
		display: none;
	}
	.home-page  .owl-theme .owl-controls .owl-buttons{
		top: -60px;
		right: 1px;
	}
	.next-prevb .owl-theme .owl-controls .owl-buttons,.owl-theme .owl-controls .owl-buttons {
	   right: 1px;
		top: -47px;
	}
	.product-thumb:hover, .categorybr:hover{
		box-shadow: none;
	}
	#special .protitle, #popular .protitle{
		padding: 12px 0;
	}
	.new-dec {
	    margin-top: 0;
	}
	#toprate .product-layout{
		margin: 0;
	}
	.middle-footer {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.rprdc{
		margin-top: 10px;
	}
	.winter-search-container::before {
		border-left: none;
	}
	.news-de p,#cart-text,.winter-category-container::before{
		display: none;
	}
	.foot_logo img{
		margin: 0 auto;
	}
	.pro-tab li a{
		top: 3px;
		font-size: 13px;
		letter-spacing: 0;
	}
	.footer-left{
		text-align: left;
	}
	.product-layout:last-child .product-thumb{
		padding-bottom: 0;
	}
	footer{
		margin-top: 30px;
	}
	.foot-tag{
		margin-top: 0;
		padding-top: 30px;
	}
	.fotcon{
		border-bottom: none;
	}
	.product-thumb .button-group .add-to-cart{
		opacity: 1;
		position: unset;
		display: inline-block;
	}
	.product-thumb .button-group .cartb{
		padding: 0;
	}
	.product-thumb .button-group .cartb span{
		display: none;
	}
	/* .slidepad{
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	} */
	.cless {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.product-thumb .button-group .add-cart{
		display: inline-block;
		vertical-align: middle;
		position: unset;
	}
	.lbor{
		border-left: none;
	}
	.usvg span{
		display: none;
	}

	.heading{
		font-size: 18px;
	}
	.homemenu{
		position: absolute;
		left: 0;
		width: auto;
		margin-top: 13px;
	}
	.product-thumb .button-group button, .product-thumb .button-group a, .product-thumb .button-group .cartb{
		margin: 0;
		background: #f5f5f5;
	}
	.topbt {
    	position: unset;
		opacity: 1;
		transform: none;
		display: inline-block;
	}
	.product-thumb .button-group button, .product-thumb .button-group a{
		margin: 0;
		background-color: #f5f5f5;
	}
	.rating.pull-right {
    	float: none !important;
    	margin-bottom: 8px;
	}
	.accrow{
		margin-left: -3px;
		margin-right: -3px;
	}
	.accrow [class*="col-"]{
		padding-left: 3px;
		padding-right: 3px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span svg{
		width: 35px;
		height: 35px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:first-child{
		padding-right: 10px;
		margin-right: 10px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child {
   		font-size: 13px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child span {
    	font-size: 11px;
    	letter-spacing: 0;
    	margin-top: 1px;
	}
	.serpd{
		margin-left: 0;
		margin-right: 0
	}
	.rless{
		margin-left: -5px;
		margin-right: -5px;
	}
	.nav-tabs > li::before {
		bottom: -10px;
	}
	#column-left .next-prevb .owl-theme .owl-controls .owl-buttons{
		right: 10px;
	}
	.bquickv{
		opacity: 1
	}
	#madebyhand-search-category,#search_block_top .input-group::before{
		display: none
	}
	.protabcont, .sellbanner, .toppro, .protabcont, .onsalepro, .blog_webi{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.delibro {
	    margin-bottom: 30px;
	}
	.heading,#column-left .heading{
		margin-bottom: 15px;
		padding-bottom: 8px;
	}
	.tab-head.text-center{
		padding-bottom: 0;
	}
	.protitle{
		width: 100%;
		padding: 5px 0;
		font-size: 13px;
	}
	.product-thumb .price{
		margin-bottom: 6px;
	}
	.catlist-des{
		margin-bottom: 7px;
		margin-top: 5px;
	}
	.product-list .protitle, .product-list .protitle a{
		padding: 7px 0;
	}
}
/* responsive menu */
@media(max-width: 991px){
	.cattab_bg .tab-content,.home-cat{
		width: 100%;
	}
	.pro-tab.nav-tabs{
		margin-right: 100px;
	}
	#cattab1 .product-thumb:hover .caption .price, #cattab .product-thumb:hover .caption .price{
		opacity: 1;
	}
	.navbar-toggle{
		display: block;
		padding: 0;
	}
	.menusp{
		text-align: left;
	}
	.navbar-nav{
		margin: 0
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .dropdown-inner .submenu-title{
		padding: 3px 28px;
	}
	#menu .dropdown-inner .dropdown-submenu .grand-child a{
		padding: 0
	}
	#menu .see-all {
		display: inline-block;
		padding: 0 0px !important;
		letter-spacing: 0;
		margin: 0;
		font-weight: 500;
		margin-top: 10px;
	}
	.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
	}
	#menu .navbar-nav > li > a, .view_more.my-menu a{
		display: block;
	}
	.hsticky {
	    padding: 12px 0;
	    border-bottom: none;
	}
	/* sidenav */
	#mySidenav li a i{
		margin-top: 0px;
		float: right
	}
	body.active {
	    overflow: hidden;
	}
	body.active::before {
	    background: #000000 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.7;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 99;
	    transition: all .2s ease 0s;
	}
	body.active .sidenav {
	    overflow-x: unset;
	    overflow-y: scroll;
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
	    clear: both;
	    height: 100%;
	    background-color: #fff;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.sidenav .close-nav {
		background-color: #1e1e1e;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}
	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	#menu .navbar-collapse {
	    display: block;
	    padding: 0
	}
}
@media (max-width: 767px){
	#tab-description iframe {
		width: 100%;
	}
	.payc{
		margin-bottom: 15px;
	}
	#count .countprice{
		margin-bottom: 10px;
	}
	.all-timer {
		display: block;
		text-align: center;
	}
	.fpayment i{
		margin-right: 0;
	}
	.timerpro .caption-bor{
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#blog .blog-right{
		margin: 0 !important;
		padding: 0;
	}
	#blog .blog-des{
		margin-top: 0;
	}
	.xscu{
		border-right: none;
		border-left: none;
	}
	.leftpro{
		margin-bottom: 30px;
	}
	.cab-tab{
		width: 100%;
	}
	.cart-img img {
	    max-width: 60px;
	}
	.cart-des {
	    width: 66%;
	}
	.cart-re {
	    position: absolute;
	    right: 5px;
	    bottom: 12px;
	}
	.allcart {
	    position: relative;
	}
	.footblink{
		display: none;
	}
	.slidepad{
		margin-top: 0;
	}
	.offer-text .btn-primary{
		margin-top: 0;
		font-size: 14px;
		padding: 7px 10px;
	}
	.cpagerow{
		margin: 0 -5px;
	}
	.product-grid,.product-list{
		padding: 0 5px;
	}
	.pagi{
		margin-bottom: 30px;
	}
	.product-bag .pro-content{
		margin-top: 15px;
	}
	.s-panel img{
		border-radius: 4px;
	}
	.s-panel .slick-dots{
		display: none !important;
	}
	.homeslider-container .s-panel{
		margin-top: 20px;
	}

	.relpro{
		margin-bottom: 30px;
	}
	#toprate .product-layout::after {
		border-right: none;
	}
	.onsale-bor .row {
	    padding: 0;
	}
	.fpow,.fpayment{
		padding: 0;
	}
	.deliveryinfo ul svg{
		width: 30px;
		height: 30px;
	}
	.lpro {
	    padding: 0 7px;
	}
	.xsla{
		margin: 0 1px;
	}
	.svgbg{
		width: 30px;
		height: 30px;
		line-height: 27px;
	}
	.timerpro .cartb{
		display: none;
	}
	.count{
		top: -4px;
		left: 1px;
	}
	.cartb span {
	    display: none;
	}
	#menu .navbar-nav li a {
	    padding: 13px 0;
	}
	#cattab .slick-slide .product-layout, #cattab1 .slick-slide .product-layout {
	    margin-bottom: 15px;
	}
	#menu div.dropdown-menu {
		padding-top: 0 !important;
	}
	.webi-newsletter form button[type="submit"]{
		padding: 8px 7px;
	}
	.prhed .tag li{
		margin: 3px;
		padding: 5px 11px;
	}
	.productbg .product-bag{
		margin-top: 20px;
	}
	#cat_tab1 a, #cat_tab a{
		font-size: 13px;
	}
	.payc,.block-social{
		text-align: center;
	}
	.payc{
		margin-top: 4px;
	}
	.copy-t{
		padding: 10px 0;
	}
	.c-info{
		display: none;
	}
	.btn-navbar.navbar-toggle{
		width: auto;
		height: auto;
		color: #fff;
		margin-top: 3px;
		background: transparent;
	}
	#testi  svg{
		display: none;
	}
	.acenter{
		padding: 15px;
	}
	.cmail{
		display: none;
	}
	.imgcl,.timer-ap-to{
		display: none;
	}
	.payc li, .block-social li{
		margin: 0 4px;
	}

	.sblock{
		display: none;
	}
	.stick{
		padding: 0;
		background-color: #fff;
		margin-top: 12px;
	}
	#menu .navbar-nav > li > a, .view_more.my-menu a{
		padding: 10px 15px;
	}
	.blog-left{
		width: 100%;
	}
	.blog-des{
		width: 100%;
	}
	.storeinfo{
		padding: 0;
	}
	.deliveryinfo ul{
		text-align: left;
		padding: 5px 0px;
		border-bottom: none;
		margin-bottom: 0;
	}
	.delibro{
		padding: 11px;
	}
	.product-list .rat-pri .text-right{
		margin-top: 5px;
	}
	.product-list .product-thumb .price {
    	font-size: 16px;
	}

	#count .protitle{
		padding: 8px 0;
	}
	.rat-pri .text-right{
		text-align: left;
	}
	.check-login [class*="col-"]{
		margin-bottom: 20px;
	}
	#column-left{
		padding: 0;
	}
	.hsticky .haccount svg{
		margin-right: 4px;
	}
	.test:hover, .test:focus, .inuser .dropdown-toggle:hover, #wishlist-total:hover{
		color: #000;
	}
	.footer-down {
    	padding: 15px 0;
	}
	.addimage {
    	padding-right: 0;
	}
	.product-thumb .price{
		font-size: 13px;
		float: none !important;
	}
	.appmenu{
    	position: absolute;
    	left: 15px;
    	z-index: 99;
	}
	.newsl .form-group{
		margin-top: 0;
	}
	.newsl .input-group input, .newsl .input-group .input-group-btn button {
   		height: 40px;
	}
	.test, .inuser .dropdown-toggle, #wishlist-total, .topbe{
		color: #000;
	}
	.product-thumb .button-group svg, .product-thumb .button-group .cartb svg{
    	width: 17px;
    	height: 17px;
	}
	.product-thumb .button-group button, .product-thumb .button-group a, .product-thumb .button-group button, .product-thumb .button-group a, .product-thumb .button-group .cartb{
    	min-width: 28px;
    	min-height: 28px;
    	padding: 3px 0px;
    	margin: 2px 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;
	}
	#search.desktop-search{
		width: 100%;
		margin-top: 13px;
	}
	.homemenu{
		margin-top: 0px;
	}
	.linkback {
	    background-color: transparent;
	    padding: 0
	}
	.linkmenu {
    	position: unset;
	}
	.navbar-toggle:hover{
		color: #fd6c1e;
	}
	.wish-li svg{
		width: 22px;
		height: 22px;
		margin: 0;
	}
	#cart svg,.usvg svg{
		width: 18px;
		height: 18px;
	}
	.menuwidth{
		padding: 0;
	}
	#logo{
		margin: 0;
		padding-left: 45px;
	}
	.foot_left #logo{
		padding-left: 0;
	}
	#cart {
    	position: absolute;
    	top: -77px;
    	right: 15px;
	}
	.deliveryinfo li h4, .deliveryinfo li .h4{
		font-size: 15px;
	}
	.dealt{
		display: none;
	}/*
	.next-prevb .owl-theme .owl-controls .owl-buttons div,#cattab .slick-arrow{
		padding: 2px 0;
		width: 30px;
		height: 30px;
	} */
	#cattab .slick-arrow.slick-next{
		right: 0;
		top: -62px;
	}
	#cattab .slick-arrow.slick-prev{
		right: 40px;
		top: -62px;
	}
	#search .input-lg,#search .btn-lg{
		height: 40px;
	}
	#search .input-lg {
		font-size: 16px;
		letter-spacing: unset;
	}
	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: 16px;
		letter-spacing: unset;
	}
	#cart-total {
	    position: absolute;
	    top: -7px;
	    width: 14px;
	    text-align: center !important;
	    border-radius: 50%;
	    right: 4px;
	    color: #fff;
	    cursor: pointer;
	    height: 14px;
	    line-height: 14px;
	    font-size: 10px;
	}
	.cartt {
	    font-size: 10px;
	    width: 13px;
	    height: 13px;
	    line-height: 13px;
	    margin-left: -9px;
	    top: 5px;
	}
	#cart button.dropdown-toggle {
    	background-color: transparent;
    	padding: 0;
    	border-radius: 0;
	}
	#search .btn-lg{
		min-width: unset;
		padding: 0 22px;
	}
	.dropdown.inuser.d-inline-block  {
	    display: inline-block;
	    position: absolute;
	    top: -78px;
	    right: 57px;
	    margin: 0;
	}
	.wish-li{
		 display: inline-block;
	    position: absolute;
	    top: -81px;
	    right: 98px;
	    margin: 0;
	}
	#cart::before,#footer_contact .data h3,.footer-down h6{
		display: none;
	}
	.langcur .dropdown-menu {
	    min-width: 23rem;
	    padding: 10px 7px;
	}
	.blog_webi .blog-right h4{
		font-size: 14px;
		margin: 8px 0;
	}
	.categorybr h5 span{
		display: inline;
	}
	.categorybr h5{
		font-size: 15px;letter-spacing: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 5px 0;
	}
	.menusp{
	    margin-top: 6px;
	}
	.langcur{
		margin: 0 10px;
	}
	header #logo img{
		max-width: 120px;
	}
	.inuser a.dropdown-toggle span,#cart-total::before{
		display: none
	}
	.newsl{
		margin-bottom: 0;
	}
	.fpy{
		display: none
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.breadcrumb{
		padding: 8px 7px;
		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;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.catlist-des{
		height: 36px;
		overflow: hidden;
		margin-bottom: 7px;
		margin-top: 7px;
	}
	.product-list .product-thumb .button-group{
		margin-top: 7px;
	}
	.serblock{
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.serblock:last-child{
		margin-bottom: 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;
	}
	.haccount {
	    right: -20px;
	}
	.btn-link.dropdown-toggle.test {
    	vertical-align: middle;
	}
	.btn-link.dropdown-toggle.test span{
		vertical-align: middle;
	}
	.hlogout .xsla,.hlogout .xscu{
		display: inline-block;
		border: 1px solid #eee;
		border-radius: 2px;
		display: inline-block;
		padding: 7px 0;
		margin-top: 10px;
		width: 48%;
		text-align: center;
		margin-left: 2px;
		margin-right: 2px;
		vertical-align: middle;
	}
	 .alogin .langcdrop li{
		border-bottom: none;padding: 0
	}
	.alogin .langcur .test strong,.alogin .langcur .test img{
		margin: 0 7px;
	}
	#form-currency .dropdown-menu.dropdown-menu-right{
		left: 0;
		right: auto
	}
	.product-tab{
		margin-bottom: 30px;
	}
	.middle-footer .btn.toggle{
	    color: #fff;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: -3px;
	    right: 0;
	    padding: 0;
	    width: 100%;
	}
	footer h5 .toggle::after,.catfilter .toggle::after{
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle.collapsed::after,.catfilter .toggle.collapsed::after{
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 10px;
	    width: 100%;
	    right: 0;
	    padding: 0 15px;
	    background: transparent;
	    color: #fff
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.catfilter .panel-heading{
		padding: 10px 15px;
	}
	.middle-footer h5{
		font-size: 14px;
		margin-bottom: 16px;
		position: relative
	}
	.fotcon{
		padding:  0;
	}
	.copy{
		padding: 11px 0;
		border-bottom: none;
	}
	footer{
		margin-top: 20px;
	}
	.topbe::before, .test::before{
		display: none;
	}
	.copy .copy-t,.copy .text-right{
		text-align: center
	}
	.footpay{
		margin-top: 6px;
	}
	.bserhover .serdes{
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px 0;
	}
	#under-menu{
    	display: block;
    	border: none;
	}
	.pay-connect1{
		text-align: right !important;
	}
}
@media (max-width: 599px){
	.timerpro .heading .timehead{
		display: none;
	}
	.pro-tab li a {
	    top: -9px;
	}
	#cattab .slick-arrow,#cattab1 .slick-arrow{
		display: none !important;
	}
	.slidertext h2{
		font-size: 12px;
	}
	.slidertext a{
		margin-top: 5px !important;
		padding: 6px 15px;
	}
	#cat_tab1 a, #cat_tab a{
		padding: 8px 12px;
	}

	#cat_tab1 ul li,#cat_tab ul li{
		display: block;
		padding: 0;
	}
	.category-tab.tabpro.next-prevb {
    	position: relative;
	}
	.a-one .alert{
		left: 15px;
		right: 15px;
	}
	.white-popup{
		padding: 30px 20px;
	}
	.white-popup h1{
		font-size: 20px;letter-spacing: 0
	}
	.white-popup p{
		font-size: 13px;letter-spacing: 0
	}
	.product-tab .nav > li > a{
		font-size: 13px;
		letter-spacing: 0;
		text-transform: capitalize;
	}
	.product-tab li {
	    margin: 0 5px;
	}
	.pro-content .rating li {
	    letter-spacing: 0;
	    font-size: 13px;
	}
	.proreview {
	    margin: 0 4px;
	    padding: 0 4px;
	}
	#madebyhand-search-category,.tab-head .heading,.tab-head h1{
		display: none
	}
	.pro-tab.nav-tabs {
    	margin-right: 0;
    	text-align: left;
	}
	.product-grid{
		width: 50%;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.pagi .text-left, .pagi .text-right {
	    text-align: center;
	    width: 100%;
	}
	.sbr{
		margin-bottom: 15px;
	}

}
@media (min-width: 576px) and (max-width: 767px){
	.cen-img{
		width: 50%;
	}
	.timerpro .deald, .timerpro .dealt{
		font-size: 15px;
		letter-spacing: 0;
	}
	.all-timer .box-timer{
		padding: 9px 14px;
	}
	.slidertext{
		top: 20px;
	}
	.slidertext h1{
		font-size: 23px;
	}
	.sborder{
		width: 50% !important;
	}
}
@media (max-width: 450px){
	.slidertext h1{
		font-size: 22px;
	}
	.slidertext{
		top: 20px;
	}
}
@media (min-width: 451px) and (max-width: 575px){
	.slidertext h1{
		font-size: 22px;
	}
	.slidertext{
		top: 20px;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.product-count{
		display: block;
	}
	#count .custw{
		width: 40%;
	}
    #count .product-thumb .caption{
		width: 60%;
	}
	#toprate .img_sli {
	    margin-bottom: 29px;
	}
	.s1,.s2{
		margin-bottom: 10px;
	}
	.product-list .product-thumb .button-group{
		text-align: center;
	}
	.sborder{
		width: 50%;
	}
	#cat_tab a::before {
		top: 8px;
	}
	#cattab .product-thumb .caption{
		padding: 4px 15px;
	}
	#cattab .caption{
		margin-top: 0;
	}
	.ser-t p {
    	font-size: 10px;
	}
	.accrow [class*="col-"] {
    	width: 50%;
	}
	.product-grid{
		width: 33.33%;
	}
	.ct{
		display: none
	}
}
@media (max-width: 480px){
	.haccount li a i {
		display: none;
	}
}
@media (max-width: 399px){
	.serdes h4{
		font-size: 13px;
		font-weight: 500;
		margin: 16px 0 4px 0;
		letter-spacing: 0;
	}
	.serdes p{
		font-size: 12px;letter-spacing: 0
	}
}
@media (min-width: 400px) and (max-width: 767px){
	.bserhover .serdes{
		padding: 40px 0
	}
	.product-list {
	    width: 50%;
	}
}
.beffect a:hover::after {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
}
@media (min-width: 320px) and (max-width: 575px){
	.timerpro .product-thumb .box-timer span.countdown-period {
	    font-size: 18px;
	}
	.timerpro .product-thumb .box-timer span.countdown-amount{
		font-size: 16px;
	}
	.cen-img:last-child{
		margin-top: 20px;
	}
	.countdown-section::after {
		margin: 0 7px;
	}
	.all-timer .box-timer{
		padding: 9px 8px;
	}
	#count .custw,#count .product-thumb .caption{
		width: 100%;
		padding: 5px 10px
	}
	.product-count{
		display: block;
	}
	.catcontent{
		bottom: 10px;
	}
	.date-time{
		padding: 8px;
	}
	.fpayment i{
		margin-left: 5px;
	}
	.offer-text .btn-primary{
		float: none;
	}
	.offer-text{
		text-align: center;
	}
	.deliveryinfo ul li span{
		margin-right: 5px;
	}
	.fpow, .fpayment{
		width: 100%;
		text-align: center;
	}
}
@media (min-width: 320px) and (max-width: 400px){

	#toprate .product-thumb .caption{
		padding: 7px 9px;
	}
	#cattab .product-thumb .caption {
	   padding: 7px 15px;
	}
	.offbanner{
		width: 100%;
	}
	.offbanner:last-child{
		margin-top: 30px;
	}
	.madebyhand-dis .list-des{
		display: none;
	}
	.newsbgf .alert{
		bottom: -80px;
	}
}
@media (min-width: 320px) and (max-width: 600px){
	.allmb .blog-desc{
		height: 63px;
	}
	.blog-desc{
		line-height: 20px;
	}
	#toprate .opbtn {
	    margin-top: 2px;
	}

	.all-timer .countdown-section{
		margin: 0 2px;
	}
}
.beffect a::after {
    background: rgba(255,255,255,.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: 4px;
}
@media (min-width:1590px) and (max-width: 1829px) {
	#toprate .img_sli {
	    margin-bottom: 27px;
	}
	.deliveryinfo ul svg{
		width: 35px;
		height: 35px;
	}
	.deliveryinfo li h4, .deliveryinfo li .h4{
		font-size: 16px;
	}
	.product-thumb .price {
	    font-size: 15px;
	}
}