body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px 0 20px;
	padding:0px;
	text-transform: capitalize;
}
/* default font size */
.fa {
	font-size: 15px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a 
{
	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;
}
.clear
{
	clear:both;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	border-radius: 5px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 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;
	background-image: none;
	background-repeat: repeat-x;
}
/* header */

header
{
    padding: 15px 0;
}
header .row_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;
}
header .row_menu .col_header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* logo */
#logo {
	margin: 0;
    max-width:150px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
    line-height: 20px;
    padding: 0 20px;
    border-radius: 30px 0 0 30px;
	border: 0;
	box-shadow: none;
}
#search .btn-lg {
	font-size: 15px;
    line-height: 21px;
    padding: 9.5px 15px;
    text-shadow: none;
    border-radius: 0 30px 30px 0;
    margin: 0;
    vertical-align: top;
	min-height: 40px;
	outline: 0;
}
#search .btn-lg .fa {
    font-size: 17px;
}
#search .btn-default:hover {
    border-color: transparent;
}
.search_wrapper
{
    margin-top: 15px;
}
#search .btn-default.active, #search .btn-default:active, #search .open>.dropdown-toggle.btn-default {
    border-color: transparent;
    box-shadow: none;
}
/* settings */
.settings_wrapper  ul li i
{
    font-size: 24px;
}
.settings_wrapper .dropdown-menu>li>a {
	display: block;
    padding: 8px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 13px;
}
.settings_wrapper
{
    width:40px;
    float: left;
	vertical-align: middle;
}
.header_cart_wrapper
{
	 width: 36px;
	 float: right;
	 vertical-align: middle;
}
.settings_wrapper .dropdown-menu
{
    border: 0;
    border-radius: 0;
	padding: 0;
}
.settings_wrapper .list-inline
{
    padding: 0;
    margin: 0;
}
/* settings end */

/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
}
#cart .shopping_button i
{
    font-size: 24px;
}
#cart.open > .btn {
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}
#cart a
{
    background: transparent;
    border: 0;
    box-shadow: none;
	color:#000000;
	outline: 0;
}
#cart .dropdown-menu {
    z-index: 1001;
    padding: 10px;
    border: 0;
    border-radius: 0;
}
#cart .dropdown-menu {
	min-width: 300px;
}

#cart .cart_dropdown_menu_wrapper .table-bordered>tbody>tr>td, #cart .cart_dropdown_menu_wrapper .table-bordered>tbody>tr>th, #cart .cart_dropdown_menu_wrapper .table-bordered>tfoot>tr>td, .cart_dropdown_menu_wrapper .table-bordered>tfoot>tr>th, #cart .cart_dropdown_menu_wrapper .table-bordered>thead>tr>td, #cart .cart_dropdown_menu_wrapper .table-bordered>thead>tr>th {
    border: 0;
}
#cart .cart_dropdown_menu_wrapper button.btn-danger
{
    outline: 0;
    font-size: 18px;
}
#cart .cart_dropdown_menu_wrapper .cart_checkout_and_cart_button a
{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    letter-spacing: 0.5px;
	margin-bottom: 20px;
	border:1px solid transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
#cart .cart_dropdown_menu_wrapper .cart_checkout_and_cart_button a:last-child
{
	margin-bottom: 0px;
	background: transparent;
}
#cart .cart_dropdown_menu_wrapper .cart_checkout_and_cart_button a i
{
    margin-right: 3px;
}
#cart .cart_dropdown_menu_wrapper .cart_checkout_and_cart_button a:hover
{
	border: 1px solid transparent;
}
#cart .shopping_button
{
    text-align: right;
}
#cart span.cart_qut
{
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    border-radius: 100%;
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: 0px;
}

#cart ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

#cart .btn-danger {
    color: #000;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    border-radius: 0;
    width: auto;
    padding: 0;
    font-size: 15px;
	box-shadow: none;
}

