@font-face {
    font-family: 'Roboto-Bold';
    src: url("/catalog/view/javascript/inspire/fonts/Roboto-Bold.ttf");
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url("/catalog/view/javascript/inspire/fonts/Roboto-Medium.ttf");
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url("/catalog/view/javascript/inspire/fonts/Roboto-Regular.ttf");
}



@font-face{
    font-family: 'Roboto-Bold';
    src:url(../../../javascript/inspire/fonts/Roboto-Bold.ttf);
}
@font-face{
    font-family: 'Roboto-Medium';
    src:url(../../../javascript/inspire/fonts/Roboto-Medium.ttf);
}
@font-face{
    font-family: 'Roboto-Regular';
    src: url(../../../javascript/inspire/fonts/Roboto-Regular.ttf);
}
:focus {
	outline: none;
}
.input-group .form-control{
	z-index: 0;
}
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;
}
.panel{
	border-radius: 0;
	background-color: #333;
}
.panel-footer{
	background-color: #222;
}
body {
	font-family: 'Roboto-Regular';
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.5px;
    background-color: #2c2c2c;
}
.dropdown-menu {
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
}
.form-control {
    border: 1px solid #333;
    box-shadow: none;
    border-radius: 0;
    background-color: #333;
}
.form-control:focus {
    border-color: #444;
    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;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
	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;
}
a {
	color: #999;
	transition: 0.3 all ease;
}
a:hover {
	text-decoration: none;
	color: #000;
}
legend {
	font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #333;
	padding: 7px 0px
}
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: 14px;
	letter-spacing: 0.8px;
}
.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: 15px;
}
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: #000;
}
/* top */
#top {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 6px 0;
    background-color: #2c2c2c;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #000;
}
#top .btn-link, #top-links li, #top-links a {
	color:#999;
	text-transform: capitalize;
	font-size: 13px;
	font-family: 'Roboto-Medium';
    padding: 0;
	text-decoration: none;
	transition: 0.3s ease;
}
#top form{
		margin-bottom: 0;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ddd;
}
#top-links .dropdown-menu a,#top-links .dropdown-menu button {
	text-shadow: none;
    padding: 3px 10px;
    line-height: 25px;
}
#top-links .dropdown-menu a:hover {
	color: #000;
	background-color: transparent;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}

#top-links a + a {
	margin-left: 15px;
}
header{
    background-color: #2c2c2c;
}
@media(min-width: 768px){
	#top-links .dropdown-menu.top-dropdown{
	/* display: block !important; */
	margin-top: 20px;
	opacity: 0;
	box-shadow: none;
	transition: all 0.5s ease-in-out;
}
#top-links li:hover .dropdown-menu.top-dropdown{
	opacity: 1;
	display: block !important;
	margin-top: 5px;	
	}
}
@media(max-width: 767px){
	header{
		border-bottom: 1px solid #eaeaea;
	}
	#top{
		border-bottom: 1px solid #e5e5e5;
		padding: 8px 0;
		background-color: #f4f4f4;
	}
}
/* search */
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	z-index: 1001;
	color: #2d3439;
	background: #444;
}
#cart .dropdown-menu {
	/* min-width: 100%; */
	min-width: 295px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
	    width: 290px;
	}
}
#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 .nav > li > a {
    color: #fff;
    padding: 14.9px 0px;
    font-size: 14px;
    background-color: transparent;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
#menu .nav > li > a:hover{
	color: #999;
}
#menu .nav > li:last-child a {
    border-bottom: none;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
    direction: ltr;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #000;
}
#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: #2d3439;
    padding: 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: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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 .see-all {
	    display: block;
    	margin-top: 0.5em;
    	padding: 3px 20px;
	}
}
/* content */
#content {
	min-height: 400px;
}
/* footer */
footer {
	margin-top: 30px;
	background-color: #2c2c2c;
	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;
}
@media(max-width: 767px){
	.footer-payment img{
		width: 70px;
	}
	.footer-social img{

	}
}
/* 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;
	background-color: #222;
	padding:11px 0;
	border: 1px solid #222;
	border-radius: 0px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li  a{
	color: #fff;
    text-shadow: none;
}
.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 #777;
	border-bottom: 2px solid #777;
	-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;
	vertical-align: middle;
}
/* buttons */

.buttons {
	margin: 1em 0;
}
.btn {
	padding: 6px 12px;
	font-size: 14px;
	text-transform: capitalize;
	border: 1px solid transparent;
	border-radius: 2px;
	box-shadow: none;
    transition: all 0.5s linear;
}
.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: #000;
}
.btn-primary {
	color: #ffffff;
	background-color: #000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-default:hover,
.btn-default.focus, .btn-default:focus,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color: #2d3439;
	border-color: #2d3439;
}
.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: #2d3439;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	border: 1px solid transparent;
	background-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: #222;
	border:1px solid transparent;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2d3439;
}
.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 #2d3439000;
}
.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 #333;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 12px;
    background-color: #222;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #666;
	background: #222;
	border:1px solid #333;
	text-shadow: none;
}
.panel-default > .panel-heading {
    font-family: 'Roboto-Medium';
    border-radius: 0;
    background-color: #fff;
    color: #2d3439;
    font-size: 16px;
}
.filterp a{
	font-family: 'Roboto-Medium';
	font-size: 14px;
	color: #fff;
}
/* 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 .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:hover .second-img{
    opacity: 1;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
/* .product-thumb .image a:hover {
	opacity: 0.8;
} */
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
}
}
.product-thumb h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    color: #fff;
}
.product-thumb h4 a{
	color: #fff;	
	letter-spacing: 0.3px;
}
.product-thumb:hover h4 a,.product-thumb:hover h4{
	color: #222;
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 5px;
}
.rating .fa-stack {
	font-size: 6px;
}
.rating .fa-star-o {
	color: #bbb;
	font-size: 14px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 14px;
}
.rating .fa-star + .fa-star-o {
	color: #FC0;
}
@media(max-width: 767px){
	.rating .fa-star{
		font-size: 12px;
	}
	.rating .fa-stack{
		font-size: 5px;
	}
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
}
.product-thumb .price-new {
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 0;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 5px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.thumbnails {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails {
    position: relative;
}
.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] {
    background-image: none;
    background-color: #2d3439;
    border-color: transparent;
}

/* custom */
@media (min-width: 1200px){
	.container {
	    width: 1188px;
	}
}

/* header */
.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #444;
}
.headcall svg {
    fill: #fff;
}
.headcall .callus {
    color: #fff;
    margin: 0 5px;
}
.callno {
    color: #999;
    font-family: 'Roboto-Medium';
    font-size: 13px;
}
@media(max-width: 767px){
	.callno{
		font-size: 12px;
	}
}
.mail-us svg{
	fill: #2d3439;	
}
.mail-us span{
	color: #999;
	font-family: 'Roboto-Medium';
	font-size: 13px;
}
#form-language{
	margin: 0 15px;
}

