body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.6px;
	background-color: #fff;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
b, strong {
    font-weight: 500;
}
.d-inline-block{
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #000;
	transition: 0.3s ease;
	text-transform: capitalize;
}
:focus{
	outline: none;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
	text-decoration: none;
	outline: none;
	color: #ffd200;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #000;
	border-color: #e5e5e5;
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control,
input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control,
input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	color: #000
}
#search_block_top ::placeholder {
  color: #999;
  opacity: 1; /* Firefox */
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
@media (max-width: 991px){
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container {
        width: 963px;
    }
}
@media (min-width:1200px) and (max-width:1409px){
    .container {
       width: 1170px;
    }
}
@media (min-width:1410px) and (max-width:1559px){
    .container {
       width: 1380px;
    }
}
@media (min-width:1560px) {
    .container {
       width: 1530px;
    }
}
.form-control{
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 5px;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{
	border-radius: 0
}
.form-control:focus{
	border: 1px solid #ffd200;
	box-shadow: none
}
/* search */
#search .input-lg {
	color: #999;
    height: 40px;
    padding: 0 16px;
    border: none;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 0;	
}
#search .input_search::before {
	position: absolute;
	content: '';
	top: 7px;
	left: -1px;
	width: 1px;
	height: 30px;
	border-left: 1px solid #e4e4e4;
}
#search .btn-lg {
    background: transparent;
	border: none;
	fill: #000;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	height: 40px;
	padding: 0 15px;
	margin-left: 0;
	font-weight: 400;
	transition: 0.3s ease;
	cursor: pointer;
	position: relative;
	right: 0;
	min-width: 60px;
	border-radius: 0 35px 35px 0;
}
#search {
    margin-top: 0px;
    vertical-align: middle;
}
#search .btn-lg:hover {
	fill: #ffd200;
}
/* cart */
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 295px;
	padding: 10px 0;
	border-radius: 5px;
}
.dropdown-menu{
	border-radius: 0;
}
#cart .btn-danger {
    background-color: #fff;
    color: #222;
    padding: 0;
    border-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	font-size: 14px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
	font-size: 12px;
}
#cart-total .cartta {
	display: inline-block;
	font-size: 12px;
	background-color: #ffd200;
	color: #000;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	line-height: 14px;
	position: relative;
	top: -2px;
	margin-left: 5px;
}
.cartqt{
	width: 12%;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartdrop img{
	max-width: 60px;
	border-radius: 5px;
	padding: 0
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartname:hover{
	color: #ffd200;
}
.cartname a{
	font-weight: 500;
}
.cartprice {
    clear: both;
    position: relative;
    top: -30px;
    left: 70px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li > div table td {
	border: 1px solid #eee;
}
.inuser {
    margin: 0 8px;
}
.hidden-xs.userdess.d-inline-block{
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #333;
}
.call-le{
	font-size: 15px;
	letter-spacing: 1px;
}
.dropdown-toggle:hover #cart-text{
	color: #ffd200;
	transition: 0.3s ease;
}
.sblock {
	padding-left: 15px;
}
.sblock li{
	display: inline-block;
	position: relative;
	margin: 0 20px;
}
.sblock li a{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease;
}
.sblock li a:hover {
	color: #ffd200;
}
.cartna {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}
/* cart popup */
.popu-img {
	width: 22%;
	display: inline-block;
}
.popu-text {
	width: 78%;
	display: inline-block;
	float: right;
	text-align: left;
	padding-left: 20px;
}
.popu-img img {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}
.popu-text .popu-title {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.popu-text span {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-right: 10px;
}
.alert-success hr {
	border-top: 1px solid #eee;
}
.btn-primary.pop-btn {
	padding: 5px 10px;
}
.btn-primary.pop-btn a, .btn-primary.pop-btn a:hover {
	color: #fff;
	font-weight: normal;
}
/* cart popup */
/* menu */
#menu .dropdown-menu {
	padding: 15px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .collapse .nav .dropdown-submenu li{
	margin: 0;
}
#menu .collapse li.view_more.my-menu {
    cursor: pointer;
}
.view_more.my-menu i{
	background-color: transparent;
	text-align: center;
	transition: 0.3s ease;
}
#menu .collapse .nav .dropdown-inner li a {
	min-width: 200px;
	display: block;
	padding: 0;
	clear: both;
	line-height: 23px;
	text-transform: capitalize;
}
#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
    padding: 0;
}
#menu .dropdown-inner .dropdown-submenu ul.grand-child li:last-child {
	margin-bottom: 10px;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title {
    font-weight: 500;
    padding: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 15px;
}
/* content */
#content {
	min-height: 600px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 0
}
/* alert design */
.a-one{
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}
.a-one {
    background-color: #000;
    -ms-filter: "progidXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 99
}
.alert a {
    color: #222;
    font-weight: 500
}

.alert a:hover {
    color: #ffd200
}

.alert h2 {
    font-size: 27px;
    color: #111;
    margin-bottom: 15px;
    margin-top: 26px;
    text-transform: capitalize;
}
.alert.alertsuc{
padding: 13px 12px;
    background-color: #fff;
    border: 1px solid #ededed;
    color: #666;
    font-size: 14px;
    position: fixed;
    z-index: 99;
    transition: all ease .6s;
    border-radius: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    top: 30%;
    padding: 40px;
    border-radius: 5px;
}

.alert-danger svg,
.alert-info svg,
.alert-success svg {
    display: block;
    margin: 0 auto 20px;
    width: 65px;
    height: 65px
}

.alert-success svg {
    fill: #4CAF50
}

.alert-danger svg {
    fill: #E2574C
}

.alert-info svg {
    fill: #31708f
}

.a-one .alert-dismissable .close,.a-one .alert-dismissible .close{
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    color: #222;
    color: inherit
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 10px 15px;
	background: #f5f5f5;
	border-radius: 5px;
	margin-top: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li a:hover{
	color: #000;
}
.breadcrumb > li a:hover{
	color: #ffd200;
}
.breadcrumb > li a::after {
	content: '|';
	padding: 0 8px;
	color: #000;
}
.breadcrumb > li:last-child a::after {
	content: '';
	padding: 0;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #000;
    content: "";
}
.pagination {
	margin: 0;
	padding: 0;
}
/* buttons */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.7px 12px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,.btn.active, .btn:active{
	outline: none;
	box-shadow: none
}
.btn-primary {
	background-color: #ffd200;
	color: #000;
	fill: #000;
	border: none;
	text-transform: capitalize;
	transition: 0.3s ease;
	font-size: 14px;
	border-radius: 5px;
}
#account-return .btn {
    padding: 7.2px 12px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus, .btn-primary.active:focus,
.btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus, .btn-primary.disabled, .btn-primary.disabled.active,
.btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active,
.btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #18385a;
	color: #fff;
	fill: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger,.btn-info{
	color: #000;
	background-color: #ffd200;
	transition: 0.3s ease;
}
.btn-danger.focus, .btn-danger:focus,.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active:hover,.btn-danger:active,.btn-danger:hover,.btn-info:hover,
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover{
	background-color: #18385a;
	color: #fff
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 0;
	transition: 0.3s ease;
}
.text-right .btn-link{
	vertical-align: sub;
}
.text-right .btn-link.test{
	vertical-align: middle !important;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	padding: 0;
	border: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eee;
	padding: 12px 12px;
	text-transform: capitalize;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-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: #ffd200;
	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: #ffd200
}
/* 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;
	vertical-align: unset;
}
.rating .fa-star-o,.rating .fa-star{
	color: #ffdc52;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ffdc52;
}
h2.price {
	margin: 0;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control {
	z-index: 0;
}
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color: transparent;
}
/*loader */
.s-panel{
	position: relative;
	z-index: 0;
}
.slider-banner {
	position: relative;
	margin: 0 1px;
}
.s-panel img{
	border-radius: 5px;
}
.s-panel .wrloader {
	background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.slidertext {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	left: 12%;
}
.slidertext h2 {
	color: #787776;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: 400;
}
.slidertext h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: capitalize;
	color: #18385a;
}
.slidertext p {
	color: #484747;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 400;
	position: relative;
	line-height: 22px;
	margin-bottom: 0;
}
.slidertext .btn-primary {
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 30px;
	line-height: 20px;
	margin-top: 50px;
}
/* custom css */
.toppati {
    padding: 10px 0;
    background-color: #ffd200;
}
.toppati ul{
	padding: 0;
}
.toppati .toplink svg {
	fill: #ffd200;
}
.toppati .toplink ul {
	display: inline-block;
}
.t-left-to {
	list-style: none;
}
.t-left{
	display: block;
	color: #fff;
}
.offtitle {
	list-style: none;
}
.curr, .langg {
    border-right: 1px solid #cca800;
    padding-right: 15px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
}
.curr:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.fixed {
    position: fixed;
    z-index: 9;
    top: 0;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    padding: 12px 0 !important;
}
ol, ul{
	margin-bottom: 0;
}
.list-inline{
	margin: 0
}
.list-inline > li{
	padding: 0
}
.langcur .btn-link.dropdown-toggle{
	transition: 0.3s ease;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 7px;
	display: inline-block;
	letter-spacing: 0;
}
.langcur .dropdown-menu{
	min-width: 25rem;
	padding: 15px 15px;
}
.langcur .dropdown-menu li{
	display: inline-block;
}
.langcur .langcdrop .dropdown-menu li{
	display: block
}
.langcur .dropdown-menu.langcdrop{
	min-width: 18rem;
	padding: 10px;
}
.test,.inuser .dropdown-toggle,#wishlist-total,.topbe{
	letter-spacing: 1px;
	font-size: 14px;
	fill: #000;
}
.test:hover,.test:focus, .wishcom a:hover{
	color: #18385a;
	fill: #18385a;
}
.usvg:hover svg,#cart:hover svg{
	fill: #ffd200;
}
.madebyhand-dis .rating {
    margin-bottom: 10px;
}
.userdess {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-left: 5px;
	display: inline-block;
	text-align: left;
}
.userdess p {
	margin: 0;
}
@media(min-width: 1410px){
	.madebyhand-search-result .product-info{
		width: 20%;
	}
	.madebyhand-search-result .madebyhand-dis{
		width: 80%;
	}
}
/* search */ 
/*.winter-category-container{
	position: absolute;
	width: 18%;
	right: 125px;
	z-index: 9;
}*/
/*.input_search::before{
	position: absolute;
	content: '';
	top: 10px;
	left: -6px;
	width: 1px;
	height: 25px;
	border-left: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}*/
.wbSearch {
	background-color: #fff;
    border-radius: 5px;
}
#madebyhand-search-category{
	float: left;
	height: 40px;
	padding: 10px 15px;
	-moz-appearance: none;
	 background: #fff url("../../../../../image/catalog/arrow.png"); 
	background-position: right 15px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	font-size: 13px;
	border-radius: 35px 0 0 35px;
	color: #000;
	letter-spacing: 1px;
	border: none;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