#cart .btn-danger .fa {
    font-size: 18px;
}
#cart .btn-danger:hover {
    color: #000;
    text-shadow: none;
    background-color: transparent;
    border-color: transparent;
}
#cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
html body #cart .table>tbody>tr>td
{
	border-bottom:0px dashed #ddd;
	border-top: 0px solid #ddd;
	padding: 10px 5px;
}
html body #cart .table>tbody>tr:last-child td
{
	border-bottom:0;
}
#cart .table-bordered {
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#cart .table-bordered>tbody>tr>td
{
	border: 0px dashed #ddd;
}
#cart .img-thumbnail {
    height: auto;
    background-color: transparent;
    border-radius: 0;
    border: 1px dashed #ddd;
    padding: 2px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
}
#cart .text_checkout_button_in_cart
{
    margin-top: 40px;
}
.main-menu .cart-menu #cart ul.dropdown-menu p a {
    color: #fff;
    background-color: #000;
    display: inline-block;
    font-weight: normal;
    padding: 11px 15px 12px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: normal;
    margin-right: 3px;
    font-weight: 500;
    font-size: 12px;
}
.main-menu .cart-menu #cart ul.dropdown-menu p a:hover {
    color: #fff;
    background-color: #94ad37;
}

.header_menu_wrapper_sidebar .products_cart_wrapper i
{
    font-size: 115px;
}
.header_menu_wrapper_sidebar .products_cart_wrapper h4
{
    font-size: 24px;
    letter-spacing: 1px;
    margin: 25px 0;
    line-height: 33px;
}
.modal-header {
    min-height: auto;
    padding: 10px 25px;
    border-bottom: 0;
}
.left_menu .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    letter-spacing: 0;
    font-size: 17.5px;
    font-weight: 500;
}
#cart .btn-primary.return_shop
{
	border-radius: 5px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 300px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* scrollbar section */

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

/* menu */
.header_menu_war
{
    width: 50px;
    float: left;
}
.header_lego_war
{
	max-width: 150px;
	float: left;
	width:100%;
}
 #menu {
	background-color: transparent;
	background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    min-height: 40px;
	padding: 0 25px;
}
.header_menu_war .menu_slid_bg
{
    max-width: 250px;
/*     position: relative; */
    height: 100%;
    padding: 10px 15px;
}
.header_menu_war .menu_slid_bg .accordion
{
	height: 450px;
    overflow-y: auto;
}
#menu .nav > li > a {
    text-shadow: none;
    padding: 6px 0;
    min-height: 20px;
    background-color: transparent;
    font-size: 13px;
    display: inline-block;
    letter-spacing: 0.5px;
}
#menu .navbar-header {
    float: none;
}
#menu .nav>li {
    width: 100%;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 100%;
    display: block;
    padding: 3px 9px;
    clear: both;
    line-height: 20px;
    font-size: 12px;
}
#menu .see-all {
	display: block;
    margin-top: 0;
    border-top: 0;
    padding: 3px 8px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	background-image: none;
	background-repeat: repeat-x;
}
#menu #category {
	padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#menu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
#menu .dropdown .dropdown-menu
{
    margin-left: 0 !important;
    position: relative;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
  z-index: 9;
}

.sidenav a {
	padding: 10px 0;
    text-decoration: none;
    transition: 0.3s;
	text-transform: capitalize;
}

