 /*copyright(c)  2017 webiarch.com*/
@font-face {
	font-family: 'brandon-grotesque-bold';
	src: url(../../../javascript/font/brandon-grotesque-bold-58db8d399be2e.otf);
}
@font-face {
	font-family: 'brandon-grotesque-light';
	src: url(../../../javascript/font/brandon-grotesque-light-58db8dcc77ab5.otf);
}
@font-face {
	font-family: 'brandon-grotesque-regular';
	src: url(../../../javascript/font/brandon-grotesque-regular-58db8d67e577f.otf);
}
@font-face {
	font-family: 'brandon-grotesque-thin';
	src: url(../../../javascript/font/brandon-grotesque-thin-58db8d90b4e70.otf);
}
body {
	font-family: 'brandon-grotesque-regular';
	font-weight: 400;
	color: #1c1d21;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

@media(min-width:1200px) {
.container {
	max-width: 1800px;
	width: auto;
}
}
h1, h2, h3, h4, h5, h6 {
	color: #1c1d21;
}
/* default font size */
p {
	font-size: 16px;
	color: #1c1d21;
}
.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: #1c1d21;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
	color: #1c1d21;
}
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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	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;
}
.form-control:focus {
	border-color: #a7171d;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #a7171d;
}
/*===alert=====*/
.alert-success {
	color: #fff;
	background-color: #1c1d21;
	border-color: #1c1d21;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	border-radius: 0;
	font-size: 16px;
}
.alert-success a {
	color: #fff;
}
.alert-success .close {
	color: #fff;
	opacity: 1;
}
/* top */
#top {
	background-color: #ffffff;
	border-bottom: 1px solid #ededed;
	padding: 0;
	margin: 0 0 8px 0;
}
#top .top-left {
	margin-bottom: 0;
}
#top .top-left li {
	margin: 12px auto;
}
#top .top-left li a {
	color: #1c1d21;
	font-size: 14px;
	padding: 0 12px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency button span, #top #form-language button span {
	text-transform: uppercase;
	color: #1c1d21;
	font-size: 14px;
	vertical-align: middle;
}
#top #form-currency button i, #top #form-language button i {
	vertical-align: middle;
}
#top #form-language button, #top #form-currency button {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #1c1d21;
	padding: 10px;
}
@media (max-width:991px) {
#top #form-currency button {
	margin-top: 2px;
}
}
#top #form-currency ul, #top #form-language ul {
	background-color: #ededed;
	box-shadow: none;
	min-width: 140px;
}
#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 span {
	text-shadow: none;
	color: #a7171d;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
}
#top-links ul li .dropdown-menu {
	padding: 0;
	box-shadow: none;
	margin-top: 10px;
}
#top-links ul li a span, #top-links ul li a i {
	color: #1c1d21;
	text-transform: uppercase;
	font-size: 14px;
}
#top-links li a span {
	padding: 0px 5px;
}
#top-links ul li a span:hover, #top-links ul li a:hover i {
	color: #a7171d;
}
#top .btn-link, #top-links li, #top-links a {
	color: #1c1d21;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .account-link .dropdown-menu a {
	text-shadow: none;
	padding: 10px;
}
#top-links .dropdown-menu li a i {
	padding: 0 5px;
}
#top-links .dropdown-menu a:hover {
	color: #a7171d;
	background-color: transparent;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
	background-color: #a7171d;
	padding: 0px 7px;
	color: #fff;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links ul {
	padding: 31px 0;
	margin: 0;
}

@media(max-width:767px) {
#top-links {
	float: left !important;
}
#top-links ul {
	padding: 20px 0;
}
.lang-cur {
	margin: 0 auto;
	display: table;
}
}

@media(min-width:768px) and (max-width:991px) {
#top-links ul {
	padding: 10px 0 25px;
}
#top-links {
	float: none !important;
	text-align: right;
}
}
/*header*/
@media(min-width:1280px) {
header {
	border-bottom: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f6;
}
}
/* logo */
#logo {
	padding: 20px 0;
}
@media(max-width:767px) {
#logo {
	padding: 10px 0;
}
}
/* search */
#search {
	margin: 22px 0px 28px 65px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 40px;
	width: 96%;
	font-size: 16px;
}
#search .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#search .input-lg::-moz-placeholder { /* Firefox 19+ */
 font-size: 16px;
color: #1c1d21;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	background-color: #a7171d;
	background-image: none;
	border: 1px solid #a7171d;
}
#search button:hover {
	background-color: #1c1d21;
	border: 1px solid #1c1d21;
}
#search button span {
	color: #fff;
	text-transform: uppercase;
}
#search i {
	float: left;
	left: 14px;
	position: absolute;
	z-index: 10;
	top: 30%;
}
@media(max-width:991px) {
#search {
	margin: 0 !important;
}
#search .btn-lg {
	padding: 10px 16px;
}
}
@media (min-width:992px) and (max-width:1280px) {
#search .btn-lg {
	padding: 10px 18px;
}
}
/* cart - header */
#cart button span {
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 6px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #1c1d21;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #1c1d21;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #ededed;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 284px;
}
#cart.open > .btn {
	background-image: none;
	background-color: unset;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
#cart .cart-btn {
	background-image: none;
	background-color: unset;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
	float: right;
}
.header-cart-open li {
	font-size: 14px;
}
#cart button i {
	font-size: 14px;
}
#cart #cart-total {
	color: #fff;
	padding: 0px 5px;
	font-size: 10px;
	background-color: #a7171d;
}
#cart #cart-total.cart-items.cart-digit1 {
	padding: 4px 9px;
}
#cart #cart-total.cart-items.cart-digit2 {
	padding: 1px 5px;
}
#cart:hover #cart-total {
	background-color: #1c1d21;
}
#cart .btn:hover .text-cart {
	color: #a7171d;
}
@media (max-width: 478px) {
#cart .dropdown-menu {
	width: 100%;
}
}
#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: 30px 0;
}
#cart .view-cart, #cart .chekout {
	color: #fff;
	background-color: #1c1d21;
	padding: 5px 10px;
}
#cart .view-cart:hover, #cart .chekout:hover {
	color: #fff !important;
	background-color: #a7171d !important;
}
#cart .view-cart i, #cart .chekout i {
	color: #fff;
	font-size: 16px;
}
#cart .view-cart:hover i, #cart .chekout:hover i {
	color: #fff;
}
@media (min-width:992px) and (max-width:1279px) {
#cart button .text-cart {
	display: none;
}
}
@media (min-width:1200px) and (max-width:1399px) {
#cart button .text-cart {
	-webkit-padding-end: 0 !important;
	-webkit-padding-start: 0 !important;
}
}
/* cart - header */
/* menu */
.left-menu {
	padding: calc(40px - 10px) 15px;
}
#menu, #menu-toggle {
	background-color: #ededed;
	min-height: 40px;
	border-radius: 0;
}
#menu h3, #menu-toggle h3 {
	text-transform: uppercase;
	color: #1c1d21;
	font-size: 16px;
	padding: 10px 25px 10px 25px;
	font-family: 'brandon-grotesque-bold';
	margin-bottom: 0;
	margin-top: 10px;
}
.left-menu #menu .navbar-collapse {
	padding: 0;
}
.left-menu #menu ul {
	padding: 0;
}
.left-menu #menu ul li {
	padding: 0 26px;
}
.left-menu #menu .dropdown-inner .dropdown-submenu .submenu-title::before {
	border-top: 2px solid #a7171d;
	bottom: -4px;
	content: "";
	float: left;
	height: 1px;
	position: absolute;
	width: 20%;
}
.left-menu #menu .dropdown-inner .dropdown-submenu .submenu-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	margin: 0 0 16px;
	padding: 4px 0;
}
#menu .nav > li > a, #menu .nav #demo li a, #menu-toggle .nav > li > a, #menu-toggle .nav #demo li a {
	color: #1c1d21;
	padding: 15px 0px 15px 0px;
	min-height: 15px;
	background-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: block;
}
#menu .nav li .dropdown-inner ul li {
	padding: 0;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a, #menu-toggle .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 4px 0px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.3px;
	text-transform: capitalize;
}
#menu .dropdown-inner li a:hover, #menu-toggle .dropdown-inner li a:hover {
	color: #a7171d;
}
#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, #menu-toggle #category-toggle {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #1c1d21;
	text-transform: uppercase;
}
#menu .btn-navbar, #menu-toggle .btn-navbar {
	font-stretch: expanded;
	color: #1c1d21;
	padding: 2px 18px;
	float: right;
	border: none;
	box-shadow: none;
}
#menu .btn-navbar i, #menu-toggle .btn-navbar i {
	font-size: 18px;
}
#menu-toggle .btn-navbar:hover, #menu-toggle .btn-navbar:focus, #menu-toggle .btn-navbar:active, #menu-toggle .btn-navbar.disabled, #menu-toggle .btn-navbar[disabled] {
	color: #1c1d21;
}
#navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: -1px 6px 9px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px 6px 9px 0px rgba(0,0,0,0.4);
}

