body {
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.3px;
	background-color: #fff;
}
/* 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;
}
a {
	color: #000;
	transition: 0.3s ease;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
#count hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.acd a, .hlogout .wishcom a {
	color: #000;
}
:focus{
	outline: none;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
	text-decoration: none;
	outline: none;
	color: #ff4200;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #000;
	border-color: #f2f2f2;
}
label {
	font-size: 13px;
	font-weight: normal;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
	border-radius: 0;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	color: #000
}
.d-inline-block {
    display: inline-block;
    vertical-align: middle;
}
#common-success p a {
	font-weight: 600;
	text-transform: capitalize;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: block;
}

.nav-tabs {
	margin-bottom: 20px;
}
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;
    }
    #column-right{
		width: 23%;
	}
    #column-left {
	    width: 21%;
	}
	#content.colright, #content.col-md-9 {
	    width: 79%;
	}
}
@media (min-width:1200px) and (max-width: 1299px) {
    .container {
       width: 1170px;
    }
    #column-right{
		width: 22%;
	}
    #column-left {
	    width: 22%;
	}
	#content.colright, #content.col-md-9 {
	    width: 78%;
	}
}
@media (min-width:1300px) and (max-width: 1409px) {
    .container {
       width: 1270px;
    }
}
@media (min-width:1410px){
    .container {
        width: 1380px;
    }
}
.form-control{
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 0
}
.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 #ff4200;
	box-shadow: none
}
/* search */
#search .input-lg {
	height: 40px;
	padding: 0 10px 0 20px;
	border: none;
	font-size: 14px;
	border-radius: 0;
	background-color: #fff;
}
#search .input_search::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 190px;
    width: 1px;
    height: 25px;
    border-left: 1px solid #c2c2c2;
}
#search .btn-lg {
	height: 40px;
	background-color: #ff4200;
	color: #fff;
	fill: #fff;
	border-radius: 0;
	padding: 10px 30px;
	position: relative;
	text-transform: capitalize;
	-webkit-margin-start: -1px;
}
#search .btn-lg:hover {
	background-color: #222;
}
#search .btn-primary:hover svg {
	fill: #fff;
}
#search .btn-primary svg {
	height: 18px;
	width: 18px;
	fill: #fff;
}
#search .form-control:focus{
	border: none;
	box-shadow: none;
}
/* 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: none;
    border-radius: 0;
}
.dropdown-menu{
	border-radius: 0;
    border: none;
}
#cart .btn-danger {
    background-color: #fff;
    color: #222;
    padding: 0;
    border-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	font-size: 14px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
	font-size: 12px;
}
.cartqt{
	width: 12%;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartdrop img{
	max-width: 60px;
	padding: 0;
	border: 1px solid #eee;
	border-radius: 0;
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartname:hover{
	color: #ff4200;
}
.cartname a{
	font-weight: 500;
}
.cartprice {
    clear: both;
    position: relative;
    top: -40px;
    left: 70px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li > div table td {
	border: 1px solid #eee;
}
/* menu */
#menu .dropdown-submenu {
    padding: 15px;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	margin-top: 10px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .collapse li.view_more.my-menu {
    cursor: pointer;
    padding: 5px 0px;
    border-radius: 0;
    margin: 0;
    font-size: 15px;
	font-weight: 500;
}
#menu .collapse li.view_more.my-menu i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 0;
    border: 1px solid #d9d9d9;
	position: relative;
	text-align: center;
	padding: 8px;
	top: 0;
}
#menu .collapse li.view_more.my-menu:hover i {
	border: 1px solid #ff4200;
}
#menu .navbar-nav li .dropdown-menu a {
    padding: 3px 0;
}
#menu .navbar-nav > li a:hover {
	color: #ff4200;
}
#menu .navbar-nav > .view_more:hover  {
	color: #ff4200;
}
#menu .navbar-nav > li a:hover .thumb_img {
	border: 1px solid #ff4200;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 2px;
	clear: both;
	line-height: 23px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 300;
}
#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
    padding: 0;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title {
    font-weight: 400;
    padding: 0;
    margin-bottom: 10px;
    font-size: 15px;
}
.homeheader .wrmenu{
	display: none
}
.wrmenu .navbar-toggle{
	display: block
}
.wrmenu .navbar-toggle {
    color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border: none;
	background: #0063f7;
	min-width: 40px;
	min-height: 40px;
	vertical-align: middle;
	border-radius: 0;
	position: absolute;
	top: -47px;
	margin: 0;
}
.title-menu{
	background: #ff4200 none repeat scroll 0 0;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}
#pt_vegamenu:hover .ico-menu .bar::after {
    left: 0;
}
.ico-menu .bar::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    background: #000;
    transition: .3s;
        transition-delay: 0s;
    transition-delay: 0s;
}
#menu .thumb_img {
    position: relative;
    top: -5px;
    margin-right: 10px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
}
#menu .thumb_img img {
	max-width: 30px;
	border-radius: 0;
}
.cate{
	vertical-align: middle;
	display: inline-block;
	padding: 4px 15px;
	font-size: 15px;
	font-weight: 400;
}
.meni {
    transition: 0.3s ease;
    margin-top: 3px;
}
.sub-menu .meni {
    display: none;
}
.menu li a:hover .meni {
    transform: rotate(-90deg);
}
.wr-menu {
    margin-bottom: 0;
}
.oddmenu {
    background-color: #f6f6f6;
}
.sub-menu .oddmenu {
    background-color: #fff;
}
#under-menu{
	position: absolute;
	width: 100%;
	z-index: 9;
	border-radius: 0;
	margin-top: 1px;
}
#under-menu .navbar-collapse{
	background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 10px 15px;
}
.manun li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.3s ease;
    padding: 0;
    display: inline-block;
    margin: 0;
}
.manun li a:hover{
	color: #ff4200;
}
.manun ul li {
    margin: 0px 25px;
}
/* content */
#content {
	min-height: 600px;
	overflow: hidden;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 0;
}
/* breadcrumb */
.breadcrumb {
    margin: 20px 15px;
	padding: 8px 15px;
	background: #f7f7f7;
	border-radius: 0;
	text-transform: capitalize;
	font-weight: 400;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li{
	display: inline
}
.breadcrumb > li a:hover{
	color: #000;
}
.breadcrumb > li a:hover{
	color: #ff4200;
}
.breadcrumb > li a::after {
	content: '|';
	padding: 0 15px;
	color: #000;
}
.breadcrumb > li:last-child a::after {
	content: '';
	padding: 0;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #000;
    content: "";
}
.pagination {
	margin: 0;
	padding: 0;
}
/* buttons */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.7px 12px;
	font-size: 14px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#account-return .btn {
	padding: 6.9px 12px;
}
.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: #ff4200;
	color: #fff;
	fill: #fff;
	border: none;
	text-transform: uppercase;
	transition: .5s ease;
	font-size: 14px;
}
.footer-top .btn-primary {
	background-color: #222222;
	color: #fff;
}
.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: #222222;
	color: #fff
}
.btn-primary:hover svg {
	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: #ff4200;
	transition: 0.3s ease;
}
.btn-danger.focus, .btn-danger:focus,.btn-info.focus, .btn-info:focus,.btn-danger.active.focus,
.btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus,
.btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger,
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info,.btn-danger:hover,.btn-info:hover,
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus,
.btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover{
	background-color: #000;
	color: #fff
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 0;
	transition: 0.3s ease;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	text-transform: capitalize;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eee;
	padding: 12px 12px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#xsfilter .list-group a, #xsfilter .list-group-item:last-child {
    border-radius: 0;
}
.catlistpage.list-group a.active,.list-group-item.active, .list-group-item.active:focus,
.list-group-item.active:hover,.catlistpage.list-group a.active:hover{
    background: #fff;
	color: #ff4200;
	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: #ff4200
}
.catlistpage .list-group-item:nth-child(1){
	border-radius: 0;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.rating .fa-stack {
	font-size: 6px;
	width: 12px;
	height: 12px;
}
.rating .fa-star-o,.rating .fa-star{
	color: #ffc600;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ffc600;
}
h2.price {
	margin: 0;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

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

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

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color: transparent;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*loader start */
.s-panel, .slider-banner {
    position: relative;
}
.s-panel .wrloader {
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.s-panel .slick-dots{
	bottom: 15px;
}
.s-panel .slick-dots li button::before{
	font-size: 50px;
	width: 14px;
	height: 14px;
	content: '';
	color: #000;
	border: 1px solid #000;
	background-color: transparent;
	border-radius: 50%;
	opacity: 0.5;
}
.slick-dots li.slick-active button::before, .slick-dots li button:hover::before, .slick-dots li button:focus::before {
	color: #ff4200;
	background-color: #ff4200;
	border: 1px solid #ff4200;
	opacity: 1;
}
.s-panel .slick-prev {
	left: 30px;
	top: 48%;
}
.s-panel .slick-next {
	right:30px;
	top: 48%;
}
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #797978;
    border-radius: 50%;
    font-size: 18px;
    transition: 1.3s ease;
    opacity: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20)
}
.slideshow:hover .slick-prev, .slideshow:hover .slick-next {
	opacity: 1;
}
.slick-prev {
    left: 15px;
  	z-index: 1;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: #ff4200;
	background: #fff;
}
.slick-prev.slick-disabled::before,.slick-next.slick-disabled::before {
    opacity: .25;
}
.slick-dotted.slick-slider{
	margin: 0
}
.slideshow button .fa {
	font-size: 20px;
}
/* alert design */
.a-one{
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}
.a-one {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 99
}
.alert a {
    color: #222;
    font-weight: 500
}
.alert a:hover {
    color: #ff4200
}

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

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

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

.alert-danger svg {
    fill: #E2574C
}

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

.a-one .alert-dismissable .close,.a-one .alert-dismissible .close{
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    color: #222;
    color: inherit
}
/* custom css */
.top-bar {
    background-color: #f5f5f5;
    padding: 9px 0;
}
.call-ti{
	font-size: 12px;
	margin: 0 5px;
	display: inline-block;
}
.call-no{
	font-size: 14px;
	vertical-align: middle;
}
.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 20px 100px;
}
ol, ul{
	margin-bottom: 0;
}
.list-inline{
	margin: 0
}
.list-inline > li{
	padding: 0
}
.langcur .btn-link.dropdown-toggle{
	transition: 0.3s ease;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 7px;
	display: inline-block;
	letter-spacing: 0;
}
.langcur .dropdown-menu{
	min-width: 25rem;
	padding: 15px 15px;
}
.langcur .langcdrop .dropdown-menu li{
	display: block
}
.langcur .dropdown-menu.langcdrop{
	min-width: 18rem;
	padding: 10px;
}
.btn-link.dropdown-toggle.test {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    top: 0;
}
.head-mail{
	border-left: 1px solid #c4c4c4;
	padding-left: 20px;
	margin-left: 18px;
}
/* search */
.list-inline > li.desktop-search{
	vertical-align: baseline
}
#madebyhand-search-category{
	float: left;
	width: 200px;
	border: none;
	height: 40px;
	padding: 10px;
	-moz-appearance: none;
	background: #fff url("../../../../../image/catalog/arrow.png");
	background-position: right bottom 4px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
.sideb{
    display: block;
}
.siden{
    display: none;
}
body.active-search .wbSearch {
    opacity: 1;
	transform: translateY(0);
}
.wbSearch{
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(-100%);
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 30px
}
.wbSearch .close-nav i{
    margin-left: 15px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 5px;
}
.wbSearch #search_block_top{
	position: relative;
	align-items: center;
	width: 100%;
	max-width: 1000px;
}
/* result */
.madebyhand-dis{
	width: 80%;
}
.madebyhand-search-result .searchbr{
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px 0;
    float: left;
    width: 100%;
    border-radius: 0;
    display: flex;
	align-items: center;
}
.madebyhand-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.madebyhand-search-result {
	left: 0;
	top: 100%;
	right: 0;
	box-shadow: none;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
	z-index: 99;
	max-height: 530px;
	overflow-y: auto;
	margin-top: 1px;
}
.madebyhand-dis h4{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.3s ease;
}
.madebyhand-dis h4:hover {
	color: #ff4200;
}
.madebyhand-dis .list-des {
    font-size: 12px;
    text-transform: capitalize;
    color: #282828;
    margin: 0 0 5px 0;
    max-height: 38px;
    overflow: hidden;
}
.madebyhand-dis .price{
	font-weight: 500;
}
.madebyhand-dis .rating {
	margin-bottom: 5px;
	margin-top: 0;
}
.madebyhand-search-result .product-info {
    padding: 0;
    width: 20%;
}
.madebyhand-search-result .product-info img {
	border-radius: 0;
	/*border: 1px solid #eee;*/
}
.madebyhand-search-result p{
	margin: 5px 15px;
}
.madebyhand-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#search_block_top .input-group{
	position: unset
}
/* search over */
#logo a{
	display: inline-block;
	vertical-align: middle
}
.topbsp{
	background-color: #f5f5f5;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 300;
}
.topbsp .row {
	display: flex;align-items: center;
}
.topbsp p{
	margin: 0;
	font-weight: 300;
}
.topbsp li {
	list-style: none;
	display: inline-block;
}
.topbsp li svg {
	margin-right: 5px;
}
.topbsp li span {
	transition: 0.3s ease;
}
#cart button.dropdown-toggle{
	border: none;
	padding: 0;
	background: transparent;
}
#top-links ul li svg,.inuser .dropdown-toggle svg{
	height: 20px;
	width: 20px;
	fill: #000;
	cursor: pointer;
}
.logte {
	font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    transition: 0.3s ease;
    font-weight: 400;
    color: #000;
}
.logte1:hover {
	color: #ff4200;
}
.cart_bg {
	display: inline-block;
}
#top-links ul li #cart svg, #top-links .hphone svg{
	width: 20px;
	height: 20px;
}
#top-links ul li #search_toggle svg{
	width: 18px;
	height: 18px;
	position: relative;
}
#top-links ul li.wishcom svg{
	width: 16px;height: 16px;fill: #000;
}
#top-links ul li svg:hover,.inuser .dropdown-toggle:hover svg,#cart .dropdown-toggle:hover svg{
	fill: #ff4200;
}
#top-links .tolin:hover svg {
    fill: #ff4200;
}
#cart-total, .hdis h4, .custsupp {
	color: #ff4200;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing: 1px;
}
#top-links ul li.wishcom svg:hover {
	fill: #ff4200;
}
#cart .dropdown-menu p{
	margin-bottom: 0;
	font-size: 13px;
}
#cart-total p {
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #ff4200;
	font-size: 10px;
	border-radius: 100%;
	line-height: 4px;
	top: -12px;
	color: #fff;
	text-align: center;
	padding: 5px;
	right: 5px;
}
#cart-total span {
	display: inline-block;
	transition: 0.3s ease;
}
#cart .dropdown-toggle:hover span {
	color: #ff4200;
}
.hdis {
    margin-left: 2px;
}
.hphone-top h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.midheadleft {
	padding: 19px 15px;
}
.midheadleft svg {
	fill: #ff4200;
	margin-right: 10px;
}
.midheadleft a {
	color: #fff;
	text-transform: uppercase;
}
.sub_container {
	max-width: 1700px;
	margin: 0 auto;
}
.hsticky {
	padding: 30px 100px;
	border-bottom: 1px solid #e4e4e4;
	/*box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.1);*/
}
.home-page .hsticky {
    position: absolute;
    width: 100%;
    z-index: 1;
    box-shadow: none;
    border-bottom: none;
}
.inuser {
	vertical-align: middle;
	margin: 0 25px;
}
.curr,.langg,.hphone{
	display: inline-block;vertical-align: middle;
}
.curr .btn-group button.test,.langg .btn-group button.test{
	padding: 0;border: none;
	font-weight: 300;
	font-size: 14px;
}
.hphone{
	margin: 0 20px;
	border-right: 1px solid #e4e4e4;
	padding: 0 20px;
}
#form-currency, #form-language {
    vertical-align: middle;
    display: inline-block;
}
/* user dropdowm */
.alogin li {
    padding: 10px 0;
    text-transform: capitalize;
    margin-top: 0;
}
.alogin .langcdrop li {
    padding: 0;
    border: none;
}
.alogin svg {
    margin: 0 7px;
    width: 14px;
    height: 13px;
}
#top-links ul.alogin li svg{
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
}
.alogin {
    min-width: 240px;
    padding: 0 10px 10px;
}
.hlogout {
    text-align: center;
    padding: 15px;
	width: 290px;
	border: none;
    border-radius: 0;
}
.hlogout h5 {
    font-size: 16px;
    margin-top: 0;
}
.hlogout h6 {
    font-size: 12px;
    color: #777;
}
.acd,.hlogout .wishcom , .xsla, .xscu{
	border: 1px solid #eee;
    border-radius: 0;
    display: inline-block;
    padding: 7px 0;
    margin-top: 10px;
    width: 47%;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: text-top;
}
.user-down.dropdown-menu > li > a:focus,.user-down.dropdown-menu > li > a:hover{
	color: #ff4200;
}
.user-down.dropdown-menu > li > a:hover svg {
	fill: #ff4200;
}
.user-down.dropdown-menu > li > a{
	padding: 0;
	text-transform: capitalize;
}
.drpbot{
	min-width: 250px;
	padding: 15px 10px;
}
.drpbot .hcoms{
	margin: 12px 0
}
.wishcom svg{
	margin: 0 5px 0 0;
}
/* menu */
.navbar{
	min-height: auto;
	margin-bottom: 0;
	border: none;
}
#menu .navbar-collapse {
	padding: 0;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
