<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #121212;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    letter-spacing: 0.6px;
    background-color: #ffffff;
}
.input-group .form-control{
	z-index: 0;
}
button {
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    color: #000;

    height: 45px;
    text-align: center;
    border: none;
    fill: #000;
    padding: 11px 8px;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 2px;
}
nav#top {
    background: #f9f9f9;
    height: 41px;
}
img.img-responsive-logo {
    width: 37%;
}
.caption {
    height: 100px;
}
b, strong{
	font-weight: 600;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	font-weight: 600;
}
h2 {
	font-size: 27px;
	font-weight: 600;
}
h3 {
	font-size: 21px;
	font-weight: 600;
}
h4 {
	font-size: 15px;
	font-weight: 600;
}
h5 {
	font-size: 12px;
	font-weight: 600;
}
h6 {
	font-size: 10.2px;
	font-weight: 600;
}
.d-inline-block{
	display: inline-block;
	vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
    margin: 3px 0 0
}
a {
	color: #000;
	transition: 0.3s ease;
	text-transform: capitalize;
}
:focus{
	outline: none !important;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
	text-decoration: none;
	outline: none;
	color: #f02b2f;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #000;
	border-color: #f2f2f2;
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	color: #000
}
.tooltip{
	z-index: 1;
	color: #000
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
@media (max-width: 991px){
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container {
        width: 963px;
    }
}
@media (min-width:1200px) and (max-width:1409px){
    .container {
       width: 1170px;
    }
}
@media (min-width: 1410px){
    .container {
        width: 1380px;
    }
}
.form-control{
	box-shadow: none;
	border: 1px solid #e0d9d9;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.5);
}
.input-group-sm &gt; .form-control, .input-group-sm &gt; .input-group-addon, .input-group-sm &gt; .input-group-btn &gt; .btn{
	border-radius: 0
}
.form-control:focus{
	border: 1px solid #f02b2f;
	box-shadow: none
}
/* search */
#search .input-lg {
	height: 45px;
	padding: 0 10px;
	border: none;
	font-size: 14px;
	background-color: #fff;
	border-radius: 0
}
#search .btn-lg {
	height: 45px;
	border-radius: 0 10px 10px 0;
}
#search .form-control:focus{
	border: none;
	box-shadow: none;
}
/* cart */
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
#cart.open &gt; .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 295px;
	padding: 10px 0;
	box-shadow: none;
}
.dropdown-menu{
	border-radius: 10px;
}
#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 &gt; tbody &gt; tr:nth-of-type(2n+1) {
    background: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
	font-size: 12px;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartdrop img{
	max-width: 60px;
	border-radius: 10px;
	padding: 0
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartname:hover{
	color: #000;
}
.cartname:hover{
	color: #f02b2f;
}
.cartname a{
	font-weight: 500;
}
.cartprice {
    clear: both;
    position: relative;
    top: -45px;
    left: 70px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li &gt; div {
	padding: 0 10px;
}
#cart .dropdown-menu li &gt; div table td {
	border: 1px solid #eee;
}
/* user dropdowm */
.alogin li {
    border-bottom: 1px solid rgba(255,255,255,0.9);
    padding: 8px 10px;
    text-transform: capitalize;
}
.alogin .langcdrop li {
    border-bottom: none;
    padding: 0;
    text-transform: capitalize;
}
.alogin svg{
	margin: 0 7px;
	fill: #ef4060;
	width: 14px;
    height: 13px;
}
.alogin {
    min-width: 265px;
    padding: 0 0 8px 0 !important;
}
.hlogout {
    text-align: center;
    padding: 15px;
    min-width: 280px;
}
.hlogout h5 {
    font-size: 16px;
    margin-top: 0;
}
.hlogout h6 {
    font-size: 12px;
    color: #777;
}
.acd,.hlogout .wishcom,.xsla,.xscu{
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 4px 0;
    margin-top: 10px;
    width: 47%;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}
/* menu */
#menu .dropdown-submenu {
    padding: 15px;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .collapse li.view_more.my-menu {
    cursor: pointer;
    padding: 12px 0px;
    border-radius: 10px;
    margin: 0 15px;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 2px;
	clear: both;
	line-height: 23px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
    padding: 0;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title {
    font-weight: 600;
    padding: 0;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
}
@media(min-width: 992px){
	#menu .dropdown-menu {
		margin-top: 10px;
		border-top: 3px solid #f02b2f !important;
		border: 1px solid #e0e0e0;
		box-shadow: none;
		border-radius: 0 0 10px 10px;
		opacity: 0;
		display: block;
		transform-origin: 0 0 0;
		transform: scale(1, 0);
		transition: all 500ms ease 0s;
		padding-bottom: 10px !important;
		z-index: 1000 !important;
	}
	#menu .dropdown:hover .dropdown-menu {
	  	display: block;
	}
	#menu li a:hover .enangle {
	  	transform: rotate(-180deg);
	  	transition: all 0.3s ease 0s;
 	}
	#menu .dropdown:hover .dropdown-menu {
		  opacity: 1;
		  transform: scale(1, 1);
	}
	.view_cat_menu:hover .more-menu {
    opacity: 1;
    visibility: visible;
}

.more-menu {
    padding: 10px;
    position: absolute;
    left: auto;
    right: 0;
    margin: 0;
    border-radius: 0 0 10px 10px;
    border: none;
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
    min-width: 230px;
    border-top: 3px solid #f02b2f;
    background: #fff;
    z-index: 9;
    opacity: 0;
    display: inline-block;
    -webkit-transition: all 0.35s ease-out 0s;
    -o-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    text-align: left;
    line-height: 28px;
    top: 30px;
}
}
/* content */
#content {
	min-height: 600px;
}
/* alert */
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 0
}
/* alert design */
.a-one{
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}
.a-one {
    background-color: #000;
    -ms-filter: "progidXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 99
}
.alert a {
    color: #222;
    font-weight: 500
}

.alert a:hover {
    color: #f02b2f
}

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

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

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

.alert-danger svg {
    fill: #E2574C
}

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

