<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.6px;
	background-color: #fff;
}
#product &gt; div &gt; button:nth-child(6) , #product &gt; div &gt; button:nth-child(7) {display:none !important}
.product-thumb:hover .button-group {display:none !Important}
/* 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;
}
/* #top-links .tolin { */
	/* color: #fff; */
/* } */
.acd a, .hlogout .wishcom a {
	color: #000;
}
:focus{
	outline: none;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
	text-decoration: none;
	outline: none;
	color: #fc9823;
}
/*#top-links .tolin:focus, #top-links .tolin:hover, #top-links .btn-link:focus, #top-links .btn-link:hover{
	color: #000;
}*/
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #000;
	border-color: #f2f2f2;
}
label {
	font-size: 13px;
	font-weight: 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;
	border-radius: 0;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	color: #000
}
.d-inline-block {
    display: inline-block;
    vertical-align: middle;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: block;
}

.nav-tabs {
	margin-bottom: 35px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
@media (min-width: 768px){
    .container, .main_container {
        width: 100%;
    }
}
@media (min-width: 992px){
    .container, .main_container {
        width: 963px;
    }
    #column-right{
		width: 23%;
	}
    #column-left {
	    width: 23%;
	}
	#content.colright, #content.col-md-9 {
	    width: 77%;
	}
}
@media (min-width:1200px) and (max-width: 1299px) {
    .container, .main_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, .main_container {
       width: 1270px;
    }
}
@media (min-width: 1410px) and (max-width: 1589px){
    .main_container {
        width: 1380px;
        /*margin: 0 auto;*/
    }
}
@media (min-width:1590px){
    .main_container {
        width: 1560px;
        /*margin: 0 auto;*/
    }
}
@media (min-width:1410px){
    .container {
        width: 1380px;
    }
}
.main_container {
	margin: 0 auto;
}
.form-control{
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 5px;
}
.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 #fc9823;
	box-shadow: none
}
/* search */
#search {
	
}
#search .input-lg {
	height: 45px;
	padding: 0 10px;
	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: 45px;
	border-radius: 0 5px 5px 0;
	padding: 10px 20px;
	position: relative;
	text-transform: capitalize;
}
#search .btn-primary svg {
	height: 22px;
	width: 22px;
	fill: #fff;
}
#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;
	border: none;
    border-radius: 5px;
}
.dropdown-menu{
	border-radius: 5px;
    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 &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;
}
.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: 5px;
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartname:hover{
	color: #fc9823;
}
.cartname a{
	font-weight: 500;
}
.cartprice {
    clear: both;
    position: relative;
    top: -35px;
    left: 70px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li &gt; div {
	padding: 0 10px;
}
#cart .dropdown-menu li &gt; div table td {
	border: 1px solid #eee;
}
/* menu */
#menu .dropdown-submenu {
    padding: 15px;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .collapse li.view_more.my-menu {
    cursor: pointer;
    padding: 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 #fc9823;
}
#menu .navbar-nav li .dropdown-menu a {
    padding: 3px 0;
}
#menu .navbar-nav &gt; li a:hover {
	color: #fc9823;
}
#menu .navbar-nav &gt; .view_more:hover  {
	color: #fc9823;
}
#menu .navbar-nav &gt; li a:hover .thumb_img {
	border: 1px solid #fc9823;
}
#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: 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: #fc9823 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: #fc9823;
}
.manun ul li {
    margin: 0px 25px;
}
/* content */
#content {
	min-height: 600px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 0
}
/* breadcrumb */
/*.breadbg {
    border-top: 1px solid #e1e1e1;
}*/
.breadcrumb {
    margin: 20px 15px;
	padding: 8px 15px;
	background: #f7f7f7;
	border-radius: 5px;
	text-transform: capitalize;
	font-weight: 400;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb &gt; li{
	display: inline
}
.breadcrumb &gt; li a:hover{
	color: #000;
}
.breadcrumb &gt; li a:hover{
	color: #fc9823;
}
.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: 5px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group &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
}
/* #search_block_top .btn-primary { */
	/* background-color: #000; */
/* } */
.btn-primary {
	background-color: #fc9823;
	color: #fff;
	fill: #fff;
	border: none;
	text-transform: uppercase;
	transition: 0.3s 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 &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: #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: #fc9823;
	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 &gt; .dropdown-toggle.btn-danger.focus, .open &gt; .dropdown-toggle.btn-danger:focus,
.open &gt; .dropdown-toggle.btn-danger:hover,.btn-danger.active, .btn-danger:active, .open &gt; .dropdown-toggle.btn-danger,
.btn-info.active, .btn-info:active, .open &gt; .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 &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: 0;
	transition: 0.3s ease;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eee;
	padding: 12px 12px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#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: #fc9823;
	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: #fc9823
}
.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 &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;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
/*loader start */
.s-panel{
    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{
	margin: 0 2px;
}
.s-panel .slick-dots li button::before{
	font-size: 40px;
	color: #fc9823;
}
.s-panel .slick-prev {
	left: 35px;
	top: 50%;
}
.s-panel .slick-next {
	right:35px;
	top: 50%;
}
.slick-prev, .slick-next {
    width: 42px;
    height: 42px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #797978;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s ease;
    opacity: 0;
}
.slideshow:hover .slick-prev, .slideshow:hover .slick-next {
	opacity: 1;
}
.slick-prev {
    left: 15px;
  	z-index: 1;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: #fff;
    background: #fc9823;
}
.slick-prev.slick-disabled::before,.slick-next.slick-disabled::before {
    opacity: .25;
}
.slick-dotted.slick-slider{
	margin: 0
}
.slideshow button .fa {
	font-size: 18px;
}
/* alert design */
.a-one{
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}
.a-one {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 99
}
.alert a {
    color: #222;
    font-weight: 500
}

.alert a:hover {
    color: #fc9823
}

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

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

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

.alert-danger svg {
    fill: #E2574C
}

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

.a-one .alert-dismissable .close,.a-one .alert-dismissible .close{
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    color: #222;
    color: inherit
}
/* custom css */
.top-bar {
    background-color: #f5f5f5;
    padding: 9px 0;
}
.call-ti{
	font-size: 12px;
	margin: 0 5px;
	display: inline-block;
}
.call-no{
	font-size: 14px;
	vertical-align: middle;
}
.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    background-color: #fff;
}
ol, ul{
	margin-bottom: 0;
}
.list-inline{
	margin: 0
}
.list-inline &gt; li{
	padding: 0
}
.langcur .btn-link.dropdown-toggle{
	transition: 0.3s ease;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 7px;
	display: inline-block;
	letter-spacing: 0;
}
.langcur .dropdown-menu{
	min-width: 25rem;
	padding: 15px 15px;
}
.langcur .langcdrop .dropdown-menu li{
	display: block
}
.langcur .dropdown-menu.langcdrop{
	min-width: 18rem;
	padding: 10px;
}
.inuser .dropdown-toggle{
	position: relative;
	top: 1px;
}
.btn-link.dropdown-toggle.test {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
}
/*.xsla, .xscu {
    border: 1px solid #eee;
    margin: 6px 2px;
    display: inline-block;
    padding: 0 4px;
    border-radius: 0;
}*/
.haccount {
	width: 260px;
}
.head-mail{
	border-left: 1px solid #c4c4c4;
	padding-left: 20px;
	margin-left: 18px;
}
/* search */
.list-inline &gt; li.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: 5px 0 0 5px;
	cursor: pointer;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.home-page .d-search button, .home-page .inuser, .home-page .cart_bg {
	background: #fff;
}
.d-search button{
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	border: none;
	cursor: pointer;
	padding: 5px;
	border-radius: 50%;
}
.sideb{
    display: block;
}
.siden{
    display: none;
}
body.active-search .wbSearch {
    opacity: 1;
	transform: translateY(0);
}
.wbSearch{
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(-100%);
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 38px
}
.wbSearch .close-nav i{
    margin-left: 15px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 5px;
}
.wbSearch #search_block_top{
	position: relative;
	align-items: center;
	width: 100%;
	max-width: 1000px;
}
/* result */
.madebyhand-dis{
	padding: 7px 15px;
	width: 80%;
}
.madebyhand-search-result .searchbr{
    padding: 10px;
    border: 1px solid #eee;
    margin: 15px 0;
    float: left;
    width: 100%;
    border-radius: 5px;
}
.madebyhand-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.madebyhand-search-result {
	left: 0;
	top: 100%;
	right: 0;
	box-shadow: none;
	background-color: #fff;
	border-radius: 5px;
	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: 500;
    text-transform: capitalize;
}
.madebyhand-dis h4:hover, .madebyhand-dis h4:hover{
	color: #fc9823;
}
.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: 5px;
}
.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 */
/*.inuser{
	margin: 0 25px;
}*/
#logo a{
	display: inline-block;
	vertical-align: middle
}
.topbsp{
	background-color: #f5f5f5;
	padding: 7px 0;
	color: #000;
}
.topbsp p{
	margin: 0
}
.topbsp li {
	list-style: none;
}
.topbsp li svg {
	fill: #fff;
	margin-right: 10px;
}
#cart button.dropdown-toggle{
	border: none;
	padding: 0;
	background: transparent;
}
#top-links ul li svg,.inuser .dropdown-toggle svg{
	height: 21px;
	width: 21px;
	fill: #000;
	cursor: pointer;
}
.logte {
	font-size: 14px;
    text-transform: capitalize;
    margin: 0;
    transition: 0.3s ease;
    font-weight: 400;
    color: #000;
    display: inline-block !important;
}
.logte1:hover {
	color: #fc9823;
}
.cart_bg {
	display: inline-block;
	background-color: #f5f5f5;
	padding: 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
#top-links ul li #cart svg, #top-links .hphone svg{
	width: 23px;
	height: 23px;
}
#top-links ul li #search_toggle svg{
	width: 19px;
	height: 18px;
}
#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: #fc9823;
}
#top-links .tolin:hover svg {
    fill: #fc9823;
}
#cart-total, .hdis h4, .custsupp {
	color: #000;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
}
#cart-total p {
	margin: 0;
	display: inline-block;
}
#top-links ul li.wishcom svg:hover {
	fill: #fc9823;
}
#cart .dropdown-menu p{
	margin-bottom: 0;
	font-size: 13px;
}