/* Search-category */
.sblock{
	display: block;
}
.ajax-result-msg {
    padding: 10px 15px;
}
.ajax-load-img{
	max-width: 80px;
}
#search-by-category .list-des{
	font-size: 12px;
	color: #777;
}
#search-by-category .search-container .categories-container{
    float:left;
	width: 160px;
    position:relative
}
#search-by-category .search-container .categories-container .hover-cate p {
	position: relative;
	margin-bottom: 0;
	border: 1px solid transparent;
	background-color: rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
	height: 40px;
	cursor: pointer;
	padding: 9px 10px;
	border-radius: 2px 0 0 2px;
}
.cate-selected{
	color: #777;
	font-size: 13px;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content: "\f107";
    font-family: 'fontawesome';
    position:absolute;
	right:20px;
	top: 10px;
	font-size: 18px;
	color: #777;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999;
	position: absolute;
	display: none;
	background: #222;
	max-height: 300px;
	overflow: auto;
	padding: 15px;
	width: 100%;
	cursor: pointer;
	border: 1px solid #222;
	line-height: 25px;
	text-transform: capitalize;
}
#search-by-category .search-ajax{
	position: absolute;
	z-index: 99;
	background: #222;
	left: 15px;
	top: 100%;
	right: 15px;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:345px;
    padding: 0;
    overflow: auto;
}
#search-by-category .item-inner:before {
	display:none;
}
#btn-search-category {
	background: #222;
	color: #fff;
	border: 1px solid #222;
	height: 40px;
	box-shadow: none;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
	font-size: 13px;
	padding: 0px 8px 0 8px;
	min-width: 100px;
	transition: 0.3s ease;
    letter-spacing: 0.8px;
}
#btn-search-category:hover {
	background: #2d3439;
	color: #fff;
	border: 1px solid #2d3439;
}
#text-search { 
	width: 100%;
	border: 1px solid transparent;
	background-color: rgba(255,255,255,0.1);
	height: 40px;
	padding: 0 15px;
}
.ajax-loader-container {
	display: none;
}
.ajax-result-item {
	list-style: none;
}
.ajax-loader-container {
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}
.product-info .price-old {
	text-decoration: line-through;
}
.ajax-result-list .product-image img{
	max-width: 80px;
}
.ajax-result-list .product-name{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 10px 0;
}
.ajax-result-list .old-price{
	font-size: 16px;
}
.ajax-result-list .product-info{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 15px 0;
}
@media(max-width: 767px){
	#btn-search-category{
		min-width: auto;
		width: 50px;
	}
}
/* .ajax-result-container{
	display: block !important

} */
.item-cate{
	list-style: none;
	color: #777;
	font-size: 13px;
}
.item-cate.f1{
	margin-left: 10px;
}
.item-cate:hover{
	color: #fff;
}
 /* Search-category over */

 #cart{
    padding: 11px 15px 9px;
    background: #222;
    border-radius: 2px;
    border-color: transparent;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto-Medium';
    fill: #fff;
 }
 #cart button.dropdown-toggle{
 	background-color: transparent;
 	border: none;
 	padding: 0;
 }
 header {
    padding: 20px 0;
}
/* menu */
.submenu-title {
    font-weight: 600;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative;
    margin: 0 0 5px;
    padding: 4px 0;
}
.menu-img img{
	max-width: 25px;
}
.allmenu{
	background-color: #222;
	margin-bottom: 20px;
}
#all-menu{
    position: absolute;
    top: 48px;
    z-index: 9;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0 0 2px 2px;
    left: 15px;
    right: 15px;
    background-color: #333;
}
@media(min-width: 768px){
	.index-head #all-menu{
		display: block !important;
		background-color: #444;
	}
	.slide-padding{
		padding: 0 5px;
	}
	.static-menu li a {
	    color: #fff;
	    font-size: 13px;
	    text-transform: capitalize;
	    letter-spacing: 1px;
	    font-family: 'Roboto-Medium';
	    transition: all 0.3s ease-in-out;
	}
	.static-menu li a:hover {
	    color: #999;
	}
	.static-menu li {
	    padding-top: 14px;
	    margin:0 10px;
	}
	.static-menu li a::before {
    content: "\f069";
    font-family: FontAwesome;
    color: rgba(255,255,255,0.2);
    font-size: 7px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
	}
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu{
		display: block;
	}
	#menu .dropdown:hover .dropdown-menu{
		display: block;
		background: #444;
		padding: 12px 0;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		border-radius: 0;
	}
	#menu .dropdown-menu{
		background: #FFF;
		visibility: hidden;
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.35s ease-out 0s;
		-o-transition: all 0.35s ease-out 0s;
		transition: all 0.35s ease-out 0s;
		left: 100%;
		margin: 0 15px !important;
		border: none;
		}
	#menu .nav > li > a::before{
	    background-color: transparent;
	    content: "";
	    height: 3px;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    transition: all 0.4s ease-out 0s;
	    width: 3px;
	}
	#menu .dropdown-inner a {
	    min-width: 210px;
	    padding: 5px 9px;
	    text-transform: capitalize;
	}
	#menu .dropdown-menu{
	    padding: 12px 0;
	    top: 0;
	}
	.enangle {
    	float: right;
    	transition: all 0.3s ease 0s;
    	margin-top: 2px;
	}
	#menu li a:hover .enangle{
    	transform: rotate(-90deg);
	}

}
#wr-menu button{
	background: rgba(0,0,0,0.2);
    border-color: transparent;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    padding: 12px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cate{
	margin:0 10px;
}
.menu-img,.thumb_img {
    margin-right: 12px;
}
.navbar{
	margin-bottom: 0;
}
.owl-wrapper-outer {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}
.view_more.my-menu {
    color: #fff;
    padding: 15px 0px;
    font-size: 14px;
    background-color: transparent;
    border-top: 1px solid rgba(255,255,255,0.1);
    cursor: pointer;
}
.view_more.my-menu a{
	color: #fff;
}
/* right banner */
.rightbanner .banner-effect:first-child{
	margin-bottom: 20px;
}
.rightbanner img{
	border-radius: 4px;
}

#slideshow0.owl-theme .owl-controls .owl-page.active span, #slideshow0.owl-theme .owl-controls .owl-page:hover span {
    opacity: 1;
    background: #000;
}
#slideshow0.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    background: #fff;
    box-shadow: none;
    margin: 0;
}
#slideshow0 .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    top: auto;
}
#slideshow0 img{
	border-radius: 2px;
}
@media(max-width: 767px){
	#slideshow0 img{
		max-height: 230px;
		width: 100%;
		margin-top: 20px;
	}
}
/* service */
.service li{
    vertical-align: middle;
}
.service li svg {
    fill: #9f9f9f;
    margin: 0 5px;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
.service ul li h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Roboto-Medium';
    color: #fff;
    margin-bottom: 0;
}
.service ul li p {
    font-size: 11px;
    text-transform: capitalize;
    font-family: 'Roboto-Medium';
    color: #fff;
    margin-bottom: 0;
}
.service{
    padding: 25px 0;
    margin-top: 30px;
    margin-bottom: 30px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.1);
}
.service ul{
	margin:0;
    padding: 0 15px;
}
.service ul:hover svg{
    transform: rotateY(180deg);
    cursor: pointer;
    fill: #000;
}
@media (min-width: 1200px){
    .sborder{
    position: relative;
}
.sborder::before{
    content: '';
    border-left: 1px solid rgba(255,255,255,0.1);
    height: 35px;
    left: -15px;
    position: absolute;
    top: 10px;
}
}
@media(max-width: 767px){
	.service{
		background-color: transparent;
		border: none;
		padding: 15px;
		margin: 0;
	}
	.service ul{
		background-color: #fff;
		border: 1px solid #eaeaea;
		padding: 14px 10px;
		margin-bottom:5px;		
	}
	.service ul li h4{
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
	color: #555;
	margin-bottom: 3px;
	letter-spacing: 1px;
	}
	.service ul li p{
		font-size: 12px;
	}
}
.inspire_offer_hover{
	margin-bottom: 0;
}
/* tab product */
@media(min-width: 768px){
	.footer-collapse.collapse, #filtercol.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
	.cat-button {
	    display: none;
	}
}
.pro-nepr .owl-theme .owl-controls .owl-buttons div {
    padding:16px 10px !important;
    border-radius: 100% !important;
    background: #222 !important;
    opacity: 0;
    border-radius: 0 !important;
}
.owl-theme:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
.pro-nepr .owl-theme:hover .owl-buttons {
    opacity: 1;
}
.pro-nepr .owl-theme .owl-controls .owl-buttons {
    opacity: 1;
}

