body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color:#ccc;
	font-size: 13px;
	line-height: 24px;
	width: 100%;
	background:#15161e;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	margin:0 0 15px 0;
	padding:0px;	
	text-transform:capitalize;
}
/* default font size */
.fa {
	font-size: 15px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a {
	color: #ccc;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
a:hover {
	text-decoration: none;
	color:#ffae01;
}
.clear
{
	clear:both;
}
b, strong {
    font-weight: 500;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color:#ccc;
	border-bottom: 1px solid #383737;
}
label {
	font-size: 13px;
    font-weight: 500;
}
.row {
  padding-left: 5.875rem;
  padding-right: 5.875rem; }

.row .row {
  padding: 0; 
}
.home-page .row
{
	padding: 0;
}

.home-page .row .row
{
	padding-left: 5.875rem;
    padding-right: 5.875rem; 
}
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;
    border-radius: 0;
    padding: 9.5px 15px;
    height: auto;
    outline: 0;
    border: 1px solid #383737;
    background: #1d2029;
    color: #ccc;
}
.form-control:focus {
    border-color: #383737;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	
}
.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;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	border-bottom: 0;
    min-height: auto;
    padding: 10px 0;
}
#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, .dropdown-menu li > a:hover {
	text-shadow: none;
    color: #ffffff;
    background-color:#ffae01;
    background-image: none;
    background-repeat: repeat-x;
}
#top ul.dropdown-menu-right li a
{
    padding: 7.5px 12px;
}

#top .btn-link, #top-links li, #top-links a {
	color: #ffffff;
    text-shadow: none;
    text-decoration: none;
    font-size: 12px;
	font-weight:500;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
#top .btn-link i, #top-links li i, #top-links a i {
    font-size: 12px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
#top .btn-link:hover, #top-links a:hover {
	color:#ffae01;
}
#top ul.dropdown-menu li button, #top ul.dropdown-menu li a
{
	color: #727272;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
}
#top .fa {
    margin-right: 5px;
}
#top .dropdown-menu {
    padding: 0px 0;
    margin: 8px 0 0;
    background-color: #ffffff;
    border: 0;
    border: 0;
    border-radius: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
	font-weight:500;
}
#top button img
{
    margin-right: 4px;
}
#top-links {
	padding-top: 0;
}
#top-links a + a {
	margin-left: 15px;
}

#top .list-inline {
    margin: 0;
}
#top .btn {
    padding: 0 10px;
}
.modal.left .modal-content, .modal.right .modal-content {
    background:#1d2029;
}
.left_menu ul
{
	padding:0px;
	margin:0px 0 20px;
	margin:0px 0 20px;
	list-style:none;
}
.header_menu_wrapper_sidebar h4
{
	margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}
.header_menu_wrapper_sidebar h4 i
{
	margin-right:3px;
}
.header_menu_wrapper_sidebar .btn, .header_menu_wrapper_sidebar li a
{
    font-size: 13px;
    color: #ccc;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
}
.header_menu_wrapper_sidebar .btn:hover, .header_menu_wrapper_sidebar li a:hover
{
    text-decoration:none;
	color:#ffae01;
	background:transparent;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.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 #383737;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #383737;
}
.table-bordered {
    border: 1px solid #383737;
}
.table>tbody+tbody
 {
    border-top: 2px solid #383737;
}
header.main-menu
{
    padding: 25px 0;
}

.header_cart_wrapper_sidebar li img
{
    max-width: 175px;
    margin: auto;
    width: 100%;
	margin-bottom: 30px;
}

header.main-menu .eb-menu
{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* logo */
header #logo {
    width: 100%;
    height: 100%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header #logo a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out;
}
header #logo a img
{
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
}

