body {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}
/* default font size */
.fa {
	font-size: 15px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 40px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
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: 13px;
    font-weight: 600;
}
html body .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
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: 0px;
    padding: 9.5px 15px;
    height: auto;
    outline: 0;
}
.form-control:focus {
    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: '* ';
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	background-repeat: repeat-x;
}
/* top */
#top {
    padding: 10px 0;
    min-height: auto;
    border-bottom: 0;
}
#top .container {
	padding: 0 15px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover{
	text-shadow: none;
    background-image: none;
    background-repeat: repeat-x;
    font-weight: 500;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#top .list-inline>li {
    display: inline-block;
    padding: 5px 10px 8px;
}
#top .list-inline>li:last-child {
    border-right: 0;
}
#top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

#top .top_text_matter p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    line-height: 28px;
}
.langauge_wrapper_head .btn-group .btn img {
    vertical-align: middle;
    margin-right: 3px;
}
.langauge_wrapper_head .btn strong {
    font-weight: 600;
    font-size: 15px;
}
#top .top_social_icon_matter ul  li
{
    display: inline-block;
    margin-left: 10px;
}
#top .top_social_icon_matter ul  li:first-child
{
    margin-left: 0;
}
#top .top_social_icon_matter .fa {
    margin-right: 0;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}
#top ul.dropdown-menu-right li a, #top ul.dropdown-menu-right li ul.dropdown-menu li button
{
    padding: 8px 12px;
}
#top .dropdown-menu-right, #top .pull-left ul.dropdown-menu  {
    right: 0;
    left: 0;
    top: 83%;
}
#top .pull-left ul.dropdown-menu  {
    top: 105%;
}
#top a.dropdown-toggle, #top button .dropdown-toggle {
	
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#top .btn-link, #top-links li, #top-links a {
    text-shadow: none;
    text-decoration: none;
    font-size: 14px;
    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 ul.dropdown-menu li button, #top ul.dropdown-menu li a
{
    font-size: 13px;
    font-weight: 500;
}
#top .dropdown-menu {
    padding: 0px 0;
    margin: 8px 0 0;
    border: 0;
    border: 0;
    border-radius: 0px;
	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 .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 .btn {
    padding: 0;
    font-size: 14px;
}
.header_wrapper_home
{
	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;
    height: 110px;
}
.header_wrapper_home .header_sec
 {
    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 */
#logo {
	margin: auto;
    width: 200px;
    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;
}
#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;
}
#logo a img
{
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
}
/* search */
#search {
	padding: 4px 0;
}
#search .input-lg {
	height: 40px;
    line-height: 20px;
    padding: 0 15px;
}
#search .input-group-btn {
	position: static;
}
#search .btn-lg {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
#search .fa {
    font-size: 15px;
} 
.search_wrapper 
{
    position: relative;
}
.mobilesearch #search
 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
	width: 100%;
}
/* cart */
#cart {
	margin-bottom: 0;
    margin-top: 0;
    margin-right: auto;
    width: auto;
}
#cart .headercart
{
    width: 100%;
    text-align: center;
    padding: 0;
    border: 0;
}
#cart .headercart i.fa-shopping-basket {
    font-size: 40px;
}
#cart .cart-icon
{
    width: 60px;
	display: inline-block;
}
#cart .cart-text h5 {
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
}
#cart .cart-text
{
    display: inline-block;
    width: auto;
}
#cart > .btn {
	font-size: 18px;
    line-height: 18px;
    border: 0;
	padding: 0;
	background:transparent;
	
}

.cart_wrapper  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.cart-menu .search_wrapper .dropdown-menu .fa{
    font-size: 14px;
    margin-left: 0;
    margin-right: 5px;
    border: 0;
    padding-left: 0;
	outline: 0;
}
.cart-menu .search_wrapper .dropdown-menu .but
{
    border: 0;
    padding: 0;
    margin: 0;
}
.cart-menu .search_wrapper .fa, .cart-menu .cart-icon .fa {
    font-size: 24px;
    margin-left: 15px;
    padding-left: 15px;
	vertical-align: middle;
	cursor: pointer;
}
.cart-menu .search_wrapper li:first-child  a .fa{
    margin-left: 0px;
    border-left: 0;
    padding-left: 0px;
}

.cart-menu  .search_wrapper .dropdown-menu {
    right: 0;
	left:auto;
	padding: 0;
	right: 0;
    left: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.cart-menu  .search_wrapper .dropdown-menu>li>a {
	padding: 7.5px 15px;
    font-size: 12px;
}
.cart-menu .cart_qut {
	width: 17px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    border-radius: 100%;
    font-size: 11px;
    color: white;
    position: absolute;
    top: -11px;
    right: -11px;
	text-align: center;
}

.langauge_wrapper_head .btn-group>.btn:first-child {
    margin-left: 0;
    padding: 0;
}

.langauge_wrapper_head .btn {
	padding: 5px 15px;
    font-size: 12px;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    text-align: left;
    text-decoration: none;
    background:transparent;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.langauge_wrapper_head .dropdown-menu .btn
{
    padding: 7px 15px;
}
.langauge_wrapper_head .dropdown-menu {
    left: 0;
    padding: 0;
    border-radius: 0px;
}

html body hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
}

.langauge_wrapper_head .list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    margin-right: 20px;
	text-decoration: none;
}
.langauge_wrapper_head ul {
    margin-bottom: 0;
}
.langauge_wrapper_head ul.dropdown-menu {
    margin-top:0px;
}
.header_sec .cart-menu
{
    margin-top: 0;
    vertical-align: middle;
}