@media (min-width: 992px) {
#menu .dropdown:hover .dropdown-menu {
	display: block;
	top: 0 !important;
	left: 100% !important;
	margin: 0 !important;
}
}
#menu-toggle .dropdown a i, #menu .dropdown a i {
	float: right;
}
@media (max-width: 991px) {
#menu-toggle {
	border-radius: 4px;
}
#menu-toggle div.dropdown-inner > ul.list-unstyled {
	display: block;
	padding: 0;
}
#menu-toggle div.dropdown-menu {
	margin-left: 0 !important;
	padding-bottom: 10px;
	background-color: transparent;
}
#menu-toggle .dropdown-inner a {
	width: 100%;
	color: #1c1d21;
	font-size: 14px;
	font-weight: 100;
}
#menu-toggle .dropdown-inner .dropdown-submenu ul li, #menu-toggle .dropdown-inner .dropdown-submenu {
	border: none;
}
#menu-toggle .dropdown-menu a:hover,  #menu-toggle .dropdown-menu ul li a:hover {
	background-color: transparent;
}
#menu-toggle .see-all {
	margin-top: 0;
	border: none;
	border-radius: 0;
	color: #fff;
}
.down-arrow {
	float: right;
}
#menu-toggle .navbar-collapse{
        background: #ffffff none repeat scroll 0 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 99;
        margin: 0;
        border: 1px solid #d5d5d5;
        top: 100%;
    }   
    .navbar-collapse.collapse {
        display: none!important;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-header {
        float: none !important;
    }
    .navbar-nav {
        float: none !important;
    }
    .navbar-nav > li {
        float: left !important;
		width:100%;
    }
    .navbar-nav .open .dropdown-menu {
        position: static !important;
        float: none !important;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}
@media(min-width:992px) {
.top-menu {
	display: none;
}
.left-menu {
	display: block !important;
	width: auto;
}
}
#menu .dropdown-inner a h4 {
	text-transform: uppercase;
}
.left-menu {
	display: none;
}
.left-menu #menu .dropdown-menu {
	background-color: #ededed;
	padding: 20px 10px;
}
@media(max-width:991px) {
.top-menu .navbar-collapse {
	background-color: #ededed;
	position: absolute;
	z-index: 99;
	margin: 1px 0px;
	top: 100%;
	width: 100%;
	right: 0px;
	left: 0px;
}
.top-menu #menu-toggle ul li {
	padding: 0 15px;
}
.top-menu #menu-toggle ul li:last-child a {
	border-bottom: none;
}
}
.left-menu .more {
	border-bottom: none !important;
}
.left-menu .navbar {
	margin-bottom: 0;
}
#menu #demo li:last-child a {
	border-bottom: none !important;
}
.left-menu #menu ul #demo li {
	padding: 0px 0px;
}
/* content */
#content {
	min-height: 600px;
}
@media(min-width:992px) {
#content {
	padding: calc(40px - 10px) 15px;
}
#column-right {
	padding: calc(40px - 10px) 15px;
}
}
/*=======================FOOTER START========================*/
footer {
	display: block;
}
footer .btn {
	display: none;
}
.footer-up ul {
	margin: 40px auto 30px;
}
.footer-up .btn-primary.toggle:hover, .footer-up .btn-primary.toggle:active, .footer-up .btn-primary.toggle:focus {
	background: none!important;
	outline: 0;
}
footer h5 {
	font-weight: bold;
}
footer h5 .toggle::after {
	font-family: 'FontAwesome';
	content: '\f068';
	font-size: 14px;
	font-weight: normal;
	float: right;
	cursor: pointer;
}
.footer-up .btn-primary {
	color: #000000;
	text-shadow: none;
	background: none;
	background-image: none;
	border: 0;
	box-shadow: none;
	float: right;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.footer-up .inner-row {
	margin-right: 0;
}
.footer-up h5 button {
	display: none;
}
.footer-up .collapse a, .footer-up ul li {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
.footer-up .collapse a:hover {
    color: #a7171d;
}
.footer-up ul li i {
	margin-right: 10px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #000000;
}
footer h5 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 15px;
}
.foothr {
	width: 10%;
	position: absolute;
	border-bottom: 1px solid #fff;
}
footer hr {
	border: 1px solid #fff;
}
.footlogo {
	margin-bottom: 26px;
}
.footcon {
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
	text-align: justify;
}
.footer-bottom {
	background-color: #a7171d;
	min-height: 80px;
	padding: 10px 0;
}
.footer-bottom p.powered {
	line-height: 80px;
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.footer-bottom h4.pay {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.footer-bottom .social-icon ul li a i {
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
@media (max-width:767px) {
footer h5.about {
	text-align: left;
}
.footer-up .col-xs-3 {
	width: 100%;
}
.footer-up h5 button {
	display: block !important;
}
.footer-up ul {
	margin-top: 0px;
}
.footlogo {
	margin-top: 0px;
}
footer h5 {
	font-size: 14px;
}
.footer-bottom .connect-social {
	text-align: center;
}
.footer-bottom .pay-connect {
	text-align: center;
	float: none !important;
}
.footer-bottom p.powered {
	line-height: 40px;
	font-size: 12px;
	text-align: center;
}
.social-icon ul {
	margin-bottom: 0;
}
}
@media (min-width:768px) {
.footer-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
#content-footer {
	padding-top: 35px;
}
}
@media(min-width:768px) and (max-width:991px) {
.footlogo {
	margin-top: 0;
}
}
@media(min-width:992px) and (max-width:1368px) {
footer h5 {
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0px;
}
.footlogo {
	margin-top: 0px;
}
.footer-up ul li, .footcon {
	font-size: 14px;
}
}
@media(min-width: 1800px) {
.footcon {
	margin-left: 10px;
}
}
@media(min-width: 768px) and (max-width: 1200px) {
footer h5 {
	font-size: 14px;
}
.foothr {
	margin-top: 2px;
	margin-bottom: 0;
}
.footer-up ul {
	margin-top: 30px;
}
.footer-up .collapse a, .footer-up ul li {
	font-size: 14px;
}
.footer-bottom {
	padding-left: 10px;
	padding-right: 10px;
}
.pay-connect ul {
	margin-bottom: 0;
}
.footer-bottom p.powered {
	font-size: 12px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.footer-bottom .col-sm-3.pay-connect {
	width: 30%;
}
}

@media (min-width: 1280px) {
.header-margin {
	margin-right: 8.33333333%;
	margin-left: 8.33333333%;
}
}
/*=======================FOOTER OVER========================*/
/* alert */
.alert {
	padding: 10px 14px 10px 14px;
}
/* breadcrumb */
@media (max-width:991px) {
.breadcrumb-bg {
	margin-bottom: 20px;
}
}
.breadcrumb li:first-child {
	padding-left: 0;
}
.breadcrumb-bg {
	background-color: #1c1d21;
}
.breadcrumb {
	margin: 10px 0 10px 0;
	padding: 0px 0 0px 0;
	border: 0;
	background: none;
}
@media (max-width:359px) {
.breadcrumb li a {
	font-size: 13px;
}
}
.breadcrumb li a {
	font-size: 16px;
	color: #fff;
}
.breadcrumb li a:hover {
	color: #a7171d;
}
.breadcrumb i {
	font-size: 16px;
}
.breadcrumb > li {
	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: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
}
.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.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
}
.btn-default {
	color: #fff;
	background-color: #1c1d21;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
}
.btn-default:hover {
	color: #fff;
	background-color: #a7171d;
}
.btn-default.focus, .btn-default:focus {
	color: #fff;
	background-color: #1c1d21;
	outline: none;
}
.btn-primary, .btn-primary:focus {
	color: #ffffff;
	background-color: #1c1d21;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	font-size: 14px;
	outline: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:active:focus, .btn-primary:active:hover {
	background-color: #a7171d !important;
	background-position: 0 -15px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
}
.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: #a7171d;
	background-image: linear-gradient(to bottom, #a7171d, #a7171d);
	background-repeat: repeat-x;
	border: none;
	font-size: 14px;
	border-radius: 0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled], .btn-danger:focus, .btn-danger.focus {
	box-shadow: none;
	outline: none;
}
.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: #a7171d;
	border: 1px solid #a7171d;
	border-radius: 0;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled], .btn-info.focus, .btn-info:focus {
	background-image: none;
	background-color: #1c1d21;
	outline: none;
}
.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 {
	color: #1c1d21;
	padding: 18px 10px 7px !important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-width: 0px;
	margin-bottom: 0px !important;
	background-color: #ededed;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #a7171d;
	text-shadow: 0 1px 0 #FFF;
	background-color: #ededed;
}
.list-group .list-group-item:last-child {
	padding-bottom: 20px !important;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	text-decoration: none;
	background-color: #ededed;
}
/* 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;
}
/*----left recent product-----*/
.recent {
	background-color: #ededed;
	margin: 30px auto;
}
.recent .pad-inner {
	padding: 10px;
}
.recent .product-thumb {
	position: relative;
	margin-bottom:0;
}
.recent .product-thumb .caption h4 ,.recent .product-thumb .caption .price,.recent .product-thumb .rating{
	width:100% !important;
	text-align:center;
}
@media (min-width:992px) and (max-width:1199px) {
	.recent .product-thumb .button-group .add-cart {
		font-size:12px;
		padding:2px 6px;
	}
}
.recent .product-thumb .button-group .add-cart {
	transform: none;
	transition: none;
	float:none !important;
	width:83%;
	margin-right:0;
}
.recent .product-thumb .button-group .wish, .recent .product-thumb .button-group .compare, .recent .product-thumb .button-group .zoom {
	transition-delay: 0s !important;
	transform: none;
	transition: none;
	opacity: 1;
	margin: 8px 13px 5px 13px;
	float: none;
}
.recent .product-thumb .button-group .wish {
	clear: none !important;
}
.recent .product-thumb:hover .button-group .wish, .recent .product-thumb:hover .button-group .compare, .recent .product-thumb:hover .button-group .zoom {
	transform: none;
}
.recent .product-thumb .caption {
	padding: 0;
}
.recent .product-thumb .button-group {
	padding: 0px;
}
.recent .sale-bestseller {
	top: -18px !important;
}

@media (min-width:1281px) and (max-width:1600px) {
.recent .product-thumb .button-group .add-cart {
	margin-right: 0;
}
}
/*------left recent product---*/
/*html-discount*/
.html-discount .product-thumb .button-group .add-cart {
	font-size: 14px;
	padding: 2px 10px;
}
.html-discount .shop-now {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	color: #fff;
	text-transform: uppercase;
}
.html-discount .shop-now span {
	padding: 8px 15px;
	font-size: 16px;
	background-color: #1c1d21;
}
.html-discount .shop-now span:hover {
	background-color: #a7171d;
}
.html-discount .owl-controls .owl-buttons .owl-prev {
	color: #ffffff;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 5px;
	text-align: center;
	width: auto;
	background-color: #1c1d21;
	opacity: 1 !important;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	left: 14px;
	top: 40%;
}
.html-discount .owl-controls .owl-buttons .owl-next {
	color: #ffffff;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 5px;
	text-align: center;
	width: auto;
	background-color: #1c1d21;
	opacity: 1 !important;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	right: 14px;
	top: 40%;
}
.html-discount .owl-controls .owl-buttons .owl-prev i {
	top: 2px;
	bottom: 0;
	vertical-align: middle;
	display: table;
	left: 14px;
	right: auto;
	text-align: center;
	line-height: 36px;
	position: absolute;
}
.html-discount .owl-controls .owl-buttons .owl-next i {
	top: 2px;
	bottom: 0;
	vertical-align: middle;
	display: table;
	right: 14px;
	left: auto;
	text-align: center;
	line-height: 36px;
	position: absolute;
}
.html-discount .owl-carousel .owl-buttons div i {
	font-size: 20px;
	margin: 0;
}
.html-discount .owl-controls .owl-buttons .owl-next {
	margin-right: auto;
	margin-left: 5px;
}
.html-discount .owl-controls .owl-buttons .owl-next:hover, .html-discount .owl-controls .owl-buttons .owl-prev:hover {
	background-color: #a7171d;
}
.html-discount .owl-buttons {
	text-align: center;
}
@media (max-width:359px) {
.html-discount .product-thumb .image img {
	height: 331px;
}
}
.html-discount .ih-sec {
	padding: 0 15px !important;
}
@media (min-width:1300px) and (max-width:1709px) {
.html-discount .product-thumb .button-group .wish, .html-discount .product-thumb .button-group .compare,.html-discount .product-thumb .button-group .zoom {
	margin: 0px 8px 0px 8px !important;
}
.html-discount .product-thumb .button-group .add-cart{
	margin-right:0;
}
}
/* product list */
/*special*/
.special {
	margin-top: 20px;
}
.title {
	font-size: 16px;
	color: #a7171d;
	text-transform: uppercase;
	font-family: 'brandon-grotesque-bold';
	padding: 10px 0;
	border-bottom: 3px solid #1c1d21;
	margin: 0;
	text-align: left;
}
.title i {
	color: #1c1d21;
	padding: 0 10px;
}
.products-hr {
	border-top: 1px solid #1c1d21;
}
.product-thumb {
	margin-bottom: 20px;
/*	overflow: auto;*/
	text-align: center;
}
.product-thumb .image {
	text-align: center;
	padding: 0 19px;
}
@media (min-width:1200px) and (max-width:1534px) {
.product-thumb .image {
	text-align: center;
	padding: 0px;
}
}
.product-thumb .image a {
	display: block;
	background-color: #ededed;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

@media (max-width:991px) {
.product-grid .product-thumb {
	margin-bottom: 20px;
}
}
.product-list {
	margin: 10px auto;
}
.product-list .product-thumb .caption {
	margin-left: 350px;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
}
}
.product-thumb h4 {
	font-weight: bold;
	margin-top: 0;
	float: left;
	text-transform: uppercase;
}
.product-thumb h4 a {
	color: #1c1d21;
}
.product-list .product-thumb h4 {
	text-align: left;
}
@media (min-width:767px) {
.product-thumb p {
	text-align: justify;
}
}
.product-list .product-thumb p {
	text-align: left;
}
.product-thumb .caption {
	padding: 0 20px;
	position: relative;
	font-size: 16px;
}
@media (min-width:1280px) and (max-width:1399px) {
.recent .product-thumb .image img {
	-moz-padding-start: 7px;
	-moz-padding-end: 7px;
}
}
@media (min-width:1500px) and (max-width:1600px) {
.recent .product-thumb .image img {
	-moz-padding-start: 4px;
	-moz-padding-end: 4px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;

}
}
.product-thumb .rating {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}
.product-list .product-thumb .rating {
	text-align: left;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star.off {
	color: #fff;
}
.rating .fa-star {
	color: #1c1d21;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #1c1d21;
}
h2.price {
	font-size: 16px;
	font-weight: 600;
	margin: 0 auto;
}
.product-thumb .price {
	color: #a7171d;
	float: right;
}
.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;
}
.product-thumb .caption .button-group {
	background-color: #fff;
	overflow: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.product-thumb:hover .caption .button-group {
	opacity: 1;
	visibility: visible;
}
.product-list .product-thumb .button-group {
	width: auto;
	display: block;
	float: left;
	position: unset;
}
@media (max-width: 766px) {
.product-list .product-thumb .rating, .product-list .product-thumb .price, .product-list .product-thumb p, .product-list .product-thumb h4 {
	text-align: center;
}
.product-list .product-thumb .button-group {
	display: inline-block;
	float: none;
}
}
@media (max-width:767px) {
.product-list .product-thumb .price {
	text-align: center !important;
	width: 100% !important;
}
}
@media (min-width:412px) and (max-width:599px) {
.product-thumb .button-group .wish {
	margin-top: 11px !important;
}
}
@media(max-width:991px) {
.product-thumb .caption .button-group {
	position: unset;
	display: block !important;
	transition: none;
	opacity: 1;
	visibility: visible;
	overflow: unset;
	padding: 0;
}
.product-thumb .button-group .add-cart {
	transition: none !important;
	transition-delay: 0s !important;
	transform: none !important;
}
.product-thumb .button-group .wish, .product-thumb .button-group .compare, .product-thumb .button-group .zoom {
	transition-delay: 0s !important;
	transform: none !important;
	transition: none !important;
	opacity: 1 !important;
	margin: 8px 7px 5px 7px;
	float: left;
}
.product-thumb:hover .button-group .wish, .product-thumb:hover .button-group .compare, .product-thumb:hover .button-group .zoom {
	transform: none;
}
.product-thumb {
	margin: 0;
}
.feature .owl-carousel, .latest .owl-carousel, .html-discount .owl-carousel, .special .owl-carousel {
	margin: 0 !important;
}
.special {
	margin-top: 0px;
	margin-bottom: 10px;
}
}
@media (max-width:991px) {
.html-discount {
	margin: 20px auto;
}
}
.latest {
	margin-top: 20px;
}
@media (min-width:992px) and (max-width:1533px) {
.recent .product-thumb .button-group .wish, .recent .product-thumb .button-group .compare, .recent .product-thumb .button-group .zoom {
	margin: 10px 9px 5px 9px !important;
}
.product-thumb .button-group {
	padding: 10px 0px !important;
}
.product-thumb .caption {
	padding: 0;
}
}

@media (min-width:992px) and (max-width:1299px) {
.product-thumb .button-group .wish, .product-thumb .button-group .compare, .product-thumb .button-group .zoom {
	margin: 0px 4px 0px 4px !important;
}
}
@media (min-width:1300px) and (max-width:1533px) {
.product-thumb .button-group .wish, .product-thumb .button-group .compare, .product-thumb .button-group .zoom {
	margin: 0px 8px 0px 8px !important;
}
}
.product-thumb .button-group .add-cart {
	width: auto;
	border: none;
	display: inline-block;
	float: left;
	background-color: #1c1d21;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-right: 10px;
	max-width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	font-size: 14px;
	padding: 2px 15px;
	margin-bottom: 0;
	width: auto;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.product-thumb .button-group .wish {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.product-thumb .button-group .compare, .product-thumb .button-group .zoom {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.product-thumb .button-group .compare {
	-webkit-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.product-thumb:hover .button-group .compare {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 1;
}
.product-thumb .button-group .zoom {
	webkit-transition-delay: 0.4s !important;
	transition-delay: 0.4s !important;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.product-thumb:hover .button-group .zoom {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 1;
}
.product-thumb .button-group {
	padding: 10px 20px;
}
@media(min-width:768px) {
.html-discount .product-thumb .button-group {
	padding: 10px;
}
}
.product-thumb:hover .button-group button {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.product-list .product-thumb .button-group button {
	width: auto;
	padding: 0 29px;
}
.product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
	color: #aaaaaa;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 12px 0 12px;
	background: transparent;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	overflow: visible;
	border: none;
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
}
.product-thumb:hover .button-group button + button {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 1;
}
.product-list .product-thumb .button-group button + button {
	width: auto;
	padding: 0 16px;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #a7171d;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group .wish:hover, .product-thumb .button-group .compare:hover, .product-thumb .button-group .zoom:hover {
	color: #1c1d21;
	background-color: transparent;
}
.product-thumb .caption h4 {
	display: inline-block;
	width: 50%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
	text-align: left;
}
.product-thumb .caption .price {
	display: inline-block;
	width: 50%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
	text-align: right;
}
.product-list .product-thumb .caption p {
	margin-bottom: 15px;
}
.product-list .product-thumb .price {
	float: none;
	max-width: 100%;
	display: block;
	text-align: left;
}
@media (max-width: 1199px) {
.product-list .product-thumb .button-group button {
	padding: 0 16px;
}
}

@media (max-width: 767px) {
.product-thumb .button-group {
	width: auto;
	display: inline-block;
	position: unset;
}
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: auto;
}
.product-thumb .button-group button {
	width: auto;
	padding: 0 16px;
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.thumbnails > li {
}
.thumbnails > img {
	width: 100%;
}
.thumbnail {
	padding: 0;
	border-radius: 0;
	margin-bottom: 15px;
	border: 0;
}
.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-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-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-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: #1c1d21;
	border: 1px solid #1c1d21;
}
/*===========================================================================CUSTOM CSS=====================================================================================================*/
/*==================BOOTSTRAP=================*/
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	border-radius: 0;
}
/*==================BOOTSTRAP OVER=================*/
/*=============================HEADER===========================*/
/*--------------menu-----------*/
@media (max-width:991px) {
.navbar-toggle {
	display: block !important;
}
}
/*----over-----*/
@media (max-width: 767px) {
#cart {
	cursor: pointer;
	float: right;
	margin-bottom: 10px;
	margin-top: 6px;
	position: absolute;
	right: 21px;
	z-index: 99;
}
}
@media(min-width:768px) and (max-width:991px) {
#cart {
	margin-top: 0;
}
}
@media (max-width: 767px) {
#cart {
	top: 53px;
	width: auto;
}
}
/*=======================================HEADER OVER=======================*/
/*==============================slider================================*/
.owl-wrapper-outer {
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.owl-pagination {
	top: -30px !important;
}
.logo-slider .owl-wrapper-outer {
	border: 4px solid #fff !important;
	border-radius: 4px !important;
	box-shadow: 0 1px 4px rgba(0,0,0,.2) !important;
}
/*slide show*/
.slideshow-panel .owl-carousel {
	margin: 0;
}
.slideshow-panel .owl-controls .owl-buttons .owl-prev, .slideshow-panel .owl-controls .owl-buttons .owl-next {
	opacity: 1;
}
.slideshow-panel .owl-controls .owl-buttons .owl-prev i, .slideshow-panel .owl-controls .owl-buttons .owl-next i {
	font-size: 28px;
	color: #1c1d21;
	text-shadow: none;
}
.slideshow-panel .owl-controls .owl-buttons .owl-prev i:hover, .slideshow-panel .owl-controls .owl-buttons .owl-next i:hover {
	color: #a7171d;
}
@media(max-width:767px) {
.slideshow-panel .owl-controls .owl-next i, .slideshow-panel .owl-controls .owl-prev i {
	font-size: 14px;
}
}
/*slide show end*/
/* progrssbar */
#bar {
	width: 0%;
	max-width: 100%;
	height: 3px;
	background: #a7171d;
	position: absolute;
	z-index: 9999;
}
/*progressbar over */
/*--------------------------------loader end----------------------------*/
/*==========================over slider===============*/
/*============================Tab Products(Featured, Bestsellers, Latest, Related Products)=============================*/
.tab-pane {
	display: none;
}
.active {
	display: block;
}
.nav > li > a:focus, .nav > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	outline: 0;
}
.p-slider .owl-controls .owl-buttons .owl-next {
	opacity: 1;
	background-color: transparent;
	padding: 5px 12px;
	color: #aaaaaa;
	top: -60px;
	left: auto;
	right: 4px;
}
.top-des {
	background-color: #000;
	height: 2px;
	width: 13px;
	background: #000;
	border-radius: 0px;
	box-shadow: none;
	font-size: 18px;
	display: block;
}
.p-slider .owl-controls .owl-buttons .owl-prev {
	opacity: 1;
	background-color: transparent;
	padding: 5px 12px;
	color: #aaaaaa;
	top: -60px;
	left: auto;
	right: 31px;
}
.p-slider.owl-carousel .owl-buttons div i {
	font-size: 12px;
	margin: 0;
}
.p-slider.owl-carousel .owl-buttons div i:hover {
	color: #a7171d;
}
.p-slider .owl-controls .owl-buttons .owl-next {
	margin-right: auto;
	margin-left: 5px;
}
.p-slider .owl-buttons {
	text-align: center;
}
#gallery_01 .thumbnails > li {
	margin-left: 0;
}
hr {
	margin-top: 3px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #aaaaaa;
}
/*==============================Tab Products over========================================*/
/*===========================PRODUCT PAGE====================*/
.thumbnail {
	background-color: transparent;
}
/*-----Product Zoom & Slider-----*/
.zoomWrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.zoomWrapper img {
	margin: 0 auto;
	padding: 0;
	width: auto !important;
}
.owl-carousel .owl-wrapper-outer {
	box-shadow: none !important;
	border-radius: 0 !important;
}
#gallery_01 .owl-item img {
	margin: 0 auto;
}
.product-zoom-msg {
	font-size: 10px;
	font-weight: bold;
}
.product-inner h1 {
	font-size: 18px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 600;
}
/*slider buttons*/
#gallery_01.owl-carousel .owl-buttons .owl-prev {
	left: 1px;
}
#gallery_01.owl-carousel .owl-buttons .owl-next {
	right: 1px;
}
#gallery_01.owl-carousel .owl-buttons div {
	opacity: 1;
	top: 43%;
}
#gallery_01.owl-carousel .owl-buttons div i {
	font-size: 15px;
	margin: -20px 0 0;
	color: #0404040;
}
/*product options*/
.op-box {
	margin-right: 0;
	padding-right: 0;
}
.product-inner .qty-plus-minus .form-control {
	width: auto;
}
.op-box button {
	margin-left: 10px;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
}
.add-to-cart {
	border: 1px solid #404040;
	padding: 0 20px;
	background: none;
	box-shadow: none;
	opacity: 1;
	line-height: 31px;
	font-weight: 500;
	text-transform: uppercase;
}
.btn-send {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.stock {
	border: 1px solid #23a1d1;
	padding: 5px 10px;
}
.text-decor {
	text-transform: uppercase;
}
#product .date {
	z-index: 0;
}
/*-------over-----*/
@media screen and (max-width:1086px) {
.add-to-cart {
	padding: 0 10px;
}
}
@media screen and (max-width:980px) {
.full-width {
	width: 100%;
}
.top-space {
	margin-top: 25px;
}
}
@media screen and (max-width:397px) {
.product-inner .qty-plus-minus {
	width: auto;
}
}
/*==========================PRODUCT PAGE OVER=====================*/