#cart-total span {
	display: inline-block;
}
#logo {
	width: 17%;
}
#top-links {
	padding: 15px 15px;
	width: 18%;
}
.hdis {
    margin-left: 5px;
}
.hdis h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #000;
}
.midheadleft {
	padding: 19px 15px;
}
.midheadleft svg {
	fill: #fc9823;
	margin-right: 10px;
}
.midheadleft a {
	color: #fff;
	text-transform: uppercase;
}
.home-page .hsticky{
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 30px 0 0;
	box-shadow: none;
}
.hsticky{
	padding: 20px 0;
	box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.1);
}
.inuser {
	vertical-align: middle;
	margin: 0 20px;
	height: 40px;
	width: 40px;
	background-color: #f5f5f5;
	border-radius: 50%;
	padding: 8px !important;
	text-align: center;
}
.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: 400;
	font-size: 14px;
}
.hphone{
	margin: 0 20px;
}
/* user dropdowm */
.alogin li {
    /*border-bottom: 1px solid #eee;*/
    padding: 10px 0;
    text-transform: capitalize;
}
.alogin .langcdrop li {
    padding: 0;
    border: none;
}
.alogin svg {
    margin: 0 7px;
    width: 14px;
    height: 13px;
}
/*.alogin li:last-child{
	border-bottom: none;
}*/
#top-links ul.alogin li svg{
	margin: 0 5px 0 0;
	/*fill: #fc9823;*/
	width: 15px;
	height: 15px;
}
.alogin {
    min-width: 215px;
    padding: 0 10px 10px;
}
.hlogout {
    text-align: center;
    padding: 15px;
	max-width: 260px;
	border: none;
    border-radius: 5px;
}
.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: 3px;
    display: inline-block;
    padding: 7px 0;
    margin-top: 10px;
    width: 47%;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}
.user-down.dropdown-menu &gt; li &gt; a:focus,.user-down.dropdown-menu &gt; li &gt; a:hover{
	color: #fc9823;
}
.user-down.dropdown-menu &gt; li &gt; a:hover svg {
	fill: #fc9823;
}
.user-down.dropdown-menu &gt; li &gt; a{
	padding: 0;
	text-transform: capitalize;
}
.home-page .homemenu {
	border-bottom: none;
}
.homemenu {
	border-bottom: 1px solid #e1e1e1;
}
.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 &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover{
	background-color: transparent;
}
#menu .fa.pull-right {
    margin: 2px 3px;
}
#menu .navbar-nav &gt; li &gt; a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .4px;
    font-weight: 600;
    padding: 0;
	margin: 0;
	position: relative;
	color: #000;
	background-color: transparent;
}
#menu .fa.fa-angle-down {
    margin: 0 0 0 5px;
}
#menu .navbar-nav li a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #fc9823;
    transition: all 500ms ease 0s;
}
#menu .navbar-nav li a:hover::before {
    width: 40%;
}
#menu .navbar-nav .dropdown-menu li a::before, #menu .navbar-nav .more-menu.sub-menu li a::before {
	display: none;
}
.navbar-nav{
	float: none;
}
.menu-part {
    background-color: #232b35;
    padding: 7px 0;
}
/* slider */
.owl-carousel.owl-theme .owl-controls{
	margin-top: 0
}
.owl-carousel .owl-wrapper-outer{
	box-shadow: none;
	border: none;
	border-radius: 0
}
.owl-theme.owl-carousel{
	background-color: transparent;
	margin: 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: #fc9823;
	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: #fc9823;
}
#testi.owl-theme .owl-controls .owl-page.active span {
	background-color: #fc9823;
    width: 30px;
}
#testi.owl-theme .owl-controls .owl-page span {
    background-color: #cccbca;
}
#testi.owl-theme .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
}
#testi.owl-carousel.owl-theme .owl-controls .owl-page span {
	margin: 0;
}


.s-panel .slick-current.slick-active .slideff {
    transform: none;
    opacity: 1;
}
.slideff {
    position: relative;
    overflow: hidden;
    transform: translateX(-100px);
    opacity: 0;
    transition: opacity 0.5s 0.7s,-webkit-transform 0.5s 0.7s;
}
.slidertext {
    position: absolute;
	top: -440px;
	left: 30px;
	width: 800px;
}
.slidertext h3 {
	font-size: 20px;
	text-transform: capitalize;
	color: #6c6c6c;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
}
.slidertext h1{
    font-size: 50px;
    text-transform: capitalize;
    color: #fc9823;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
	font-family: 'Rubik', sans-serif;
}
.slidertext p {
    font-size: 15px;
    color: #777;
    margin: 0;
    text-transform: capitalize;
    line-height: 24px;
}
.slidertext a.btn-primary{
    margin-top: 50px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 12px 36px;
}
/* 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: 0;
}
.homeaddq .cartb:hover {
	color: #fc9823;
}
.pro-content .form-group .btn.pcrt.btn-primary p {
	display: none;
}
.product-thumb:hover .homeaddq .cartb {
	opacity: 1;
	transform: unset;
}
/* banner text */
.beffect{
	position: relative
}
/* timer */
.timer_img{
    background: url('/419146-svetik.jpg');
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	margin: 0 -15px;
}
.timerpro .image, .category-tab .image{
	padding: 0;
	border-right: 1px solid #eee;
}
.timerpro .product-thumb .button-group {
	position: unset;
	opacity: 1;
	margin-top: 11px;
}
.timerpro .product-thumb .button-group button,.timerpro .bquickv a{
	padding: 7px 7px;
	display: inline-block;
	margin-top: 0;
	border: 1px solid #eee;
	background-color: #fff;
	text-transform: uppercase;
}
.timerpro .product-thumb .button-group button:hover, .timerpro .bquickv a:hover {
	border: 1px solid #fc9823;
}
/*.timerpro .product-thumb .button-group button:hover{
	color: #fff
}*/
.countdown-section {
    display: inline-block;
	text-align: center;
	position: relative;
	transition: 0.3s ease;
	margin-right: 20px;
}
.countdown-section:last-child {
	margin-right: 0;
}
.countdown-amount {
	font-weight: 600;
	font-size: 20px;
	color: #fc9823;
	display: inline-block;
	position: relative;
	background: #f5f5f5;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	padding: 16px 0;
}
.countdown-period {
    text-transform: uppercase;
	font-size: 12px;
	color: #000;
	text-align: center;
	display: block;
	margin-top: 5px;
}
.timerpro .countdes{
	color: #888;
	margin-bottom: 15px;
	margin-top: 0;
	height: 40px;
	overflow: hidden;
}
.dealt {
    font-size: 18px;
    margin: 0 0 9px 0;
    font-weight: normal;
}
.dealt span {
    color: #6d6d6d;
}
.rating {
	margin-bottom: 8px;
}
.timerpro .rating {
	margin-bottom: 12px;
}
#cattab .rating {
	margin-bottom: 12px;
}
.timerpro .product-thumb{
	float: left;
	width: 100%;
	padding: 0;
}
.timerpro #onsale .product-thumb {
	margin-bottom: 7px;
}
.timerpro .product-thumb .caption {
	padding: 25px 35px;
}
.timerpro .product-thumb .price {
	width: 100%;
	position: unset;
	font-size: 18px;
	margin: 0;
}
.timerpro .product-thumb:hover .price{
	opacity: 1;
}
/*.timerpro .product-thumb .caption .rating, #cattab .product-thumb .caption .rating{
	float: none;
}*/
/* .timerpro .product-thumb:hover {
	border: 1px solid #fc9823;
} */
/* product */
/*.borbutt {
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}
.borbutt h1::before {
    align-items: center;
    text-align: center;
    width: 80px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    top: 34px;
    margin: 0 auto;
    right: 0;
    background-color: #fc9823;
    transition: 0.5s ease;
}
.tab-head {
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}*/
.heading{
	text-transform: capitalize;
	font-weight: normal;
	position: relative;
	margin: 0 0 40px 0;
	font-size: 14px;
}
.heading span{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 35px;
	font-weight: 700;
}
.timerpro .heading {
	margin: 20% 0;
}
.timerpro .heading span {
	color: #fff;
}
.heading strong{
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	margin: 25px 0 0 0;
	color: #fff;
	opacity: .6;
	width: 90%;
	line-height: 1.5;
}
.nav-tabs &gt; li{
	display: inline-block;
	float: none;
	margin-bottom: 0
}
.nav-tabs{
	border-bottom: none
}
.tab-head .heading h1{
	margin: 0;
}
/*.pro-tab.nav-tabs{
	margin-bottom: 0;
}*/
.pro-tab li {
    margin: 0 20px;
}
.pro-tab li a{
	border-radius: 50px;
	color: #000;
	background-color: #f5f5f5;
	text-transform: capitalize;
	border: none;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	padding: 10px 15px;
	letter-spacing: 0.8px;
}
.pro-tab li.active &gt; a,.pro-tab li.active &gt; a:focus,.pro-tab li.active &gt; a:hover,.pro-tab.nav-tabs &gt; li &gt; a:hover,
.pro-tab.nav &gt; li &gt; a:focus,.pro-tab.nav &gt; li &gt; a:hover{
	color: #fff;
	background-color: #fc9823;
	border: none;
}
.product-thumb:hover .second-img {
    opacity: 1;
}
.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.sale{
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0 auto;
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 11px;
	border: none;
	color: #000;
	border-radius: 4px;
}
.reduce-price {
    position: absolute;
	left: 10px;
	top: 35px;
	margin: 0 auto;
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 11px;
	border: none;
	background: #ffa800;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
}
.new{
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0 auto;
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 11px;
	border: none;
	color: #f6ab4a;
	border-radius: 4px;
}
.product-thumb{
	position: relative
}
.product-thumb .image{
	position: relative;
}
#onsale .product-thumb .image {
	padding: 0;
}
#onsale .product-thumb .caption {
	padding: 20px 15px;
}
#onsale .product-thumb .caption .rating {
	margin-top: 0;
}
.product-thumb .image img{
	border-radius: 0;
}
.product-thumb .caption {
	padding: 0 30px;
}
.bran {
	color: #6c6c6c;
    margin: 0 0 5px;
}
.hr_product {
	margin: 10px 0;
}
.pro-wid {
    max-width: 1250px;
    margin: 0 auto;
}
.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;
}
#count .protitle {
	font-size: 18px;
	padding-bottom: 12px;
}
.protitle a {
	color: #000;
}
.blog_webi .blog-right h4 a {
	color: #fff;
}
.blog_webi .blog-right h4:hover a {
	color: #fc9823;
}
.protitle:hover,.protitle:hover a{
	color: #fc9823;
}
.product-thumb .price {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease;
    letter-spacing: 0;
    min-height: 21px;
    margin-bottom: 10px;
    opacity: 1;
}
.product-thumb:hover .price {
	opacity: 0;
}
.product-list .protitle, .product-list .product-thumb .price {
	font-size: 18px;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
}
.product-thumb .image .rating{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0;

}
/* button effect */
.product-thumb .button-group svg{
	width: 20px;height: 19px;
}
.product-thumb .button-group .bquickv{
	display: inline-block;vertical-align: middle
}
.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: #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: 5px;
	margin: 0 5px;
}
#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: #fc9823;
	transition: all .5s ease;
}
.product-list .product-thumb .button-group button, .product-list .bquickv a {
	background-color: #f5f5f5;
}
.product-thumb .button-group button:hover,.bquickv a:hover{
	background-color: #fc9823;
}
.product-thumb .button-group button:hover svg,.bquickv a:hover svg, .product-thumb .button-group button:hover span{
	fill: #fff;
	color: #fff;
}
.product-thumb{
	position: relative;
	overflow: hidden;
	transition: 0.3s ease;
	background-color: #fff;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	margin-bottom: 1px;
}
#onsale .product-layout {
	margin-bottom: 30px;
}
#onsale .product-layout:last-child {
	margin-bottom: 0;	
}
/* service */
.deliveryinfo{
    cursor: crosshair;
}