.langauge_wrapper_head .dropdown-menu
{
	border:0px;
}
.langauge_wrapper_head .btn-group > .btn {
    font-size: 14px;
    letter-spacing: 1px;
}
.cart-menu .nav>li>a:focus, .cart-menu .nav>li>a:hover {
    text-decoration: none;
}
.cart-menu .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.cart-menu .search_wrapper, .cart-menu .cart-icon
{
    display: inline-block;
	vertical-align: text-bottom;
}
#cart.open > .btn {
	background-image: none;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart.open ul li 
{
	padding: 0 !important;
    text-align: center;
	float:none !important;
}

/*-- cart menu --*/
#cart.open ul.dropdown-menu
{
    border-color: transparent;
    position: absolute;
    border-radius: 0px;
    top: 100%;
    padding: 15px 20px;
    margin: 0px;
    list-style: none;
    transition: 0.4s;
    margin-top: 10px;
    text-align: center;
}
#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 td .headercart.btn-xs
{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
}

#cart .dropdown-menu .img-thumbnail {
   width: auto;
    max-width: none;
    padding: 0;
    margin: 4px;
}
#cart .dropdown-menu li > div {
    margin: 10px 0;
    padding: 10px 0 0;
    display: inline-block;
    width: 100%;
}
.main-menu .cart-menu #cart ul.dropdown-menu p a {
    display: inline-block;
    font-weight: normal;
    padding: 10px 15px 11px;
    width: auto;
    height: auto;
    line-height: normal;
    margin-right: 3px;
    font-weight: 500;
    font-size: 12px;
}

.cart-menu .nav>li>a {
    padding: 0;
}
/*---- ---*/
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 5px 0;
}

.cart_wrapper .btn-group>.btn:focus, .cart_wrapper .btn-group>.btn:hover {
    box-shadow: none;
}
/* menu */
header .header_menu
{
    width: 100%;
}
/* fix header */
header .sticky_header
{
		position:fixed;
		z-index: 999;
		left:0;
		right:0;
		top: 0;
		 animation: slide-down 0.7s;
		-webkit-animation: slide-down 0.7s;
		-moz-animation: slide-down 0.7s;
		-o-animation: slide-down 0.7s;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
@keyframes slide-down {
	0% {
		transform: translateY(-100%)
	}
	100% {
		transform: translateY(0)
	}
}
}
.sticky_header .mega_menu_wrapper .etooltip {
    display: none;
}
.mega_menu_wrapper .navbar-nav>li {
    float: none;
    display: inline-block;
}
.mega_menu_wrapper .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}
#menu {
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    min-height: auto;
    margin: 0;
    border: 0;
}
#menu .nav > li > a {
    text-shadow: none;
    padding: 15px 18px;
    min-height: auto;
    font-weight: 400;
    transition: 0.4s;
    font-size: 14px;
    letter-spacing: 1px;
}

#menu .navbar-nav>li {
    float: none;
    display: inline-block;
}
.main-menu .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 0;
}
#menu .navbar-nav {
    float: none;
    margin: 0;
    text-align: left;
}

#menu .dropdown-menu {
    display: block;
    border: none;
    padding: 15px 0 20px 0;
    margin-top: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin-top: 45px;
}
#menu .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
	padding: 0;
}
#menu .dropdown-inner a {
	min-width: 260px;
    display: block;
    padding: 10px 15px;
    clear: both;
    line-height: normal;
    font-size: 12px;
    border-bottom: 0;
    text-transform: capitalize;
}

#menu.dropdown-menu:last-child .dropdown-menu {
    left: auto;
    right: 0;
}
#menu .see-all {
	display: block;
    margin-top: 0;
    border-top: 0;
    padding: 9px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
    background-image: none;
    background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	padding: 2px 18px;
	float: right;
	background-repeat: repeat-x;
}
#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
{
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    right: -45px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
#menu.navbar .dropdown-menu {
    min-width: 260px;
    padding:0px 0px;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.main-menu .sec_header #logo
{
    margin: 0;
}

.header_wrapper_home.sticky_header {
    padding: 10px 10px;
}
#menu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.header_menu .container {
    padding: 0;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu .navbar-collapse.collapse {
    padding: 0;
}
	#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%;
	}
	#menu .dropdown-menu a:hover,
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
	}
}
/* content */
#content {
	min-height: auto;
}
/* footer */
#footer {
    border-top: 0;
    padding: 50px 0 30px;
    padding: 50px 0;
    font-size: 14px;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