.pro-nepr .owl-theme .owl-controls .owl-buttons div:hover {
    background: #000 !important;
}
.pro-nepr .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 42%;
    left: -14px;
    right: auto;
}
.pro-nepr .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 42%;
    right: -16px;
    left: auto;
}
.pro-nepr .owl-carousel .owl-buttons div i {
   font-size: 15px !important;
    position: relative;
    top: -1px;
    margin: 0;
}
.pro-nepr.gallery .owl-theme .owl-controls .owl-buttons .owl-next{
right: 9px;
}
.pro-nepr.gallery .owl-theme .owl-controls .owl-buttons .owl-prev{
left: 10px;
}
.category-tab .nav-tabs li {
    display: block;
    float: none;
}
.winehead{
    background-color: #222;
}
.beerhead{
    background-color: #222;
}
.spiritshead{
    background-color: #222;
}
.accessorieshead{
    background-color: #222;
}
.cocktailshead{
    background-color: #222;
}
.tab-head h1{
	font-size: 16px;
	text-transform: uppercase;
    padding: 15px 25px;
    font-family: 'Roboto-Medium';
    color: #fff;
    margin:0;
}
@media(min-width: 992px){
	.cateapbanner,.spiritscateapbanner,.accessoriescateapbanner,.cocktailscateapbanner,.cateapfabanner{
		width: 22%;
		padding-right: 0;
	}
	.category-tab{
		width: 78%;
		padding-left: 0;
	}
}
.button-group button,.button-group a{
    background: #333;
    border:1px solid #333;
    border-radius: 100%;
    padding: 10px 7px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    vertical-align: middle;
    transition: all 500ms ease 0s;
    transform: scale(1);
    fill: #fff;
    display: inherit;
    text-align: center;
    box-shadow: none;
	/* -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); */
}
.button-group button:hover{
	fill: #ffffff;
	background-color: #000;
	border:1px solid #000;
}
.inspire-quickview:hover a{
	fill: #ffffff;
	background: #000;
}
.topbutton {
    position: absolute;
    right: 20px;
    top: 30px;
}
.topbutton button{
	margin-bottom: 7px;
}
.button-group button:hover{
	background: #000;
}
#cattab .product-layout,#beercattab .product-layout,#elctronicscattab .product-layout,#related .product-layout{
    padding: 20px 10px;
}
.category-tab .tab-pane{
    margin: 0 0 0 -10px;
    padding: 0 10px 0 5px;
}
.acart{
    position: absolute;
    right: 20px;
    bottom: 22px;
}
.cat_tab{
	padding-right: 0;
}
.cat_tab .nav-tabs {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 4px;
    margin-bottom: 0;
}
.cat_tab .nav-tabs a {
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
}
.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{
    color: #222;
    border: none; 
    border-bottom: 1px solid #f2f2f2;
}
.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 {
    color: #222;
}