.deliveryinfo [class*="col-"]::after {
    content: '';
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: #e4e4e4;
}
.deliveryinfo [class*="col-"]:last-child::after {
	display: none;
}
.deliveryinfo li:last-child {
    width: 70%;
	margin: 0 auto;
}
.deliveryinfo li span {
    background-color: #f5f5f5;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    padding: 17px;
    text-align: center;
    margin-bottom: 15px;
    transition: 0.3s ease;
    -moz-transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	transition: all 700ms ease-in-out 0s;
}
.deliveryinfo li h4{
	font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 12px 0;
}
.deliveryinfo li p{
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 14px;
    color: #777;
}
.deliveryinfo ul svg{
    width: 35px;
    height: 35px;
}
.deliveryinfo ul:hover span {
    background-color: #fc9823;
    fill: #fff;
    transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}
/*.deliveryinfo ul:hover h4 {
    color: #fc9823;transition: 0.3s ease;
}*/
/* onsale */
.onsl{
    /*background: url('../../../../../image/catalog/parallex.jpg');
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;*/
	padding: 50px 0;
	margin: 0 -15px;
}
/*.onsalpro {
	padding: 0;
}*/
#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
}
#onsale .product-thumb:hover .price{
	opacity: 0;
}
.onsl .product-thumb .button-group{
	position: unset;
	opacity: 1;
	margin-top: 10px;
}
/* category */
.home_category {
	margin-left: -15px;
	margin-right: -15px;
	background-image: url('../../../../../image/catalog/Srevice-line.png');
	background-position: 0 135px;
	background-repeat: no-repeat;
}
.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(n), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(6) {
	margin-top: 15px;
}
.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(2), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(7) {
	margin-top: 50px;
}
.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(3), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(8) {
	margin-top: 70px;
}
.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(4), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(9) {
	margin-top: 37px;
}
.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(5), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(10) {
	margin-top: 0;
}
.categorybr {
    overflow: hidden;
}
/* .categorybr .cat-bor {
	margin: 0 57px;
	border: 1px dashed #fc9823;
	border-radius: 50%;
} */
.categorybr .cateimg {
	/* border-radius: 50%;
	transition: 0.3s ease;
	background-color: #fff;
	min-width: 130px;
	min-height: 130px;
	display: flex;
	align-items: center; */
	display: block;
	border-radius: 100%;
	transition: .3s ease;
	background-color: #fff;
	width: 130px;
	height: 130px;
	display: grid;
	align-items: center;
	border: 1.9px dashed #fc9823;
	margin-left: auto;
	margin-right: auto;
}
.categorybr .cateimg img {
	border-radius: 50%;
}
.homecategory .catcontent {
    padding-top: 20px;
	position: relative;
}
/* .categorybr:hover .cat-bor {
	animation-name: swing;
	animation-duration: 500ms;
} */
.categorybr:hover .cateimg {
	background-color: #fc9823;
	border-color: #fc9823;
	animation-name: swing;
	animation-duration: 500ms;
}
.categorybr:hover .cateimg img {
	filter:brightness(500%);
}
.homecategory .catcontent h2{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	margin: 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homecategory .catcontent h6{
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin: 6px 0 0 0;
}
.homecategory .catcontent h4{
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	opacity: 0;
	position: absolute;
	color: #fc9823;
	transition: 0.3s ease;
}
.homecategory .catcontent h4 {
	fill: #fc9823;
}
.block-cat-wr:hover .catcontent h4 {
	opacity: 1;
}
.categorybr a{
	display: block
}
.category-tab button.catb {
	display: none;
}
/* image text */
/*.imgbnrtext {
    margin-top: 70px;
}*/
.imgbnrtext h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin: 0;
}
.imgbnrtext h1 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 5px 0 20px 0;
}
.imgbnrtext p {
    margin: 0;
    letter-spacing: 0.5px;
    color: #777;
    line-height: 24px;
}
.imgbnrtext .btn-primary {
    border: 1px solid #fc9823;
    background: #fff;
    color: #fc9823;
    padding: 10px 25px;
    margin-top: 40px;
}
.imgbnrtext .btn-primary:hover {
    background-color: #fc9823;
    color: #fff;
}
/* product category */
.category-tab .tab-content &gt; .tab-pane:not(.active), .category-tab .pill-content &gt; .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.home-cat {
	position: relative;
	padding: 0 15px;
}
.home-cat .nav-tabs {
    /*border: 1px solid #eee;*/
    /*border-radius: 0;*/
    margin-bottom: 20px;
    background-color: #fff;
    margin-right: -15px;
    margin-left: -15px;
	padding: 0;
}
.home-cat ul li {
    padding: 0;
}

.home-cat ul.nav-tabs li a {
    display: block;
    padding: 20px 0;
    text-transform: capitalize;
    color: #616161;
    border: 1px solid #eee;
    border-radius: 0;
    line-height: normal;
    margin: 0 5px 10px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}