.a-one .alert-dismissable .close,.a-one .alert-dismissible .close{
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    color: #222;
    color: inherit
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 15px;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb &gt; li a:hover{
	color: #000;
}
.breadcrumb &gt; li a:hover{
	color: #f02b2f;
}
.breadcrumb &gt; li a::after {
	content: '|';
	padding: 0 15px;
	color: #000;
}
.breadcrumb &gt; li:last-child a::after {
	content: '';
	padding: 0;
}
.breadcrumb &gt; li + li::before {
    padding: 0;
    color: #000;
    content: "";
}
.pagination {
	margin: 0;
	padding: 0;
}
/* buttons */
.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover{
	background-color: transparent;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group &gt; .btn, .btn-group &gt; .dropdown-menu, .btn-group &gt; .popover {
	font-size: 12px;
}
.btn-group &gt; .btn-xs {
	font-size: 9px;
}
.btn-group &gt; .btn-sm {
	font-size: 10.2px;
}
.btn-group &gt; .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: #f02b2f;
	color: #fff;
	border: none;
	text-transform: capitalize;
	transition: 0.3s ease;
	font-size: 14px;
	border-radius: 10px;
}
.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 &gt; .dropdown-toggle.btn-primary.focus, .open &gt; .dropdown-toggle.btn-primary:focus, .open &gt; .dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus,
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background-color: #000;
	color: #fff
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger,.btn-info{
	color: #ffffff;
	background-color: #f02b2f;
	transition: 0.3s ease;
}
 .btn-danger:active:hover,.btn-danger:hover,.btn-info:hover,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open &gt; .dropdown-toggle.btn-info.focus, .open &gt; .dropdown-toggle.btn-info:focus, .open &gt; .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: 10px;
	transition: 0.3s ease;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	padding: 0;
	border: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eee;
	padding: 12px 12px;
	text-transform: capitalize;
}
.list-group-item:last-child{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.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: #f02b2f;
	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: #f02b2f
}
/* 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: 13px;
}
.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;
}
.thumbnails &gt; 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 &gt; a, .nav .open &gt; a:focus, .nav .open &gt; a:hover{
	background-color: transparent;
}
/*loader */
.s-panel{
	position: relative;
}
.s-panel .wrloader {
	background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat #fee8de;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
/* custom css */
ol, ul{
	margin-bottom: 0;
}
.list-inline{
	margin: 0
}
.list-inline &gt; li{
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: normal;
}
.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;
}
.xsla,.xscu{
	display: inline-block;
}
.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: 10px;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.hbottom{
	display: flex;
	align-items: center;
}
/* search */
.desktop-search{
	vertical-align: baseline
}
#madebyhand-search-category{
	float: left;
	width: 200px;
	border: none;
	height: 45px;
	padding: 10px;
	-moz-appearance: none;
	background: #fff url("../../../../../image/catalog/arrow.png");
	background-position: right bottom 7px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	border-radius: 10px 0 0 10px;
}
svg{
	vertical-align: middle;
}
.d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
#search_block_top .input-group-btn{
	position: relative;
    right: 1px;
}
body.active-search .wbSearch {
    opacity: 1;
	transform: translateY(0);
}
.wbSearch{
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(-100%);
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 38px
}
.wbSearch .close-nav i{
    margin-left: 15px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 5px;
}
.wbSearch #search_block_top{
	position: relative;
	align-items: center;
	width: 100%;
	max-width: 1000px;
}
/* result */
.madebyhand-search-result .searchbr{
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #eee;
    margin: 15px 0;
    float: left;
    width: 100%;
    border-radius: 10px;
}
.madebyhand-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 45px;
}
.madebyhand-search-result {
	left: 0;
	top: 100%;
	right: 0;
	box-shadow: none;
	background-color: #fff;
	border-radius: 10px;
	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;
	padding-bottom: 2px;
	margin-top: 0
}
.madebyhand-cat img{
	border-radius: 10px;
}
.madebyhand-dis .list-des {
    font-size: 12px;
    color: #777;
    text-transform: capitalize;
    color: #282828;
    margin: 0 0 10px 0;
    max-height: 40px;
    overflow: hidden;
}
.madebyhand-dis .price{
	font-weight: 700;
}
.madebyhand-search-result .product-info {
    padding-right: 0;
}
.madebyhand-search-result p{
	margin: 5px 15px;
}
.madebyhand-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#search_block_top .input-group{
	position: unset
}
/* search over */
#cart-total {
    display: inline-block;
    color: #121212;
    font-size: 16px;
}
.cartta {
    background-color: #f02b2f;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: -17px;
	left: 4px;
}
#cart button.dropdown-toggle {
    border: none !important;
    text-transform: capitalize;
    line-height: normal;
    background-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 0;
}
#top-links ul li svg{
	width: 18px;
	height: 17px;
	fill: #000;
	cursor: pointer
}
#top-links ul li svg:hover,#top-links ul li.inuser .dropdown-toggle:hover svg{
	fill: #f02b2f
}
#cart .dropdown-menu p{
	margin-bottom: 0;
}
.hsticky {
	padding: 20px 0;
	position: unset;
	border-bottom: 0px solid #eee;
	background: #fff;
}
.home-page .hsticky {
	padding: 15px 0;
	background: none;
	border-bottom: 0px solid #fbc2bb;
	max-width: 1600px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: #fff;
}
.fixed,.home-page .hsticky.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: 10px 0;
    max-width: unset;
}
.menusp,#top-links{
	margin-top: 10px;
}
.dropdown.inuser{
    margin: 6px 26px;
}
.inuser .dropdown-toggle svg,#search_toggle svg,#cart .dropdown-toggle svg{
	fill: #121212;
	stroke-width: 6px;
	stroke: #000;
}
.inuser .dropdown-toggle:hover svg,#search_toggle:hover svg,#cart .dropdown-toggle:hover svg{
	fill: #f02b2f;
	stroke: #f02b2f;
}
.haccount{
	line-height: 29px;
	padding: 8px 15px;
	text-transform: capitalize;
	box-shadow: none;
}
.langcdrop {
	line-height: 29px;
	padding: 8px 15px;
	text-transform: capitalize;
	box-shadow: none;
}
.haccount li a i {
    margin-right: 8px;
    min-width: 16px;
}
.haccount.dropdown-menu &gt; li &gt; a,.langcdrop .btn-link{
    padding: 5px 0;
    letter-spacing: 0;
}
.haccount.dropdown-menu &gt; li &gt; a:hover{
	color: #f02b2f
}
.langcur{
	margin: 0 15px;
}
/* menu */
#menu .navbar-collapse{
	padding: 0
}
.navbar{
	min-height: auto;
	margin-bottom: 0;
	border: none;
}
.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover{
	background-color: transparent;
}
#menu .fa.pull-right {
    margin: 5px 3px;
}
#menu .navbar-nav &gt; li &gt; a {
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: .4px;
    font-weight: bold;
    padding: 4px 0;
    margin: 0 15px;
    color: #121212;
    text-transform: uppercase;
}
#menu .navbar-nav &gt; li &gt; a:hover{
	color: #f02b2f;
}
.head-menu {
    margin: 5px 0;
    padding: 0;
}
.navbar-nav &gt; li {
    float: none;
    display: inline-block;
}
.navbar-nav{
	float: none;
}
/* slider */
.owl-carousel.owl-theme .owl-controls{
	margin-top: 0
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
    margin: 0;
    background: #f02b2f;
    box-shadow: none;
}
.owl-carousel .owl-wrapper-outer{
	box-shadow: none;
	border: none;
	border-radius: 0
}
.owl-theme.owl-carousel{
	background-color: transparent;
	margin: 0
}
.sliderow .owl-pagination {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: auto
}
.sliderow img{
	border-radius: 10px;
	float: right;
}
.slick-dots{
	background-color: transparent !important;
	z-index: 1 !important;
	bottom: 8px !important;
}
.slick-dots li{
	margin: 0 5px !important;
}
.homeslider-container .slick-prev, .homeslider-container .slick-next {
    position: absolute;
    top: 46%;
}
.homeslider-container .slick-prev, .homeslider-container .slick-next {
    background: #fff;
    color: #999;
    box-shadow: 0px 0px 6px 0px rgba(1,1,1,0.06);
	width: 45px;
	height: 45px;
    opacity: 0;
    border-radius: 100%;
    transition: 0.3s ease;
    z-index: 9;
}
.homeslider-container .slick-prev i, .homeslider-container .slick-next i {
    font-size: 26px;
}
.homeslider-container .slick-prev:hover, .homeslider-container .slick-next:hover {
    background: #f02b2f;
    color: #fff;
}
.homeslider-container:hover .slick-prev, .homeslider-container:hover .slick-next {
    opacity: 1;
}
.homeslider-container:hover .slick-next {
    right: 30px;
}
.homeslider-container:hover .slick-prev {
    left: 30px;
}
.homeslider-container .slick-prev {
    left: 0;
    right: auto;
}
.homeslider-container .slick-next {
    right: 0;
}
/* slider */
.slidebg{
	margin: 0 -15px;
}
.slidebig {
    position: absolute;
    z-index: -1;
}
.slidebig h1 {
    font-size: 315px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    transform: scale(1.1);
    transition: all 1.5s ease;
}
.slidedes {
    overflow: hidden;
    position: relative;
    z-index: 9;
    max-width: 575px;
}
.slide-flex{
	display: flex !important;
	align-items: center !important;
}
.slidecap a {
    background-color: #f02b2f;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 36px;
    display: inline-block;
    transform: translateX(100px);
    transition: all 1.5s ease;
    border-radius: 10px;
}
.slidecap a:hover {
	background-color: #121212;
	color: #fff;
}
.slidesmall h3 {
    font-size: 30px;
    color: #574f4b;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 1.5s ease;
    transform: translateX(100px);
}
.slidesmall h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 550px;
    transition: all 1.5s ease;
    transform: scale(1.5);
    color: #f02b2f;
}
.slidesmall p {
    font-size: 14px;
    color: #574f4b;
    margin: 25px 0;
    transition: all 1.5s ease;
    transform: translateX(-300px);
}
.homeslider-container .slick-current.slick-active .slidesmall h3, .homeslider-container .slick-current.slick-active .slidesmall h2,
.homeslider-container .slick-current.slick-active .slidesmall p, .homeslider-container .slick-current.slick-active .slidebig h1,
.homeslider-container .slick-current.slick-active .slidecap a {
    transform: unset;
}
.slideimg{
	width: 100%;
}
.slidecap {
    position: absolute;
    left: 0;
    right: 0;
}
/* services */
.service {
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0px 0px 20px 0px rgba(240, 43, 47, 0.06);
    margin-top: 80px;
}
.service img{
	transition: 0.5s ease;
}
.service [class*="col-"]:hover img{
	transform: rotateY(-180deg);
}
.service h3{
	font-size: 26px;
	font-weight: 700;
	margin: 20px 0;
}
.service p{
	font-size: 14px;
	color: #000;
}
/* product */
.heading{
	margin: 10px 0 20px 0;
	position: relative;
}
.heading h1{
	font-size: 40px;
	color: #000;
	margin-bottom: 0;
	font-weight: 700;
	margin-top: 0;
	text-transform: capitalize;
}
.heading h4{
	font-size: 18px;
	max-width: 700px;
	margin: 0 auto;
}
.heading h1::after {
    content: '';
    border-bottom: 2px solid #f02b2f;
    width: 100px;
    position: relative;
    height: 2px;
    display: block;
    margin: 22px auto;
}
.next-prevb .heading{
	margin: 80px 0 40px 0;
}
.heading svg {
    width: 145px;
    height: 15px;
    fill: #d9d9d9;
}
.heading span {
    display: block;
    position: relative;
}
.nav-tabs &gt; li{
	display: inline-block;
	float: none;
	margin-bottom: 0
}
.lpro{
	margin: 0 25px;
}
.nav-tabs{
	border-bottom: none
}
.pro-tab li a {
    border: none;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    line-height: normal;
    margin: 0 0px;
    border-radius: 10px;
    padding: 10px 25px;
    display: inline-block;
    cursor: pointer;
    min-width: 160px;
	min-height: 37px;
}
.pro-tab li.active &gt; a,.pro-tab li.active &gt; a:focus,.pro-tab li.active &gt; a:hover,.pro-tab li a:hover,.pro-tab li a.active{
	color: #121212;
	border: none;
}
.pro-tab.nav-tabs{
	margin-bottom: 30px;
}
.product-thumb:hover .second-img {
    opacity: 1;
}
.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.sale {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    left: 20px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 20px;
    vertical-align: top;
    letter-spacing: 1.2px;
    font-weight: 400;
    background: #000;
    line-height: 20px;
    padding: 0 7px;
    border-radius: 10px;
}
.product-thumb{
	position: relative
}
.protitle {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-weight: 600;
    transition: 0.3s ease;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.protitle a{
	color: #000;
}
.protitle:hover,.protitle:hover a{
	color: #f02b2f;
}
.product-thumb .price {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
    letter-spacing: 0;
    min-height: 22px;
}
.price-old {
    color: #919191;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
}
/* ratting */
.rating .fa-stack {
 	font-size: 13px;
}
.fa {
 	font-size: 13px;
}
.fa-stack {
	 width: 1em;
	 height: 1em;
	 line-height: 10px;
}
/* button effect */
.product-thumb .button-group svg{
	width: 18px;height: 18px;
	fill: #4f4f4f;
}
.product-thumb .button-group .cartb svg{
	width: 20px;height: 20px;
}
.product-thumb .button-group button,.product-thumb .button-group a{
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	border: none;
	fill: #000;
	padding: 11px 8px;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.3s ease;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 2px;
}
.product-thumb .button-group button:hover,.product-thumb .button-group a:hover{
	background-color: #f02b2f;
	fill: #fff;
}
.product-thumb .button-group button:hover svg,.product-thumb .button-group a:hover svg{
	fill: #fff;
	stroke: #fff;
}
.product-thumb .button-group button svg{
	stroke: #000;
	stroke-width: 4px;
}
.bquickv{
	display: inline-block;
	vertical-align: middle;
}
@media (min-width: 992px){
	.product-thumb .abs-btn {
	    position: absolute;
	    bottom: 55%;
	    right: 0;
	    text-align: center;
	    margin: 0 auto;
	    opacity: 0;
	    transition: all 0.4s ease-in-out 0s;
	    left: 0;
	}
	.product-thumb:hover .abs-btn,.product-thumb:hover .button-group button.cartb{
	    opacity: 1;
	}
}
.product-thumb {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.4);
    padding-bottom: 15px;
}
.product-thumb .caption{
	padding-left: 5px;
	padding-right: 5px;
}
.product-thumb .image{
	border-radius: 10px;
	position: relative;
}
.product-thumb img{
	border-radius: 10px;
}
.home-page .product-layout:last-child .product-thumb{
	margin-bottom: 0;
}
@media(min-width: 768px){
	 #cart.open .dropdown-menu,
    .inuser.open .user-down {
        visibility: visible;
        opacity: 1;
        margin-top: 15px !important;
        border-top: 2px solid #f02b2f
    }
    #cart .dropdown-menu,
    .inuser .user-down {
        margin: 50px 0 0;
        border: 1px solid #eee;
        background-color: #fef3ee;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
        visibility: hidden;
        display: block;
        opacity: 0;
        transition: all .35s ease-out 0s;
        border-radius: 0 0 10px 10px;
    }
}
    #cart .dropdown-menu,
    .inuser .user-down {
        border: 1px solid #eee;
        border-top: 2px solid #f02b2f;
        background-color: #fef3ee;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    }
/* category tab */
#cat_tab a {
    transition: 0.3s all ease;
    font-size: 16px;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.5);
    padding: 12px 20px;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 10px;
}
#cat_tab li.active a{
	background-color: #f02b2f;
	color: #fff;
}
.cate-ul{
	margin-bottom: 40px;
}
@media (min-width: 768px){
	.catb{
		display: none;
	}
	.home-cat.collapse {
	    display: inline-block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	    position: relative;
	    margin: 0 auto;
	}
	.viewmore {
		padding: 0;
	    position: absolute;
	    right: -15px;
	    top: 55px;
	    z-index: 1;
	    border-radius: 5px;
	    z-index: 9;
	}
	.viewmore li {
	    display: block;
	    padding: 10px;
	    margin: 8px 10px;
	}
	.wbview_more{
		cursor: pointer;
	}
}
.cat-tab{
	text-align: center;
}
/* menu */
.menu-type .image {
    margin-right: 20px;
}
.menu-type{
	display: flex;
	align-items: center;
	padding: 15px;
}
#toprate .caption::before {
    content: '';
    border-top: 3px dotted #000;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 16px;
}
#toprate .caption h4 {
    margin: 0;
    background-color: #fef3ee;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 5px 2px 5px;
    font-size: 22px;
    font-weight: 300;
}
#toprate .price {
    margin: 0;
    background-color: #fef3ee;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 22px;
    font-weight: 300;
    color: #f02b2f;
}
.menulist-des{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 0;
}
#toprate .product-thumb .image{
	width: 18%;
}
#toprate .product-thumb .caption{
	width: 82%;
	float: left;
	position: relative;
    padding: 0;
}
/* why choose us */
.choose::before{
	content: '';
	background: url('../../../../../image/catalog/choose/choose-bg.png');
	position: absolute;
	left: -15px;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.choose{
	position: relative;
	margin-top: 80px;
}
.choose .heading h1::after {
	margin-left: 0;
	margin-right: 0;
}
.choose ul{
	list-style: none;
	padding: 0;
}
.choose ul li div:first-child{
	box-shadow: 0px 0px 12px 0px rgba(240, 43, 47, 0.1);
	width: 120px;
	border-radius: 50%;
	background-color: rgb(255 255 255);
	height: 120px;
	padding: 25px 0;
	margin-right: 22px;
}
.choose ul h4{
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
}
.choose ul p{
	font-size: 13px;
	max-width: 495px;
	margin-bottom: 0;
}
.choose ul li{
	padding: 15px 0;
	display: flex;
	align-items: center;
}
.choose .row{
	display: flex;
	align-items: center;
}
/* store Location */
.store-location {
    background-image: url('../../../../../image/catalog/store-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -15px;
    margin-right: -15px;
    padding: 100px 0;
    margin-top: 80px;
}
.store-location .row{
	display: flex;
	align-items: center;
}
.store-location ul li{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 24px 0px rgba(240, 43, 47, 0.1);
	padding: 20px;
	margin-bottom: 30px;
}
.store-location ul li:last-child{
	margin-bottom: 0;
}
.store-location ul li h3{
	font-weight: 700;
	font-size: 32px;
	margin: 0;
}
.store-location ul li p{
	font-size: 16px;
	margin: 20px 0;
	line-height: 24px;
}
.store-location ul li h4 a{
	color: #f02b2f;
	font-size: 18px;
	font-weight: 600;
}
.store-location ul li h4 i{
	font-size: 18px;
	margin-right: 10px;
}
.store-location ul li h4{
	margin: 0;
}
/* testimonial */
.parallax-bg .row{
	margin-left: 0;
	margin-right: 0;
}
#testi {
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0px 0px 8px 0px rgba(240, 43, 47, 0.08);
    padding: 35px;
    border-radius: 10px;
}
#testi h2{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #f02b2f;
	margin: 15px 0 30px 0;
}
#testi p{
	font-size: 16px;
	line-height: 24px;
}
.testi-box img{
	border: 1px solid #f02b2f;
	border-radius: 50%;
}
/* blog */
.b-img{
	padding-right: 0;
}
.read_more {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #121212;
}
.read_more:hover{
	color: #f02b2f;
	border-bottom: 1px solid #f02b2f;
}
.blog_webi .blog-right h4 {
    font-size: 20px;
    text-transform: capitalize;
    transition: 0.3s ease;
    margin: 8px 0;
    font-weight: 700;
    line-height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0 1px 0;
}
#blog .blog-des{
	margin-top: 15px;
}
.bcomm {
    color: #999;
}
.blog-des p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}
.blog_webi .blog-right h4:hover{
	color: #f02b2f
}
.lb-nav a{
	transition: none
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.93,0.9);
}
#blog .product-block .webi-blog-image img{
	border-radius: 10px;
	margin-bottom: 10px;
}
.webi-blog-image img{
	border-radius: 10px;
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 15px;
}
#blog .product-block .webi-blog-image {
    margin-bottom: 0;
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.webi_post_hover .icon {
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #252525;
	padding: 9px 9px;
	display: inline-block;
	line-height: 0px;
}
.webi_post_hover .icon:hover{
	background-color: #252525;
	color: #fff;
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}
.blogal .alert {
    position: unset;
}
.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 20px;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
    border-radius: 10px;
}
.bcomment{
	background-color: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 30px;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	line-height: 23px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.all-blog-des.allcomment {
    margin-bottom: 30px;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 15px 0
}
.allmb{
	margin-bottom: 15px;
	background: #fff;
	padding: 0;
}
.sngblog h3{
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
	line-height: 23px;
}
.sngblog .blog-desc{
	margin-bottom: 0
}
.allmb .blog-desc{
	overflow: hidden;
	height: 100px;
	text-align: justify;
}
/* logo slider */
/* newsletter */
.logo-slider {
    padding: 20px 20px;
    background-color: rgba(255,255,255,0.5);
    margin-top: 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(240, 43, 47, 0.08);
}
.new-ti h5 {
    text-transform: uppercase;
    margin: 0px;
    font-size: 22px;
    font-weight: 700;
}
.newsl .input-group input,.newsl .input-group .input-group-btn button{
	height: 45px;
	border: none;
}
.newsl.alert,.white-popup .alert{
	position: unset
}
.newsl .form-group{
	margin-bottom: 0;
	position: relative;
}
.newsl button.btn-primary {
    background-color: #f02b2f;
    color: #fff;
    fill: #f02b2f;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    min-width: unset;
    border-radius: 0 10px 10px 0;
}
.newsl button.btn-primary i{
	font-size: 24px;
}
.newsl button.btn-primary svg{
	margin-top: -5px;
}
.newsl .form-vertical {
    position: relative;
    height: 40px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.newsl button.btn-primary:hover{
	background-color: #000;
	color: #fff;
	fill: #f02b2f;
}
.newsbgf .alert{
    bottom: -73px;
    left: 15px;
    right: 15px;
    top: auto;
    border-radius: 10px;
}
.inner.newsbgf {
    position: relative;
}
.form-control.input-md.inputNew {
    height: 50px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    border: none;
}
.news-popup .form-control.input-md.inputNew{
	border: 1px solid #eee;
	padding: 0 15px;
}
/* newsletter popup */
.white-popup {
  	position: relative;
	background: #FFF;
	padding: 40px 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
}
.white-popup h1{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 26px;
	margin: 0;
	color: #000;
}
.white-popup p{
	color: #777;
	margin: 15px;
	line-height: 23px;
}
.white-popup .form-group  .checkbox label{
	position: relative
}
.white-popup  .mfp-close{
    background: transparent;
    border-radius: 10px;
}
.newsletter-bg{
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 10px;
}
.slide-bottom{
    position: absolute;
    padding:30px;
    background:#FFF;
    bottom: 0;
    right: 10%;
    border: solid 1px #000;
}
.slide-bottom .inner{
    position: relative;
}
.button-slide{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background:#000;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}
/* footer */
#column-left1{
	padding: 0;
}
.social h5 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
    margin: 0;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 5px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #f02b2f;
    color: #fff;
    border-radius: 10px;
}
#scroll:hover{
	background-color: #000;
}
#scroll i {
    font-size: 26px;
}
.middle-footer{
	padding: 60px 0;
}
footer{
	margin-top: 50px;
}
.middle-footer h5 {
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
}
.middle-footer .new-ti h5 {
	font-size: 22px;
}
.news-b.text-center {
    margin-top: 50px;
}
.middle-footer a,.f-left li{
    cursor: pointer;
    font-size: 14px;
    line-height: 33px;
    padding: 0;
}
.middle-footer a:hover,.fpayment i:hover{
	color: #f02b2f
}
.fpayment {
    margin-top: 15px;
}
.footer-top {
    border-bottom: 1px solid #fbc2bb;
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 0;
}
.f-left svg,.new-ti svg {
    fill: #f02b2f;
    margin-right: 10px;
}
.f-left li {
    word-break: break-all;
}
.copy {
    padding: 12px 0;
    border-top: 1px solid #fbc2bb;
    color: #000;
}
.copy a{
	color: #222;
	font-weight: 600;
}
.payment-img {
    margin-top: 20px;
}
.copy .text-left{
	margin-top: 10px;
}
.copy .text-left a:hover{
	color: #000
}
.foot-payment i{
	font-size: 24px;
	color: #717171;
}
.fsocial a {
    line-height: normal;
    text-align: center;
    font-size: 17px !important;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255,255,255,0.5);
    min-width: 34px;
    min-height: 34px;
    padding-top: 5px;
    margin: 2px 0px;
    border-radius: 10px;
    color: #979696;
    border: none;
}
/* .fsocial a.fb{
	background-color: #3c5b9b;
}
.fsocial a.tw{
	background-color: #40c1df;
}
.fsocial a.ins{
	background-color: #3f729b;
}
.fsocial a.pin{
	background-color: #E60023;
}
.fsocial a.vim{
	background-color: #86c9ef;
} */
.social {
    margin-top: 20px;
}
.fsocial a i{
	font-size: 16px;
}
.fsocial a:hover{
	border: none;
	background-color: #f02b2f;
	color: #fff;
}
.footer-top.text-center {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
}
/* carousel button */
.next-prevb .owl-theme .owl-controls .owl-buttons div:hover{
	fill: #f02b2f;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div {
    background-color: rgba(255,255,255,0.5);
	width: 45px;
	height: 45px;
	color: #808080;
	fill: #333;
	transition: all 0.5s ease-in-out 0s;
	margin: 0 8px;
	border: none;
	top: 42%;
	padding: 9px 0;
	opacity: 1;
	position: unset;
	box-shadow: 0px 0px 8px 0px rgba(240, 43, 47, 0.08);
}
.next-prevb .owl-theme .owl-controls .owl-buttons div i{
	color: #808080;
	text-shadow: none;
	font-size: 24px !important;
}
.next-prevb .owl-carousel.owl-theme .owl-controls{
	margin-top: 30px;
}
.owl-carousel .owl-buttons div i {
    font-size: 22px !important;
    color: #232323;
    margin: 1px 0 !important;
}
.owl-theme .owl-controls .owl-buttons div:hover i {
    color: #f02b2f;
}
/* pagination */
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
    background-color: #f02b2f;
    border-color: #f02b2f;
    z-index: 0;
    color: #fff
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    color: #252525;
    padding: 7px 12px 5px 12px;
    border-radius: 0 !important;
}
.pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:focus, .pagination &gt; li &gt; span:hover {
    color: #fff;
    background-color: #f02b2f;
    border-color: #f02b2f;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi{
	margin: 0;
	background-color: rgba(255,255,255,0.5);
	padding: 8px 0;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 10px;
}
.pagination &gt; li {
    display: inline-flex;
}
/* product page */
.form-rating {
    position: relative;
    top: 2px;
}
.gal-img {
    max-height: 750px;
}
#gallery_01 .col-xs-12{
	margin-bottom: 10px;
}
 .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;
}
.btn.pcrt.btn-primary {
    min-height: 45px;
	padding: 0 13px;
	font-weight: 500;
	font-size: 16px;
}
#product-product .pro-content .alert,#account-wishlist .alert,#account-register .alert{
	position: unset;
}
.zoomWrapper{
	position: relative
}
.thumbnail{
	border: none;
	padding: 0;
	border-radius: 10px;
}
#zoom_03{
	border-radius: 10px;
}
.pro-price{
	font-size: 18px !important;
	font-weight: 500;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review #review{
	margin-bottom: 15px;
}
.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}
.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #f02b2f;
    left: 0;
}
.product-tab .nav-tabs &gt; li.active &gt; a,.product-tab .nav-tabs &gt; li.active &gt; a:focus,.product-tab .nav-tabs &gt; li.active &gt; a:hover {
    color: #f02b2f;
    cursor: default;
    border: none;
    cursor: pointer;
}
.product-tab .nav &gt; li &gt; a:focus,.product-tab .nav &gt; li &gt; a:hover,.product-tab .nav-tabs &gt; li &gt; a{
    border: none;
    background: transparent;
}
.product-tab .nav &gt; li &gt; a{
	font-weight: 500;
	padding-left: 0;
	padding-right: 0
}
#tab-specification .table-bordered &gt; thead &gt; tr &gt; td,#tab-specification .table-bordered &gt; tbody &gt; tr &gt; td{
	border: 1px solid rgba(255,255,255,0.5);
}
.pro-content h1 {
	font-size: 26px;
	text-transform: capitalize;
	margin-top: 0;
}
.pro-content #product h3{
	font-size: 18px;
}
.pro-content .alert,.product-quickview-detail .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
}
.btnminus,.btnplus{
    line-height: 22px;
}
.btnminus{
    border-radius: 10px 0 0 10px;
}
.btnplus{
    border-radius: 0 10px 10px 0;
}
.btnminus span,.btnplus span{
	position: unset;
}
.producthr {
    border-top: 1px solid rgba(255,255,255,0.5);
}
.text-decor, .text-de {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
    line-height: 25px;
}
.textdeb {
    margin: 0 4px;
    color: #f02b2f;
}
.textdeb:hover{
    color: #000;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 500;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 10px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #f02b2f;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #fff;
}
.input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .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;
}
#tab-description .first-img-des{
	margin-bottom: 30px;
}
.btnup {
    background-color: #000;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none;
    color: #fff;
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .pcrt svg{
	fill: #fff;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ededed;
}
.pro-content #input-quantity{
	border-radius: 0px;
}
.product-tab{
	margin-top: 30px;
	margin-bottom: 40px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.5);
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #ededed;
	padding: 0
}
.product-tab li{
	margin: 0 10px;
}
.product-tab .tab-pane{
	padding: 15px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ededed;
}
.qtlabel{
	margin-top: 5px;
	width: auto;
}
.product-tab #review .fa-stack{
	font-size: 8px;
}
#gallery_01 img{
	margin-bottom: 1px;
	border-radius: 10px;
	/* border: 1px solid #eee; */
}
.rsep{
	padding: 0 20px;
}
.custreview{
	text-transform: capitalize;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px;
}
#review .custreview:nth-child(1)  {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}
#tab-review #review{
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 10px;
}
#tab-review #review p{
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 0;
}
.custreview p{
	color: #777;
	line-height: 23px;
	font-size: 13px;
	margin-bottom: 0;
}
.crspc{
	padding: 10px 0;
}
.crspc span{
	display: inline-block
}
/* category page */
.product-grid .catlist-des {
    display: none;
}
.catlist-des {
    color: #727272;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 12px;
	text-transform: capitalize;
	max-height: 38px;
	overflow: hidden;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #000;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ededed;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.cate-top {
    background-color: rgba(255,255,255,0.5);
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid rgba(255,255,255,0.5);
	margin-left: 0;
	margin-right: 0;
	border-radius: 10px;
}
.cate-top h2{
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
}
.cate-top p{
	font-size: 12px;
	color: #222;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}
.cate-border {
    background-color: rgba(255,255,255,0.5);
	margin: 0 0 20px 0;
	padding: 10px 0px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 10px;
}
#compare-total{
	padding: 0;
	font-weight: 500;
	margin-top: 5px;
}
.catesort label {
    background-color: transparent;
    border: none;
    color: #1e1e1e !important;
}
.lgrid{
	margin-top: 3px;
}
.lgrid svg {
    cursor: pointer;
}
.lgrid .active svg {
    fill: #f02b2f;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #000;
}
.select-input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius: 10px;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: transparent;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
@media(max-width: 991px){
	.product-grid,.product-list{
		padding: 0 5px;
	}
	.cpagerow{
		margin: 0 -5px;
	}
}
.product-list .product-thumb .image{
	opacity: 1;
}
.product-list .product-thumb .abs-btn{
	position: unset;
	transform: none;
	opacity: 1 !important;
	transition: none;
	text-align: left;
	margin-top: 0;
	display: inline-block;
	vertical-align: middle;
}
.product-list .bquickv{
	opacity: 1;
	transition: none
}
.product-list .protitle,.product-list .protitle a{
	color: #222;
    font-size: 18px;
    font-weight: 500;
}
.product-list .protitle:hover,.product-list .protitle a:hover{
	color: #f02b2f
}
@media(min-width: 768px){
.product-list .product-thumb .button-group button, .product-list .product-thumb .button-group a {
    border-radius: 10px;
    transition: none;
}
.product-list .product-thumb .button-group button:hover, .product-list .product-thumb .button-group a:hover {
    background: #f02b2f;
}
}
.product-list .bquickv {
    display: inline-block;
    vertical-align: middle;
}
.product-list .product-thumb .price{
	font-size: 18px;
	margin-bottom: 12px;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
    background-color: transparent;
	padding-bottom: 0;
}
/* filter */
.catfilter.panel-default &gt; .panel-heading,.cathed{
	color: #000;
	background-color: #fff;
	border: none;
	text-transform: uppercase;
	border-radius: 10px 10px 0 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: 10px;
}
.list-group-item {
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.5);
}
.panel-footer {
    background-color: #fff;
    border: 1px solid #eee;
}
/* refine search */
.refines{
	margin-bottom: 20px;
}
.refines ul{
	display: inline-block
}
.refines li{
	border: 1px solid rgba(255,255,255,0.5);

	font-size: 12px;
	letter-spacing: 0;
	padding: 6px 12px;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: capitalize;
	margin-bottom: 4px;
	border-radius: 10px;
}
.refines h3{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}
/* search page */
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.search-page .select-input {
    position: relative;
}
#product-search .checkbox-inline {
    margin-top: 7px;
}
/* other page */
#information-information .col-sm-2.col-lg-1.col-xs-2{
	width: auto;
}
/* cart page */
.cart-des, .cart-img {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.cart-img img{
	border-radius: 10px;
	padding: 0;
	border: none;
}
.cart-des .input-group {
    max-width: 100px!important;
    margin-top: 10px
}
.cart-des{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}
.allcart {
    box-shadow: 0px 0px 20px 0px rgba(240, 43, 47, 0.06);
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px
}
.allcart .cart-re {
    background-color: transparent;
    border: none;
}
.wish-stock {
    color: green;
    margin-bottom: 10px
}
.cart-des a{
    font-size: 15px;
    font-weight: 500
}
.cart-des .price {
    margin: 5px 0
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
}
.allcart button i{
    font-size: 18px
}
.panel-default &gt; .panel-heading,.panel-group .panel{
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
}
/* cart page end*/
#common-success .infobg p a{
	color: #000;
	font-weight: 600;
}
#common-success .infobg p a:hover{
	color: #f02b2f;
}
.product-quickview-detail .swiper-viewport{
	margin: 0
}
.product-quickview-detail {
    width: 100%;
    background-color: #fee8de;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fee8de !important;
	border-radius: 10px;
	box-shadow: none !important
}
.product-quickview-detail .pro-content h1{
	margin-top: 0;
}
.swiper-button-prev::before,.swiper-button-next::before{
	color: #000 !important;
	font-size: 26px !important;
}
.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}
#checkout-checkout .infobg [class*="col-"] h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
}
.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.infocnt i{
	font-size: 16px;
	vertical-align: bottom
}
.infocnt{
	margin-bottom: 20px;
}
.table-bordered,.table-bordered &gt; tbody &gt; tr &gt; td, .table-bordered &gt; tbody &gt; tr &gt; th, .table-bordered &gt; tfoot &gt; tr &gt; td, .table-bordered &gt; tfoot &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; thead &gt; tr &gt; th{
	border: 1px solid rgba(255,255,255,0.5);
}
#accordion .panel-default {
    border: 1px solid rgba(255,255,255,0.5);
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
}
.subheading, .acpage h1, .not-found-head {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding: 10px 0;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
.sitem ul{
	line-height: 35px;
	padding-left: 25px;
	padding-right: 25px;
}
.sitem ul li{
	list-style: url;
}
#accordion #input-password,#affiliate-login #input-password,#account-login #input-password{
	margin-bottom: 10px;
}
.acspace input[type="checkbox"]{
	margin: 0 0 0;
	vertical-align: middle;
}
#accordion .panel-title i {
    float: right;
}
.panel-title{
	font-size: 14px;
}
.valign{
	vertical-align: middle !important;
}
.well {
    background-color: rgba(255,255,255,0.5);
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0px 0px 20px 0px rgba(240, 43, 47, 0.06);
    padding: 0 15px 15px 15px;
}
.well p{
	font-size: 12px;
}
.well p strong{
	font-size: 13px;
	font-weight: 500;
}