.wbSearch #search_block_top{
	position: relative;
	align-items: center;
	width: 100%;
}
/* result */
.searchbr .image{
	padding-right: 0;
}
.madebyhand-search-result .searchbr{
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.madebyhand-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.madebyhand-search-result {
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    z-index: 99;
    max-height: 530px;
    overflow-y: auto;
    margin-top: 1px;
    border-radius: 5px;
}
.madebyhand-dis h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0;
	font-weight: normal;
}
.madebyhand-dis h4:hover {
	color: #ffd200;
	transition: 0.3s ease;
}
.madebyhand-dis .price {
    font-weight: 500;
}
.madebyhand-dis .list-des {
    font-size: 12px;
    color: #777;
    text-transform: capitalize;
    color: #282828;
    margin: 0 0 10px 0;
    max-height: 40px;
    overflow: hidden;
}
.madebyhand-search-result p{
	margin: 5px 15px;
}
.madebyhand-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* search over */
.usvg {
	display: flex;
	align-items: center;
}
#cart button.dropdown-toggle {
    border: none;
    background-color: transparent;
    padding: 0;
    display: flex;
	align-items: center;
}
.top-cart {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px 18px;
}
#cart .dropdown-menu p{
	margin-bottom: 0;
}
.row.hbottom {
	display: flex;
	align-items: center;
}
.hsticky {
    padding: 10px 0;
	position: relative;
	background: #18385a;
}
.topbg.row {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
/* .sblock li a::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    text-align: center;
    margin: 0 auto;
    width: 0;
    border-bottom: 2px solid #000;
    transition: all 500ms ease 0s;
}
.sblock li a:hover{
	color: #000;
}
.sblock li a:hover::before{
	width: 60%;
} */
.stick{
	background-color: #18385a;
	position: relative;
	padding: 5px 0;
	margin-bottom: 30px;
}
.langcdrop {
	line-height: 29px;
	padding: 8px 15px;
	text-transform: capitalize;
}
.haccount li a i {
    margin-right: 4px;
    min-width: 14px;
}
.haccount.dropdown-menu > li > a{
    padding: 5px 0;
}
.langcdrop .btn-link{
	padding: 7px 12px;
}
.langcdrop .btn-link img{
	vertical-align: unset;
}
.haccount.dropdown-menu > li > a:hover{
	color: #ffd200
}
.xsw {
    border-left: 1px solid #e5e5e5;
    padding: 0px 10px;
    border-right: 1px solid #e5e5e5;
    margin: 0 10px;
}
.top_tag {
	background-color: #fff;
	padding: 10px 15px;
}
.totag {
    text-transform: uppercase;
    font-weight: 500;
}
.toptags {
    list-style: none;
    display: inline-block;
    padding: 0;
}
.toptags li {
	display: inline-block;
	vertical-align: middle;
}
.toptags li a {
	text-transform: capitalize;
	line-height: 24px;
	color: #474747;
}
.toptags li a:hover {
	color: #ffd200;
}
.toptags li a::after {
	content: '/';
	color: #474747;
	margin: 0 12px;
}
.toptags li:last-child a::after {
 	display:none
}
.special-top {
    color: #18385a;
	background-color: #ffd200;
	border-radius: 5px;
	padding: 10px;
	height: 40px;
	text-align: center;
}
.special-top i {
	font-size: 18px;
}
.special-top a {
	font-size: 16px;
	font-weight: 600;
	color: #18385a;
	-webkit-animation: NAME-YOUR-ANIMATION 2s infinite;
	-moz-animation: NAME-YOUR-ANIMATION 2s infinite;
	-o-animation: NAME-YOUR-ANIMATION 2s infinite;
	animation: NAME-YOUR-ANIMATION 2s infinite;
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%,
    49% {
         color: #18385a
    }
    100%,
    50% {
         color: #f00
    }
}
/* user dropdowm */
 .alogin .langcdrop li {
    padding: 0;
    border: none;
}
.alogin li {
    border-bottom: 1px solid #eee;
    padding: 9px 2px;
    text-transform: capitalize;
}
.alogin svg{
	margin-right: 8px;
	width: 14px;
    height: 13px;
}
.alogin {
    min-width: 250px;
	padding: 0 10px 10px;
}
.hlogout {
    text-align: center;
    padding: 15px;
    min-width: 280px;
}
.hlogout h5 {
    font-size: 16px;
    margin-top: 0;
    font-weight: 500;
}
.hlogout h6 {
    font-size: 12px;
    color: #777;
    font-weight: 400;
}
.acd,.hlogout .wishcom,.xsla,.xscu{
    border: 1px solid #eee;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 0;
    margin-top: 10px;
    width: 47%;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}
.user-down.dropdown-menu > li > a:focus,.user-down.dropdown-menu > li > a:hover{
	color: #ffd200;
}
.user-down.dropdown-menu > li > a:hover {
	fill: #ffd200;
}
.user-down.dropdown-menu > li > a{
	padding: 0;
	text-transform: capitalize;
}
.drpbot{
	min-width: 250px;
	padding: 15px 10px;
}
.drpbot .hcoms{
	margin: 12px 0
}
.langcur{
	margin: 0 15px;
}
/* menu */
#menu .navbar-collapse{
	padding: 0
}
.navbar{
	min-height: auto;
	margin-bottom: 0;
	border: none;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
.menusp{
	padding: 0;
}
#menu .navbar-nav > li > a,.view_more.my-menu a {
    text-transform: capitalize;
	font-weight: 400;
	cursor: pointer;
	font-size: 16px;
	padding: 0;
	display: inline-block;
	line-height: 30px;
	width: 100%;
}
#menu .navbar-nav > li > a i {
	position: absolute;
	right: 0;
	top: 9px;
}
.view_more.my-menu a {
	width: auto !important;
}
#menu .navbar-nav > li > a:hover, .view_more.my-menu:hover a, .view_more.my-menu:hover i {
	color: #ffd200
}
.navbar-nav{
	float: none
}
.dropdown-menu {
    border: none;border-radius: 5px;
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
    margin: 2px 0 0 !important;
}
#under-menu {
    display: block;
}
/* other-page */
.product-quickview-detail #content{
	padding-left: 15px;
}
.other-bag{
	background: #fff;
	padding: 20px;
	border-radius: 4px;
}
/* slider */
.timer-ap-to{
	width: 30%;
	margin-top: 15px;
}
/* banner */
.beffect {
    position: relative;
}
.beffect a.beff_a{
	display: block;
	position: relative;
	overflow: hidden;
}
.beffect a.beff_a::before {
    background-color: rgba(255, 255, 255, 0.1);
	content: "";
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: 10px;
	opacity: 0;
	position: absolute;
	transform: rotate3d(1,1,0,100deg);
	transition: all .6s ease 0s;
	border-radius: 4px;
	transform: rotate3d(1, 1, 0, 100deg);
}
.offbanner.beffect a.beff_a::before { 
	background-color: rgba(0, 0, 0, 0.1);
}
.beffect:hover a.beff_a::before {
	opacity: 1;
	transform: unset;
	transition-delay: 0.1s;
}
.beffect img{
	border-radius: 5px;
}
.imgbnrtext {
	position: absolute;
	top: 20px;
	left: 20px;
}
.imgbnrtext.leftbanner {
    left: auto;
    right: 4%;
    text-align: right;
}
.imgbnrtext.img-banner {
    top: 10px;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
}
.imgbnrtext.leftoffer {
    left: 0;
    right: 0;
    bottom: 8%;
    top: auto;
}
.imgbnrtext.leftoffer h4 {
	margin: 0;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.imgbnrtext.leftoffer h3 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 12px 0 0 0;
}
.imgbnrtext h6 {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.imgbnrtext.leftbanner h6 {
	font-size: 14px;
	color: #fff;
}
.imgbnrtext.leftbanner h6 span {
	font-weight: 500;
	font-size: 18px;
	color: #ffd200;
}
.imgbnrtext.img-banner h6 {
	font-size: 14px;
	color: #000;
}
.imgbnrtext.img-banner h6 span {
	font-size: 18px;
	font-weight: 500;
}
.imgbnrtext.img-banner h4 {
	font-size: 16px;
	margin: 8px 0;
}
.imgbnrtext h2 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    line-height: 1.3;
    margin: 5px 0;
}
.imgbnrtext.leftbanner h2 {
	color: #fff;
	font-size: 16px;
}
.imgbnrtext h3 {
	font-size: 16px;
	color: #ccc;
	font-weight: 400;
	margin: 15px 0;
}
.imgbnrtext .btn-primary {
    background-color: transparent;
    color: #ffd200;
    font-size: 14px;
    text-transform: uppercase;
    fill: #ffd200;
    padding: 0;
    margin-top: 10px;
}
.imgbnrtext .btn-primary:hover {
	color: #000;
	fill: #000;
}
.imgbnrtext.leftbanner .btn-primary {
	text-transform: capitalize;
	border-bottom: 1px solid #fff;
	color: #fff;
	border-radius: 0;
}
.imgbnrtext.leftbanner .btn-primary:hover {
	border-bottom: 1px solid #ffd200;
	color: #ffd200;
}
.imgbnrtext.imgbnrtext_right {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: auto;
	right: 2%;
}
.imgbnrtext.imgbnrtext_right h6 {
	font-size: 14px
}
.imgbnrtext.imgbnrtext_right h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.imgbnrtext.imgbnrtext_right .btn-primary {
    background-color: #ffd200;
	color: #000;
	text-transform: uppercase;
	padding: 8px 20px;
	margin-top: 10px;
	font-size: 12px;
}
.imgbnrtext.imgbnrtext_right .btn-primary:hover {
	background-color: #18385a;
	color: #fff;
}
.imgbnrtext.img-banner .btn-primary {
	text-transform: capitalize;
	color: #18385a;
	margin: 0;
	border-bottom: 1px solid #18385a;
	border-radius: 0;
}
.imgbnrtext.img-banner .btn-primary:hover {
	color: #ffd200;
	border-bottom: 1px solid #ffd200;
}
.offerbanner .imgbnrtext.imgbnrtext_right {
	left: 0;
	right: 0;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
}
.offerbanner .imgbnrtext.imgbnrtext_right h2 {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}
.offerbanner .imgbnrtext.imgbnrtext_right h6 {
	font-size: 14px;
	color: #797979;
	margin: 0 0 10px 0;
}
.offerbanner .imgbnrtext.imgbnrtext_right h6 span {
	color: #ffd200;
}
.offerbanner .imgbnrtext.imgbnrtext_right .btn-primary {
	margin-top: 30px;
}
/* offer text */
#homeoffer-block {
    background-color: #3d3d3d;
    padding: 10px;
    border-radius: 5px;
}
.offer-text {
	border: 2px dashed #9e9e9e;
	border-radius: 5px;
	padding: 18px 40px;
}
.offer-text .row {
	display: flex;
	align-items: center;
}
.offer-text .offer-text-left {
    display: inline-block;
    padding: 2px 0;
}
.offer-text .row [class*='col-'] {
	padding: 0 50px;
}
.offer-text .row [class*='col-']:last-child {
	border-left: 1px solid #787878;
}
.offer-text h4 {
	font-size: 26px;
	color: #fff;
	margin: 0;
}
.offer-text svg {
    height: 35px;
	width: 35px;
	fill: #ffd200;
}
.offer-text h2 {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 0 10px;
}
.offer-text .btn-primary {
	padding: 10px 25px;
	font-size: 14px;
	letter-spacing: 1px;
	float: right;
}
/* product tag */
.left-bann, .sale-bann {
    width: 20%;
}
.cate-tab {
    width: 80%;
}
.cat-tab .rating{
	float: none !important;
}
.cat-tab .protitle{
	width: auto;
	display: block;
}
.protag {
	padding: 0;
}
.protag li {
	display: inline-block;
	background-color: #f5f5f5;
	color: #000;
	padding: 5px 15px;
	border-radius: 5px;
	margin: 6px 4px;
	transition: 0.3s ease;
}
.protag li:hover {
	background-color: #ffd200;
	transition: 0.3s ease;
	color: #fff;
}
.protag li:hover a {
	color: #fff;
}
#column-left .test-t {
	background-image: url("../../../../../image/catalog/testimonial/testi-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	padding: 20px 10px;
}
.prhed .tag li{
	display: inline-block;
	background-color: #f6f6f6;
	color: #000;
	padding: 7px 15px;
	border-radius: 5px;
	cursor: pointer;
	margin: 5px;
	transition: 0.3s ease;
}
.prhed .tag li:hover{
	background-color: #ffd200;
	transition: 0.3s ease;
	color: #fff;
}
.prhed .tag li:hover a{
	color: #fff;
}
.prhed .tag{
	padding: 0;
}
/* product tag */
/* product */
.acenter,.textbnr, .offrow {
	margin-top: 40px;
}
footer .prhed {
	margin-top: 0;
}
.slid1 img, #column-left img {
	border-radius: 4px;
}
.homecategory,.centerbanner, .products_tag{
	margin-top: 40px;
}
.next-prevb{
	margin-top: 40px;
}
.martb {
	margin-top: 30px;
}
.heading {
    font-size: 22px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	padding-bottom: 30px;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: inherit;
	border-bottom: 1px solid #e4e4e4;
}
.heading span {
	background-color: transparent;
	padding-right: 30px;
	border-bottom: 2px solid #ffd200;
	padding-bottom: 23px;
}
.heading span b {
	font-weight: 700;
}
.blog_webi .heading span {
	padding-bottom: 25px;
}
#column-left .heading {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 15px 0;
	border-radius: 5px 5px 0 0;
}
#column-left .heading span {
	padding-right: 0;
	background-color: transparent;
	color: #000;
	padding-bottom: 11px;
	padding-left: 15px;
}
#column-left .leftpro h1 {
	margin: 0;
	padding: 0;
}
.left-heading {
    font-size: 17px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
	padding: 10px 15px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: inherit;
}
.nav-tabs > li{
	display: inline-block;
	float: none;
	margin-bottom: 0
}
.nav-tabs{
	border-bottom: none
}
.pro-tab li a {
    border: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
	line-height: normal;
	margin: 0;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
}
.cappo, .tab-head {
	position: relative;
}
.lpro{
	padding: 0 40px;
}
.pro-tab li.active > a, .pro-tab li.active > a:focus, .pro-tab li.active > a:hover,
.pro-tab.nav-tabs > li > a:hover, .pro-tab.nav > li > a:focus, .pro-tab.nav > li > a:hover {
	color: #ffd200;
	border: none;
}
.pro-tab.nav-tabs{
	margin-bottom: 0px;
	margin-right: 100px;
	position: absolute;
	right: 0;
	top: 0;
}
.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;
}
.product-thumb .image {
    position: relative;
}
.new {
    position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	text-transform: capitalize;
	border-radius: 4px;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: #fff;
	background-color: #000;
	padding: 0 8px;
	line-height: normal;
	height: 18px;
}
.sale {
    position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	text-transform: capitalize;
	border-radius: 4px;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: #000;
	background-color: #ffd200;
	padding: 0 8px;
	line-height: normal;
	height: 18px;
}
.product-thumb {
	position: relative
}
.protitle {
    font-size: 15px;
	color: #000;
    transition: 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0;
}
#column-left .protitle {
	font-size: 14px;
}
#column-left .product-thumb .price {
	font-size: 14px;
}
#column-left .price-old {
	font-size: 12px
}
.protitle a{
	color: #000;
}
.protitle:hover,.protitle:hover a{
	color: #ffd200;
}
.product-thumb .rating {
	margin: 0 0 8px 0;
}
#column-left .product-thumb .rating {
	margin: 0 0 5px 0;
}
.product-thumb .price {
    font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	height: 21px;
	color: #18385a;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 500;
}
.protabcont .multi-row .product-layout, .lsatpro .product-layout {
	margin-bottom: 30px;
}
.protabcont .multi-row .product-layout:last-child, .lsatpro .product-layout:last-child {
	margin-bottom: 0px;
}
.probrand {
    color: #9f9e9e;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
.product-thumb .topbt {
    position: absolute;
	top: 30%;
    right: 0;
    left: 0;
    text-align: center;
    overflow: auto;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.product-thumb:hover .topbt {
    opacity: 1;
}
/* button effect */
.product-thumb .button-group svg{
	width: 18px;height: 18px;
	fill: #222;
}
.product-thumb .button-group .bquickv svg {
	margin-top: 2px;
	width: 20px;
	height: 20px;
}
.product-thumb .button-group button,.product-thumb .button-group a {
	background-color: #fff;
	border-radius: 5px;
	min-width: 40px;
	min-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	padding: 7px 7px;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.3s ease;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.product-thumb .button-group a{
	margin: 0;
}
.product-thumb .button-group button:hover,.product-thumb .button-group a:hover{
	background-color: #ffd200;
	border: 1px solid #ffd200;
	color: #fff;
}
.bquickv{
	display: inline-block;
	vertical-align: middle;
}
.product-thumb .button-group button:hover svg,.bquickv:hover svg{
	fill: #18385a;
}
.product-thumb {
    position: relative;
	background: #fff;
	transition: 0.3s ease;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
}
.product-thumb img{
	border-radius: 5px;
	cursor: pointer;
}
.img_sli {
	border-radius: 5px;
}
.img_sli img {
	margin: 7px 0;
	border: 1px solid #e7e7e7;
}
.img_sli img:hover {
	border: 1px solid #ffd200;
}
.cate-left {
    width: 38%;
}
.timer-right {
    width: 62%;
}
#count  .protitle{
	font-size: 16px;
}
#count .product-layout {
	padding-bottom: 25px;
}
#count .countprice{
	color: #838383;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	letter-spacing: 0;
	font-size: 14px;
}
#count .product-thumb .price{
	font-size: 17px;
}
.timerpro .caption-bor {
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.timerpro .product-thumb .caption .product-title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding-bottom: 15px;
	font-size: 14px;
	text-transform: capitalize;
}
.custw {
    padding: 0;
}
.all-timer {
    background-color: #18385a;
	border-radius: 5px;
	position: absolute;
	text-align: center;
	left: 10px;
	right: 10px;
	margin: 0 auto;
	bottom: -25px;
	padding: 5px;
}
.timerpro .product-thumb .box-timer span.countdown-section {
    display: inline-block;
	text-align: center;
	position: relative;
	margin: 0 5px;
}
.timerpro .product-thumb .box-timer span.countdown-period{
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 2px 0 0;
	display: block;
}
.timerpro .product-thumb .box-timer span.countdown-amount {
    font-weight: 500;
	font-size: 20px;
	color: #ffd200;
	position: relative;
}
.all-timer .countdown-section{
	font-size: 18px;
	transition: 0.3s ease;
	font-weight: normal;
	display: block;
	letter-spacing: 1px;
	position: relative;
	border-radius: 5px;
}
.all-timer .countdown-section{
	text-align: center;
	position: relative;
	transition: 0.3s ease;
	display: inline-block;
}
.countdown-row .countdown-section:last-child .countdown-amount::after {
	content:none;
}
.all-timer .dealt {
    font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 0;
}
.all-timer .box-timer{
	margin-top: 0px;
	margin-bottom: 0px
}
/* timer progress */
.quantity-progress {
	display: block;
	margin: 15px 0;
}
.obar {
    background-color: #f5f5f5;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 10px;
    position: relative;
}
.ibar {
    background-color: #5FD841;
    width: 0;
    height: 100%;
}
.ibar.bar1 {
    width: 20%;
    background-color: #E84C3D;
}
.ibar.bar2 {
    width: 40%;
    background-color: #e67e22;
}
.ibar.bar3 {
    width: 60%;
    background-color: #f1c40f;
}
.ibar.bar4 {
    width: 80%;
    background-color: #96D940;
}
.ibar.bar5 {
    width: 100%;
    background-color: #5FD841;
}
.product-available {
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
/* timer progress */
/* .hometimer{
    background-color: #fff;
    border-radius: 5px;
    position: relative;
} */
.spheading {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}
/* latest product */
.caption{
	padding: 10px;
}
#cattab .caption, #cattab1 .caption {
	padding: 0 10px;
}
/* latest product */
/* category tab */
.thumb_img {
	float: none;
	max-width: 30px;
	display: inline-block;
	margin-right: 10px;
	background-color: #f5f5f5;
	border-radius: 5px;
}
.thumb_img img {
	max-width: 30px;
	padding: 4px;
}
.container_wb_megamenu .nav li{
	width: 100%;
	padding: 5.6px 15px;
}
.container_wb_megamenu .nav li.dropdown-submenu {
	padding: 2px 0;
}
#menu .dropdown-inner ul.list-unstyled.grand-child {
    margin-top: 5px;
    display: inline-block;
}
.container_wb_megamenu ul.nav{
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	border: 2px solid #18385a;
	margin: 2px 0 0 0;
	padding: 5px 0;
}
.container_wb_megamenu {
    margin-top: -75px;
}
.container_wb_megamenu .title-menu {
	padding: 10px 15px;
	background-color: #ffd200;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	letter-spacing: 1px;
	color: #000;
	border-radius: 5px;
	position: relative;
}
.container_wb_megamenu .title-menu .wr-menu {
	display: flex;
	align-items: center;
}
.category-tab {
	position: relative;
}
#cat_tab .nav-tabs, #cat_tab1 .nav-tabs {
	margin-bottom: 0;
	position: absolute;
	right: 8%;
	top: 0;
}
.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus {
	display: block; 
	padding: 0 10px;
	margin: 0;
	text-transform: capitalize;
	color: #000;
	position: relative;
	background-color: transparent;
    border: none;
    cursor: pointer;
    transition: 0.3s all ease;
	font-size: 16px;
    font-weight: normal;                                          
}
.category-tab .tab-content > .tab-pane:not(.active), .category-tab .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
#cat_tab .nav-tabs > li.active > a, #cat_tab .nav-tabs > li.active > a:focus, #cat_tab .nav-tabs > li.active > a:hover,#cat_tab a:hover,
#cat_tab1 .nav-tabs > li.active > a, #cat_tab1 .nav-tabs > li.active > a:focus, #cat_tab1 .nav-tabs > li.active > a:hover,#cat_tab1 a:hover {
	color: #ffd200;
}
#cat_tab .nav-tabs > li.active > a svg, #cat_tab .nav-tabs > li.active > a svg:focus, #cat_tab .nav-tabs > li.active > a svg:hover,#cat_tab a svg:hover
#cat_tab1 .nav-tabs > li.active > a svg, #cat_tab1 .nav-tabs > li.active > a svg:focus, #cat_tab1 .nav-tabs > li.active > a svg:hover,#cat_tab1 a svg:hover {
	opacity: 1;
	fill: #ffd200;
}
.viewmore li {
	padding: 5px 25px;
}
.viewmore li a {
	font-size: 16px;
}
@media (min-width: 992px){
	.catb{
		display: none;
	}
	.home-cat.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
	.viewmore {
	    position: absolute;
		right: 8%;
		z-index: 1;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,.175);
		border-radius: 5px;
		padding: 5px 0;
		top: 50px;
		list-style: none;
	}
}
.acenter{
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 25px;
}
#cattab .product-thumb, #cattab1 .product-thumb {
    padding: 10px;
    display: flex;
	align-items: center;
}
#cattab .product-thumb .image, #cattab1 .product-thumb .image {
	padding: 0;
}
#cattab .topbt{
	text-align: left;
	top: 60%;
	left: 4px;
}
#cattab .product-thumb .button-group button, #cattab .product-thumb .button-group a {
	min-width: 34px;
	min-height: 34px;
	padding: 5px;
}
#cattab .slick-slide div:last-child .product-layout,#cattab1 .slick-slide div:last-child .product-layout{
	margin-top: 35px;
}
/* left pro */
.leftpro {
    border: 1px solid #e4e4e4;
	border-radius: 5px;
}
@media(min-width: 768px){
	#column-left .leftpro:first-child{
		margin-top: 0;
	}
	.hsticky{
		z-index: 1;
	}
}
#common-home #column-left .leftpro:first-child{
	margin-top: 50px;
}
.leftpro .image{
    padding: 0;
}
.leftimg{
	position: relative;
}
.leftpro .product-thumb {
    padding: 10px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 0;
}
.leftpro .product-layout:last-child .product-thumb {
	border-bottom: none;
}
.leftpro .caption {
    margin: 0;
    padding: 0 4px;
    border-top: none;
}
.leftpro .rating {
    margin: 5px 0;
}
/* category */
.btn-navbar.navbar-toggle {
    padding: 6px 0 0;
	border: none;
	border-radius: 50%;
	text-align: center;
	margin: 0;
	cursor: pointer;
	transition: all .3s ease-in-out;
	display: block;
	float: left;
	/* background-color: rgba(255,255,255,0.1);
	min-width: 34px;
	min-height: 34px; */
}
.ico-menu {
    position: relative;
	width: 16px;
	margin: 0 auto;
	left: 0;
	top: -7px;
}
.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;
	transition-delay: 0s;
}
.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: 15px;
}
.ico-menu .bar {
    position: absolute;
    height: 2px;
    background-color: #000;
    overflow: hidden;
}
.cate {
    display: inline-block;
	padding: 0px 25px;
}
.wr-menu i {
    float: right;
    vertical-align: middle;
    margin: 2px 0;
    font-size: 18px;
    right: 30px;
	position: absolute;
}
#cat-img .block-cat-wr:last-child {
	margin-top: 30px;
}
.categorybr {
	position: relative;
}
.categorybr a {
    display: block;
    color:  #000;
}
.categorybr a.list-group-item {
	color: #424242;
	font-size: 15px;
	background: transparent;
	border: none;
	padding: 5px 0;
}
.categorybr a img {
	border-radius: 5px;
}
.categorybr h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    margin-top: 20px;
}
.categorybr:hover h5 a, .block-cat-wr h6 a:hover {
    color: #ffd200;
}
.categorybr:hover h5::before {
	border-color: transparent transparent #ffdc52 transparent;
}
.category_text {
    position: absolute;
    bottom: 5%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.block-cat-wr h5 {
    color: #000;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	transition: 0.3s ease;
	margin: 0 0 15px 0;
}
.categorybr a.list-group-item:hover {
	margin-left: 10px;
}
.block-cat-wr h6 {
	margin: 0;
}
.block-cat-wr h6 a {
	color: #848484;
	font-size: 14px;
	font-weight: 400;
}
.catepro {
	color: #919191;
	font-size: 12px;
	margin: 0;
}
/* special product */
.three_product .heading {
	font-size: 18px;
}
#special .protitle {
	width: auto;
	margin: 10px 0;
}
.lsatpro {
	border-radius: 4px;
	position: relative;
}
#special .next-prevb{
	margin-bottom: 0;
	border: none;
}
.leftimg{
  	position: relative;
	overflow: hidden;
	padding: 0;
}
/* special product */
/* service */
.delibro{
	cursor: crosshair;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
}
.deliveryinfo ul svg {
	width: 40px;
	height: 40px;
	fill: #000;
	margin-right: 8px;
	transition:0.3s ease;
}
.deliveryinfo ul:hover svg {
    fill: #ffd200;
}
.deliveryinfo .sborder ul {
    padding: 35px 15px;
	border-bottom: 1px solid #e4e4e4;
}
.deliveryinfo .sborder:last-child ul {
	border-bottom: none;
}
.deliveryinfo .sborder {
	position: relative;
}
.deliveryinfo li {
	display: inline-block;
	vertical-align:middle;
}
.deliveryinfo li h4, .deliveryinfo li .h4 {
	font-weight: 500;
	font-size: 16px;
	text-transform:capitalize;
	margin-top: 0;
	margin-bottom: 6px;
	transition:0.3s ease;
}
.deliveryinfo li p {
	font-size:12px;
	color:#919191;
	font-weight:normal;
	margin-bottom:0;
	text-transform:capitalize;
}
.deliveryinfo .sborder:hover li h4, .deliveryinfo .sborder:hover li .h4 {
	color: #ffd200;
}
/* service over */
/* testimonial */
.test-hed{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
}
#testi svg {
	fill: #ffd200;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	margin: 20px 0 15px 0;
}
.testi1, .testi2, .testi3, .testi4 {
    background-repeat: no-repeat;
	width: 80px !important;
	height: 80px;
	z-index: 1;
	margin: 5px auto 15px;
	position: relative;
	border-radius: 50% !important;
}
.content_test h3 {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 6px 0;
}
.first-t1{
    color: #fff;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 12px;
	margin: 0;
	display: block;
	line-height: normal;
}
.text-p p {
    color: #fff;
	font-weight: 300;
	line-height: 26px;
	font-size: 14px;
	margin: 0;
	position: relative;
}
#testi .item {
    margin: 0 auto;
    padding: 0;
}
.d-test {
    position: relative;
    max-width: 1000px;
	margin: 0 auto;
}
/* blog */
.footbag {
    background-color: #f5f5f5;
    padding: 50px 0 30px;
}
.blog_webi h1 {
	margin: 0;
}
.read_more {
	text-transform: uppercase;
	color: #3c3c3c;
	display: inline-block;
	transition: 0.3s ease;
	padding: 0;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 15px;
	font-size: 13px;
}
.read_more:hover {
	color: #ffd200;
}
.blog_webi .blog-right h4 {
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s ease;
    font-weight: 400;
    line-height: 23px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}