#footer ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .footer-inner-matter h3
{
	font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0px auto 20px;
    letter-spacing: .5px;
}
#footer .footer-inner-matter ul li
{
    position: relative;
    margin-left: 0;
    margin-bottom: 6px;
}
#footer .footer-inner-matter p
{
	text-transform: capitalize;
    line-height: 26px;
}
#footer .footer-inner-matter ul li:last-child
{
	margin-bottom: 0px;
}
#footer .footer-inner-matter ul li i
{
    margin-right: 5px;
	position: absolute;
    top: 5px;
    left: -25px;
}
html body #footer .footer-inner-matter ul li a
{
    font-size: 14px;
}
#footer .social_footer
{
    padding: 30px 0;
}
#footer .social_footer  ul li
{
    display: inline-block;
    margin-right: 15px;
}
#footer .social_footer  ul li:last-child
{
    margin-right:0px;
}
#footer .social_footer .payment_method_footer img
{
    width: 100%;
    border-radius: 5px;
    max-width: 45px;
    height: auto;
}
#footer .social_footer .play_store img
{
    max-width: 108px;
    width: 100%;
}
#footer .social_footer .payment_method_footer
{
    float: right;
}
#footer .social_footer .social_text_matter ul li a .fa
{
	width: 30px;
    height: 30px;
	line-height:30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
	text-align:center;
	font-size: 13px;
}
#footer .footer_links
{
    margin-bottom: 30px;
}
#footer .copy-right p
{
    text-align: center;
    margin: 0;
	font-size: 15px;
}
#footer .copy-right
{
    margin-top: 30px;
}
li.paymentmethod a i
{
    font-size: 24px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
html body .main_breadcrumb
{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    background-size: cover;
    padding: 75px 0;
    background-position: center center;
    background-attachment: fixed;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
    background-color: transparent;
    border-radius: 0;
	text-align: center;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
    padding: 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb a {
    font-weight: 600;
    white-space: pre-wrap;
    word-wrap: break-word;
	font-size: 16px;
}
.breadcrumb>li+li:before {
    padding: 0px 5px;
    content: "/\00a0";
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 9px 25px;
    font-size: 15px;
	border-radius: 4px;
	box-shadow: none;
}
.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;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    display: inline-block;
    text-shadow: none;
    background-image: none;
    background-repeat: repeat-x;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    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;
}
.btn-primary {
    border: 0;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    display: inline-block;
    text-shadow: none;
    background-image: none;
    background-repeat: repeat-x;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    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;
}
.btn-primary:hover, .btn-primary:active, .btn-default:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-position: 0 -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;
}
.btn-warning {
	background-repeat: repeat-x;
}
.btn-danger {
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 0;
}

.btn-success {
	background-repeat: repeat-x;
}

.btn-info {
	background-repeat: repeat-x;
}
.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;
}
.btn-inverse {
	text-shadow: none;
	background-repeat: repeat-x;
}
/* list group */
.list-group a {
	border: 0;
    padding: 0 0 10px 0;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    border: 0;
    text-shadow: none;
}
/* carousel */
.swiper-viewport #slideshow0 .swiper-wrapper a img {
    width: 100%;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.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: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@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 5px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
    font-size: 13px;
}
.rating .fa-star {
	font-size: 13px;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	text-align: right;
}

.product-thumb .price {
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.product-list .product-thumb .price-new {
	font-weight: 500;
    font-size: 15px;
}
.product-grid .product-thumb .price-new {
    font-weight: 500;
    font-size: 15px;
}
.product-thumb .price-old {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 12px;
}
.product-thumb .price-tax {
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0;
}

.product-thumb .second_button_desgin .button-group {
	vertical-align: middle;
    display: flex;
   
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.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;
	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: 5px;
    display: block;
}
.img-thumbnail {
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.thumbnails .image-additional {
	float: none;
    display: inline-block;
    max-width: 100%;
}
.thumbnails.thumb_silder_images
{
    width: 75%;
    float: left;
	margin-left: 20px !important;
}
.thumbnails.additional_silder_images
{
    width: 20%;
    float: left;
}
.thumbnails.thumb_silder_images, .thumbnails.additional_silder_images {
    margin-left: 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:before {
	content:"\f107";
    font-size: 16px;
    font-family: "FontAwesome";
    vertical-align: middle;
}
.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-next {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    font-size: 0;
    cursor: pointer;
	text-align: center;
	background: rgba(159, 122, 73, 0.5)
}

.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-prev:before {
	content:"\f106";
    font-size: 16px;
    font-family: "FontAwesome";
    vertical-align: middle;
}

.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-prev {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    margin: auto;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    font-size: 0;
    cursor: pointer;
	text-align: center;
	background: rgba(159, 122, 73, 0.5)
}
.additional_silder_images  .bx-wrapper {
    border-top: 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;
}
/* silder */
#common-home .swiper-viewport {
    margin: 0;
    z-index: 1;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}
.homeslider img{
	width:100%;
}
#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;
    width: 45px;
    height: 45px;
    line-height: 45px;
	border-radius:0;
}
#common-home .swiper-viewport .swiper-button-prev, #common-home .swiper-viewport .swiper-button-next {
    text-align: center;
    opacity: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
	border-radius:0;
}
#common-home .swiper-button-prev:before {
    line-height: 45px;
    height: 45px;
    font-family: FontAwesome;
    content:"\f104";
    font-size: 20px;
	text-align:center;
    display: inline-block;
	
	
}
#common-home .swiper-button-next:before {
    line-height: 45px;
    height: 45px;
    font-family: FontAwesome;
    content:"\f105";
    font-size: 20px;
	text-align:center;
    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;
	right:10px;
}
#common-home .swiper-viewport .swiper-button-prev
{
	opacity: 0;
	left:10px;
}

/* silder end */

/*product banner */
#product-banner_wrapper .product-banner-inner-matter img, .product_wrapper_sec .category_banner img
{
    width: 100%;
    height: auto;
}
#product-banner_wrapper .col-sm-6 {
    width: 50%;
    padding: 0;
}
#product-banner_wrapper .product-banner-inner-matter a::before, .product_wrapper_sec .category_banner a::before, #column-left #banner0 .swiper-wrapper a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
#product-banner_wrapper .product-banner-inner-matter:hover a::before, .product_wrapper_sec .category_banner:hover a::before, #column-left #banner0 .swiper-wrapper:hover a::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* BestSeller PRODUCT */