.home-cat ul.nav-tabs li.active a,.home-cat ul.nav-tabs li a:hover{
	color: #000;
	border: 1px solid #fc9823;
    cursor: pointer;
}
#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: -1px;
    clip-path: polygon(50% 70%, 0 0, 100% 0);
    height: 11px;
    width: 11px;
    background: #ed0013;
}
.wr_hide_menu {
    display: block;
    margin: 0;
}
.wr_hide_menu:last-child {
    border-bottom: none;
}
/*.wr_hide_menu a {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    background-color: #fc9823;
    padding: 10px;
    border-radius: 0;
}
.wr_hide_menu a:hover {
    background-color: #579418;
}*/
.home-cat ul.nav-tabs li.view_more a,.home-cat ul.nav-tabs li.view_more.active a,.home-cat ul.nav-tabs li.view_more a:hover{
	border-bottom: transparent
}
.category-tab .tab-content &gt; .tab-pane:not(.active), .category-tab .pill-content &gt; .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
/* testimonial */
#testi {
    /*border-radius: 5px;
	padding: 20px 0;*/
}
#testi .item {
    margin: 0 auto;
}
.text-p {
	background-color: #f5f5f5;
    border-radius: 5px;
	padding: 35px 0;
	margin-bottom: 10px;
}
#testi .item svg {
    fill: #fc9823;
    position: absolute;
    top: 25px;
	margin-left: 13px;
}
.parallex .item .timg{
	border: 1px solid #32656a;
	margin-bottom: 10px;
	z-index: 9;
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.parallex .item h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fc9823;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.parallex .item h5 {
    font-size: 14px;
    text-transform: capitalize;
    color: #777;
    vertical-align: middle;
    font-weight: normal;
    margin: 0
}
.parallex .item p {
    margin-top: 15px;
    line-height: 26px;
    font-weight: normal;
    margin: 10px 15px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.parallex .owl-pagination{
	top: auto;
}
/* video */
.video-bg {
    background: url('../../../../../image/catalog/vimg.jpg');
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    padding: 243px 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;
	box-shadow: 0px 0 15px 10px rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	transition-duration: 1s;
}
.play-video svg:hover {
	transform: rotate(360deg);
    transition-duration: 1s;
}
/* video */
/* blog */
/*.blogshadow{
	box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
	margin: 10px 0;
}*/
.bs {
    position: absolute;
	bottom: 36px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	margin: 0 15px;
	border-radius: 0 0 5px 5px;
}
.bs i {
	font-size: 18px;
}
.bs span {
	color: #646464;
}
.bs h5 {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px 0;
	color: #32656a;
}
.blog-left{
	position: relative
}
.testimg img {
	width: 18%;
	display: inline-block;
	margin-right: 5px;
}
.testimg span {
	color: #fc9823;
}
.datime {
	display: inline-block;
}
.datime i{
	color: #000;
    font-size: 8px;
    vertical-align: text-top;
    padding: 3px 15px;
}
.blogdt{
	color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding: 5px 0;
}
.blog_webi .blog-right h4{
	font-size: 20px;
	text-transform: capitalize;
	line-height: 28px;
	padding: 0;
	font-weight: 500;
	overflow: hidden;
	margin: 0;
}
.blog_webi .blog-right p {
	color: #4c4c4c;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
}
.blog-right {
	top: 35px;
}
.blog_webi .blog-right h4:hover{
	color: #fc9823
}
/*.blog_webi .blog-right{
	padding: 0px 30px;
}*/
.view-blog .read-more a {
	padding: 10px;
	position: relative;
	top: 20px;
	background: #fc9823;
	color: #fff;
	text-transform: capitalize;
}
.view-blog .read-more a:hover {
	background: #000;
}
.lb-nav a{
	transition: none
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.9,0.9);
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
/*.home-page .webi-blog-image {
	margin-top: 10px;
}*/
.webi-blog-image {
    position: relative;
    margin-bottom: 0;
}
.date-time {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    background-color: #fc9823;
    border-radius: 5px;
    padding: 5px 15px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.webi-blog-image img{
	border-radius: 5px;
}
.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: 50%;
	transform: translate(-50%, -50%);
	padding: 12px 12px;
	display: inline-block;
	line-height: 0px;
	background: #fc9823;
	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 h5{
	font-weight: 400;
    font-size: 18px;
	margin: 0;
	line-height: 23px;
}
.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;
	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.webi-newsletter {
	background-color: #3c3c38;
    padding: 23px 15px;
    border-radius: 5px;
}*/
.newsl #newsletter{
	position: relative;
	margin: 0 auto;
	vertical-align: middle;
	border-top: 1px solid #dfdfdf;
	padding: 50px 150px;
}
.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: 10px;
	top: auto;
	margin: 0;
	left: 478px;
	right: 150px;
	border-radius: 5px;
}
.newsl #newsletter input{
	border: none;
	height: 45px;
	border-radius: 5px 0 0 5px;
}
.newsl .form-group{
	position: relative;
	margin: 0
}
.news_text {
	float: left;
}
.news_text h2{
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.news_text h6 {
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	margin: 0 20px 0 0;
	padding: 11px 0;
}
.newsl .description-top{
	color: #999;
	margin-top: 10px;
	text-align: center
}
.fsocial{
	//margin-top: 15px;
	vertical-align: middle;
	padding: 5px 0px;
}
.newsbtn{
	border-radius: 0 5px 5px 0;
	height: 45px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0 20px;
}
.newsbtn:hover{
	background-color: #323232;
}
/* 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: 33px;
    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: #fc9823;
    color: #fff;
    border-radius: 5px;
}
#scroll:hover{
	background-color: #000;
}
#scroll i {
    font-size: 20px;
}
.middle-footer{
	padding: 50px 0;
	/*border-top: 1px solid #4e4e4e;*/
}
footer{
	background: #f5f5f5;
	margin-top: 60px;
}
#logo.foot_logo {
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 15px;
}
.footer_logo {
	height: 155px;
}
.footer_logo li {
	list-style: none;
	width: 75%;
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #575757;
	padding: 0;
}
.fleft {
	list-style: none;
}
.middle-footer .container .row [class*="col-"]::after {
	content: '';
	position: absolute;
	top: 10%;
	right: 0;
	width: 1px;
	height: 80%;
	background-color: #e4e4e4;
}
.middle-footer .container .row [class*="col-"]:last-child::after {
	background-color: transparent;
}
.middle-footer h5 {
    font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 0;
	color: #000;
}
.middle-footer .paym {
	margin: 20px 0;
}
.middle-footer a,.f-left li{
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #575757;
    padding: 0;
}
.middle-footer a:hover{
	color: #fc9823
}
.fborder {
	border-right: 1px solid #dfdfdf;
	padding: 0 30px;
}
.pay-connect {
    margin-bottom: 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: #fc9823;
    margin-right: 10px;
}
.f-left li {
    word-break: break-all;
}
.copy{
	color: #000;
}
.copy a{
	color: #000;
}
/*.copy .foot-payment{
	margin-top: 8px;
}*/
.copy .foot-payment a{
	color: #aaa;
}
.copy .text-left{
	padding: 10px 15px;
}
.copy .foot-payment i{
	font-size: 24px;
	margin: 0 10px;
	color: #808080;
	padding: 20px 0;
}
.copy .foot-payment i:hover{
	color: #fc9823;
}
#contact .foot-payment a i{
	font-size: 24px;
}
#contact .foot-payment li {
	margin-right: 15px;
}
.copy a:hover,.copy .foot-payment a:hover{
	color: #fc9823
}
.fleft .fsocial a{
    line-height: normal;
	min-width: 35px;
	min-height: 35px;
	text-align: center;
	padding-top: 7px;
	display: inline-block;
	background: #fff;
	vertical-align: middle;
	color: #777;
	font-size: 16px;
	margin: 0 2px;
	border-radius: 50%;
}
.fleft .fsocial a:hover{
	background-color: #fc9823;
	color: #fff;
	animation: swing ease-in-out 1s infinite alternate;
	transform-origin: center -20px;
}
.footpay svg {
    width: 40px;
    height: 40px;
}
.footblink li {
	display: inline-block;
}
.footblink li a {
    color: #575757;
    position: relative;
    text-transform: capitalize;
    line-height: 26px;
}
.footblink li a:hover{
	color: #fc9823;
}
.footblink li a::after{
    content: '|';
    color: #575757;
    margin: 0 12px;
}
.footblink li:last-child a::after{
	display: none
}
.footblink {
    padding: 20px 15px;
    border-top: 1px solid #dfdfdf;
}
.footblink ul {
	max-width: 1200px;
	margin: 0 auto;
}
/* carousel button */
.owl-carousel.owl-theme .owl-controls .owl-buttons div{
	position: unset;
	background: #fff;
	fill: #000;
	padding: 3px 0 0 0;
	margin: 40px 3px 0;
	transition: 0.3s ease;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.owl-carousel .owl-buttons div i {
    font-size: 17px !important;
    margin: 0 !important;
}
/*.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #fc9823;
	color: #fff;
}*/
.owl-carousel.owl-theme .owl-buttons{
	/*position: absolute;
    top: -54px;
    right: 15px;
    z-index: 1;
    background-color: #fff;
    padding-left: 30px;*/
}
.owl-carousel.owl-theme .owl-buttons .owl-prev{
	left: 15px;
}
.owl-carousel.owl-theme .owl-buttons .owl-next{
	right: 15px;
}
.owl-theme.owl-carousel .owl-buttons div svg{
    width: 32px;
    height: 27px;
    margin: 0;
    text-shadow: none;
    fill: #000;
    color: #000;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover svg{
	fill: #fc9823;
}
.timerpro .owl-carousel.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	background: transparent;
	margin: 0 3px;
	padding: 0;
}
.timerpro .owl-controls .owl-buttons .owl-prev, .timerpro .owl-controls .owl-buttons .owl-next {
	top: 47.5%;
}
.timerpro .owl-theme.owl-carousel .owl-buttons div svg {
	width: 27px;
    height: 22px;
}
/*#carousel0 {
	border: 1px solid #eeeeee;
	padding: 20px 15px;
	border-radius: 0;
}*/
/* 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: #fc9823;
    border-color: #fc9823;
    z-index: 0;
    color: #fff
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    color: #252525;
    padding: 7px 12px 5px 12px;
}
.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: #fc9823;
    border-color: #fc9823;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi{
	margin: 0;
	background-color: #fff;
	padding: 8px 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pagination &gt; 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: 5px;
	border: 1px solid #eeeeee;
}
/* .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: -1px;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #fc9823;
    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: #fc9823;
    cursor: default;
    background-color: #fff;
    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{
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	font-weight: 400;
}
#tab-specification .table-bordered &gt; thead &gt; tr &gt; td,#tab-specification .table-bordered &gt; tbody &gt; tr &gt; td{
	border: 1px solid #f6f6f6;
}
.pro-content h1 {
	font-size: 20px;
	text-transform: capitalize;
	margin-top: 0;
	font-weight: 400;
}
.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: 5px 0 0 5px;
}
.btnplus {
	border-radius: 0 5px 5px 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: 12px;
    font-weight: normal;
}
.textdeb {
    margin: 0 4px;
    color: #fc9823;
}
.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: #000;
    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: #fc9823;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
	text-transform: capitalize;
}
#tab-description{
	line-height: 22px;
}
.btnup {
    background-color: #000;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none;
    color: #fff;
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .pcrt svg{
	/*fill: #000;*/
	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: 5px;
}
.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-radius: 5px;
	border: 1px solid #eeeeee;
}
.rsep{
	padding: 0 20px;
}
.custreview{
	text-transform: capitalize;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px;
}
#review .custreview:nth-child(1)  {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}
#tab-review #review{
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 5px;
}
#tab-review #review p{
	margin-bottom: 0;
	font-size: 13px;
}
.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: 5px;
}
.cate-top h2{
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
}
.cate-top p{
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	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: 5px;
}
.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: #fc9823;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #000;
}
.select-input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius: 5px;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid,.product-list{
	margin-bottom: 30px;
}
.product-list {
	width: 50%;
	/*padding: 0;*/
}
#product-category .product-list {
	width: 100%;
}
/*.product-grid .product-thumb,.product-list .product-thumb{
	margin-bottom: 0;
}*/
/* .cpagerow{
	margin: 0 -5px;
} */
.product-list .product-thumb {
    float: left;
    width: 100%;
    border: 1px solid #eee;
	transition: none;
}
#product-category .product-list .product-thumb, #product-search .product-list .product-thumb, #product-manufacturer .product-list .product-thumb {
    margin: 0;
}
.product-list .caption {
	margin-top: 15px;
}
.product-list .product-thumb .rating {
	margin-top: 0;
	margin-bottom: 10px;
}
.product-list .product-thumb .button-group{
	position: unset;
	opacity: 1;
	text-align: left;
	display: inline-block;
}
.product-list .homeaddq{
	display: inline-block;
	/*background-color: #f5f5f5;
	border-radius: 5px;
	padding: 8px;
	transition: 0.3s ease;*/
}
.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: 5px;
	margin: 0 5px 0 0;
}
.product-list .homeaddq:hover .cartb {
	background-color: #fc9823;
}
.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 &gt; .panel-heading,.cathed{
	color: #000;
	font-weight: 500;
    background-color: #f7f7f7;
    border: none;
    text-transform: uppercase;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    /*margin-bottom: 10px;*/
}
.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: 5px;
	border-bottom-left-radius: 5px;
}
/* refine search */
.refines{
	margin-bottom: 20px;
}
.refines ul{
	display: inline-block
}
.refines li{
	border-radius: 5px;
	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::after {
    content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	/*background: rgba(255,255,255,0.9) none repeat scroll 0 0;*/
	height: 0;
	transition: all 700ms ease-in-out 0s;
	width: 100%;
}
.beffect:hover a::after {
    opacity: 0;
	height: 85%;
	background: rgba(0,0,0,.50);
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    height: 100%;
    width: 100%;
}
.beffect img{
	border-radius: 5px;
}
.bannerser .beffect img{
	border-radius: 0;
}
.imgbnr .bann .beffect:first-child {
	margin-bottom: 30px;
}
/* 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: 5px;
}
.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: #fc9823
}
.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;
	/*margin-bottom: 60px;*/
}
.parallex {
	/*margin-top: 16px;
	margin-bottom: 16px;*/
}
/*.martb1 {
	margin-top: 60px;
	margin-bottom: 0;
}*/
#checkout-cart .table-bordered &gt; thead &gt; tr &gt; td {
    background: #f5f5f5;
}
#checkout-cart .table-bordered &gt; tbody &gt; tr &gt; td:nth-child(2) {
    font-weight: 500;
}
.product-quickview-detail .swiper-viewport{
	margin: 0
}
.product-quickview-detail {
    width: 100%;
    background-color: #fff;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	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;
    margin-bottom: 20px;
}
#checkout-checkout .infobg [class*="col-"] h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
}
.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.infocnt i{
	font-size: 16px;
	vertical-align: bottom
}
.infocnt{
	margin-bottom: 20px;
}
.table-bordered,.table-bordered &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 #eee;
}
/*.panel-group .panel,.panel-heading{
	border-radius: 0;
}*/
#accordion .panel-default {
    border: 1px solid #eee;
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
}
.subheading, .acpage h1, .not-found-head {
    /*border-bottom: 1px solid #eee;*/
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    /*padding: 10px 0;*/
}
.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: 5px;
}
.well {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
    padding: 0 15px 15px 15px;
}
.well p{
	font-size: 12px;
}
.well p strong{
	font-size: 13px;
}
.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: 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: 5px;
	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: 5px;
    margin: 0 0 6px 0;
    padding: 5px 8px;
}
.brand-list {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    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: 5px;
    margin-bottom: 30px;
}
#account-account.acpage #content[class*="col-"] span:first-child{
	border-right: 1px solid #eee;
	padding-right: 25px;
	margin-right: 25px;
}
#account-account.acpage #content[class*="col-"] span:last-child{
	font-size: 16px;
	font-weight: 500;
}
#account-account.acpage #content[class*="col-"] span:last-child span{
	font-size: 14px;
	font-weight: 400;
	color: #bcbcbc;
	margin-top: 6px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}