.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus {
    margin: 0 0px;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding: 12.7px 15px;
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.cat-tab .nav-tabs li:last-child a{
	border-bottom: none;
}
@media(max-width: 767px){
	#cattab .product-layout, #beercattab .product-layout, #elctronicscattab .product-layout, #related .product-layout{
		padding: 10px 4px;
	}
}
.owl-carousel {
    background: transparent !important;
}
.category-tab-bg {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
}
@media(min-width: 768px){
	.product-thumb:hover .topbutton{
	    transform: scale(1);
	    opacity: 1;
	}
	.product-thumb .topbutton {
	    -webkit-transition: all 500ms ease 0s;
	    -moz-transition: all 500ms ease 0s;
	    -ms-transition: all 500ms ease 0s;
	    -o-transition: all 500ms ease 0s;
	    transition: all 500ms ease 0s;
	    transform: scale(0.8);
	    opacity: 0;
	}
}
.top-space{
	margin-top: 30px;
}
/* Category tab link start */
#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{
	color: #222;
}
#beercat_tab .nav-tabs > li.active > a, #beercat_tab .nav-tabs > li.active > a:focus, #beercat_tab .nav-tabs > li.active > a:hover, #beercat_tab a:hover{
	color: #222;
}
#spiritscat_tab .nav-tabs > li.active > a, #spiritscat_tab .nav-tabs > li.active > a:focus, #spiritscat_tab .nav-tabs > li.active > a:hover, #spiritscat_tab a:hover{
	color: #222;
}
#accessoriescat_tab .nav-tabs > li.active > a, #accessoriescat_tab .nav-tabs > li.active > a:focus, #accessoriescat_tab .nav-tabs > li.active > a:hover, #accessoriescat_tab a:hover{
	color: #222;
}
#cocktailscat_tab .nav-tabs > li.active > a, #cocktailscat_tab .nav-tabs > li.active > a:focus, #cocktailscat_tab .nav-tabs > li.active > a:hover, #cocktailscat_tab a:hover{
	color: #222;
}
/* Category tab link end */
/* footer */
@media(min-width: 768px){
	footer h5 button,.filtercolb {
	    display: none !important;
	}
	.footer-collapse.collapse,#filtercol.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: #222;
}
.foot-top {
    background-color: #222;
    padding: 15px 0;
    margin-bottom: 40px;
}
.inputNew{
	width: 87%;
	height: 40px;
}
.foot-top .button-submit{
	position: absolute;
	top: 17px;
	right: 0;
}
.foot-top .button-submit .btn{
	background-color: #000;
	border: 1px solid #000;
	height: 40px;
}
.foot-top .form-group{
	margin-top: 17px;
}
#formNewLestter .alert{
	bottom: -52px;
	top: auto;
	left: 15px;
}
.inspire-newsletter h3 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 8px 0;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    background: none;
    font-family: 'Roboto-Medium';
}
.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: #000;
    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: #000 !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;
    /* padding-top: 13px; */
    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: #000;
}
@media(min-width: 992px){
	.foot-social li a i{
	line-height: 40px;
	}	
}
@media(max-width: 767px){
	.foot-social li a i{
		padding-top: 13px;
	}
}
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: #222;
    border: 5px solid #222;
    position: fixed;
    right: 10px;
    bottom: 10px;
    /* line-height: 0 !important; */
    cursor: pointer;
    width: 30px;
    height:30px;
    outline: none;
    z-index: 1;
    /* border-radius: 100%; */
    /* line-height: 28px; */
    /* padding-top: 7px; */
    text-align: center;
    color: #fff;
    transition: all 400ms ease-in-out 0s;
}
#scroll i{
	line-height: 19px;
}
#scroll:hover {
    background-color: #2d3439;
    border: 5px solid #181818;
    color: #fff;
}
.logo-slider {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    margin-top: 30px;
    border-radius: 2px;
    padding: 10px 0;
}
#carousel0 img{
	opacity: 0.6;
}
#carousel0 img:hover{
	opacity:1;
}
/* product page */
.allhading,.heading{
	font-size: 18px;
	font-family: 'Roboto-Medium';
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #fff;
}
#related{
    background-color: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.1);
	border-radius: 2px;
    padding: 0 10px;
}
.propage-tab .nav-tabs {
    margin-bottom: 0;
}
.propage-tab .tab-content {
    background-color: #222;
    border: 1px solid #222;
    padding: 10px;
}
.propage-tab .nav-tabs > li > a {
    border-radius: 0;
    margin: 0;
    background-color: #222 !important;
    border: 1px solid #222 !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-family: 'Roboto-Medium';
    color: #fff;
    border-right: 1px solid #ebebeb;
}
.propage-tab .nav-tabs > li.active > a, .propage-tab .nav-tabs > li.active > a:focus, .propage-tab .nav-tabs > li.active > a:hover {
    border-bottom: 1px solid #ebebeb;
    border: 1px solid #ebebeb;
}
.propage-tab .nav-tabs > li.active > a, .propage-tab .nav-tabs > li.active > a:focus, .propage-tab .nav-tabs > li.active > a:hover {
    color: #ddd;
}
.propage-tab .nav-tabs li {
    text-transform: capitalize;
    font-family: 'Lato-Bold';
    position: relative;
}
.propage-tab .nav-tabs {
    border-bottom: none;
}
.pro-price{
	font-size: 18px !important;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review i{
	color: #FC0;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
#tab-specification strong{
	color: #fff;
}
.thumbnail {
    position: relative;
    padding: 0;
    border: none;
    background-color: transparent;
}
@media(min-width: 768px){
.proimg{
	position: sticky;
	top: 20px;
	padding: 0;
}
}
.product-right h1 {
    font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	letter-spacing: 0.5px;
	margin-top: 0;
	line-height: 26px;
}
.product-right .qty-plus-minus .form-control {
    width: 35px;
	text-align: center;
	color: #fff;
	height: 33px;
	background-color: rgba(255,255,255,0.1);
}
.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; */
}
.glyphicon{
	font-size: 9px;
}
.prosp {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.text-prodecor, .text-de {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 145px;
    display: inline-block;
}
.textdeb {
    color: #ddd;
    margin: 0 4px;
}
.textdeb:hover{
    color: #eee;
}
.text-prodecor-bold, .text-prodecor-bold h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 25px !important;
	letter-spacing: 0px;
	font-weight: 600;
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-prodecorop {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.datebtn {
    background-color: #000;
    color: #fff;
    border-radius: 0 0px 0px 0 !important;
    border: 1px solid #000;
    box-shadow: none;
    transition: all 0.5s linear;
    padding: 6px 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: #2d3439;
    color: #fff;
    border: 1px solid #2d3439;
}
.btnupload {
    color: #fff;
    background-color: #000;
    border-color: #000;
    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;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 4px;
    text-transform: capitalize;
}
.prodrate {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 5px 0;
}
.zoomWindow{
	border: 1px solid #000 !important;
	top: 0 !important;
}
.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.qtlabel{
	margin-top: 21px;
}
.qty-plus-minus{
	margin-top:12px;
}
.zoomLens{
    border: none !important;
}
.product-right .qty-plus-minus .form-control:focus{
    border-color: #ebebeb;
}
.product-right #input-quantity{
	border-radius: 0;
}
.propage-tab{
	margin-top: 20px;
	margin-bottom: 30px;
	display: inline-block;
    width: 100%;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border:none;
}
/* category page */
@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: 1200px){
	.product-list .product-thumb .image {
		width: 25%;
	}
	.product-list .product-thumb .caption  {
		width: 75%;
	}
	#product-search .product-grid,#product-manufacturer .product-grid{
		width: 20%;
		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;
	}
	.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){
	.breadcrumb > li a{
		font-size: 12px;
	}
	.breadcrumb{
		margin-top: 8px;
		margin-bottom:8px;
		padding: 8px 0;
	}
	.allmenu{
		margin:0;
	}
}
.catebg{
	background-color: #222;
	margin:0;
    padding: 20px 10px 0 10px;
    border-radius:0px;
    border: 1px solid #222;
}
.catebg .topbutton {
    position: absolute;
    right: 20px;
    top: 10px;
}
.product-grid{
	margin-bottom: 20px;
}
.product-grid .acart {
    bottom: 10px;
}
.catebg .product-thumb {
    border-right: none;
    overflow: auto;
}
.sb-theme-cat-list ul{
	display: inline;
}
#column-left .list-group {
	margin-bottom: 0;
    z-index: 0;
    position: relative;
    background-color: #222;
}
.cateleft{
	margin-bottom: 30px !important;
}
#filtercol.collapse{
	background-color: #222;
}
.sb-theme-cat-list ul li {
    display: inline;
    float: left;
    margin-left: 5px;
    background-color: #222;
    border: 1px solid #333;
    padding: 8px 15px 5px;
    margin-bottom: 2px;
}
.sb-theme-cat-list ul li a{
	color: #fff;
}
.sb-theme-cat-list ul li:first-child {
    margin: 0;
}
.product-thumb .image {
    position: relative;
}
.product-grid{
	padding: 0 5px;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #000;
    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: #222;
    padding: 15px;
    border: 1px solid #222;
    border-radius: 4px;
}
.inspdes h2{
	font-size: 18px;
	color: #fff;
	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: #222;
	border: 1px solid #222;
	border-radius: 4px;
	margin: 25px 0;
	padding: 10px 0px;
}
#compare-total{
	position: relative;
	color: #fff;
}
#compare-total:hover{
	color: #eee;
}
.sorting label {
    background-color: transparent;
    border: none;
    font-size: 13px !important;
    color: #fff !important;
}
.sorting select {
    background-color: #333;
    color: #ddd;
    font-size: 12px !important;
    border-radius: 4px !important;
    border: 1px solid #333;
}
.sorting select option {
    background-color: #fff;
    color: #777;
}
.sorting select.form-control,#product-search 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='9px' viewBox='0 0 1200 1000' fill='rgb(119,119,119)'>\
        <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: #eaeaea;
}
.inslistgrid img{
	height: 20px;
	width: 20px;
}
.inslistgrid {
    background-color: #333;
    color: #fff !important;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px !important;
    border: 1px solid transparent;
}
.inslistgrid.active, .inslistgrid.active:hover, .inslistgrid:hover {
    border: 1px solid #333;
    border-radius: 4px;
    background-color: transparent;
    padding: 5px;
    box-shadow: none;
}
.inslistgrid i {
    font-size: 22px;
    color: #fff;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
/*.product-grid .product-thumb{
	background-color: #fff;
}*/

@media(min-width: 768px){
	.product-list .product-thumb .caption {
		text-align: left;
	}
	.product-list .product-thumb .button-group{
		text-align: left;
		position: unset;
	}
}

.product-list .product-thumb .price{
	margin-bottom: 0px;
}
.product-list .image{
	position: relative;
}
.product-grid .list-des {
    display: none;
}
.list-des{
	text-transform: capitalize;
	color: #666;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0;
	margin-bottom: 0;
}
.product-list .caption h4 a{
	font-size: 18px;
	color: #fff;
}
.product-list{
	padding: 0 10px;
	margin-bottom: 20px;
}
@media(max-width: 767px){
	.product-list .caption h4 a{
		font-size: 14px;
		margin-bottom: 8px;
	}
}
@media(min-width: 768px){
	.product-list .topbutton button,.product-list .topbutton .bquickv,.product-list .topbutton{
		display: inline-block;
		margin-bottom: 0;
	}
	.product-list .acart{
		position: unset;
		display: inline-block;
	}
	.product-list .product-thumb:hover .topbutton{
	    transform: none;
	    opacity: 1;
	    position: unset;
	}
	.product-list .product-thumb .topbutton {
	    transition: none;
	    position: unset;
	    margin-top: 10px;
	    transform: none;
	    opacity: 1;
	}
}
/* 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: #000;
    border-color: #000;
}
.pagination > li > a, .pagination > li > span {
    color: #fff;
    padding: 7px 12px 5px 12px;
    border: 1px solid #333;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.pagination>li>a, .pagination>li>span{
	background-color: #333;
	border-color: #444;
}
.pagi .tot{
	line-height: 34px;
}
.row.pagi {
    background-color: #222;
    margin: 20px 0 0 0;
    border-radius:0px;
    padding: 15px 0;
    border: 1px solid #222;
}
.list-group-item{
border: 1px solid #333;	
background-color: #222;
}
/* other page */
.submenu-title {
    font-weight: 600;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative;
    margin: 0 0 5px;
    padding: 4px 0;
}
.panel-default > .panel-heading {
    font-family: 'Roboto-Medium';
	border-radius: 0;
	background-color: #222;
	color: #fff;
}
.panel-default label{
	font-family: 'Roboto-Medium';
}
.panel-group .panel{
	border-radius: 0;
}
.cartbt{
	border-right: 1px solid #fff;
}
.well{
	border-radius: 0;
	background-color: #222;
}
.catename {
    border: 1px solid #444;
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #333;
}
.catename h2{
	margin-top: 0;
	border: 1px solid #444;
	padding: 10px 10px;
	font-size: 14px;
}
#account-account h2{
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 0;
	font-family: 'Roboto-Medium';
	/* background-color: #f1f1f1; */
	padding: 7px 10px;
}
.account-info {
    margin-bottom: 15px;
    padding: 10px !important;
    border: 1px solid #444;
    border-radius: 0px;
    background-color: #222;
}
.table{
	background-color: #444;
}
#information-information #content{
	text-align: justify;
}
/* responsive */
@media(max-width: 599px){
	.pagi .col-xs-6{
		width: 100%;
		text-align: center;
	}
	.product-thumb .price-new{
		font-size: 12px;
	}
	.propage-tab .nav-tabs > li > a{
	    padding: 10px 6px;
	}
	.rating ul li {
	    padding-right: 2px;
	    padding-left: 2px;
	}
	.cate-border .catebt, .sorting {
	    width: 100%;
	}
	.sorting {
	    margin-top: 10px;
	}

	.product-grid, .product-list {
	    width: 50%;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.catebanner img,.elctrocatebanner img,.accessoriescatebanner img,.cocktailscatebanner img{
		transform: translate(-50%, 0%);
	    min-width: 245px;
	    left: 50%;
	    position: relative;
	}
	.catebanner,.elctrocatebanner,.accessoriescatebanner, .cocktailscatebanner{
		overflow: hidden;
	}
	#menu .nav > li > a {
    	padding: 10px 0px;
	}
	.service ul li h4 {
    	font-size: 15px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.static-menu li {
	    margin: 0 6px;
	}
	#menu .nav > li > a,.view_more.my-menu {
    	padding: 11px 0px;
	}
	.service{
		text-align: center;
	}
	#cart {
    	padding: 11px 10px 9px;
	}
	.foot-social li a {
	    padding-top: 7px;
	    height: 26px;
	    width: 26px;
	}
	#form-language {
	    margin: 0px;
	}
	.pagi .tot {
		font-size: 12px;
	}
	#btn-search-category{
		min-width: 50px;
	}
}
@media(max-width: 767px){
	.category-tab .tab-pane {
	    margin: 0;
	    padding: 0 10px 0 10px;
	}
	.button-group,.pro-nepr .owl-theme .owl-controls .owl-buttons{
		display: none;
	}
	.product-thumb{
		border:none;
	}
	.product-thumb .caption{
		text-align: center;
	}
	.cat-button {
	    width: 100%;
        position: absolute;
	    right: 26px;
	    top: 9px;
	    background: transparent;
	    color: #fff;
	    padding: 0;
	    border: none;
	}
	.tab-head h1 {
	    font-size: 14px;
	    padding: 15px 15px;
	}
	.cat-button.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	    line-height: 30px;
	}
	.cat-button.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	#form-language {
	    margin: 0 1px;
	}
	.headcall svg{
		display: none;
	}
	.headcall .callus{
		margin:0;
	}
	#cart {
    	padding:7px;
	}
	.xs-cart{
	    position: absolute;
	    top: 50px;
	    right: 0;
	}
	#cart-total{
		letter-spacing: 0;
	}
	#search-by-category{
		margin-top: 20px;
	}
	header {
    	padding: 15px 0;
	}
	#logo img{
	    max-width: 105px;
    	margin-left: 25px;
	}
	footer h5 .toggle.collapsed::after,.filterp .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle::after,.filterp .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;
	}
	.foot-bottom{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.foot-top .button-submit{
		right: 15px;
	}
	.foot-app{
		margin-bottom: 10px;
	}
	/* 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;
	}
	#menu .navbar-collapse {
	    display: block;
	}
	#menu .navbar-nav > li{
		display: block;
	}
	#menu{
	    position: absolute;
    	top: -97px;	
	}
	.allmenu {
    	background-color: transparent;
	}
	#menu .nav > li > a{
		padding: 10px 15px;
	}
	.product-right h1{
		margin-top: 20px;
	}
	.cateleft{
	    display: none;
	}
	.filterp.panel-default > .panel-heading {
	    border-color: #000;
	    text-transform: capitalize;
	    font-size: 12px;
	    letter-spacing: 1px;
	    margin: 0;
	    color: #fff !important;
	    background-color: #000;
	    padding: 8px 10px;
	    border-radius: 0px;
	    position: relative;
	}
	.filterp .filtercolb {
	    color: #fff;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: 2px;
	    right: 0px;
	}
}
@media(max-width: 767px){
	.rating .fa-star-o{
		font-size: 12px;
	}
	.product-thumb h4 a{
		font-size: 14px;
	}
}
@media(min-width: 600px) and (max-width: 767px){
	.service .col-xs-12{
		width: 50%;
	}
	.product-grid, .product-list {
	    width: 33.33%;
	}
}
@media(max-width:991px ){
	#search-by-category .search-container .categories-container .hover-cate p{
		display: none;
	}
}

/* banner effect */
.banner-effect a::before {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,.6) none repeat scroll 0 0;
    height: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.banner-effect a:hover::before {
    opacity: 0;
    height: 100%;
}
.banner-effect a {
    display: block;
    position: relative;
    overflow: hidden;
}
/* banner effect */
@media(min-width: 768px){
	#logo img{
	max-width: 170px;
	}
}
/*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: 80px;
    width: 80px;
    margin-left: -9px;
}
#page-preloader{
    display: none;
}
#page-preloader{
    display: block;
}
/* quickview */