/*==========================SALE==========================*/
.sale-bestseller {
	position: absolute;
	z-index: 0;
	top: 0px;
	margin: 0 auto;
}
@media (min-width:600px) and (max-width:767px) {
.product-list .sale-bestseller {
	left: 130px;
}
}
/*==========================SALE OVER==========================*/

/*==========================CATEGORY PAGE======================*/
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 3;
	color: #1c1d21;
	background-color: transparent;
	border-color: transparent;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 2;
	color: #1c1d21;
	cursor: default;
	background-color: transparent;
	border-color: transparent;
	font-size: 16px;
	font-weight: 600;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: none;
	padding: 6px 25px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #a7171d;
	text-decoration: none;
	background-color: #fff;
	border: none;
	font-size: 16px;
	display: inline-table;
	font-weight: 600;
}
.cat-row h3 {
	font-size: 18px;
	text-transform: uppercase;
}
.cat-list li a {
	color: #337ab7;
	display: block;
	padding: 5px 15px;
	border: 1px solid #337ab7;
	background-color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-bottom: 10px;
}
.cat-list li {
	display: inline-block;
}
.cat-list ul {
	margin-left: 0;
	padding-left: 0;
}
.result-pagination .text-left {
	float: left;
}
.result-pagination {
	margin-bottom: 10px;
}
.refine-filter-box .list-group-item {
	background-color: #ededed;
	border: none;
}
.refine-filter-box {
	border: none;
	box-shadow: none;
	border-radius: 0 !important;
}
.panel.refine-filter-box > .list-group:first-child .list-group-item:first-child, .panel.refine-filter-box > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.refine-filter-box .panel-footer {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
}
.refine-filter-box .panel-footer button {
	background-color: #1c1d21;
	color: #fff;
	text-transform: uppercase;
	padding: 12px;
	font-size: 16px;
	border: 1px solid #1c1d21;
	border-radius: 0;
}
.refine-filter-box .panel-footer button:hover {
	background-color: #a7171d;
	border: 1px solid #a7171d;
}
.refine-filter-box .checkbox label {
	font-size: 16px;
	text-transform: uppercase;
	color: #1c1d21;
	font-weight: 100;
}
.refine-filter-box .checkbox {
	padding: 15px 12px;
	border-bottom: 1px solid #fff;
}
.refine-filter-box .checkbox span {
	padding-left: 10px;
}
.refine-filter-box .list-group-item {
	padding: 1px 15px;
	margin-bottom: 30px;
}
.refine-filter-box .checkbox input[type="checkbox"] {
	-ms-transform: scale(1.4); /* IE */
	-moz-transform: scale(1.4); /* FF */
	-webkit-transform: scale(1.4); /* Safari and Chrome */
	-o-transform: scale(1.4); /* Opera */
	padding: 10px;
	margin-top: 2px;
}
.refine-filter-box .checkbox:last-child {
	border-bottom: none;
}
.product-list .product-thumb .caption .button-group {
	position: unset;
	display: block !important;
	transition: none;
	opacity: 1;
	visibility: visible;
	overflow: unset;
	padding: 0;
}
.product-list .product-thumb .button-group .add-cart {
	transition: none !important;
	transition-delay: 0s !important;
	transform: none !important;
	margin-right: 2px;
}
.product-list .product-thumb .button-group .wish, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .zoom {
	transition-delay: 0s !important;
	transform: none !important;
	transition: none !important;
	opacity: 1 !important;
	margin: 0px 2px !important;
	float: left;
	background-color: #1c1d21;
	color: #fff;
	padding: 9px 17px;
}
.product-list .product-thumb:hover .button-group .wish, .product-list .product-thumb:hover .button-group .compare, .product-list .product-thumb:hover .button-group .zoom {
	transform: none;
}
.product-list .product-thumb .button-group .wish:hover, .product-list .product-thumb .button-group .compare:hover, .product-list .product-thumb .button-group .zoom:hover {
	background-color: #a7171d;
}
.product-list .product-thumb .caption h4 {
	display: block;
	float: none;
}
.product-grid .desc {
	display: none;
	opacity: 0;
}
@media(max-width:330px) {
.product-list .product-thumb .button-group .wish, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .zoom {
	padding: 9px 14px !important;
}
.product-list .product-thumb .caption h4 {
	display: inline-block;
	text-align: center;
}
}
@media (min-width:331px) and (max-width:767px) {
.product-list .product-thumb .button-group .wish, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .zoom, .product-list .product-thumb .button-group .add-cart {
	float: none;
}
.product-list .product-thumb .caption h4 {
	display: inline-block;
	width: 100%;
	text-align: center;
}
}
@media (min-width:600px) and (max-width:767px) {
.product-grid {
	width: 50%;
}
}
/*==========================CATEGORY PAGE OVER======================*/