#account-account.acpage #content[class*="col-"] span svg{
	fill: #fc9823;
}
#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: #fc9823;
}
.accolumn{
	/* box-shadow: 0 2px 4px 0 rgba(0,0,0,.09); */
	box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
	border-radius: 5px;
	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: #fc9823;
	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){
	/*.homecategory .block-cat-wr:hover .catcontent{
		right: 30px;
	}*/
	/*.product-list .product-thumb .rating {
	    bottom: 8px;
	}*/
	/*.product-list .caption{
		padding: 15px 8px;
	}*/
	/*.pro-tab.nav-tabs{
		position: relative;
		padding-right: 70px;
	}*/
	.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{
		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: 1920px){
	.madebyhand-dis {
	    padding: 15px;
	}
	/*.slidertext {
		margin: 0px 140px 0 530px;
	}*/
	.timerpro #onsale .product-thumb {
	    margin-bottom: 16px;
	}
	.slidertext a.btn-primary {
		padding: 12px 36px 10px;
	}
	#onsale .product-thumb .button-group button {
		left: 0;
	}
	#onsale .product-thumb .caption {
	    padding: 28px 8px;
	}
	.timerpro .countdes {
	    height: 60px;
	}
}
@media (min-width: 1410px){
	/*.timerpro .image {
		width: 47%;
	}
	.timerpro .product-thumb .caption {
		width: 53%;
	}*/
	.head-menu {
    	width: 65%;
    	padding: 2px 0;
	}
	.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%;
	}
	#menu .navbar-nav &gt; li a {
	    padding: 10px 22px;
	}
	/*.manucom .product-grid{
		width: 20%;
	}*/
}
@media (max-width: 1409px){
	.hsticky{
		margin: 0 0px;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	.onsl,.martb{
		margin-top: 40px;
		/*margin-bottom: 40px;*/
	}
	.heading {
		margin: 0 0 30px 0;
	}
	.owl-carousel.owl-theme .owl-controls .owl-buttons div {
		margin: 20px 3px 0;
	}
	#onsale .product-thumb .button-group button {
		left: 8px;
	}
	#onsale .product-thumb .caption {
		padding: 16px 15px;
	}
	.madebyhand-dis {
	    padding: 5px 15px;
	}
	.madebyhand-dis h4 {
	    margin-bottom: 2px;
	}
	.madebyhand-dis .list-des {
	    margin: 0 0 2px 0;
	    max-height: 30px;
	    line-height: 15px;
	}
	#logo {
	    width: 20%;
	}
	#top-links {
	    width: 20%;
	}
	.head-menu{
		width: 60%;
		padding: 0;
	}
	.manun{
		width: 78%;
		padding: 15px;
	}
	.midheadleft {
		width: 23%;
	}
	.cate {
		padding: 4px 13px;
	}
	.inuser {
		margin: 0 15px;
	}
	.manun ul li {
	    margin: 0px 12px;
	}
	#menu .navbar-nav &gt; li a {
	    padding: 12px 12px;
	}
	.imgbnrtext{
		margin-top: 40px;
	}
	.imgbnr .bann .beffect:first-child {
	    margin-bottom: 25px;
	}
	.video-bg {
		padding: 142px 0;
	}
	.home_category {
		background-position: 0 110px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(n), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(6) {
	    margin-top: 5px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(2), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(7) {
	    margin-top: 25px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(3), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(8) {
	    margin-top: 35px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(4), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(9) {
	    margin-top: 45px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(5), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(10) {
	    margin-top: 0;
	}
	/* .categorybr .cateimg {
		min-width: 146px;
		min-height: 146px;
	} */
	.timerpro .product-thumb .caption {
	    padding: 10px 20px;
	}
	.timerpro .heading {
	    margin: 18% 0;
	}
	.onsl .product-thumb .button-group button,.onsl .bquickv a{
		margin: 0
	}
	.slidertext{
	    top: -310px;
	    width: 560px;
	}
	.slidertext h3 {
		font-size: 14px;
	}
	.slidertext h1 {
		font-size: 36px;
	}
	.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
	}
	.product-grid{
		width: 33.33%;
	}
	.manucom .product-grid{
		width: 25%;
	}
	.manucom .product-list .image{
		width: 35%;
	}
	.manucom .product-list .caption{
		width: 65%;
	}
	.deliveryinfo li h4 {
		font-size: 15px;
		margin: 0 0 5px 0;
	}
	.list-group a{
		font-size: 13px;letter-spacing: 0
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.countdown-amount{
		font-size: 16px;
	}
	.countdown-section{
		margin-right: 5px;
	}
	.product-thumb .button-group svg {
	    width: 15px;
	    height: 15px;
	}
	.product-thumb .button-group .bquickv svg {
    	width: 13px;
    	height: 13px;
	}
	.timerpro .product-thumb .button-group button, .timerpro .bquickv a {
		padding: 5px 3px;
	}
	.parallex .item p {
	    margin-top: 5px;
    	-webkit-line-clamp: 2;
    	line-height: 19px;
	}
	.dealt {
		margin: 0 0 8px 0;
	}
	.timerpro .product-thumb .button-group {
		margin-top: 10px;
	}
	.bs {
		bottom: 15px;
	}
	.middle-footer h5 {
		font-size: 15px;
	}
	.accolumn h3 {
		font-size: 15px;
	}
	.blog-right {
	    top: 15px;
	}
	.fborder {
		padding: 0 20px;
	}
	.storeinfo {
		padding-left: 20px;
	}
	.footblink ul {
		max-width: 1100px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.onsl,.martb{
		margin-top: 40px;
		/*margin-bottom: 40px;*/
	}
	.home-page .hsticky {
		padding: 20px 0 0;
	}
	.owl-carousel.owl-theme .owl-controls .owl-buttons div {
		margin: 20px 3px 0;
	}
	#account-wishlist tr td{
		white-space: nowrap;
	}
	#logo {
	    width: 20%;
	}
	.appesearch {
	    width: 50%;
	}
	#top-links {
	    width: 26%;
	}
	#search .input-lg {
		border-radius: 0;
	}
	.madebyhand-search-result .product-info {
		width: 35%;
	}
	.madebyhand-dis {
	    padding: 10px 15px;
	    width: 65%;
	}
	.head-menu {
    	width: 54%;
	}
	.manun{
		width: 77%;
		padding: 14px 15px;
	}
	.midheadleft {
		width: 20%;
		padding: 19px 15px;
	}
	.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, .nav-tabs {
		margin: 0 0 20px 0;
	}
	#menu .navbar-nav &gt; li &gt; a {
		font-size: 12px;
		padding: 12px;
		font-weight: 500;
	}
	#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;
	}
	.imgbnrtext{
		margin-top: 0
	}
	.imgbnrtext .btn-primary{
		margin-top: 20px;
	}
	.onsl .product-thumb .button-group{
		display: none;
	}
	/*.midheadleft, #top-links{
		margin-top: 15px;
	}*/
	/*.manucom .product-grid {
	    width: 25%;
	}*/
	.product-grid, .product-list{
		margin-bottom: 20px;  
	}
	.slidertext h1{
		font-size: 30px;
	}
	.slidertext h3 {
		font-size: 14px;
	}
	.slidertext p {
		height: 70px;
		overflow: hidden;
	}
	.slidertext a.btn-primary {
		margin-top: 20px;
	}
	.slidertext{
	    top: -280px;
	    width: 450px;
	    left: 15px;
	}
	.deliveryinfo li h4{
		font-size: 16px;letter-spacing: 0
	}
	.deliveryinfo li:last-child {
		width: 80%;
	}
	.imgbnr .bann .beffect:first-child {
	    margin-bottom: 20px;
	}
	.video-bg {
		padding: 112px 0;
	}
	.catedes {
	    -webkit-line-clamp: 6;
	}
	/* .categorybr .cateimg {
		min-width: 95px;
		min-height: 95px;
	} */
	.home_category {
		background-position: 0 90px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(n), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(6) {
	    margin-top: 15px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(2), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(7) {
	    margin-top: 20px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(3), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(8) {
	    margin-top: 35px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(4), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(9) {
	    margin-top: 55px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(5), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(10) {
	    margin-top: 0;
	}
	.countdown-amount{
		font-size: 16px;letter-spacing: 0
	}
	.middle-footer a, .f-left li,.newsl #newsletter .newsbtn{
		letter-spacing: 0;
		font-size: 13px;
	}
	#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;
	}
	.middle-footer h5 {
		font-size: 15px;
		text-transform: capitalize;
		letter-spacing: 0;
	}
	/*#menu .navbar-nav &gt; li &gt; a{
		font-size: 15px;letter-spacing: 0;
	}*/
	/*button.cartb.add-to-cart {
		padding: 7px 5px;
	}*/
	.tab-content .product-thumb .button-group .cartb svg, .spepro .product-thumb .button-group .cartb svg,
	#related .product-thumb .button-group .cartb svg, #product-category .product-thumb .button-group .cartb svg {
		display: inline-block;
	}
	.tab-content .product-thumb .button-group .cartb span, .spepro .product-thumb .button-group .cartb span,
	#related .product-thumb .button-group .cartb span, #product-category .product-thumb .button-group .cartb span {
		display: none;
	}
	.cate {
    	padding: 4px 5px;
	}
	.product-list .caption {
	    margin-top: 8px;
	}
	.product-list .image {
	    width: 45%;
	}
	.product-list .caption {
	    width: 55%;
	}
	.product-list .caption .rating {
		margin-top: 0;
	}
	/*#menu .collapse .nav li {
	    padding: 0 10px;
	}*/
	/*.timerpro .image {
		width: 35%;
	}
	.timerpro .product-thumb .caption {
		padding: 28px 15px;
		width: 65%;
	}*/
	.text-p {
		padding: 20px 0;
	}
	#testi .item svg {
		top: 15px;
	}
	.parallex .item .timg {
	    margin-bottom: 5px;
	}
	.parallex .item p {
	    margin: 5px 15px 0 15px;
	    -webkit-line-clamp: 2;
		line-height: 20px;
	}
	.parallex .item h2 {
		margin: 0 0 5px 0;
		font-size: 14px;
	}
	.proreview {
		margin: 0px 17px;
    	padding: 0 17px;
	}
	.timerpro .heading {
	    margin: 13% 0;
	}
	.timerpro .product-thumb .caption {
	    padding: 9px 24px;
	}
	.timerpro .rating {
	    margin-bottom: 3px;
	}
	#count .protitle {
	    padding-bottom: 3px;
	}
	#count hr {
	    margin-top: 6px;
	    margin-bottom: 6px;
	}
	.timerpro .countdes {
		margin-bottom: 6px;
	}
	#onsale .product-thumb .caption {
	    padding: 4px 8px;
	}
	#onsale .product-layout {
	    margin-bottom: 15px;
	}
	#onsale.owl-carousel.owl-theme .owl-controls .owl-buttons div {
	    margin: 15px 3px 0;
	}
	#onsale .product-thumb .button-group button {
		top: 10px !important;
		left: 0;
	}
	.pay-connect img {
        max-width: 85px;
    }
    .newsl #newsletter {
		padding: 50px 100px;
	}
    .newsl .alert {
    	left: 427px;
		right: 100px;
    }
    .newsl h2 {
    	margin: 9px 15px 9px 0;
		text-transform: capitalize;
    }
    #contact .foot-payment li {
	    margin-right: 15px;
	}
	.allmb .blog-desc {
	    height: 95px;
	}
	.blog-right {
	    top: 4px;
	}
	.blog_webi .blog-right p {
		-webkit-line-clamp: 2;
	}
	.fborder {
		padding: 0 15px;
	}
	.storeinfo {
	    padding-left: 15px;
	}
	.f-left svg {
		margin-right: 5px;
		width: 15px;
		height: 15px;
	}
	.bs {
		bottom: 5px;
	}
}
@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 .button-group{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 55%;
		opacity: 0;
		transition: 0.3s ease-in-out
	}
	#onsale .product-thumb .button-group button {
		top: 11px;
	}
	.product-thumb:hover .button-group{
		
		opacity: 1;
	}
	.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 {
	    border-radius: 5px;
	}