.blog-des hr{
	border-top: 1px solid #dcdcdc;
	margin: 11px 0;
}
.blog-right{
    position: relative;
    padding: 10px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.blog-des p {
    margin: 12px 0;
	color: #a3a3a3;
	line-height: 20px;
	font-size: 14px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}
.date-time {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    position: absolute;
    top: 20px;
    background-color: #ffd200;
    border-radius: 0 5px 5px 0;
    padding: 8px 20px;
}
.blog-des i {
	font-size: 16px;
}
.bcomm {
    font-size: 13px;
	color: #666;
	display: block;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.date-time p {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}
.blog_webi .blog-right h4:hover{
	color: #ffd200;
}
.allcmenomt, .read-more{
	margin-bottom: 20px;
}
.lb-nav a{
	transition: none
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.93,0.9);
}
#blog .product-block .webi-blog-image img{
	border-radius: 5px 5px 0 0;
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 15px;
}
.webi-blog-image img{
	border-radius: 5px;
}
#blog .product-block .webi-blog-image {
    margin-bottom: 0;
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.webi_post_hover .icon {
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #252525;
	padding: 9px 9px;
	display: inline-block;
	line-height: 0px;
}
.webi_post_hover .icon:hover{
	background-color: #252525;
	color: #fff;
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}
.blogal .alert {
    position: unset;
}
.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 15px;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.bcomment{
	background-color: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 5px;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	line-height: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.allcomment h5:hover {
	color: #ffd200;
	transition: 0.3s ease;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 10px 0
}
.allmb{
	margin-bottom: 15px;
	padding: 0;
}
.sngblog h3{
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
	line-height: 23px;
}
.sngblog .blog-desc{
	margin-bottom: 0;
	text-align: justify;
}
.allmb .blog-desc{
	overflow: hidden;
	height: 75px;
	text-align: justify;
}
/* logo slider */
.logo-slider{
	margin-top: 40px;
}
.logo-slider .logo_sliderbor {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 10px 40px;
}
/* newsletter */
.newsl .description-top p {
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: .5px;
    color: #656565;
    margin: 15px 0;
    line-height: 24px;
}
.newsl .input-group input,.newsl .input-group .input-group-btn button{
	height: 44px;
	border: none;
	background-color: #fff;
}
.newsl.alert,.white-popup .alert{
	position: unset
}
.newsl .form-group{
	margin-bottom: 0;
	margin-top: 2px;
}
.newsbgf h5 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	color: #fff;
	letter-spacing: 1px;
}
.newsbgf p {
	color: #a3afbd;
	margin: 10px 0 0 0;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
}
.newsbgf .alert{
    bottom: -63px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
}
.webi-newsletter form button[type="submit"] {
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 11px 15px;
    letter-spacing: 1px;
    transition: 0.3s ease;
    height: 45px;
    line-height: normal;
    width: 100%;
    border: 0;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: 0px;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #e4e4e4;
    background-color: transparent;
}
.newsl .input-group .input-group-btn button {
    font-size: 14px;
    border-radius: 0 4px 4px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ffd200;
    color: #000;
    padding: 11px 35px;
}
.newsl .input-group .input-group-btn button:hover{
    background-color: #000;
    color: #fff;
}
/* newsletter popup */
.white-popup {
  	position: relative;
	background: #FFF;
	padding: 40px 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
}
.white-popup h1{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 26px;
	margin: 0;
}
.white-popup p{
	color: #777;
	margin: 15px;
	line-height: 23px;
}
.white-popup .form-group  .checkbox label{
	position: relative
}
.white-popup  .mfp-close{
    background: transparent;
    border-radius: 5px;
}
.newsletter-bg{
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 5px;
}
.slide-bottom{
    position: absolute;
    padding:30px;
    background:#FFF;
    bottom: 0;
    right: 10%;
    border: solid 1px #000;
}
.slide-bottom .inner{
    position: relative;
}
.button-slide{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background:#000;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}
/* footer */
.payc li, .block-social li{
	margin: 0 5px;
}
.payc li:first-child, .block-social li:first-child {
	margin-left: 0;
}
.pay_connect li {
	margin: 0 10px 0 0;
}
.email-f .form-control{
	background-color: transparent;
}
.fotbag{
	background: #18385a;
}
.inner.newsbgf {
    display: flex;
    align-items: center;
}
.foot-top {
    position: relative;
    padding: 40px 0;
}
.social h5 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
    margin: 0;
}
.inputNew {
    height: 47px;
    box-shadow: none;
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.newsbgf .btn{
	height: 47px;
	box-shadow: none;
	padding: 11px 15px;
	border: none;
	border-radius: 5px;
	background-color: #222;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}
.d-info {
    color: #222;
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 16px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 5px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #ffd200;
    color: #000;
    border-radius: 5px;
}
#scroll:hover{
	background-color: #000;
	color: #fff;
}
#scroll i {
    font-size: 26px;
}
.home-page footer {
	margin-top: 0;
}
footer {
	background-color: #fff;
	margin-top: 40px;
}
.copy {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}
.fborder.fborder-line {
	position: relative;
}
/* .tag-d {
    max-width: 1060px;
    margin: 0 auto;
} */
.tag-d {
    padding: 5px 0;
}
.footblink h5 {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
}
.footblink p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.footblink p a {
    color: #5d5d5d;
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
}
.footblink p a:hover{
	color: #ffd200;
}
.fotcon{
    padding: 40px 0 40px 0;
}
.imgcl{
	margin-top: 13px;
}
.imgcl img{
	display: inline-block;
	position: relative;
	margin: 0 15px;
	cursor: pointer;
}
.footblink p a::after {
    content: '|';
    color: #5d5d5d;
    margin: 0 9px;
}
.footblink p:last-child a::after {
 display:none
}
.foot-des {
	margin-bottom: 20px;
}
.cont {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.cont p {
	margin-bottom: 0;
}
.cont a span {
	font-size: 25px;
	color: #ffd200;
}
.middle-footer h5 {
    font-size: 18px;
    color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-left: 0;
	font-weight: normal;
}
.email-f svg{
	fill: #ffd200;
}
.middle-footer a, .f-left li, .middle-footer p {
	line-height: 35px;
	transition: 0.3s ease;
	letter-spacing: 0.5px;
	font-weight: normal;
	color: #656565;
	cursor: pointer;
}
.middle-footer a:hover,.fpayment i:hover{
	color: #ffd200
}
.news-de svg {
	fill: #fff;
	margin-right: 40px;
	width: 90px;
	height: 90px;
	opacity: 0.5;
}
.fot-pay p {
    margin: 25px 0 30px 0;
    line-height: 23px;
    color: #b2b2b2;
    font-size: 13px;
    letter-spacing: 1px;
}
.fpayment i {
    font-size: 24px;
    color: #313131;
    cursor: pointer;
}
.f-left svg {
    fill: #18385a;
    margin-right: 10px;
}
.list-unstyled.f-left {
    margin-bottom: 20px;
}
.f-left li {
    word-break: break-all;
}
.copy .text-left a,.copy .text-left{
	color: #fff;
}
.copy .text-left{
	margin-top: 10px;
}
.copy .text-left a:hover{
	color: #000
}
.footer-down {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 27px 0;
}
.footer-down h6{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-right: 30px;
	text-transform: uppercase;
}
.footer-down ul{
	display: inline-block;
}
.footpay svg{
	width: 40px;
	height: 40px;
}
.pay-connect {
    margin-bottom: 20px;
    bottom: 20px;
    position: relative;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 0 30px;
}
.fsocial a {
    line-height: normal;
    min-width: 34px;
    min-height: 34px;
    text-align: center;
    padding-top: 8px;
    background: #f5f5f5;
    color: #636363;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}
.fsocial a i{
	font-size: 16px;
}
.fsocial a:hover{
	background-color: #ffd200;
	color: #000;
}
.copy-t{
	padding: 10px 0;
	border-top: 1px solid #ddd;
}
/* carousel button */
.owl-carousel.owl-theme .owl-dots {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 2%;
}
#testi.owl-carousel.owl-theme .owl-dots {
	position: unset;
	margin-top: 10px;
}
.owl-carousel.owl-theme .owl-dot {
    margin: 0;
    background: #cccccc;
    box-shadow: none;
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius: 50%;
    margin: 0 10px;
}
.owl-carousel.owl-theme .owl-dot.active, .owl-carousel.owl-theme .owl-dot:hover {
    margin: 0;
    border: 1px solid #ffd200;
    box-shadow: none;
    width: 12px;
    height: 12px;
    background-color: transparent;
    margin: 0 10px;
}
.owl-carousel.owl-theme .owl-dot span {
	width: 4px;
	height: 4px;
	background-color: #cccccc;
	text-align: center;
	margin: -2px;
	position: absolute;
	border-radius: 50%;
}
.owl-carousel.owl-theme .owl-dot.active span, .owl-carousel.owl-theme .owl-dot:hover span {
	background-color: #ffd200;
}
.owl-theme .owl-nav {
	position: absolute;
	right: 15px;
	top: -78px;
	padding-left: 30px;
}
#offer.owl-theme .owl-nav {
	display: none;
}
#gallery_01.owl-theme .owl-nav {
	position: relative;
	right: auto;
	top: -46px;
	padding: 0;
	opacity: 0;
	transition: 0.4s ease;
}
#gallery_01.owl-theme:hover .owl-nav {
	opacity: 1;
}
#gallery_01.owl-theme .owl-next, #gallery_01.owl-theme .owl-prev {
	margin: 0;
	position: absolute;
	bottom: 1px;
	width: 19px;
	height: 19px;
	background-color: #ccc;
	border-radius: 0;
	text-align: center;
}
#gallery_01.owl-theme .owl-next {
	right: 5px;
}
#gallery_01.owl-theme .owl-prev {
	left: 5px;
}
#gallery_01.owl-carousel.owl-theme .owl-nav button i {
	font-size: 16px;
}
.owl-carousel.owl-theme .owl-nav button {
    margin: 0;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    transition: .3s ease;
    min-width: 30px;
	min-height: 30px;
	background-color: #fff !important;
	border: 1px solid #e4e4e4 !important;
	border-radius: 5px;
	color: #acacac !important;
}
.owl-carousel.owl-theme .owl-nav button:hover, #cattab .slick-arrow:hover, #cattab1 .slick-arrow:hover {
	background-color: #ffd200 !important;
	border: 1px solid #ffd200 !important;
	color: #000 !important;
}
.owl-carousel.owl-theme .owl-nav button i, #cattab .slick-arrow i, #cattab1 .slick-arrow i {
    font-size: 15px;
    transition: .3s ease;
}
#column-left .owl-carousel.owl-theme .owl-nav button i:hover {
	color: #ffd200;
}
#column-left .owl-carousel.owl-theme .owl-nav button {
	min-width: auto;
	min-height: auto;
	margin-left: 15px;
	border: none !important;
}
#column-left .owl-carousel.owl-theme .owl-nav button:hover {
	background-color: transparent !important;
	border: none !important;
}
#column-left .owl-theme .owl-nav {
	padding: 0 15px;
	top: -35px;
}
#column-left .owl-carousel.owl-theme .owl-nav button i {
	font-size: 25px;
}
#cattab .slick-arrow, #cattab1 .slick-arrow  {
    color: #acacac;
	font-size: 15px;
	padding: 0;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s ease;
	font-weight: 500;
	top: -78px;
	line-height: 0;
	background-color: #fff;
	min-width: 30px;
	min-height: 30px;
	border: 1px solid #e4e4e4;
}
#cattab .slick-next.slick-arrow, #cattab1 .slick-next.slick-arrow {
	right: 15px;
}
#cattab .slick-prev.slick-arrow, #cattab1 .slick-prev.slick-arrow {
	right: 55px;
}
#column-left #popular .product-thumb, #column-left #toprate .product-thumb {
	display: flex;
	align-items: center;
}
/* pagination */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ffd200;
    border-color: #ffd200;
    z-index: 0;
    color: #fff
}
.pagination > li > a, .pagination > li > span {
    color: #252525;
    padding: 7px 12px 5px 12px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #ffd200;
    border-color: #ffd200;
}
.pagi .tot{
	line-height: 34px;
	font-size: 13px;
}
.pagi{
	margin: 0 0 30px 0;
	background-color: #fff;
	padding: 8px 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.pagination > li {
    display: inline-flex;
}
/* product page */
.category-tab .nav-tabs li {
    display: inline-block;
}
 .form-rating .form-rating-container, .radi .form-rating,.radi label{
    display: inline-block;vertical-align: middle;margin: 0
}
.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
    margin-bottom: 0;
    cursor: pointer
}
#tab-review .fa-stack-2x {
    color: #ffdc52;
}
.form-rating .form-rating-container input {
    display: none
}
.form-rating .form-rating-container:hover label:hover i.fa-star-o,
.form-rating .form-rating-container:hover label:hover~label i.fa-star-o {
    color: #ffdc52;
}
.form-rating input:checked~label i.fa-star,.form-rating input:checked~label i.fa-star-o,.form-rating .form-rating-container:hover label:hover i.fa-star,
.form-rating .form-rating-container:hover label:hover~label i.fa-star {
    color: #ffdc52;
}
.form-rating .form-rating-container label i.fa-star-o, .form-rating .form-rating-container:hover label i.fa-star-o, .form-rating .form-rating-container label i.fa-star,
.form-rating .form-rating-container:hover label i.fa-star {
    color: #d9d9d9;
}