/*=======================FOOTER START========================*/
footer {
	display: block;
	background-color: #1c1d21;
	margin-top: 10px;
}
footer .btn {
	display: none;
}
.footer-up {
	background: #1c1d21;
	color: #FFF;
}
.footer-up .btn-primary.toggle:hover, .footer-up .btn-primary.toggle:active, .footer-up .btn-primary.toggle:focus {
	background: none!important;
	outline: 0;
}
footer h5 .toggle.collapsed::after {
	font-family: 'FontAwesome';
	content: '\f067';
	font-size: 14px;
	font-weight: normal;
	float: right;
	cursor: pointer;
	color: #fff;
}
footer h5 .toggle::after {
	font-family: 'FontAwesome';
	content: '\f068';
	font-size: 14px;
	font-weight: normal;
	float: right;
	cursor: pointer;
	color: #fff;
}
.footer-up .btn-primary {
	color: white;
	text-shadow: none;
	background: none;
	background-image: none;
	border: 0;
	box-shadow: none;
	float: right;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 0;
	padding-right: 15px;
}
.footer-up .inner-row {
	margin-right: 0;
}
.footer-up h5 button {
	display: none;
}
.footer-up .collapse a {
	color: #fff;
}
@media (min-width:768px) {
.footer-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
}
@media (max-width:767px) {
/*footer*/
footer h5.about {
	text-align: left;
}
.footer-up .col-xs-3 {
	width: 100%;
}
.footer-up h5 button {
	display: block !important;
}
}
/*--------------------- BRAND START-------------------------*/
.brands-page h1 {
	margin-bottom: 0px;
}
.brands-page p span {
	font-size: 15px;
}
.brands-page p {
	font-size: 13px;
}
.brands-list {
	border: 1px solid #eee;
	padding: 5px;
	margin-bottom: 20px;
}
.brands-list .brands-heading h2 {
	background: none repeat scroll 0 0 #f8f8f8;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 5px 8px;
}
.brands-list .brands-content {
	padding: 8px;
}
.brands-list .brands-content a {
	font-size: 14px;
}
.brands-page p a:hover, .brands-list .brands-content a:hover {
	color: #a7171d;
}
/*--------------------- OVER BRAND -------------------------*/
/*=======================OVER FOOTER========================*/
/*==================GO TO TOP===================*/
#scroll {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	width: 38px;
	height: 38px;
	background: #a7171d;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	outline: none;
	z-index: 2;
}
#scroll i {
	color: white;
	position: fixed;
	font-size: 20px;
	bottom: 30px;
	right: 32px;
}
#scroll:hover {
	background: #000000;
}
/*==================OVER GO TO TOP===================*/
/*newsletter subscibe*/
.subscribe input {
	width: 97% !important;
	height: 50px;
	border: 1px solid #a7171d;
	padding: 0 65px;
}
footer .subscribe .btn {
	display: block !important;
	background-color: #a7171d;
	background-image: none;
	border: 1px solid #a7171d;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px 40px;
}
footer .subscribe .btn:hover {
	background-color: #1c1d21;
}
.subscribe img {
	float: left;
	left: 14px;
	position: absolute;
	z-index: 10;
	top: 40%;
}
.subscribe .input-lg::-moz-placeholder {
 font-size: 16px;
 color: #1c1d21;
}
.subscribe h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.subscribe #input-email {
	padding: 50px 0 50px;
}
.subscribe .foothr {
	width: 4%;
	margin-top: 14px;
}
@media(max-width:767px) {
.subscribe .foothr {
	margin-top: 0;
}
.subscribe #input-email {
	padding: 20px 0 10px;
}
#input-email img {
	display: none;
}
.subscribe input {
	height: 40px;
	padding: 0 5px 0 7px;
}
footer .subscribe .btn {
	font-size: 12px;
	padding: 11px 13px;
}
}
/***********************MODULES START*************************/
/*===================== Parallex ===========================*/
.parallex {
	background-image: url(../../../../../image/catalog/prlx.jpg);
	background-position: 50% 0;
	background-repeat: repeat;
	cursor: crosshair;
	height: 400px;
	position: relative;
	width: 100%;
}
.parallex .testimonial {
	margin-top: 60px;
}
.parallex h4.testimonial-heading {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}
#demo .owl-carousel {
	background: transparent !important;
}
/*===================== OVER Parallex ========================*/
/*====================testimonial=================*/
.testimonial {
	background-color: #ededed;
	padding: 10px;
}
.testimonial .owl-carousel {
	background-color: transparent;
}
.info {
	position: absolute;
	font-size: 16px;
	font-family: 'brandon-grotesque-bold';
	color: #1c1d21 !important;
}
.info h4 {
	color: #1c1d21;
}
.carousel-content span {
	font-size: 16px;
	color: #1c1d21;
}
.testimonial .title i {
	padding: 0 5px;
}
.testimonial .p-slider .owl-controls .owl-buttons .owl-prev {
	right: 7px;
}
.testimonial .p-slider .owl-controls .owl-buttons .owl-next {
	right: -9px;
}
/*==================trstimonial-end===============*/
/*=================follow============*/
.follow {
	background-color: #a7171d;
	color: #fff;
	padding: 10px;
	margin: 30px auto;
}
.follow .title {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'brandon-grotesque-bold';
	padding: 10px 0;
	border-bottom: 3px solid #fff;
	margin: 0;
	text-align: left;
}
.follow .title i {
	color: #fff;
}
.follow hr {
	border-color: #fff;
}
.follow ul {
	text-align: center;
	padding: 0px 0px 2px;
}
.follow ul li {
	border: 1px solid #fff;
	padding: 10px 15px;
	font-size: 16px;
	margin: 5px 3px;
}
.follow ul li:hover {
	background-color: #1c1d21;
	border: 1px solid #1c1d21;
	cursor: pointer;
}
.follow ul li a{
	color:#fff;
}
@media (min-width:1200px) and (max-width:1411px) {
	.follow ul li {
		padding: 6px 8px;
	}
}
@media (min-width:1412px) and (max-width:1507px) {
	.follow ul li {
		padding: 8px 12px;
	}
}
/*================follow end==========*/
/*=========================instagram feed start ===================================*/
.insta-content {
	background-color: #ededed;
	margin-bottom: 10px;
}
.instafeed-wrapper {
	position: relative;
	overflow: hidden;
}
.instafeed a {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 33%;
	height: 33%;
	-webkit-max-logical-width: 89px;
	-webkit-max-logical-height: 89px;
	background-color: #a7171d;
	text-decoration: none;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}