.sidenav .closebtn {
	position: absolute;
    top: 10px;
    right: 20px;
    font-size: 36px;
	color: #ffffff;
    margin-left: 0;
}
.menu_open
{
    font-size: 30px;
    cursor: pointer;
    margin: 0 0;
    display: inline-block;
}
.main_menu_bg .mobile_menu_li
{
	position:relative;
}
.main_menu_bg .mobile_menu_li .head
{
    position: absolute;
    right: 10px;
    top: 15px;
}
.main_menu_bg ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.main_menu_bg .panel.mobile_menu_li {
    margin-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
	padding: 15px 0;
}
.main_menu_bg h3
{
    margin: 0;
    padding: 0 0 15px;
    font-size: 18px;
}
.main_menu_bg .mobile_menu_li ul li a
{
	padding: 5px 15px;
    font-size: 13px;
    display: inline-block;
}
.main_menu_bg .mobile_menu_li ul
{
	 padding: 20px 0px 0px;
}
.main_menu_bg ul li .head .collapsed .plus {
    display: block;
	font-size: 20px;
}
.main_menu_bg ul li .head .minus {
	font-size: 20px;
}
.main_menu_bg ul li .head .plus {
    display: none;
}
.main_menu_bg ul li .head .collapsed .minus {
    display: none;
}
.language_currency_header
{
	margin: 15px 0;
    padding: 0 0 20px 0;
	border-bottom: 1px solid #dddddd;
}
.language_currency_header .btn-link:focus, .language_currency_header .btn-link:hover {
    text-decoration: none;
}
.language_currency_header button.btn-link
{
	outline: 0;
}
.language_currency_header .dropdown-menu button.btn-link
{
	outline: 0;
}
.language_currency_header .dropdown-menu button.btn-link:hover
{
	outline: 0;
}
.language_currency_header img
{
    margin-right: 3px;
}
.language_currency_header .dropdown-menu {
    min-width: 125px;
    border-radius: 0;
    border: 0;
    outline: 0;
}

.language_currency_header .dropdown-menu.currency_dropdown {
    left: auto;
    right: 0;
}
.language_currency_header .dropdown-menu.languages_dropdown {
    left: 0;
    right: auto;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 0;}
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
	}
}
/* fix header bottom */
.sticky_header {
    padding: 10px 0;
    border: none;
    box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 889;
    margin: 0 auto;
    position: fixed;
}

.sticky_header .search_wrapper {
    margin-top: 15px;
}
.header_menu.sticky_header .sidenav {
    height: 1000px;
}
.fix_header_matter
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
	padding: 10px 0;
}
.fix_search_wrapper
{
	display:none;
}

.header_menu .fix_search_wrapper
{
	display: inline-block;
    margin-right: 10px;
}
.header_menu  .fix_search_wrapper i
{
    font-size: 24px;
}
.fix_header_matter .fix_width {
    width: 25%;
    float: left;
	padding: 0;
}
.fix_header_matter .fix_width i
{
	margin-bottom:2px;
}
.fix_header_matter p {
    margin: 0;
    font-size: 13px;
    text-transform: capitalize;
}
.fix_header_matter .home 
{
	position:relative;
	cursor: pointer;
}
.fix_header_matter i span
{
   width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    top: -4px;
}

.header_menu .cart_wrapper
{
    margin: 0 0;
	vertical-align:middle;
	display: flex;
}
/* fix header bottom  end*/

/*  header  end*/

/* start silder */

html body .swiper-viewport {
    margin: 0;
    background: transparent;
    z-index: 1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}
html body .home_silder img
{
    width: 100%;
}
html body .home_silder .swiper-pagination {
    display: none;
}
html body .swiper-button-prev, html body .swiper-button-next {
    text-shadow: none;
    transition: all .3s ease;
    z-index: 2;
    background-image: none;
	
}
html body .swiper-button-next, html body .swiper-button-prev
{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
html body .swiper-button-prev:before {
    width: 30px;
    height: 30px;
	line-height:30px;
    font-family: FontAwesome;
	content:"\f104";
    font-size: 20px;
	text-align:center;
	display:inline-block;
	border-radius:30px;
}
html body .swiper-button-next:before {
	width: 30px;
    height: 30px;
	line-height:30px;
    font-family: FontAwesome;
	content:"\f105";
	font-size: 20px;
	text-align:center;
	display:inline-block;
	border-radius:30px;
}
html body .swiper-viewport:hover .swiper-button-prev {
    opacity: 1;
    left: auto;
}
html body .swiper-viewport .swiper-button-next {
    right: 13px !important;
    opacity: 0;
}
html body .swiper-viewport:hover .swiper-button-next {
    opacity: 1;
    left: auto;
}

html body .swiper-viewport .swiper-button-prev {
    opacity: 0;
    left: 10px !important;
}
/* silder end*/

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0;
    padding: 50px 0 70px;
}
footer .footer-inner-matter
{
    margin-bottom: 30px;
}
footer a {
    padding: 3px 0;
    font-size: 12px;
}
footer a, footer p {
    font-size: 12px;
}
footer h5 {
    padding-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: .04em;
    font-weight: 600;
    line-height: 22px;
}
footer h5:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    position: absolute;
    right: 0;
    top: 1px;
}