#menu ul.navbar-nav li
{
    float: none;
    display: inline-block;
	text-align:center;
}
#menu ul.navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}
/* fix header */
.sticky_header
{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    width: 100%;
    z-index: 999;
    animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
header.main-menu.sticky_header {
    padding: 10px 0;
}
.sticky_header .etooltip 
{
	display:none;
}
/* search_and-cart*/
.search_and-cart ul
{
    padding: 0;
	margin: 0;
    list-style: none;
}
header .cart-menu
{
    position: relative;
}
.search_and-cart ul li a i, .menu_wrapper_header .menu_icons i
{
    font-size: 20px;
	color:#ffffff;
	cursor:pointer;
	
}
.search_and-cart ul li
{
    float: left;
    margin-right: 30px;
    vertical-align: middle;
	
}
.search_and-cart ul li:last-child
{
    margin-right: 0;
}
/* cart */
.header_menu_wrapper_sidebar .eb_cate_button
{
	
	background: #15161e;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.header_menu_wrapper_sidebar .eb_cate_button:hover
{
	background: #ffae01;
	color: #ffffff;
}
.header_menu_wrapper_sidebar .table {
    margin-bottom: 10px;
}
#cart {
	margin-bottom: 0;
}
#cart button
{
    width: auto;
    background: transparent;
    color:#ffae01;
    text-align: center;
    padding: 0;
    border: 0;
	box-shadow: none;
}
#cart button .fa {
    font-size: 24px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	
}
#cart.open > .btn {
	background-image: none;
    background-color: #ffffff;
    border: 0;
    color: #1d2029;
    box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	text-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #f4f4f4;
	z-index: 1001;
}
#cart-total, .wishlist a span {
   background:#ffae01;
   width: 16px;
   border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   color: #ffffff;
   position: absolute;
   top: -8px;
   right: -13px;
   text-align: center;
   height: 16px;
   line-height: 16px;
   font-size: 10px;
}
.wishlist a span
{
    top: -15px;
}
header .search_and-cart .wishlist a
{
	position:relative;
}
#cart.open ul li 
{
	padding: 0 !important;
    text-align: center;
	float:none !important;
}
#cart.open ul.dropdown-menu
{
	background: #ffffff;
    z-index: 1001;
    border-color: #dddddd;
    position: absolute;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    top: 100%;
    left: -34px;
    width: 225px;
    padding: 15px 20px;
    margin: 0px;
    list-style: none;
    transition: 0.4s;
    margin-top: 10px;
    text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#cart .dropdown-menu {
	min-width: 100%;
}
/*-- cart menu --*/
#cart.open ul.dropdown-menu
{
	background: #fff;
    z-index: 1001;
    border-color: #ddd;
    position: absolute;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    top: 100%;
    width: auto;
    left: -300px;
    right: 0;
    padding: 15px 20px;
    margin: 0px;
    list-style: none;
    transition: 0.4s;
    margin-top:10px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#cart .dropdown-menu li > div {
	min-width: auto;
	padding: 0 10px;
}
#cart .dropdown-menu {
    width: 350px;
    padding: 5px 0;
}
.cart-menu #cart .dropdown-menu > li {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 280px;
    padding: 0 15px;
}
.cart-menu #cart .dropdown-menu  li table.table-bordered{
    border: 0;
}
.cart-menu #cart tbody>tr>td {
    border: 0;
}
.cart-menu #cart .dropdown-menu  li table 
{
	border:0px;
}
.cart-menu #cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.cart-menu #cart .table-striped>tbody>tr td button.btn-xs
{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}
#cart .dropdown-menu .img-thumbnail {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 4px;
    border: 1px solid #ddd;
}
#cart .dropdown-menu li > div {
    border-top: 1px solid #e4e4e4;
    margin: 10px 0;
    padding: 10px 0 0;
    display: inline-block;
    width: 100%;
}
.main-menu .cart-menu #cart ul.dropdown-menu p a {
	font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.7px;
    display: inline-block;
    vertical-align: top;
    padding: 6px 15px;
    background:#ffae01;
     
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: auto;
    height: auto;
    line-height: 22px;
}
.main-menu .cart-menu #cart ul.dropdown-menu p a i
{
	font-size: 12px;
}
.main-menu .cart-menu #cart ul.dropdown-menu p a:hover {
    color: #fff;
    background-color: #1d2029;
}
.main-menu .cart-menu #cart .btn-danger:hover{
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.search_button{
    padding-bottom: 30px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: auto;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 5px 0;
}
/* menu */
#menu {
	background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    min-height: auto;
    margin: 0;
    border: 0;
}
#menu .nav > li > a {
	color: #ffffff;
    text-shadow: none;
    padding: 10px 10px;
    min-height: auto;
    background-color: transparent;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    font-size: 15px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
    color:#ffae01;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
    border-bottom: 4px solid#ffae01;
}
#menu .dropdown-inner a {
    min-width: 225px;
    display: block;
    padding: 5px 15px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
    text-align: left;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0;
    border-top: 0;
    padding: 5px 15px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
    color: #fff;
    background-color:#ffae01;
    background-image: none;
    background-repeat: repeat-x;
}
#menu #category {
	float: none;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
	padding: 0;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	display: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color:#ffae01;
}

#menu ul.search_and_shopping_bag
{
	padding:0;
	margin:0;
	list-style:none;
}
#menu ul.search_and_shopping_bag li
{
	float:left;
	padding: 35px 15px 23px;
	position: relative;
}

#menu ul.search_and_shopping_bag li a .fa {
    font-size: 20px;
}
#menu ul.search_and_shopping_bag li a span
{
    background: #1d2029;
    width: 20px;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: -9px;
    right: -45px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
#menu ul.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width:225px;
    padding: 0px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border:0;
    border-radius: 0;
    box-shadow: 0 8px 24px -5px #ccc;
}
/* Search Style */ 
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 9999;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
	border-top: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}
#search span.input-group-btn
{
	position: static;
}
#search .fa {
    font-size: 23px;
}
#search button[type="button"]
{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -51px;
    margin-right: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    outline: 0;
    border: 0;
    height: 0;
    z-index: 999;
	box-shadow: none;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #fff;
	z-index: 999;
}

#search .close:hover{
  color:#ffae01;
  cursor: pointer;
}


@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: auto;
}
/* footer */
#footer {
    border-top: 0;
    padding: 50px 0 30px;
	background:#1d2029;
}
#footer ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .footer-inner-matter h3
{
    font-size: 18px;
	color: #fff;
}
#footer .footer-inner-matter ul li
{
    color: #ccc;
    position: relative;
    margin-bottom: 5px;
     
}
#footer .contact_new ul li
{
    margin-left: 25px;
}
#footer .footer-inner-matter ul li.email
{
	text-transform: lowercase;
}
#footer .footer-inner-matter ul li:last-child
{
	margin-bottom: 0px;
}
#footer .footer-inner-matter ul li i
{
    margin-right: 5px;
}

