input[type="checkbox"], input[type="radio"] {
    margin: 3px 0 0;
}
input[type="checkbox"]{
	transform: scale(1.1);
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
.select-input::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
}
select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.form-control {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.select-input {
    position: relative;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color: transparent;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #282828;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.4px;
	background-color: #eeeeee;
}
.dropdown-menu {
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
}
.form-control {
    border: 1px solid #ebebeb;
    box-shadow: none;
    border-radius: 0;
    height: 42px;
}
.form-control:focus {
    border-color: #2874f5;
    box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{
    outline: none;
}
.btn.focus, .btn:focus, .btn:hover{
	color: #fff;
}
a:hover,a:focus{
	text-decoration: none;
}
.btn.active, .btn:active{
	box-shadow: none;
}
svg{
	vertical-align: middle;
}
ol, ul{
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* 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;
}
a {
	color: #000;
}
a:hover,a:focus {
	color: #2874f5;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #2874f5;
}
label {
	font-size: 12px;
	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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 10px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #2874f5;
}
/* top */
#top {
	border-bottom: 1px solid #f1f1f1;
	background-color: #373839;
	padding: 9px 0;
}

#top .btn-link, #top-links li, #top-links a,#top a,#top span {
	color: #cccccc;
	padding: 0;
	text-decoration: none;
	font-size: 13px;
}
#top a:hover,#top span:hover,#top .btn-link:hover span,#top .btn-link:hover{
	color: #2874f5;
}
#top .btn-link, #top-links li, #top-links a{
	text-transform: capitalize;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #2874f5;
	background-color: transparent;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}