.instafeed img {
	display: block;
	width: 100%;
}
.instafeed a:before {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	content: "\f16d";
	font-family: "fontAwesome";
	font-size: 1.8em;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	z-index: 7;
}
.instafeed a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: #a7171d;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}
.instafeed a:hover img {
	opacity: 1;
}
.instafeed a:hover:before {
	opacity: 1;
}
.instafeed a:hover:after {
	opacity: 0.88;
}
.title-vertical {
	position: absolute;
	z-index: 9;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 400;
	white-space: nowrap;
	right: 99.50%;
	top: 9.4%;
	text-align: center;
	transform-origin: top right 0;
	transform: rotate(270deg);
}
.title-vertical:before {
	background: #000;
	padding: 0;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.title-pad {
	padding: 10px;
}
@media (max-width: 1857px) {
.title-vertical,  .instafeed-wrapper:after {
	display: none !important;
}
}
.instafeed-center:after, .instafeed-center:before, .instafeed-center .title-vertical {
	display: none !important;
}
.instafeed-center .instafeed {
	text-align: center;
}
.instafeed-center .instafeed a {
	display: inline-block;
	float: inherit;
	margin: 0 15px 15px 15px;
}
/*==================instagram feed end================== */
/*====================delivery information====================*/
@media(min-width:768px) and (max-width:991px) {
.deliveryinfo ul {
	display: inline-flex;
}
.deliveryinfo h4 {
	margin-top: 0;
}
}

@media(min-width:320px) and (max-width:400px) {
.deliveryinfo p {
	font-size: 12px !important;
}
.deliveryinfo ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
}
@media(max-width:767px) {
.deliveryinfo {
	margin-top: 10px;
}
}
@media (min-width:1200px) and (max-width:1663px) {
	.deliveryinfo p {
		font-size:12px !important;
	}
	.deliveryinfo img {
		width:50px;
		height:50px;
	}
	.deliveryinfo ul li {
		padding-left: 0px !important;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.deliveryinfo .col-md-3{
		width:50%;
	}
}
.deliveryinfo {
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	padding-bottom: 18px;
	padding-top: 18px;
	border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
}
.deliveryinfo ul {
	padding-left: 0;
	margin: 0;
}
.deliveryinfo ul li {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}
.deliveryinfo p {
	font-size: 18px;
	color: #1c1d21;
	font-family: 'brandon-grotesque-light';
}
.deliveryinfo h4 {
	color: #1c1d21;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
.deliveryinfo .info {
	margin-left: 10px;
}

@media (min-width:1281px) and (max-width:1600px) {
.deliveryinfo ul li {
	padding-left: 0;
}
}
/*over delivery information*/
/*bannes*/
@media(max-width:767px) {
.html-banners .mb-view {
	display: block;
}
.html-banners .banner-2 {
	margin-top: 10px;
}
}

@media(max-width:991px) {
.html-banners {
	margin: 10px auto;
}
}
/*====================== BLOG START ============================ */
#blog-carousel .owl-controls {
	text-align: center !important;
}
#blog-carousel .owl-wrapper-outer {
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.box-heading {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
}
.buttons-see-all {
	margin: 0;
	text-align: center;
	padding-top: 10px;
}
#content .box-product .blog-items {
	display: inline-block;
	float: left;
}
.blog-left {
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.webi-blog-image .img-thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
}
.view-blog {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
}
.read-more {
	float: left;
}
.write-comment {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}
.date-time {
	float: left;
	text-align: left;
}
.author {
	color: #808080;
	margin-bottom: 15px;
}
.blog-right .author .fa.fa-user {
	color: #9c9c9c;
	margin-right: 3px;
}
.blog-right > h4 {
	margin-bottom: 0;
}
.blog-desc {
	margin: 10px 0;
	color: #aaaaaa;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 100;
}
.blog-img {
	padding: 10px 0 0;
}
.blog-date {
	float: right;
}
#content #blog-carousel, #content #blog-grid {
	padding: 0px 0;
	border: none;
	overflow: visible;
}
#content #blog-carousel .blog-item {
	float: left;
}
#content #blog-carousel .product-block, #content #blog-grid .product-block {
	margin: 5px 14px;
	overflow: hidden;
}
#content #blog-carousel .product-block:hover, #content #blog-grid .product-block:hover {
	box-shadow: none;
}
.blog-right a, .product-block:hover .blog-right h4 a {
	color: #1c1d21;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
}
.product-block .blog-right h4 a:hover {
	color: #787878;
}
.blog_comment {
	float: left;
	font-size: 14px;
}
.blog-right .read_link > a {
	color: #a7171d;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #a7171d;
}
.read_link .fa.fa-book {
	margin-right: 5px;
}
.webi-single-blog .blog-desc {
	padding-bottom: 10px;
}
.webi-single-blog .block-title h3 {
	padding: 10px 0;
}
.webi-single-blog .view-comment .panel-default {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	border-left: medium none;
	border-right: medium none;
	box-shadow: none;
	padding: 20px 0;
}
.view-comment .name {
	color: #161b1e;
	font-weight: 700;
}
.view-comment .date {
	color: #bbb;
	font-size: 12px;
}
.webi-blog-image {
	position: relative;
}
.product-block .blog-left .webi-post-author {
	bottom: -20px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	left: 20px;
	position: absolute;
	text-transform: capitalize;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	z-index: 9999;
}
.product-block:hover .blog-left .webi-post-author {
	bottom: 23px;
}
.write-comment > a {
	color: #ffffff;
}
.write-comment > a:hover, .product-block .blog-right a:hover {
	color: #1c1d21;
}
.product-block .blog-left .webi-post-author::before {
	border-bottom: 1px solid #fff;
	bottom: -7px;
	content: "";
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 30px;
}
.webi_blog_page .panel-body {
	border: medium none;
	padding: 0px;
}
.webi_blog_page .webi-blog-image {
	background-position: center center;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.webi_blog_page .blog-desc {
	clear: both;
	position: relative;
}
.webi_blog_data_left {
	float: left;
	margin-right: 30px;
	position: relative;
}
.webi_blog_page .panel.panel-default {
	border: medium none;
	margin-bottom: 70px;
}
.webi_blog_data_left .blog-date {
	background: #a7171d none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	float: none;
	text-align: center;
}
.webi_blog_data_left .icon {
	background: #000000 none repeat scroll 0 0;
	display: block;
	height: 65px;
	position: relative;
	width: 72px;
}
.panel-default .webi_blog_data_left .icon::before {
	color: #ffffff;
	font-family: "FontAwesome";
	content: '\f15c';
	font-size: 30px;
	line-height: 65px;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
}
.webi_blog_page .panel-body h5 {
	color: #1c1d21;
	display: inline;
	font-size: 25px;
	position: relative;
	margin: 0 0 12px;
}
.blog_links .blog_autor {
	float: left;
	font-size: 14px;
	position: relative;
}
@media(min-width:321px) {
.blog_links .write-comment {
	font-size: 14px;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}
}
.blog_links .fa {
	margin-right: 5px;
}
.blog_links {
	position: relative;
	border-bottom: 1px solid #ededed;
	margin: 10px 0 20px;
	padding: 0 0 25px;
	display: block;
	float: none;
	overflow: hidden;
}
.webi_blog_page .panel-body a {
	color: #1c1d21;
}
.webi_blog_page .panel-body a:hover {
	color: #a7171d;
}
.webi_blog_page .read-more {
	float: left;
	text-align: left;
	margin: 20px 0 0;
}
.webi_blog_page .read-more a {
	background: #1c1d21 none repeat scroll 0 0;
	border: 1px solid #1c1d21;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 6px 10px;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	text-transform: capitalize;
}
.webi_blog_page .read-more a:hover {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
}
.webi_blog_page .webi-blog-image .blog-post-image-hover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	visibility: hidden;
	width: 100%;
}
.webi_blog_page .webi-blog-image .webi_post_hover .icon.zoom {
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
	padding: 10px 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}