#footer .contact_new ul li i 
{
	position: absolute;
    top: 5px;
    left: -25px;
	color:#ffa914
}
#footer .footer-inner-matter ul li i
{
    margin-right: 5px;
}
#footer .footer-inner-matter ul li a:hover
{
	color:#ffa914;
}
#footer .footer_newsletters h3, #footer .footer_newsletters h3 i
{
    font-size: 30px;
}
#footer .footer_newsletters h3 i
{
	color:#ffa914;
}
#footer .footer_newsletters input[type="text"]
{
	float: left;
    border: none;
    color: #ccc;
    padding: 0 135px 0px 10px;
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    height: 46px;
    max-width: 700px;
    letter-spacing: 1px;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
	outline: 0;
}
#footer .footer_newsletters input[type="button"]
{
	background:#ffae01;
    color: #ffffff;
    height: 42px;
    overflow: hidden;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
	outline:0;
	border-radius: 0px;
}
#footer .footer_newsletters input[type="button"]:hover
{
	background:#15161e;
    color: #ffffff;
}
#footer .footer_newsletters .row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer .footer-inner-matter .payment_method ul li i {
    font-size: 32px;
}
html body #footer .footer-inner-matter ul li a
{
    color: #ccc;
}
html body #footer .footer_newsletters
{
    width: 100%;
    padding: 46px 40px;
    background: #15161e;
    margin-top: 30px;
}
html body #footer .footer_newsletters p
{
    color:#cccccc;
}
#copy-right.copy-right
{
    padding: 15px 0 30px;
	background: #1d2029;
}
#copy-right.copy-right p {
    margin: 0;
    color: #ccc;
	 
}
#copy-right.copy-right a:hover {
    color: #ffffff;
}
.copy-right .copy-right-text
{
    text-align: center;
}
#copy-right.copy-right ul {
    margin-bottom:0;
    padding: 0;
    float: none;
    list-style: none;
    text-align: left;
}
#copy-right.copy-right ul li
 {
    margin-right: 15px;
    text-align: center;
    float: none;
    display: inline-block;
}
#copy-right.copy-right ul li:last-child
 {
    margin-right: 0;
}
#copy-right.copy-right .sociallinks ul
{
    float: right;
}
#copy-right.copy-right ul .fa {
	font-size: 20px;
    color: #ccc;
}
#copy-right.copy-right ul .fa:hover {
    color:#ffae01;
}
#copy-right.copy-right .row
{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.main_breadcrumb
{
    background: #1d2029;
    padding: 50px 0;
    text-align: center;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
    padding: 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb a
{
	color: #ffffff;
    font-weight: 500;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.breadcrumb a:hover
{
	color: #ffae01;
}
.breadcrumb li:last-child a
{
    color:#ffae01;
}
.breadcrumb a span
{
    color: #ffffff;
}
.breadcrumb>li+li:before {
    padding: 0px 5px;
    color: #ffffff;
    content: "/\00a0";
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 12.3px 18px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: auto;
    height: auto;
    border-radius: 0px;
    border: 0;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	font-size: 12px;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    padding: 12.3px 18px;
    background: #ffae01;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: auto;
    height: auto;
    border-radius: 0px;
    border: 0;
}

.btn-default {
    border-color: transparent;
}
.btn-primary {
	font-size: 12px;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    padding: 12.3px 18px;
    background: #ffae01;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: auto;
    height: auto;
    border-radius: 0px;
    border: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-default:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1d2029;
	background-position: 0 -15px;
	color:#ffffff;
}
.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;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #da4f49;
		 border-radius:5px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	     -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.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);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	     -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.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;
	-webkit-box-shadow: none;
	     -moz-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 #1d2029;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1d2029;
    border-color: #1d2029;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 0;
	color: #eee;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #ffae01;
    background: transparent;
    border: 0;
    text-shadow: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #1d2029;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 0;
	overflow: auto;
	margin-bottom: 30px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}
.product-thumb h4 a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.product-thumb h4 a:hover {
    color:#ffae01;
}
.product-thumb .caption {
	padding: 10px 0 10px;
    min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

.category_pages .product-grid .product_description
{
	display:none;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@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: 0px 0 3px;
}
.rating .fa-stack {
	font-size: 6px;
}
.rating .fa-star-o {
    font-size: 12px;
}
.rating .fa-star {
	color:#ffae01;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o {
	color: #f5cb0c;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	text-align: left;
    color: #ffae01;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    margin-left: 0;
}
.product-list .product-thumb .price .price-new {
	text-align: left;
    color: #000;
    display: block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
    direction: ltr;
}
.product-grid .product-thumb .price .price-new {
	text-align: left;
    color: #000;
    display: block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
    direction: ltr;
}
.product-thumb .price-old {
	color: #ccc;
    text-decoration: line-through;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
	vertical-align: middle;
}
.product-thumb .price-tax {
	color: #ccc;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0;
    background-color: transparent;
    overflow: auto;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button + button {
	width: auto;
    margin-right: 5px;
}
.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom:0px;
	padding: 0;
	display: block;
	border: 1px solid #383737;
}
.image-additional {
	max-width: 110px;
}
.image-additional img {
	max-width: 110px;
	width: 100%;
}
.thumbnails .image-additional {
	float: left;
	margin-right: 17.8px;
}
.thumbnails .image-additional:last-child {
	margin-right: 0;
}
.additional_silder_images .bx-wrapper .bx-pager.bx-default-pager a
{
	display:none;
}
.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-next {
	position: relative;
	bottom: 0;
	right: 0;
	margin: 0 0 0 15px;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	background:#ffae01b3;
	top: 10px;
	color: #fff;
	padding: 5px 10px;
	 
}

.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-prev {
	position: relative;
	top: 10px;
	left: 0;
	margin: auto;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	background:#ffae01b3;
	bottom: 0;
	color: #fff;
	padding: 5px 10px;
	 
}
.additional_silder_images  .bx-controls-direction
{
    text-align: center;
}
#product-product .thumbnails > li {
	margin-left: 0;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* silder */

.swiper-viewport img
{
	width:100%;
}
#common-home .swiper-viewport {
    margin: 0;
    background: transparent;
    z-index: 1;
    border: 0;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}

#common-home .swiper-pagination {
    display: none;
}