footer .footer_logo img
{
    max-width: 150px;
	margin-bottom: 15px;
}
footer ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
footer .contant_us_footer ul li
{
    position: relative;
    margin-left: 20px;
}
footer .contant_us_footer ul li i
{
    position: absolute;
    left: -20px;
    top: 6px;
	font-size: 12px;
}

footer .list-unstyled
{
	display:none
}
footer .social-icons 
{
	margin: 15px 0 20px;
    display: inline-block;
}
footer .social-icons li
{
    display: inline-block;
    margin-right: 15px;
}
footer .social-icons li:last-child
{
    margin-right: 0;
}
footer .social-icons li a i
{
    font-size: 24px;
}
footer hr
{
	margin-top: 0;
    margin-bottom: 20px;
    border: 0;
}
/* footer  end */
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
    font-size: 10.5px;
	border: none;
    box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 889;
    margin: 0 auto;
    position: fixed;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
html body .alert-dismissable .close, html body .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -7px;
    color: inherit;
}
.alert i
{
    font-size: 10.5px;
    margin-right: 3px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
    padding: 15px 0 10px;
    background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 12px 0 0;
    position: relative;
    white-space: nowrap;
    display: inline-block;
	margin: 0 12px 5px 0;
}
.breadcrumb > li:last-child {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
html body .breadcrumb > li:after {
    border-bottom: 1px solid #dddddd;
}
html body .breadcrumb > li:last-child:after {
    border-bottom: 0px solid #dddddd;
}
.breadcrumb > li a{
    white-space: pre-wrap;
    word-wrap: break-word;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pagination {
	margin: 0;
}
#common-home
{
	overflow:hidden;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
    border: 0;
    outline: 0;
    padding: 7.5px 10px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    font-size: 12px;
	border-radius: 5px;
}
.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
{
    border: 0;
    outline: 0;
    padding: 7.5px 10px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    font-size: 12px;
	border-radius: 5px;
    
}
.btn-primary {
    border: 0;
    outline: 0;
    padding: 7.5px 10px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    font-size: 12px;
	border-radius: 5px;
    
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-position: 0 -15px;
}
.btn-warning {
	text-shadow: none;
	background-image: none;
	background-repeat: repeat-x;
	border-color:transparent;
}

.btn-danger {
	text-shadow: none;
	background-image:none;
	background-repeat: repeat-x;
	border-color: transparent;
}
.btn-success {
	text-shadow: none;
	background-image: none;
	background-repeat: repeat-x;
	border-color: transparent;
}
.btn-info {
	text-shadow:none;
	background-image: none;
	background-repeat: repeat-x;
	border-color: transparent;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
}
.btn-link {
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-image: none;
    box-shadow: none;
    text-align: left;
    outline: 0;
}
.btn-inverse {
	text-shadow: none;
	background-image: none;
	background-repeat: repeat-x;
	border-color: transparent;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-image: none;
}
/* list group */
.list-group a {
	padding: 8px 12px;
}
/* carousel */
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 10px;
    overflow: auto;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
    min-height: 290px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
}
.product-thumb .image {
	text-align: center;
	position:relative;
}
.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;
}