.product-quickview-detail .inspire-quickview{
	display: none
}
.product-quickview-detail #content {
    min-height: auto;
}
.product-quickview-detail {
    width: 100%;
    background-color: #222;
    padding-bottom: 15px;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	box-shadow: none !important
}
@media(max-width: 767px){
	.footer-collapse ul,foot-social{
	padding-bottom: 15px;
}
}
/*inspire page total */
.inspire-page-bg{
background-color: #fff;
}
/* inspire page total end */
/* inspire Product paga*/
.p-p-price-detail {
    background: rgba(0,0,0,0.2);
    padding: 40px 20px 40px 20px;
    border: 1px solid rgba(0,0,0,0.2);
}
.proreviewre a, .prowritere a{ color: #fff;font-size: 13px; }
.pro-price{
	font-size: 27px;
}
#inspzoom,#additional img{
    border: 1px solid rgba(255,255,255,0.2);
}
.price-desc li{
	color: #666;
}
.att-desc{
	/* color: #888; */
}
.att-title{
	color: #888;
	max-width: 230px;
}
@media(min-width: 767px){
	.att-title{
		width: 230px;		
	}
}
#tab-description .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{
border: none;
}
#tab-description .panel-heading{
	border-bottom: 1px dashed #ddd;
	padding: 12px 15px;
}
.in-stock{
	color: #3c763d;
}
@media(max-width: 767px){
	.product-right h1{
		font-size: 16px;
	}
	.inspire-form-bg{
		padding: 10px !important	;
	}
	.proimg,.product-right{
		padding: 0;
	}
	.propage-tab .nav-tabs > li > a{
		color: #777;
	}
}
/* Inspire Product page End */
/* newsletter*/
.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;
}
.inspire-newsletter h3 {    
    font-size: 22px;
    letter-spacing: 3px;
    margin: 8px 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    background: none; 
    margin-left: 70px;
}
.description-top {
    margin-left: 70px;
}
/* newsletter end*/
/*Contact Page*/
.contct-title{
	color: #fff;
	font-size: 16px;
	font-weight: 600;	
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 7px;
}
.contct-body .panel-default{
	border: none;
}
td .fa-stack{
	width: 1rem;
}
/*contact page end*/
/* inspire Form Bg*/
.inspire-form-bg{
background-color: #222;
padding: 20px;
border: 1px solid #222;
margin-bottom: 20px;
}
/* inspire Form Bg End*/
.panel-default > .panel-heading{
	border-color: #fff;
}
.panel-default{
	border-color: #333;	
}
.form-control{
	height: 38px;
}
.alert-success.acc-success{
	position: unset;
}
/*All Account pages */
.well{
	border: 1px solid #222;
	box-shadow: none;
}
.account-info ul li {
	padding: 10px;
	display: inline-block;
	transition: 0.6s ease;
	background-color: #333
}
.account-info ul li:hover{
	background-color: #444;	
}
.account-info ul li:hover a{
	color: #fff;
}
.already-acc{
	color: #777;
}
#input-captcha{
	margin-bottom: 10px;
}
/* Account Pages End*/
/* information pages*/
.info-pages span{
	color: #777777;
	letter-spacing: 0.2px;
}
/* information pages*/
.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 #222 !important;
}
.table-hover>tbody>tr:hover {
    background-color: #444;
}
/*wishlist page*/
.wishlist-btn{
	min-width: 100px;
}
/*wishlist page End*/
/* .pro-nepr{
	border: 1px solid #eaeaea;
} */
/* mobile view */
@media(max-width: 767px){
	.inspdes h2{
	font-size: 14px;
	}
	.sb-theme-cat-list ul li{
		font-size: 12px;
	}
	.product-thumb h4{
		margin-bottom: 0;
	}
	.product-thumb .rating{
		padding-bottom: 2px;
	}
	#formNewLestter .form-control:focus{
		border-color: #fff;
	}
	.cate-border{
		margin: 15px 0;
	}
	.row.pagi{
		margin: 10px 0 0 0;
		padding: 5px 0;
	}
	.breadcrumb > li::after{
		width: 6px;
		height: 6px;
		top: 8px;
	}
	#text-search{
		height: 35px;
	}
	#btn-search-category{
		width: 40px;
		height: 35px;
	}
	.list-des{
		font-size: 12px;
	}
	.find-search-new{
		margin-bottom:8px;
	}
}