#common-home .swiper-viewport:hover .swiper-button-prev, #common-home .swiper-viewport:hover .swiper-button-next {
    text-align: center;
    opacity: 1;
    background: #1d2029;
    width: 40px;
    height: 40px;
    line-height: 40px;
	color: #ffffff;
}
#common-home .swiper-viewport .swiper-button-prev, #common-home .swiper-viewport .swiper-button-next {
    text-align: center;
    opacity: 1;
    background: #1d2029;
    width: 40px;
    height: 40px;
    line-height:40px;
	color: #ffffff;
	border-radius: 0px;
}
#common-home .swiper-viewport .swiper-button-prev:hover, #common-home .swiper-viewport .swiper-button-next:hover {
    background:#ffae01;
	color: #ffffff;
}
#common-home .swiper-button-prev:before {
    font-family: FontAwesome;
    content:"\f104";
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
}
#common-home .swiper-button-next:before {
    font-family: FontAwesome;
    content:"\f105";
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
}
html body a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}
#common-home .swiper-viewport .swiper-button-next {
    opacity: 0;
}
#common-home .swiper-viewport .swiper-button-prev
{
	opacity: 0;
}

/* silder end */
/*why choose us */
.why-choose-us
{
    padding: 30px 0;
}
.why-choose-inner-matter
{
	padding: 10px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.why-choose-inner-matter i
{
	font-size: 40px;
    padding-bottom: 8px;
    color: #ffae01;
}
.why-choose-inner-matter h4
{
    font-size: 17.5px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 2px;
    text-transform: capitalize;
	margin:0px;
}

.why-choose-inner-matter p {
    margin: 0;
    font-size: 14px;
}

/* --- --- */

#category
{
    padding: 50px 0;
    text-align: center;
}
.comman_title
{
	text-align: center;
    margin-bottom: 20px;
}
.comman_title h2 {
	margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.8px;
    font-size: 28px;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}
.comman_title h2:before {
    background: url(../image/border.png);
    content: '';
    position: absolute;
    right: 0;
    width: 110px;
    bottom: 0;
    left: 0;
    height: 18px;
    margin: 0 auto;
}

.comman_title span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

html body .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
html body .owl-carousel {
    background: transparent;
}
#category ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
	padding: 0;
	text-align:center;
}
#category ul li img
{
	background: transparent;
    padding: 0;
    border-radius: 0px;
    max-width: 65px;
    margin: auto;
}
#category ul h3
{
    font-size: 15px;
    padding: 15px 0 0;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 400;
}
#category ul h3 a
{
    color: #ffffff;
}
#category ul h3 a:hover
{
    color:#ffae01;
}