/* products grid */
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: transparent;
}
.products_wrapper
{
    padding: 30px 0;
}
.products_wrapper .product-layout
{
	padding:0 10px;
}
.products_wrapper  .caption .button-group1
{
	justify-content: flex-start;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.products_wrapper .caption button.product_add_to_cart 
{
    border: 0;
    outline: 0;
    display: inline-block;
    margin-top: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    font-size: 11px;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 0.5px;
}
.products_wrapper  .caption .wishlist_button
{
    position: static;
    width: auto;
    top: auto;
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	float: left;
}
.products_wrapper  .caption .wishlist_button button
{
    border: 0;
    outline: 0;
    display: inline-block;
    margin-top: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    font-size: 12px;
    border-radius:0;
    width: 27px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 0px;
}
.products_wrapper  .caption .wishlist_button button:last-child
{
    margin-right: 0px;
}
.products_wrapper  .caption .button-group1 i 
{
    font-size: 12px;
}
.add_to_cart_wrapper
{
	position:relative;
	vertical-align:middle;
}
.add_to_cart_wrapper input
 {
    padding: 3px 10px 3px 31px;
    margin-bottom: 10px;
}
.add_to_cart_wrapper .qty_products
{
    position: absolute;
    top: 7px;
    font-size: 10px;
    left: 10px;
}
.products_wrapper .qut_product_cart
{
   vertical-align: middle;
    flex: initial;
    display: inline-flex;
	float: left;
}
.products_wrapper .qut_product_cart .quantity_wrapperin .qtySelector
{
	width: 50px;
    border-style: solid;
    border-radius: 0;
    display: flex;
	border:1px solid #dddddd;
}
.products_wrapper .qut_product_cart .form-control[name^=quantity] {
    width: 100%;
    height: 100%;
    min-height: 28px;
    border-radius: inherit !important;
    border-width: 0;
    text-align: center;
    padding: 0 20px 0 2px;
    font-size: 13px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
}
.products_wrapper .qut_product_cart .quantity_wrapperin span i
 {
    cursor: pointer;
    width: 100%;
    min-width: 18px;
    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;
    height: 50%;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
    font-size: 10px;
    line-height: 18px;
}
.products_wrapper .qut_product_cart .quantity_wrapperin span {
   position: absolute;
    right: -1px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 99%;
    border-width: 0;
    border-color: inherit;
    border-style: inherit;
    z-index: 10;
}
.products_wrapper .product_col {
    width: 50%;
	float:left;
}

.products_wrapper .image-col, .products_wrapper .text-col
{
	width:50%;
	float:left;
}
.special_products .product-thumb
{
	text-align:left;
}

.products_wrapper .image .spacial_offer
{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 11px;
}
.products_wrapper .image .spacial_offer span
{
    border-radius: 0;
    text-shadow: none;
    font-size: 11px;
    font-weight: normal;
    padding: 4.9px 7px;
    position: relative;
	border-radius:30px;
   
}
.products_wrapper .image button.products_wishlist
{
    border: 0;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
}
/* products grid end*/
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 7px;
	min-height: 40px;
}
.product-thumb .caption {
	padding: 0px;
    min-height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: auto;
	padding: 0;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}

}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	font-size: 15px;
}
.rating .fa-star {
	font-size: 15px;
}
h2.price {
	margin: 0;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 12px;
}
.product-thumb .price-tax {
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
}
.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: 20px;
    padding: 3px;
    display: inline-block;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
}
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;
}
/* shop by category */
#category
{
    padding: 30px 0;
}
#category .owl-carousel {
    margin: 0;
}
#category .product_mail_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#category .product_mail_wrapper h5
{
    text-transform: capitalize;
    padding: 10px 5px 10px;
    line-height: 20px;
    font-size: 12px;
    margin: 0;
	min-height: 60px;
	box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
	border-radius:0 0 5px 5px;
}
#category .product_mail_wrapper img {
    vertical-align: middle;
	width: 100%;
}