.btn.datebtn {
    min-height: 34px;
    margin: 0 !important;
}
.btn.pcrt.btn-primary {
    min-height: 35px;
}
#product-product .pro-content .alert,#account-register .alert{
	position: unset;
}
#product-product .pro-content .alert {
	margin: 15px 0 0 0;
}
.zoomWrapper{
	position: relative
}
.thumbnail{
	border: none;
	padding: 0;
}
.addro{
	margin: 0 -5px;
}
.addpa{
	padding: 0 5px;
}
#zoom_03{
	border-radius: 5px;
	border: 1px solid #ededed;
}
.pro-price{
	font-size: 18px !important;
	font-weight: 500;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review #review{
	margin-bottom: 15px;
}
.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}
.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #ffd200;
    left: 0;
}
.product-tab .nav-tabs > li.active > a,.product-tab .nav-tabs > li.active > a:focus,.product-tab .nav-tabs > li.active > a:hover {
    color: #ffd200;
    cursor: default;
    border: none;
    cursor: pointer;
}
.product-tab .nav > li > a:focus,.product-tab .nav > li > a:hover,.product-tab .nav-tabs > li > a{
    border: none;
    background: transparent;
}
.product-tab .nav > li > a{
	padding-left: 0;
	padding-right: 0
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
.productbg .product-bag{
	background-color: #fff;
	border-radius: 4px;
}
.pro-content h1 {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 0;
	font-weight: 500;
}
.pro-content #product h3{
	font-size: 18px;
	margin: 0 0 15px 0;
}
.pro-content .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 55px;
    height: 40px;
    text-align: center;
    border-radius: 0;
}
.pro-content .qty-plus-minus .btnminus{
	border-radius: 5px 0 0 5px;
}
.pro-content .qty-plus-minus  .btnplus{
	border-radius: 0 5px 5px 0;
}
.pro-qty {
    margin: 0;
}
.btnminus,.btnplus{
    line-height: 22px;
}
.producthr {
    border-top: 1px solid #f2f2f2;
}
.text-decor, .text-de {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 145px;
    display: inline-block;
    line-height: 25px;
}
.stock_bg .bg-success {
	background-color: #28a745;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 13px;
}
.stock_bg .bg-danger {
	background-color: #f1b70e;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 13px;
}
.stock_bg .bg-warning {
	background-color: #e07122;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 13px;
}
.stock_bg .bg-red {
	background-color: #e91f2b;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 13px;
}
.prod-image img {
	border: 1px solid #f2f2f2;
	padding: 5px;
	border-radius: 5px;
	max-width: 100px;
}
.pro_count .row {
	display: flex;
	align-items: center;
}
.pro_count .obar {
	background-color: #fff;
}
#product {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
	list-style: none;
	margin-top: 20px;
}
.pro-discou {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.product-soc, .product-tag {
	margin-top: 20px;
}
.price-old, .popu-text span.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
}
.textdeb {
    margin: 0 4px;
    color: #ffd200;
}
.textdeb:hover{
    color: #000;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 600;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 0
}
.custom-radio .img-thumbnail {
    display: block;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	border: 1px solid #ccc;
	padding: 3px;
}
.custom-radio-design label span {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}
.custom-radio .radio label input:checked + img, .custom-radio-design label input:checked + span {
	border: 1px solid #000;	
}
.custom-radio label input, .checkbox_input label input {
    position: absolute;
	z-index: -1;
	opacity: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.custom-radio .radio label {
	padding: 0;
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;
	color: #808080;
}
.custom-radio label .radio_price, .custom-radio label.color-option span {
	display: none;
}
.custom-radio .radio, .checkbox_input .checkbox {
	display: inline-block;
	margin: 0 4px 0 0;
}
.product-btn .btn-primary {
    padding: 10px 20px;
    margin-left: 5px;
}
.product-btn .add-to-cart.btn-primary svg {
    margin-right: 5px;
}
.product-tag .tagtitle {
    font-weight: 500;
    font-size: 14px;
}
.product-tag a {
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #4f4f4f;
	margin-right: 5px;
	transition: all 0.3s ease;
}
.product-tag a:hover {
	background-color: rgba(250,65,75,.2);
	border: 1px solid #ffd200;
	color: #ffd200;
}
.product-tag a:last-child {
	display: none;
}
.text-decorop {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #ffd200;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #000;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	z-index: 0;
}
.datebtn:hover, .btnup:hover{
    background-color: #222;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
	text-transform: capitalize;
}
#tab-description{
	line-height: 22px;
}
.btnup {
    background-color: #000;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none;
    color: #fff;
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ededed;
}
.pro-content #input-quantity{
	border-radius: 0;
}
.product-tab{
	margin-top: 30px;
	margin-bottom: 40px;
	border-radius: 5px;
	border: 1px solid #ededed;
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #ededed;
	padding: 0
}
.product-tab li{
	margin: 0 10px;
}
.product-tab .tab-pane{
	padding: 15px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ededed;	
}
.qtlabel{
	margin-top: 5px;
	width: auto;
}
.product-tab #review .fa-stack{
	font-size: 8px;
}
#gallery_01 img{
	border: 1px solid #ededed;
	margin-bottom: 1px;
	border-radius: 5px;
}
.rsep{
	padding: 0 20px;
}
.custreview{
	text-transform: capitalize;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px;
}
#review .custreview:nth-child(1)  {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}
#tab-review #review{
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 5px;
}
#tab-review #review p{
	margin-bottom: 0;
	font-size: 13px;
	letter-spacing: 0;
}
.custreview p{
	color: #777;
	line-height: 23px;
	font-size: 13px;
	margin-bottom: 0;
}
.crspc{
	padding: 10px 0;
}
.crspc span{
	display: inline-block
}
/* product page timer */
.product_count {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}
.product_count span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 40px;
	background-color: #f5f5f5;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
}
.product_count p {
	font-size: 12px;
	margin-bottom: 0;
	text-transform: capitalize;
	display: block;
	color: #5b5b5b;
}
/* product page timer */
/* category page */
.catfilter {
    margin-top: 40px;
}
.product-grid .catlist-des, .product-grid-3 .catlist-des {
    display: none;
}
.catlist-des {
    color: #727272;
	font-size: 12px;
	text-transform: capitalize;
	max-height: 38px;
	overflow: hidden;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #000;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ededed;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.cate-top {
    background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #eee;
	margin-left: 0;
	margin-right: 0;
	border-radius: 5px;
}
.cate-top img {
	border-radius: 5px;
}
.cate-top h2{
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
	font-weight: 500;
}
.cate-top p{
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}
.cate-border {
    background-color: #fff;
	margin: 0 0 20px 0;
	padding: 10px 0px;
	border: 1px solid #eee;
	border-radius: 5px;
	display: flex;
    align-items: center;
}
#compare-total{
	padding: 0;
	margin-top: 5px;
}
.catesort label {
    background-color: #fff;
    border: none;
    color: #1e1e1e !important;
}
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #ffd200;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #000;
}
.select-input::after, .select_input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.select_input::after {
	right: 30px;
}
#product-product .select_input::after {
    right: 12px;
    bottom: 6px;
    top: auto;
}
#checkout-checkout .select_input::after {
    right: 12px;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius: 5px !important;
}
.select_input {
	position: relative;
}
.catesort select.form-control, .select_input select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid,.product-grid-3,.product-list{
	padding: 0 5px;
	margin-bottom: 30px;
}
.product-list .product-thumb {
	border: 1px solid #eee;
	border-radius: 4px;
	transition: none;
}
.cpagerow{
	margin: 0 -5px;
	border: 1px solid #fff;
}
.product-list .product-thumb .price span {
    display: inline-block;
}
.product-list .product-thumb .button-group{
	position: unset;
	transform: none;
	opacity: 1;
	transition: none;
	text-align: left;
	margin-top: 10px;
}
.product-list .product-thumb .button-group .topbt{
	position: unset;
	transform: none;
	opacity: 1;
	transition: none;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.product-list .product-thumb:hover .button-group{
	transition: none;
	transform: none
}
.product-list .bquickv{
	opacity: 1;
	transition: none
}
.product-list .protitle,.product-list .protitle a{
	color: #222;
	font-size: 18px;
	font-weight: 400;
}
.product-list .protitle:hover a, .product-list .protitle:hover{
	color: #ffd200;
}
.product-list .product-thumb .button-group button, .product-list .product-thumb .bquickv a {
	display: inline-block;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}
.product-list .product-thumb .button-group button:hover, .product-list .product-thumb .bquickv a:hover {
	background-color: #ffd200;
	border: 1px solid #ffd200;
}
.product-list .product-thumb .button-group .add-cart{
	position: unset;
	display: inline-block;
	right: 0;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
}
.product-list .product-thumb .price{
	float: none !important;
}
.product-list .rat-pri .text-right{
	text-align: left;
	margin-top: 7px;
}
/* filter */
.catfilter.panel-default > .panel-heading,.cathed{
	color: #000;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-left: 0;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #eee;
	border-bottom: none;
}
.catfilter .panel-heading button{
	border: none;
	background: transparent;
	box-shadow: none;
}
.catfilter .checkbox input{
	margin-top: 3px;
}
#xsfilter .list-group{
	margin-bottom: 0
}
.panel-default {
    border: none;
    box-shadow: none;
    border-radius: 4px;
}
.list-group-item {
    border: 1px solid #eee;
}
.panel-footer {
    background-color: #fff;
    border: none;
    padding: 10px 15px 0;
}
/* refine search */
.refines{
	margin-bottom: 20px;
}
.refines ul{
	display: inline-block
}
.refines li{
	border: 1px solid #eee;
	font-size: 12px;
	letter-spacing: 0;
	padding: 6px 12px;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: capitalize;
	margin-bottom: 4px;
	border-radius: 5px;
	background-color: #fff;
}
.refines h3{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}
/* search page */
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.search-page .select-input {
    position: relative;
}
#product-search .checkbox-inline {
    margin-top: 7px;
}
/* other page */
#common-success .infobg p a{
	color: #000;
	font-weight: 500;
}
#common-success .infobg p a:hover{
	color: #ffd200;
}
/* 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: #ffd200;
}
.info-img{
	width: auto;
}
.accolumn{
	box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
	border-radius: 4px;
	padding: 15px 0px;
	background-color: #fff;
	margin-top: 0;
}
.accolumn.list-group a{
	border: none;
	padding: 10px 20px 10px 50px;
	font-size: 13px;
}
.accolumn.list-group a.logu{
	padding: 10px 0;
	color: #000
}
.accolumn h3{
	font-size: 14px;
	font-weight: 500;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 20px;
}
.accolumn h3 a{
	font-size: 14px;
	font-weight: 500;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 0px;
}
.accolumn h3 svg{
	fill: #ffd200;
	margin-right: 10px;
}
.accolumn hr{
	border-top: 1px solid #f0f0f0;
}
/* account page */
/*-------------*/
.acco span{
	display: inline-block;
	vertical-align: middle;
}
#account-account.acpage #content[class*="col-"] .accrow a {
    display: inline-block;
    border: 1px solid #eee;
    width: 100%;
    padding: 25px 25px;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
}
#account-account.acpage #content[class*="col-"] .accrow span:first-child{
	border-right: 1px solid #eee;
	padding-right: 25px;
	margin-right: 25px;
}
#account-account.acpage #content[class*="col-"] .accrow span:last-child{
	font-size: 16px;
	font-weight: 500;
}
#account-account.acpage #content[class*="col-"] .accrow span:last-child span{
	font-size: 14px;
	font-weight: 400;
	color: #bcbcbc;
	margin-top: 6px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}