.product_wrapper
{
    padding: 50px 0;
	position:relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.comman_title h2
{
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
}
.comman_title h2:before {
    content: '';
    position: absolute;
    width: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product_wrapper .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    text-align: center;
}

.product_wrapper .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border-radius: 0;
}
.product_wrapper .nav>li>a:focus, .product_wrapper .nav>li>a:hover {
    text-decoration: none;
    border: 0;
}
.product_wrapper .nav-tabs>li.active>a {
    cursor: default;
}
.product_wrapper .nav-tabs>li.active>a:hover, .product_wrapper .nav-tabs>li>a:hover
{
    cursor: default;
}
.product_wrapper .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    font-size: 12px;
    margin-right: 10px;
}
.product_wrapper .nav>li:last-child a {
	margin-right: 0;
}
.product_wrapper .nav-tabs {
    margin-bottom: 15px;
    text-align: center;
    border: 0;
}
.product_wrapper .product-section
{
    margin-top: 25px;
}
.product_wrapper .product-thumb .caption{
    padding: 15px 10px;
    min-height: auto;
	text-align:center;
}
.product_wrapper .product-thumb .caption {
    text-align: center;
    min-height: 165px;
}
.product_wrapper_sec .product-list .product-thumb .caption{
	text-align:left;
	padding: 0;
}
.product_wrapper_sec .product-list .product-thumb .price {
    text-align: left;
}
.product_wrapper .product-thumb .image{
    position: relative;
}
.product_wrapper_sec .product-list .product-thumb .image {
    padding:0;
}
.product_wrapper .sale p
{
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px;
    width: 100px;
    position: absolute;
    top: 5px;
    left: -29px;
    font-size: 11px;
    margin: 0;
    z-index: 99;
    height: 28px;
    text-align: center;
    line-height: 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}


.product_wrapper .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;
}
.product_wrapper .discounts p
{
    font-weight: 600;
    padding: 2px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    margin: 0;
    z-index: 999;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}
.product_wrapper .caption h4 a
{
    font-size: 16px;
    padding-bottom: 5px;
    display: inline-block;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 45px;
}
.product_wrapper .image img, #blog-wrapper.blog-wrapper .blog-inner-section img, .product_wrapper_sec .product-grid .image img, .product_wrapper_sec .product-list .image img, #blog-wrapper.blog-wrapper .blog-inner-section iframe {
    max-width: 100%;
   transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.product_wrapper .product-thumb:hover img, #blog-wrapper.blog-wrapper .blog-inner-section:hover img, .product_wrapper_sec .product-grid .product-thumb:hover img, .product_wrapper_sec .product-list .product-thumb:hover img, #blog-wrapper.blog-wrapper .blog-inner-section:hover iframe  {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);

}

.product_wrapper .image{
    position: relative;
    overflow: hidden;
}

.product_wrapper .hover-color 
{
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 5;
    width: 40px;
    font-size: 9px;
    line-height: 10px;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity:0;
}
.product_wrapper .product-thumb:hover .hover-color 
{
	opacity:1;
}
.product_wrapper .hover-color i {
    font-size: 20px;
    line-height: 15px;
    margin-bottom: 3px;
}
.product_wrapper .hover-color p {
    font-size: 10px;
    line-height: 15px;
}
.product_wrapper button.products_wishlist
{
    height: 35px;
    width: 35px;
	line-height:35px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;	
	border:0;
	outline: 0;
	margin-right: 10px;
}
.product_wrapper button.products_wishlist:last-child
{
	margin-right:0px;
}

.product_wrapper .product-thumb .hover-button
{
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 35px;
    margin: auto;
    bottom: 0;
	opacity: 0;
}
.product_wrapper .product-thumb:hover .hover-button
{
	opacity: 1;
}

html body .product_wrapper_sec .product-list .caption h4 a {
    min-height: auto;
}

#product-product .thumbnails > li {
    margin-left: 0;
}
.additional_silder_images.owl-carousel .owl-nav.disabled, .text_related_wrapper .owl-carousel .owl-nav.disabled {
    display: block;
    display: none;
}
.product_wrapper .caption .button_cart {
    font-weight: 600;
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    border: 0;
    outline: 0;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
/* testinomials */
#testinomials .owl-carousel .owl-item img {
    max-width: 110px;
    margin: auto;
    padding: 0;
}
#testinomials .comman_title h2 {
    padding-bottom: 25px;
}
#testinomials .custom_item h4
{
    font-weight: 600;
}
#testinomials .owl-stage-outer
{
    margin-top: 30px;
}
#testinomials .testinomials .tauthor {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    padding-top: 14px;
}
#testinomials .testinomials .owl-stage-outer p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
}
#testinomials .testinomials h5
{
    font-size: 16px;
    font-weight: 500;
    line-height:30px;
    padding-top: 13px;
    font-family: Quicksand, sans-serif;
}
#testinomials .testinomials .custom_item p.tauthor {
    margin: 0;
    font-size: 16px;
    margin-bottom:10px;
}
#testinomials .testinomials .custom_item p {
    margin: 0;
    font-size: 15px;
}

#testinomials .owl-carousel .owl-dots.disabled {
    display: block !important;
}
#testinomials .owl-carousel .owl-dots button span
{
    width: 17px;
    height: 17px;
    z-index: 999;
    display: inline-block;
	outline: 0;
	margin-right: 10px;
    border-radius: 100%;
}
#testinomials .testinomials i {
	margin-bottom: 0;
    font-size: 30px;
}
#testinomials .owl-carousel .owl-dots
{
    padding-top: 15px;
}
#testinomials .owl-carousel .owl-dots button:last-child span
{
	margin-right: 0px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: 0;
}
/* blog */