#category .product_mail_wrapper .col-xs-12 {
    width: 100%;
    padding: 0 5px;
}
#category .category_grid figure {
    margin: 0;
}
/* clients logo */
#clients_logo img
{
	max-width: 80px;
    margin: auto;
    width: 100%;
}
#clients_logo.clients_logo
{
    padding: 30px 0;
}
/* owl-carousel */

html body .owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
html body .owl-carousel .owl-buttons div {
	opacity: 1;
}
html body .owl-carousel {
    margin: 0;
}
html body .owl-buttons
{
    position: absolute;
    top: -42px;
    right: 0;
}
html body .owl-carousel {
    background: transparent;
}
html body .owl-carousel .owl-buttons div i {
    font-size: 18px;
    margin:0;
	line-height: 25px;
}
html body .owl-carousel .owl-buttons .owl-prev {
    left: -55px;
    width: 25px;
    height: 25px;
    line-height: 25px;
	text-align: center;
	border-radius: 30px
}
html body .owl-carousel .owl-buttons .owl-next {
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
	border-radius: 30px
}
html body .owl-controls .owl-buttons .owl-next, html body .owl-controls .owl-buttons .owl-prev {
    top: 0;
}
/* category pages */

.products_category
{
	padding: 0px;
}
.products_category .description_and_img_wrapper img 
{
    margin-bottom: 15px;
	border-radius: 100%;

}
.products_category .description_and_img_wrapper
{
    padding: 25px 0 15px;
    margin-bottom: 25px;
}

.products_category .refine_wrapper ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}
.products_category .refine_wrapper ul li
{
    display: inline-block;
    margin-right: 10px;
}
.products_category .refine_wrapper ul li a
{
	border: 0;
    outline: 0;
    padding: 4px 10px;
    display: inline-block;
    margin-top: 3px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    font-size: 12px;
    border-radius: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.products_category .refine_text
{
    margin-top: 20px;
}

.products_category .input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    background: transparent;
    border: 0;
}
.products_category .input-group-sm>.form-control, .products_category .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 35px;
    border-radius: 0;
	outline: 0;
}
.products_category .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination_results_wrapper
{
    margin-top: 20px;
}
/* products pages */
#product-product  .additional_silder_images .owl-controls
{
    position: relative;
}
html body #product-product .additional_silder_images .owl-buttons {
    position: absolute;
    top: -80px;
    right: 0;
    left: 0;
    margin: auto;
}

html body #product-product  .additional_silder_images .owl-carousel .owl-buttons .owl-prev {
    left: 20px;
}
.theme_pading
{
    padding: 30px 0;
}
#product-product .manufacturer_wrapper li
{
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#product-product .price_wrapper {
    margin: 15px 0;
}

#product-product .price_wrapper li h2
{
	margin: 0 0 10px;
}

#product-product  .products_wrapper {
    background: transparent;
    padding: 30px 0 30px;
}
#product-product #product .col
{
	padding: 0 0 0 0;
}
#product-product #product .col .control-label
{
	position: absolute;
    left: 10px;
    z-index: 9;
    top: 6px;
}
.products_cart_fix .col
{
	width:50%;
	float:left;
	padding:0 15px !important;
}
#product-product .quntaty_and_cart
{
    position: relative;
}
#product-product .quntaty_and_cart .alert {
    position: relative;
}
#product-product #product .entry_qty_wrapper input[type="text"]
{
    padding: 10px 10px 10px 30px;
    border-radius: 5px 0 0px 5px;
    display: inline-block;
}
#product-product #product .entry_qty_wrapper button
{
    border-radius: 0;
    opacity: 1;
    height: 32.5px;
    outline: 0;
    font-size: 10px;
}
#product-product #product .entry_qty_wrapper .input-group-btn:last-child button
{
    border-radius: 0 5px 5px 0;
}
#product-product #product .col .products_cart_fix button
{
    border-radius: 5px;
    height: 34px;
    padding: 0;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#product-product #product .col .products_cart_fix button#button-buy
{
    background: #000;
}
#product-product #product .col .products_cart_fix button#button-buy:hover
{
   background-color: #232f3e;
    color: #ffffff;
}
#product-product #product select, #product-product #product input, #product-product #product textarea
{
	border-radius: 5px;
    box-shadow: none;
}

#product-product #product .btn-default
{
	height: 34px;
}
#product-product .bootstrap-datetimepicker-widget td span:hover {
    background: transparent !important;
}