#category .category-inner-matter
{
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
}
#category .category-inner-matter .caption
{
    background: rgba(0,0,0,0.6);
    padding: 15px 10px;
    color: #ffffff;
}
#category .category-inner-matter .caption h4 a
{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
#category .browsecategory
{
    margin-top: 25px;
}

#category .category-thumb {
	position: relative;
    overflow: hidden;
    text-align: center;
    background: #1d2029;
    padding: 45px 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product_wrapper
{
    padding: 50px 0;
}

.product_wrapper .product-thumb .button-group {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}
.product_wrapper .product-thumb .button-group1
{
    position: absolute;
    top: 10px;
    left: 5px;
}
.product_wrapper .product-thumb .button-group, .product_wrapper .product-thumb .button-group1
{
	opacity: 0;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.product_wrapper .product-thumb:hover .button-group, .product_wrapper .product-thumb:hover .button-group1 {
    opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.product_wrapper .product-thumb .button-group button.button_cart {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.7px;
    display: inline-block;
    vertical-align: top;
    padding: 6px 15px;
    background:#ffae01;
    border: 1px solid#ffae01;
     
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: auto;
    height: auto;
    line-height: 22px;
	min-width: 125px;
	border-radius: 0px;
}
.product_wrapper .product-thumb .button-group button.button_cart:hover {
    color: #ffffff;
    background: #1d2029;
	border: 1px solid #1d2029;
}
.product_wrapper .button-group .quickview-button a.quickbox:hover {
    color: #ffffff;
    background:#ffae01;
    border: 1px solid#ffae01;
}
.product_wrapper .button-group .quickview-button a.quickbox {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.7px;
    display: inline-block;
    vertical-align: top;
    padding: 6px 15px;
    background: #1d2029;
    border: 1px solid #1d2029;
     
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: auto;
    height: auto;
    line-height: 22px;
	min-width: 125px;
	opacity:1;
	border-radius: 0px;
}

.product_wrapper .product-thumb .image {
    text-align: center;
    position: relative;
}
.product_wrapper .product-thumb .button-group button, .product_wrapper .product-thumb .button-group1 button {
    width: 30px;
    height: 25px;
    color: #ffffff;
    padding: 0;
    text-align: center;
    position: relative;
    transition: none;
    vertical-align: top;
    background: none;
    border: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    display: block;
    margin: 3px 0;
}
.sale
{
	right: 15px;
    position: absolute;
    text-align: right;
    top: 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.sale p
{
	position: relative;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
    line-height: 15px;
    z-index: 1;
    margin: 0px;
}

.product_wrapper .nav-tabs {
    margin-bottom: 25px;
    float: none;
    padding: 0;
    text-align: center;
    border: 0;
}
.product_wrapper .nav-tabs li
{
	display: inline-block;
    float: none;
    list-style: none outside none;
    position: relative;
    text-align: center;
    margin: 0px 0px 0px 4px;
}

.product_wrapper .nav-tabs>li.active>a, .product_wrapper .nav-tabs>li.active>a:focus, .product_wrapper .nav-tabs>li.active>a:hover {
    padding: 15px 30px;
    font-size: 15px;
    line-height: 14px;
    margin: 0 5px;
    display: block;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
	border:0px;
	border-radius:0px;
}
.product_wrapper .nav-tabs>li>a {
	padding: 15px 30px;
    font-size: 15px;
    line-height: 14px;
    margin: 0 5px;
    color: #fff;
    background: #1d2029;
    display: block;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
	border:0px;
	border-radius:0px;
}
.product_wrapper .nav>li>a:focus, .product_wrapper .nav>li>a:hover {
    text-decoration: none;
    background-color:#ffae01;
	color:#ffffff;
    box-shadow: none;
}
html body .product_wrapper .nav-tabs>li.active>a, html body .product_wrapper .nav-tabs>li.active>a:hover
{
	background:#ffa914;
	color:#ffffff;
}

/* banner effect */
.products_banner a{
	display: block;
	position: relative
}
.products_banner a:before, .products_banner a:after {
    content: "";
    border-radius: 0;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0,0,0,.1) none repeat scroll 0 0;
    transition: opacity 0.35s ease 0s,transform 0.5s ease 0s;
}
.products_banner a:after {
    transform: scale(1,0);
}
.products_banner a:before {
    transform: scale(0,1);
}
.products_banner:hover a:before, .products_banner:hover a:after {
    opacity: 1;
    transform: scale(1);
}


/* testinomials */

.testinomials{
	background:none;
	padding: 50px 0;
	background-attachment: fixed;
    background-size: cover;
	position: relative;
    z-index: 0;
}
.testinomials:before {
    background: rgba(0,0,0,0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#testinomials img {
    margin: 0 0 5px 0; 
}
#testinomials .custom_item
{
    color: #ccc;
    background: #1d2029;
    z-index: 1;
    position: relative;
    padding: 40px 40px 40px;
    text-align: center;
    border-bottom: 8px solid #ffae01;
    border-radius: 0px;
}
#testinomials .owl-stage-outer
{
    margin-top: 30px;
}
#testinomials .testinomials h2
{
	color:#ffffff;
}
#testinomials .testinomials .tauthor {
	font-style: normal;
    font-weight: 500;
    padding-top: 0;
    text-transform: capitalize;
}
#testinomials .testinomials .tauthor1
{
    color: #ffae01;
}

#testinomials .testinomials .owl-stage-outer p {
    margin: 0;
    font-size: 14px;
    line-height: 27px;
}

#testinomials .comman_title p {
    color: #ffffff;
}
#testinomials .owl-carousel .owl-dots.disabled, #testinomials .owl-carousel .owl-nav.disabled {
    display: none;
}
.testinomials i{
	margin-bottom:15px;
}
.testinomials .owl-wrapper-outer{
	box-shadow:none;
	border:0px;
}
.testinomials .ttitle{
	font-size:26px;
	text-transform:uppercase;
	font-weight:bold;
}
.testinomials .tdescription{
	font-size:18px;
}
.testinomials .owl-carousel .owl-buttons div{
	color:#fff;
	text-shadow:none;
}
.testinomials .tauthor{
	font-size:16px;
	font-style:italic;
}
.testinomials .owl-carousel {
	background:none;
}
/* blog */

#blog-wrapper.blog-wrapper .blog-inner-section img
{
	width:100%;
}
#blog-wrapper.blog-wrapper .swiper-viewport {
    margin: 0;
    background: #0000;
    z-index: 1;
    border: 0;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}
#blog-wrapper.blog-wrapper .swiper-pagination {
    display: none;
}

#blog-wrapper.blog-wrapper #eblogmodule0
{
	margin-top:25px;
}
{
	background:#ffffff;
}
#blog-wrapper.blog-wrapper
{
    padding: 50px 0;
}
#blog-wrapper.blog-wrapper .row
{
    margin-top: 10px;
}