#blog-wrapper.blog-wrapper .blog-inner-section img
{
	width:100%;
}
#blog-wrapper.blog-wrapper
{
    padding: 50px 0 ;
}
#blog-wrapper.blog-wrapper .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 #blog-wrapper.blog-wrapper.inner-blog-wrapper {
    padding:0px 0 !important;
}
#blog-wrapper.blog-wrapper .blog-inner-section .date
{
    width: 50px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 25px;
    padding: 2px 0;
}
#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
{
    padding: 20px 15px 10px;
}
#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
{
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 2px;
	font-weight: 500;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h3 a
{
    font-size:18px;
    letter-spacing: 0.5px;
    padding: 3px 0;
    display: inline-block;
}
#blog-wrapper.blog-wrapper a.base-button {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
}

#blog-wrapper.blog-wrapper a.base-button .fa {
    font-size: 14px;
    margin-left: 5px;
}

#blog-wrapper.blog-wrapper .views_wrp .fa {
    font-size: 14px;
    margin-right: 5px;
}
#blog-wrapper.blog-wrapper .auther_and_views_wrapper .col-sm-6 {
    width: auto;
    float: none;
    display: inline-block;
}
#blog-wrapper.blog-wrapper .auther_and_views_wrapper
{
    padding-top: 10px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section p {
    text-align: justify;
}
#blog-wrapper.blog-wrapper .owl-nav {
    position: absolute;
    top: -28px;
    right: 11px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-images-section
{
    overflow: hidden;
}
#blog-wrapper.blog-wrapper .owl-carousel .owl-dots.disabled{
    display: none;
}
#common-home
{
    overflow-x: hidden;
}
/* porducts page */
.main_padding
{
    padding: 50px  0;
}
#product-product .product_right h1 {
	font-size: 26px;
    padding-bottom: 10px;
    line-height: 36px;
    font-weight: 500;
}
#product-product .product_right .rating a
{
	text-transform: capitalize;
}
#product-product .product_right .text_write_icon i
{
	font-size: 13px;
}
#product-product .product_right .rating span.border
{
    padding: 0 10px;
}
#product-product .product_right .price li
{
	display:inline-block;
	margin-right: 20px;
}
#product-product .product_right .price li:last-child
{
	margin-right: 0;
}
#product-product .product_right .price li h2
{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
	margin-bottom: 10px;
}
#product-product .product_right li
{
	font-size: 14px;
}
#product-product hr {
	margin: 15px 0;
    border: 0;
}
a:focus, a:hover {
    text-decoration: none;
}
#product-product .product_right .plus-minus-input input[type="text"]
{
    padding: 5px 15px;
    width: 15%;
    outline: 0;
    height: 40px;
    border-radius: 0;
    text-align: center;
    margin: 0 10px;
}
#product-product .product_right .plus-minus-input .input-group-button button.circle
{
    margin-right: 0px;
    margin-left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    outline: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
#product-product .product_right .plus-minus-input .input-group-button
{
    display: inline-block;
	vertical-align: middle;
}
#product-product .product_right .plus-minus-input label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
}
#product-product .product_right .button_wishlist_wrapper
{
	margin-top:15px;
}
#product-product .product_right .button_wishlist_wrapper button
{
    border: 0;
    font-size: 14px;
	padding: 0;
    margin-right: 12px;
}
#product-product .product_right .button_wishlist_wrapper button:last-child
{
    margin-right: 0px;
}
#product-product .product_right .button_wishlist_wrapper button .fa {
    font-size: 14px;
	margin-right: 5px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: 0;
    color: inherit;
    font-size: 28px;
}
#product-product .product_right .plus-minus-input .input-group-button button#button-cart
{
	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;
    border: 0;
    padding: 0px 30px;
    font-weight: 600;
    display: inline-block;
    height: 40px;
    text-align: center;
    text-transform: none;
    font-size: 14px;
}
#product-product .product_right .plus-minus-input .input-group-button button#button-cart i
{
	margin-right:5px;
}
#quickproduct .product_right .plus-minus-input .input-group-button.input-group-wishlist button:first-child
{
    margin-left: 0;
}
#product-product .thumbnail {
    padding: 0;
    border-radius: 0px;
	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{
    cursor: default;
    border-radius: 0px;
    padding: 10px 25px;
}
#product-product .nav-tabs>li>a {
    padding: 10px 25px;
	margin-right: 10px;
	position: relative;
	display: block;
	width: 100%;
	line-height: 1.42857143;
	border-radius: 0;
}
#product-product .nav-tabs li:last-child a {
	margin-right: 0px;
}
#product-product .reviews_padding
{
   padding: 25px 0 0 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: table;
    vertical-align: top;
    float: none;
	width: 100%;
	margin-bottom: 15px;
}
#product-product .reviews_padding h2
{
    font-size: 30px;
}
#product-product .reviews_padding input[type="text"], #product-product .reviews_padding textarea
{
    border-radius: 0px;
    padding:10px 15px;
    outline: 0;
}

 #product-product .reviews_padding .fa-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
}
 #product-product .reviews_padding .nav-tabs>li.active a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 10px;
    transform: rotate(-90deg);
    content: '';
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.alert-success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0px;
    text-align: center;
	z-index: 999;
}
#quickproduct .bx-wrapper .bx-controls
 {
    display: none;
}
.product_wrapper.text_related_wrapper {
    padding: 0;
}
/*category section */
html body .pagination>li>a, html body .pagination>li>span {
    width: 35px;
    height: 35px;
    border-radius: 0;
    text-align: center;
	line-height: 23px;
}
.product_wrapper_sec h2
{
    margin-bottom: 15px;
}
html body .pagination>li:last-child>a, html body .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
html body .pagination>li:first-child>a, html body .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product_wrapper_sec .product-grid .product-thumb {
    overflow: auto;
    margin-bottom: 30px;
}
.product_wrapper_sec .category_grid-wrapper
{
    padding: 16px 0 15px;
    margin: 0 0 30px;
}