#account-account.acpage #content[class*="col-"] .accrow span svg{
	fill: #ffd200;
}
#account-account .achead {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
.acl{
	margin-bottom: 5px;
}
.product-quickview-detail .swiper-viewport{
	margin: 0
}
.product-quickview-detail {
    width: 100%;
    background-color: #fff;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	border-radius: 5px;
	box-shadow: none !important;
}
.product-quickview-detail .pro-content h1{
	margin-top: 0;
}
.swiper-button-prev::before,.swiper-button-next::before{
	color: #000 !important;
	font-size: 26px !important;
}
.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}
#checkout-checkout .infobg [class*="col-"] h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
}
.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.cartpsp .btn{
	border-left: 1px solid #fff;
}
.infocnt i{
	font-size: 16px;
	vertical-align: bottom
}
.infocnt{
	margin-bottom: 20px;
}
.table-bordered,.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border: 1px solid #eee;
	background-color: #fff;
}
#accordion .panel-default {
    border: 1px solid #eee;
}
.cartpsp .btn-danger {
    margin: 0 1px;
    height: 34px;
}
.cartpsp .btn-danger:first-child{
	border-radius: 0 !important;
}
.subheading, .acpage h1, .not-found-head {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
.sitem .site ul{
	line-height: 35px;
	padding-left: 25px;
	padding-right: 25px;
}
.sitem ul li{
	list-style: url;
}
#accordion #input-password,#affiliate-login #input-password,#account-login #input-password{
	margin-bottom: 10px;
}
#accordion .panel-title i {
    float: right;
}
#account-wishlist .valign .btn{
	margin: 5px 0;
}
#account-wishlist .btn-info:active, #account-wishlist .btn-info:active:hover, #account-wishlist .btn-info:focus {
	background-color: #000;
	color: #fff;
}
#account-wishlist .table {
    min-width: 660px;
}
.panel-title{
	font-size: 14px;
}
.valign{
	vertical-align: middle !important;
}
.well {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
    padding: 0 15px 15px 15px;
}
.well p{
	font-size: 12px;
}
.well p strong{
	font-size: 13px;
}
.well h1 {
	border-bottom: 1px solid #eee;
	margin-top: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	padding: 10px 0;
}
.table-hover > tbody > tr:hover {
    background-color: transparent;
}
.addlist{
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px;
	border-radius: 5px;
}
.addl{
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    border-radius: 4px;
    z-index: 99;
    text-transform: capitalize;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.co-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
.comb .btn-primary{
	margin: 3px 0;
}
.com-description {
    width: 25%;
    color: #777;
	font-size: 13px;
}
.com-summary {
    width: 1%;
}
.brand-list .brands-content {
    padding: 8px;
}
.bname {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
    border-radius: 5px;
}
.brand-list {
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
}
#account-wishlist img {
    border-radius: 5px;
}
/* responsive */
@media (min-width: 768px){
	#menu .dropdown:hover .dropdown-menu {
	    display: block;
	}
	#menu .dropdown-menu {
		left: 100%;
		top: 0;
		background: #fff;
		border-top: 2px solid #ffd200 !important;
		box-shadow: none;
		border: 1px solid #dcdcdc;
		transition: all 500ms ease 0s;
	}
	.toppati ul.alogin li{
		display: block;
	}
	.product-list .caption {
	    text-align: left;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.product-list .image, .product-list .caption {
	    float: left;
	    position: relative;
	    margin: 0;
	}
	#xsfilter {
	    display: block !important;
	}
	.catfilter .panel-heading button{
		display: none
	}
	.middle-footer h5 button {
	    display: none;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media(min-width: 1410px) and (max-width: 1589px){
	.timerpro .caption-bor{
		padding-bottom: 11px;
		margin-bottom: 11px;
	}
	.all-timer .dealt {
		margin-bottom: 15px;
	}
	.deliveryinfo li h4, .deliveryinfo li .h4{
		font-size: 14px;
	}
	.all-timer .countdown-section{
		margin-right: 20px;
	}
	.countdown-amount::after {
		margin: 0 6px;
	}
	#column-left,.menuwidth,#column-right{
		width: 20%;
	}
	#column-left .heading, .offer-text h2 {
		font-size: 15px;
	}
	#content{
		width: 80%;
	}
	.acpage #content{
		width: 60%;
	}
    .ser-t p{
    	letter-spacing: 0;
    }
    .offer-text {
    	padding: 18px 25px;
    }
    .offer-text .row [class*="col-"] {
	    padding: 0 16px;
	}
	.offer-text h4 {
    	font-size: 20px;
	}
	.custom-radio .radio, .checkbox_input .checkbox {
		margin: 0 1px 0 0;
	}
	.block-cat-wr h5 {
		font-size: 18px;
	}
	.categorybr a.list-group-item {
		font-size: 14px;
		letter-spacing: 0;
	}
	#cattab .slick-slide div:last-child .product-layout, #cattab1 .slick-slide div:last-child .product-layout {
	    margin-top: 25px;
	}
	.timerpro .product-thumb .box-timer span.countdown-section {
		margin: 0 2px;
	}
}
@media (min-width: 1410px){
	#column-left, #left-colume-1{
		width: 19%;
	}
	#content{
		width: 81%;
	}
	.acpage #content{
		width: 63%;
	}
	.acpage #column-right{
		width: 18%;
	}
	.top_search {
		width: 69%;
	}
	.cmail {
		width: 12%;
	}
	.product-list .image {
	    width: 24%;
	}
	.product-list .caption {
	    width: 76%;
	}
	#grid-view-2, #grid-view-1 {
		display: none;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	#logo {
		width: 21%;
	}
	.medi_menu {
		width: 58%;
	}
	.rightac {
		width: 21%;
	}
	.sblock {
	    padding-left: 0;
	}
	.sblock li {
		margin: 0 10px;
	}
	.headsearch .userspa .userdess, #grid-view-2, #grid-view-1 {
		display: none;
	}
	#cattab .slick-slide div:last-child .product-layout, #cattab1 .slick-slide div:last-child .product-layout {
	    margin-top: 18px;
	}
	#cattab .product-thumb .button-group button, #cattab .product-thumb .button-group a {
		margin: 5px 0px;
	}
	.cate-left {
		width: 48%;
	}
	.timer-right {
		width: 52%;
	}
	.deliveryinfo li p{
		text-align: center;
		margin: 0;
	}
	.timerpro .countprice{
		display: none;
	}
	#special .caption {
		padding: 5px;	
	}
	#special .protitle {
		margin: 8px 0 10px;
	}
	.left-heading{
		padding: 10px 10px;
	}
	.read_more{
		margin-top: 10px;
	}
	.storeinfo{
		padding-left: 0;
	}
	.cate {
		padding: 0 10px;
	}
	.wr-menu i {
		right: 15px;
	}
	.slidertext {
		left: 5%;
	}
	.slidertext h2 {
		font-size: 14px;
	}
	.slidertext h1 {
    	font-size: 35px;
	}
	.slidertext p {
		font-size: 18px;
	}
	.deliveryinfo ul svg {
    	width: 30px;
    	height: 30px;
	}
	.deliveryinfo li h4, .deliveryinfo li .h4{
		font-size: 14px;
	}
	#cattab .topbt {
		top: 65%;
	}
	.left-bann, .sale-bann {
	    width: 26%;
	}
	.cate-tab {
	    width: 74%;
	}
	#menu .navbar-nav > li > a, .view_more.my-menu a {
	    font-size: 14px;
	    text-transform: capitalize;
	}
	.inuser {
    	margin: 0px 12px;
	}
	.spheading {
    	font-size: 16px;
    	margin: 0 0 8px 0;
	}
	.tim_pro {
		width: 70%;
	}
	.slid1 {
		width: 30%;
	}
	.offer-text {
		padding: 6px 10px;
	}
	.offer-text svg {
		height: 26px;
		width: 26px;
	}
	.offer-text .row [class*="col-"] {
	    padding: 0 20px;
	}
	.offer-text h4 {
		font-size: 16px;
	}
	.offer-text .offer-text-left {
		padding: 4px 0;
	}
	.offer-text h2 {
		font-size: 14px;
		margin: 0 0 0 4px;
		letter-spacing: 0;
	}
	.offer-text .btn-primary {
		padding: 7px 15px;
	}
	.offerbanner .imgbnrtext.imgbnrtext_right h2 {
	    font-size: 22px;
	}
	.imgbnrtext.imgbnrtext_right h6 {
	    font-size: 12px;
	}
	.offerbanner .imgbnrtext.imgbnrtext_right .btn-primary {
		margin-top: 10px;
		padding: 5px 14px;
	}
	.imgbnrtext.imgbnrtext_right h2 {
		font-size: 18px;
		text-transform: capitalize;
	}
	.imgbnrtext h3 {
		font-size: 14px;
		margin: 5px 0;
	}
	#column-left .heading {
		font-size: 15px;
	}
	#account-account.acpage #content[class*="col-"] .accrow a {
    	padding: 15px 10px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child span {
    	font-size: 12px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child {
    	font-size: 14px;
	}
	.pro-content{
		width: 50%;
	}
	.proimg{
		width: 50%;
	}
	#right-colume-1 {
		width: 64%;
	}
	.cmail {
		width: 14%;
	}
	#column-left,.menuwidth,.acpage #column-right, #left-colume-1 {
		width: 22%;
	}
	#content{
		width: 78%;
	}
	.acpage #content{
		width: 56%;
	}
	.newsbgf h5{
		font-size: 20px;
	}
	.news-de svg {
		margin-right: 30px;
	}
	.ser-t {
    	padding: 0;
    	border: none;
    	margin: 0 0;
    	text-align: center !important;
	}
	.ser-t p{
		font-size: 11px;
	}
	.list-group a{
		font-size: 13px;letter-spacing: 0
	}
	.product-list .image {
	    width: 30%;
	}
	.product-list .caption {
	    width: 70%;
	}
	.bserhover .serdes{
		padding: 30px 0
	}
	.middle-footer h5 {
	    font-size: 16px;
	    margin-bottom: 20px;
	}
	.paycall {
		width: 40px;
		height: 40px;
	}
	.cont {
	    margin-left: 8px;
	    width: 80%;
	}
	.middle-footer .cont p {
		font-size: 12px;
	}
	.cont a span {
	    font-size: 23px;
	}
	.pro_count .row {
		display: block;
	}
	.product-price, .qty-plus-minus {
	    width: 100%;
	}
	.product-timer, .product-btn {
	    width: 100%;
	    text-align: left;
	    margin-top: 15px;
	}
	.pay_connect li {
	    margin: 0 5px 0 0;
	}
	.timerpro .product-thumb .box-timer span.countdown-section {
		margin: 0 2px;
	}
}
@media(max-width: 1199px){
	.social h5{
		display: none;
	}
	#left-colume-1{
		width: 28%;
	}
	#right-colume-1{
		width: 72%;
	}
	.top_cate {
		text-align: center;
	}
	.topbg.row {
		display: block;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	#logo {
		width: 20%;
	}
	.medi_menu {
		width: 64%;
	}
	.rightac  {
		width: 16%;
	}
	.sblock li {
		margin: 0 12px;
	}
	.sblock li a {
		font-size: 15px;
		text-transform: capitalize;
	}
	.inuser {
	    margin: 0 5px;
	}
	.top-cart {
		padding: 8px 10px;
	}
	.cate {
		padding: 0 15px;
	}
	.wr-menu i {
		right: 15px;
	}
	.call-le{
		display: inline-block !important;
		font-size: 15px;
	}
	.cmail, span.hidden-sm.userdess, .slid1, #grid-view-4, #grid-view-1, .left-bann, .sale-bann {
		display: none;
	}
	.heading {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.heading span, .blog_webi .heading span {
		padding-bottom: 15px;
	}
	.owl-theme .owl-nav, #cattab .slick-arrow, #cattab1 .slick-arrow {
		top: -68px;
	}
	.slidertext {
		left: 5%;
	}
	.slidertext h2 {
		font-size: 14px;
	}
	.slidertext h1 {
		font-size: 30px;
	}
	.slidertext p {
		font-size: 16px;
	}
	.slidertext .btn-primary {
		margin-top: 20px;
	}
	.tim_pro, .cate-tab {
		width: 100%;
	}
	.img_sli img {
		margin: 7px 0;
	}
	.timerpro .caption-bor{
		padding-bottom: 11px;
		margin-bottom: 11px;
	}
	.all-timer .dealt {
		margin-bottom: 15px;
	}
	.all-timer .countdown-section{
		margin-right: 15px;
	}
	.storeinfo{
		padding-left: 0;
		letter-spacing: 0;
		font-size: 12px;
	}
	.fborder li a{
		letter-spacing: 0;
		font-size: 14px;
	}
	.pay_connect li {
	    margin: 0 2px 0 0;
	}
	.fa.pull-right{
		margin-top: 2px;
	}
	.prhed .tag li{
		padding: 5px 5px;
	}
	.text-p p{
		line-height: 20px;
	}
	#special .protitle {
		margin: 8px 0 12px 0;
	}
	.imgcl img{
		margin: 0 4px;
	}
	.imgbnrtext.imgbnrtext_right h6 {
		font-size: 12px;
	}
	.imgbnrtext.imgbnrtext_right h2 {
		font-size: 15px;
		text-transform: capitalize;
	}
	.imgbnrtext.imgbnrtext_right .btn-primary, .imgbnrtext.img-banner .btn-primary {
		padding: 5px 12px;
	}
	.offer-text {
		padding: 4px 10px;
	}
	.offer-text svg {
		height: 30px;
		width: 30px;
	}
	.offer-text .row [class*="col-"] {
	    padding: 8px 40px;
	}
	.offer-text h4 {
		font-size: 20px;
	}
	.offer-text .offer-text-left, .imgbnrtext.imgbnrtext_right h3 {
    	display: none;
	}
	.offer-text .row [class*="col-"]:last-child {
		border-left: none;
	}
	.offer-text .btn-primary {
		padding: 6px 10px;
		font-size: 12px;
	}
	.offerbanner .imgbnrtext.imgbnrtext_right .btn-primary {
		display: none;
	}
	.offerbanner .imgbnrtext.imgbnrtext_right h2 {
		font-size: 20px;
		margin-bottom: 0;
		line-height: 1;
	}
	#column-left{
		width: 28%;
	}
	#content{
		width: 72%;
	}
	#search .btn-lg {
    	padding: 0 0;
    	min-width: 70px;
	}
	#menu .navbar-nav > li > a, .view_more.my-menu a {
    	text-transform: capitalize;
    	font-size: 14px;
	}
	.all-timer svg{
		display: none !important;
	}
	#count .product-thumb .price{
		font-size: 14px;
	}
	.spheading{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.leftpro .caption {
    	margin-top: 0;
	}
	.proreview {
    	margin: 0 6px;
    	padding: 0px 12px;
	}
	.pro-content h1 {
	    font-size: 18px;
	    letter-spacing: 0;
	}
	#footer_contact .data h3 {
    	font-size: 14px;
    	text-transform: capitalize;
	}
	#footer_contact .data h4 {
    	font-size: 13px;
	}
	.payc li, .block-social li {
		margin: 0 2px;
	}
	.middle-footer h5 {
    	text-transform: capitalize;
    	margin-bottom: 12px;
    	font-weight: 500;
	}
	#testi .item {
    	max-width: 800px;
	}
	.product-list .product-thumb .price{
		font-size: 16px;
	}		
	.price-old{
		font-size: 12px;
	}
	.accolumn h3 {
    	font-size: 14px;
    	padding: 0 14px;
	}
	.thumbnail-container .product-title {
    	width: 60%;
	}
	.blog_webi .blog-right h4 {
		font-size: 16px;
	}
	.blog-des p {
		margin: 5px 0;
		font-size: 12px;
	}
	.blog-des.pull-right {
    	width: 82%;
	}
	.fborder.fborder-line.cont_deta::after {
		border-right: none;
	}
	.news-de svg {
	    margin-right: 10px;
	    width: 60px;
	    height: 60px;
	}
	.newsbgf h5 {
    	font-size: 18px;
	}
	.newsbgf p {
		font-size: 12px;
	}
	#madebyhand-search-category{
		width: 130px;
	}
	.ser-ss{
		margin-top: 30px;
	}
	.product-list .image {
	    width: 32%;
	}
	.product-list .caption {
	    width: 68%;
	}
	.categorybr a.list-group-item {
		font-size: 12px;
		padding: 2px 0;
		letter-spacing: 0;
	}
	.block-cat-wr h5 {
		font-size: 16px;
		margin: 5px 0;
	}
	.categorybr a.list-group-item:hover {
	    margin-left: 5px;
	}
	#cat_tab .nav-tabs, #cat_tab1 .nav-tabs {
		right: 11%;
	}
	.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus {
		padding: 0 5px;
		font-size: 14px;
		letter-spacing: 0;
	}
	.cate-left {
		width: 62%;
	}
	.timer-right {
		width: 38%;
	}
	#product {
		padding: 15px;
	}
	.pro_count .row {
		display: block;
	}
	.product-price, .qty-plus-minus, .prod-detail {
	    width: 100%;
	}
	.product-timer, .product-btn, .prod-image {
	    width: 100%;
	    text-align: left;
	    margin-top: 15px;
	}
	.product-btn .btn-primary {
    	padding: 8px 15px;
    }
    .deliveryinfo ul svg {
	    width: 35px;
	    height: 35px;
	}
}
@media(min-width: 992px){
	#menu li a:hover .enangle {
	  	transform: rotate(-90deg);
	  	transition: all 0.3s ease 0s;
 	}
	.sticky,.blogsticky{
		position: sticky;
		top: 15px
	}
	.product-list .product-thumb .caption{
		background-color: transparent;
		border-radius: 0;
		padding: 8px;
	}
	.product-thumb .topbt {
	    position: absolute;
		top: 28%;
	    right: 0;
	    left: 0;
	    text-align: center;
	    overflow: auto;
	    opacity: 0;
	    transition: all 0.4s ease-in-out 0s;
	}
	.product-thumb:hover .topbt {
	    opacity: 1;
	}
	#menu .dropdown-menu {
		margin-top: 10px;
		border-top: 3px solid #18385a !important;
		border: 1px solid #e5e5e5;
		box-shadow: none;
		border-radius: 4px;
		opacity: 0;
		display: block;
		transform-origin: 0 0 0;
		transform: scale(1, 0);
		transition: all 500ms ease 0s;
		padding-bottom: 10px !important;
		left: 100%;
		top: 0;
		margin-left: 0px !important;
		z-index: 1000 !important;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	  	opacity: 1;
	  	transform: scale(1, 1);
	}
	.view_cat_menu:hover .more-menu {
    	opacity: 1;
    	visibility: visible;
	}
	.more-menu {
	    padding: 10px;
	    position: absolute;
	    left: auto;
	    right: 0;
	    margin: 0;
	    border-radius: 0 0 5px 5px;
	    border: none;
	    box-shadow: 0 0px 5px rgba(0,0,0,.175);
	    min-width: 230px;
	    border-bottom: 3px solid #ffd200;
	    background: #fff;
	    z-index: 9;
	    opacity: 0;
	    display: inline-block;
	    -webkit-transition: all 0.35s ease-out 0s;
	    -o-transition: all 0.35s ease-out 0s;
	    transition: all 0.35s ease-out 0s;
	    text-align: left;
	    line-height: 28px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#left-colume-1 {
	    width: 33.33333333%;
	}
	#right-colume-1 {
	    width: 66.66666667%;
	}
	.wr-menu i {
		right: 10px;
	}
	.timerpro .caption-bor{
		padding-bottom: 9px;
		margin-bottom: 12px;
	}
	.timerpro .countprice{
		display: none;
	}
	.timer-ap-to{
		margin-top: 0;
	}
	.footer-top{
		width: 100%;
		padding: 0;
	}
	.imgcl img{
		width: 100px;
		margin: 0 4px;
	}
	.payc li, .block-social li{
		margin: 0px 2px;
	}
	.prhed .tag li{
		padding: 5px 10px;
	}
	#logo {
		width: 20%;
	}
	.medi_menu {
		width: 64%;
	}
	.rightac {
		width: 16%;
	}
	.sblock {
		padding: 0;
	}
	.sblock li {
		margin: 0 6px;
	}
	.sblock li a{
		font-size: 14px;
		letter-spacing: 0;
		text-transform: capitalize;
		font-weight: 400;
	}
	.pro-content{
		margin-top: 15px;
	}
	.cate {
		padding: 0px 8px;
	}
	#cattab .caption, #cattab1 .caption {
		margin-top: 0;
	}
	#cattab .topbt {
		top: 68%;
	}
	#cattab .product-thumb .button-group button, #cattab .product-thumb .button-group a {
		min-width: 28px;
		min-height: 28px;
		padding: 1px;
	}
	.home-cat.collapse {
		display: none !important;
	}
	.home-cat.collapse.in {
		display: block !important;
	}
	.category-tab .product-thumb .button-group svg {
	    width: 16px;
	    height: 16px;
	}
	.category-tab  .product-thumb .button-group .bquickv svg {
		width: 12px;
		height: 12px;
	}
	.leftpro .caption{
		padding-top: 0;
	}
	.product-thumb .price{
		font-size: 17px;
	}
	#account-account.acpage #content[class*="col-"] .accrow a {
    	padding: 15px 15px;
	}
	.langcdrop {
    	left: 0;
    	right: auto;
	}
	#menu .collapse .nav .dropdown-inner li a {
    	min-width: 160px;
	}
	.lpro {
    	padding: 0 20px;
	}
	.ser-t{
		border: none;
		padding: 0;
		margin: 0;
	}
	.ser-ss{
    	margin-top: 30px;
	}
	.d-info {
    	letter-spacing: 0;
    	font-size: 15px;
    	margin-top: 19px;
	}
	.accolumn h3 {
    	font-size: 14px;
    	padding: 0 14px;
	}
	.deliveryinfo ul svg {
	    width: 26px;
	    height: 26px;
	}
	.deliveryinfo ul li h4 {
    	font-size: 14px;
	}
	.product-thumb .rating {
	    margin: 0 0 4px 0;
	}
	.product-list .protitle, .product-list .protitle a {
		margin: 0 0 4px 0;
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.proreview{
		margin: 0 15px;
		padding: 0 15px;
	}
	.product-list .image {
	    width: 40%;
	}
	.product-list .caption {
	    width: 60%;
	}
	.middle-footer a, .f-left li, .middle-footer p {
		font-size: 13px;
		letter-spacing: 0
	}
	.serblock:nth-child(1),.serblock:nth-child(2){
		margin-bottom: 20px;
	}
	.fsocial a i {
	    font-size: 14px;
	}
	.middle-footer h5 {
    	text-transform: capitalize;
    	font-size: 16px;
    	margin-bottom: 15px;
	}
	#grid-view-4, #grid-view-3, .left-bann, .sale-bann {
		display: none;
	}
	.centerbanner [class*='col-']:last-child {
		margin-top: 15px;
	}
	#product {
		padding: 15px;
	}
	.pro_count .row {
		display: block;
	}
	.product-price, .qty-plus-minus, .timer-right, .cate-left, .centerbanner [class*='col-'], .cate-tab {
	    width: 100%;
	}
	.product-timer, .product-btn {
	    width: 100%;
	    text-align: left;
	    margin-top: 15px;
	}
	.product-btn .btn-primary {
    	padding: 8px 15px;
    }
}
@media (max-width: 991px){
	.top_tag, .imgbnrtext.imgbnrtext_right .btn-primary, .imgbnrtext.img-banner .btn-primary, .offerbanner .imgbnrtext.imgbnrtext_right .btn-primary, .offer-text .offer-text-left,
	.cmail {
		display: none;
	}
	.inuser {
	    margin: 0 2px;
	}
	.top-cart {
		padding: 8px 9px;
	}
	#cart-total {
	    position: absolute;
	    top: -10px;
	    left: 4px;
	}
	#cart-total .cartta {
		font-size: 9px;
		width: 12px;
		height: 12px;
		margin-left: 0;
	}
	.imgbnrtext.imgbnrtext_right h6 {
	    font-size: 14px;
	}
	.imgbnrtext.imgbnrtext_right h2 {
		font-size: 22px;
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 1;
		text-transform: capitalize;
	}
	.imgbnrtext h3 {
		font-size: 15px;
		margin: 10px 0 0;
	}
	.offerbanner .imgbnrtext.imgbnrtext_right h2 {
		font-size: 15px;
		margin-bottom: 0;
		margin-top: 0;
		line-height: 1;
	}
	.offerbanner .imgbnrtext.imgbnrtext_right h6 {
		font-size: 16px;
		padding-top: 10px;
		margin-top: 8px;
	}
	.s-panel .owl-carousel.owl-theme .owl-dots {
		bottom: 4%;
	}
	.slidertext {
		left: 5%;
	}
	.slidertext h2 {
		font-size: 12px;
	}
	.slidertext h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.slidertext p {
		display: none;
	}
	.slidertext .btn-primary {
		padding: 6px 14px;
		margin-top: 20px;
	}
	.offer-text {
		padding: 8px;
	}
	.offer-text .row [class*="col-"] {
	    padding: 0 20px;
	}
	.offer-text .row [class*="col-"]:last-child {
		border-left: none;
	}
	.offer-text h4 {
		font-size: 14px;
	}
	.offer-text svg {
    	height: 26px;
    	width: 26px;
	}
	.offer-text h2 {
		font-size: 14px;
		margin: 0 0 0 2px;
	}
	.offer-text .btn-primary {
	    padding: 4px 10px;
	    font-size: 13px;
	    letter-spacing: 0;
	}
	#search .input-lg {
		border-radius: 35px 0 0 35px;
		border-right: none;
	}
	.slidepad {
		width: 100%;
	}
	.news-de p,#cart-text,.input_search::before {
		display: none;
	}
	.logo-slider{
		margin-top: 30px;
	}
	.fotcon{
		padding: 20px 0;
	}
	.fborder.fborder-line.cont_deta::after {
		border-right: none;
	}
	.pay_connect li {
	    margin: 0 1px 0 0;
	    max-width: 46%;
	}
	.middle-footer h5, #account-account.acpage #content[class*="col-"] .accrow a {
		margin-bottom: 10px;
	}
	.linkfoo, .copy {
		padding: 15px 0;
	}
	#column-left .heading {
		font-size: 14px;
	}
	.cless {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.product-thumb .button-group .add-cart{
		display: inline-block;
		vertical-align: middle;
		position: unset;
	}
	.usvg span{
		display: none;
	}
	.heading{
		font-size: 18px;
		padding-bottom: 15px;
	}
	.heading span, .blog_webi .heading span {
		padding-bottom: 11px;
	}
	.nav-tabs li a {
		font-size: 14px;
		text-transform: capitalize;
	}
	.next-prevb{
		margin-top: 30px;
	}
	.protabcont .multi-row .product-layout {
		margin-bottom: 20px;
	}
	.blog_webi.next-prevb, .category-tab.tabpro.next-prevb {
		margin-bottom: 0;
	}
	.catfilter {
	    margin-top: 30px;
	}
	.acenter,.textbnr, .offrow {
		margin-top: 30px;
	}
	.martb {
		margin-top: 20px;
	}
	.centerbanner, .products_tag {
		margin-top: 30px;
	}
	.product-thumb .button-group button, .product-thumb .button-group a {
		margin: 0;
		padding: 7px 7px;
	}
	.topbt {
    	position: unset;
		opacity: 1;
		transform: none;
		display: inline-block;
	}
	.product-thumb .button-group button, .product-thumb .button-group a{
		margin: 0;
	}
	.img_sli {
		padding: 5px;
	}
	.timerpro .caption-bor{
		padding-bottom: 11px;
		margin-bottom: 11px;
	}
	.footbag {
		padding: 20px 0;
	}
	.date-time {
		top: 15px;
		padding: 5px 12px;
	}
	.date-time p {
		font-size: 20px;
	}
	.all-timer .dealt {
		margin-bottom: 6px;
	}
	.rating.pull-right {
    	float: none !important;
    	margin-bottom: 8px;
	}
	.accrow{
		margin-left: -3px;
		margin-right: -3px;
	}
	.accrow [class*="col-"]{
		padding-left: 3px;
		padding-right: 3px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span svg{
		width: 35px;
		height: 35px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:first-child{
		padding-right: 10px;
		margin-right: 10px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child {
   		font-size: 13px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child span {
    	font-size: 11px;
    	letter-spacing: 0;
    	margin-top: 1px;
	}
	.product-thumb img{
		border-radius: 5px;
	}
	.serpd{
		margin-left: 0;
		margin-right: 0
	}
	.rless{
		margin-left: -5px;
		margin-right: -5px;
	}
	.bquickv{
		opacity: 1
	}
	#madebyhand-search-category,#search_block_top .input-group::before{
		display: none
	}
	.acenter, .timerpro, .textbnr,.deliver, .catfilter,#common-home #column-left .leftpro:first-child {
		margin-top: 30px;
	}
	.tab-content.protabcont.next-prevb, .timerpro {
		margin-bottom: 0;
	}
	.home-page .heading,#column-left .heading {
		margin-bottom: 8px;
	}
	.protitle{
		width: 100%;
	}
	.product-thumb .price{
		margin-top: 3px;
	}
	#special .protitle {
		margin: 4px 0 6px;
		font-size: 14px;
	}
	#special .product-thumb .price {
		font-size: 14px;
		margin-top: 0;
	}
	#special .price-old {
		font-size: 10px;
	}
	.hsticky {
	    padding: 15px 0;
	    border-bottom: none;
	}
	.owl-theme .owl-nav {
		top: -50px;
		right: 5px;
	}
	#cattab .slick-arrow, #cattab1 .slick-arrow {
		display: none !important;
	}
	.catb {
	    position: absolute;
		right: 0px;
		top: -3px;
		color: #111;
		border: none;
		padding: 0;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.catb.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 15px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	    line-height: 12px;
	}
	.catb.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	#cat_tab .nav-tabs, #cat_tab1 .nav-tabs {
		position: unset;
	}
	.viewmore {
		text-decoration: none;
		padding: 0;
	}
	.category-tab .nav-tabs li, .viewmore li {
	    display: block;
	    text-align: left;
	    padding: 0;
	}
	.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus, .viewmore li a {
		padding: 8px 10px;
		display: block;
		border-bottom: 1px solid #e4e4e4;
	}
	.viewmore li:last-child a {
		border-bottom: none;
	}
	.home-cat {
		border: 1px solid #e4e4e4;
		border-radius: 5px;
		margin-bottom: 15px;
	}
}
/* responsive menu */
@media (max-width: 767px){
	.catfilter.panel-default > .panel-heading {
	    background-color: #3d3d3d;
	    border-radius: 5px;
	    color: #fff;
	    padding: 10px;
	}
	.navbar-toggle{
		display: block;
		margin: 0;
		padding: 0;
	}
	.menusp{
		text-align: left;
	}
	.navbar-nav{
		margin: 0
	}
	.topbg.row {
		padding: 10px 0;
	}
	.homemenu {
		width: auto;
	}
	.container_wb_megamenu ul.nav {
		border: none;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		position: unset;
		box-shadow: none;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a, .cate-left, .timer-right {
		width: 100%;
	}
	#menu .dropdown-inner .submenu-title{
		padding: 3px 28px;
	}
	#menu .dropdown-inner .dropdown-submenu .grand-child a {
		padding: 0;
	}
	#menu .dropdown-submenu {
	    padding: 8px 25px !important;
	}
	#menu .see-all {
		display: inline-block;
		letter-spacing: 0;
		margin: 0;
		padding: 0 25px !important;
		font-weight: 500;
	}
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	#menu .dropdown-inner ul{
		display: block;
	}
	#menu .nav li{
		display: block;
		float: none;
		padding: 0 15px;
	}
	#menu .navbar-nav > li > a, .view_more.my-menu a{
		display: block;
	}
	/* sidenav */
	#mySidenav li a i{
		margin-top: 2px;
		float: right
	}
	body.active {
	    overflow: hidden;
	}
	body.active::before {
	    background: #000000 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.7;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 9;
	    transition: all .2s ease 0s;
	}
	body.active .sidenav {
	    overflow-x: unset;
	    overflow-y: scroll;
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
	    clear: both;
	    height: 100%;
	    background-color: #fff;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.sidenav .close-nav {
		background-color: #1e1e1e;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}
	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	#menu .navbar-collapse {
	    display: block;
	    padding: 0
	}
	.hsticky {
		padding: 15px 0;
		margin-bottom: 15px;
	}
	.timerpro .caption-bor{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.count{
		top: 2px;
		left: 3px;
	}
	.medi_menu, .top_cate, .copy, .left-bann, .sale-bann {
	    display: none;
	}
	#menu .dropdown-inner ul {
	    display: inline-block;
	}
	#menu .navbar-nav li a {
	    padding: 4px 0;
	}
	#cattab .slick-slide div:last-child .product-layout, #cattab1 .slick-slide div:last-child .product-layout {
	    margin-top: 15px;
	}
	#column-left .owl-theme .owl-nav {
		top: -46px;
	}
	.product-list .product-thumb .rating {
		margin: 0 0 4px 0;
	}
	.product-list .product-thumb .button-group{
		text-align: center;
		margin-top: 3px;
	}
	.webi-newsletter form button[type="submit"]{
		padding: 8px 15px;
	}
	.pagi {
		margin: 0;
	}
	.prhed .tag li{
		margin: 3px;
		padding: 5px 11px;
	}
	.read_more{
		margin-top: 5px;
		margin-bottom: 1px;
	}
	#search .btn-lg{
		padding: 0 12px;
	}
	#search .btn-lg svg {
		width: 18px;
		height: 18px;
	}
	.productbg .product-bag{
		margin-top: 20px;
	}
	.product-thumb .topbt {
		position: unset;
		padding-top: 5px;
		opacity: 1;
	}
	#cattab .product-thumb .topbt, #column-left .container_wb_megamenu, .pay_connect {
		display: none;
	}
	#cattab1 .product-thumb:hover .caption .price, #cattab .product-thumb:hover .caption .price{
		opacity: 1;
	}
	#cattab .product-thumb .button-group button, #cattab .product-thumb .button-group a {
		min-width: 28px;
		min-height: 28px;
		padding: 1px;
	}
	.foot-des {
	    margin-bottom: 0;
	}
	.copy-t{
		padding: 10px 15px;
	}
	.copy-t [class*="col-"] {
		text-align: center;
	}
	.foot-top {
	    padding: 20px 0;
	}
	.container_wb_megamenu {
	    margin-top: 0;
	}
	.btn-navbar.navbar-toggle{
		width: auto;
		padding: 2px 0 0;
		min-width: auto;
		min-height: auto;
		color: #fff;
		background-color: transparent;
	}
	.product-thumb .rating {
	    margin: 0;
	}
	#column-left .product-thumb .rating {
	    margin: 2px 0 0;
	}
	.payc {
		margin-top: 10px;	
	}
	#testi  svg{
		display: none;
	}
	.acenter{
		padding: 15px;
	}
	.cmail, .imgcl,.timer-ap-to {
		display: none;
	}
	.payc li, .block-social li{
		margin: 0 4px;
	}
	.stick {
		display: none;
	}
	.blog-left, .blog-des, .cate-tab {
		width: 100%;
	}
	.storeinfo{
		padding: 0;
	}
	.product-list .rat-pri .text-right{
		margin-top: 5px;
	}
	.product-list .product-thumb .price span {
    	font-size: 14px;
	}
	.product-thumb .caption{
		padding: 7px;
	}
	.all-timer .countdown-section {
		margin-right: 15px;
	}
	.rat-pri .text-right{
		text-align: left;
	}
	.check-login [class*="col-"]{
		margin-bottom: 20px;
	}
	#column-left{
		padding: 0;
	}
	#column-left .heading {
		font-size: 18px;
	}
	.hsticky .haccount svg{
		fill: #000;
	}
	.test:hover, .test:focus, .inuser .dropdown-toggle:hover, #wishlist-total:hover{
		color: #000;
	}
	.footer-down {
    	padding: 15px 0;
	}
	.protitle {
		padding: 0 0 6px 0;
	}
	.product-list .protitle, .product-list .protitle a {
		font-size: 15px;
	}
	.product-thumb .price{
		font-size: 15px;
	}
	.newsl .form-group{
		margin-top: 0;
	}
	.newsl .input-group input, .newsl .input-group .input-group-btn button {
   		height: 40px;
	}
	.newsl .input-group .input-group-btn button {
		padding: 11px 15px;
		font-weight: 400;
	}
	.test, .inuser .dropdown-toggle, #wishlist-total, .topbe{
		color: #000;
	}
	.product-thumb .button-group svg {
    	width: 15px;
    	height: 15px;    
	}
	.product-thumb .button-group .bquickv svg {
		width: 16px;
		height: 16px;
	}
	.product-thumb .button-group button, .product-thumb .button-group a, .product-thumb .button-group button,
	.product-thumb .button-group a {
    	min-width: 30px;
		min-height: 30px;
		padding: 2px 2px;
		background-color: #f5f5f5;
	}
	.middle-footer h5{
		font-size: 16px;
	}
	.menusp .navbar-header button{
		border: none;
		padding: 0;
		background: transparent;
		margin: 0;
		float: none;
		position: unset;
	}
	.menusp .navbar-header button i{
		font-size: 17px;
	}
	#search.desktop-search{
		width: 100%;
		margin-top: 10px;
	}
	.linkback {
	    background-color: transparent;
	    padding: 0
	}
	.linkmenu {
    	position: unset;
	}
	.navbar-toggle:hover{
		color: #ffd200;
	}
	.usvg svg,#cart svg,.wish-li svg{
		width: 18px;
		height: 18px;
		margin: 0;
	}
	.menuwidth{
		padding: 0;
	}
	#logo{
		width: auto;
		padding: 0;
	}
	.rightac.headsearch {
	    position: absolute;
	    width: auto;
	    right: 0;
	}
	.top_search {
	    width: 100%;
	}
	.inuser {
		margin: 0 5px;
	}
	#cart-total .cartta {
		top: -3px;
		left: 20px;
		width: 12px;
		height: 12px;
		font-size: 8px;
		line-height: 11px;
	}
	.deliveryinfo {
		margin: 0;
	}
	.deliveryinfo li svg {
	    width: 30px;
	    height: 30px;
	    margin-right: 2px;
	}
	.deliveryinfo li h4, .deliveryinfo li .h4{
		font-size: 14px;
		letter-spacing: 0;
	}
	.dealt{
		font-size: 15px;
	}
	#search .input-lg,#search .btn-lg{
		height: 40px;
	}
	.cartt {
	    font-size: 10px;
	    width: 13px;
	    height: 13px;
	    line-height: 13px;
	}
	#cart button.dropdown-toggle {
    	background-color: transparent;
    	padding: 0;
    	border-radius: 0;
	}
	#search .btn-lg{
		min-width: unset;
	}
	.wish-li{
		 display: inline-block;
	    position: absolute;
	    top: -81px;
	    right: 98px;
	    margin: 0;
	}
	#footer_contact .data h3,.footer-down h6{
		display: none;
	}
	.langcur .dropdown-menu {
	    min-width: 23rem;
	    padding: 10px 7px;
	}
	.timerpro, .lsatpro {
		margin-bottom: 0;
	}
	.blog_webi .blog-right h4{
		font-size: 14px;
	}
	.categorybr h5 span{
		display: inline;
	}
	.categorybr h5 {
		font-size: 14px;
		letter-spacing: 0;
		margin: 0 0 8px 0;
	}
	.block-cat-wr h6 a {
		font-size: 12px;
	}
	.text-p p {
    	font-size: 12px;
    	line-height: 22px;
	}
	.menusp {
	    margin-top: 6px;
	}
	.langcur{
		margin: 0 10px;
	}
	header #logo img{
		max-width: 100px;
	}
	.inuser a.dropdown-toggle span,#cart-total::before{
		display: none
	}
	.newsl{
		margin-bottom: 0;
	}
	.fpy{
		display: none
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.breadcrumb{
		padding: 8px 7px;
		font-size: 13px;
		letter-spacing: 0;
		margin-top: 0;
	}
	.allcomment h5{
		font-size: 14px;
	}
	.blog_links{
		font-size: 12px;letter-spacing: 0;
		margin: 8px 0
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.allmb .blog-desc{
		margin-bottom: 5px;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.serblock{
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.serblock:last-child{
		margin-bottom: 0;
	}
	.langcur .btn-link.dropdown-toggle.test{
	    border: 1px solid #eee;
		font-size: 12px;
		letter-spacing: 0;
		padding: 2px 8px;
		text-transform: capitalize;
		color: #000;
	}
	.haccount {
	    right: -30px;
	}
	.btn-link.dropdown-toggle.test {
    	vertical-align: middle;
	}
	.btn-link.dropdown-toggle.test span{
		vertical-align: middle;
	}
	.hlogout .xsla,.hlogout .xscu{
		display: inline-block;
		border: 1px solid #eee;
		display: inline-block;
		padding: 7px 0;
		margin-top: 10px;
		text-align: center;
		margin-left: 2px;
		margin-right: 2px;
		vertical-align: middle;
	}
	 .alogin .langcdrop li{
		border-bottom: none;padding: 0
	}
	.alogin .langcur .test strong,.alogin .langcur .test img{
		margin: 0 7px;
	}
	#form-currency .dropdown-menu.dropdown-menu-right{
		left: 0;
		right: auto
	}
	.product-tab, .relpro {
		margin-bottom: 30px;
	}
	.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%;
	}
	footer h5 .toggle::after,.catfilter .toggle::after{
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle.collapsed::after,.catfilter .toggle.collapsed::after{
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 10px;
	    width: 100%;
	    right: 0;
	    padding: 0 15px;
	    background: transparent;
	    color: #fff
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.catfilter .panel-heading{
		padding: 10px 15px;
	}
	.middle-footer h5{
		font-size: 14px;
		margin-bottom: 10px;
		position: relative
	}
	.fotcon{
		padding: 20px 0;
		border-top: none;
	}
	footer {
		margin-top: 30px;
	}
	.topbe::before, .test::before{
		display: none;
	}
	.copy .copy-t,.copy .text-right{
		text-align: center
	}
	.footpay{
		margin-top: 6px;
	}
	.bserhover .serdes{
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px 0;
	}
	.protabcont .multi-row .product-layout {
	    margin-bottom: 15px;
	}
	.martb1 {
		margin-top: 20px;
	}
	.xsla, .xscu {
	    margin: 10px 2px 0;
	}
	#product {
		padding: 15px;
	}
	.pro_count .row {
		display: block;
	}
	.product-price, .qty-plus-minus {
	    width: 100%;
	}
	.product-timer, .product-btn {
	    width: 100%;
	    text-align: left;
	    margin-top: 15px;
	}
	.prod-image {
		display: none;
	}
	.product-btn .btn-primary {
    	padding: 8px 15px;
    }
    .product_count {
    	margin-right: 5px;
    }
}
@media (max-width: 599px){
	.slidertext {
		left: 5%;
	}
	.slidertext h2 {
	    font-size: 14px;
	    margin: 0 0 3px 0;
	}
	.slidertext h1 {
		font-size: 16px;
		margin-bottom: 0;
	}
	.slidertext .btn-primary {
		margin-top: 10px;
	}
	.madebyhand-dis h4 {
		margin-bottom: 5px;
	}
	.madebyhand-dis .rating {
	    margin-bottom: 5px;
	}
	.madebyhand-dis .list-des {
		margin: 0 0 5px 0;
		max-height: 20px;
	}
	#column-left .product-thumb .caption {
	    margin-top: 10px;
	}
	.product-thumb .button-group button, .product-thumb .button-group a, .product-thumb .button-group button,
	.product-thumb .button-group a {
		min-width: 27px;
		min-height: 27px;
	}
	.product-thumb .button-group svg {
	    width: 13px;
	    height: 13px;
	}
	.product-thumb .button-group .bquickv svg {
		margin-top: 2px;
	}
	.payc {
		width: 100%;
	}
	.payc{
		margin-bottom: 15px;
	}
	.all-timer .countdown-section {
	    margin-right: 7px;
	}
	.product-thumb .caption {
	    padding: 7px 7px 0 7px;
	}
	.product-list .product-thumb .button-group {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.category-tab.tabpro.next-prevb {
    	position: relative;
	}
	.a-one .alert{
		left: 15px;
		right: 15px;
	}
	.white-popup{
		padding: 30px 20px;
	}
	.white-popup h1{
		font-size: 20px;letter-spacing: 0
	}
	.white-popup p{
		font-size: 13px;letter-spacing: 0
	}
	.product-tab .nav > li > a{
		font-size: 13px;
		letter-spacing: 0
	}
	.product-tab li {
	    margin: 0 6px;
	}
	.pro-content .rating li {
	    letter-spacing: 0;
	    font-size: 13px;
	}
	.proreview {
	    margin: 0 4px;
	    padding: 0 4px;
	}
	#madebyhand-search-category,.tab-head .heading,.tab-head h1, .slidertext p, #homeoffer-block, #grid-view-4, #grid-view-3, .offrow {
		display: none
	}
	.pro-tab.nav-tabs {
    	margin-right: 0;
    	text-align: left;
    	margin-bottom: 16px;
    	position: unset;
	}
	.lpro {
	    padding: 0 10px;
	}
	.product-grid {
		width: 50%;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.categorybr h5 {
		font-size: 16px;
		margin: 0 0 5px 0;
	}
	.categorybr a.list-group-item {
		padding: 0;
		letter-spacing: 0;
		font-size: 12px;
	}
	.categorybr a.list-group-item:hover {
	    margin-left: 0;
	}
	.pagi .text-left, .pagi .text-right {
	    text-align: center;
	    width: 100%;
	}
	.textbnr [class*="col-"] {
		width: 100%
	}
	.textbnr [class*="col-"]:nth-child(1), .centerbanner [class*="col-"]:nth-child(1){
		margin-bottom: 15px;
	}
	.offer-text {
		text-align: center;
	}
	.offer-text .btn-primary {
		float: none;
	}
	.offerbanner .imgbnrtext.imgbnrtext_right h2 {
		letter-spacing: 0;
		font-size: 14px;
	}
	.offerbanner .imgbnrtext.imgbnrtext_right h6 {
	    font-size: 12px;
	    padding-top: 5px;
	    margin-top: 4px;
	}
	.offer-text svg {
		display: none;
	}
	.offer-text h2 {
	    font-size: 12px;
	    margin: 0;
	}
	.sbr{
		margin-bottom: 15px;
	}
	#blog .blog-right{
		margin: 0 !important;
	}
	.hidden-md.hidden-sm.ct {
		text-align: right;
	}
	.deliveryinfo {
		text-align: left;
	}
	.deliveryinfo .sborder ul {
		padding: 25px 15px;
	}
	.cate-border {
	    display: block;
	}
	.tab-content.protabcont .owl-theme .owl-nav {
	    top: -40px;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.searchbr .image {
        width: 28%;
	}
	.madebyhand-dis {
		width: 72%;
	}
	.timerpro .product-thumb .button-group button, .timerpro .bquickv {
		border: none;
	}
	#cattab .caption, #cattab1 .caption {
		margin-top: 0;
	}
	.leftpro .caption {
	    padding: 15px 7px;
	}
	.ser-t p {
    	font-size: 10px;
	}
	.accrow [class*="col-"], .centerbanner [class*="col-"], .deliveryinfo .sborder {
    	width: 50%;
	}
	.product-grid-3 {
		width: 33.33%;
	}
	.blog_webi .blog-right .read_more {
    	margin-top: 10px;
	}
	.text-p p {
		max-width: 95%;
		margin: 0 auto;
	}
	.ct, #grid-view-4, #grid-view-1 {
		display: none;
	}
	.offer-text h4 {
	    font-size: 13px;
	    letter-spacing: 0;
	    font-weight: 400;
	}
	.offer-text .row [class*="col-"] {
	    padding: 0 10px;
	}
	.imgbnrtext.imgbnrtext_right h2 {
		font-size: 16px;
	}
	.imgbnrtext h3 {
    	font-size: 14px;
	}
}
@media (max-width: 399px){
	.serdes h4{
		font-size: 13px;
		font-weight: 500;
		margin: 16px 0 4px 0;
		letter-spacing: 0;
	}
	.serdes p{
		font-size: 12px;letter-spacing: 0
	}
	.cont {
		margin-left: 4px;
	}
	.haccount {
		right: -40px;
	}
	#cattab .slick-slide .product-layout, #cattab1 .slick-slide .product-layout {
		margin-bottom: 0;
	}
}
@media (min-width: 400px) and (max-width: 767px){
	.bserhover .serdes{
		padding: 40px 0
	}
	.product-list {
	    width: 50%;
	}
}