/*	#menu .dropdown:hover .dropdown-menu {
	    display: block;
	    
	    opacity: 1;
	    filter: alpha(opacity=100);
	}*/
	.navbar .navbar-header button.btn-navbar.navbar-toggle {
    margin-top: 25px;
    margin-left: 20px;
}
.navbar .navbar-header button.btn-navbar.navbar-toggle i.fa.fa-bars {
    font-size: 22px;
}
/*	#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: 5px;
	    border-bottom: 2px solid #fc9823;
	}*/
	.more-menu {
	    padding: 10px;
	    position: absolute;
	    left: auto;
	    right: 0;
	    margin: 0;
	    border-radius: 5px;
	    border: none;
	    box-shadow: 0 0px 5px rgba(0,0,0,.175);
	    min-width: 230px;
	    border-bottom: 2px solid #fc9823;
	    background: #fff;
	    z-index: 9;
	    opacity: 0;
	    display: inline-block;
	    transition: all 0.35s ease-out 0s;
	    text-align: left;
	    line-height: 28px;
	}
	.view_cat_menu:hover .more-menu {
	    opacity: 1;
	    visibility: visible;
	}
	.homeaddq .cartb svg, .product-list .homeaddq .cartb span {
		display: none;
	}
	.product-list .homeaddq .cartb svg {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.cate {
    	padding: 4px 9px;
	}
	.manun li a{
		text-transform: capitalize;
	}
	.manun ul li {
    	margin: 0px 8px;
	}
	.appesearch {
		width: 58%;
	}
	#logo {
		width: 22%;
	}
	#madebyhand-search-category {
		display: none;
	}
	#search .btn-lg {
		padding: 10px 30px;
	}
	.main_container .row {
		margin: 0;
	}
	#top-links .hphone svg {
		height: 33px;
		width: 33px;
	}
	.madebyhand-search-result .product-info {
		width: 35%;
	}
	.madebyhand-dis {
	    padding: 10px 15px;
	    width: 65%;
	}
	.head-menu {
    	width: 35%;
	}
	.manun{
		width: 65%;
		padding: 15px 0;
	}
	.manun ul li {
	    margin: 0px 7px;
	}
	#account-wishlist tr td{
		white-space: nowrap;
	}
	.imgbnr .bann .beffect:first-child {
	    margin-bottom: 15px;
	}
	.imgbnrtext h1 {
	    font-size: 24px;
	    margin: 4px 0 5px 0;
	}
	.imgbnrtext p{
		font-size: 13px;letter-spacing: 0
	}
	.imgbnrtext .btn-primary {
	    margin-top: 10px;
	}
	.homecategory .catcontent h2{
		font-size: 18px;
		text-transform: capitalize;
	}
	.midheadleft {
	    width: 8%;
	    padding: 11px 15px;
	}
	.blog_links {
	    margin: 6px 0;
	}
	.allmb .blog-desc{
		margin-bottom: 8px;
		height: 75px;
	}
	.product-list .catlist-des{
		overflow: hidden;
		height: 42px;
	}
	.cpagerow .product-grid {
	    width: 33.33%;
	}
	.home-cat ul.nav-tabs li a{
		padding: 20px 0;
		font-size: 14px;
	}
	/* .categorybr .cateimg {
		min-width: 120px;
		min-height: 120px;
	} */
	.deliveryinfo li span {
		width: 60px;
		height: 60px;
		padding: 15px;
		margin-bottom: 10px;
	}
	.deliveryinfo ul svg {
	    width: 30px;
	    height: 30px;
	}
	.deliveryinfo li:last-child {
		width: 85%;
	}
	.deliveryinfo ul li p{
		font-size: 11px;
	}
	.deliveryinfo ul li h4{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.deliveryinfo ul li p {
	    font-size: 12px;
	}
	.deliveryinfo ul li{
		display: block;
		text-align: center
	}
	.video-bg {
		padding: 94px 0;
	}
	.slidertext{
		top: -215px;
		width: 350px;
		left: 20px;
	}
	.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;
	}
	#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
	}
	#newsletter h2, #newsletter h6 {
		display: none;
	}
	.pay-connect h5 {
	    margin: 10px 0 20px 0;
	}
	/*#onsale .product-thumb .button-group button {
		position: unset;
		padding: 0;
	}*/
	#onsale .product-thumb .caption {
	    padding: 15px 8px;
	}
	#onsale .product-thumb:hover .price {
	    opacity: 1;
	}
	#contact .foot-payment li {
	    margin-right: 5px;
	}
	.pay-connect img {
	    max-width: 85px;
	}
	.timerpro .owl-carousel.owl-theme .owl-buttons .owl-next {
		right: 5px;
	}
	.timerpro .owl-carousel.owl-theme .owl-buttons .owl-prev {
		left: 5px;
	}
	.timerpro .product-thumb .image {
		width: 40%;
	}
	.timerpro .product-thumb .caption {
	    padding: 22px 25px 22px 15px;
	    width: 60%;
	}
	.timerpro #onsale .product-thumb:hover .price, #cattab .product-thumb:hover .price {
		opacity: 1;
	}
	.product-list {
		width: 100%
	}
	.footblink ul {
		max-width: 700px;
	}
	.storeinfo {
	    padding-left: 15px;
	}
	.fborder {
        padding: 0 15px;
	}
}
@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;
	}*/

}
body.active .sidenav {
	    overflow-x: auto;
	    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;
		display: block !important;
	}
	.pull-right {
    
    color: #fff;
}
		#menu .navbar-collapse {
	    display: block;
	    border: none;
	    padding: 0
	}
		.navbar-nav{
		margin: 0;
		float: none;
	}
		#menu .nav li{
		display: block;
		float: none;
	}
		#menu .navbar-nav &gt; li &gt; a{
		padding: 7px 15px;
		margin: 0 !important;
	}
		#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
		#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-top: 0;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .see-all {
		display: inline-block;
		letter-spacing: 0;
		margin: 0;
		padding: 0 25px !important;
		font-weight: 500;
	}
		#menu div.dropdown-inner &gt; ul.list-unstyled {
		display: block;
	}
	#menu .dropdown-submenu {
	    padding: 8px 25px !important;
	}
		#menu .dropdown-inner .submenu-title{
		padding: 3px 28px;
		text-transform: capitalize;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
		#menu .dropdown-inner ul{
		display: block;
	}
	#menu .dropdown-inner .dropdown-submenu .grand-child a{
		padding: 0
	}
		.navbar-toggle{
		padding: 0;
		margin: 0;
		display: block;
	}
		.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;
	}