#menu .fa.pull-right {
    margin: 2px 3px;
}
#menu .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 400;
    padding: 0;
	margin: 0 18px;
	position: relative;
	color: #000;
	background-color: transparent;
}
#menu .navbar-nav li a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    text-align: center;
    width: 0;
    border-bottom: 2px solid #ff4200;
    transform: translateX(0);
    transition: all 500ms ease 0s;
}
#menu .navbar-nav li a:hover::before {
    width: 30%;
}
#menu .navbar-nav .dropdown-menu li a::before, #menu .navbar-nav .more-menu.sub-menu li a::before {
	display: none;
}
#menu .navbar-nav > li.view_cat_menu > a {
	margin-right: 0
}
#menu .fa.fa-angle-down {
    margin: 0 0 0 5px;
}
.navbar-nav{
	float: none;
}
.menu-part {
    background-color: #232b35;
    padding: 7px 0;
}
/* slider */
.owl-carousel.owl-theme .owl-controls{
	margin-top: 20px;
	margin-bottom: 5px;
}
.owl-carousel .owl-wrapper-outer{
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.owl-theme.owl-carousel{
	background-color: transparent;
	margin: 0;
	z-index: 0;
}
#slideshow0.owl-theme .owl-controls .owl-buttons{
	position: unset;
}
#slideshow0.owl-carousel.owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	background: #fff;
	text-shadow: none;
	border-radius: 100%;
	min-width: 40px;
	min-height: 40px;
	opacity: 0;
	color: #797978;
	padding: 6px 0 0 0;
	border: none;
}
#slideshow0.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #ff4200;
	color: #fff;
}
#slideshow0.owl-carousel.owl-theme:hover .owl-controls .owl-buttons div{
	opacity: 1;
}
#slideshow0 .owl-controls .owl-buttons .owl-prev,#slideshow0 .owl-controls .owl-buttons .owl-next{
	top: 45%
}
#slideshow0.owl-carousel:hover .owl-buttons .owl-next {
    right: 30px;
}
#slideshow0.owl-carousel:hover .owl-buttons .owl-prev {
    left: 30px;
}
#slideshow0 .owl-pagination{
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
#slideshow0.owl-theme.owl-carousel .owl-buttons div i {
    font-size: 24px;
    margin: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
    margin: 5px 0px;
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
    background-color: #ff4200;
}
#testi.owl-theme .owl-controls .owl-page span {
    background-color: #ff4200;
	box-shadow: none;
	margin: 0;
	width: 12px;
	height: 12px;
	opacity: 0.15;
}
#testi.owl-theme .owl-controls .owl-page.active span, #testi.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
}
.slidertext {
    position: absolute;
	top: 0;
	left: 5%;
	overflow: hidden;
	width: auto;
	display: flex;
	align-items: center;
	bottom: 0;
}
.slidertext h3 {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: capitalize;
	color: #7a7a7a;
	font-weight: 400;
	transition: all 1.5s ease;
    transform: translateX(100px);
}
.slidertext h1{
    font-size: 60px;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    margin-top: 0;
    transition: all 1.5s ease;
    transform: scaleX(1.5);
}
.slidertext p {
    font-size: 14px;
    color: #777;
    margin: 0;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 0;
    transition: all 1.5s ease;
    transform: translateX(100px);
}
.slidertext a.btn-primary{
    margin-top: 40px;
    text-transform: uppercase;
    border-radius: 0;
    vertical-align: text-top;
    padding: 12px 36px;
    transform: translateY(100px);
    transition: all .5s ease;
}
.s-panel .slideshow .slick-current.slick-active .slidertext h3, .s-panel .slideshow .slick-current.slick-active .slidertext h1,
.s-panel .slideshow .slick-current.slick-active .slidertext a.btn-primary, .s-panel .slideshow .slick-current.slick-active .slidertext p {
	transform: unset;
}
/* qty */
.homeqt{
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.homeqt .btnminus{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	float: none !important;
	display: inline-block;
	padding: 0 6px;
	border: none;
	line-height: normal;
	height: auto;
	bottom: 0;
	background: transparent;
	font-size: 10px;
	color: #888;
}
.homeqt .btnplus{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	float: none !important;
	width: auto;
	padding: 0 6px;
	border: none;
	line-height: normal;
	height: auto;
	bottom: 0;
	background: transparent;
	font-size: 10px;
	color: #888;
}
.homeaddq{
	margin-top: 0;
	margin-bottom: 0;
}
.form-group .addhqty{
	display: inline-block;
	vertical-align: middle;
	float: none !important;
	width: 65px;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	height: 35px;
	padding: 5px;
	text-align: center
}
.homeaddq .cartb svg{
	width: 20px;
	height: 19px;
	fill: #000;
}
.homeaddq .cartb {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
    border: none;
	background: transparent;
	color: #000;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	transform: translateY(50px);
    transition: all .5s ease;
	margin: 0 auto 10px;
	letter-spacing: 1px;
	opacity: 1
}
.homeaddq .cartb:hover {
	color: #ff4200;
}
.pro-content .form-group .btn.pcrt.btn-primary p {
	display: none;
}
/* banner text */
.beffect{
	position: relative;
	overflow: hidden;
}
/* timer */
.timer_img{
    background: url('../../../../../image/catalog/timerimg.jpg');
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	margin: 0 -15px;
}
.countdown-row {
    background-color: #f5f5f5;
    padding: 15px 25px 10px;
}
.countdown-section {
    display: inline-block;
	text-align: center;
	position: relative;
	transition: 0.3s ease;
	margin: 0 15px;
}
.countdown-amount {
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
	position: relative;
}
.countdown-period {
    text-transform: uppercase;
	font-size: 12px;
	color: #000;
	text-align: center;
	display: block;
	margin-top: 5px;
	display: none;
}
.dealt {
    font-size: 18px;
    margin: 0 0 9px 0;
    font-weight: normal;
}
.dealt span {
    color: #6d6d6d;
}
.countdown-row .countdown-section:before {
    position: absolute;
    content: ':';
    right: -20px;
    top: -2px;
    font-size: 20px;
    color: #000;
}
.countdown-row .countdown-section:last-child::before{
    content: none;
}
.timeing_all {
    position: absolute;
    bottom: 18%;
    width: 100%;
}
.timerpro .all-timer {
	opacity: 0;
	transition: .5s ease-in-out;
	transform: translateY(50px);
	z-index: 1;
	position: relative;
}
.timerpro .product-thumb:hover .all-timer {
	opacity: 1;
	transform: unset;
}
/* product */
.heading{
	text-transform: capitalize;
	font-weight: normal;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	font-size: 14px;
}
.heading span{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
}
.heading::after, .left-heading::after {
    border-bottom: 2px solid #ff4200;
    position: absolute;
    bottom: 0;
    content: '';
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.heading strong{
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	margin: 30px 0 0;
	color: #000;
	opacity: .7;
	width: 70%;
	line-height: 22px;
}
.nav-tabs > li{
	display: inline-block;
	float: none;
	margin-bottom: 0
}
.nav-tabs{
	border-bottom: none
}
.tab-head .nav-tabs {
    margin-bottom: 30px;
}
.pro-tab li {
    margin: 0 30px;
}
.pro-tab li a{
	border-radius: 50px;
	color: #000;
	text-transform: uppercase;
	border: none;
	font-size: 16px;
	position: relative;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.pro-tab li.active > a,.pro-tab li.active > a:focus,.pro-tab li.active > a:hover,.pro-tab.nav-tabs > li > a:hover,
.pro-tab.nav > li > a:focus,.pro-tab.nav > li > a:hover{
	color: #ff4200;
	border: none;
	background-color: transparent;
}
.product-thumb:hover .second-img {
    opacity: 1;
}
.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.sale{
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 3px 6px;
	background-color: #000;
	margin: 0 auto;
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 12px;
	font-weight: 400;
	border: none;
	color: #fff;
	border-radius: 0;
	z-index: 1;
}
.new{
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 3px 6px;
	background-color: #ff4200;
	margin: 0 auto;
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 12px;
	font-weight: 400;
	border: none;
	color: #fff;
	border-radius: 0;
	z-index: 1;
}
.product-thumb{
	position: relative
}
.product-thumb:hover {
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}
.product-thumb .image{
	position: relative;
}
.product-thumb .image {
    transition: all .3s ease 0s;
}
#onsale .product-thumb .image {
	padding: 0;
}
#onsale .product-thumb .caption {
	padding: 10px;
}
#onsale .product-thumb .caption .rating {
	margin-bottom: 10px;
	opacity: 1;
}
.product-thumb .image img{
	border-radius: 0;
	/*border: 1px solid #e4e4e4;*/
}
.product-list .product-thumb .image img {
	border: none;
}
.product-thumb .caption {
	padding: 10px;
}
.bran {
	color: #6c6c6c;
    margin: 0 0 5px;
}
.hr_product {
	margin: 10px 0;
}
/*.pro-wid {
    max-width: 1250px;
    margin: 0 auto;
}*/
.rating {
    margin-bottom: 10px;
}
.protitle {
	font-size: 16px;
	margin: 0;
	transition: 0.3s ease;
	padding: 0 0 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	text-transform: capitalize;
}
.protitle a {
	color: #000;
}
.blog_webi .blog-right h4 a {
	color: #000;
}
.blog_webi .blog-right h4:hover a {
	color: #ff4200;
}
.protitle:hover,.protitle:hover a, .product-thumb:hover .price{
	color: #ff4200;
}
.product-list .product-thumb .rating {
    margin-bottom: 8px;
    text-align: left;
}
.product-thumb .price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    letter-spacing: 0;
    min-height: 22px;
}
.product-list .protitle, .product-list .product-thumb .price {
	font-size: 18px;
	transition: unset;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
}
/* button effect */
.product-thumb .button-group svg{
	width: 20px;height: 19px;
}
.product-thumb .button-group .cartb svg {
    width: 21px;
    height: 21px;
}
.product-thumb .button-group .bquickv svg {
    width: 15px;
    height: 15px;
}
.product-thumb .button-group button,.bquickv a {
	background-color: #fff;
	color: #494949;
	min-width: 38px;
	min-height: 38px;
	border-radius: 50%;
	text-align: center;
	border: none;
	padding: 8px;
	font-size: 15px;
	text-transform: uppercase;
	transition: 0.3s ease;
	vertical-align: middle;
	display: block;
	margin: 0 5px;
	fill: #494949;
}
.product-thumb .button-group button span {
    font-size: 13px;
    padding: 0 8px;
    transition: 0.3s ease;
}
#onsale .product-thumb .button-group button {
	background-color: transparent;
	color: #000;
	text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 14px;
    left: 8px;
    font-size: 16px;
    padding: 0 5px;
    transform: translateY(20px);
	transition: all .5s ease;
}
#onsale .product-thumb:hover .button-group button {
	transform: unset;
}
#onsale .product-thumb .button-group button:hover span {
	color: #ff4200;
	transition: all .5s ease;
}
.product-list .product-thumb .button-group button, .product-list .bquickv a {
	background-color: #f5f5f5;
	margin: 0 5px 0 0;
	padding: 7px;
	min-width: 36px;
	min-height: 36px;
}
.product-thumb .button-group button:hover,.bquickv a:hover, .product-thumb .button-group button.cartb.add-to-cart:hover{
	background-color: #ff4200;
}
.product-thumb .button-group button:hover svg,.bquickv a:hover svg, .product-thumb .button-group button:hover span{
	fill: #fff;
	color: #fff;
}
.product-layout {
	margin-bottom: 20px;
	margin-top: 10px;
}
#special .product-layout {
	margin-bottom: 10px;
}
.product-layout:last-child, #special .product-layout:last-child {
	margin-bottom: 10px;
}
.product-thumb {
	position: relative;
	overflow: hidden;
	transition: 0.3s ease;
	background-color: #fff;
}
/* service */
.deliveryinfo{
    cursor: crosshair;
    counter-reset: my-sec-counter;
}
.deliveryinfo [class*="col-"]::before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter);
	position: absolute;
	bottom: 5px;
	left: 6px;
	font-size: 90px;
	font-weight: 700;
	color: #fff;
}
.deliveryinfo .sbr2, .deliveryinfo .sbr4 {
	margin-top: 60px;
}
.deliveryinfo li span {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	border: 6px solid #fff;
	margin: 0 auto;
	transition: 1s ease;
}
.deliveryinfo li:last-child {
    width: 100%;
    background-color: #f5f5f5;
	padding: 10px;
	padding: 70px 10px 25px 10px;
	margin-top: -45px;
	position: relative;
	z-index: -1;
}
.deliveryinfo li h4{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 0 15px 0;
}
.deliveryinfo li p{
    font-size: 16px;
	color: #7a7a7a;
	max-width: 100%;
	margin: 0 auto;
}
.deliveryinfo ul svg{
    width: 45px;
    height: 45px;
    transition: 0.5s ease;
}
.deliveryinfo ul:hover span {
	background-color: #ff4200;
}
.deliveryinfo ul:hover h4 {
    color: #ff4200;transition: 0.3s ease;
}
.deliveryinfo ul:hover span svg {
    transform: rotateY(360deg);
    fill: #fff;
}
/* onsale */
.onsl{
	padding: 50px 0;
	margin: 0 -15px;
}
#onsale .product-thumb {
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
}
#onsale .product-thumb .image::after {
	content: '';
	position: absolute;
	top: 10%;
	right: 0;
	width: 1px;
	height: 80%;
	background-color: #e4e4e4;
}
.onsl .product-layout .image{
	padding: 0
}
.onsl .product-thumb .button-group{
	position: unset;
	opacity: 1;
	margin-top: 10px;
}
/* category */
.categorybr .cateimg img {
	border-radius: 0;
	border: 2px solid #f5f5f5;
	transition: 0.3s ease;
}
.homecategory .catcontent {
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	background: #fff;
	height: 100%;
	border: 1px solid #ff4200;
	transform: scale(0);
	transition: all 0.7s ease 0s;
	padding: 76px 0;
	margin: 0 15px;
	border-radius: 0;
}
.homecategory .categorybr:hover .catcontent {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.7s ease 0s;
}
.homecategory .catcontent svg {
	width: 17px;
	height: 11px;
	position: relative;
	top: -5px;
	transition: 0.3s ease;
}
.homecategory .catcontent h2{
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	color: #333;
	margin: 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
	transition: 0.3s ease;
	margin-bottom: 2px;
}
.catcontent h2:hover, .catcontent:hover svg {
	color: #ff4200;
	fill: #ff4200;
}
.homecategory .catcontent h4:hover {
	color: #333;
}
.homecategory .catcontent h6{
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin: 6px 0 0 0;
}
.homecategory .catcontent h4 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	opacity: 0;
	/*position: absolute;*/
	color: #ff4200;
	transition: 0.3s ease;
	margin: 0;
}
.homecategory .catcontent h4 {
	fill: #ff4200;
}
.block-cat-wr:hover .catcontent h4 {
	opacity: 1;
}
.categorybr a{
	display: block;
}
.category-tab button.catb {
	display: none;
}
.cate_btn a {
	background-color: #fff;
	color: #ff4200;
	padding: 10px 30px;
	margin-top: 20px;
}
.cate_btn a:hover {
	background-color: #ff4200;
	color: #fff;
}
/* image text */
.leftright-banner, .seroffer-banner {
	margin-left: -15px;
	margin-right: -15px;
}
.seroffer-banner {
	margin-top: 30px;
}
.imgleft, .offerbanner {
    width: 38.2%;
}
.imgright, .bannerser {
    width: 61.8%;
}
.imgbnrtext {
	position: absolute;
	top: 0;
	left: 10%;
	width: 82%;
}
.left_text {
	bottom: 20px;
	top: auto;
	left: auto;
	width: 100%;
}
.right_text  {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	bottom: 0;
	width: auto;
	left: 4%;
}
.ser_text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	bottom: 0;
	width: auto;
	right: 4%;
	left: auto;
}
.offer_text {
	width: 100%;
	left: auto;
	bottom: 15px;
	top: auto;
}
.imgbnrtext h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    margin: 0;
}
.imgbnrtext h2 {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 20px 0;
}
.imgbnrtext h1 {
    font-size: 50px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 50px 0 30px 0;
	position: relative;
	line-height: 1.2;
}
.imgbnrtext p {
    margin: 0;
    color: #737373;
    line-height: 24px;
    font-size: 18px;
}
.imgbnrtext .btn-primary {
    border: 1px solid #ff4200;
	background: #ff4200;
	color: #fff;
	padding: 14px 25px;
	margin-top: 10px;
	line-height: 13px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.imgbnrtext .btn-primary::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff4200;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.imgbnrtext .btn-primary:hover::before{
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.imgbnrtext .btn-primary:hover {
    background-color: #222222;
    border: 1px solid #222222;
}
.centerbanner {
	margin-top: 10px;
}
/* product category */
.category-tab .tab-content > .tab-pane:not(.active), .category-tab .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.home-cat {
	position: relative;
	padding: 0 15px;
	margin-top: 50px;
}
.cate-bg {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.cate-bg::before {
	content: '';
	background-color: #f5f5f5;
	position: absolute;
	width: 100%;
	height: 70%;
	/*margin-left: -15px;
	margin-right: -15px;*/
}
.cat-tab .tab-content {
    background-color: #fff;
    padding: 40px;
    margin: 0 -30px;
    position: relative;
    box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.1);
}
/*.home-cat .nav-tabs {
    margin-bottom: 20px;
    background-color: #fff;
    margin-right: -15px;
    margin-left: -15px;
	padding: 0;
}*/
.home-cat ul li {
    padding: 0;
}
.cat_img {
	border: 1px solid #fff;
	border-radius: 50%;
}
.home-cat ul li:hover .cat_img, .home-cat ul li.active a .cat_img {
	border: 1px solid #ff4200;
}
.home-cat ul.nav-tabs li a h2{
    padding: 10px 0 50px;
	text-transform: capitalize;
	color: #000;
    line-height: normal;
	margin: 0;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}
.home-cat ul.nav-tabs li.active a {
	color: #000;
	/*border: 1px solid #ff4200;*/
    cursor: pointer;
}
.home-cat ul.nav-tabs li a:hover h2, .home-cat ul.nav-tabs li.active a h2 {
	color: #ff4200;
}
#cat_tab .nav-tabs {
    margin-bottom: 0;
}
#cattab .product-layout:last-child {
	padding: 0 20px;
}
#cattab .protitle {
	font-size: 18px;
}
#cat_tab ul li.active a:after, #cat_tab ul li:hover a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    clip-path: polygon(100% 100%, 50% 0, 0 100%);
    height: 19px;
	width: 22px;
    background: #fff;
}
.wr_hide_menu {
    display: block;
    margin: 0;
}
.wr_hide_menu:last-child {
    border-bottom: none;
}
.home-cat ul.nav-tabs li.view_more a,.home-cat ul.nav-tabs li.view_more.active a,.home-cat ul.nav-tabs li.view_more a:hover{
	border-bottom: transparent
}
.category-tab .tab-content > .tab-pane:not(.active), .category-tab .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
/* testimonial */
.test_mation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
}
#testi {
    background-color: #fff;
}
#testi .item {
	padding: 70px 50px 0;
}
#testi .item span.first-t1 {
	color: #959595;
	text-transform: capitalize;
	font-size: 12px;
}
.parallex .item .timg{
	border: 4px solid #ffccba;
	margin-bottom: 10px;
	z-index: 9;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.parallex .item h2 {
    font-size: 16px;
	text-transform: capitalize;
	color: #ff4200;
	font-weight: 400;
	margin: 6px 0;
}
.parallex .item p {
    line-height: 26px;
	font-weight: 400;
	font-size: 14px;
	margin: 30px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	letter-spacing: 0.6px;
	color: #5b5b5b;
}
.test_svg {
    position: absolute;
    transform: rotate(148deg);
    fill: #f5f5f5;
    width: 95px;
    height: 95px;
    right: 10%;
    top: 10%;
}
.parallex .owl-pagination{
	top: auto;
}
#testi.owl-carousel.owl-theme .owl-controls {
	margin-top: 30px;
	padding-bottom: 70px;
	margin-bottom: 0;
}
/* video */
.main_video_bg {
	background-color: #f5f5f5;
	padding: 60px 15px;
	margin-right: -15px;
	margin-left: -15px;
}
.video-bg {
    background: url('../../../../../image/catalog/vimg.jpg');
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 170px 0;
    z-index: 1;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
}
#vedioModal button.close {
    margin: 0 15px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
    cursor: pointer;
}
.play-video svg {
    fill: #fff;
    width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.play-video svg:hover {
    animation-duration: 1s;
	animation-timing-function: linear;
	animation-name: "bounceIn";
	webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "bounceIn";
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "bounceIn";
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
/* video */
/* blog */
.bs {
	padding: 90px 50px;
}
.bs i {
	font-size: 18px;
}
.bs span {
	color: #646464;
}
.bs h5 {
	font-size: 14px;
	font-weight: 400;
	color: #aaa;
	margin: 0 0 15px 0;
}
#blog .multi-row {
	background-color: #f5f5f5;
	overflow: hidden;
	margin: 0 15px;
}
#blog .product-block {
	padding: 0;
}
#blog .product-block:first-child .blog-left {
	padding-right: 0;
}
#blog .product-block:last-child .blog-left {
	float: right;
	padding-left: 0;
}
.testimg img {
	width: 18%;
	display: inline-block;
	margin-right: 5px;
}
.testimg span {
	color: #000;
	font-weight: 500;
	margin-left: 5px;
}
.datime, .testimg, .view-blog {
	display: inline-block;
}
.datime i{
	color: #000;
    font-size: 8px;
    vertical-align: text-top;
    padding: 3px 15px;
}
.blogdt {
    font-size: 16px;
    font-weight: 400;
	display: inline-block;
	color: #000;
	margin-bottom: 49px;
	font-family: 'Josefin Sans', sans-serif;
}
.blog_webi .blog-right h4{
	font-size: 20px;
	text-transform: capitalize;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 15px 0;
	transition: 0.3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.blog_webi .blog-right p {
	color: #000;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 0 15px 0;
}
.blog_webi .blog-right .blogdt p {
	font-size: 50px;
	font-weight: 600;
	color: #adadad;
	display: inline-block;
	margin: 0 4px 0 0;
	overflow: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}
.blog_hr {
	border-top: 1px solid #e5e5e5;
	margin-top: 25px;
}
.blog_webi .blog-right h4:hover{
	color: #ff4200
}
.view-blog .read-more a {
	padding: 12px 15px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	background-color: #181a26;
	font-size: 12px;
}
.view-blog .read-more a:hover {
	color: #fff;
	background-color: #ff4200;
}
.view-blog .read-more {
	font-size: 14px;
	margin-top: 15px;
}
.view-blog .read-more a svg {
	margin-left: 5px;
	position: relative;
	top: -1px;
}
.view-blog .read-more:hover a svg {
	fill: #ff4200;
}
.lb-nav a{
	transition: none
}
.blog-left img {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.blog-left:hover img {
	-ms-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	cursor: pointer;
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.9,0.9);
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.date-time {
    background-color: #ff4200;
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 4px 10px;
}
.webi-blog-image img{
	border-radius: 0;
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 0;
}
.webi_post_hover .icon {
	border-radius: 0;
	transform: translate(-50%, -50%);
	padding: 12px 12px;
	display: inline-block;
	line-height: 0px;
	background: #ff4200;
	color: #fff;
}
.webi_post_hover .icon:hover{
	background-color: #000;
	color: #fff;
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}
.blogal .alert {
    position: unset;
}
.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 20px;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.bcomment{
	background-color: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 0;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment {
    margin-top: 15px;
}
.allcomment h5{
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	line-height: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s ease;
}
.allcomment h5:hover {
	color: #ff4200;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 15px 0
}
.blog-date p, .date span p {
    display: inline-block;
}
.allmb{
	margin-bottom: 15px;
	background: #fff;
}
.sngblog h3{
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: capitalize;
	line-height: 23px;
	font-weight: 400;
}
.sngblog .blog-desc{
	margin-bottom: 0
}
.allmb .blog-desc{
	overflow: hidden;
	height: 120px;
}
/* newsletter */
.newsl #newsletter{
	position: relative;
	margin: 0 auto;
	vertical-align: middle;
}
.newsbtn{
	font-size: 14px;
}
.footer-top{
	padding: 30px 15px;
}
.white-popup .alert{
	position: unset
}
#column-left1 .container, #column-right1 .container {
    width: auto;
    padding: 0;
}
#column-left1 .row, #column-right1 .row {
	margin: 0;
}
.newsl .alert {
	padding: 5px 7px;
	bottom: -35px;
	top: auto;
	margin: 0;
	left: 0;
	right: 0;
	border-radius: 0;
}
.newsl #newsletter input{
	border: none;
	height: 44px;
	border-radius: 0;
	background-color: #fff;
}
.newsl .form-group{
	position: relative;
	margin: 0
}
.news_text h2{
    font-weight: 400;
	font-size: 16px;
	margin: 10px 0 25px 0;
	color: #a8a8a8;
}
.newslesvg {
	height: 30px;
	width: 30px;
	fill: #fff;
	margin-right: 8px;
}
.news_text h6 {
	font-size: 24px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.newsl .description-top{
	color: #999;
	margin-top: 10px;
	text-align: center
}
.newsbtn{
	height: 44px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0 20px;
	color: #fff;
	background-color: #ff4200;
	border-radius: 0;
}
.newsbtn.btn-primary:hover {
	background-color: #353535;
}
.pay_connect {
    margin-top: 25px;
}
.pay_connect .list-inline li {
	margin-right: 15px;
}
.pay_connect .list-inline li:last-child {
	margin-right: 0;
}
/* newsletter popup */
.white-popup {
  	position: relative;
	background: #FFF;
	padding: 40px 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
	border-radius: 0;
}
.white-popup h1{
	font-weight: 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:#fff;
    border-radius: 0;
}
.newsletter-bg{
   background-repeat: no-repeat;
   background-size: cover;
}
.slide-bottom{
    position: absolute;
    padding:30px;
    background:#FFF;
    bottom: 0;
    right: 10%;
    border: solid 1px #000;
}
.slide-bottom .inner{
    position: relative;
}
.button-slide{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background:#000;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}
/* footer */
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 10px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #ff4200;
    color: #fff;
    border-radius: 0;
}
#scroll:hover{
	background-color: #000;
}
#scroll i {
    font-size: 20px;
}
.middle-footer{
	padding: 60px 0;
}
footer {
	background: #000;
	margin-top: 60px;
}
#logo.foot_logo {
	padding: 0;
	width: 100%;
	margin-top: 0;
}
.footer_logo li {
	list-style: none;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #575757;
	padding: 0;
}
.fleft {
	list-style: none;
	width: 34%;
}
.fborder {
    width: 22%;
    padding: 0;
}
.top-footer {
	background-color: #f5f5f5;
	padding: 30px 0;
}
.middle-footer h5 {
    font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 0;
	color: #fff;
}
.middle-footer .paym, .middle-footer .social_icon h5 {
	margin: 20px 0;
}
.middle-footer a,.f-left li{
    cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 33px;
	color: #9d9d9d;
	padding: 0;
}
.middle-footer a:hover{
	color: #ff4200
}
.pay-connect {
    margin-top: 30px;
}
.pay-connect li {
	margin-right: 10px;
}
.pay-connect li:last-child {
	margin-right: 0;
}
.pay-connect h5 {
	margin: 0 0 20px 0;
}
.f-left svg {
    fill: #a0a0a0;
    margin-right: 10px;
}
.f-left li {
    word-break: break-all;
}
.copy{
	background-color: #fff;
	padding: 30px 0;
}
.copy .row {
	display: flex;
	align-items: center;
}
.copy a{
	color: #000;
}
.copy .foot-payment a{
	color: #aaa;
}
.copy .foot-payment i{
	font-size: 24px;
	margin: 0 10px;
	color: #767676;
	cursor: pointer;
}
.copy .foot-payment i:hover{
	color: #ff4200;
}
#contact .foot-payment a i{
	font-size: 24px;
}
#contact .foot-payment li {
	margin-right: 15px;
}
.copy a:hover,.copy .foot-payment a:hover{
	color: #ff4200
}
.social_icon .fsocial a{
    line-height: normal;
	min-width: 35px;
	min-height: 35px;
	text-align: center;
	padding-top: 7px;
	display: inline-block;
	background: #f5f5f5;
	vertical-align: middle;
	color: #777;
	font-size: 16px;
	margin-right: 8px;
	border-radius: 0;
}
.social_icon {
	margin-top: 20px;
}
.social_icon .fsocial a:hover{
	background-color: #ff4200;
	color: #fff;
}
.footpay svg {
    width: 40px;
    height: 40px;
}
.footblink li {
	display: inline-block;
}
.footblink li a {
    color: #9d9d9d;
    position: relative;
    text-transform: capitalize;
    line-height: 26px;
}
.footblink li a:hover{
	color: #ff4200;
}
.footblink .foot-bottom-link li a::after{
    content: '|';
    color: #9d9d9d;
    margin: 0 12px;
}
.footblink li:last-child a::after{
	display: none
}
.footblink {
    padding: 20px 15px;
	border-top: 1px solid #262626;
	position: relative;
}
.footblink ul {
	max-width: 1100px;
	margin: 0 auto;
}
/* carousel button */
.owl-carousel.owl-theme .owl-controls .owl-buttons div{
	position: unset;
	background: #fff;
	color: #7f7f7f;
	opacity: 1;
	margin: 0 10px;
	transition: 0.3s ease;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 14px;
	min-width: 50px;
	min-height: 50px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.owl-carousel .owl-buttons div i {
    font-size: 20px !important;
    margin: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover{
	color: #ff4200;
}
.owl-theme.owl-carousel .owl-buttons div svg{
    width: 32px;
    height: 32px;
    text-shadow: none;
    fill: #7f7f7f;
    color: #777;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover svg{
	fill: #ff4200;
}
#blog.owl-carousel.owl-theme .owl-controls {
	margin: 0;
}
#blog.owl-carousel.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	margin: 0 5px;
}
/* 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: #ff4200;
    border-color: #ff4200;
    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: #ff4200;
    border-color: #ff4200;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi{
	margin: 30px 0 0 0;
	background-color: #fff;
	padding: 8px 0;
	border: 1px solid #eee;
	border-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination > li {
    display: inline-flex;
}
/* product page */
 .form-rating .form-rating-container, .radi .form-rating,.radi label{
    display: inline-block;vertical-align: middle;margin: 0
}
.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
    margin-bottom: 0;
    cursor: pointer
}
#tab-review .fa-stack-2x {
    color: #ffc600;
}
.form-rating .form-rating-container input {
    display: none
}
.form-rating .form-rating-container:hover label:hover i.fa-star-o,
.form-rating .form-rating-container:hover label:hover~label i.fa-star-o {
    color: #ffc600;
}
.form-rating input:checked~label i.fa-star,.form-rating input:checked~label i.fa-star-o,
.form-rating .form-rating-container:hover label:hover i.fa-star,
.form-rating .form-rating-container:hover label:hover~label i.fa-star {
    color: #ffc600;
}
.form-rating .form-rating-container label i.fa-star-o, .form-rating .form-rating-container:hover label i.fa-star-o,
.form-rating .form-rating-container label i.fa-star, .form-rating .form-rating-container:hover label i.fa-star {
    color: #d9d9d9;
}