#top-links a + a {
	margin-left: 15px;
}
#top-links .dropdown-menu{
opacity: 0;
webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
-o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
visibility: hidden;
display: block !important;
filter: alpha(opacity=0);
-webkit-transition: all 0.35s ease-out 0s;
-o-transition: all 0.35s ease-out 0s;
transition: all 0.35s ease-out 0s;
margin-top: 20px;
}
#top-links .hvr-btn:hover .dropdown-menu{
opacity: 1;
visibility: visible;
margin-top:3px;
filter: alpha(opacity=100);
}
/* search */
#search .input-lg {
	height: 42px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 0;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	background-color: #2874f5;
	border: 1px solid #2874f5;
	color: #fff;
	border-radius: 0;	
}
#search .btn-lg:hover{
	background-color: #373839;
	border: 1px solid #373839;
}
/* cart */
header {
    padding: 30px 0;
}
#logo{
	margin-top: -8px;
}
#cart{
	margin-top: 5px;
}
#cart-item,#cart-total {
    background-color: #2874f5;
    border-radius: 50%;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    height: 18px;
    right: 8px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 18px;
}
#cart > button {
font-size: 14px;
line-height: 18px;
color: #505050;
border-radius: 0;
border: none;
box-shadow: none;
background-image: none;
background-color: transparent !important;
text-align: right;
float: right;
padding: 0;
}
/* #cart.btn-group .dropdown-toggle:active, #cart.btn-group.open .dropdown-toggle,
#cart.btn-group .dropdown-toggle:active, #cart.btn-group.open .dropdown-toggle{
	border: none !important;
	box-shadow: none !important; 
	outline: none !important;
	text-shadow: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: none !important;
	color: #666;
	box-shadow: none !important;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
	border: none !important;
} */
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	min-width: 200px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 295px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
    border-top: 1px solid #ddd;
    text-align: left;
    height: 50px;
    margin-bottom: 0;
}
#menu .nav > li > a {
	color: #000;
	font-family: 'Roboto', sans-serif;	
	background-color: transparent;
	text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #2874f5;
}
#menu .navbar-nav > li{
	float: none;
	display: inline-block;
}
#menu .navbar-nav{
	float: none;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	margin-top: -2px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	border-bottom: 1px solid #f2f2f2;
	padding: 7px 18px;
	color: #272727;
	text-transform: capitalize;
	min-width: 160px;
	display: block;	
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.2px;
}
#menu .dropdown-inner li a:hover {
	color: #2874f5;
}
/* #menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px
;	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
} */
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 10px;
	float: right;
	background-color: #2874f5;
	border-radius: 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #000;
}
#menu .navbar-collapse{
	padding-left: 0;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	#menu .nav > li:first-child > a{
		padding-left:0;
	}	
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		border-top: none;
		border-radius: 4px;
		border-top: none;
		position: absolute;
		top: 54px;
		left: 15px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#menu .navbar-collapse{
	padding-left: 15px;
	}

}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	background-color: #222;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
	font-size: 13px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {

    padding: 8px 14px 8px 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;

}
.alert .close {
    color: #000;
    opacity: 1;
    right: 0;
    top: 0;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 12px 0;
	border-radius: 0;
	background-color: #f7f7f7;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 9px;
	height: 9px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child::after {
    border-bottom: 0;
    border-right: 0;
}
.pagination {
	margin: 0;
	padding: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid transparent;
	transition: all 0.5s linear;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
.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: #ffffff;
	background-color: #2874f5;
}
.btn-primary {
	color: #ffffff;
	background-color: #2874f5;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-default:hover {
	background-color: #000;
}
.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 {
	color: #ffffff;
	background-color: #2874f5;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, 
.btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, 
.open > .dropdown-toggle.btn-danger:hover,.btn-danger.focus, .btn-danger:focus {
	background-color: #000;
	border-color: #000;
}
.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-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #2874f5;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #000;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eee;
	color: #000000;
	padding: 8px 12px;
	font-family: 'Roboto', sans-serif;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover,
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	color: #2874f5;
	background: #fff;
	border: 1px solid #eee;
}
/* 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;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	position: relative;
	padding-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.product-thumb .image {
	text-align: center;
	background-color: #f2f2f2;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-list .pcom{
	background: #2874f5;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	padding: 0;
	min-width: 150px;
	min-height: 40px;
	border-radius: 2px;
	cursor: pointer;
	transition: 0.3s ease;
	letter-spacing: 0.5px;
}
.product-list .pcom:hover {
    background-color: #000;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
}
}
@media(min-width: 768px){
	.product-list .product-thumb h4{
		margin-top: 0;
	}
	.product-list .product-thumb .caption  {
		padding-left: 15px;
		float: left;
	}
}
@media(min-width: 1240px){
	.product-list .product-thumb .image {
		width: 25%;
	}
	.product-list .product-thumb .caption  {
		width: 75%;
	}
	#product-search .product-grid,#product-manufacturer .product-grid{
		width: 25%;
		clear: none !important;
	}
	#product-search .product-list .product-thumb .image,#product-manufacturer .product-list .product-thumb .image {
		width: 20%;
	}
	#product-search .product-list .product-thumb .caption,#product-manufacturer .product-list .product-thumb .caption  {
		width: 80%;
	}
}

@media(min-width: 992px) and (max-width: 1199px){
	.both {
	    width: 33.33% !important;
	    clear: none !important;
	}
	.deliveryinfo ul li {
	    display: block !important;
	    text-align: center !important;
	}
	.product-list .product-thumb .image {
		width: 30%;
	}
	.product-list .product-thumb .caption  {
		width: 70%;
	}
	#product-search .product-list .product-thumb .image,#product-manufacturer .product-list .product-thumb .image {
		width: 25%;
	}
	#product-search .product-list .product-thumb .caption,#product-manufacturer .product-list .product-thumb .caption  {
		width: 75%;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.both {
	    width: 33.33% !important;
	    clear: none !important;
	}
	.deliveryinfo ul li {
	    display: block !important;
	    text-align: center !important;
	}
	#product-search .product-grid,#product-manufacturer .product-grid{
		width: 33.33%;
		clear: none !important;
	}
	#product-search .product-list .product-thumb .image,#product-manufacturer .product-list .product-thumb .image {
		width: 30%;
	}
	#product-search .product-list .product-thumb .caption,#product-manufacturer .product-list .product-thumb .caption  {
		width: 70%;
	}
	.product-list .product-thumb .image {
		width: 40%;
	}
	.product-list .product-thumb .caption  {
		width: 60%;
	}
	.product-list .pcart, .product-list .pcom{
		min-width: 100px !important;
		display: inline-block;
	}
	.sorting{
		clear: none !important;
	}
}
@media (max-width: 767px) {

.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 0px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 7px;
}
.rating .fa-star-o {
	color: #fec42d;
	font-size: 13px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #fec42d;
}
.fa-stack{
	width: 1.5em;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #2874f5;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails {
	position: relative;
}
.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;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled],.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 {
    border-color: #000;
    background-color: #000;
}
/* custom */
@media(min-width: 1240px){
	.container {
	    width: 1200px;
	}
}
#top-links li::after {
   background-color: #5f6061;
	content: "";
	height: 17px;
	position: absolute;
	right: -19px;
	top: 0px;
	width: 1px;
	border-left: 1px solid #5f6061;
	display: inline-block;
}
#top-links li .dropdown-menu li::after{
	display: none;
}
#top-links li .dropdown-menu li button,#top-links li .dropdown-menu li a{
	color: #000;
	text-align: left;
	line-height: 25px;
}
#top-links li .dropdown-menu li{
	margin: 0 15px;
}
#top-links li{
	margin-left: 30px;
	position: relative;
}