#blog-wrapper.blog-wrapper .blog-inner-section .date
{
	color: #ffffff;
    position: absolute;
    top: 10px;
    z-index: 2;
    padding: 5px 0px;
    width: 50px;
    background: #15161e;
    border-radius: 0px;
    text-align: center;
    left: 25px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .date p {
    margin: 0;
    font-size: 18px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .date span
{
    font-size: 12px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section
{
    text-align: left;
    padding: 20px 20px;
    background-color: #1d2029;
    overflow: hidden;
    margin-bottom: 10px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section .col-sm-6
{
    padding:0;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h5
{
     
    font-weight: 600;
	font-size: 15px;
    padding-bottom: 12px;
}

#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h3
{
    color: #1d2029;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 0;
    margin: 0 0 3px 0;
    letter-spacing: 0.5px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section p {
    padding-top: 5px;
}

#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section a span
{
    color:#ffae01;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section a i
{
	margin-left:5px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-images-section
{
    overflow: hidden;
}
#common-home
{
    overflow-x: hidden;
}
/* porducts page */
.main_padding
{
    padding: 50px 10px;
}
#product-product .product_right h1 {
    font-size: 24px;
    color: #fff;
	padding-bottom: 8px;
}
#product-product .product_right .rating a
{
    color: #ccc;
}
#product-product .product_right .rating i
{
    color:#ffae01;
}
#product-product .product_right .rating span.border
{
    padding: 0 10px;
}
#product-product .product_right .rating, #product-product .product_right .main-price
{
     
}
#product-product .product_right .price li
{
	float:left;
	margin-right: 20px;
}
#product-product .product_right .price li:last-child
{
	margin-right: 0;
}
#product-product .product_right .price li h2
{
    font-size: 24px;
    margin: 0 0 5px;
}
#product-product .product_right .price .decoration_price
{
	font-size: 18px;
}
#product-product .product_right li
{
	font-size: 14px;
     
}
html body hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

#product-product .product_right p
{
    line-height: 24px;
}
#product-product .product_right h3
{
    margin: 0 0 5px 0;
}

#product-product .product_right .plus-minus-input input[type="text"]
{
    outline: 0;
    background: transparent;
    border: none;
    text-align: center;
    border-radius: 0;
    width: 57px;
    padding: 0 10px;
}
#product-product .product_right .plus-minus-input .input-group-button button.circle
{
    height: 42px;
    padding: 0;
    background: transparent;
    border: none;
    text-align: center;
    border-radius: 0;
	outline: 0;
}
#product-product .product_right .plus-minus-input .input-group-button button.circle:hover
{
    color: #ccc;
    background: transparent;
}
#product-product .product_right .plus-minus-input .input-group-button
{
    display: inline-block;
	vertical-align: top;
}
#product-product .product_right .plus-minus-input label {
	color: #cccccc;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: 0;
    color: inherit;
    font-size: 28px;
}
#product .quantity_wrapper
{
    display: inline-flex;
    align-items: center;
    border: 1px solid #383737;
    padding: 0 10px;
}
#product-product .product_right .plus-minus-input .input-group-button button#button-cart
{
    border-radius: 0;
    background: #ffae01;
    margin-left: 15px;
    text-shadow: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    width: auto;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    padding: 12px 20px;
    border: none;
    font-weight: 500;
}

#product-product .product_right .button_wishlist_wrapper button
{
	background-color: transparent;
    border: unset;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    outline: 0;
    margin-right: 15px;
}
#product-product .product_right .button_wishlist_wrapper button i
{
	margin-right:3px;
	color:#ffae01;
}
#product-product .product_right .button_wishlist_wrapper
{
    width: 100%;
    margin-top: 15px;
}
#product-product .product_right .plus-minus-input .input-group-button button#button-cart:hover
{
    background: #1d2029;
}
#product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist
{
	 margin-left: 21px;
}
#product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist button
{
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 9.5px 10px;
    margin-top: -4px;
    color: #606060;
	margin-left: 20px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

#product-product .product_right .brand .disc
{
    margin-right: 5px;
    line-height: 27px;
    min-width: 125px;
    display: inline-block;
    font-size: 16px;
}

#product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist button:hover
{
    background:#ffa914;
    color: #ffffff;
	border: 1px solid#ffae01;
}

#product-product .thumbnail {
    padding: 0;
    background-color: transparent;
    border: 1px solid #383737;
    border-radius: 0;
	outline: 0;
}

#product-product .nav-tabs {
   border-bottom: 0;
    padding: 0;
    text-align: center;
    clear: both;
    margin: 15px 0 30px;
}
#product-product .nav-tabs>li.active>a{
    color: #ffffff;
    cursor: default;
    background-color:#ffae01;
    border: 1px solid transparent;
     
    border-bottom-color: transparent;
    border-radius: 0;
    padding: 10px 25px;
}
#product-product .nav-tabs>li>a {
	margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid #383737;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #cccccc;
    padding: 10px 25px;
    background: #1d2029;
    margin-right: 10px;
    position: relative;
    display: block;
}
#product-product .nav-tabs li:last-child a {
	margin-right: 0px;
}
#product-product .reviews_padding
{
    padding: 0;
}
#product-product .reviews_padding p
{
    text-align: justify;
     
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
}

#product-product .reviews_padding .nav-tabs>li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1px;
	float: none;
}
#product-product .reviews_padding h2
{
    font-size: 18px;
}
#product-product .reviews_padding input[type="text"], #product-product .reviews_padding textarea
{
       border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px 15px;
    outline: 0;
    color: #ccc;
}

 #product-product .reviews_padding .fa-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    color:#ffae01;
}
 #product-product .reviews_padding .nav-tabs>li.active a:before {
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color:#ffae01;
    content: '';
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.alert-success {
    color: #ffffff;
    background-color: #1d2029;
    border-color: #383737;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    text-align: center;
    z-index: 999;
}


.product_wrapper .caption .price .price-new
{
	text-align: left;
    color: #ffae01;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    direction: ltr;
    margin-left: 8px;
	display: inline-block;
}

/*category section */