/* mobile view End */

/* Подреждане на бутоните в един ред */
.product-thumb .button-group {
    display: flex;
    justify-content: flex-start; /* подравнява вляво, може да сложиш center или space-between */
    gap: 15px; /* разстояние между бутоните */
    margin-top: 10px;
}

/* Унифициране на височината на бутоните */
.product-thumb .button-group button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px; /* можеш да промениш височината */
    padding: 0 10px;
    border-radius: 4px; /* ако искаш заобляне */
}

/* Опционално: отделен стил за „Купете“ бутон */
.product-thumb .button-group button:first-child {
    background-color: #000;
    color: #fff;
}

/* Опционално: икони бутоните да са квадратни */
.product-thumb .button-group button i {
    font-size: 16px;
}

.product-thumb .button-group button {
    background-color: transparent !important;
    border: 1px solid #fff !important; /* можеш да го махнеш или смениш на желания цвят */
    box-shadow: none !important;
    color: #fff !important; /* цветът на текста/иконата */
    transition: all 0.3s ease;
}

.product-thumb .button-group button:hover {
    background-color: rgba(255, 255, 255, 0.1) !important; /* лек ефект при hover */
    color: #fff !important;
}


.product-thumb .button-group button {
    display: flex;          /* бутонът ще държи иконата и текста на един ред */
    align-items: center;    /* вертикално центриране */
    justify-content: center; /* хоризонтално центриране */
    padding: 20px 42px;       /* вътрешни отстояния */
    box-sizing: border-box;   /* гарантира, че padding не прелива */
    white-space: nowrap;      /* текстът няма да се пренася на нов ред */
}
.product-thumb .button-group button span {
    margin-left: 5px;        /* малко разстояние между иконата и текста */
}

/* === Подравняване на продуктите и текстовете === */
.product-layout .product-thumb {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* бутоните винаги в долната част */
  min-height: 450px; /* можеш да промениш според височината на продуктите */
  margin-bottom: 20px; /* разстояние между продуктите */
}

.product-thumb .caption {
  flex-grow: 1; /* описанията и заглавията заемат наличното пространство */
  display: flex;
  flex-direction: column;
}

.product-thumb .caption h4 {
  flex-shrink: 0; /* заглавието няма да се смалява */
  min-height: 50px; /* гарантира еднаква височина за заглавията */
  margin-bottom: 10px;
}

.product-thumb .caption p {
  flex-grow: 1; /* описанието запълва оставащото пространство */
  margin-bottom: 10px;
}

/* бутони винаги на дъното на контейнера */
.product-thumb .button-group {
  display: flex;
  gap: 5px; /* разстояние между бутоните */
  justify-content: flex-start; /* можеш да сложиш center ако искаш бутоните центрирани */
}


@media (max-width: 767px) {
    .product-layout .product-thumb {
        min-height: auto; /* позволява височината да се адаптира */
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* за да не се разместват елементите */
    }

    .product-thumb .caption {
        flex-grow: 0; /* текстът да не избута бутоните */
    }

    .button-group {
        margin-top: 10px; /* малко разстояние между текста и бутоните */
        display: flex;
        justify-content: space-between;
    }
}


/* Контейнер за надписа и контрола */
.op-box.qty-plus-minus {
    display: flex;
    align-items: center;
    gap: 10px; /* разстояние между надписа и контрола */
}

/* Подравняване на Quantity label и бутоните */
.op-box.qtlabel {
    text-align: left;
    padding-right: 10px; /* разстояние между текста и бутоните */
    min-width: 90px; /* фиксирана ширина, за да не припокрива */
}

.qty-plus-minus {
    display: flex;
    align-items: center;
    gap: 5px; /* разстояние между бутоните и полето */
}

.qty-plus-minus .btn-number {
    width: 35px; /* фиксирана ширина на бутоните */
    padding: 0;
}

.qty-plus-minus .input-number {
    width: 50px; /* ширина на полето за количество */
    text-align: center;
    margin: 0 5px;
}

#description .w-full {
    width: 100%;      /* винаги се напасва към контейнера */
    max-width: 1212px; /* ограничение за големи екрани */
    margin: 0 auto;    /* центриране */
}


/* Подравняване и ограничаване на описанията на продуктите */
#description, 
#description .w-full {
    width: 100% !important;       /* винаги заема пълната ширина на контейнера */
    max-width: 100% !important;   /* няма да надвишава родителския контейнер */
    box-sizing: border-box;       /* включва падинг и бордъри в ширината */
    overflow-wrap: break-word;    /* текстът се пренася на нов ред при нужда */
    word-wrap: break-word;
    hyphens: auto;                /* добавя тирета при нужда за дълги думи */
}