.btn.datebtn {
    min-height: 34px;
    margin: 0 !important
}
.btn.datebtn i{
	vertical-align: middle
}
.btn.pcrt.btn-primary {
    min-height: 35px;
}
#product-product .pro-content .alert,#account-register .alert,{
	position: unset;
}
.zoomWrapper{
	position: relative
}
.thumbnail{
	border: none;
	padding: 0;
}
#zoom_03{
	border-radius: 0;
	border: 1px solid #eeeeee;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review #review{
	margin-bottom: 15px;
}
.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}
.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #ff4200;
    left: 0;
}
.product-tab .nav-tabs > li.active > a,.product-tab .nav-tabs > li.active > a:focus,.product-tab .nav-tabs > li.active > a:hover {
    color: #ff4200;
    cursor: default;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.product-tab .nav > li > a:focus,.product-tab .nav > li > a:hover,.product-tab .nav-tabs > li > a{
    border: none;
    background: transparent;
}
.product-tab .nav > li > a{
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	font-weight: 400;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
.pro-content h1 {
	font-size: 20px;
	text-transform: capitalize;
	margin-top: 0;
	font-weight: 400;
}
#product .op-box.qtlabel {
	width: auto;
}
.pro-content #product h3{
	font-size: 18px;
	font-weight: 400;
}
.pro-content .alert,.product-quickview-detail .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
}
.btnminus {
	border-radius: 0;
}
.btnplus {
	border-radius: 0;
}
.pro-content .input-group{
	z-index: 0;
}
.btnminus,.btnplus{
    line-height: 22px;
}
.btnminus span,.btnplus span{
	position: unset;
	margin-top: 4px;
}
.producthr {
    border-top: 1px solid #f2f2f2;
}
.text-decor, .text-de {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
    line-height: 25px;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
}
.textdeb {
    margin: 0 4px;
    color: #ff4200;
}
.textdeb:hover{
    color: #000;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 400;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 0;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #ff4200;
    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: #000;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
	text-transform: capitalize;
}
#tab-description{
	line-height: 22px;
}
.btnup {
    background-color: #ff4200;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none;
    color: #fff;
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .pcrt svg{
	width: 18px;
	height: 17px;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ededed;
}
.pro-content #input-quantity{
	border-radius: 0;
}
.product-tab{
	margin-top: 30px;
	margin-bottom: 40px;
	border: 1px solid #ededed;
	border-radius: 0;
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #ededed;
	padding: 0;
	margin-bottom: 0;
}
.product-tab li{
	margin: 0 10px;
}
.product-tab .tab-pane{
	padding: 15px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ededed;	
}
.qtlabel{
	margin-top: 5px;
}
.product-tab #review .fa-stack{
	font-size: 8px;
}
#gallery_01 img{
	margin-bottom: 1px;
	border: 1px solid #eeeeee;
	border-radius: 0;
}
.rsep{
	padding: 0 20px;
}
.custreview{
	text-transform: capitalize;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px;
}
#review .custreview:nth-child(1)  {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}
#tab-review #review{
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 0;
}
#tab-review #review p{
	margin-bottom: 0;
	font-size: 13px;
}
.custreview p{
	color: #777;
	line-height: 23px;
	font-size: 13px;
	margin-bottom: 0;
}
.crspc{
	padding: 10px 0;
}
.crspc span{
	display: inline-block
}
/* category page */
.product-grid .catlist-des {
    display: none;
}
.catlist-des {
    color: #727272;
	font-size: 13px;
	text-transform: capitalize;
	margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #000;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: 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: 0;
}
.cate-top h2{
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.cate-top p{
	font-size: 12px;
	color: #757575;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	overflow: hidden;
}
.cate-top img{
	border-radius: 0;
}
.cate-border {
    background-color: #fff;
	margin: 0 0 20px 0;
	padding: 10px 0px;
	border: 1px solid #eee;
	border-radius: 0;
}
.catedes {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
#compare-total{
	padding: 0;
	font-weight: 500;
	margin-top: 5px;
}
.catesort label {
    background-color: #fff;
    border: none;
    color: #1e1e1e !important;
}
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #333;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #ff4200;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #000;
}
.select-input::after, .select_input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.select_input::after {
	right: 30px;
}
#product-product .select_input::after {
    right: 15px;
    bottom: 7px;
    top: auto;
}
#checkout-checkout .select_input::after {
	right: 15px;
}
.select_input {
	position: relative;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius: 0;
}
.catesort select.form-control, .select_input select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid,.product-list{
	margin-bottom: 10px;
}
.product-list {
	width: 50%;
}
#product-category .product-list {
	width: 100%;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
	transition: none;
	box-shadow: none;
}
.product-grid .image {
	border: transparent;
}
.product-list .image {
    border: 1px solid #eee;
    border-radius: 0;
}
/*#product-category .product-list .product-thumb, #product-search .product-list .product-thumb, #product-manufacturer .product-list .product-thumb {
    margin: 0;
}*/
.product-list .product-thumb .button-group{
	position: unset;
	opacity: 1;
	text-align: left;
	display: inline-block;
	margin-top: 10px;
}
.product-list .homeaddq{
	display: inline-block;
}
.product-list .homeaddq .cartb {
	position: unset;
	transform: none;
	opacity: 1;
	background-color: #f5f5f5;
	color: #000;
	min-width: 36px;
	min-height: 36px;
	text-align: center;
	border: none;
	padding: 7px 8px;
	font-size: 0;
	text-transform: capitalize;
	transition: 0.3s ease;
	vertical-align: middle;
	display: inline-block;
	border-radius: 0;
	margin: 0 5px 0 0;
}
.product-list .homeaddq:hover .cartb {
	background-color: #ff4200;
}
.product-list .homeaddq .cartb:hover svg {
    fill: #fff;
}
.product-list .product-thumb:hover .price {
    opacity: 1;
}
.product-list .hr_product {
	display: none;
}
/* filter */
.catfilter.panel-default > .panel-heading,.cathed{
	color: #000;
	font-weight: 500;
    background-color: #f7f7f7;
    border: none;
    text-transform: uppercase;
    border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.catfilter .panel-heading button{
	border: none;
	background: transparent;
	box-shadow: none;
}
.catfilter .checkbox input{
	margin-top: 3px;
}
#xsfilter .list-group{
	margin-bottom: 0
}
.panel-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.list-group-item {
    border: 1px solid #eee;
    border-radius: 0;
}
.panel-footer {
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
/* refine search */
.refines{
	margin-bottom: 20px;
}
.refines ul{
	display: inline-block
}
.refines li{
	border-radius: 0;
	border: 1px solid #eee;
	font-size: 12px;
	padding: 6px 12px;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: capitalize;
	margin-bottom: 4px;
	font-weight: 500;
}
.refines h3{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}
/* search page */
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.search-page .select-input {
    position: relative;
}
#product-search .checkbox-inline {
    margin-top: 7px;
}
/* banner effect */
.banner-right{
	margin-top: 54px;
}
.beffect a{
	display: block;
	position: relative
}
.beffect a.beff_a::after {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 0;
    transition: all 700ms ease-in-out 0s;
    width: 100%;
    transform: rotateZ(-180deg);
}
.beffect:hover a.beff_a::after {
    opacity: 0;
    height: 85%;
    transition-delay: 0.1s;
    transform: rotateZ(0deg);
}
.beffect img{
	border-radius: 0;
}
/* cart page */
.cart-des, .cart-img {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.cart-des .input-group {
    max-width: 100px!important;
    margin-top: 10px
}
.cart-des{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}
.shoppcolm {
    max-width: 1200px;
    margin: 0 auto;
}
.allcart {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .05);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0;
}
.allcart .cart-re {
    background-color: transparent;
    border: none;
}
.wish-stock {
    color: green;
    margin-bottom: 10px
}
.cart-des .cart-des-name{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.cart-des .price {
    margin: 5px 0
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
}
.cart-des button:hover{
    color: #fff;
}
.cart-des button i{
    font-size: 14px
}
.cart-re i{
	font-size: 18px;
	transition: 0.3s ease;
}
.cart-re i:hover{
	color: #ff4200
}
.cart-des .input-group input{
	border-radius: 0;
}
/* cart page end*/
/* other page */
.acspace input[type="checkbox"]{
	vertical-align: middle;
	margin: 0;
}
.onsl,.martb{
	margin-top: 60px;
}
#checkout-cart .table-bordered > thead > tr > td {
    background: #f5f5f5;
}
#checkout-cart .table-bordered > tbody > tr > td:nth-child(2) {
    font-weight: 500;
}
.product-quickview-detail .swiper-viewport{
	margin: 5px;
}
.product-quickview-detail {
    width: 100%;
    background-color: #fff;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	box-shadow: none !important
}
.product-quickview-detail .pro-content h1{
	margin-top: 0;
}
.swiper-button-prev::before,.swiper-button-next::before{
	color: #000 !important;
	font-size: 26px !important;
}
.product-quickview-detail #content {
    min-height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