.category_pages h2, .category_pages h3
{
    margin-bottom: 15px;
}
.category_pages .category_grid-wrapper
{
	margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1d2029;
    margin: 0 0 20px 0;
    border-radius: 0px;
    padding: 15px 0px;
    border: 0;
    margin-top: 15px;
}
.category_pages .category_grid-wrapper label
{
	font-size: 12px;
    height: 30px;
    background: transparent;
    border: 0;
	color:#eee;
}
.category_pages .category_grid-wrapper select {
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    height: 33px;
    line-height: 33px;
    padding: 3px 10px;
    background-color: #15161e;
    position: relative;
    min-width: 57px;
    box-shadow: none;
    outline: 0;
    color: #cccccc;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #383737;
}
.category_pages .category_grid-wrapper .form-group a
{
	height: 33px;
    line-height: 33px;
    padding: 0px 20px;
    border: 0;
    border-radius: 0px;
    font-size: 12px;
    background-color: #15161e;
    color: #ffffff;
    text-decoration: none;
}
.category_pages .category_grid-wrapper button
{
    background: transparent;
    color: #fff;
    border: 0;
	box-shadow: none;
	padding: 0;
    margin-right: 15px;
}
.category_pages .category_grid-wrapper button:last-child
{
    margin-right: 0;
}
.category_pages .category_grid-wrapper button.active
{
    color:#ffae01;
	background: transparent;
}
.category_pages .category_grid-wrapper button:hover
{
    color:#ffae01;
}
.category_pages .category_grid-wrapper button i
{
    font-size:20px;
}
.category_pages .category_grid-wrapper .form-group {
    margin-bottom: 0;
}

.category_pages  ul {
	margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}
.category_pages .withimage ul li
 {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.category_pages .withimage ul li:last-child
 {
    margin-right: 0;
}
.category_pages .refine_search p {
    margin: 0 0 10px;
    font-size: 12px;
    text-align: center;
}
.category_pages .refine_search, .category_pages .withimage
{
    margin: 20px 0 10px;
}
.category_pages .product-list .product-thumb .rate-and-title
{
    float: left;
}
.category_pages .product-list .product-thumb {
    margin-bottom: 30px;
}
.list-group h4
{
	border: 0;
    color: #fff;
    padding: 15px 15px;
    border-bottom: 0;
    text-align: left;
    font-size: 17px;
    background: #1d2029;
    margin-bottom: 15px;
}

.list-group.categories_wrapper_home a {
    border: 0;
    color: #ccc;
    padding: 0;
}

.list-group.categories_wrapper_home a.active, .list-group.categories_wrapper_home a.active:hover, .list-group.categories_wrapper_home a:hover {
    color: #ffae01;
    background: transparent;
    border: 0;
    text-shadow: none;
}

#accordion-category  ul
{
	padding: 15px;
    margin-top: 5px;
    background: #1d2029;
    list-style: none;
}
#accordion-category  ul li a
{
	font-size: 12px;
}
.siderber_products .left_comman_title h3
{
	border: 0;
    color: #fff;
    padding: 15px 15px;
    border-bottom: 0;
    text-align: left;
    font-size: 17px;
    background: #1d2029;
    margin-bottom: 15px;
}
.panel-default>.panel-heading {
    border-color: transparent;
    color: #fff;
    padding: 15px 15px;
    border-bottom: 0;
    text-align: left;
    font-size: 17px;
    background: #1d2029;
    margin-bottom: 15px;
    border: 0;
    border-radius: 0;
}
.panel-default {
    border-color: #383737;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid #383737;
}
.panel-footer {
    background-color: #1d2029;
    border-top: 1px solid #383737;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.siderber_products
{
    position: relative;
}

.siderber_products .owl-carousel {
    position: unset;
}
.siderber_products .owl-buttons
{
    position: absolute;
    top: 10px;
    right: 35px;
}
html body .siderber_products  .owl-carousel .owl-buttons .owl-prev {
    left: -48px;
}

html body .siderber_products .owl-carousel .owl-buttons .owl-prev:hover, html body .siderber_products .owl-carousel .owl-buttons .owl-next:hover {
    background: #15161e;
}

.siderber_products .thard_products_wrapper .col_a 
{
	padding:0px;
}

.siderber_products .products_text_matter button
{
	background: transparent;
    border: 0;
    padding: 0;
    color: #cccccc;
}
.siderber_products .products_text_matter button:hover
{
    color: #ffae01;
}
.siderber_products .product-thumb .price, .siderber_products .caption .price .price-new
{
	font-size: 14px;
}
.siderber_products .product-thumb .price-old {
    font-size: 12px;
}
.categories_wrapper_home .panel {
    margin-bottom: 10px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-group .fa {
    font-size: 15px;
    color:#ffae01;
    margin-right: 5px;
}

.product_wrapper .product-list .product-thumb .product-description
{
	display:block;
}

.product_wrapper .product-list .sale 
{
	right: 25px
}
.product_wrapper .product-grid .product-thumb .product-description
{
	display:none;
}
.product_wrapper .product-list .product-thumb .image {
    width: 25%;
	padding: 0 15px 0 0;
}
.img-thumbnail {
    max-width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}


/* brand product-manufacturer*/



/* checkout-cart*/
#checkout-cart #accordion .input-group-btn input[type="button"], #checkout-cart #accordion .input-group-btn input[type="submit"]
{
    padding: 9.5px 15px;
}
#checkout-cart  h2
{
    font-size: 24px;
    padding-bottom: 10px;
}

.well h2
{
    font-size: 24px;
    padding-bottom: 10px;
}


/* contact page*/
#information-contact h3
{
    color:#ffae01;
    font-size: 17px;
     
    padding-bottom: 10px;
}
#information-contact .panel-default {
    border: 0;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    box-shadow: none;
}

#information-contact .panel-body {
    padding: 0;
}

#information-contact .panel-default ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#information-contact .panel-default ul li i {
    color:#ffae01;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: -25px;
}
#information-contact .panel-default ul li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 6px;
     
}

#information-contact .panel-default .social-icons {
    margin-top: 25px;
}