#top-links li:last-child::after {
    display: none;
}
.user-down i{
	margin:0 3px;
}
/* slider */
.owl-carousel.owl-theme .owl-wrapper-outer {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
#slideshow0 .owl-pagination {
    position: absolute;
    bottom: 10px;
    top: auto;
    left: 0;
    right: 0;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #000 !important;
    opacity: 1 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.owl-controls .owl-page.active span {
    background-color: #2874f5 !important;
}
/* product */
.product-thumb:hover .second-img, .leftpro:hover .second-img {
    opacity: 1;
}
.product-thumb .second-img, .leftpro .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.product-thumb h4{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-thumb h4 a{
	color: #3d3d3d;
	font-size: 15px;
	text-transform: capitalize;
}
.product-thumb h4 a:hover,.product-thumb h4:hover{
	color: #2874f5;
}
.pcart{
	background: #2874f5;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	padding: 0;
	min-width: 150px;
	min-height: 40px;
	border-radius: 2px;
	cursor: pointer;
	transition: 0.3s ease;
	letter-spacing: 0.5px
}
.pcart:hover{
	background-color: #000;
}
.pcom {
    color: #5d5d5d;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: 8px;
    transition: 0.3s ease;
}
.pcom:hover{
	color:#2874f5;
}
.pwish{
	background: none;
	border: none;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
    color: #fff;
    transition: 0.3s ease;
    background: #2874f5;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    opacity: 0;
}
.pwish:hover{
	background-color: #ededed;
	color: #333;
}
.pcart, .pcom {
    transition: 0.3s ease;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
}
.pcart{
	bottom: 35px;
}
.pcom {
	bottom: 10px;
}
.product-thumb:hover .pcart, .product-thumb:hover .pcom, .product-thumb:hover .pwish {
    opacity: 1;
}
.product-thumb:hover .price,.product-thumb:hover .rating {
    opacity: 0;
    position: relative;
}
.product-thumb .price,.product-thumb .rating {
	transition: 0.3s ease;
	font-weight: 600;
	margin-bottom: 5px;
}
.salepro {
    text-align: center;
    display: block;
    text-transform: uppercase;    
    line-height: 17px;
    padding: 3px 10px;
    position: absolute;
    top: 10px;
    background-color:#2874f5;
    left: 12px;
    color: #FFFFFF;
	font-size: 10px;
	border-radius:2px;
}
.pro-bg .nav-tabs {
    margin-right: 90px;
}
.pro-bg hr {
    clear: both;
    border-top: 1px solid #eaeaea;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a, .nav-tabs {
    border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #2874f5;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
.pro-bg h2,.heading {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}
.pro-nepr .owl-theme .owl-controls .owl-buttons div {
    padding: 3px 10px !important;
    border-radius: 100% !important;
    background: #cacaca !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}
.pro-nepr .owl-theme .owl-controls .owl-buttons div:hover {
    background: #2874f5 !important;
}
.pro-nepr .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: -68px;
    left: auto;
    right: 45px;
}
.pro-nepr .owl-carousel .owl-buttons div i {
    font-size: 15px !important;
    position: relative;
    top: 1px;
}
.pro-nepr .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: -68px;
    right: 10px;
}

/* sell banner */
.sellbanner {
    margin-top: 30px;
    margin-bottom: 40px;
}
/* left product */
.left-pro .product-thumb:hover .price, .left-pro .product-thumb:hover .rating{
	opacity: 1;
}
.left-pro .image{
	padding: 0;
}
.left-heading {
    color: #FFFFFF;
    background-color: #222;
    padding: 16px 15px;
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.left-pro,.hot-pro{
    border: 1px solid #eaeaea;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.left-pro .product-layout{
	border-bottom: 1px dashed #eaeaea;
}
.left-pro .product-thumb{
	/* margin-top: 10px; */
	margin-bottom:5px;
	box-shadow: none;
}
.left-pro .owl-theme .owl-controls .owl-buttons div,.hot-pro .owl-theme .owl-controls .owl-buttons div {
    padding: 5px 13px !important;
    border-radius: 100% !important;
    background: #222 !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}
.left-pro .owl-theme .owl-controls .owl-buttons div:hover,.hot-pro .owl-theme .owl-controls .owl-buttons div:hover {
    background: #2874f5 !important;
}
.left-pro .owl-theme .owl-controls .owl-buttons .owl-prev,.hot-pro .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: -46px;
    left: auto;
    right: 40px;
}
.left-pro .owl-carousel .owl-buttons div i,.hot-pro .owl-carousel .owl-buttons div i {
    font-size: 16px !important;
	font-weight: 700;
    position: relative;
    top: 1px;
}
.left-pro .owl-theme .owl-controls .owl-buttons .owl-next,.hot-pro .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: -46px;
    right: 5px;
}
.hot-pro .image img{
	margin-top: 10px;
}
.hot-pro .salepro,.hot-pro .pwish{
	top: 20px;
}
.leftbanner{
	margin-top: 40px;
	margin-bottom: 40px;
}
/* footer */
@media(min-width: 768px){
	footer h5 button {
	    display: none !important;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
footer h5 {
    color: #fff;
    cursor: pointer;
    font: 500 20px/24px "Poppins",Helvetica,sans-serif;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
footer h5::before {
    content: "";
    height: 2px;
    position: absolute;
    top: 35px;
    width: 40px;
    z-index: 3;
}
footer h5::before {
    background-color: #2874f5;
}
.foot-top {
    background-color: #181818;
    padding: 15px 0;
    margin-bottom: 40px;
}
.inputNew{
	width: 88%;
}
.inputNew.form-control:focus{
	border-color: #ededed;
}
.foot-top .button-submit{
	position: absolute;
	top: 17px;
	right: 0;
}
.foot-top .button-submit .btn{
	background-color: #2874f5;
	border: 1px solid #2874f5;
	padding: 12px;
}
.foot-top .form-group{
	margin-top: 17px;
}
.inspire-newsletter h3 {
    color: #2874f5;
    font-size: 22px;
    letter-spacing: 3px;
    margin: 8px 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    background: none;
    font-family: 'Roboto', sans-serif;
    margin-left: 70px;
}
.description-top{
	margin-left: 70px;	
}
.middle-footer li,footer .footcontact .f-left li{
	line-height: 30px;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.middle-footer li::before {
    background-color: #2874f5;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 4px;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.middle-footer li a::before {
    background-color: #2874f5 !important;
}
.middle-footer li:hover::before {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.middle-footer li:hover {
    padding-left: 10px;
}
.foot-social li a {
    background-color: #434343;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    margin-top: 5px;
}
.foot-social li a:hover{
	background-color: #2874f5;
}
footer .footcontact .f-left li i {
    padding-right: 10px;
    font-size: 16px;
    width: 30px;
}
.foot-social{
	margin-top: 12px;
}
.foot-app li{
	display: inline-block;
}
.foot-app .title-footer {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.foot-app ul {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.foot-bottom {
    margin-top: 25px;
    margin-bottom: 25px;
}
.foot-power{
	padding-bottom: 25px;
}
#scroll {
    background-color: #2874f5;
    border: 5px solid #2874f5;
    position: fixed;
    color: #fff;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    outline: none;
    z-index: 1;
    border-radius: 100%;
    line-height: 28px;
    text-align: center;
    transition: all 400ms ease-in-out 0s;
}
#scroll:hover {
    background-color: #000;
    border: 5px solid #181818;
    color: #fff;
}
/* product page */
.product-tab .nav-tabs {
    margin-bottom: 0;
}
.product-tab .tab-content {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 10px;
}
.product-tab .nav-tabs > li > a {
    border-radius: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #282828;
    border-right: 1px solid #ebebeb;
}
.product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.active > a:hover {
    border-bottom: 1px solid #ebebeb;
    border: 1px solid #ebebeb;
}
.product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.active > a:hover {
    color: #2874f5;
}
.product-tab .nav-tabs li {
    text-transform: capitalize;
    font-family: 'Lato-Bold';
    position: relative;
}
.product-tab .nav-tabs {
    border-bottom: none;
}
.pro-price{
	font-size: 18px !important;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review i{
	color: #222;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
#tab-specification strong{
	color: #2874f5;
}
.thumbnail {
    position: relative;
    padding: 0;
    border: none;
}
/*#gallery_01 img{
	border: 1px solid #e5e5e5;
}*/
.pro-content h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #161616;
    letter-spacing: 1px;
    margin-top: 0;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    color: #232d2a;
}
.btnplus {
    border-radius: 0 0px 0px 0 !important;
    border-left: 0;
    line-height: 22px;
}
.btnminus {
    border-radius: 0px 0 0 0px !important;
    border-right: 0;
    line-height: 22px;
}
.producthr {
    border-top: 1px solid #ddd;
}
.text-prodecor, .text-de {
    text-transform: capitalize;
    color: #161616;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
}
.textdeb {
    color: #2874f5;
    margin: 0 4px;
}
.textdeb:hover{
    color: #000;
}
.text-prodecor-bold, .text-prodecor-bold h2 {
    text-transform: capitalize;
    color: #161616;
    font-size: 16px;
    letter-spacing: 1px;
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-prodecorop {
    text-transform: capitalize;
    color: #161616;
    font-size: 14px;
    letter-spacing: 1px;
}
.datebtn {
    background-color: #2874f5;
    color: #fff;
    border-radius: 0 0px 0px 0 !important;
    border: 1px solid #2874f5;
    box-shadow: none;
    transition: all 0.5s linear;
    padding: 7.5px 12px;
}
.datebtn:hover, .btnup:hover, .add-to-cart:hover,.btnupload:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus,
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.btnupload {
    color: #fff;
    background-color: #2874f5;
    border-color: #2874f5;
    transition: all 0.5s linear;
    font-size: 16px;
    box-shadow: none;
}
.prowritere {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.proreviewre {
    text-align: center;
    border-right: 1px solid #161616;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 4px;
    text-transform: capitalize;
}
.prodrate {
    border-right: 1px solid #161616;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 5px 0;
}
.zoomWindow{
	border: 1px solid #2874f5 !important;
	top: 0 !important;
}
.productwish button {
    background-color: transparent;
    color: #2874f5;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.zoomLens{
    border: none !important;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ebebeb;
}
.pro-content #input-quantity{
	border-radius: 0;
}
.product-tab{
	margin-top: 20px;
	margin-bottom: 30px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border:none;
}
/* category page */
.sb-theme-cat-list ul{
	display: inline;
}
#column-left .list-group {
    z-index: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}
.sb-theme-cat-list ul li {
    display: inline;
    float: left;
    margin-left: 5px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 8px 15px 5px;
}
.sb-theme-cat-list ul li:first-child {
    margin: 0;
}
.product-thumb .image {
    position: relative;
}
.product-thumb .image a{
	background-color: #fff;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #2874f5;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ddd;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.inspdes {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.inspdes h2{
	font-size: 18px;
	color: #2874f5;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
}
.inspdes p{
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}
.inspdes img{
	border-radius: 4px;
}
.cate-border {
    background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	margin: 25px 0;
	padding: 10px 0px;
}
#compare-total{
	position: relative;
	color: #2874f5;
}
#compare-total:hover{
	color: #222;
}
.sorting label {
    background-color: #fff;
    border: none;
    font-size: 16px !important;
    color: #161616 !important;
}
.sorting select {
    background-color: #fff;
    color: #222;
    font-size: 12px !important;
    border-radius: 4px !important;
}
.sorting select option {
    background-color: #fff;
    color: #161616;
}
.sorting select.form-control {
	padding-right: 25px;
	background-image: url("data:image/svg+xml,\
      <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20px'\
           height='12px' viewBox='0 0 1200 1000' fill='rgba(0,0,0,0.2)'>\
        <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
      </svg>");
	background-repeat: no-repeat;
	background-position: right;
	-moz-appearance: none;
	-webkit-appearance: inherit;
	appearance: none;
	padding: 0 10px;
	 height: 35px;
}
/* .sorting select.form-control:focus{
	border-color: #222;
} */
.inslistgrid img{
	height: 24px;
	width: 24px;
}
.inslistgrid {
    background-color: #fff;
    color: #161616 !important;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px !important;
    border: 1px solid transparent;
}
.inslistgrid.active, .inslistgrid.active:hover, .inslistgrid:hover {
    border: 1px solid #2874f5;
    border-radius: 4px;
    background-color: transparent;
    padding: 5px;
    box-shadow: none;
}
.inslistgrid i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid .product-thumb{
	background-color: #fff;
}
.product-list .acart{
	display: inline-block;
	transition: 0s;
}
.product-list .product-thumb:hover .price, .product-list .product-thumb:hover .rating {
    opacity: 1;
    position: relative;
}
@media(min-width: 768px){
	.product-list .product-thumb .caption {
		text-align: left;
		margin-top: 22px;
	}
	.product-list .inspire-ownstyle {
		display: none;
		opacity: 0;
	}
	.product-list .product-thumb .button-group{
		text-align: left;
		position: unset;
	}
}
.product-list .product-thumb:hover .button-group .pwish,.product-list .product-thumb:hover .button-group .pcom {
    opacity: 1;
    transform: none;
}
.product-list .product-thumb .button-group .pwish,.product-list .product-thumb .button-group .pcom {
    transform: none;
    transition: 0s;
    opacity: 1;
}
.product-list .product-thumb .price{
	margin-bottom: 0px;
}
.product-list .image{
	position: relative;
}
.product-list .pcart, .product-list .pcom {
    transition: none;
    opacity: 1;
    position: unset;
}
.product-list .product-thumb {
	border: none;
}
.product-list{
	margin-bottom: 0px;
}
.product-grid .list-des {
    display: none;
}
.list-des{
	text-transform: capitalize;
	color: #282828;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-list .caption h4 a{
	font-size: 18px;
}
/* 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: #2874f5;
    border-color: #2874f5;
}
.pagination > li > a, .pagination > li > span {
    color: #2874f5;
    padding: 7px 12px 5px 12px;
    border: 1px solid #ececec;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #2874f5;
    border-color: #2874f5;
}
.pagi .tot{
	line-height: 34px;
}
/* other page */
.submenu-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    margin: 0 0 5px;
    padding: 4px 0;
}
.panel-default > .panel-heading {
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
}
.panel-group .panel{
	border-radius: 0;
}
.cartbt{
	border-right: 1px solid #fff;
}
.well{
	border-radius: 0;
	background-color: #fff;
}
.catename {
    border: 1px solid #eee;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.catename h2{
	margin-top: 0;
	background-color: #f2f2f2;
	padding: 10px 10px;
	font-size: 14px;
}
#account-account h2{
	font-size: 16px;
	text-transform: capitalize;
	color: #2874f5;
	letter-spacing: 1px;
	margin-top: 0;
	font-family: 'Roboto', sans-serif;
	background-color: #f1f1f1;
	padding: 7px 10px;
}
.account-info {
    margin-bottom: 15px;
    padding: 10px !important;
    border: 1px solid #ebebeb;
    border-radius: 0px;
}
/* banner effect */
@media(min-width: 768px){
.banner-effect a:hover::after {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
}
.banner-effect a::after {
    background: rgba(0, 0, 0, 0.1);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out 0s;
    right: 0;
    top: 0;
}
.banner-effect img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
}
.banner-effect a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
}
/*loader start */
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 64px;
    width: 64px;
    margin-left: -30px;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 1.3s ease 0.3s;
    -o-transition: all 1.3s ease 0.3s;
    -webkit-transition: all 1.3s ease 0.3s;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
#page-preloader.visible .preloader {
    opacity: 1;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.object{
	position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    height: 82px;
    width: 82px;
    margin-left: -9px;
}
#page-preloader{
    display: none;
}
#page-preloader{
    display: block;
}
/* responsive */
@media(min-width: 992px) and (max-width: 1199px){
	.foot-app ul{
		padding-left: 0;
	}
	#menu .nav > li > a{
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media(min-width: 768px) and (max-width: 1199px){
	#menu .nav > li > a{
		padding-left: 5px;
		padding-right: 5px;
	}
	.foot-app ul{
		padding-left: 0;
	}
	.foot-social li a {
	    height: 25px;
	    line-height: 25px;
	    width: 25px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.prowritere{
		font-size: 13px;
	}
}
@media(min-width: 600px) and (max-width: 767px){
	.both {
	    width: 33.33% !important;
	    clear: none !important;
	}
	.deliveryinfo ul li {
	    display: block !important;
	    text-align: center !important;
	}
	.sellbanner .col-xs-12,.foot-bottom .col-xs-12{
		width: 50%;
	}
	.product-grid, .product-list {
	    width: 33.33%;
	}
}
@media(min-width: 375px) and (max-width: 599px){
	.product-grid, .product-list {
	    width: 50%;
	}
}
@media(max-width: 411px){
	.proreviewre{
		font-size: 14px;
	}
	.prowritere{
		font-size: 11px;
		letter-spacing: 0;
	}
	.product-tab .nav-tabs > li > a{
		font-size: 12px;
		padding: 10px 4px;
	}
}
@media(max-width: 599px){
	.deliveryinfo ul {
    	margin: 0 10px !important;
	}
	.pagi .col-xs-6{
		width: 100%;
		text-align: center;
	}
	.cate-border .catebt,.sorting{
		width: 100%;
	}
	.sorting{
		margin-top: 10px;
	}
	.home-head{
		display: none;
	}
	.pro-bg .nav-tabs{
		float: left !important;
	}
	.sellbanner img{
		margin-top: 5px;
	}
}
@media(max-width: 767px){
	.inspire-bg{
		margin-bottom: 20px;
	}
	 .mfp-iframe-holder .mfp-content {
        height: 100%;
    }
	.pro-content h1{
		margin-top: 20px;
	}
	.sellbanner{
		margin-bottom: 30px;
		margin-top: 15px;
	}
	.logoxs img{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	/* sidenav */
	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: 999;
	    transition: all .2s ease 0s;
	    -webkit-transition: all .2s ease 0s;
	    -moz-transition: all .2s ease 0s;
	    -ms-transition: all .2s ease 0s;
	    -o-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;
	    background-color: #111;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    transition: 0.5s;
	    padding-top: 60px;
	    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: #161616;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	.closebtn{
	    float: right;
	}
	.close-nav i{
	    color: #fff;
	    font-size: 16px;
	}
	.navbar-header button{
		border: none;
		background: transparent;
		color: #fff;
		font-size: 16px;
		cursor: pointer;
		vertical-align: bottom;
	}
	header {
	    padding: 15px 0;
	}
	#search {
    	margin-top: 15px;
	}
	#logo {
	    margin-top: 0;
	    position: relative;
	}
	.xs-cart{
		position: absolute;
		top: 40px;
		right: 0px;
		z-index: 9;
	}
	#menu .navbar-collapse {
	    display: block;
	}
	#menu .navbar-nav > li{
		display: block;
	}
	#top-links{
		text-align: center;
	}
	#top{
		padding: 6px 0
	}
	.user-down{
		min-width: 130px;
	}
	footer h5 .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer .btn-primary {
	    color: #fff;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: -8px;
	    right: 0;
	    width: 100%;
	}
	footer .btn-primary:active:focus,footer .btn-primary:hover,.btn-primary:active:hover, .btn-primary:focus {
		background-color: transparent;
		border: none;
	}
	footer h5::before {
		display: none;
	}
	.foot-app ul{
		padding-left: 0;
	}
	footer h5{
		font-size: 14px;
		line-height: 15px;
		margin-top: 15px;
	}
	.foot-bottom{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.foot-top .button-submit{
		right: 15px;
	}
}
@media(max-width: 991px){
	.product-thumb{
		padding-bottom: 0;
	}
	.pcart, .pcom{
		position: unset;
		display: block;
		margin-bottom: 5px;
		opacity: 1;
	}
	.product-thumb:hover .price, .product-thumb:hover .rating{
		opacity: 1;
	}
}
/* quick view */
.product-layout{
	position: relative;
}
.product-layout .inspire-ownstyle.inspire-quickview{
	position: absolute;
	top:52px;
	right: 27px;
	text-align: center;
	display: none;
	color: #333;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #ededed;
	border-radius: 50%;	
	cursor: pointer;
}
.product-layout .inspire-ownstyle.inspire-quickview a{
	color: #333;
}
.product-layout .inspire-ownstyle.inspire-quickview:hover{
    background: #2874f5;
    color: #fff;
}
.product-layout .inspire-ownstyle.inspire-quickview:hover a{
	color: #fff;	
}
.product-layout .inspire-ownstyle.inspire-quickview a:hover{
	color: #fff;
}
.product-layout:hover .inspire-ownstyle.inspire-quickview{
	display: block;
/* 	background-color: transparent; */
}