#checkout-checkout .infobg [class*="col-"] h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
}
.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.infocnt i{
	font-size: 16px;
	vertical-align: bottom
}
.infocnt{
	margin-bottom: 20px;
}
.table-bordered,.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border: 1px solid #eee;
}
#accordion .panel-default {
    border: 1px solid #eee;
    border-radius: 0;
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
}
.subheading, .acpage h1, .not-found-head {
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}
.acpage h2 {
    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;
}
.info-img {
	width: auto;
}
#accordion #input-password,#affiliate-login #input-password,#account-login #input-password{
	margin-bottom: 10px;
}
#accordion .panel-title i {
    float: right;
}
.panel-title{
	font-size: 14px;
}
.valign{
	vertical-align: middle !important;
}
.valign img {
	border-radius: 0;
	border: 1px solid #e4e4e4;
}
.well {
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
    padding: 0 15px 15px 15px;
}
.well p{
	font-size: 12px;
}
.well p strong{
	font-size: 13px;
}
.table-hover > tbody > tr:hover {
    background-color: transparent;
}
.addlist{
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px;
	border-radius: 0;
}
.addl{
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    border-radius: 0;
    z-index: 99;
    text-transform: capitalize;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.co-heading {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
.img-thumbnail{
	border-radius: 0;
	padding: 0;
}
.comb .btn-primary{
	margin: 3px 0;
}
.com-description {
    width: 25%;
    color: #777;
	font-size: 13px;
	white-space: normal !important;
}
.com-summary {
    width: 1%;
}
.brand-list .brands-content {
    padding: 8px;
}
.bname {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    margin: 0 0 6px 0;
    padding: 5px 8px;
}
.brand-list {
    border: 1px solid #f2f2f2;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}
/* account page */
/*-------------*/
.acco span{
	display: inline-block;
	vertical-align: middle;
}
#account-account.acpage #content[class*="col-"] a {
    display: inline-block;
    border: 1px solid #eee;
    width: 100%;
    padding: 25px 25px;
    border-radius: 0;
    margin-bottom: 30px;
}
#account-account.acpage #content[class*="col-"] span:first-child{
	border-right: 1px solid #eee;
	padding-right: 25px;
	margin-right: 25px;
}
#account-account.acpage #content[class*="col-"] span:last-child{
	font-size: 16px;
	font-weight: 500;
}
#account-account.acpage #content[class*="col-"] span:last-child span{
	font-size: 14px;
	font-weight: 400;
	color: #bcbcbc;
	margin-top: 6px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}