/* Мобилни устройства */
@media(max-width: 767px) {
    #description, 
    #description .w-full {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}




/* === Подкатегории (в зелено) === */
#menu ul ul li a,
.navbar-nav ul li a,
.megamenu ul ul li a,
.allmenu .col-md-3 ul ul li a {
  color: #00a651 !important;   /* зелено */
  font-weight: 500;
  text-transform: none;
  transition: color 0.3s ease;
}

/* Hover ефект за подкатегории */
#menu ul ul li a:hover,
.navbar-nav ul li a:hover,
.megamenu ul ul li a:hover,
.allmenu .col-md-3 ul ul li a:hover {
  color: #007f3f !important;   /* по-тъмен зелен */
}


/* === СТИЛ НА ПОДКАТЕГОРИИТЕ === */


/* Подкатегориите - зелени, без иконки */
.sb-theme-cat-list ul li {
  list-style: none; /* махаме стандартната точка */
  margin: 6px 0;
  padding-left: 0;  /* няма място за иконата */
}

/* Линковете на подкатегориите */
.sb-theme-cat-list ul li a {
  color: #00a651 !important;      /* зелено */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}

/* Hover ефект */
.sb-theme-cat-list ul li a:hover {
  color: #007f3f !important;      /* по-тъмен зелен */
  text-decoration: underline;
  transform: translateX(2px);     /* леко движение надясно */
}

/* За страницата на самата категория */
#content .sb-theme-cat-list ul li a {
  color: #00a651 !important;      /* зелено и тук */
}




/* Контейнер за подкатегориите - използваме flex */
.sb-theme-cat-list ul {
  display: flex;
  flex-wrap: wrap;       /* автоматично прехвърля на нов ред */
  margin: 0;
  padding: 0;
}

/* Отделни подкатегории */
.sb-theme-cat-list ul li {
  list-style: none;      /* махаме точките */
  padding: 5px 10px;
  box-sizing: border-box;
  width: 25%;            /* по 4 на ред за големи екрани */
}

.sb-theme-cat-list ul li a {
  color: #00a651 !important;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

/* Hover ефект */
.sb-theme-cat-list ul li a:hover {
  color: #007f3f !important;
  text-decoration: underline;
  transform: translateX(2px);
}

/* За таблети и средни екрани - по 3 на ред */
@media (max-width: 992px) {
  .sb-theme-cat-list ul li {
    width: 33.33%;
  }
}

/* За мобилни екрани - по 2 на ред */
@media (max-width: 768px) {
  .sb-theme-cat-list ul li {
    width: 50%;
  }
}

/* За много малки екрани - по 1 на ред */
@media (max-width: 480px) {
  .sb-theme-cat-list ul li {
    width: 100%;
  }
}


.price-tax {
    display: none !important;
}



.price-old {
    color: #cc0000 !important;  /* червено за старата цена */
    text-decoration: line-through; /* зачеркната остава */
    font-weight: bold;
}
.price-new {
    color: #00a651 !important;  /* новата цена остава зелена или каквото искаш */
    font-weight: bold;
}



.delivery-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    color: #fff; /* текстът бял */
}

.delivery-table th,
.delivery-table td {
    border: 1px solid #fff; /* бели граници за тъмния фон */
    padding: 8px;
}

.delivery-table th {
    background-color: #333; /* тъмен фон за хедъра */
}

.delivery-table tr:nth-child(even) {
    background-color: #444; /* редуващ се фон */
}

.delivery-table tr:nth-child(odd) {
    background-color: #555;
}



/* Таблица */
.delivery-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    color: #fff;
}

.delivery-table th,
.delivery-table td {
    border: 1px solid #fff;
    padding: 8px;
}

.delivery-table th {
    background-color: #333;
}

.delivery-table tr:nth-child(even) {
    background-color: #444;
}

.delivery-table tr:nth-child(odd) {
    background-color: #555;
}

/* Календар */
.delivery-calendar input[type="date"] {
    background-color: #222;  /* тъмен фон */
    color: #fff;             /* бял текст */
    border: 1px solid #fff;  /* бели граници */
    padding: 5px;
    font-size: 16px;
    border-radius: 4px;
}

/* Часовник */
.delivery-clock span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #222; /* тъмен фон */
    color: #fff;            /* бял текст */
    border: 1px solid #fff; /* граница */
    border-radius: 4px;
    font-family: monospace;
}

.container, 
.container-fluid {
    width: 90% !important;
    max-width: 90% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.price-row {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 10px !important;
}

.price-col {
    text-align: center !important;
}

.original-price {
    text-decoration: line-through !important; /* зачеркване */
    color: #FFA500 !important; /* оранжево */
    font-weight: bold !important;
    display: block !important;
}

.sale-price {
    color: #FF0000 !important; /* червено */
    font-weight: bold !important;
    display: block !important;
}

.original-price-eur, .sale-price-eur {
    display: block !important;
    font-size: 13px !important;
    color: #FFD700 !important; /* златно за евро */
    margin-top: 2px !important;
}

.product-image-container {
    width: 200px;
    height: 200px;
    background-color: #1c1c1c;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    overflow: hidden;
}

.product-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


@media (max-width: 767px) {
    #menu {
        position: relative !important;
        top: 0 !important;
        z-index: 1000;
    }

    .sidenav {
        top: 0;
        height: 100vh;
        width: 0;
        overflow-y: auto;
        background-color: #111;
        transition: 0.3s ease;
    }

    .sidenav a {
        color: #fff;
        padding: 10px 20px;
        display: block;
        text-decoration: none;
        font-size: 16px;
    }

    .sidenav a:hover {
        background-color: #333;
    }

    body.active::before {
        position: fixed;
    }
}


@media (max-width: 767px) {
    .navbar-header button,
    #menu .btn-navbar {
        color: red !important;
        background: transparent !important;
        border: none !important;
        font-size: 30px !important; /* ?? по-голям бутон */
        font-weight: bold !important;
        z-index: 2000 !important;
        padding: 8px 12px !important;
    }

    .navbar-header button i,
    #menu .btn-navbar i {
        color: red !important;
        font-size: 30px !important; /* ?? увеличена иконка */
    }

    /* По-лесно за натискане на телефон */
    .navbar-header {
        margin-top: 5px !important;
    }
}


@media (max-width: 767px) {
    /* Основен контейнер на банера */
    #slideshow0,
    .slideshow,
    .swiper-container,
    .owl-carousel,
    #banner0 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        display: block !important;
        position: relative !important;
    }

    /* Вътрешни елементи (снимките) */
    #slideshow0 img,
    .slideshow img,
    .swiper-slide img,
    .owl-carousel img,
    #banner0 img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important; /* ?? ако искаш без изрязване */
        display: block !important;
    }

    /* Ако все пак искаш банерът да "покрива" целия контейнер без бели полета: */
    /* просто смени "contain" горе с "cover" */

    /* Малък ограничител, ако снимката е твърде висока */
    #slideshow0,
    .slideshow,
    .swiper-container,
    #banner0 {
        max-height: 250px !important;
    }
}




.product-countdown {
    font-size: 18px !important;
    color: #ff0000 !important;
    font-weight: bold !important;
}