@media (max-width: 991px){
	#search .input-lg {
		border-radius: 5px 0 0 5px;
	}
	.play-video svg{
		width: 40px;
		height: 40px;
	}
	.inuser {
		margin: 0 10px;
	}
	.onsl{
		padding: 15px 0;
	}
	.blog_webi .blog-right h4{
		font-size: 16px;
		line-height: 22px;
		height: 43px;
	}
	.onsl, .martb {
		margin-top: 30px;
		/*margin-bottom: 20px;*/
	}
	.owl-carousel.owl-theme .owl-controls .owl-buttons div {
		margin: 10px 3px 0;
	}
	#sblock{
		display: none;
	}
	.homecategory .row{
		margin: 0
	}
	.onsl{
		margin-left: 0;
		margin-right: 0
	}
	.imgbnrtext{
		margin-top: 0
	}
	.onsalpro.rtlleft, .onsalpro .row.rless {
	    margin: 0;
	}
	#onsale .product-thumb .caption {
		padding: 20px 8px;
	}
	.s-panel{
		margin: 0
	}
	.middle-footer .fsocial a{
		margin: 0 1px;
	}
	.newsl li h5{
		font-size: 18px;
	}
	#top-links{
		position: absolute;
		right: 0;
	}
	.hlogout .curr,.hlogout .langg{
	    display: inline-block;
	    padding: 7px 10px;
	    margin-top: 10px;
	    width: 100%;
	    text-align: left;
	    margin-left: 2px;
	    margin-right: 2px;
	}
	.middle-footer #column-right1{
		margin-bottom: 20px;
	}
	footer{
		margin-top: 30px;
	}
	.fleft {
		border: none;
		padding-bottom: 40px;
	}
	#logo.foot_logo {
		width: 100%;
		text-align: center;
	}
	.pay-connect {
		margin-bottom: 0;
	}
	#column-left1 .container .row li {
		text-align: center;
	}
	#column-left1 .container .row div:last-child {
		float: right;
		text-align: right;
	}
	.middle-footer{
		padding: 20px 0
	}
	#common-home #content {
	    padding: 0;
	    overflow: hidden;
	}
	.rless{
		margin-left: -5px;
		margin-right: -5px;
	}
	.cless{
		padding-left: 5px;
		padding-right: 5px;
	}
	.product-thumb .price{
		font-size: 14px;
	}
	.menusp{
		text-align: left
	}

	.home-page .hsticky {
	    position: unset;
	    box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.1);
	    padding: 10px 0;
	}
	.hsticky {
	    padding: 10px 0;
	}
	.middle-footer h5{
		font-size: 15px;
	}
	#mobile_top_menu_wrapper { 
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	.slidertext p {
		display: none;
	}
	.product-thumb .button-group button, .bquickv a {
		background-color: #f5f5f5;
	}
	.pro-tab li {
	    margin: 0 10px;
	}
	.product-thumb .caption {
	    padding: 0 15px;
	}
	.product-thumb:hover .price {
		opacity: 1;
	}
	.product-thumb .button-group {
		margin-bottom: 15px;
		display: inline-block;
	}
	.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: 5px;
		margin: 0 5px;
	}
	.homeaddq .cartb:hover {
		background-color: #fc9823;
	}
	.homeaddq .cartb:hover svg {
		fill: #fff;
	}
	.homeaddq .cartb span {
		display: none;
	}
	#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;
	}
	#cart-total p {
		position: absolute;
		width: 12px;
		height: 12px;
		background-color: #fc9823;
		font-size: 8px !important;
		border-radius: 100%;
		line-height: 7px;
		top: 2px;
		color: #fff !important;
		right: 22px;
		text-align: center;
		padding-top: 3px !important;
	}
	.hdis h3, .logte.hdis {
		display: none !important;
	}
	.dblock{
		display: block;
	}
	.dnone{
		display: none
	}
	.heading{
		margin: 0 0 20px 0;
	}
	.heading span{
		font-size: 20px;
	}
	.heading strong{
		font-size: 11px;
	}
	.pro-tab li a{
		font-size: 16px;
	}
	.blog-right {
	    top: 0;
	}
	.read-more {
		height: 50px;
	}
	.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;
	}
	.timerpro .heading {
	    margin: 0 0 2% 0;
	}
	.timer_img {
		padding: 30px 0;
		margin-left: 0;
		margin-right: 0;
	}
	.bs {
		bottom: 0px;
	}
	.newsl #newsletter {
		padding: 30px 100px;
	}
	.newsl .alert {
		left: 100px;
		right: 100px;
		bottom: -10px;
	}
	.heading strong {
		margin: 15px 0 0 0;
		width: 100%;
	}
	.appmenu,header #logo,#top-links {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: middle;
		padding: 0 15px;
	}
	#menu .navbar-nav li a::before {
		display: none;
	}

	#under-menu{
    	display: block;
    	border: none;
    	margin: 0;
	}

	#menu .thumb_img {
		display: none;
	}

	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;
	}
	

	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}

	.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:hover{
		color: #fc9823;
	}
}
@media (max-width: 767px){
	.hsticky, .home-page .hsticky {
		border-bottom: none;
		padding: 10px 15px;
	}
	.homemenu {
	    padding: 0;
	}
	.haccount {
	    right: -30px;
	}
	#cart-total p {
		top: 0px;
		right: 20px;
	}
	.appesearch {
		width: 100%;
		margin-top: 10px;
	}
	.wbSearch {
		padding: 19px;
	}
	#form-currency .dropdown-menu.dropdown-menu-right {
		left: 0;
		right: auto;
	}
	#madebyhand-search-category {
		display: none;
	}
	.curr {
		border-top: 1px solid #eee;
	}
	#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;
	}
	/*#top-links ul li svg, .inuser .dropdown-toggle svg {
		width: 24px;
    	height: 24px;
	}*/
	/*#top-links ul li #cart svg {
		width: 27px;
    	height: 27px;
	}*/
	.cart_bg, .inuser, .d-search button {
		width: 35px;
		height: 35px;
		padding: 5px !important;
	}
	.inuser {
	    margin: 0;
	}
	.cart-img {
		width: 25%;
	}
	.heading {
	    margin: 0 0 10px 0;
	}
	.product-grid, .product-list{
		margin-bottom: 15px;
	}
	.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: #fc9823;
	}
	.owl-theme.owl-carousel .owl-buttons div svg {
		width: 25px;
		height: 20px;
	}
	.newsbtn{
		padding: 0 10px;
	}
	.deliveryinfo li {
		display: inline-block;
	}

	.deliveryinfo li:last-child {
		width: 80%;
		text-align: left;
		display: inline-block;
		top: 12px;
		position: relative;
		margin-left: 10px;
	}
	.deliveryinfo .sbr1 .list-unstyled, .deliveryinfo .sbr2 .list-unstyled,
	.deliveryinfo .sbr3 .list-unstyled, .deliveryinfo .sbr4 .list-unstyled {
		padding: 10px;
	}
	.deliveryinfo li h4{
		font-size: 14px;
		margin: 0 0 4px 0
	}
	.onsl .rating {
	    margin-bottom: 4px;
	}
	#onsale .protitle{
		padding-bottom: 4px;
	}
	.onsl .heading{
		text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}
	.onsl .product-thumb .button-group{
		display: block;
		margin-top: 7px;
	}
	.reduce-price::before,.reduce-price::after,.sale::before,.sale::after,.new::before,.new::after{
		display: none;
	}
	/*.pro-tab li{
		margin: 0 10px;
	}*/
	.imgbnrtext .btn-primary{
		padding: 5px 13px;
		margin-top: 10px;
	}
	.imgbnrtext h1{
        font-size: 18px;
        margin: 5px 0 6px 0;
    }
    .imgbnrtext h5{
        letter-spacing: 0;
        text-transform: capitalize;
    }
	.homecategory .catcontent{
		padding-top: 15px;	
	}
	.homecategory .catcontent h4 {
		display: none;
	}
	.homecategory .catcontent h2{
		font-size: 16px;
		font-weight: normal;
		margin-top: 5px;
		color: #000;
		text-transform: capitalize;
		padding-bottom: 1px;
	}
	.pro-tab.nav-tabs{
		margin-bottom: 10px;
	}
	.newsl h5{
		font-size: 20px;
	}
	.newsl .description-top{
		margin-top: 5px;
		font-size: 12px;
	}
	.newsl .alert{
		bottom: -20px;
		left: 50px;
		right: 50px;
	}
	.pro-tab li a {
	    font-size: 15px;
		padding: 7px 12px;
	}
	.protitle{
		font-size: 14px;
		/*padding: 0 0 4px 0*/
	}
	.product-list .protitle, .product-list .product-thumb .price {
		font-size: 16px;
	}
	.spepro .product-thumb .caption .rating{
		margin-bottom: 6px;
	}
	/*.spepro .protitle{
		padding-bottom: 5px;
	}*/
	/*.spepro .product-thumb{
		margin-bottom: 15px;
	}*/
	.mfp-close{
		width: 30px !important;height: 30px !important;
	}
	.madebyhand-dis {
	    padding: 2px 15px;
	}
	.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;
	}
	.product-list .product-thumb .rating{
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.user-down.dropdown-menu &gt; li &gt; a,.curr .btn-group button.test, .langg .btn-group button.test{
		font-size: 13px;letter-spacing: 0
	}
	.slidertext h3{
		font-size: 14px;
	}
	.slidertext span{
		display: none
	}
	.deliveryinfo{
		text-align: left
	}
	.deliveryinfo ul li span {
		width: 60px;
    	height: 60px;
    	padding: 15px;
    	margin-bottom: 0;
	}
	.deliveryinfo ul svg {
	    width: 30px;
	    height: 30px;
	}
	.newsl #newsletter input,.newsbtn{
		height: 40px;
	}
	.footer-top{
		padding: 15px;
	}
	.sale{
		font-size: 11px;
		padding: 1px 3px;
		line-height: normal;
		/*background-color: transparent;
		color: #000;*/
	}
	.new, .reduce-price{
		/*background-color: transparent;
		color: #000;*/
		font-size: 11px;
    	padding: 1px 3px;
		text-transform: capitalize;
		letter-spacing: 0;
	}
	.parallex .item p{
		font-size: 13px;
		margin-top: 8px;
	}
	#cart-total span{
		display: none
	}
	.countdown-amount{
		font-size: 16px;letter-spacing: 0
	}
	.countdown-section{
		margin-right: 7px;
	}
	.countdown-period{
		font-size: 12px;letter-spacing: 0;;
	}
	.rating {
	    margin-bottom: 4px;
	}
	.timerpro .owl-carousel.owl-theme .owl-buttons .owl-prev {
		left: 5px;
	}
	.timerpro .owl-carousel.owl-theme .owl-buttons .owl-next {
		right: 5px;
	}
	.timerpro .product-thumb .image {
		width: 45%;
	}
	.timerpro .product-thumb .caption {
	    padding: 22px 22px 9px 8px;
	    width: 55%;
	}
	.timerpro .rating {
	    margin-bottom: 7px;
	}	
	#count .protitle {
		padding-bottom: 7px;
	}
	#count hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.timerpro .countdes {
		margin-bottom: 10px;
	}
	.timerpro #onsale .product-thumb:hover .price, #cattab .product-thumb:hover .price {
		opacity: 1;
	}
	/*.product-thumb .button-group {
		margin-top: 2px;
		margin-bottom: 4px;
	}*/
	#onsale .product-thumb .button-group {
		margin-top: -4px;
	}
	#onsale .product-thumb .button-group button {
		position: unset;
		padding: 0;
	}
	#onsale .product-thumb .image {
		width: 38%;
	}
	#onsale .product-thumb .caption {
	    width: 62%;
	}
	#onsale .product-thumb:hover .price {
	    opacity: 1;
	}
	.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 {
		display: inline-block;
		min-width: 30px;
		min-height: 30px;
		padding: 5px 5px;
		margin: 0;
	}
	.timerpro .product-thumb .button-group button, .timerpro .bquickv a {
		padding: 4px 7px;
	}
	.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;
	}
	.text-p {
		padding: 20px 0;
	}
	#testi .item svg {
		top: 15px;
	}
	#account-account.acpage #content[class*="col-"] span:first-child{
		padding-right: 5px;
		margin-right: 5px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		font-size: 13px;letter-spacing: 0
	}
	#account-account.acpage #content[class*="col-"] a{
		padding: 15px 9px;
	}
	#account-account.acpage #content[class*="col-"] span svg{
		width: 25px;height: 25px;
	}
	.product-grid, .product-list{
		padding-left: 5px;padding-right: 5px;
	}
	.cpagerow{
		margin-left: -5px;
		margin-right: -5px;
	}
	.product-list .product-thumb .price {
	    margin-bottom: 0;
	    margin-top: 0;
	}
	.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, .blog_webi .blog-left {
	    padding: 0 5px;
	}
	.bs h5 {
		margin: 0;
		padding: 5px;
	}
	.blog_webi .blog-right p {
		margin-bottom: 5px;
	}
	.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: 40px;
		overflow: hidden;
		margin: 0 0 4px 0;
	}
	.middle-footer .btn.toggle{
	    color: #000;
	    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: 20px;
	}
	.footer_logo {
	    height: auto;
	    padding-bottom: 20px;
	}
	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;
	}
	.home-cat .nav-tabs &gt; li &gt; 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 &gt; li &gt; a:hover{
		color: #59b210;
	}
	.home-cat {
	    position: relative;
	    background-color: #fff;
	    border: none;
	    border-radius: 0;
	    padding: 0;
	}
	.home-cat .nav-tabs{
		margin: 0;
		text-align: right;
	}
	.home-cat .nav-tabs &gt; li{
		display: block;
	}
	.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 h5{
		font-size: 16px;
		margin-bottom: 10px;
		position: relative
	}
	.middle-footer {
	    padding: 20px 0;
	}
	.footpay{
		margin-top: 6px;
	}
	#newsletter h2, .news_text h6 {
		display: none;
	}
	.pay-connect h5 {
		margin: 10px 0;
	}
	.newsl #newsletter {
		padding: 20px 50px;
	}
	.copy .foot-payment i {
		padding: 10px 0;
	}
	.fborder, .storeinfo {
		padding: 0 15px;
	}
	.footblink {
		display: none;
	}
	.copy div{
		text-align: center;
	}
	.fsocial {
		text-align: center !important;
		margin-top: 10px;
		padding: 0;
	}
	.breadbg {
	    border-top: none;
	}
	.breadcrumb {
		margin: 10px 15px;
	}
	#product-category .product-list {
	    width: 50%;
	}
	.catfilter.panel-default &gt; .panel-heading, .cathed {
		border-radius: 5px;
	}
	.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: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.slidertext h3 {
	    font-size: 12px;
	}
	/*.slidertext{
		top: -120px;
		width: 170px;
	}*/
}
@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;
	}
	.slidertext{
		top: 10px;
		width: 350px;
	}
}
@media (max-width: 599px){
	.onsl, .martb {
		margin-top: 20px;
		/*margin-bottom: 20px;*/
	}
	.slidertext p{
		display: none;
	}
	.imgbnrtext p{
		display: none;
	}
	.pro-tab li {
	    margin: 0 5px;
	}
	.imgbnr .parallex:last-child{
		margin-bottom: 15px;
	}
	.s-panel .slick-dots{
		bottom: 10px;
	}
	.slidertext{
		top: -160px;
		width: 200px;
	}
	.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 &gt; li &gt; a{
		font-size: 14px;
		letter-spacing: 0
	}
	.product-tab li {
	    margin: 0 6px;
	}
	.pro-content .rating li {
	    letter-spacing: 0;
	    font-size: 13px;
	}
	.proreview {
	    margin: 0 8px;
	    padding: 0 8px;
	}
	#madebyhand-search-category{
		display: none
	}
	.product-grid{
		width: 50%;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.pagi .text-left{
		margin-bottom: 0;
	}
	.pagi .text-left, .pagi .text-right {
	    text-align: center;
	    width: 100%;
	}
	.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;
	}
	.timerpro .product-thumb .image {
		width: 100%;
	}
	.timerpro .product-thumb .caption {
		width: 100%;
		padding: 8px;
	}
	.timerpro .owl-controls .owl-buttons .owl-prev, .timerpro .owl-controls .owl-buttons .owl-next {
		top: 50%;
	}
	#onsale .product-layout {
	    margin-bottom: 15px;
	}
	.bs {
		margin: 0 5px;
	}
	.deliveryinfo [class*="col-"] {
		text-align: center;
	}
	.home_category {
		background-image: unset;
	}
	/* .categorybr .cateimg {
		min-width: 120px;
		min-height: 120px;
	} */
	/* .categorybr .cat-bor {
		margin: 0 26px;
	} */
	.deliveryinfo li:first-child {
		position: relative;
		bottom: 10px;
	}
}
@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){
	.imgbnrtext p{
		line-height: 20px;
		font-size: 12px;
	}
	.slidertext{
		top: -210px;
		width: 300px;
	}
	.slidertext h3 {
	    font-size: 12px;
	}
	.slidertext h1{
		font-size: 28px;
	}
	.slidertext p{
		display: none;
	}
	.slidertext a.btn-primary{
		margin-top: 10px;
		padding: 10px 20px;
	}
	.deliveryinfo [class*="col-"] {
		text-align: center;
	}
	.product-grid{
		width: 50%;
	}
	.ct{
		display: none
	}
	.home-cat ul.nav-tabs li a{
		padding: 15px 0
	}
	.imgleft {
		width: 66%;
	}
	.imgbnr .bann .beffect:first-child {
	    margin-bottom: 14px;
	}
	.video-bg {
		padding: 70px 0;
	}
	/* .categorybr .cateimg {
		min-width: 159px;
		min-height: 159px;
	} */
	.bs {
	    margin: 0 5px;
	}
}
@media (min-width: 400px) and (max-width: 767px){
	.product-list {
	    width: 50%;
	}
}
@media (min-width: 1410px) and (max-width: 1600px){
	.slidertext{
		top: -390px;
	}
	.parallex .item p {
	    height: 77px;
	}
	#onsale .product-thumb .button-group button {
		left: 8px;
	}
	#menu .fa.pull-right {
	    margin: 2px -3px;
	}
	#menu .navbar-nav &gt; li a {
	    padding: 10px 18px;
	}
	.video-bg {
		padding: 176px 0;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(n), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(6) {
	    margin-top: 25px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(2), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(7) {
	    margin-top: 35px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(3), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(8) {
	    margin-top: 50px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(4), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(9) {
	    margin-top: 60px;
	}
	.home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(5), .home_category .owl-carousel.owl-theme .owl-wrapper div.owl-item:nth-child(10) {
	    margin-top: 20px;
	}
	.timerpro .product-thumb .caption {
	    padding: 36px 35px;
	}
}
@media (min-width: 400px) and (max-width: 599px){
	.madebyhand-search-result .product-info {
	    width: 30%;
	}
	.madebyhand-dis {
	    padding: 0px 15px;
	    width: 70%;
	}
	.pay-connect img {
        max-width: 120px;
    }
    .cart-des{
		width: 67%;
	}
	#onsale .product-thumb .caption {
	    padding: 32px 8px;
	}
	.imgbnr .bann .beffect:first-child {
	    margin-bottom: 8px;
	}
	.imgbnr [class*="col-"]:last-child {
	    margin-bottom: 0;
	}
	.imgbnr .parallex:last-child {
		margin-bottom: 15px;
	}
	.video-bg {
		padding: 42px 0;
	}
}
@media (min-width: 320px) and (max-width: 399px){
	#cart {
	    top: 1px;
	}
	#top-links {
		padding: 0 5px;
	}
	header #logo {
		padding: 0 6px;
	}
	.inuser {
		margin: 0;
	}
	.madebyhand-search-result .product-info {
	    width: 35%;
	}
	.madebyhand-dis {
	    padding: 0px 15px;
	    width: 65%;
	}
	.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: 7px 10px;
	}
	.product-thumb .caption {
	    padding: 0 5px;
	}
	.video-bg {
		padding: 30px 0;
	}
	.cart-des{
		width: 65%;
	}
	/* .categorybr .cateimg {
	    min-width: 80px;
	    min-height: 80px;
	    padding: 17px;
	} */
	.deliveryinfo li:last-child {
		width: 75%;
	}
	#product-category .product-list, #product-search .product-list, #product-manufacturer .product-list {
	    width: 100%;
	}
	.pro-tab li a::before, .borbutt h1::before {
		width: 50px;
	}
	.datime i, .slidertext h3 {
		display: none;
	}
	.footer-top .container {
		padding: 0;
	}
	.newsl .alert {
		left: 0;
		right: 0;
		font-size: 10px;
	}
	.product-thumb .price {
	    font-size: 13px;
	}
	.imgbnr .bann .beffect:first-child {
	    margin-bottom: 8px;
	}
	.imgbnr [class*="col-"]:last-child {
	    margin-bottom: 0;
	}
	.imgbnr .parallex:last-child {
		margin-bottom: 15px;
	}
	.product-thumb .button-group button, .bquickv a, .product-list .homeaddq .cartb, .homeaddq .cartb {
	    min-width: 26px;
	    min-height: 26px;
	    padding: 3px 3px;
	}
	.slidertext {
    	top: -125px;
	    width: 160px;
	}
	.footer_logo li {
		width: 100%;
	}
	.newsl #newsletter {
	    padding: 20px 0;
	}
}