.product_wrapper_sec .category_grid-wrapper .form-group {
    margin-bottom: 0;
}
.product_wrapper_sec .category_grid-wrapper .form-group a {
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}
.product_wrapper_sec .category_grid-wrapper .btn-group .btn-default
{
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    box-shadow: none;
	outline: 0;
}
.product_wrapper_sec .category_grid-wrapper .btn-group i
{
    font-size: 24px;
	line-height: 28px;
}
.margin_search
{
	margin-bottom:25px;

}
.product_wrapper_sec .category_grid-wrapper .btn-group-sm>.btn, .btn-sm {
    padding: 0px 7px;
    border-radius:0px;
}

.product_wrapper_sec .category_grid-wrapper .input-group .input-group-addon {
    font-size: 12px;
    height: 0;
    font-weight: 600;
    border: 0;
    border-radius: 0px;
}

.product_wrapper_sec .category_grid-wrapper .input-group-sm>.form-control{
    height: auto;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    outline: 0;
}

.product_wrapper_sec .category_grid-wrapper .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product_wrapper_sec h3
{
    padding-bottom: 10px;
}
.list-group h4
{
   border: 0;
    padding: 0;
    border-bottom: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
	position: relative;
	margin-bottom:15px;
	padding-bottom:15px;
}


.categories_wrapper_home .list-group-item {
    border: 0;
}
.list-group h4:before {
    content: '';
    position: absolute;
    width: 50px;
    left: 0;
    bottom: 0;
}
.categories_wrapper_home ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
.list-group .fa {
    font-size: 15px;
    margin-right: 5px;
}

.list-group .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.product_wrapper_sec #column-left .swiper-viewport {
    margin: 0;
    z-index: 1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}
.product_wrapper_sec .product-grid p.description_matter
{
	display:none;
}
.product_wrapper_sec .product-list p.description_matter
{
	display:block;
}
.product_wrapper_sec .product-list .rate-and-title
{
    padding-left: 72px;
    padding-top: 17px;
	padding-right: 10px;
}

.product_wrapper_sec .product-list .product-thumb {
    margin-bottom: 25px;
}


/* brand product-manufacturer*/

html body h1{
    font-size: 24px;
    padding-bottom:20px;
}
#product-manufacturer p strong
{
    font-size: 16px;
}
#product-manufacturer p a 
{
    font-size: 16px;
    font-weight: 600;
}
#product-manufacturer .brand-border .row
{
    padding: 10px 10px 9px;
}
#product-manufacturer .brand-border h2
{
    padding: 10px;
}
#product-manufacturer .brand-border
{
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
}
#product-manufacturer .brand-border:last-child
{
    margin-bottom: 0px;
}
/* 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: 28px;
    padding-bottom: 10px;
}
.well h2
{
    font-size: 24px;
    padding-bottom: 10px;
}
/* contact page*/
#information-contact h3
{
    font-size: 26px;
    padding-bottom: 10px;
}
#information-contact .panel-default {
    border: 0;
    border-radius: 0px;
    box-shadow: none;
}
#information-contact .panel-body {
    padding: 0;
}
#information-contact .panel-default ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product_wrapper_sec .product-list .product-thumb h4 {
    padding-bottom: 0px;
}
#information-contact .panel-default ul li i {
    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 i {
    margin-right: 0px;
    position: static;
    top: 0;
    left: 0;
    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;
}
html body .owl-carousel {
    margin: 0 0 1px;
}
#blog-wrapper.blog-wrapper .owl-dots
{
	display:none;
}

#clients_logo.clients_logo .owl-nav {
    display:none;
}
#clients_logo.clients_logo .owl-dots
{
    display: none;
}
#clients_logo.clients_logo .owl-carousel .owl-item img {
    opacity: 0.8;
    max-width:150px;
    display: inline-block;
}
#clients_logo.clients_logo .owl-carousel .owl-item img:hover {
    opacity: 1;
}
#clients_logo.clients_logo .product_wrapper {
    padding: 30px 0;
}
/* ******************************back-to-top scrtion *******************************************/
.back-to-top 
{
  cursor: pointer;
  z-index: 1000;
  width: 43px;
  bottom: 73px;
  right: 10px;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  position: fixed;
  display: block;
  text-align: center;
  border-radius: 0;
  opacity: 1;
  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 i
{
    font-size: 30px;
    margin: 0;
    display: block;
    height: 43px;
    line-height: 40px;
}
.back-to-top i:before 
{
    content: '\f102'; 
}
/* ******************************back-to-top scrtion end*******************************************/

/* news latter */
#news_latter.news_latter
{
    padding: 0;
}
#news_latter.news_latter h2
{
	line-height: 45px;
	text-align: left;
}

#news_latter.news_latter .hadding_newslatter h2
{
	text-align: center;
    padding-bottom: 15px;
}
.news_latter_form .input-news {
    width: 70%;
    display: inline-block;
    float: left;
}
.footer-inner-matter #news_latter.news_latter input[type="text"]
{
   box-sizing: border-box;
    box-shadow: none;
    width: 100%;
    padding: 6px 8px;
    margin-top: 10px;
    height: auto;
	
	
}
.footer-inner-matter #news_latter.news_latter .subscribe-btn a
{
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    padding: 5px 10px;
    line-height: 22px;
}
#news_latter.news_latter form .subscribe-btn
{
	display: inline-block;
    width: 30%;
    float: left;
}	
/* best offer */
a.base-button {
    margin-top: 20px;
    display: inline-block;
}
.owl-carousel .owl-dots.disabled{
    display: none !important;
}



.row_category p {
    margin: 0 0 10px;
    text-align: justify;
}
.product_wrapper_sec .row_category
{
    padding: 0 8px;
	margin-bottom: 15px;
}
.product_wrapper_sec .category_banner
{
	padding:0px;
}

.product_wrapper_sec .refine_search ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product_wrapper_sec .refine_search.withimage ul li {
    width:19%;
    float: left;
    text-align: center;
    min-height: 195px;
    margin: 0 10px 0 0;
    padding: 10px;
    margin-bottom: 15px;
}
.product_wrapper_sec .refine_search.withimage ul li:last-child {
    margin: 0;
}
.product_wrapper_sec .refine_search.withimage ul li img
{
    border:0;
    border-radius: 0;
    margin: auto auto 5px auto;
    padding: 5px;
    width: 100%;
    max-width: 150px;
}
.product_wrapper_sec .refine_search.withimage ul li p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 18px;
}
.refine_search ul li a
{
    font-size: 12px;
}
.product_wrapper_sec .refine_search ul li a.base-button {
    margin-top: 0;
    margin-right: 15px;
}
.product_wrapper_sec .refine_search ul li:last-child a.base-button {
    margin-right: 0px;
}
.product_wrapper_sec .refine_search
{
    padding: 0px 0 15px;
}