#information-contact .panel-default .social-icons ul li.facebook
{
	 background: #3b5998;
}
#information-contact .panel-default .social-icons ul li.twitter
{
	 background: #1dcaff;
}
#information-contact .panel-default .social-icons ul li.google-plus
{
	 background: #d34836;
}
#information-contact .panel-default .social-icons ul li.linkedin
{
	 background: #0077b5;
}
#information-contact .panel-default .social-icons ul li.youtube-play
{
	 background: #ff0000;
}
#information-contact .panel-default .social-icons ul li i {
    margin-right: 0px;
    position: static;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
#information-contact .panel-default .social-icons ul li {
    margin-left: 0;
    float: left;
    margin-right: 15px;
}
 #account-account h2, #account-address h2, #account-wishlist h2, #account-download h2{
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
html body .owl-carousel {
    margin: 0 0 1px;
}

#clients_logo.clients_logo .owl-carousel
{
	margin-top: 0;
    background: transparent;
    padding: 0;
}
#clients_logo.clients_logo
{
    padding: 30px 0;
}

#clients_logo.clients_logo .img-responsive {
    margin: auto;
}
/* ******************************back-to-top scrtion *******************************************/
.back-to-top 
{
  width: 40px;
	height: 40px;
	position: fixed;
	right: 34px;
	left: auto;
	bottom: 30px;
	top: auto;
	background-image: url('../image/top-button.svg');
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	text-align: center;
	line-height: 40px;
	font-size: 0;
	z-index: 999;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); 
}
.back-to-top.hidden-top 
{
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.back-to-top:hover {
    margin-bottom:5px;
}

/* ******************************back-to-top scrtion end*******************************************/
#best_offer.best_offer{
	background-image: url(../image/bg-images.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 100px 0;
    text-align: center;
    background-position: center center;
}
#best_offer.best_offer h3 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
}
#best_offer.best_offer h1 {
    font-size: 65px;
    color:#ffae01;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
     
}
#best_offer.best_offer p {
    margin: 0 0 10px;
    font-size: 18px;
     
    color: #fff;
}
#best_offer.best_offer a
{
	font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.7px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 19px;
    background: #1d2029;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-top: 20px;
	border-radius: 0px;
}

#best_offer.best_offer a:hover
{
	background:#ffae01;
	color:#ffffff;
}
.owl-carousel .owl-dots.disabled{
    display: none !important;
}
#searchoptionpopup{
  cursor:pointer;
}


 .loader
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #ffffff;
    z-index: 999999;
    width: 100%;
}
.loader img
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 999999;
    width: 100%;
    max-width: 150px;
} 
.iifr
{
	display:none;
}

html body .owl-carousel .owl-buttons .owl-prev, html body .owl-carousel .owl-buttons .owl-next {
    background:#ffae01;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
	text-align: center;
}
html body .owl-carousel .owl-buttons .owl-prev:hover, html body .owl-carousel .owl-buttons .owl-next:hover {
    background: #1d2029;
}
html body .owl-carousel .owl-buttons div i {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
	line-height: 30px;
}

html body .owl-carousel .owl-buttons .owl-prev {
    left: -20px;
    top: 40%;
	border-radius: 0px;
}

html body .owl-carousel .owl-buttons .owl-next {
    right: -20px;
    top: 40%;
	border-radius: 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #ffae01;
    border-color: #ffae01;
}
.pagination>li>a, .pagination>li>span {
    color:#ffae01;
}
.pagination_and_results
{
    margin-top: 15px;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: transparent;
}

.additional_silder_products_images.owl-carousel {
    overflow: hidden;
    background: transparent;
}

html body .additional_silder_products_images.owl-carousel .owl-buttons .owl-prev {
    left: 0;
    top: 35%;
    border-radius: 0px;
}
html body .additional_silder_products_images.owl-carousel .owl-buttons .owl-next {
    right: 0;
    top: 35%;
    border-radius: 0px;
}
#product-manufacturer .brand-border
{
    border: 1px solid #383737;
    margin-bottom: 20px;
    padding: 10px;
}
#product-manufacturer .brand-border h2
{
    background: #1d2029;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    padding: 7px 8px;
}
#product-manufacturer .brand-border .row
{
	 padding: 8px;
}

#quickproduct .image-additional
{
	max-width: 90px;
}
#quickproduct .bx-wrapper
{
	overflow:hidden;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1d2029; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d2029; 
}

.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #1d2029;
    border: 1px solid #383737;
    border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #383737;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #383737;
}
/************************* newsletter Modal ***********************/

.newsletterpoup #logo img
{
	width:100%;
	margin-bottom:15px;
	max-width: 225px;
}
#newsletterModal .modal-body .modalinner-body .row
{
	padding:0px;
}

#newsletterModal .modal-body {
    display: inline-block;
    vertical-align: middle;
    padding: 90px 50px 0;
    text-align: left;
    margin: auto;
    color: #ccc;
    z-index: 999;
	height: 479px;
	width: 100%;
}
#newsletterModal .modal-body .modalinner-body
 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 55%;
    text-align: left;
}

#newsletterModal .modal-dialog {
   width: 780px;
    margin: auto;
    position: absolute;
    left: 0;
    height: 479px;
    right: 0;
    top: 0;
    bottom: 0;
}

#newsletterModal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    z-index: 9999;
    outline: 0;
    right: 10px;
    top: 10px;
}

#newsletterModal .modal-body h3 {
    text-transform: capitalize;
    font-size: 34px;
    line-height: 35px;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    color: #ffffff;
}
#newsletterModal .modal-body .button-subsribe
{
    margin-top: 15px;
    padding: 10px 23px;
    font-size: 14px;
}

/************************* newsletter Modal end ***********************/


.mobile_menu
{
	display:none;
}