#account-account.acpage #content[class*="col-"] span svg{
	fill: #ff4200;
}
#account-account .achead {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
/*------------*/
/* account - left column */
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background-color: transparent;
	color: #ff4200;
}
.accolumn{
	box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
	border-radius: 0;
	padding: 15px 0px;
}
.accolumn.list-group a{
	border: none;
	padding: 10px 50px;
	font-size: 14px;
}
.accolumn.list-group a.logu{
	padding: 10px 0;
	color: #000
}
.accolumn h3{
	font-size: 16px;
	font-weight: 500;
	color: #333;
	display: inline-block;
	margin-top: 0;
	padding: 0 20px;
}
.accolumn h3 a{
	font-size: 16px;
	font-weight: 500;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 0px;
}
.accolumn h3 svg{
	fill: #ff4200;
	margin-right: 10px;
}
.accolumn hr{
	border-top: 1px solid #f0f0f0;
}
.acl{
	margin-bottom: 5px;
}
@media (max-width: 779px){
	.product-quickview-detail .pro-content h1 {
	    margin-top: 50px;
	}
}
@media (min-width: 768px){
	.hsticky .row.hbottom {
		display: flex;
		align-items: center;
	}
	.sticky,.blogsticky{
		position: sticky;
		top: 15px
	}
	.product-list .caption {
	    text-align: left;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.product-list .image, .product-list .caption {
	    float: left;
	    position: relative;
	}
	#xsfilter {
	    display: block !important;
	}
	.catfilter .panel-heading button, .middle-footer h5 button {
		display: none;
	}
	.s-panel .slick-dots {
	    display: none !important;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media (min-width: 1920px){
	.slidertext a.btn-primary {
		padding: 12px 36px 12px;
	}
}
@media (min-width: 1410px){
	.manun {
		padding: 15px;
		width: 80%;
	}
	.midheadleft {
		width: 25%;
	}
	#column-right{
		width: 20%;
	}
	#column-left {
		width: 20%;
	}
	#content.colright, #content.col-md-9 {
		width: 80%;
	}
	.manucom .product-list .image {
		width: 35%;
	}
	.manucom .product-list .caption {
		width: 65%;
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.product-grid {
		width: 25%;
	}
	#product-category .product-list .image {
	    width: 25%;
	}
	#product-category .product-list .caption {
	    width: 75%;
	}
	#product-category .product-grid .product-thumb .button-group button, #product-category .product-grid .bquickv a {
		margin: 0 2px;
	}
	#product-category .product-grid .product-thumb .button-group button span {
		padding: 0;
	}
	.slidertext {
		left: 10%;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.onsl, .martb, footer {
		margin-top: 40px;
	}
	.fixed, .hsticky {
		padding: 20px 30px;
	}
	.sub_container {
	    max-width: 932px;
	}
	#account-wishlist tr td{
		white-space: nowrap;
	}
	.appesearch {
	    width: 50%;
	}
	/*#search .input-lg {
		border-radius: 0;
	}*/
	#logo {
	    width: 17%;
	}
	.head-menu {
	    width: 65%;
	}
	#top-links {
	    width: 18%;
	}
	.madebyhand-search-result .product-info {
		width: 20%;
	}
	.madebyhand-dis {
	    width: 80%;
	}
	.manun{
		width: 77%;
		padding: 14px 15px;
	}
	.midheadleft {
		width: 20%;
		padding: 19px 15px;
	}
	.inuser {
		margin: 0 24px;
	}
	.cate, .manun li a, .curr .btn-group button.test, .langg .btn-group button.test {
		font-size: 13px;
	}
	.manun ul li {
	    margin: 0px 15px;
	}
	.midheadleft i {
		font-size: 13px;
	}
	.wr-menu i {
		font-size: 13px;
		margin: 6px 0;
	}
	.heading strong {
		width: 100%;
	}
	.imgbnrtext {
		left: 7%;
		width: 90%;
	}
	.seroffer-banner {
	    margin-top: 15px;
	}
	.left_text, .offer_text {
		width: 100%;
		left: auto;
		bottom: 10px;
	}
	.ser_text {
		left: auto;
		width: auto;
		right: 2%;
	}
	.imgbnrtext h5 {
	    font-size: 12px;
	}
	.imgbnrtext h1 {
		font-size: 35px;
	}
	.imgbnrtext h2 {
	    font-size: 16px;
	    font-weight: 700;
	    text-transform: capitalize;
	    margin: 8px 0;
	}
	.imgbnrtext p {
		font-size: 16px;
	}
	.imgbnrtext .btn-primary {
	    margin-top: 0px;
		padding: 6px 10px;
		font-size: 12px;
	}
	.homecategory .catcontent {
		padding: 58px 0;
	}
	#menu .sub-menu .dropdown-menu {
	    left: 220px;
	    top: 0;
	}
	#menu .navbar-nav > li > a {
		font-size: 14px;
		margin: 0 15px;
	}
	#menu .thumb_img {
		top: -3px;
		margin-right: 5px;
	}
	#menu .thumb_img img {
	    max-width: 22px;
	}
	#menu .collapse li.view_more.my-menu {
		font-size: 12px;
	}
	#menu .collapse li.view_more.my-menu i {
		margin-right: 5px;
		width: 22px;
		height: 22px;
		padding: 5px;
		font-size: 12px;
	}
	.onsl .product-thumb .button-group, #cart-total div{
		display: none;
	}
	#special .product-layout {
	    margin-bottom: 0;
	}
	#special .product-thumb .caption {
		padding: 6px;
	}
	#special .rating {
		margin-bottom: 5px;
	}
	#special .protitle {
		padding: 0 0 5px 0;
	}
	.product-grid, .product-list{
		margin-bottom: 10px;  
	}
	#product-category .product-grid .product-thumb .button-group button, #product-category .product-grid .bquickv a {
		margin: 0;
		padding: 8px 2px;
	}
	#product-category .product-thumb .button-group button span {
		padding: 0;
	}
	.s-panel .slick-prev, .s-panel .slick-next {
	    top: 45%;
	}
	.slidertext {
		top: 7%;
		left: 10%;
	}
	.slidertext h1{
		font-size: 40px;
	}
	.slidertext h3 {
		font-size: 14px;
	}
	.slidertext p {
		height: 70px;
		overflow: hidden;
	}
	.slidertext a.btn-primary {
		margin-top: 20px;
	}
	.homecategory {
		padding: 0;
	}
	.catedes {
	    -webkit-line-clamp: 4;
	}
	.categorybr .cateimg {
		min-width: 95px;
		min-height: 95px;
	}
	.home_category {
		background-position: 0 90px;
	}
	.countdown-amount{
		font-size: 16px;letter-spacing: 0
	}
	#account-account.acpage #content[class*="col-"] span:first-child{
		padding-right: 10px;
		margin-right: 10px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		font-size: 13px;letter-spacing: 0
	}
	#account-account.acpage #content[class*="col-"] a{
		padding: 15px 9px;
	}
	#account-account.acpage #content[class*="col-"] span svg{
		width: 35px;height: 35px;
	}
	.accolumn.list-group a{
		padding: 10px 20px;
	}
	.accolumn h3{
		font-size: 13px;letter-spacing: 0;padding: 0px 15px;
	}
	.cate {
    	padding: 4px 5px;
	}
	.cat-tab .tab-content {
        padding: 30px;
        margin: 0 -10px;
    }
	.product-list .image {
	    width: 45%;
	}
	.product-list .caption {
	    width: 55%;
	}
	#product-category .product-list .image {
		width: 38%;
	}
	#product-category .product-list .caption {
		width: 62%;
	}
	.deliveryinfo li h4{
		font-size: 15px;
	    letter-spacing: 0;
	    font-weight: 700;
	}
	.deliveryinfo li p {
		font-size: 12px;
		max-width: 100%;
	}
	.video-bg {
		padding: 95px 0;
	}
	.play-video svg {
		width: 50px;
		height: 50px;
	}
	.test_mation {
		width: 80%;
	}
	#testi .item {
	    padding: 30px 20px 0;
	}
	.parallex .item .timg {
	    margin-bottom: 5px;
	    width: 80px;
		height: 80px;
	}
	.parallex .item p {
	    margin: 10px 0;
		line-height: 20px;
	}
	.parallex .item h2 {
		font-size: 14px;
	}
	#testi.owl-carousel.owl-theme .owl-controls {
	    margin-top: 10px;
	    padding-bottom: 30px;
	}
	.proreview {
		margin: 0px 17px;
    	padding: 0 17px;
	}
	.product-thumb .button-group button, .bquickv a {
		margin: 0 5px;
	}
	#onsale .product-thumb .button-group button {
		top: 10px !important;
		left: 0;
	}
	.middle-footer {
	    padding: 40px 0;
	}
    .fleftb {
    	margin-bottom: 20px;
    }
    .news_text {
    	text-align: center;
    }
    .newsl h2 {
		font-size: 15px;
		letter-spacing: 0;
    }
    .news_text h6 {
    	font-size: 23px;
    }
    #contact .foot-payment li {
	    margin-right: 15px;
	}
	.allmb .blog-desc {
	    height: 95px;
	}
	.bs {
	    padding: 29px 10px;
	}
	.blog_webi .blog-right .blogdt p {
		font-size: 30px;
	}
	.blog_webi .blog-right p {
		margin: 0 0 8px 0;
	}
	.view-blog .read-more {
		margin-top: 10px;
	}
	.fborder {
		padding: 0 15px;
	}
	.pay_connect .list-inline li {
		margin-right: 7px;
	}
	.pay_connect img.img-responsive {
		max-width: 100px;
	}
	.social_icon .fsocial a {
		margin-right: 3px;
	}
	.f-left svg {
		margin-right: 5px;
		width: 15px;
		height: 15px;
	}
	.date-time {
		padding: 5px 20px;
	}
	.blog_webi .blog-right h4 {
		font-size: 18px;
		margin: 0 0 8px 0;
	}
	.bs h5 {
		margin: 0 0 8px 0;	
	}
	.blogdt {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.owl-carousel.owl-theme .owl-controls {
	    margin-top: 10px;
	}
}
@media (min-width: 992px){
	.sborder ul {
	    border-left: 1px solid #e1e1e1;
	}
	.curr{
		/*border-right: 1px solid #e1e1e1;*/
		padding-right: 15px;
		margin-right: 15px;
	}
	.product-thumb .btn_group {
		position: absolute;
		top: 34%;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: inline-block;
		z-index: 1;
		/*background-color: #f5f5f5;*/
		/*padding: 15px 0;*/
		border-radius: 0;
		/*border: 1px solid #e4e4e4;
		border-top: none;*/
	}
	.product-thumb .button-group .btn_group {
	    opacity: 0;
	    transition: .5s ease-in-out;
		transform: translateX(20px);
	}
	.product-thumb:hover .button-group .btn_group {
	    opacity: 1;
	    transform: unset;
	}
	.product-list .product-thumb .btn_group {
		position: unset;
		opacity: 1;
		transform: unset;
		padding: 0;
		background: transparent;
		border: none;
		transition: unset;
	}
	.product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-cart, .product-thumb .button-group .btn-compare, .product-thumb .button-group .btn-wishlist {
	    position: relative;
	    display: inline-block;
	    vertical-align: middle;
	}
	.product-list .product-thumb .button-group .cartb svg {
		display: block !important;
	}
	.product-list .product-thumb .button-group .cartb span {
		display: none !important;
	}
	.brightimg:nth-child(1){
		margin-bottom: 30px;
	}
	.ico-menu .bar:nth-child(1) {
	    top: 0px;
	    width: 15px;
	}
	.ico-menu .bar:nth-child(2) {
	    top: 4px;
	    width: 15px;
	}
	.ico-menu .bar:nth-child(3) {
	    top: 8px;
	    width: 10px;
	}
	.ico-menu .bar:nth-child(1)::after {
	    -webkit-transition-delay: 0.1s;
	    transition-delay: 0.1s;
	}
	.ico-menu .bar:nth-child(2)::after {
	    -webkit-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	}
	.ico-menu .bar:nth-child(3)::after {
	    -webkit-transition-delay: 0.3s;
	    transition-delay: 0.3s;
	}
	.ico-menu .bar {
	    position: absolute;
	    height: 1.5px;
	    background-color: #fff;
	    overflow: hidden;
	}
	.ico-menu {
	    position: relative;
	    width: 16px;
	    top: -7px;
	    margin: 0 auto;
	    left: 0;
	}
	.ico-menu .bar::after {
	    content: '';
	    display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 100%;
	    z-index: 1;
	    -webkit-transition: 0.3s;
	    transition: 0.3s;
	    transition-delay: 0s;
	}
	.wr-menu .navbar-toggle {
	    padding: 5px 0 0;
		border: none;
		background-color: rgba(0,0,0,0.1);
		border-radius: 50%;
		min-width: 30px;
		min-height: 30px;
		text-align: center;
		margin: 0;
		cursor: pointer;
		transition: all .3s ease-in-out;
		display: block;
		float: left;
	}
	.wr-menu i {
	    float: right;
	    vertical-align: middle;
	    margin: 5px 0;
	    font-size: 18px;
	}
	#menu .navbar-nav > li{
	    float: none;
	    z-index: 2;
	    border-radius: 0;
	    display: inline-block;
	}
	#menu .navbar-nav {
	    border-radius: 0;
	}
	#menu .dropdown:hover .dropdown-menu {
	    display: block;
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	#menu .dropdown-menu {
	    background: #fff;
	    visibility: hidden;
	    display: block;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    -webkit-transition: all 0.35s ease-out 0s;
	    -o-transition: all 0.35s ease-out 0s;
	    transition: all 0.35s ease-out 0s;
	    border-radius: 0;
	    border-bottom: 2px solid #ff4200;
	}
	.more-menu {
	    padding: 10px;
	    position: absolute;
	    left: auto;
	    right: 0;
	    margin: 0;
	    border-radius: 0;
	    border: none;
	    box-shadow: 0 0px 5px rgba(0,0,0,.175);
	    min-width: 230px;
	    border-bottom: 2px solid #ff4200;
	    background: #fff;
	    z-index: 9;
	    opacity: 0;
	    display: inline-block;
	    transition: all 0.35s ease-out 0s;
	    text-align: left;
	    line-height: 28px;
	    text-transform: capitalize;
	}
	.view_cat_menu:hover .more-menu {
	    opacity: 1;
	    visibility: visible;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.cate {
    	padding: 4px 9px;
	}
	.manun li a{
		text-transform: capitalize;
	}
	.manun ul li {
    	margin: 0px 8px;
	}
	.catedes {
		-webkit-line-clamp: 4;
	}
	.appesearch {
		width: 58%;
	}
	#madebyhand-search-category, .centerbanner {
		display: none;
	}
	#top-links .hphone svg {
		height: 33px;
		width: 33px;
	}
	.madebyhand-search-result .product-info {
		width: 20%;
	}
	.madebyhand-dis {
	    width: 80%;
	}
	.manun{
		width: 65%;
		padding: 15px 0;
	}
	.manun ul li {
	    margin: 0px 7px;
	}
	#account-wishlist tr td{
		white-space: nowrap;
	}
	.imgbnrtext {
	    left: 0;
	    width: 100%;
	    padding: 0 5px;
	}
	.imgbnrtext h1 {
	    font-size: 30px;
		margin: 15px 0;
	}
	.imgbnrtext p{
		font-size: 14px;
		line-height: 20px;
	}
	.imgbnrtext .btn-primary {
	    margin-top: 8px;
		padding: 8px 12px;
		font-size: 12px;
	}
	.midheadleft {
	    width: 8%;
	    padding: 11px 15px;
	}
	.blog_links {
	    margin: 6px 0;
	}
	.allmb .blog-desc{
		margin-bottom: 8px;
		height: 75px;
	}
	.allcomment {
		margin-top: 10px;
	}
	.product-list .catlist-des{
		overflow: hidden;
		height: 42px;
	}
	.cpagerow .product-grid {
	    width: 33.33%;
	}
	.home-cat ul.nav-tabs li a{
		padding: 20px 0;
		font-size: 14px;
	}
	.categorybr .cateimg {
		min-width: 120px;
		min-height: 120px;
	}
	.deliveryinfo .sbr2, .deliveryinfo .sbr4 {
		margin-top: 0;
	}
	.deliveryinfo .sbr3, .deliveryinfo .sbr4 {
		margin-top: 15px;
	}
	.deliveryinfo ul li p{
		font-size: 14px;
	}
	.deliveryinfo ul li h4{
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	.deliveryinfo ul li{
		display: block;
		text-align: center
	}
	.video-bg {
		padding: 150px 0;
	}
	#testi.owl-carousel.owl-theme .owl-controls {
		margin-top: 5px;
	}
	.parallex .item p {
	    line-height: 20px;
		margin: 10px 0;
		-webkit-line-clamp: 10;
	}
	.parallex .item .timg {
		margin-bottom: 4px;
		/*width: 60px;
		height: 60px;*/
	}
	.slidertext {
		left: 8%;
	}
	.slidertext h3{
		font-size: 13px;
	}
	.slidertext h1{
		font-size: 30px;
	}
	.slidertext p{
		font-size: 13px;
	}
	.slidertext a.btn-primary{
		margin-top: 12px;
	}
	.bnrbottom, .bnrright {
	    margin-top: 18px;
	}
	.btn_group {
	    display: inline-block;
	    margin-top: 10px;
	}
	.product-list .product-thumb .button-group button.cartb.add-to-cart {
		padding: 8px 3px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		letter-spacing: 0;font-size: 14px;
	}
	.accolumn.list-group a{
		padding: 10px 20px;
	}
	.accolumn h3{
		font-size: 14px;letter-spacing: 0
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 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: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.middle-footer a, .f-left li{
		font-size: 13px;
		letter-spacing: 0
	}
	.pay-connect h5 {
	    margin: 10px 0 20px 0;
	}
	#contact .foot-payment li {
	    margin-right: 5px;
	}
	.product-list {
		width: 100%
	}
	.footblink ul {
		max-width: 700px;
	}
	.middle-footer h5 {
		text-transform: capitalize;
		letter-spacing: 0;
	}
}
@media (min-width: 992px){
	#menu li a:hover .enangle {
	  	transform: rotate(270deg);
	  	transition: all 0.3s ease 0s;
 	}
	#menu .dropdown:hover .dropdown-menu {
		  opacity: 1;
		  transform: scale(1, 1);
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.product-list  .product-thumb .button-group .btn-wishlist, .product-list .product-thumb .button-group .btn-cart,.product-list .product-thumb .button-group .btn-compare,
	.product-list .product-thumb .button-group .btn-quickview {
		display: inline-block;
		opacity: 1;
		transform: none;
		transition: unset;
		vertical-align: middle;
	}
}
@media (max-width: 991px){
	/*#search .input-lg {
		border-radius: 0;
	}*/
	#form-currency, #form-language {
	    vertical-align: unset;
	}
	.play-video svg{
		width: 40px;
		height: 40px;
	}
	.inuser {
		margin: 0 20px;
	}
	.inuser .dropdown-toggle {
		top: 0;
	}
	.heading {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}
	.tab-head .nav-tabs {
		margin: 0 0 20px 0;
	}
	.onsl{
		padding: 15px 0;
	}
	.blogdt {
		margin-bottom: 6px;
	}
	.blog_webi .blog-right h4{
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 8px 0;
	}
	.view-blog .read-more {
		margin-top: 5px;
	}
	.onsl, .martb, footer {
		margin-top: 30px;
	}
	#sblock, #cart-total div, #menu .navbar-nav li a::before {
		display: none;
	}
	.homecategory .catcontent {
		padding: 65px 0;
		margin: 0 5px;
	}
	.onsl{
		margin-left: 0;
		margin-right: 0
	}
	.onsalpro.rtlleft, .onsalpro .row.rless {
	    margin: 0;
	}
	.slick-prev, .slick-next {
		width: 40px;
		height: 40px;
	}
	.s-panel{
		margin: 0
	}
	.s-panel .slick-prev {
	    left: 15px;
	    top: 44%;
	}
	.s-panel .slick-next {
	    right: 15px;
	    top: 44%;
	}
	.slick-dots li button {
		width: 15px;
		height: 15px;
	}
	.slick-dots li {
		width: 15px;
		height: 15px;
		margin: 0 3px;
	}
	.s-panel .slick-dots li button::before {
		width: 12px;
		height: 12px;
	}
	.imgbnr .imgright {
	    padding: 0 15px;
	}
	.left_text, .offer_text {
		bottom: 5px;
	}
	.ser_text {
		left: auto;
		width: 35%;
		right: 2%;
	}
	.right_text {
		left: 2%;
		width: auto;
	}
	.seroffer-banner {
	    margin-top: 20px;
	}
	.imgbnrtext h5 {
		display: none;
	}
	.imgbnrtext h2 {
	    font-size: 16px;
	    font-weight: 700;
	    text-transform: capitalize;
	    margin: 0px 0;
	}
	.imgbnrtext .btn-primary {
	    margin-top: 5px;
	    padding: 5px 8px;
	    font-size: 10px;
	}
	.sellbanner {
	    padding: 20px 20px 0 20px !important;
	}
	.newsl li h5{
		font-size: 18px;
	}
	.hlogout .curr,.hlogout .langg{
	    display: inline-block;
	    padding: 7px 10px;
	    margin-top: 10px;
	    width: 100%;
	    text-align: left;
	    margin-left: 2px;
	    margin-right: 2px;
	}
	.deliveryinfo ul svg {
		width: 40px;
		height: 40px;
	}
	.fleftb {
    	margin-bottom: 10px;
    }
	footer{
		margin-top: 30px;
	}
	.fsocial {
	    padding: 5px 0px;
	}
	.social_icon .fsocial a {
		margin-right: 6px;
	}
	.pay-connect {
		margin-top: 15px;
	}
	.copy {
		padding: 10px 0;
		font-size: 13px;
	}
	#column-left1 .container .row li {
		text-align: center;
	}
	#column-left1 .container .row div:last-child {
		float: right;
		text-align: right;
	}
	.middle-footer{
		padding: 30px 0
	}
	#common-home #content {
	    padding: 0;
	    overflow: hidden;
	}
	.rless{
		margin-left: -5px;
		margin-right: -5px;
	}
	.cless, #cattab .product-layout:last-child {
		padding-left: 5px;
		padding-right: 5px;
	}
	.product-layout {
	    margin-bottom: 20px;
	}
	.product-grid, .product-list {
		margin-bottom: 5px;
	}
	.product-thumb .price{
		font-size: 14px;
	}
	.cat-tab .tab-content {
		padding: 10px;
		margin: 0;
		box-shadow: none;
	}
	.home-cat {
		margin-top: 30px;
	}
	.home-cat ul.nav-tabs li a h2 {
		padding: 10px 0 30px;
	}
	.menusp{
		text-align: left;
		padding: 0;
	}
	.navbar-nav{
		margin: 0;
		float: none;
	}
	.hsticky {
	    padding: 15px;
	    box-shadow: none;
	    border-bottom: 1px solid #e4e4e4;
	}
	.home-page .hsticky {
		border-bottom: none;
		position: unset;
	}
	.middle-footer h5{
		font-size: 16px;
	}
	#mobile_top_menu_wrapper { 
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	.slidertext p {
		display: none;
	}
	.pro-tab li {
	    margin: 0 10px;
	}
	.product-thumb .caption {
	    
	}
	.product-thumb .button-group button, .bquickv a {
		min-width: 32px;
		min-height: 32px;
		padding: 5px 3px;
		margin: 0 2px;
		background-color: #f5f5f5;
	}
	.product-thumb .button-group svg {
	    width: 18px;
	    height: 17px;
	}
	.product-thumb .button-group .cartb svg {
	    width: 18px;
	    height: 18px;
	}
	.product-thumb .button-group .bquickv svg {
	    width: 13px;
	    height: 13px;
	}
	.product-list .product-thumb .button-group {
		margin-top: 0;
	}
	.owl-carousel.owl-theme .owl-controls {
	    margin-top: 10px;
	}
	.owl-carousel.owl-theme .owl-controls .owl-buttons div {
		margin: 0 5px;
		padding: 9px;
		min-width: 40px;
		min-height: 40px;
	}
	#blog.owl-carousel.owl-theme .owl-controls .owl-buttons div {
		margin: 0 10px;
	}
	.owl-carousel .owl-buttons div i {
		font-size: 18px !important;
		line-height: unset;
	}
	.owl-theme.owl-carousel .owl-buttons div svg {
    	width: 26px;
    	height: 26px;
    }
	.btn-cart, .btn-compare, .btn-quickview, .btn-wishlist {
		display: inline-block;
		vertical-align: middle;
	}
	.homeaddq {
		display: inline-block;
	}
	.homeaddq .cartb {
		position: unset;
		opacity: 1;
		transform: none;
		background-color: #f5f5f5;
		color: #000;
		min-width: 36px;
		min-height: 36px;
		text-align: center;
		border: none;
		padding: 7px 3px;
		font-size: 14px;
		text-transform: capitalize;
		transition: 0.3s ease;
		vertical-align: middle;
		display: inline-block;
		border-radius: 0;
		margin: 0 5px;
	}
	.homeaddq .cartb:hover {
		background-color: #ff4200;
	}
	.homeaddq .cartb:hover svg {
		fill: #fff;
	}
	.timerpro .all-timer {
	    transform: unset;
	    opacity: 1;
	}
	.timeing_all {
		bottom: 24%;
	}
	.countdown-section {
		margin: 0 12px;
	}
	.countdown-row .countdown-section::before {
		right: -15px;
	}
	.countdown-row {
	    padding: 15px 15px 10px;
	}
	#onsale .product-thumb .button-group button {
	    position: unset;
	    padding: 0;
	    transform: none;
	    margin: 0;
	}
	#onsale .product-thumb:hover .button-group button {
		transform: none;
	}
	#onsale .product-thumb .price {
		margin-bottom: 0;
	}
	#onsale .product-thumb .button-group {
		display: none;
	}
	.dblock{
		display: block;
	}
	.dnone{
		display: none
	}
	.heading span{
		font-size: 22px;
	}
	.heading strong{
		width: 100%;
		margin: 20px 0 0;
	}
	.pro-tab li a{
		font-size: 15px;
	}
	.home_category {
		background-position: 0 80px;
		margin-left: 0;
		margin-right: 0;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(n) {
		margin-top: 0;
	}
	.timer_img {
		padding: 30px 0;
		margin-left: 0;
		margin-right: 0;
	}
	.date-time {
		padding: 5px 20px;
	}
	.webi-blog-image img {
	    border-radius: 0;
	}
	.bs {
	    padding: 96px 50px;
	}
	#blog .multi-row {
		margin: 0 20px;
	}
	.news_text {
		text-align: center;
	}
	.news_text h6 {
		font-size: 20px;
	}
	.news_text h2 {
		font-size: 14px;
	}
	.appmenu,header #logo,#top-links {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: middle;
		padding: 0 15px;
	}
	header #logo {
		padding: 0;
	}
	#top-links {
		width: auto;
		position: absolute;
		right: 0;
	}
	#under-menu{
    	display: block;
    	border: none;
    	margin: 0;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-top: 0;
		margin-top: 0;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .dropdown-inner .submenu-title{
		padding: 3px 28px;
		text-transform: capitalize;
	}
	#menu .dropdown-inner .dropdown-submenu .grand-child a{
		padding: 0;
		font-size: 14px;
		font-weight: 300
	}
	#menu .dropdown-submenu {
	    padding: 8px 25px;
	}
	#menu .see-all {
		display: inline-block;
		letter-spacing: 0;
		margin: 0;
		padding: 0 25px !important;
		font-weight: 400;
		font-size: 15px;
		text-transform: uppercase;
	}
	#menu .navbar-nav > li > a{
		padding: 7px 15px;
		margin: 0 !important;
		font-size: 15px;
	}
	#menu .dropdown-inner .dropdown-submenu .submenu-title {
		font-weight: 400;
		padding: 0;
		margin-bottom: 10px;
		font-size: 15px;
		text-transform: uppercase;
	}
	.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;
	}
	#menu .thumb_img {
		display: none;
	}
	#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
	body.active {
	    overflow: hidden;
	}
	body.active::before {
	    background: #000000 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.7;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 9;
	    transition: all .2s ease 0s;
	}
	body.active .sidenav {
	    overflow-x: unset;
	    overflow-y: scroll;
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
	    clear: both;
	    height: 100%;
	    background-color: #fff;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.sidenav .close-nav {
		background-color: #1e1e1e;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}
	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	#menu .navbar-collapse {
	    display: block;
	    border: none;
	    padding: 0
	}
	.menusp .navbar-header button{
		border: none;
		padding: 0;
		background: transparent;
		margin: 0;
		float: none;
		position: unset;
	}
	.menusp .navbar-header button i{
		font-size: 17px;
	}
	.navbar-toggle{
		padding: 0;
		margin: 0;
		display: block;
	}
	.navbar-toggle:hover{
		color: #ff4200;
	}
}
@media (max-width: 767px){
	.s-panel .slick-arrow {
		display: none !important;
	}
	.homemenu {
	    padding: 0;
	}
	.haccount {
	    right: -50px;
	}
	.appesearch {
		width: 100%;
		margin-top: 10px;
	}
	#form-currency .dropdown-menu.dropdown-menu-right {
		left: 0;
		right: auto;
	}
	#madebyhand-search-category {
		display: none;
	}
	.curr {
		border-top: 1px solid #eee;
	}
	#cart-total div {
		display: none;
	}
	#search .input-lg, #search .btn-lg {
		height: 40px;
	}
	#search .btn-lg {
		padding: 10px 25px;
	}
	.tab-head, .borbutt {
		margin-bottom: 10px;
	}
	.cart-des .cart-des-name{
		font-size: 14px;
	}
	.allcart{
		position: relative
	}
	.cart-re{
		position: absolute;
		right: 5px;
		bottom: 12px;
	}
	.cart-img {
		width: 25%;
	}
	.heading {
	    margin: 0 0 15px 0;
	    padding: 0 0 15px 0;
	}
	.nav-tabs {
		margin: 0 0 15px 0;
	}
	.heading strong {
		margin: 10px auto 0;
	}
	.product-thumb:hover {
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	}
	.product-grid, .product-list{
		margin-bottom: 10px;
	}
	.product-thumb .caption {
	    padding: 5px;
	}
	.product-list .product-thumb .rating {
	    text-align: center;
	    margin-bottom: 4px;
	}
	.product-list .product-thumb .button-group{
		margin-top: 5px;
		text-align: center;
	}
	.product-list .homeaddq {
	    background-color: transparent;
	    padding: 0;
	    margin-bottom: 10px;
	}
	.product-list .homeaddq:hover {
		background-color: transparent;
	}
	.product-list .homeaddq:hover .cartb {
		color: #ff4200;
	}
	.owl-carousel.owl-theme .owl-controls {
	    margin-top: 5px;
	}
	#blog.owl-carousel.owl-theme .owl-controls {
		display: none !important;
	}
	.newsbtn{
		padding: 0 10px;
	}
	.deliveryinfo li h4{
		font-size: 15px;
		margin: 0 0 4px 0
	}
	.deliveryinfo [class*="col-"]{
		margin-bottom: 20px;
	}
	.deliveryinfo [class*="col-"]:last-child{
		margin-bottom: 0;
	}
	.deliveryinfo ul svg {
	    width: 35px;
	    height: 35px;
	}
	#onsale .protitle{
		padding-bottom: 5px;
	}
	.onsl .heading{
		text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}
	.onsl .product-thumb .button-group{
		display: block;
		margin-top: 7px;
	}
	.sale::before, .sale::after, .new::before, .new::after{
		display: none;
	}
	.imgbnrtext{
		position: unset;
		width: 100%;
	}
	.left_text, .offer_text, .right_text, .ser_text {
		position: absolute;
	}
	.right_text {
		width: auto;
	}
	.ser_text {
		width: 35%;
	}
	.seroffer-banner {
	    margin-top: 10px;
	}
	.imgbnrtext p {
		line-height: 20px;
		font-size: 16px;
	}
	.imgbnrtext h2 {
	    font-size: 14px;
	    font-weight: 400;
	}
	.imgbnrtext .btn-primary{
		padding: 2px 6px;
		margin-top: 0px;
		text-transform: capitalize;
	}
	.imgbnrtext h1{
        font-size: 35px;
		margin: 15px 0;
    }
    .imgbnrtext h5{
        letter-spacing: 0;
        text-transform: capitalize;
    }
	.homecategory .catcontent h4 {
		opacity: 1;
	}
	.pro-tab.nav-tabs{
		margin-bottom: 10px;
	}
	.cate_btn a {
		background-color: #f5f5f5;
	}
	.newsl h5{
		font-size: 20px;
	}
	.newsl .description-top{
		margin-top: 5px;
		font-size: 12px;
	}
	.pro-tab li a {
	    font-size: 15px;
	}
	.cat_img {
		max-width: 70%;
	}
	.rating {
	    margin-bottom: 5px;
	}
	.protitle, #cattab .protitle {
		font-size: 14px;
		padding: 0 0 5px 0;
	}
	#onsale .product-thumb .caption .rating {
		margin-bottom: 5px;
	}
	.btn_group {
	    margin-top: 5px;
	}
	.product-list .protitle, .product-list .product-thumb .price {
		font-size: 14px;
	}
	.mfp-close{
		width: 30px !important;height: 30px !important;
	}
	.wbSearch {
		padding: 15px;
	}
	.madebyhand-search-result .product-info {
		width: 25%;
	}
	.madebyhand-dis {
	    width: 75%;
	    padding: 0 5px;
	}
	.madebyhand-dis .list-des {
	    max-height: 30px;
    	line-height: 15px;
	}
	.madebyhand-dis h4 {
	    font-size: 14px;
	}
	.madebyhand-search-result .searchbr {
	    margin: 10px 0;
	    padding: 5px;
	}
	.user-down.dropdown-menu > li > a,.curr .btn-group button.test, .langg .btn-group button.test{
		font-size: 13px;letter-spacing: 0
	}
	.slidertext h3{
		font-size: 14px;
	}
	.slidertext span, .test_svg {
		display: none
	}
	.newsl #newsletter input,.newsbtn{
		height: 40px;
	}
	.footer-top{
		padding: 15px;
	}
	.sale{
		font-size: 11px;
		padding: 1px 3px;
		text-transform: capitalize;
		letter-spacing: 0;
		right: 5px;
		top: 5px;
	}
	.new {
		font-size: 11px;
    	padding: 1px 3px;
		text-transform: capitalize;
		letter-spacing: 0;
		left: 5px;
		top: 5px;
	}
	#cart-total span{
		display: none
	}
	.timeing_all {
	    bottom: 18%;
	}
	.countdown-row {
	    padding: 15px 30px 10px;
	}
	.countdown-amount{
		font-size: 16px;letter-spacing: 0
	}
	.countdown-period{
		font-size: 12px;letter-spacing: 0;;
	}
	#onsale .product-thumb .button-group {
		margin-top: -4px;
	}
	#onsale .product-thumb .button-group button {
		position: unset;
		padding: 0;
	}
	#onsale .product-thumb .image {
		width: 38%;
	}
	.appaccount{
		margin: 0 12px;
	}
	.alogin .langcdrop li{
		border-bottom: none;padding: 0
	}
	.alogin .langcur .test strong,.alogin .langcur .test img{
		margin: 0 7px;
	}
	.homeaddq .cartb {
		min-width: 30px;
		min-height: 30px;
		padding: 5px 5px;
		margin: 0;
	}
	.product-thumb .button-group button, .bquickv a, .product-list .homeaddq .cartb, .product-list .product-thumb .button-group button.cartb.add-to-cart,
	.product-list .product-thumb .button-group button, .product-list .bquickv a {
		display: inline-block;
		min-width: 30px;
		min-height: 30px;
		padding: 5px 5px;
		margin: 0;
	}
	.product-list .product-thumb .button-group button.cartb.add-to-cart {
		margin: 0 5px 0 0;
	}
	.product-thumb .button-group svg {
	    width: 16px;
	    height: 16px;
	}
	.product-thumb .button-group .cartb svg {
	    width: 17px;
	    height: 17px;
	}
	.product-thumb .button-group .bquickv svg {
    	width: 13px;
    	height: 13px;
	}
	.testimon .parallex {
		margin-bottom: 15px;
	}
	.test_mation {
		position: unset;
		width: 100%;
	}
	#testi .item {
	    padding: 30px 0px 0;
	}
	.parallex .item h2 {
		margin: 2px 0;
	}
	#testi .item p {
		font-size: 14px;
		-webkit-line-clamp: 12;
		margin: 10px 0;
	}
	#testi.owl-carousel.owl-theme .owl-controls {
	    margin-top: 20px;
	    padding-bottom: 0;
	}
	#account-account.acpage #content[class*="col-"] span:first-child{
		padding-right: 5px;
		margin-right: 5px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		font-size: 13px;letter-spacing: 0
	}
	#account-account.acpage #content[class*="col-"] a{
		padding: 15px 9px;
		margin-bottom: 15px;
	}
	#account-account.acpage #content[class*="col-"] span svg{
		width: 25px;height: 25px;
	}
	.product-grid, .product-list{
		padding-left: 5px;padding-right: 5px;
	}
	.cpagerow{
		margin-left: -5px;
		margin-right: -5px;
	}
	.product-list .product-thumb .price {
	    margin-bottom: 0;
	    margin-top: 0;
	}
	.midheadleft {
	    padding: 0px 15px;
	    position: absolute;
	    right: 40px;
	    top: 12px;
	}
	.inuser .dropdown-toggle svg {
		fill: #000;
	}
	header #logo img{
		max-width: 125px;
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.blog_webi .blog-right {
	    padding: 0 5px;
	}
	.bs {
	    padding: 60px 30px;
	}
	.blog_webi .blog-right .blogdt p {
		font-size: 14px;
		font-weight: 400;
		color: #000;
		margin: 0;
	}
	.blog_webi .blog-right h4 {
		font-size: 16px;
	}
	.bs h5 {
		font-size: 14px;
		margin: 0 0 6px 0;
	}
	.blog_hr {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.allcomment {
		margin-top: 10px;
	}
	.allcomment h5, .blogdt{
		font-size: 14px;
	}
	.blog_links{
		font-size: 12px;letter-spacing: 0;
		margin: 8px 0
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.allmb .blog-desc{
		margin-bottom: 5px;
	}
	.pro-content h1{
		margin-top: 15px;
		font-size: 18px;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.catlist-des{
		height: 40px;
		overflow: hidden;
		margin: 0 0 4px 0;
	}
	.footblink {
		display: none;
	}
	.top-footer {
		padding: 15px 0;
	}
	.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%;
	}
	.middle-footer .container .row [class*="col-"]::after {
		background-color: transparent;
	}
	.fleft {
		padding-bottom: 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;
	}
	.copy .row {
	    display: block;
	}
	.foot-payment {
		padding: 10px;
	}
	.home-cat .nav-tabs > li > a{
		border-radius: 0;
		color: #000;
		font-weight: 400;
		border: none;
		border-bottom: 1px solid #e4e4e4;
		padding: 10px;
		background-color: #fff;
	}
	.home-cat .nav-tabs > li > a:hover{
		color: #59b210;
	}
	.home-cat .nav-tabs{
		margin: 0;
		text-align: right;
	}
	.home-cat .nav-tabs > li{
		display: block;
	}
	.homecategory .catcontent {
		opacity: 1;
		transform: unset;
		transition: unset;
		position: unset;
		padding: 10px 0 0 0;
		border: none;
		margin: 0;
	}
	.homecategory .catcontent h2 {
		font-size: 16px;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 10px;
	    width: 100%;
	    right: 0;
	    padding: 0 15px;
	    background: transparent;
	    color: #000;
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.catfilter .panel-heading{
		padding: 10px 15px;
	}
	.middle-footer {
	    padding: 20px 0;
	}
	.middle-footer h5{
		font-size: 16px;
		position: relative;
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.footpay{
		margin-top: 6px;
	}
	.news_text h2 {
		margin: 10px 0 15px 0;
	}
	.pay-connect h5 {
		margin: 10px 0;
	}
	.fborder {
		padding: 0 15px;
		width: 100%;
	}
	.copy div{
		text-align: center;
	}
	.fsocial {
		margin-bottom: 10px;
	}
	.pay_connect {
	    margin-top: 15px;
	}
	.breadbg {
	    border-top: none;
	}
	.breadcrumb {
		margin: 10px 15px;
	}
	#product-category .product-list {
	    width: 50%;
	}
	.catfilter.panel-default > .panel-heading, .cathed {
		border-radius: 0;
	}
	.proimg.sticky, .pro-content {
		width: 100%
	}
	.table-responsive {
		border-radius: 0;
	}
}
@media (max-width: 450px){
	.slidertext a.btn-primary{
		padding: 5px 12px;
	    margin-top: 0;
	    font-size: 13px;
	}
	.slidertext p{
		display: none
	}
	.slidertext h1{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.slidertext h3 {
	    font-size: 10px;
	    margin: 0 0 10px 0;
	}
}
@media (max-width: 375px){
	.s-panel img {
	    border-radius: 0;
	    width: 100%;
	    transform: translate(-6%, 0);
	    min-width: 400px;
	    left: 50%;
	}
	.s-panel .slick-slide{
	    overflow: hidden;
	}
}
@media (min-width: 451px) and (max-width: 599px){
	.slidertext a.btn-primary{
		margin-top: 10px;
		padding: 7px 20px;
	}
	.slidertext p{
		font-size: 12px;
		text-transform: capitalize;
	}
	.slidertext h1{
		font-size: 26px;
		margin-bottom: 8px;
		margin-top: 10px;
	}
}
@media (max-width: 599px){
	.onsl, .martb, footer {
		margin-top: 20px;
	}
	.s-panel .slick-prev, .s-panel .slick-next {
		top: 40%;
	}
	.slidertext p{
		display: none;
	}
	.pro-tab li {
	    margin: 0 5px;
	}
	.imgbnr .parallex:last-child{
		margin-bottom: 15px;
	}
	.s-panel .slick-dots{
		bottom: 10px;
	}
	.home-cat ul.nav-tabs li a{
		padding: 15px 0;
		font-size: 14px;
	}
	.home-cat ul{
		margin-bottom: 15px;
	}
	.category-tab .heading{
		position: relative;
	}
	.category-tab .heading .catb {
	    position: absolute;
	    right: 0;
	    top: 15px;
	    border-radius: 0;
	    padding: 2px 7px;
	}
	.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;
	}
	#cat_tab{
		width: 100%
	}
	.cattabright{
		width: 100%
	}
	.a-one .alert{
		left: 15px;
		right: 15px;
	}
	.alert.alertsuc{
		padding: 40px 20px;
	}
	.white-popup{
		padding: 30px 20px;
	}
	.white-popup h1{
		font-size: 20px;letter-spacing: 0
	}
	.white-popup p{
		font-size: 13px;letter-spacing: 0
	}
	.product-tab .nav > li > a{
		font-size: 14px;
		letter-spacing: 0
	}
	.product-tab li {
	    margin: 0 6px;
	}
	.pro-content .rating li {
	    letter-spacing: 0;
	    font-size: 13px;
	}
	.proreview {
	    margin: 0 8px;
	    padding: 0 8px;
	}
	#madebyhand-search-category{
		display: none
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.pagi .text-left{
		margin-bottom: 0;
	}
	.pagi .text-left, .pagi .text-right {
	    text-align: center;
	    width: 100%;
	}
	.pay-connect {
	    text-align: center;
	    display: block;
	}
	.hidden-md.hidden-sm.ct {
	    text-align: right;
	}
	#column-left1 .container .row div:last-child {
		float: none;
		text-align: center;
	}
	.deliveryinfo li h4 {
	    font-size: 15px;
	    text-transform: capitalize;
	    font-weight: 700;
	}
	.deliveryinfo .sbr2, .deliveryinfo .sbr4 {
		margin-top: 0;
	}
	.deliveryinfo li span {
		width: 70px;
		height: 70px;
		border: none;
		margin-right: 5px;
	}
	.deliveryinfo li p {
		max-width: 100%;
		font-size: 14px;
	}
	.deliveryinfo ul svg {
		margin-bottom: 0;
	}
	.deliveryinfo li {
		display: inline-block;
		vertical-align: middle;
	}
	.deliveryinfo li:last-child {
		text-align: left;
		width: 72%;
		background-color: transparent;
		padding: 0;
		margin: 0;
	}
	.deliveryinfo [class*="col-"] {
	    margin-bottom: 15px;
	}
	.deliveryinfo [class*="col-"]::before {
		display: none;
		}
	.home_category {
		background-image: unset;
	}
	.categorybr .cateimg {
		min-width: 120px;
		min-height: 120px;
	}
	.heading span {
	    font-size: 22px;
	}
	.imgleft, .offerbanner, .imgright, .bannerser {
		width: 100%;
	}
	.left_text, .offer_text {
		bottom: 10px;
	}
	.offerbanner, .imgright {
		margin-top: 10px;
	}
	.ser_text {
		width: 34%;
		right: 7%;
	}
	.right_text {
		left: 7%;
	}
	.imgbnrtext h2 {
	    font-size: 15px;
	    margin: 5px 0;
	}
	.imgbnrtext .btn-primary {
    	padding: 5px 10px;
	}
	.imgbnr .bann:last-child {
		margin-top: 15px;
	}
	.imgbnrtext h1 {
    	font-size: 25px;
    	margin: 10px 0;
	}
	.imgbnrtext h5 {
		font-size: 16px;
	}
	.imgbnrtext p {
		font-size: 14px;
	}
	.product-grid, .product-list, #product-category .product-list {
		width: 50%;
	}
	.product-list .product-thumb .button-group button, .product-list .bquickv a, .product-list .product-thumb .button-group button.cartb.add-to-cart {
		margin: 0;
	}
	.social_icon {
	    margin-top: 10px;
	}
	.bs {
	    padding: 15px 15px 25px 15px;
	}
	#blog .product-block:first-child .blog-left, #blog .product-block:last-child .blog-left {
		padding: 0 5px;
	}
}
@media (min-width: 600px){
	.catb {
    	display: none;
	}
	.home-cat.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.slidertext h3 {
	    font-size: 12px;
	}
	.slidertext h1{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.slidertext p{
		display: none;
	}
	.slidertext a.btn-primary{
		margin-top: 10px;
		padding: 10px 20px;
	}
	.deliveryinfo [class*="col-"] {
		width: 50%;
		text-align: center;
		margin-bottom: 0;
	}
	.deliveryinfo .sbr2, .deliveryinfo .sbr4 {
		margin-top: 0;
	}
	.deliveryinfo .sbr3, .deliveryinfo .sbr4 {
		margin-top: 15px;
	}
	.ct{
		display: none
	}
	.home-cat ul.nav-tabs li a{
		padding: 15px 0
	}
	.categorybr .cateimg {
		min-width: 159px;
		min-height: 159px;
	}
	.product-grid, .product-list, #product-category .product-list {
		width: 33.33%;
	}
	.product-list .product-thumb .button-group button, .product-list .bquickv a, .product-list .product-thumb .button-group button.cartb.add-to-cart {
		margin: 0;
	}
	#blog .product-block .blog-left, #blog .product-block .blog-right {
		width: 50%;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	.onsl, .martb, footer {
		margin-top: 40px;
	}
	#cart-total div {
		display: none;
	}
	.slidertext {
		left: 9%;
	}
	.heading strong {
		width: 100%;
	}
	#onsale .product-thumb .button-group button {
		left: 8px;
	}
	.madebyhand-dis h4 {
	    margin-bottom: 2px;
	}
	.madebyhand-dis .list-des {
	    margin: 0 0 2px 0;
	    max-height: 30px;
	    line-height: 15px;
	}
	#menu .navbar-nav > li > a {
		margin: 0 20px;
	}
	.madebyhand-search-result .product-info {
	    width: 26%;
	}
	.madebyhand-dis {
	    width: 74%;
	}
	.fixed {
		padding: 10px 30px;
	}
	.hsticky {
		padding: 25px 30px;
	}
	.sub_container {
	    max-width: 1140px;
	}
	.s-panel .slick-prev, .s-panel .slick-next {
		top: 46%;
	}
	.manun{
		width: 78%;
		padding: 15px;
	}
	.midheadleft {
		width: 23%;
	}
	.cate {
		padding: 4px 13px;
	}
	.inuser {
		margin: 0 25px;
	}
	.manun ul li {
	    margin: 0px 12px;
	}
	.ser_text {
		width: 35%;
		right: 4%;
	}
	.offer_text {
		bottom: 10px;
	}
	.imgbnrtext h1 {
		font-size: 32px;
	}
	.imgbnrtext h2 {
		margin: 10px 0;
		font-size: 17px;
	}
	.imgbnrtext .btn-primary {
		margin-top: 0;
		padding: 10px 15px;
	}
	.homecategory {
		padding: 0;
	}
	.categorybr .cateimg {
		min-width: 146px;
		min-height: 146px;
	}
	.onsl .product-thumb .button-group button,.onsl .bquickv a{
		margin: 0
	}
	.slidertext h1 {
		font-size: 50px;
	}
	.slidertext p {
		height: 70px;
		overflow: hidden;
	}
	.slidertext a.btn-primary {
		margin-top: 30px;
	}
	#account-account.acpage #content[class*="col-"] a{
		padding: 25px 15px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		font-size: 14px;letter-spacing: 0
	}
	.manucom .product-grid{
		width: 25%;
	}
	.manucom .product-list .image{
		width: 35%;
	}
	.manucom .product-list .caption{
		width: 65%;
	}
	.catedes {
		-webkit-line-clamp: 5;
	}
	.list-group a{
		font-size: 13px;letter-spacing: 0
	}
	#special .product-layout {
	    margin-bottom: 5px;
	}
	#special .product-thumb .caption {
	    padding: 5px;
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.product-list .product-thumb .rating {
		margin-bottom: 8px;
	}
	.product-list .protitle {
		padding: 0 0 8px 0;
	}
	.product-list .catlist-des {
		margin-bottom: 8px;
	}
	.product-list .product-thumb .button-group {
		margin-top: 8px;
	}
	.product-thumb .button-group button, .bquickv a {
		margin: 0 2px;
	}
	.countdown-amount{
		font-size: 16px;
	}
	.cat-tab .tab-content {
		margin: 0 -10px;
		padding: 30px;
	}
	.timeing_all {
		bottom: 22%;
	}
	.countdown-section{
		margin-right: 10px;
	}
	.homecategory .catcontent {
		padding: 80px 0;
	}
	.deliveryinfo li h4 {
		font-size: 15px;
		margin: 0 0 5px 0;
	}
	.video-bg {
		padding: 130px 0;
	}
	.test_mation {
		width: 80%;
	}
	#testi .item {
	    padding: 50px 30px 0;
	}
	#testi.owl-carousel.owl-theme .owl-controls {
	    margin-top: 20px;
	    padding-bottom: 50px;
	}
	.parallex .item p {
	    margin-top: 5px;
    	-webkit-line-clamp: 3;
		line-height: 22px;
	}
	.dealt {
		margin: 0 0 8px 0;
	}
	.blogdt {
		margin-bottom: 20px;
	}
	.bs {
    	padding: 34px 20px;
    }
	.blog_webi .blog-right h4 {
		font-size: 22px;
	}
	/*.middle-footer h5 {
		font-size: 15px;
	}*/
	.accolumn h3 {
		font-size: 15px;
	}
	.footblink ul {
		max-width: 1100px;
	}
	.f-left svg {
		margin-right: 5px;
	}
}
@media (min-width: 1410px) and (max-width: 1600px){
	.s-panel .slick-prev, .s-panel .slick-next {
		top: 47%;
	}
	.parallex .item p {
	    height: 77px;
	}
	#onsale .product-thumb .button-group button {
		left: 8px;
	}
	.fixed {
		padding: 10px 30px;
	}
	.hsticky {
		padding: 30px;
	}
	.sub_container {
    	max-width: 1350px;
	}
	#menu .navbar-nav > li > a {
		margin: 0 22px;
	}
	#menu .fa.pull-right {
	    margin: 2px -3px;
	}
	.homecategory {
		padding: 0;
	}
	.cat-tab .tab-content {
		margin: 0 -10px;
	}
	.video-bg {
		padding: 150px 0;
	}
	.bs {
		padding: 45px 50px;
	}
	.ser_text {
		right: 3%;
	}
	.imgbnrtext h2 {
		margin: 12px 0;
		font-size: 18px;
	}
	.imgbnrtext .btn-primary {
		margin-top: 0;
		padding: 12px 20px;
	}
}
@media (min-width: 400px) and (max-width: 599px){
	.madebyhand-search-result .product-info {
	    width: 40%;
	}
	.madebyhand-dis {
	    width: 60%;
	}
	.pay-connect img {
        max-width: 120px;
    }
    .cart-des{
		width: 67%;
	}
	.imgbnr .parallex:last-child {
		margin-bottom: 15px;
	}
	.imgbnrtext h2 {
		font-size: 10px;
	}
	.timeing_all {
	    bottom: 25%;
	}
	.countdown-row {
	    padding: 15px 5px 10px;
	}
	.countdown-section {
	    margin: 0 8px;
	}
	.countdown-row .countdown-section::before {
	    right: -11px;
	}
}
@media (min-width: 320px) and (max-width: 399px){
	#cart {
	    top: 1px;
	}
	header #logo {
		padding: 0;
	}
	.madebyhand-search-result .product-info {
	    width: 40%;
	}
	.madebyhand-dis {
	    width: 60%;
	}
	.madebyhand-dis .list-des {
		max-height: 15px;
		line-height: 15px;
		margin: 0;
	}
	.home-cat ul.nav-tabs li a {
	    font-size: 12px;
	}
    .pro-tab li {
	    margin: 0;
	}
	.pro-tab li a {
	    font-size: 14px;
	    padding: 0 10px;
		margin: 0;
	}
	.product-thumb .button-group button, .bquickv a, .product-list .homeaddq .cartb, .product-list .product-thumb .button-group button.cartb.add-to-cart,
	.product-list .product-thumb .button-group button, .product-list .bquickv a, .product-list .product-thumb .button-group button.cartb.add-to-cart {
		min-width: 26px;
		min-height: 26px;
		padding: 2px 3px;
	}
	.product-thumb .button-group .cartb svg {
	    width: 15px;
	    height: 15px;
	}
	.product-thumb .button-group svg {
	    width: 15px;
	    height: 15px;
	}
	.product-thumb .button-group .bquickv svg {
	    width: 12px;
	    height: 12px;
	}
	.cart-des{
		width: 65%;
	}
	#testi.owl-carousel.owl-theme .owl-controls {
	    margin-top: 10px;
	}
	.cat_img {
		max-width: 80%;
	}
	.datime i, .slidertext h3 {
		display: none;
	}
	.footer-top .container {
		padding: 0;
	}
	.product-thumb .price {
	    font-size: 13px;
	}
	.imgbnr .parallex:last-child {
		margin-bottom: 15px;
	}
	.slidertext h1 {
	    font-size: 14px;
		line-height: 1.1;
	}
	.imgbnrtext h1 {
		font-size: 22px;
	}
	.imgbnrtext p {
		font-size: 13px;
		line-height: 20px;
	}
	.imgbnrtext h5 {
	    font-size: 14px;
	}
	.footer_logo li {
		width: 100%;
	}
	.countdown-row {
	    padding: 15px 20px 10px;
	}
	.countdown-section {
	    margin: 0 15px;
	}
	.countdown-row .countdown-section::before {
	    right: -16px;
	}
}