/* list style */
.second_products_design .col_products 
{
	padding:0px;
}

.product_wrapper .second_products_design .second_button_desgin .products_wishlist {
    height: 40px;
    width: 40px !important;
    line-height: 40px;
    color: #7a7a7a;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    outline: 0;
    margin-right: 10px;
	display:inline-block;
	text-align: center;
}

.product_wrapper .second_products_design .product-thumb .caption {
    text-align: left;
	padding: 20px 5px 15px;
}
.second_products_design .product-thumb .price {
    text-align: left;
    font-size: 18px;
	margin-bottom: 7px;
}
.product_wrapper .second_products_design p.description {
    margin: 0 0 15px;
}
.product_wrapper .second_products_design button.addtocart
{
    box-shadow: none;
    padding: 0px 20px;
    min-height: 40px;
    line-height: 40px;
	margin-top: 15px;
	 transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.product_wrapper .second_products_design .product-thumb
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product_wrapper .second_products_design .caption h4 a {
    padding-bottom: 5px;
}
.product_wrapper_sec .product-list .hover-button, .product_wrapper_sec .product-list .hover-color
{
	display:none;
}
html body .owl-carousel .owl-buttons .owl-prev {
    left: -15px;
}
html body .owl-carousel .owl-buttons .owl-next {
    right: -15px;
}
html body .owl-carousel .owl-buttons div i {
	font-size: 30px;
    margin: 0 0 0;
    opacity: 1;
}
#column-left .panel-default>.panel-heading {
    border: 0;
    padding: 10px 12px;
    border-bottom: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: normal;
	border-radius: 0px;
}

#column-left .panel-heading+.list-group .list-group-item {
    font-size: 16px;
    font-weight: 700;
}

#column-left input[type=checkbox], #column-left input[type=radio] {
    margin: 7px 0 0 -20px;
}

#column-left .panel-footer {
    border-top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#column-left .checkbox label, #column-left .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

#column-left .panel {
    margin-bottom: 20px;
    box-shadow: none;
    border-top: 0px !important;
    border-radius: 0px;
}

/* zoomer */

/* styles unrelated to zoom */

		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */

		.zoom img {
			display: block;
		}


		#ex1 img:hover { cursor: url(grab.cur), default; }
		#ex1 img:active { cursor: url(grabbed.cur), default; }
		
		
/* newslatter */

#newsletterModal .closepopup{
	position: absolute;
	right: -18px;
	top: -18px;
	opacity:1;
	z-index:99999;
	outline: 0;
}

/* loder */
.loader
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    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: 50px;
}
.iifr
{
	display:none;
}

/*custom style*/

.explorehand .handimage img{
	width:100%;
	height: auto;
}
.explorehand .explore_data
{
    padding: 50px 0;
}
.explorehand .explore_data h1{ 
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 75px;
    text-transform: uppercase;
    line-height: 90px;
}
.explorehand .explore_data h3{
	font-weight: 600;
    font-family: Poppins SemiBold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 32px;
}
a.basd_button 
{
    font-weight: 600;
    padding: 8px 25px;
    display: inline-block;
    font-size: 15px;
    margin-top: 25px;
    letter-spacing: 1px;
}

.siderber_products .col_a {
    padding:0px;
}
.siderber_products .product-thumb {
    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;
}
.siderber_products .product-thumb .caption {
    text-align: left;
}
.siderber_products .product-thumb img
{
	margin: 0;
    padding: 0;
    width: 100%;
}
.siderber_products .product-thumb .caption {
    padding: 10px 0;
}
.siderber_products .rating .fa-star-o {
    font-size: 12px;
}
.siderber_products .product-thumb .price {
    text-align: left;
    font-size: 14px;
    margin: 0;
}
.siderber_products .product-thumb .price-old {
    text-decoration: line-through;
    margin-right: 8px;
    font-size: 13px;
}

.siderber_products .caption h4 a {
    font-size: 15px;
    line-height: 20px;
}
.siderber_products .caption button
{
	padding: 0;
    margin: 0;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    outline: 0;
	background: transparent;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color:  transparent;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color:  transparent;
}
.siderber_products h3
{
	border: 0;
    padding: 0;
    border-bottom: 0;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	margin-top: 5px;
}
.siderber_products h3:before {
    content: '';
    position: absolute;
    width: 50px;
    left: 0;
    bottom: 0;
}