.table-hover &gt; tbody &gt; tr:hover {
    background-color: transparent;
}
.addlist{
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px;
}
.addl{
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    border-radius: 10px;
    z-index: 99;
    text-transform: capitalize;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.co-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
.img-thumbnail{
	border-radius: 0
}
.comb .btn-primary{
	margin: 3px 0;
}
.com-description {
    width: 25%;
    color: #777;
	font-size: 13px;
}
.com-summary {
    width: 1%;
}
.brand-list .brands-content {
    padding: 8px;
}
.bname {
    background: none repeat scroll 0 0 rgba(255,255,255,.8);
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
    border-radius: 10px;
}
.brand-list {
    border: 1px solid rgba(255,255,255,.5);
    padding: 5px;
    margin-bottom: 20px;
    background-color: rgba(255,255,255,.5);
    border-radius: 10px;
}
/* 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: #f02b2f;
}
.accolumn{
	box-shadow: 0px 0px 20px 0px rgba(240, 43, 47, 0.06);
	border-radius: 10px;
	padding: 15px 0px;
	background-color: rgba(255,255,255,0.5);
}
.accolumn.list-group a{
	border: none;
	padding: 10px 50px;
	font-size: 13px;
	background-color: transparent;
}
.accolumn.list-group a.logu{
	padding: 10px 0;
	color: #000
}
.accolumn h3{
	font-size: 16px;
	color: #000;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 20px;
}
.accolumn h3 a{
	font-size: 16px;
	font-weight: 500;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 0px;
}
.accolumn h3 svg{
	fill: #f02b2f;
	margin-right: 10px;
}
.accolumn hr{
	border-top: 1px solid #f0f0f0;
}
/* account page */
.acco span{
	display: inline-block;
	vertical-align: middle;
}
#account-account.acpage #content[class*="col-"] a {
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgba(240, 43, 47, 0.06);
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    padding: 25px 25px;
    border-radius: 10px;
    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: 600;
}
#account-account.acpage #content[class*="col-"] span:last-child span{
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}
#account-account.acpage #content[class*="col-"] span svg{
	fill: #f02b2f;
}
#account-account .achead {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}
.acl{
	margin-bottom: 5px;
}
/* responsive */
@media (max-width: 779px){
	.product-quickview-detail .pro-content h1 {
	    margin-top: 50px;
	}
}
@media (min-width: 768px){
	.big-img{
		float: right;
	}
	.sticky,.blogsticky{
		position: sticky;
		top: 15px
	}
	.product-list .caption {
	    text-align: left;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.product-list .image, .product-list .caption {
	    float: left;
	    position: relative;
	    margin: 0;
	}
	#xsfilter {
	    display: block !important;
	}
	.catfilter .panel-heading button{
		display: none
	}
	.middle-footer h5 button {
	    display: none;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media (min-width: 1410px){
	.big-img{
		width: 78%;
	}
	.gal-img{
		width: 22%;
	}
	#column-right,#column-left{
		width: 22%;
	}
	#content.colright{
		width: 78%;
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.manucom .product-grid{
		width: 25%;
	}
	.manucom .product-list .image{
		width: 32%;
	}
	.manucom .product-list .caption{
		width: 68%;
	}
	.manucom .product-list{
		width: 50%;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	.choose::before {
		background-size: 500px;
	}
	.choose ul p {
    	max-width: 370px;
	}
	.dropdown.inuser {
    	margin: 6px 12px;
	}
	.product-grid{
		width: 33.33%;
	}
	.manucom .product-grid {
    	width: 25%;
	}
	.slidedes {
	    left: 35px;
	}
	#menu .navbar-nav &gt; li &gt; a {
	    margin: 0 8px;
	}
	.slidesmall h2{
		font-size: 50px;
	}
	.slidesmall p{
		max-width: 450px;
	}
	.manucom .product-list .image{
		width: 22%;
	}
	.manucom .product-list .caption{
		width: 78%;
	}
	.list-group a{
		font-size: 13px;letter-spacing: 0
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
}
@media(max-width: 1199px){
	.choose::before {
		display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.sliderow img {
		max-width: 550px;
	}
	.menu-type .image {
    	margin-right: 7px;
	}
	#toprate .caption h4{
		width: 55%;
	}
	.choose ul li div:first-child {
		width: 100px;
    	height: 100px;
    	padding: 16px 0;
    	margin-right: 10px;
	}
	.choose ul p {
    	font-size: 14px;
    	max-width: 340px;
	}
	.choose ul h4{
		font-size: 22px;
	}
	.hbottom{
		padding: 0;
	}
	.next-prevb .heading,.banner-bg, .ser-bann,.logo-slider,footer,.store-location,.choose,.service{
		margin-top: 30px;
	}
	.heading h1::after {
    	margin: 15px auto;
	}
	.middle-footer{
		padding: 30px 0;
	}

	.accolumn h3 {
    	font-size: 14px;
    	padding: 0 14px;
	}
	#madebyhand-search-category{
		width: 130px;
	}
	#menu .navbar-nav &gt; li &gt; a {
    	text-transform: capitalize;
    	margin: 0 6px;
	}
	.slidedes {
    	left: 15px;
	}
	.slidesmall h2 {
	    font-size: 32px;
	    max-width: 508px;
	}
	.slidesmall p {
	    max-width: 450px;
	}
	.cate {
    	padding: 3px 10px;
	}
	.product-list .image {
	    width: 35%;
	}
	.product-list .caption {
	    width: 65%;
	}
	.heading h1{
		font-size: 24px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.new-ti h5{
		font-size: 18px;
	}
	.sliderow img{
		max-width: 100%;
	}
	.service h3{
		font-size: 20px;
	}
	.service p{
		font-size: 12px;
	}
	.head-menu {
	    position: absolute;
	    left: 15px;
	    right: auto;
	    width: auto;
	    z-index: 9;
	    margin-top: 6px;
	    color: #fff;
	}
	.top-bar-co, .hbottom{
		padding: 0;
	}
	.call-no{
		font-size: 14px;
	}
	.accolumn h3 {
    	font-size: 14px;
    	padding: 0 14px;
	}
	.slidebig h1 {
    	font-size: 170px;
	}
	.slidedes {
	    left: 15px;
	}
	.slidesmall p{
		max-width: 400px;
		font-size: 12px;
		margin: 12px 0;
	}
	.slidesmall h2 {
    	font-size: 28px;
    	max-width: 600px;
	}
	.slidecap a {
    	padding: 8px 15px;
	}
	#logo{
		padding-left: 45px;
		position: relative;
		z-index: 1;
	}
	#logo img{
		margin: 0;
    	max-width: 110px;
	}
	.navbar-toggle{
		margin: 0;
		padding: 0;
		display: block;
		color: #121212 !important;
	}
	.newsl button {
    	position: absolute;
    	width: auto;
    	top: 0;
    	right: -1px;
	}
	.topbe::before, .xscu .test::before {
    	margin: 0 15px;
	}
	.middle-footer h5{
		font-size: 14px;
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.proreview{
		margin: 0 15px;
		padding: 0 15px;
	}
	.manucom .product-grid{
		width: 33.33%;
	}
	.manucom .product-list .image{
		width: 30%;
	}
	.manucom .product-list .caption{
		width: 70%;
	}
	.product-list .image {
	    width: 45%;
	}
	.product-list .caption {
	    width: 55%;
	}
	.product-list .caption {
    	margin: 8px 0 0;
	}
}
@media (min-width: 992px){
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 991px){
	.sale{
		top: 2px;
		left: 2px;
	}
	.comments_note {
    	top: 2px;
    	right: 4px;
	}
	#blog .product-block .webi-blog-image{
		margin: 0;
	}
	.date-time {
    	width: 60px;
    	height: 60px;
	    left: 5px;
	    padding: 4px 0;
	}
	.product-thumb .button-group button, .product-thumb .button-group a {
    	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
		background: #fff;
		width: 40px;
		height: 40px;
		padding: 9px 8px;
		display: inline-block;
		margin: 2px 2px;
	}
	.product-thumb .button-group button:hover, .product-thumb .button-group a:hover {
    	background: #f02b2f;
	}
	.bquickv {
    	display: inline-block;
    	vertical-align: middle;
	}
	.middle-footer{
		padding: 30px 0;
	}
	.abs-btn {
    	display: inline-block;
	}
	.next-prevb .owl-carousel.owl-theme .owl-controls {
    	margin-top: 15px;
	}
	#account-account.acpage #content[class*="col-"] span svg{
		width: 35px;
		height: 35px;
	}
	#account-account.acpage #content[class*="col-"] span:first-child{
		padding-right: 10px;
		margin-right: 10px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child {
   		font-size: 13px;
   		letter-spacing: 0;
	}
	#account-account.acpage #content[class*="col-"] span:last-child span {
    	font-size: 10px;
    	letter-spacing: 0;
    	margin-top: 1px;
	}
	.breadcrumb{
		margin-top: 20px;
	}
	.newsbgf h3 {
    	font-size: 19px;
		letter-spacing: 0;
	}
	.menusp{
		text-align: left
	}
	.navbar-nav{
		margin: 0;
		float: none;
		text-align: left;
	}
	.hsticky {
	    padding: 10px 0 !important;
	}
	#madebyhand-search-category,#search .input-lg,#search .btn-lg{
		height: 40px;
	}
	#menu div.dropdown-inner &gt; ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-top: 0;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .dropdown-inner .submenu-title{
		padding: 3px 28px;
		text-transform: capitalize;
	}
	#menu .dropdown-inner .dropdown-submenu .grand-child a{
		padding: 0
	}
	#menu .dropdown-submenu {
	    padding: 8px 25px !important;
	}
	#menu .see-all {
		display: inline-block;
		letter-spacing: 0;
		margin: 0;
		padding: 0 25px !important;
		font-weight: 600;
	}
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	#menu .dropdown-inner ul{
		display: block;
	}
	#menu .nav li{
		display: block;
		float: none;
	}
	#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
	/* sidenav */
	#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
	body.active {
	    overflow: hidden;
	}
	body.active::before {
	    background: #000000 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.7;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 9;
	    transition: all .2s ease 0s;
	}
	body.active .sidenav {
	    overflow-x: unset;
	    overflow-y: scroll;
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
	    clear: both;
	    height: 100%;
	    background-color: #fff;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.sidenav .close-nav {
		background-color: #1e1e1e;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
	    margin-bottom: 10px;
	}
	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	#menu .navbar-collapse {
	    display: block;
	    padding: 0
	}
	#search .btn-lg{
		min-width: unset;
	}
	.serpd,.banner-bg{
		margin-left: 0;
		margin-right: 0
	}
	.middle-footer{
		padding: 20px 0
	}
	.slidebg,.logo-slider{
		margin-left: 0;
		margin-right: 0;
	}
	#common-home #content {
	    padding: 0;
	}
	.rless{
		margin-left: -5px;
		margin-right: -5px;
	}
	.cless{
		padding-left: 5px;
		padding-right: 5px;
	}
	.bquickv{
		opacity: 1
	}
	.product-thumb .button-group button.cartb span,.newsbgf h3, .social h3{
		display: none
	}
	.product-thumb .button-group{
		margin-top: 8px;
	}
	.product-thumb{
		margin-bottom: 10px;
	}
	.pro-tab.nav-tabs{
		margin-bottom: 20px;
	}
	.heading h1{
		font-size: 20px;
	}
	.heading h4{
		font-size: 14px;
	}
	.next-prevb .heading,.logo-slider,.service,.choose,.store-location,footer{
		margin-top: 30px;
	}
	.next-prevb .heading{
		margin-bottom: 15px;
	}
	.logo-slider{
		padding: 15px 0;
	}
	.footer-top{
		padding-top: 0;
	}
	#menu .navbar-nav &gt; li &gt; a{
		text-transform: capitalize;
		padding: 7px 15px;
		margin: 0 !important;
		color: #000;
	}
	.store-location{
		margin-left: 0;
		margin-right: 0;
	}
}
.owl-pagination{
	top: 0 !important;
}
@media (max-width: 767px){
	.next-prevb .owl-theme .owl-controls .owl-buttons div {
    	width: 35px;
    	height: 35px;
    	padding: 4px 0;
	}
	.cartta{
		top: -12px;
	}
	.menu-type {
    	padding: 10px;
	}
	.menu-type .image {
    	margin-right: 5px;
	}
	#toprate .product-thumb .image {
    	width: auto;
	}
	#toprate .product-thumb .caption {
    	width: 75%;
	}
	#toprate .caption h4 {
    	padding: 2px 5px;
    	font-size: 14px;
    	width: 63%;
	}
	#toprate .price-old{
		display: none;
	}
	#toprate .price {
    	font-size: 14px;
	}
	.menulist-des{
		margin-top: 10px;
	}
	.foot-payment{
		margin-top: 15px;
	}
	#tab-description img{
		margin-bottom: 15px;
	}
	#testi{
		padding: 15px;
	}
	.news-b {
    	margin-top: 10px;
	}
	.product-list .product-thumb .rating{
		margin-top: 5px;
	}
	.all-blog-des.allcomment {
    	margin-bottom: 15px;
	}
	.product-thumb .price{
		font-size: 14px;
	}
	.heading{
		font-size: 20px;
	}
	.product-list .protitle, .product-list .protitle a,.product-list .product-thumb .price{
		font-size: 16px;
	}
	.product-list .product-thumb .price{
		margin-bottom: 8px;
	}
	.next-prevb .owl-theme .owl-controls .owl-buttons div svg{
		width: 18px;
		height: 18px;
	}
	.cate-name-view {
    	bottom: 0;
    	left: 15px;
	}
	.wbSearch{
		padding: 10px;
	}
	.xsla, .xscu{
		margin: 0;
	}
	.haccount {
    	width: 246px;
    	right: -35px;
	}
	.xsla, .xscu {
    	margin: 6px 2px;
    	padding-top: 0;
	}
	.top-bar-co, .hbottom{
		padding: 0;
	}
	.head-menu {
    	position: absolute;
    	left: 15px;
    	right: auto;
    	width: auto;
    	z-index: 9;
		margin-top: 4px;
	}
	.homeslider-container .slick-prev, .homeslider-container .slick-next{
		display: none !important;
	}
	.acspace button{
		display: block;
		text-align: right;
		margin-top: 15px;
	}
	.acspace{
		font-size: 12px;
	}
	.protitle{
		padding: 5px 0 6px 0;
		font-size: 14px;
	}
	.choose .heading{
		text-align: center;
	}
	.choose .heading h1::after {
		margin: 20px auto;
	}
	.price-old{
		font-size: 13px;
	}
	.social{
		margin-top: 0;
	}
	.copy {
    	padding: 15px 0;
	}
	.dropdown.inuser {
    	margin: 3px 15px;
	}
	.btn-link.dropdown-toggle.test{
		padding: 0 5px;
	}
    .slidesmall h2{
    	font-size: 20px;
    	margin-top: 5px;
    }
    .slidesmall p{
    	font-size: 12px;margin: 12px 0;letter-spacing: 0;max-width: 300px;
    }
    .slidecap a{
    	padding: 7px 15px;
    }
    .slidebig h1{
    	font-size: 72px;
    }
    .slidedes{
    	margin-top: -12px;
    }
    .slidesmall h3{
    	font-size: 18px;
    }
	.product-thumb .button-group svg {
    	width: 15px !important;
		height: 15px !important;
	}
	.product-thumb .button-group button, .product-thumb .button-group a {
    	width: 28px;
    	height: 28px;
    	padding: 2px 0px;
    	margin: 1px 0px;
	}
	.middle-footer h5{
		font-size: 16px;
	}
	.menusp .navbar-header button{
		border: none;
		padding: 0;
		background: transparent;
		margin: 0;
		float: none;
		position: unset;
	}
	.menusp .navbar-header button i{
		font-size: 17px;
	}
	.navbar-toggle{
		padding: 0;
		margin: 0;
		float: none;
		color: #000;
	}
	.navbar-toggle:hover{
		color: #f02b2f;
	}
	#cart-total{
		padding: 0 !important;
	}
	#logo{
		padding-left: 40px;
		position: relative;
		z-index: 1;
	}
	#cart svg {
    	margin: 0 !important;
	}
	#cart {
    	background-color: transparent;
    	padding: 0;
    	margin-top: 0;
	}
	#search .btn-lg{
		min-width: unset;
	}
	.inuser{
		display: inline-block;
		margin: 0 10px;
	}
	.langcur .dropdown-menu {
	    min-width: 23rem;
	    padding: 10px 7px;
	}
	.blog_webi .blog-right h4{
		font-size: 14px;
	}
	.blog-des p{
		margin-bottom: 15px;
	}
	.categorybr h5 span{
		display: inline;
	}
	.categorybr h5{
		font-size: 14px;letter-spacing: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.menusp, #top-links {
	    margin-top: 6px;
	}
	#top-links{
		padding-left: 0;
	}
	.langcur{
		margin: 0 10px;
	}
	header #logo img{
		max-width: 90px;
		margin: 0;
	}
	.inuser a.dropdown-toggle span,#cart-total::before{
		display: none
	}
	.newsl{
		margin-bottom: 0;
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.breadcrumb{
		padding: 8px 10px;
		margin-top: 15px;
		font-size: 13px;
		letter-spacing: 0
	}
	.allcomment h5{
		font-size: 14px;
	}
	.blog_links{
		font-size: 12px;letter-spacing: 0;
		margin: 8px 0
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.allmb .blog-desc{
		margin-bottom: 5px;
	}
	.pro-content h1{
		margin-top: 15px;
		font-size: 18px;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.catlist-des{
		height: 36px;
		overflow: hidden;
	}
	.langcur .btn-link.dropdown-toggle.test{
	    border: 1px solid #eee;
		font-size: 12px;
		letter-spacing: 0;
		padding: 2px 8px;
		text-transform: capitalize;
		color: #000;
	}
	#form-currency .dropdown-menu.dropdown-menu-right{
		left: 0;
		right: auto
	}
	.pro-tab li a{
		font-size: 14px;
		padding: 8px 10px;
		text-transform: capitalize;
	}
	.footappxs{
		text-align: center !important;
	}
	.middle-footer .btn.toggle{
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: -3px;
	    right: 0;
	    padding: 0;
	    width: 100%;
	}
	footer h5 .toggle::after,.catfilter .toggle::after{
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle.collapsed::after,.catfilter .toggle.collapsed::after{
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 10px;
	    width: 100%;
	    right: 0;
	    padding: 0 15px;
	    background: transparent;
	    color: #fff
	}
	#cat_tab .nav-tabs{
		text-align: left;
		margin-bottom: 0;
	}
	#cat_tab a{
		display: block;
	}
	.viewmore{
		padding: 0;
	}
	.category-tab.tabpro.next-prevb {
    	position: relative;
	}
	.catb {
	    position: absolute;
	    right: 15px;
	    top: 26px;
	    background: rgba(255,255,255,0.5);
	    color: #111;
	    padding: 0;
	    border: none;
	    z-index: 9;
	    padding: 7px 11px 7px 11px;
	}
	.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;
	}
	.category-tab .nav-tabs li,.viewmore li{
		display: block;
		padding: 5px 0;
	}
	#cat_tab {
    	margin-bottom: 15px;
	}
	.category-tab .heading{
		text-align: left;
	}
	.category-tab .heading h1::after {
		margin-left: 0;
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.catfilter .panel-heading{
		padding: 10px 15px;
	}
	.middle-footer h5{
		font-size: 14px;
		margin-bottom: 10px;
		position: relative
	}
	.topbe::before, .test::before{
		display: none;
	}
	.copy .text-left,.copy .text-right{
		text-align: center
	}
	.middle-footer {
	    padding: 20px 0;
	}
	#under-menu{
    	display: block;
    	border: none;
	}
	.menu-type img{
		max-width: 65px;
	}
	.store-location{
		padding: 0;
		background-image: none;
	}
	#testi p,.store-location ul li p {
    	font-size: 14px;
    	line-height: 20px;
	}
	.store-location ul li h3{
		font-size: 26px;
	}
}
@media (max-width: 450px){
	.slidesmall p{
		margin: 10px 0;
		display: none;
	}
	.slidesmall h2 {
	    font-size: 18px;
	    margin-top: 0;
	    max-width: 160px;
	}
}
@media (max-width: 599px){
	#search .input-lg{
		border-radius: 10px 0 0 10px;
	}
	.sliderow img{
		max-width: 100%;
	}
	.choose ul li{
		display: block;
		text-align: center;
	}
	.choose ul h4 {
    	font-size: 16px;
    	margin-top: 0px;
	}
	.choose ul p{
		font-size: 12px;
		line-height: 16px;
		max-width: 210px;
	}
	.choose ul li div:first-child {
	    box-shadow: none;
	    width: auto;
	    background-color: transparent;
	    height: auto;
	    padding: 0;
	    margin-right: 10px;
	}
	.choose ul li div:last-child {
	    text-align: left;
	}
	.pro-tab li a{
		min-width: unset;
		background-size: contain !important;
	}
	.banner-bg{
		background: none;
		padding-top: 0;
	}
	.allcart {
	    text-align: center;
	}
	.cart-des{
		display: block;
		margin-top: 10px;
	}
	.cart-des .input-group{
		margin: 0 auto;
	}
	.allcart .cart-re {
    	float: none !important;
    	margin-top: 5px;
	}
	#blog .blog-left,#blog .blog-right{
		width: 100%;
	}
	.slidecap a{
		display: none;
	}
	.newsl .description-top p {
    	font-size: 12px;
	}
	.white-popup{
		padding: 30px 20px;
	}
	.white-popup h1{
		font-size: 18px;letter-spacing: 0
	}
	.white-popup p{
		font-size: 12px;letter-spacing: 0
	}
	.product-tab .nav &gt; li &gt; a{
		letter-spacing: 0
	}
	.product-tab li {
	    margin: 0 4px;
	}
	.pro-content .rating li {
	    letter-spacing: 0;
	    font-size: 13px;
	}
	.proreview {
	    margin: 0 8px;
	    padding: 0 8px;
	}
	#madebyhand-search-category{
		display: none
	}
	.product-grid{
		width: 50%;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.pagi .text-left, .pagi .text-right {
	    text-align: center;
	    width: 100%;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.sliderow img{
		max-width: 100%;
	}
	.choose ul li div:first-child {
    	height: 106px;
    	padding: 20px 0;
	}
	.service [class*="col-"] img,.service [class*="col-"] div{
		display: inline-block;
		text-align: left;
	}
	.service [class*="col-"]{
		display: flex;
		align-items: center;
	}
	.service p {
    	max-width: 370px;
	}
	.menu-type img{
		max-width: 100px;
	}
	.product-grid{
		width: 33.33%;
	}
	.ct,.slidesmall h3{
		display: none
	}
	.blog_webi .blog-right .read_more {
    	margin-top: 10px;
	}
	.blog-des p {
    	max-height: 66px;
		overflow: hidden;
	}
}
@media (min-width: 400px) and (max-width: 767px){
	.product-list {
	    width: 50%;
	}
}
.beffect a:hover::after {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
}
.beffect a::after {
    background: rgba(255,255,255,.1);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out 0s;
    right: 0;
    top: 0;
    border-radius: 10px;
}
.beffect a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.beffect{
	position: relative;
	overflow: hidden
}
.beffect img{
	border-radius: 10px;
}
@media(min-width: 1200px){
	.fea-pro,.cate-pro,.store-location,.parallax-bg,.allblog-bg{
		position: relative;
	}
	.fea-pro::before {
	    content: '';
	    background: url('../../../../../image/catalog/all-bg/1.png');
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 200px;
	    height: 203px;
	    background-repeat: no-repeat;
	}
	.cate-pro::after {
	    content: '';
	    background: url('../../../../../image/catalog/all-bg/2.png');
	    position: absolute;
	    top: -30px;
	    left: 0;
	    width: 145px;
	    height: 160px;
	    background-repeat: no-repeat;
	}
	.store-location::before {
	    content: '';
	    background: url('../../../../../image/catalog/all-bg/3.png');
	    position: absolute;
	    bottom: -150px;
	    right: 0;
	    width: 257px;
	    height: 276px;
	    background-repeat: no-repeat;

	}
	.parallax-bg::before {
	    content: '';
	    background: url('../../../../../image/catalog/all-bg/4.png');
	    position: absolute;
	    top: 100px;
	    left: 15px;
	    width: 250px;
	    height: 156px;
	    background-repeat: no-repeat;
	}
}
@media(min-width: 1800px){
	.allblog-bg::before {
	    content: '';
	    background: url('../../../../../image/catalog/all-bg/5.png');
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    width: 225px;
	    height: 227px;
	    background-repeat: no-repeat;
	}
}
@media only screen and (max-width: 600px) {
 nav#top {
    background: #f9f9f9;
    height: 34px;
}


}
</pre></body></html>