.product-quickview-detail{
	padding:30px 10px
}

.product-quickview-detail .nav-tabs{
	padding-top:50px;
}
.hot-pro .product-thumb .image {
    position: unset;
}
#best .inspire-quickview,.hot-pro .inspire-quickview{
	display: none !important;
}
.mfp-iframe-scaler iframe{
	background-color: #fff !important;
}
@media(max-width: 991px){
	.product-layout .inspire-ownstyle.inspire-quickview{
		display: block !important;
	}
}
.product-quickview-detail {
    padding: 30px 15px;
}
.comsummary{
	width: 1%;
}
.comdescription {
    width: 25%;
}
/* shipping */
.deliveryinfo ul:hover .main-icon{
    transform: rotateY(180deg);
    cursor: pointer;
}
.deliveryinfo .main-icon{
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.black {
    background-image: url('../../../../../image/catalog/ship/bag-1.png');
    background-position: center;
    width: 60px;
    height: 60px;
    content: '';
    z-index: 0;
    position: relative;
    top: 0;
    clear: both;
    margin: 0 auto;
    display: block !important;
    border-radius: 100%;
    transition: all 400ms ease-in-out 0s;
    //border: 1px solid #dcdcdc;
}
.shipping {
    background-image: url(../../../../../image/catalog/ship/free.png);
    background-position: center;
    width: 60px;
    height: 60px;
    content: '';
    z-index: 0;
    position: relative;
    top: 0;
    clear: both;
    margin: 0 auto;
    display: block !important;
    border-radius: 100%;
    //border: 1px solid #dcdcdc;
    transition: all 400ms ease-in-out 0s;
}
.free {
    background-image: url(../../../../../image/catalog/ship/ex.png);
    background-position: center;
    width: 60px;
    height: 60px;
    transition: all 400ms ease-in-out 0s;
    content: '';
    z-index: 0;
    position: relative;
    top: 0;
    clear: both;
    margin: 0 auto;
    display: block !important;
    border-radius: 100%;
    //border: 1px solid #dcdcdc;
}
.inspire-bg {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ececec;
    padding: 18px 0;
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
.deliveryinfo ul li h4 {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.9px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}
.deliveryinfo ul {
    margin: 0;
    padding-left: 0px;
}
.deliveryinfo p{
	font-size: 12px;
	letter-spacing: 0.5px;
}
@media(min-width:767px){
	#menu .dropdown-menu{
		display: block !important;
		webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
		-o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
		transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
		visibility: hidden;
		display: block;
		opacity: 0;
		margin-top: 50px;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.35s ease-out 0s;
		-o-transition: all 0.35s ease-out 0s;
		transition: all 0.35s ease-out 0s;
		min-width: 220px;
		border: 1px solid #ededed;
	}
	#menu .dropdown:hover .dropdown-menu{
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		margin-top:-1px;
		box-shadow:none;
	}
}
.owl-carousel{
	background-color: transparent !important;
}
.pro-bg .nav-tabs > li.active > a, .pro-bg .nav-tabs > li.active > a:focus, .pro-bg .nav-tabs > li.active > a:hover{
	background-color: transparent;
}
#bestp{
	margin-top:30px;
}
.sign-up-img {
    background-image: url('../../../../../image/catalog/news.png');
    background-repeat: no-repeat;
    min-height: 40px;
    min-width: 40px;
    position: absolute;
    top: 12px;
    left:15px;
}
.catebt img {
        width: 25px;
    height: 25px;
    padding: 3px;
}
#callus{
	fill: #cccccc;
}
.swiper-viewport{
	border: 1px solid #e6e6e6 !important;
	box-shadow: none !important;
}
@media(max-width: 767px){
	.pwish{
		opacity: 1;
	}
	.foot-app{
		margin-bottom: 15px;
	}
}
#sbag{
	fill: #222;
}