.webi_blog_page .webi-blog-image .webi_post_hover .icon.zoom .fa, .webi_blog_page .webi-blog-image .webi_post_hover .icon.readmore_link .fa {
	color: #fff;
	font-size: 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.webi_blog_page .webi-blog-image .webi_post_hover .icon.readmore_link {
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
	padding: 10px 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}
.webi_blog_page .webi-blog-image:hover .blog-post-image-hover {
	opacity: 0.3;
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	-ms-opacity: 0.3;
	-khtml-opacity: 0.3;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	visibility: visible;
}
.webi_blog_page .webi-blog-image:hover .webi_post_hover, .webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.readmore_link, .webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.zoom {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.webi_blog_page .webi-blog-image .webi_post_hover .icon.readmore_link:hover, .webi_blog_page .webi-blog-image .webi_post_hover .icon.zoom:hover {
	background-color: #3498db;
	border-color: #3498db;
}
.webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.zoom .fa, .webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.readmore_link .fa {
	font-size: 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.webi-single-blog .blog-img {
	padding: 0;
}
#add-comment-blog.panel-default {
	border: medium none;
}
#content.webi-single-blog > h4 {
	font-weight: 700;
	font-size: 17px;
}
.webi-single-blog .view-comment .name, .webi-single-blog .view-comment .date, .webi-single-blog .view-comment .col-sm-8, .webi-single-blog .view-comment .col-sm-3 {
	width: 100%;
}
.user_icon {
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	float: left;
	margin: 2px 15px 15px 0;
	padding: 7px 13px;
}
.user_icon .fa {
	color: #bbb;
	font-size: 20px;
	margin-top: 3px;
}
#add-comment-blog .col-sm-10 {
	width: 66.6667%;
}
#add-comment-blog .col-sm-2 {
	width: 25%;
	display: none;
}
@media(min-width: 980px) and (max-width: 991px) {
.product-block .blog-left .webi-post-author {
	display: none;
}
}
@media(min-width: 992px) and (max-width: 1199px) {
.product-block .blog-left .webi-post-author {
	bottom: -50px;
}
}
/*---------------------WEBI MAGNIFIC POPUP CSS------------------------------*/
.webi-blog-image .webi_post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 40%;
}
.webi_blog_page .webi-blog-image .webi_post_hover {
	top: 45%;
}
@media (max-width:991px) {
.webi-blog-image .webi_post_hover {
	opacity: 1;
}
.webi-blog-image .webi_post_hover .zoom::before, .webi-blog-image .webi_post_hover .readmore_link::before {
	opacity: 1 !important;
}
}
.product-block:hover .blog-left .webi_post_hover, .product-block:hover .blog-left .zoom, .product-block:hover .blog-left .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.product-block:hover .blog-post-image-hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
}
.product-block .webi-blog-image .webi_post_hover .zoom, .product-block .webi-blog-image .webi_post_hover .readmore_link {
	display: inline-block;
	float: none;
	height: 40px;
	position: relative;
	width: 40px;
}
.product-block .webi-blog-image .webi_post_hover .readmore_link {
	margin-left: 10px;
}
.webi-blog-image .webi_post_hover .zoom::before, .webi-blog-image .webi_post_hover .readmore_link::before {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	content: "\f00e";
	font-family: "FontAwesome";
	font-size: 14px;
	height: 40px;
	left: 0;
	margin: auto;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
	padding: 9px 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	width: 40px;
	background-color: #a7171d;
}
.webi-blog-image .webi_post_hover .readmore_link::before {
	content: "\f0c1";
}
.product-block:hover .webi-blog-image .webi_post_hover .readmore_link::before, .product-block:hover .webi-blog-image .webi_post_hover .zoom::before {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.blog-left .webi-blog-image .zoom:hover::before, .blog-left .webi-blog-image .readmore_link:hover::before {
	background-color: #1c1d21;
}
@media(max-width: 767px) {
.webi-post-author {
	display: none !important;
}
}
/*---------------------OVER WEBI MAGNIFIC POPUP CSS----------------------*/

/*=========================OVER BLOG ===================================*/
#carousel0 .img-responsive {
	margin: 0 auto;
}
a:focus {
	outline: none;
	text-decoration: none;
}
/*==========================CATEGORY PAGE======================*/
#list-view, #grid-view {
	color: #1c1d21;
	background: transparent;
	border: none;
	box-shadow: none;
	background-color: transparent !important;
}
#list-view i, #grid-view i {
	font-size: 22px;
}
select option:hover {
	color: #fff;
	box-shadow: inset 20px 20px #a7171d;
}
.category-sort .form-group::after {
	content: "\f107";
	font-family: "fontawesome";
	font-size: 14px;
	font-weight: bold;
	pointer-events: none;
	position: absolute;
	right: auto;
	left: 33%;
	top: 7px;
	z-index: 9;
	color: #fff;
}
.category-sort select {
	background-color: #a7171d;
	;
	color: #fff;
	font-size: 14px !important;
	border-radius: 4px !important;
	border: 1px solid #a7171d;
	width: 28% !important;
	height: auto !important;
}
.category-sort select.form-control {
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: calc(100% - 7px) 50%;
	-moz-appearance: none;
	-webkit-appearance: inherit;
	appearance: none;
}
.category-sort select option {
	background-color: #fff;
	color: #1c1d21;
}
.category-sort label {
	border: none;
	background: none;
	font-size: 16px !important;
	letter-spacing: 1px;
	color: #1c1d21;
}
.cat-border {
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	padding-top: 19px;
	margin: 0px;
}
.cat-border #list-view.active, .cat-border #grid-view.active {
	box-shadow: none;
	border-radius: 0;
	color: #a7171d !important;
}
.category-refine {
	background-color: #ededed;
	padding: 25px 0 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.category-refine p {
	font-size: 16px;
	color: #1c1d21;
	font-weight: 100;
}
.category-refine h3 {
	text-transform: capitalize;
	font-size: 16px;
	margin: 5px 12px 10px;
	color: #1c1d21;
	font-weight: 600;
}
.cat-list li a {
	color: #fff;
	display: block;
	padding: 5px 15px;
	background-color: #a7171d;
	margin-left: 12px;
	border: none;
	border-radius: 0;
}
.cat-list li {
	display: inline-block;
	margin-bottom: 10px;
}
.cat-list ul {
	margin-left: 0;
	padding-left: 0;
}
.result-pagination {
	text-align: center;
}
.result-pagination .pagination {
	width: 100%;
	margin-bottom: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	border-radius: 0;
	margin-top: 10px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 3;
	color: #1c1d21;
	background-color: transparent;
	border-color: transparent;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 2;
	color: #a7171d;
	cursor: default;
	background-color: transparent;
	border-color: transparent;
	font-size: 16px;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: none;
	padding: 6px 25px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #1c1d21;
	text-decoration: none;
	background-color: #fff;
	border: none;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-table;
}
.product-grid .des {
	display: none;
}
.cat-head {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 0;
	padding: 16px 0;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.cat-head i {
	position: absolute;
	right: 18px;
	font-size: 18px;
}
.cat-left h4 {
	color: #fff !important;
	background: #a7171d !important;
	padding: 13px 10px !important;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
	border-radius: 4px 4px 0 0;
}
.product-list .des {
	font-size: 13px;
	color: #343434;
	letter-spacing: 0.4px;
}
@media (max-width:359px) {
.result-pagination .text-left, .result-pagination .text-right {
	text-align: center !important;
	float: none !important;
}
}
@media (max-width: 767px) {
.category-refine {
	background-color: transparent;
}
.product-grid .cart-button {
	transition: none !important;
}
.product-grid .product-thumb .name {
	min-height: 0;
}
.product-list .list-btn {
	display: none;
}
}
@media (max-width: 767px) {
.product-grid .btn-special .button-group {
	top: 14px !important;
}
.category-sort select {
	width: 100% !important;
}
.category-sort .form-group::after {
	left: 90%;
}
}
@media (max-width: 381px) {
.pagination > li > a, .pagination > li > span {
	padding: 6px 17px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.category-sort select {
	width: 80% !important;
}
.category-sort .form-group::after {
	left: 78%;
}
.category-refine {
	background-color: transparent;
}
}
@media (max-width:414px) {
.category-sort {
	width: 100%;
}
.category-sort select {
	width: 100% !important;
}
}
/*==========================CATEGORY PAGE OVER======================*/
/*product page*/
@media(max-width:991px) {
.firdtpart {
	margin-top: 20px;
}
}
.firdtpart {
	background-color: #fff;
}
#gallery_01 {
	padding: 0;
	margin-bottom: 10px;
}
.product-inner-content.full-width.top-space {
	background-color: #fff;
}
.black-hr {
	border-top: 1px solid #22313f;
	margin-top: 20px;
	margin-bottom: 20px;
}
.line-price, .tax {
	font-size: 14px;
	color: #1c1d21;
}
.points {
	font-size: 14px;
	color: #22313f;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block !important;
}
.discount {
	font-size: 14px;
	color: #22313f;
	display: block !important;
}
.op-box label {
	color: #1c1d21;
	font-size: 14px;
	margin-top: 4px;
}
.form-control {
	color: #22313f;
}
.pipe1 {
	margin-left: 40px;
	margin-right: 40px;
	color: #22313f;
	border-right: 1px solid #1c1d21;
}
.comment a, .review, .pencil {
	color: #1c1d21;
	font-size: 16px;
	text-transform: capitalize;
}
.p-socialicon {
	margin-top: 15px;
}
.p-socialicon i {
	font-size: 16px;
	color: #fff;
	background-color: #336e7b;
	margin-right: 10px;
}
.p-socialicon i:hover {
	background-color: #22313f;
}
.p-socialicon li {
	display: inline;
}
.fb {
	padding: 14px 19px;
}
.tw {
	padding: 14px 16px;
}
.gplus {
	padding: 14px 13px;
}
.comm {
	padding: 14px 16px;
}
.f-plus {
	padding: 14px 17px;
}
.product-two-button {
	position: absolute;
	bottom: 197px;
	right: 37px;
	left: auto;
	z-index: 2;
}
.product-two-button button {
	background-color: transparent;
	border: none;
}
.product-two-button i {
	color: #a7171d;
	font-size: 23px;
}
.des-header {
	margin-top: 12px;
	padding-right: 0px;
	width: 31px;
}
.product-description {
	margin-top: 15px;
}
.product-description .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #336e7b;
	cursor: default;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-bottom-color: #f2f2f2;
	font-size: 16px;
	box-shadow: none;
}
.product-description .nav-tabs > li > a {
	font-size: 16px;
	color: #22313f;
}
.product-description .nav-tabs {
	border-bottom: none;
}
.product-description .nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	border-color: #f2f2f2;
}
.pipe2 {
	color: #22313f;
	position: absolute;
	right: 0;
}
.product-description .tab-content {
	background-color: #fff;
	padding: 15px;
}
.tab-part {
	padding-right: 0px;
}
.product-hr {
	margin-top: 23px;
	margin-bottom: 0px;
	border: 0;
	border-top: 2px solid #336e7b;
}
#tab-description h3, .name-group {
	text-transform: capitalize;
	font-size: 16px;
	color: #a7171d;
}
#tab-description p, #review p, .help-block, .name1, .text1 {
	font-size: 14px;
	color: #22313f;
}
#tab-description li {
	color: #4e4e4e;
}
#tab-review h2, .text-danger {
	font-size: 16px;
	color: #a7171d;
}
#button-review {
	background-color: #1c1d21;
	background-image: none;
	text-transform: capitalize;
	font-size: 21px;
	border-radius: 0px;
	padding: 8px 31px;
}
#button-review:hover {
	background-color: #a7171d !important;
}
#product {
	clear: left;
}
.qty-plus-minus .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fff;
}
.qty-plus-minus.op-box button {
	margin-left: 0px;
}
#minusbutton {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#plusbutton {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
@media (min-width:992px) and (max-width:1199px) {
#gallery_01 {
	padding: 0px 40px;
}
#gallery_01.owl-carousel .owl-buttons .owl-prev {
	left: 29px;
}
#gallery_01.owl-carousel .owl-buttons .owl-next {
	right: 29px;
}
.rating .fa-stack {
	padding: 0px 0px;
}
.op-box.qty-plus-minus {
	margin-top: 10px;
}
.op-box {
	margin-top: 10px;
}
}
@media(max-width:991px) {
#gallery_01.owl-carousel .owl-buttons .owl-prev {
	left: 8px;
}
#gallery_01.owl-carousel .owl-buttons .owl-next {
	right: 8px;
}
.special-header .hr-div {
	display: none;
}
.rating .fa-stack {
	padding: 0px 0px;
}
.pipe1 {
	margin-left: 4px;
	margin-right: 4px;
}
.op-box.qty-plus-minus {
	margin-top: 10px;
}
.op-box {
	margin-top: 10px;
}
}
@media(max-width:767px) {
.des-header {
	display: none;
}
.op-box.qty-plus-minus {
	margin-top: 0px;
}
.op-box {
	margin-top: 0px;
}
}
@media(max-width:640px) {
#gallery_01.owl-carousel .owl-buttons .owl-next {
	right: 14px;
}
#gallery_01.owl-carousel .owl-buttons .owl-prev {
	left: 14px;
}
}
@media(max-width:600px) {
#gallery_01.owl-carousel .owl-buttons .owl-next {
	right: 5px;
}
#gallery_01.owl-carousel .owl-buttons .owl-prev {
	left: 5px;
}
}
@media(max-width:599px) {
.pipe1 {
	margin-left: 0px;
	margin-right: 0px;
	color: #22313f;
}
.tax {
	float: none !important;
}
.special-header .nav > li > a {
	padding: 10px 8px;
}
}
@media(max-width:320px) {
.p-socialicon i {
	margin-right: 2px;
}
.special-header .nav > li > a {
	padding: 10px 5px;
}
}
/*...product page finish*/
/*=====================CUSTOM CHECKBOX====================*/
/*color option start*/
.op-box .custom-radio {
	display: inline-block;
}
.custom-radio .btn-default {
	border-radius: 0;
	margin: 8px 3px;
	padding: 0;
	border: none;
}
.op-box.color .custom-radio .img-thumbnail {
	height: 30px;
	width: 30px;
}
.custom-radio .img-thumbnail {
	display: block;
	padding: 0;
	border-radius: 0px;
	border: none;
}
.custom-radio .btn-default.active {
	box-shadow: 0 0 5px 0 #000;
	display: inline-block;
	opacity: 0.6;
}
/* color option end*/
/*=====================OVER CUSTOM CHECKBOX====================*/
/*product options*/
.op-box {
	margin-right: 0;
	padding-right: 0;
}
.product-inner .qty-plus-minus .form-control {
	width: auto;
}
.op-box button {
	margin-left: 10px;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
}
.add-to-cart {
	border: 1px solid #1c1d21;
	padding: 9px 26px;
	background: #1c1d21;
	box-shadow: none;
	opacity: 1;
	line-height: 22px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.add-to-cart:hover {
	background-color: #a7171d;
	border: 1px solid #a7171d;
}
.btn-send {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.stock {
	border: 1px solid #23a1d1;
	padding: 5px 10px;
}
.text-decor {
	text-transform: capitalize;
	font-size: 16px;
	color: #1c1d21;
}
.text-brand {
	text-transform: uppercase;
	font-size: 14px;
	color: #a7171d;
}
.text-brand:focus, .text-brand:hover {
	color: #1c1d21;
	text-decoration: none;
}
.manufacture-part {
	min-width: 150px;
	display: inline-block;
}
.input-btn {
	background-color: #a7171d;
	background-image: none;
	color: #fff;
	border: 1px solid #a7171d;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	padding: 6px 25px;
}
.input-btn:hover {
	background-color: #1c1d21;
	color: #fff;
	border: 1px solid #1c1d21;
}
.file .input-btn {
	border-radius: 4px;
}
.product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.active > a:hover {
	color: #a7171d;
	cursor: default;
	background-color: #fff;
	border-top: 5px solid #a7171d;
	border-bottom-color: transparent;
	border-right: transparent;
	border-left: transparent;
	border-radius: 0;
}
.product-tab .nav-tabs > li a {
	border-top: 5px solid transparent;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 15px 40px 15px 40px;
	text-transform: uppercase;
	color: #1c1d21;
	margin-right: 0;
}
.product-tab .nav-tabs {
	border-bottom: none;
	margin-left: -15px;
}
.product-tab .nav-tabs > li {
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}
.product-tab .nav-tabs > li > a:hover {
	border-color: transparent;
}
.product-tab {
	border: 1px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 60px;
	margin-top: 60px;
}
.product-tab .tab-content h3, .product-tab .tab-content b, .product-tab .tab-content h2, .product-tab .tab-content {
	color: #1c1d21;
}
@media(max-width:600px) {
.product-tab .nav-tabs > li {
	width: 100%;
	border-left: 1px solid #f2f2f2;
}
.product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li a {
	text-align: center;
}
.product-tab .nav-tabs {
	margin-left: 0;
}
.product-tab {
	border: none;
}
}
/*-------over-----*/
/*login*/
.well {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #ededed;
	padding: 40px;
}
.well h2 {
	font-size: 18px;
	font-weight: 600;
	color: #1c1d21;
	text-transform: uppercase;
}
.well .sub-heading {
	font-size: 17px;
	font-weight: 600;
	color: #1c1d21;
	padding: 20px 0;
}
.well p {
	color: #1c1d21;
	font-weight: 100;
	font-size: 17px;
}
.well .register {
	border: 1px solid #1c1d21;
	border-left: none;
	border-right: none;
	padding: 20px 0;
	margin-bottom: 30px;
}
.well .login {
	border-bottom: 1px solid #1c1d21;
	margin-bottom: 20px;
}
.well label {
	font-size: 16px;
}
.forgot-pwd {
	color: #1c1d21;
	font-size: 16px;
	font-weight: 100;
}
.forgot-pwd:hover {
	color: #a7171d;
}
/*account*/
.account {
	font-size: 36px;
	text-transform: uppercase;
	padding-left: 420px;
	margin-bottom: 30px;
}
.account-box {
	border: 2px solid;
	padding: 0 10px;
	margin-bottom: 15px;
}
.account-box h4 {
	color: #FFFFFF;
	background-color: #1c1d21;
	padding: 5px;
	font-size: 18px;
}
.account-box ul li {
	padding: 4px 10px;
}
.account-box a {
	color: #1c1d21;
	font-size: 16px;
}
.account-box a:hover {
	color: #a7171d;
}
/*success*/
.success p a {
	color: #1c1d21;
}
.success p a:hover {
	color: #a7171d;
}
/*table*/
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #1c1d21;
}
/*checkout cart*/
.ch-cart .product-name a {
	color: #1c1d21;
}
.ch-cart .product-name a:hover {
	color: #a7171d;
}
.ch-cart .qty {
	height: 35px;
}
#button-coupon, #button-reward, #button-voucher {
	border: 1px solid #1c1d21;
}
#accordion .agree, .account-register .agree, .affiliate-register .agree {
	color: #1c1d21;
}
#accordion .agree:hover, .account-register .agree:hover, .affiliate-register .agree:hover {
	color: #a71721;
}
#collapse-checkout-confirm tbody .text-left a {
	color: #1c1d21;
}
/*sitemap*/
.sitemap ul li a {
	color: #1c1d21;
}
.sitemap ul.sub-ul {
	list-style: none;
}
.sitemap ul.main-ul li a {
	color: #1c1d21;
	text-transform: capitalize;
	font-size: 18px;
}
.sitemap ul.main-ul li ul.sub-ul li a {
	font-size: 16px;
}
.sitemap ul.main-ul li ul.sub-ul li ul.sub2-ul li a {
	font-size: 16px;
}
.sitemap ul.main-ul li ul.sub-ul li a:hover {
	color: #a7171d;
}
.sitemap ul.main-ul li ul.sub-ul li ul.sub2-ul li a {
	font-size: 16px;
}
/*manufacture-info*/
.brand-product, .all-special, .all-search {
	margin-top: 20px;
}
/*affilaite*/
.aff-account-box {
	font-size: 16px;
	padding: 0px 15px;
}
.aff-account-box ul li {
	padding: 5px 0px;
}
.aff-account-box ul li a:hover {
	color: #a7171d;
}
/*hover*/
@media(min-width:992px) {
.em-effect07 {
	position: relative;
	z-index: 1;
	text-align: center;
}
.em-effect07 a {
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.em-effect07.em-eff06-04:hover::before {
	width: 100%;
	height: 100%;
}
.em-effect07 .em-eff06-04::before {
	width: 0;
	height: 0;
	bottom: 0;
	right: 0;
	content: '';
	position: absolute;
	z-index: 1;
	height: 0;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(255, 255, 255, 0.1);
}
.em-effect07 .em-eff06-04:hover::after {
	width: 100%;
	height: 100%;
}
.em-effect07 .em-eff06-04:hover::before {
	width: 100%;
	height: 100%;
}
.em-effect07 .em-eff06-04::after {
	width: 0;
	height: 0;
	top: 0;
	left: 0;
}
.em-effect07 a::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(255, 255, 255, 0.1);
}
}