/*----new-css----*/
.smt-app-whatsapp .sm-button.sm-button-circle , .smt-app-viber .sm-button.sm-button-circle , .smt-app-facebook_messenger .sm-button.sm-button-circle{
	height: 50px !important;
    width: 50px !important;
}
.smt-app-viber .sm-button.sm-button-circle{
	right: 30px !important;
    transform: none !important;
    left: auto !important;
    bottom: 110px !important;
}
.smt-app-whatsapp .sm-button.top-right, .smt-app-whatsapp .sm-button.bottom-right, .smt-app-whatsapp .sm-button.right{
	right:30px !important;
}
.smt-app-facebook_messenger .sm-button.sm-button-circle{
    left: auto !important;
    right: 30px;
    bottom: 200px !important;
}
@media (max-width:767px){
.smt-app-viber .sm-button.sm-button-circle {
    right: 30px !important;
}
.smt-app-facebook_messenger .sm-button.sm-button-circle {
    right: 30px !important;
}
.smt-app-whatsapp .sm-button.sm-button-circle {
    right: 30px !important;
    left: auto !important;
}
}
.head-menu.text-center #menu {
  width: 60px;
  float: left;
}
.new-searchbar {
  margin-top: 14px;
  margin-left: 30px;
  float: left;
  width: 85%;
}
.new-searchbar #search {
  border: 2px solid #FDAD11;
  border-radius: 50px;
}
.new-searchbar #search .input-group-btn button {
  background: none;
  color: #FDAD11;
  padding: 10px 5px 10px 20px !important;
}
.new-searchbar #search .form-control.input-lg{
	background: transparent;
}

@media (max-width:991px){
#common-home #content &gt; div.so-page-builder &gt; div.container-fluid.page-builder-ltr &gt; div &gt; div &gt; div &gt; div {
  margin-top: 0px !important;
}
.head-menu.text-center #menu{
	margin-top: 0px !important;
	width: auto;
	position: absolute;
	top: -28px;
}
.new-searchbar{
	margin-left: 0px;
	width: 100%;
}
}

.menus li .dropdown-container:nth-child(2) {
  background-color: #fcad13;
}
.menus li .dropdown-container:nth-child(2) .dropdown-container {
  background-color: #dedde2;
}
.dropdown-inner-button a{
    color: #1e1e1e;
    font-size: 15px;
}
.see{
    display: flex;
    gap: 15px;
    align-items: center;

    justify-content: end;
}
.menus li .dropdown-container:nth-child(2) .dropdown-btn:hover{
  color:#fff !important;
}
div#mySidenav {
    background: #fff !important;
/*    width:360px !important;*/
}
.menus li .dropdown-container:nth-child(2) .dropdown-container a.dropdown-btn {
    border-bottom: 2px solid #fcad13;
}
#scroll {
    bottom: 280px !important;
}
/*----new-css----*/</pre></body></html>