.countdown-styled {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.countdown-segment {
    background: #ffefc5;  /* светъл фон */
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 50px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.countdown-number {
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.countdown-label {
    font-size: 10px;
    color: #555;
    display: block;
    margin-top: 2px;
}


/* --- Скриване на бутони "Добави в любими" и "Сравнение" --- */
.button-group button[data-toggle="tooltip"][title*="Сравнение"],
.button-group button[data-toggle="tooltip"][title*="Compare"],
.button-group button[data-toggle="tooltip"][title*="Маркирай"],
.button-group button[data-toggle="tooltip"][title*="Wishlist"],
.button-group .wishcom,
.button-group .topbutton {
  display: none !important;
  visibility: hidden !important;
}

/* Ако искаш да скриеш и линка "Сравнение" горе в категорията */
#compare-total {
  display: none !important;
}



/* === Красива промо табелка с преливащи цветове === */
.price-bubble {
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translateY(-30px); /* леко изместване нагоре */

  background: linear-gradient(135deg, #ff8a00, #e52e71, #9b00ff);
  background-size: 200% 200%;
  color: #fff;
  border-radius: 20px;
  width: 200px;
  height: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  z-index: 10;
  overflow: hidden;
  animation: gradientShift 6s ease-in-out infinite, bubbleFloat 4s ease-in-out infinite;
  border: 2px solid rgba(255,255,255,0.3);
  padding: 10px;
  backdrop-filter: blur(5px);
}

.price-bubble span {
  display: block;
  width: 90%;
  word-wrap: break-word;
}

.price-bubble .discount {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.price-bubble .price {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
}

/* === Преливаща анимация === */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* === Леко движение нагоре-надолу като балон === */
@keyframes bubbleFloat {
  0%, 100% { transform: translateY(-30px); }
  50% { transform: translateY(-36px); }
}



.homeslide {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  margin: 0 auto !important;
  float: none !important;
  text-align: center;
}

.owl-carousel .owl-item img {
  margin: 0 auto !important;
}


/////////////////////////////
/* === Ограничаваме слайдшоуто да започва след левия блок === */
.fullwidth-slide {
  position: relative;
  width: calc(100% - 260px); /* ширината на десния свободен участък */
  margin-left: 260px;        /* същата стойност като ширината на левия блок */
  transition: all 0.3s ease;
}

/* При по-малки екрани (мобилни) го връщаме нормално */
@media (max-width: 991px) {
  .fullwidth-slide {
    width: 100%;
    margin-left: 0;
  }
}


///////////////////////////////////
/* === Настройка на контейнера на всеки слайд === */
.slide-wrapper {

  position: relative; /* важно! позиционира балона върху изображението */
  overflow: hidden; /* предпазва от излизане извън рамката */
}

/* === Статична табелка (ако я ползваш) === */
.price-bubble {
  position: absolute;
  top: 25%;
  left: 10%;
  transform: translateY(-30px);
  background: linear-gradient(135deg, #ff8a00, #e52e71, #9b00ff);
  background-size: 200% 200%;
  color: #fff;
  border-radius: 20px;
  width: 180px;
  height: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  z-index: 50;
  overflow: hidden;
  animation: gradientShift 6s ease-in-out infinite;
  border: 2px solid rgba(255,255,255,0.3);
  padding: 10px;
  backdrop-filter: blur(5px);
}

.price-bubble span {
  display: block;
  width: 90%;
  word-wrap: break-word;
}

.price-bubble .discount {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.price-bubble .price {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
}

/* === Изскачащ промо балон === */
.price-bubble-pop {
  position: absolute;
  top: 10%;
  right: 10%;
  transform: translateY(-30px) scale(0);
  opacity: 0;

  background: linear-gradient(135deg, #ff8a00, #e52e71, #9b00ff);
  background-size: 200% 200%;
  color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;

  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.3);
  padding: 10px;
  backdrop-filter: blur(5px);

  animation: popInOut 6s ease-in-out infinite, gradientShift 6s ease-in-out infinite;
}

/* === Стилове за вътрешен текст === */
.price-bubble-pop .discount {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.price-bubble-pop .price {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
}

/* === Анимация на преливащ фон === */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* === Анимация за изскачане и изчезване циклично === */
@keyframes popInOut {
  0%   { transform: translateY(-30px) scale(0); opacity: 0; }
  10%  { transform: translateY(-35px) scale(1.1); opacity: 1; }
  40%  { transform: translateY(-30px) scale(1); opacity: 1; }
  70%  { transform: translateY(-25px) scale(0.9); opacity: 0.6; }
  100% { transform: translateY(-30px) scale(0); opacity: 0; }
}


/* === Само белите цени стават оранжеви === */
.pro-price,
.price,
.product-price,
.product-thumb .caption .price,
.product-thumb .caption .pro-price {
  color: #ff6600 !important; /* оранжев за нормалните */
}

/* === Възстановяване на оригиналните цветове за промоционални и балони === */

/* зелено за новата цена */
.price-new {
  color: #00a651 !important;
  font-weight: bold !important;
}

/* червено за старата цена */
.price-old {
  color: #cc0000 !important;
  text-decoration: line-through !important;
  font-weight: bold !important;
}

/* червено за активни промо етикети */
.sale-price,
.price-discount {
  color: #ff0000 !important;
  font-weight: bold !important;
}

/* преливащи промо балони */
.price-bubble,
.price-bubble-pop {
  background: linear-gradient(135deg, #ff8a00, #e52e71, #9b00ff) !important;
  color: #fff !important;
  animation: gradientShift 6s ease-in-out infinite !important;
}

/* вътрешните елементи на балоните да останат с бял текст */
.price-bubble *,
.price-bubble-pop * {
  color: #fff !important;
}


/* === HARD RESET for OpenCart product grid – fixes ALL broken layouts === */
@media (max-width: 768px) {

    /* 1. Правим всеки продукт пълна ширина – 1 в ред */
    .product-layout {
        width: 100% !important;
        clear: both !important;
        display: block !important;
        float: none !important;
    }

    /* 2. Нулираме всички flex/float/absolute вътре, които чупят подредбата */
    .product-layout * {
        float: none !important;
        position: static !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 3. Цялото съдържание на продукта – една колона */
    .product-thumb {
        display: block !important;
        width: 100% !important;
    }

    /* 4. Снимката – центрирана и правилен размер */
    .product-thumb img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    /* 5. Бутоните – най-накрая да са под цената и центрирани */
    .product-thumb .button-group {
        margin-top: 10px !important;
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

    .product-thumb .button-group button {
        width: auto !important;
        margin: 0 auto 5px auto !important;
        display: inline-flex !important;
        position: static !important;
    }
}


/* === TWO PRODUCTS PER ROW ON MOBILE (max-width: 768px) === */
@media (max-width: 768px) {

    /* 1. Всеки продукт да е 50% */
    .product-layout {
        width: 50% !important;
        float: left !important;
        clear: none !important;
        padding: 5px !important;
        box-sizing: border-box !important;
    }

    /* 2. Снимките да се скалират правилно вътре в 50%-товия контейнер */
    .product-thumb img {
        width: 100% !important;
        height: auto !important;
    }

    /* 3. Всички вътрешни елементи си остават подредени вертикално */
    .product-thumb,
    .product-thumb * {
        max-width: 100% !important;
        position: static !important;
    }

    /* 4. Бутоните – подредени и центрирани */
    .product-thumb .button-group {
        text-align: center !important;
        margin-top: 10px !important;
    }

    .product-thumb .button-group button {
        margin: 0 3px 5px 3px !important;
        display: inline-flex !important;
    }
}
   
 /* промо пакети */

.promo-link {
    color: red !important;
    font-weight: bold;
}


......................


.price-vat-note {
    text-transform: none !important;
    font-variant: normal !important;
    letter-spacing: normal !important;
    font-feature-settings: normal !important;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    font-weight: normal;
}