/* quick popup */

#newsletterModal .modal-dialog {
    width: 700px;
    margin: 30px auto;
	top: 150px;
}
#newsletterModal .subsribe
{
    text-align: center;
    max-width: 500px;
    margin: auto;
}

#newsletterModal .subsribe input{
	outline: 0;
    box-shadow: none;
}
#newsletterModal .modal-body {
	text-align: center;
}
#newsletterModal .subsribe .input-group {
    display: inline;
}
#newsletterModal .subsribe .input-group .button-subsribe
{
    margin-top: 20px;
}
#newsletterModal .modal-content {
    border: 0;
    border: 0;
    border-radius: 0;
}

/* shop by category style */

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
{
	padding:50px 0;
}

.shop_by_category ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.shop_by_category  img
{
    border-radius: 0;
    margin: auto;
    padding: 5px;
}
.shop_by_category h3 {
    font-size: 15px;
    padding-bottom: 5px;
}
.shop_by_category figcaption
{
    text-align: center;
	padding:10px 5px;
}
/* html banner big sale style */

#gallery .sap_tabs .gallery-data h2{
	font-size: 30px;
    line-height: 54px;
    font-weight: 700;
}

#gallery .sap_tabs .gallery-data h3{
	font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}
#gallery .sap_tabs .gallery-data p{
	 line-height: 22px;
}
#gallery .sap_tabs .gallery-data p a{
	margin-top:10px;
	 line-height: 22px;
	
}


#gallery .sap_tabs .number_one{
    padding: 41px;
}
#gallery .sap_tabs .number_two{
	background-color:#333333;
    padding: 41px;  
}

/* html banner big sale style ends */

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

/* Track */
::-webkit-scrollbar-track {
  border-radius:0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb { 
  border-radius:0px;
}


.button_remove_wrapper button
{
	height:40px;
}
/*home banner */
.home_banner_wrapper
{
    padding: 50px 0;
}
.home_banner_wrapper .banner_inner_matter
{
    background-image: url(../image/bg_banner.png);
    padding: 15px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.home_banner_wrapper .banner_inner_matter img 
{
    width: 100%;
}
.home_banner_wrapper .banner_inner_matter h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
	margin-top:10px;
}
.home_banner_wrapper .banner_inner_matter a
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.home_banner_wrapper .banner_inner_matter a i
{
	margin-right:5px;
	font-size:14px;
}
/*product banner */
/**************************************** mobile styles here ****************************************************************************** */

/* fix header bottom */
.fix_header_matter
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 10px 0;
}

html body .fix_header_matter .fix_width {
    width: 25% !important;
	float:left;
	padding: 0;
}

.fix_header_matter a i
{
    font-size: 18px;
}
.fix_header_matter p {
    margin: 0;
    font-size: 13px;
    text-transform: capitalize;
}
.fix_header_matter .home 
{
	position:relative;
}
.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;
}
.mobile_header .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
  z-index: 9;
}

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

.mobile_header .sidenav .closebtn {
	position: absolute;
    top: 10px;
    right: 20px;
    font-size: 36px;
    margin-left: 0;
	z-index: 9;
}
.mobile_width .mobile_menu
{
    margin-top: 15px;
	width: 100%;
}
.mobile_version_header .search_wrapper {
    margin-top: 15px;
}
.mobile_header .menu_open
{
    font-size: 24px;
    cursor: pointer;
}
.mobile_header .main_menu_bg .mobile_menu_li
{
	position:relative;
}
.mobile_header .main_menu_bg .mobile_menu_li .head
{
    position: absolute;
    right: 10px;
    top: 15px;
}
.mobile_header .main_menu_bg ul {
    list-style: none;
    padding: 0px;
    margin: 0;
	max-height: 500px;
	overflow: auto;
	
}
.mobile_header .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;
}
.mobile_header .main_menu_bg h3
{
    margin: 0;
	padding: 0 0 15px;
	font-size: 18px;
}
.mobile_header .main_menu_bg .mobile_menu_li ul li a
{
	padding: 5px 15px;
    font-size: 13px;
    display: inline-block;
}
.mobile_header .main_menu_bg .mobile_menu_li ul
{
	 padding: 20px 0px 0px;
}
.mobile_header .main_menu_bg ul li .head .collapsed .plus {
    display: block;
	font-size: 20px;
}
.mobile_header .main_menu_bg ul li .head .minus {
	font-size: 20px;
}
.mobile_header .main_menu_bg ul li .head .plus {
    display: none;
}
.mobile_header .main_menu_bg ul li .head .collapsed .minus {
    display: 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;
}
.language_currency_header .btn-link:focus, .language_currency_header .btn-link:hover {
    text-decoration: none;
}
.language_currency_header #form-language .btn, .language_currency_header #form-currency .btn {
    padding: 5px 10px;
    font-size: 15px;
}

.language_currency_header #form-language .languages_dropdown .btn, .language_currency_header #form-currency .currency_dropdown .btn {
    padding: 5px 14px;
    font-size: 12px;
	text-align: left;
}
.language_currency_header
{
    margin: 25px 0;
}
html body .language_currency_header #form-language .dropdown-toggle {
    padding: 5px 10px !important;
}
.mobile_menu .menu_slid_bg {
    max-width: 280px;
    position: relative;
    height: 100%;
    padding: 50px 15px;

}

html body .pagination>li>a:focus, html body .pagination>li>a:hover, html body .pagination>li>span:focus, html body .pagination>li>span:hover {
    z-index: 3;
}