#product-product .nav-tabs {
    border-bottom: 0;
    text-align: center;
    margin-top: 25px;
	padding: 0;
}
#product-product .nav-tabs>li.active>a, #product-product .nav-tabs>li.active>a:focus, #product-product .nav-tabs>li.active>a:hover {
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    outline: 0;
}

#product-product .nav-tabs>li {
    float: none;
    display: inline-block;
    text-align: center;
	outline: 0;
	border: 0;
	margin-bottom: 15px;
	width: 100%;
}
#product-product .nav-tabs:last-child li {
	margin-bottom: 0;
}
#product-product .nav>li>a:focus, #product-product .nav>li>a:hover {
    text-decoration: none;
    border-color: transparent;
}

#product-product .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 5px;
    padding: 7px 18px;
}
#product-product  .addthis_toolbox
{
    padding: 15px 0 0;
}
html body .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* search pages */

.search_wrp input, .search_wrp select
{
    border-radius: 0;
    margin-bottom: 10px;
	outline: 0;
}

.search_wrp .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search_wrp input, .search_wrp label
{
	margin-bottom:10px;
}
#button-search
{
    margin-bottom: 13px;
}
/* search pages end*/

html body .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* login page */

.login_page input[type="submit"]
{
    width: 100%;
    margin-bottom: 15px;
}

.login_page a.register_button
{
	width: 100%;
	background: #000;
	color: #FFF;
	border: 0;
}
.login_page a.register_button:hover
{
    width: 100%;
	background-color: #232f3e;
    color: #ffffff;
    border: 1px solid transparent;
}

.login_page .login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.login_page .hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.login_page .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

#checkout-cart .mobile_cart input
{
    width: 100%;
    float: left;
    border-radius: 0;
    max-width: 50px;
	height: 32px;
}
#checkout-cart .mobile_cart .input-group-btn>.btn {
    border-radius: 0;
}
#checkout-cart .mobile_cart .cart_price
{
    margin: 0;
    color: #000;
    font-weight: 700;
    margin-top: 3px;
}
.table-bordered.mobile_cart>tbody>tr>td, .table-bordered.mobile_cart>tbody>tr>th, .table-bordered.mobile_cart>tfoot>tr>td, .table-bordered.mobile_cart>tfoot>tr>th, .table-bordered.mobile_cart>thead>tr>td, .table-bordered.mobile_cart>thead>tr>th {
    border: 0;
}
.table-bordered.mobile_cart>tbody>tr 
{
    border-bottom: 1px solid #dddddd !important;
}
/* responsive */

@media (max-width: 768px) 
{

html body h1 {
    font-size: 20px;
}
html body h2 {
    font-size: 18px;
    line-height: 28px;
}

}

@media (max-width: 375px) 
{
.header_menu_war .menu_slid_bg .accordion {
    height: 310px;
}
}
@media (max-width: 600px)
{

.product-thumb {
    min-height: 300px;
}
.products_wrapper .product-layout {
    padding: 0 5px;
}
}
@media (max-width: 320px)
{
.input-group .form-control[name^="quantity"] {
    min-width: 40px;
}
.products_wrapper .qut_product_cart .quantity_wrapperin .qtySelector {
    width: 40px;
}	
.products_wrapper .caption .wishlist_button button {
    width: 24px;
	padding: 0;
}	

.product-thumb {
    min-height: 250px;
	overflow: hidden;
}
}
