@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&display=swap');

body {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	color: #555555;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background:#fff;
	letter-spacing:0.05em;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #676767;
	line-height: 1;
	text-transform: uppercase;
	margin:0 0 10px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */	
h1 {
	font-size: 22px;
	font-weight:500;
}
h2 {
	font-size: 20px;
	font-weight:500;
}
h3 {
	font-size: 18px;
	font-weight:500;
}
h4 {
	font-size: 15px;
	font-weight:500;
}
h5 {
	font-size: 12px;
	font-weight:500;
}
h6 {
	font-size: 10.2px;
	font-weight:500;
}
a {
	color: #222;
	cursor: pointer;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #000000;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #222;
}
label {
	font-size: 14px;
	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: 14px;
	box-shadow:none !important;
	border-radius:0;
}
.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;
}
.table-bordered td {
	vertical-align: middle !important;
	text-align:center;
}
img{
	max-width: 100%; 
	height: auto;
}

.mfilter-free-button {
    display: block;
    position: absolute;
    margin: 10px 0 0 229px;
    cursor: pointer;
    padding: 1px 4px 0px 5px;
    border: 8px solid #000 !important;
    background: #000  !important;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.mfilter-button-bottom a.btn.btn-primary.btn-xs {
font-size: 13px;
    letter-spacing: 0;
    padding: 0px 4px;
    font-weight: 500;
     background: #d5e5eb !important;
    color: #000 !important;
    border: 1px solid #000;
	font-weight: 700 !important;
}

.mfilter-button-bottom a.btn.btn-primary.btn-xs:hover {
    background: #000 !important;
    color: #fff !important;	
	
}

.mfilter-button-reset {
    float: left;
    margin-left: 8px;
    text-decoration: none;
    border: 0;
    background: #222 !important;
   padding: 1px 5px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff !important;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    font-weight: 500;
    border-radius: 0;
    box-shadow: none !important;
	letter-spacing: 0;
	font-size: 13px;
}

.mfilter-reset-icon {    display: none !important;}

.mfilter-button-reset {	margin-left: 4px !important; margin-left: 4px !important;
    background: #d5e5eb !important;
    color: #000 !important;
    border: 1px solid #000;
    padding: 0 4px;
	font-weight: 700 !important;
	text-align: center;
    width: 99%;}

.mfilter-button-reset:hover {
background: #000 !important;
    color: #fff !important;
}	
	
	
.mfilter-box-258 .mfilter-free-button span {
    font-size: 13px !important;
    writing-mode: inherit;
    text-orientation: upright;
    letter-spacing: 1px;
    padding-bottom: 4px;
    padding: 2px 2px 2px 4px !important;
    text-align: center;
    background: #b4dce5 !important;
    font-weight: 600;
}
		
		
		.mfilter-box-258 .mfilter-free-button i {    display: none !important;}.mfilter-free-button-icon-position-left span {    padding-left: 0px !important;}
		
.mfilter-free-button {
padding: 1px 0px 0px 0px !important;
    border: 1px solid #a2c1cf !important;
    background: #fff !important;
    color: #000 !important;
}

		
html body .product-thumb .ratings-price .price {
    width: 36%;
}

.product-thumb .availability {
    float: right;
    width: 60%;
    text-align: right;
    height: 35px;
    vertical-align: middle;
	font-size: 11px;
	line-height: 13px;
}

.product-thumb .availability .label {
    color: inherit;
    background-color: transparent;
    font-weight: inherit;
    padding: 0;
    vertical-align: -webkit-baseline-middle;
}

/* wishlist */
.account-wishlist a.btn {
	height:34px;
	line-height:34px;
	padding:0 15px;
	border-radius:5px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #888;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #888;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #888;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #888;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #888;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #888;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #888;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #888;
}
.tooltip-inner{
	background: #888;
}
.alert {
	text-align: center;
	font-size: 14px;
	margin: 0;
	border-radius: 0;
	border: none;
	margin-bottom: 15px;
}
/* transition */
.owl-nav > div, .banner-2 img,
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff !important;
    background: #000000 !important;
	border-color:#000000;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border:0;
	background: #222 !important;
	padding: 0 25px;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff !important;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	font-weight: 700;
	border-radius: 0;
	box-shadow:none !important;
}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height:32px;
	margin-left: 10px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 1000000;
}

.btn-primary {
    color: #fff;
    background-color: #222 !important;
    border-color: #222 !important;
}

div#espa img {
	width: 440px;
}

#bs-menu {
    position: fixed;
    font-size: 16px !important;
    line-height: 1.4;
    z-index: 9999;
    bottom: 0 !important;
    top: inherit !important;
}

#bs-menu.bs-menu-right .bs-menu-toggle {
    right: 180px;
    bottom: 0;
}

.custom-products .product-thumb { border-bottom: 1px solid #d1d1d1; }

/* page */
.checkout-cart h1 {
    color: #222;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 27px;
}
.checkout-cart h2 {
	color:#676767;
	font-weight:500;
}
.checkout-cart #checkout-cart .img-thumbnail {
	background:none;
	border:0;
}
.checkout-checkout h1 {
    color: #222;
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 30px;
    margin-bottom: 20px;
}
.account-account h2 {
    color: #222;
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 30px;
    margin-bottom: 20px;
}
.product-manufacturer #content a {
	color:#676767;
}
.product-manufacturer #content a:hover {
	color:#000000;
}
.checkout-checkout .panel-default>.panel-heading {
	border-color:#e7e7e7 !important;
	background:#fff !important;
	color:#000000 !important;
}
.checkout-checkout .panel-title {
	font-size:15px;
}
.checkout-checkout .panel-title i {
	display:none;
}

div#espa {
    text-align: center;
}

.ajax-loader {
    display: none;
}
/* header */ 
.common-home header {
	background:transparent;
}
header {
	position:relative;
	background:none;
	z-index:9991;
}
.header-top {
	background:#15161b;
}
.header-top .container {
	width:100%;
	padding:0 30px;
}
/* categories */
body[class^='product-category'] .categories-thumb {
	min-height:inherit;
}
.common-home .categories-thumb {
	background:none;
	min-height:inherit;
}
.categories-thumb .category-name {
	margin:80px 0 100px;
	color: #fff;
}
.categories-thumb {
	_background:url("../image/bg-category.jpg") no-repeat 0 0;
	_background-size:cover;
	_min-height:250px;
	_display:inline-block;
	width:100%;
}
.categories-thumb .category-name {
	text-align:center;
}
.categories-thumb .container-fix .category-name {
	display:none;
}
/* top-welcome */
.top-welcome {
	margin-top:10px;
	color:#fff;
}

/* top-email */
.top-email {
	color:#fff;
	float:left;
}
.top-email i {
	font-size:22px;	
}
.top-email p {
	font-size:13px;
	margin: 0;
}
/* currency */
.currency {
	float:left;
	position:relative;
	padding-left:30px;
}
.currency label {
	margin: 0;
    line-height: 50px;
    font-size: 13px;
    color: #fff;
	float:left;
	display:none;
}
.currency .btn-link {
	border: 0;
    padding: 0;
	line-height:30px;
    color: #444444;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
	float:left;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.currency .btn-link i {
	margin-left:3px;
	font-size:13px;
}
.currency .btn-link:hover {
	color:#222;
}
.currency .btn-link strong {
	font-weight:400;
}
#form-currency .dropdown-menu {
	border: 0;
    left: 0;
    padding: 0;
    box-shadow: 0px 0px 5.76px 0.24px rgba(0, 0, 0, 0.16); 
    border-radius: 0;
    margin: 0;
    min-width: 150px;
    background: #d5e5eb;
}
#form-currency .dropdown-menu li button {
	color: #444;
	font-size:12px;
    text-decoration: none;
    padding: 8px 8px 8px 20px;
	line-height:20px;
    text-align: left;
	text-transform:uppercase;
}
#form-currency .dropdown-menu li button:hover {
	color:#000;
	background:#f2f2f2;
}
/* language */
.language {
    float: left;
    position: relative;
}
.language label {
    margin: 0;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
	float:left;
	display:none;
}
.language .btn-link {
	float:left;
    border: 0;
    padding: 0 0 0 25px;
    line-height: 30px;
    color: #444444;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
	position:relative;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.language .btn-link:hover {
	color:#222;
}
.language .btn-link i {
	font-size:13px;
}
.language .btn-language img {
	margin-right:5px;
	position:absolute;
	top:9px;
	left:0;
}
#form-language .dropdown-menu {
	border: 0;
    left: -15px;
    padding: 0;
	box-shadow: 0px 0px 5.76px 0.24px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    margin: 0;
    min-width: 130px;
    background: #d5e5eb;
}
#form-language .dropdown-menu li button {
	color: #444444;
	font-size:12px;
    text-decoration: none;
    padding: 8px 6px 8px 40px;
	line-height:20px;
    text-align:left;
	position:relative;
}
#form-language .dropdown-menu li button:hover {
	color:#000000;
	background:#f2f2f2;
}
#form-language .dropdown-menu li button img {
	margin-right:8px;
	position:absolute;
	top:13px;
	left:15px;
}
/* top-link */
#top-links {
	float:left;
	position:relative;
}
#top-links .list-inline {
	margin:0;
	padding:0;
}
#top-links li.dropdown {
	padding:0;
	margin:0;
}
#top-links .dropdown-menu {
    border: 0;
    left: 0;
    padding: 10px 15px;
    box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    min-width: 120px;
    background: #fff;
}
#top-links label {
	color: #444444;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
	padding:0 0 0 30px;
	line-height:30px;
	display: initial;
    text-decoration: none;
	cursor:pointer;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
	font-weight: 500 !important;
}
#top-links label:hover {
	color:#222;
}
#top-links label i {
	margin-left:3px;
	font-size:13px;
}
#top-links label i.ion-gear-a {
	margin-left:0;
	margin-right:7px;
}
#top-links .dropdown-menu {
    border: 0;
    left: 7px;
	margin:0;
    padding: 0;
    box-shadow: 0px 0px 5.76px 0.24px rgba(0, 0, 0, 0.16); 
    border-radius: 0;
    min-width: 150px;
    background: #d5e5eb;
}
#top-links .dropdown-menu li a {
background: none;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: left;
    text-transform: inherit;
}
#top-links .dropdown-menu li a:hover {
	color:#000;
	background:#f2f2f2;
}
/* block-right */
.block-right { float:right; text-align:right; }
/* top */
#top > .container > ul > li{
	display: inline-block;
}
#top > .container > ul{
	margin: 0;
}
#top .text-ex{
	color: #292929;	
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid rgba(55,55,55,.1);
	padding-bottom: 5px;
}
#top > .container > ul:first-child{
	padding: 12px 0;
}
#top > .container > ul:first-child > li{
	padding: 0;
}
#top > .container > ul:first-child > li >span:not(.text-ex){
	color: #888;
}
#top > .container > ul:last-child{
}
#top.text-ex{
	padding: 12px 0px;
	margin-right: 5px;
	font-size: 13px;
}
.top-links{
	margin: 0;
}
.top-links > li:not(:last-child){
	margin-bottom: 20px;
}
#top> li{
	padding: 0 20px;
	position: relative;
}
#top-links a,
#top.dropdown-menu a,
#top.dropdown-menu button{
	display: block;
	
}
#top-links a:hover,
#top.dropdown-menu a:hover,
#top.dropdown-menu button:hover,
#top.dropdown-menu .item-selected{
	color: #888;
	text-decoration: none;
}
.logo-container {
	margin: 20px 0px 14px;
}
#logo a{
	display: inline-block;
}
/* container-fix */
.container-fix {
	position:relative;
}
/* header-right */
.header-right {
	position:absolute;
	display:inline-block;
	top:34px;
	right:15px;
	z-index: 1;
}

.footer-paypal a {
    color: #ddd;
}

.footer-paypal a:hover {
    color: #fff;
}

/* header-wishlist */
.header-wishlist {
	float:right;
	margin-right:18px;
	position: relative;
}
.header-wishlist a {
    font-size: 10px;
}
.header-wishlist a:before {
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    content: "\f15e";
font-size: 23px;
    color: #222;
    margin-right: 8px;
    line-height: 1;
	font-weight:500;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.header-wishlist a:hover:before {
    color: #000;
}
.header-wishlist span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #222;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: -6px;
    right: -8px;
    text-align: center;
    border-radius: 100%;
}

h2.category-namelife {
    float: left;
    font-size: 31px;
	display: contents;
}

.category-info-p {
    margin-bottom: 25px !important;
}

.category-info .description {
    margin-top: 20px;
    margin-bottom: 0;
}

/* search */
.search-containers {
	float: right;
	margin-right:15px;
}
.search-container{
	position: relative;
	z-index: 113;
}
.title-search {
	font-size:16px;
	color:#666666;
	text-transform:capitalize;
}
.title-search:hover {
	text-decoration:underline;
	cursor:pointer;
}
.title-search i {
    font-size: 23px;
    color: #222;
	font-weight: 500;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.title-search:hover i {
	color:#000;
}
.search-container .container{
	position: relative;
	height: 100%;
}
.search-content {
	position: absolute;
    top: 56px;
    right: 0;
	display:none;
}
#search {
	width: 355px;
    background: #ffffff;
	border:0;
    display: inline-block;
    margin: 0;
	position:relative;
	box-shadow: 0px 0px 5.76px 0.24px rgba(0, 0, 0, 0.16);
}
#search input{
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 40px 0 15px;
	background: none;
	color: #666666;
	font-size:13px;
	font-weight:400;
	width: 100%;
	height: 41px;
	line-height: 41px;	
	text-transform:capitalize;
}
#search input::-webkit-input-placeholder{
  color: #bababa;
}
#search input::-moz-placeholder{
  color: #bababa;
}
#search input:-ms-input-placeholder{
  color: #bababa;
}
#search input:-moz-placeholder {
  color: #bababa;
}
#search button {
	width:50px;
	height:41px;
	line-height:41px;
	border: none;
	border-radius: 0 30px 30px 0;
	box-shadow: none;
	padding: 0;
	font-size: 0;
	font-weight:400;
	background: none !important;
	position: absolute;
	top:0;
	right:0;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#search button i {
	color:#232323;
	font-size: 18px;
	line-height:41px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#search button i:hover{
	color: #d5ae33;
}
#search.expand-search > i:hover{
	color: #ee3333;
}
#search.expand-search > i{
	color: #fff
}
#search.expand-search > input{
	max-width: 250px;
	padding: 0 0 0 20px;
	background: #222;
	margin-top: -10px;
	color: #fff;
}
/*Search-category*/
#search-by-category {
    float:left;
	position:relative;
}
.search-container {
	width:350px;
	border:0;
	background:#fff;
	display:inline-block;
	margin:6px 0 0;
	position:absolute;
	right:0;
	top:50px;
	box-shadow:0px 0px 5.76px 0.24px rgba(0, 0, 0, 0.16);
	display:none;
}
#search-by-category .search-container .categories-container{
    float:left;
	width:30%;
    position:relative
}
#search-by-category .search-box {
	width:70%;
	position: relative;
    height: 38px;
    float: left;
}
#search-by-category .search-container #text-search {
    width: 100%;
    border:0;
    border-left:0;
    box-shadow:none;
    height:40px;
	line-height:40px;
    color: #222;
    font-size: 13px;
	font-weight:400;
	padding:0 40px 0 15px;
}
#search-by-category .search-container .categories-container {
    text-transform: uppercase;
    border:0;
	background:#fff;
	position:relative;
	display:none;
}
#search-by-category .search-container .categories-container:after {
	content: "";
	width: 1px;
	height: 16px;
	background: #a1a1a1;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}
#search-by-category .search-container .categories-container .hover-cate p {
    margin:0;
	font-size: 13px;
	color: #363f4d;
	font-weight:400;
    padding:0 23px 0 15px;
    cursor: pointer;
    height: 50px;
	line-height:52px;
    overflow: hidden;
	text-transform:capitalize;
	border-radius:50px 0 0 50px;
	position:relative;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content: "\f2f9";
    font-family: 'Material-Design-Iconic-Font';
    position:absolute;
	right:20px;
	top:0;
    font-size: 12px;
    color: #444444;
}
#search-by-category .search-container .categories-container .hover-cate p:hover {
	background:#fff;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    top:30%;
    right:0px;
    padding:6px 20px 5px 0;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top:5px;
    border: 0 !important;
    padding: 20px;
    width:120%;
	text-align:left;
    cursor: pointer;
	border-radius:5px;
}
.cate-items li {
    text-transform: capitalize;
    color:#333;
    font-size: 12px;
	line-height:25px;
    list-style: none;
}
.cate-items li.f1 {
    padding-left: 10px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 50%;
    top: 100%;
    width: 350px;
    margin: 80px 0 0 -339px;
}
.search-ajax .product-name {
    margin: 5px 0 3px;
    text-align: left;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
}
.search-ajax .product-info { margin-bottom:20px; }
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .detail {
	margin:10px 0 0;
	text-align:left;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:345px;
    overflow: auto;
    padding:20px 0;
	margin:0;
}
#search-by-category .item-inner {
	padding:10px !important;
	margin:0 0 20px;
	border:0;
}
#search-by-category .item-inner .price-label { text-align:left; }
#search-by-category .item-inner:before {
	display:none;
}
#sp-btn-search {
	position:absolute;
	right:0;
	top:0;
}
#btn-search-category {
    background:none;
    padding:0;
	height:40px;
	line-height:40px;
	width:40px;
	font-size:0;
	border:0;
    box-shadow:none;
    border-radius:0;
	margin:0;
    text-shadow:none;
}
#btn-search-category:before {
	font-family:'Ionicons';
	content:"\f4a4";
	font-size:18px;
	display:inline-block;
	color:#1c1d22;
	line-height:40px;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
#btn-search-category:hover:before {
	color:#eb3e32;
}
#search-by-category .price-box {
	margin:10px 0 0;
}
/* newsletter popup */
.b-close{
	display: block;
	letter-spacing:0;
}
.b-close:before {
	font-family: "Ionicons";
	content: "\f2d7";
	display:inline-block;
	color:#434343;
	font-size:16px;
}
.b-close span { display:none; }
.newletter-popup{
	background: #fff;
    top: 50% !important;
    margin-top: -179px;
    position: fixed !important;
    padding: 50px;
    text-align: center;
    display: none;
}
#boxes .newletter-title h2{
	font-size: 30px;
	text-transform: uppercase;
	color: #343434;
	margin: 0 0 30px;
	font-weight:700;
}
#boxes .box-content label{
	font-weight: 400;
	font-size:13px;
}
#boxes .box-content .newletter-label {
	width:70%;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 50%;
	margin: 20px 0 30px;
	padding: 0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
	font-size:13px;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	position: absolute;
	right: -12px;
	top: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
/* newsllter */
.newletter-subscribe-container {
	padding:80px 0;
	background:url("../image/bg-newletter.jpg") no-repeat 0 0;
	background-size:cover;
	margin-top:80px;
}
.newletter-subscribe {
	display:inline-block;
	width:100%;
}
#dialog-normal .newletter-title {
	text-align:center;
}
#dialog-normal .newletter-title h6 {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
}
#dialog-normal .des-testimonial{
	line-height: 24px;
	margin: 0 0 55px 0;
}
#dialog-normal .newletter-title h3 {
	font-size: 15px;
	color: #ffffff;
	font-weight:400;
	margin: 0;
	text-transform:inherit;
	line-height:25px;
	width:50%;
	display:inline-block;
	margin:30px 0 0;
}
#dialog-normal{
	text-align: center;
}
#frm_subscribe-normal{
	display:inline-block;
	width: 550px;
	position:relative;
	margin:30px 0 0;
}
#subscribe_email{
	background: none;
	font-size:13px;
	color: #ffffff;
	font-weight:400;
	display: block;
	padding: 0 110px 0 10px;
	height: 52px;
	width: 80%;
	float: left;
	margin: 0;
	border: 1px solid #c4c4c3;
	border-radius:0;
}
#subscribe_email::-webkit-input-placeholder{
  color: #fff;
}
#subscribe_email::-moz-placeholder{
  color: #fff;
}
#subscribe_email:-ms-input-placeholder{
  color: #fff;
}
#subscribe_email:-moz-placeholder {
  color: #fff;
}
#subscribe .btn {
	border: none;
	background: #fff !important;
	padding: 0 20px;
	height: 52px;
	line-height:52px;
	position: absolute;
	right: -15px;
	top: 0;
	font-size: 13px;
	color: #171717 !important;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
}
#subscribe .btn:hover{
	background: #171717 !important;
	color:#fff !important;
}
#notification-normal{
	text-align: center;
	clear: both;
}
#notification-normal div{
	color: #fff;
}
#notification-normal div.warning{
	color: #f00;
	text-align: left;
}

.mfilter-box-258 .mfilter-heading {
    background: #d5e5eb !important;
}

/* blog */
#blog_home {
	margin:70px 0 0;
}
#blog_home .module-title:before { width:29%; }
#blog_home .articles-inner {
	overflow: hidden;
	padding:0;
	border:0;
	box-shadow:none;
}
#blog_home .aritcles-content {
	text-align:left;
	margin:25px 0 0;
}
#blog_home .row_items .articles-inner:hover .articles-image .readmore,
#blog_home .row_items .articles-inner:hover .articles-image::before{
	opacity: 1;
}
#blog_home .row_items .articles-inner .articles-image{
	position: relative;
}
#blog_home .articles-date span {
	display: block;
	margin-bottom:0;
}
#blog_home .articles-date {
	background:#fff;
	padding:10px 12px;
	font-size: 16px;
	color: #252531;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	float:left;
	text-align:center;
	position:absolute;
	top:20px;
	right:20px;
	display:none;
}
#blog_home .articles-date .author{
	color: #888;
	padding-left: 15px;
}
.articles-name {
	font-size: 15px;
	font-weight: 700;
	color: #444444;
	margin: 0 0 10px;
	display: block;
	text-transform: uppercase;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.articles-name:hover {
	color:#000000;
}
.articles-name + span {
	color: #000000;
	text-transform: capitalize;
	font-size:14px;
	font-weight:400;
	display:none;
}
.articles-intro {
	line-height: 23px;
	font-size:14px;
	color:#666666;
	font-weight:400;
	margin: 15px 0 0;
}
.readmore {
	margin:18px 0 0;
}
.readmore a {
	color: #444444;
	font-size: 12px;
	font-weight:700;
	display: inline-block;
	text-transform:uppercase;
}
.readmore a:hover,
.readmore a:hover:after { 
	color:#000000;
}
.readmore a:after {
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 15px;
    color: #444444;
    display: inline-block;
    content: '\f30f';
    font-family: 'Material-Design-Iconic-Font';
    font-weight: normal;
    vertical-align: middle;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.blog-blog .article-titles { margin-bottom:40px; }
.blog-blog .article-titles h3 {
	font-size:25px;
	margin:0;
}
.blog-blog .article-name a {
	font-size:18px;
}
.blog-blog .intro-text { margin:20px 0 0; }
.blog-blog .readmore-page {
	font-size:14px;
	font-weight:700;
	margin:20px 0 0;
	display:block;
}
.blog-blog .article-item-inner {
	margin-bottom:40px;
}
.blog-blog .article-list:last-child .article-item-inner {
	margin:0;
}
.blog-article .article-text {
	margin-top:30px;
	text-align:left;
}
.blog-article .article-title { margin-top:20px; }
.blog-article .article-image img {
	width:100%;
}
.blog-blog .blog-image img {
	width:100%;
}

.extpanel-group .extbtn-block .btn {
    padding: 13px 2px;
}
/* cart */
.header-cart {
	float:right;
}
.cart-container {
	float:right;
	 padding: 15px 0 19px;
}

#bs-menu.bs-menu-right .bs-menu-toggle {
    background: #fff;
}

#cart{
	float: right;
	width: auto;
}
#cart-total {
	display:block;
	width:100%;
	color:#fff;
	font-size:14px;
}
#cart-total .number-cart {
	width:18px;
	height:18px;
	line-height:18px;
	background:#222;
	font-weight: 600;
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
	float: left;
	position:absolute;
	top:-6px;
	left:17px;
	text-align: center;
	border-radius:100%;
}
#cart-total .text-cart { display:none; }
#cart-total .total-price{
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-align: left;
}
#cart > button {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
	text-align:left;
	position:relative;
}
#cart .dropdown-cart i {
	font-size: 23px;
	color: #222;
	line-height: 1;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#cart > button:hover > i {
	color:#000;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu {
	background: #fff;
    border: 0;
    min-width: 355px;
    margin: 0;
    padding: 20px;
    top: 56px;
    border-radius: 0;
    box-shadow: 0px 0px 5.76px 0.24px rgba(0, 0, 0, 0.16);
    color: #555555;
    font-size: 13px;
}
.common-home #cart .dropdown-menu {
	border:0;
}
#cart .dropdown-menu .cart-empty {
    padding: 15px 0;
    margin: 0;
}
#cart-total .item-cart {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #888;
	border: 2px solid #fff;
	color: #fff;
	top: -8px;
	left: 32px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400 !important;
}
#cart .dropdown-menu .cart-button { 
	padding: 0;
    margin: 20px 0 0;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button:hover{
	color: #888;
}
#cart .cart-close button {
	background: none !important;
    color: #363f4d;
    border: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none !important;
    position: absolute;
    top: 6px;
    right: 0;
    padding: 0;
}
#cart .cart-close button i {
	font-size: 12px;
    color: #363f4d;
}
#cart .cart-close button:hover i {
	color:#000000;
}
#cart .cart-quantity{
	color: #444444;
	font-size: 14px;
	margin: 0 0 0 10px;
	display:inline-block;
}
#cart .cart-name:hover{
	color: #000000;
}
#cart .cart-name{
	color: #292929;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}
#cart .cart-price{
	font-size: 16px;
	color: #929292;
}
#cart p.cart-button a:last-child{
	margin: 0;
}
#cart p.cart-button {
	text-align:left;
}
#cart p.cart-button a {
    border: 0;
    background: #222;
    color: #ffffff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0 18px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border-radius: 0;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #000000;
	border-color:#000000;
}
#cart .cart-button a.view-cart {
    margin-bottom: 15px;
	margin-right: 20px;
}
#cart .dropdown-menu .info-item {
	padding:6px 20px;
}
#cart .dropdown-menu .info-item small {
	font-size:13px;
}
#cart .dropdown-menu .info-item a {
	font-size:14px;
	color:#444444;
	display:block;
	font-weight:600;
}
#cart .dropdown-menu .info-item a:hover {
	color:#000000;
}
#cart .dropdown-menu .info-item .cart-price {
	font-size:18px;
	color:#000000;
	display:inline-block;
	font-weight:700;
	width:100%;
	margin:5px 0 0;
}
#cart .dropdown-menu tr td strong{
	color: #000;
}
#cart .dropdown-menu tr td:first-child {
    font-size: 15px;
    color: #222;
    text-transform: inherit;
    font-weight: 600;
}
#cart .dropdown-menu tr td:last-child {
    font-size: 17px;
    color: #222;
    font-weight: 600;
}
#cart .dropdown-menu .cart-totals .text-left {
    float: left;
}
#cart .dropdown-menu .cart-totals .text-right {
    float: right;
}
#cart .dropdown-menu .cart-close {
	margin-left:20px;
}
.unvisible{
	display: none;
}
#cart .dropdown-menu .has-scroll table tr {
    padding: 0;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}
#cart .dropdown-menu .has-scroll table tr:last-child {
    margin-bottom: 10px;
}
#cart .dropdown-menu .cart-totals {
	padding:20px 0 0;
	margin:0;
	display: inline-block;
	border-top:1px solid #ededed;
}
#cart .dropdown-menu .cart-totals tbody,
#cart .dropdown-menu .cart-totals tbody tr {
	width:100%;
	display:inline-block;
}
#cart .dropdown-menu .cart-totals tbody tr {
	margin-bottom:10px;
}
/* header-link */
.header-link {
	padding: 11px 0 14px;
	margin:0 10px;
    float: right;
    position: relative;
}
.header-link .header-content {
    height: 30px;
    width: 50px;
    text-align: center;
    margin: 0;
    cursor: pointer;
}
.header-link .header-content .icon-link:before {
    color: #fff;
    display: block;
    font-family: "Ionicons";
    line-height: 30px;
	font-size:25px;
    height: 30px;
    width: 50px;
    content:"\f35c";
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.header-link .header-content .icon-link:hover:before {
	color:#000000;
}
.common-home .header-link .header-content .box-content {
	border:0;
}
.header-link .header-content .box-content {
    background: #171e26;
    border: 0;
    padding: 40px 35px 30px;
    position: absolute;
    right: -30px;
    top: 100%;
    width: 250px;
    text-align: left;
    display: none;
	border:2px solid #2f3844;
}
/* fix */
.fix-header{
	background:#fff;
	left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9997;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.fix-header .logo-container{
	margin:15px 0 0;
}
.fix-header .block-right {
	margin:23px 0 0;
}
.fix-header #cart .dropdown-menu {
	top:43px;
}
/* home-welcome */
.home-welcome {
	padding:40px 0 0;
	text-align:center;
}
.home-welcome h3 {
	font-family: 'Great Vibes', cursive;
	font-size:30px;
	color:#000000;
	text-transform:capitalize;
	font-weight:400;
	margin:0;
}
.home-welcome h2 {
	font-size:36px;
	color:#fff;
	font-family: 'Prata', serif;
	margin:10px 0 35px;
	text-transform:capitalize;
	font-weight:400;
}
.home-welcome p {
	font-size:14px;
	color:#b2b2b2;
	font-style:italic;
	margin:0 0 30px;
	line-height:22px;
	font-weight:300;
}
.home-welcome img {
	margin:20px 0 0;
}

.ribbon-wrapper-green {
    display: inline;
    height: inherit !important;
    left: inherit !important;
    overflow: hidden;
    position: absolute;
    bottom: 20px !important;
    right: 0;
	top: inherit !important;
}

.ribbon-green {
    z-index: 12345;
    box-shadow: inherit !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    left: inherit !important;
    padding: inherit !important;
    position: relative !important;
    text-align: center !important;
    top: inherit !important;
    transform: inherit !important;
    -ms-transform: inherit !important;
    -webkit-transform: inherit !important;
    text-indent: inherit !important;
    width: inherit !important;
    text-transform: inherit !important;
}
/* banner-static */
.banner-static .container {
	padding:0;
	width:100%;
}
.banner-static .row {
	margin:0;
}
.banner-static .col-md-4 {
	padding:0;
}
.banner-static .col {
	position:relative;
	overflow:hidden;
}
.banner-static .banner-content {
	width:85%;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	top:50%;
	padding:30px 25px;
	text-align:center;
	opacity:0;
	background:rgba(255,255,255,0.8);
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.banner-static .col:hover .banner-content {
	opacity:1;
}
.banner-static h3 {
	font-size:14px;
	color:#444444;
	text-transform:uppercase;
	margin:0;
	font-weight:600;
	letter-spacing: 0.07em;
	font-family: 'Montserrat', sans-serif;
}
.banner-static h2 {
	font-size:22px;
	color:#444444;
	text-transform:uppercase;
	margin:10px 0 0;
	font-weight:600;
	letter-spacing: 0.07em;
	font-family: 'Montserrat', sans-serif;
}
.banner-static p {
	font-size:40px;
	color:#1e1e1e;
	text-transform:uppercase;
	font-weight:700;
	margin:18px 0 0;
	line-height:1;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
	display:block;
}
.banner-static .banner-content a {
	height: 36px;
    line-height: 34px;
    border: 1px solid #e95b91;
    font-size: 13px;
    color: #e95a91;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin: 18px 0 0;
}
.banner-static .banner-content a:hover {
	background:#e95b91;
	color:#fff;
}
/* banner-center */
.banner-center {
	margin:45px 0 0;
	background:url("../image/block3-home6.jpg") no-repeat 0 0;
	background-size:cover;
	padding:80px 0;
	text-align:center;
}
.banner-center .banner-content {
	width:80%;
	display:inline-block;
}
.banner-center h2 {
	font-size:36px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
}
.banner-center p {
	font-size:16px;
	color:#fff;
	line-height:25px;
	font-weight:400;
	margin:25px 0 0;
	display:block;
}
.banner-center a {
	height:35px;
	line-height:33px;
	border:1px solid #fff;
	padding:0 20px;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	display:inline-block;
	margin:40px 0 0;
}
.banner-center a:hover {
	background:#e95b91;
	border-color:#e95b91;
}
/* banner-center1 */
.banner-center1 {
	margin:10px 0 0;
}
.banner-center1 .col {
	position:relative;
	overflow:hidden;
}
.banner-center1 .banner-text {
	position:absolute;
	padding:0 30px;
	left:0;
	top:50%;
	text-align:left;
	-webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
}
.banner-center1 .banner-text h2 {
	font-size:18px;
	color:#252531;
	text-transform:uppercase;
	margin:0;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
}
.banner-center1 .banner-text h2 span {
	color:#22706b;
	display:block;
	margin:2px 0 0;
}
.banner-center1 .banner-text .col2 h2 span {
	color:#a36444;
}
.banner-center1 .banner-text .col3 h2 span {
	color:#88af5e;
}
.banner-center1 .banner-text a {
	font-size:12px;
	color:#8c8c8c;
	text-decoration:underline;
	margin:20px 0 0;
	display:block;
}
.banner-center1 .banner-text a:hover {
	color:#000000;
	padding-left:5px;
}
.banner-center1 img {
	-webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all;
}
.banner-center1 img:hover {
	opacity:0.7;
}
/* banner-bottom */
.banner-bottom {
	margin:60px 0 0;
}
.banner-bottom .container-inner {
	border-top:1px solid #ebebeb;
	padding:55px 0 45px;
}
.banner-bottom .icon-banner {
	width: 60px;
	text-align:center;
	float:left;
}
.banner-bottom .icon-banner:before {
    content: "";
	width:60px;
	height:60px;
	display:inline-block;
	background:url("../image/icon1.png") no-repeat 0 0;
}
.banner-bottom .col2 .icon-banner:before {
	background:url("../image/icon2.png") no-repeat 0 0;
}
.banner-bottom .col3 .icon-banner:before {
	background:url("../image/icon3.png") no-repeat 0 0;
}
.banner-bottom .col4 .icon-banner:before {
	background:url("../image/icon4.png") no-repeat 0 0;
}
.banner-bottom .banner-text {
	margin-left:70px;
	padding-top:12px;
}
.banner-bottom h2 {
	font-size:14px;
	color:#252531;
	font-weight:600;
	margin:0;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
.banner-bottom p {
	font-size:14px;
	color:#676767;
	margin:6px 0 0;
	font-weight:400;
}
/* banner-bottom1 */
.banner-bottom1 {
	padding:20px 0;
	border-bottom:1px solid #292929;
	border-top:1px solid #292929;
	margin:40px 0 0;
}
.banner-bottom1 .icon-banner {
	width:70px;
	height:70px;
	float:left;
	background:#000000;
	color:#fff;
	font-size:34px;
	border-radius:100%;
	text-align:center;
}
.banner-bottom1 .icon-banner:before {
    font-family: FontAwesome;
    content: "\f041";
    line-height: 70px;
}
.banner-bottom1 .col2 .icon-banner:before {
    content: "\f095";
}
.banner-bottom1 .col3 .icon-banner:before {
    content: "\f0e0";
}
.banner-bottom1 .banner-text {
	margin-left:80px;
	text-align:left;
	padding-top:25px;
}
.banner-bottom1 .col1 .banner-text {
	padding-top:15px;
}
.banner-bottom1 .banner-text p {
	font-size:15px;
	color:#999999;
	margin:0;
}
/* banner-left */
.banner-left { margin:60px 0 0; }
.banner-left img:hover {
	opacity:0.8;
}

div#content h1 {
    color: #222;
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 30px;
    margin-bottom: 20px;
}

/* cms block */
.social-footer .title-social h2 {
	font-size:16px;
	color:#333333;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}
.social-footer {
	padding:0;
	display:inline-block;
	width:100%;
	text-align:right;
	margin:0 0 0;
}
.social-footer ul {
	margin:0;
	padding:0;
}
.social-footer li {
	display:inline-block;
	list-style:none;
	margin-right:25px;
}
.social-footer li:last-child {
	margin:0;
}
.social-footer li a {
	position: relative;
    display: inline-block;
	font-weight:400;
    font-size: 0;
    padding: 0;
}
.social-footer li a:hover:before {
	color:#222;
}
.social-footer li a:before {
	padding: 0 !important;
	margin:0;
    font-size: 16px;
    color: #444444;
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    vertical-align: middle;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.social-footer li.facebook a:before {
	content: '\f09a';
}
.social-footer li.twitter a:before {
	content: '\f099';
}
.social-footer li.google a:before {
	content: '\f0d5';
}
.social-footer li.instagram a:before {
	content: '\f16d';
}
.social-footer li.pinterest a:before {
	content: '\f231';
}
/* -------------- */
.static-policy .text-content p{
	color: #929292;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.static-policy .text-content h2{
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	margin: 25px 0;
}
.static-policy .col{
	
}
.static-policy{
	text-align: center;	
	float: left;
	width: 100%;
	margin-bottom: 100px;
	padding-bottom: 95px;
	border-bottom: 1px solid #ebebeb;
}
.banner-2 .row > div:hover .col-img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	transform-origin: right top;
}
.banner-2 .col-img{
	overflow: hidden;	
	text-align: center;
	margin-bottom: 100px;
}
.banner-2 .text-content a:hover{
	color: #888;
	border-color: #888;
}
.banner-2 .text-content a{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #292929;
	color: #292929;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 80px;
}
.banner-2 .text-content h2{
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: capitalize;
	font-weight: 400;
}
.banner-2 .text-content h3{
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 15px 0;
}
.banner-2 .text-content{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50px;
}
.banner-2 .col-img a{
	position: relative;	
	display: inline-block;
	overflow: hidden
}
.banner-1 .row > div:nth-child(3){
	padding-left: 10px;
}
.banner-1 .row > div:nth-child(2){
	padding: 0 10px;
}
.banner-1 .row > div:nth-child(1){
	padding-right: 10px;
}
.banner-1 .row > div{
	margin-bottom: 90px;
}
.banner-1 .text-content{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.banner-1 .item1,
.banner-1 .item4{
	margin-bottom: 20px;
}
.banner-1 .col-img{
	text-align: center;
}
.banner-1 .items{
	position: relative;
}
.banner-1 .text-content a{
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	font-size: 14px;
	color: #292929;
	text-transform: capitalize;
	font-weight: 500;
	padding: 20px 30px;
	display: inline-block;
}
.static-about h4 span{
	color: #707070;
	font-weight: 400;
}
.static-about h4{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.static-about p{
	line-height: 30px;
	margin: 0 0 50px 0
}
.static-about h1{
	font-size: 30px;
	text-transform: capitalize;
	margin: 0 0 40px 0;
	font-weight: 500;
}
.static-about img{
	margin-bottom: 35px
}
.static-about h3{
	font-size: 12px;
	color: #929292;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
.static-about{
	text-align: center;
	padding: 100px 16%;
}
/* owl carousel */
.owl-carousel .owl-nav > .owl-next,
.owl-carousel .owl-nav > .owl-prev{
	position: absolute;
	top: 50%;
	margin: -75px 0 0 0;
	width: 50px;
	height: 50px;
	line-height:48px;
	background: #fff;
	text-align: center;
	opacity: 1;
	color: #252531;
	padding: 0;
	border:1px solid #a2a2a2;
	border-radius:0;
	opacity:0;
	letter-spacing:0;
}
.owl-style2 .owl-carousel .owl-nav > .owl-next,
.owl-style2 .owl-carousel .owl-nav > .owl-prev {
	margin: -13px 0 0;
	top:50%;
	width:auto;
	border:0;
	background:none !important;
	line-height: inherit;
    height: auto
}
.owl-style2 .owl-nav > .owl-prev{
	left: -15px;
	right:inherit;
}
.owl-style2 .owl-nav > div.owl-next{
	right: -15px;
}
.owl-carousel:hover .owl-nav > .owl-next,
.owl-carousel:hover .owl-nav > .owl-prev{
	opacity: 1;
}
.owl-nav > .owl-prev{
	left: -24px;
}
.owl-nav > div.owl-next{
	right: -24px;
}
.owl-theme .owl-nav > .owl-next:hover,
.owl-theme .owl-nav > .owl-prev:hover{
	color: #fff;
	background:#000000;
	border-color:#000000;
}
.owl-style2 .owl-nav > div i{
	font-size:28px;
}
.owl-nav > div i{
	font-size:18px;
}
.owl-carousel:hover .owl-nav > div{
	opacity: 1;
}
/* home-moduls */
.home-moduls .module-description {
	font-size:14px;
	color:#8c8c8c;
	font-style:italic;
	text-transform:capitalize;
	font-weight:400;
	text-align:left;
	margin:0;
}
.home-moduls .module-title:before {
	display:none;
}
.home-moduls .module-title {
	text-align:left;
}
.home-moduls .module-title h2 {
	font-size:14px;
	padding:0;
}
.home-moduls .list-style .image {
	width:110px;
	float:left;
}
.home-moduls .list-style .caption {
	margin-left:115px;
	text-align:left;
	position:relative;
}
.home-moduls .list-style .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.home-moduls .list-style {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
.home-moduls .list-style:last-child {
	margin:0;
}
.home-moduls .list-style .item-inner .actions {
	left:0;
	bottom:-20px;
	text-align:left;
	opacity:0;
	background:#fff;
}
.home-moduls .list-style .item-inner:hover .actions {
	opacity:1;
}
.home-moduls .list-style .item-inner .actions .add-to-links {
	padding:5px 0;
}
.home-moduls .list-style .item-inner .add-to-links button {
	width:35px;
	height:35px;
	line-height:35px;
}
.home-moduls .list-style .item-inner .add-to-links button:after {
	height:15px;
	top:10px;
}
.home-moduls .owl-carousel .owl-nav > .owl-next,.home-moduls .owl-carousel .owl-nav > .owl-prev {
	width:30px;
	height:30px;
	line-height:28px;
	border: 2px solid #d7d7d7;
	margin:-65px 0 0 0;
}
.home-moduls .owl-nav > div i {
	font-size:15px;
}
.home-moduls .owl-nav > div.owl-next {
	right: -20px;
}
.home-moduls .owl-nav > .owl-prev {
	left: -20px;
}
/* tabprocust */
.tt_tabsproduct_module{
	margin-top: 55px;
}
.tt_tabsproduct_module .owl-carousel .owl-stage-outer {
	padding-bottom:30px;
}
/* tabscategories */
.tabscategories .product-grid:last-child {
	margin:0;
}
.tabscategories .product-grid {
	margin-bottom:40px;
}
/* testimonial */
.testimonial-container {
	background:url('../image/bg-testimal.jpg') no-repeat 0 0;
	padding:70px 0;
	margin-top:35px;
	text-align:center;
}
.testimonial-container .testimonial-content {
	display:inline-block;
	width:70%;
}
.testimonial-container .testimonial-col {
	width:50%;
	float:right;
	text-align:center;
	padding-top: 50px;
}
.testimonial-container .module-title h2 {
	background:none;
	color:#fff;
	letter-spacing:2px;
}
.testimonial-container .module-title h2:before {
	content:'';
	position:absolute;
	left:-30px;
	top:12px;
	width:35px;
	height:2px;
	background:#fff;
}
.testimonial-container .module-title h2:after {
	content:'';
	position:absolute;
	right:-30px;
	top:12px;
	width:35px;
	height:2px;
	background:#fff;
}
.testimonial-container .module-title:before {
	display:none;
}
.testimonial-container .testimonial-box {
	margin:30px 0 0;
}
.testimonial-container .testimonial-box a {
	font-size:15px;
	color:#ffffff;
	font-weight:400;
	line-height:25px;
	width:100%;
	display:inline-block;
}
.testimonial-container .box-testimonial .testimonial-images {
	width:110px;
	display:inline-block;
}
.testimonial-container .box-testimonial .testimonial-images img {
	border-radius:100%;
}
.testimonial-container .box-testimonial .testimonial-author {
	margin-top: 20px;
	font-size:15px;
	color:#ffffff;
	font-weight:700;
	text-transform:capitalize;
}
.testimonial-container .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:50px;
}
.testimonial-container .owl-theme .owl-dots .owl-dot {
	margin-right:13px;
}
.testimonial-container .owl-theme .owl-dots .owl-dot:last-child {
	margin:0;
}
.testimonial-container .owl-theme .owl-dots .owl-dot span {
	width:14px;
	height:14px;
	margin:0;
	background:#bababa;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.testimonial-container .owl-theme .owl-dots .owl-dot.active span,
.testimonial-container .owl-theme .owl-dots .owl-dot:hover span {
	background:#fff;
}
.product-octestimonial .testimonial-container {
	background:none;
	padding:0;
}
.product-octestimonial .row-testimonials {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
.product-octestimonial .testimonial-images {
	width:100px;
	float:left;
}
.product-octestimonial .box-testimonial {
	margin:0 0 0 120px;
	display:table;
}
.product-octestimonial .box-testimonial .testimonial-name {
	margin:20px 0 0;
}
/* BestSeller Products */
.products {
	margin-left:-15px;
	margin-right:-15px;
}
.products .module-title:before {
	width:25%;
}
.first-product .ratings .rating-box div[class^="rating"] {
	background-position: center left;
}
.first-product .product-grid .caption {
	position:absolute;
	padding:15px 20px;
	bottom:0;
	left:0;
	width:100%;
	z-index:3;
}
.first-product .product-name a {
	color:#fff;
}
.first-product .product-name a:hover {
	color:#000000;
}
.first-product .price {
	color:#fff;
}
.first-product .item-inner .actions {
	left:0;
	right:0;
	margin:0 auto;
	top:120px;
}
.products .product-customize .product-grid .caption {
	display:none;
}
.products .product-customize .item-inner .actions {
	top:50%;
	margin:-20px auto 0;
	left:0;
	right:0;
}
.products .product-customize .item-inner .add-to-links div {
	display:none;
	-webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
	-webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all;
}
.products .product-customize .item-inner:hover .add-to-links div {
	-webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.products .product-customize .item-inner .add-to-links .qv-button-container {
	display:inline-block;
}
.products .product-layout {
	margin-bottom:41px;
}
.products .product-layout:last-child {
	margin:0;
}
.products .product-grid {
	margin:0;
}
.products .owl-carousel .owl-nav > .owl-next,.products .owl-carousel .owl-nav > .owl-prev {
	margin:-27px 0 0 0;
}
.products .owl-nav > .owl-prev {
	left: -25px;
}
.products .owl-nav > div.owl-next {
	right:-25px;
}
/* feature-products */
.feature-products {
	margin-top:50px;
}
.feature-products .module-title {
	text-align:left;
}
.feature-products .module-title:before {
	display:none;
}
.feature-products .module-title h2 {
	padding:0 0 20px;
}
.feature-products .module-title h2:after {
	content: '';
    background: #444444;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.feature-products .product-layout {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.feature-products .product-layout:last-child {
	margin:0;
}
.feature-products .image {
	width:100px;
	float:left;
}
.feature-products .caption {
	margin-left:115px;
}
.feature-products .button-group {
	display:none;
}
.feature-products .item-inner {
	margin-bottom: 30px;
	display:inline-block;
	width:100%;
}
.feature-products .product-layout:last-child .item-inner {
	margin:0;
}
.feature-products .item-inner .ratings {
	padding:10px 0;
}
.feature-products .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.feature-products .product-name  {
	margin:0 0 3px;
	font-size:15px;
}
.feature-products .price {
	margin:5px 0 0;
}
.feature-products .price-new {
	width:100%;
	display:block;
	margin-bottom:5px;
}
/* banner-ourbrands */
.brand-container {
	margin:70px 0 0;
	position:relative;
	border-top:1px solid #ededed;
	padding:40px 0;
}
.brand-container .swiper-container {
	padding:5px 0;
}
.brand-container .item { 
	text-align:center;
}
.brand-container .item img {
	display:inline-block;
}
.brand-container .swiper-slide {
	padding:0 15px;
}
.brand-container .swiper-pager div {
	position: absolute;
    top: 50%;
    margin: -30px 0 0 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    background: #fff;
    text-align: center;
    opacity: 1;
    color: #252531;
    padding: 0;
    border: 1px solid #a2a2a2;
    border-radius: 0;
    opacity: 0;
	font-size:18px;
	-webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
}
.brand-container:hover .swiper-pager div {
	opacity:1;
}
.brand-container .swiper-pager div:hover {
	background:#000;
	border-color:#000;
	color:#fff;
}
.brand-container .swiper-pager div:before {
	display:none;
}
.brand-container .swiper-pager .swiper-button-prev {
	left: -22px;
}
.brand-container .swiper-pager .swiper-button-next {
	right: -22px;
}
/* footer-static */
.footer-static {
    padding: 45px 0 25px;
    background: #1c1d22;
}
.footer-static .footer-title {
	margin-bottom:25px;
}
.footer-static .col1 .footer-title {
	display:none;
}
.footer-static .col3 .footer-title,
.footer-static .col4 .footer-title {
	display:none;
}
.footer-static .col4 .footer-title {
	margin-bottom:30px;
}
.footer-static .footer-title h2 {
font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    letter-spacing: 1px;
}
.footer-static .logo-footer {
	margin-bottom:35px;
}
.footer-static .footer-description {
	margin-bottom:30px;
}
.footer-static .footer-content p {
	font-size:14px;
	color:#e0e0e0;
	font-weight:400;
	margin:10px 0 0;
}
.footer-static .footer-content p span {
	margin-left: 13px;
}
.footer-static .footer-content li {
	line-height:32px;
	position: relative;
}
.footer-static .footer-content a {
	font-size:14px;
	color:#e0e0e0;
	font-weight:400;
	text-transform:capitalize;
}
.footer-static .footer-content a:hover {
	color:#fff;
	padding-left:6px;
}
.footer-static .products1 {
	margin:0;
}
.footer-static .module-title {
	text-align:left;
}
.footer-static .module-title h2 {
	font-size:17px;
	color:#fff;
	text-align:left;
	background:none;
	padding:0;
}
.footer-static .module-title:before {
	display:none;
}
.footer-static .product-layout {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
.footer-static .product-layout:last-child {
	margin:0;
}
.footer-static .image {
	width:70px;
	float:left;
}
.footer-static .image a:hover {
	padding:0;
}
.footer-static .caption {
	margin-left:85px;
	text-align:left;
	padding:0;
}
.footer-static .ratings .rating-box div[class^="rating"] {
	background-position: center left;
	filter: contrast(200%) brightness(50%) invert(100%);
}
.footer-static .item-inner .actions {
	display:none;
}
.footer-static .product-name a {
	color:#fff;
}
.footer-static .product-name a:hover {
	color:#b5b5b5;
	padding:0;
}
.footer-static .price {
	color:#fff;
	font-weight:400;
	font-size:15px;
}
.footer-static .price-old {
	font-size:13px;
}
.footer-static .price-new { font-weight:400; }
/* footer-link */
.footer-link {
	border-top:1px solid #2c2d32;
	background:#1c1d22;
	padding:20px 0 10px;
}
.footer-link ul {
	padding:0;
	text-align: center;
}
.footer-link ul li {
	display:inline-block;
	margin-right:24px;
	padding-right:24px;
	border-right:1px solid #414141;
}
.footer-link ul li:last-child {
	border:0;
	padding:0;
	margin:0;
}
.footer-link li a {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
}
.footer-link li a:hover {
	color:#bdbdbd;
}
/* footer */
#back-top:hover{
	background:#000000;
}
#back-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border-radius:3px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 700;
	text-transform: uppercase;
	background: #8e8e8e;
	z-index: 999;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#back-top span{
	margin-right: 15px;
}
#back-top i{
	font-size: 12px;
}
footer {
	padding: 0;
	background:#f6f6f6;
	margin: 0;
}
/* ------------ */
/* footer-paypal */
.footer-paypal {
	text-align:center;
}
.footer-onlife {
	text-align:right;
		margin: 0;
	color: #bdbdbd;
	font-size:13px;
	width:100%;
	font-weight:400;
    letter-spacing: 0.5px;
}
.footer-onlife a {
	color: #bdbdbd;
}
.footer-onlife a:hover {
	color: #fff;
}
.footer-paypal ul {
	padding:0;
	margin:0;
}
.footer-paypal ul li {
	list-style:none;
	display:inline-block;
	margin-left:13px;
}
.footer-paypal ul li:first-child {
	margin:0;
}
.footer-bottom {
	padding:28px 0 20px;
	background:#15161b;
}
.copyright-text a { 
	color: #fff;
}
.copyright-text a:hover {
	color:#bdbdbd;
}
.copyright-text{
	margin: 0;
	color: #bdbdbd;
	font-size:13px;
	width:100%;
	font-weight:400;
    letter-spacing: 0.5px;
}
/* breadcrumbs */
.breadcrumb-container {
	background:#c9dce3;
	margin-bottom:30px;
}
.breadcrumbs .breadcrumb {
	margin: 0
}
.breadcrumb {
	padding: 20px;
	margin: 0;
	background: none;
	text-align:left;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a{
	color: #000000;
}
.breadcrumb > li + li::before,
.breadcrumb a{
	color: #444444;
	text-transform: capitalize;
	font-size:14px;
}
.breadcrumb > li + li::before {
	color: #444444;
	text-transform: capitalize;
	font-family:'FontAwesome';
	content:"\f105";
	padding:0 18px;
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs h1,
.breadcrumbs h2{
	font-size: 36px;
	font-weight: 500;
	color: #333333;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
.breadcrumbs .category-name {
	display:none;
}
.breadcrumbs{
	padding: 40px 0;
	text-align: left;
	margin-bottom: 20px;
}

.ul-second-items .li-second-items .a-second-link:hover {
    padding-left: 7px;
    color: #000 !important;
}

.ul-second-items .li-third-items .a-third-link:hover {
    padding-left: 14px;
    color: #000 !important;
}

.ul-second-items .li-second-items:hover .a-second-link, .ul-second-items .li-second-items.active .a-second-link {
    color: #000 !important;
}

.horizontal-menu .ul-second-items .li-second-items:last-child .a-second-link:hover {
	    padding-left: 7px;
color: #000 !important;
}

/* category */
.category-name {
	font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.catgory-thumb {
	margin-bottom:40px;
}
.refine-category {
	font-size: 20px;
    color: #444;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
	margin-bottom:15px;
	
}
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
.category-compare {
	margin:0;
	text-align: right;
    float: right;
}
.category-compare a {
	text-transform: capitalize;
    color: #222;
    font-size: 14px;
	font-weight:400;
}
.category-compare a:hover {
	color:#000000;
}
.custom-products .product-list .item-inner .ratings-price .ratings .rating-box div[class^="rating"] {
	background-position: center left;
}
.product-list .item-inner {
	margin-bottom:30px;
	border:0;
	display:inline-block;
	width:100%;
	margin-left:15px;
	padding:0;
	box-shadow:none;
}
.product-list:last-child .item-inner {
	padding:0;
	border:0;
}
.product-list .image {
	padding:0;
}
.product-list .label-product {
	top:0;
}
.product-list .caption {
	padding-left:30px;
}
.product-list .item-inner .ratings-price .ratings {
	float:left;
	width:100%;
	padding:8px 0 0;
}
.product-list .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.custom-products .product-list:last-child .product-thumb{
	border: none;
}
.custom-products .product-list .product-thumb:hover{
	box-shadow: none;
}
.custom-products .product-list .product-thumb{
	float: left;
	width: 100%;
	margin: 0 -15px;
}
.product-list .product-name {
	font-size:18px;
	margin:0 0 18px;
}
.product-list .product-name a:hover {
	color:#000;
}
.product-list .price {
	margin:12px 0 0;
	font-size:24px;
}
.custom-products {
	margin: 0 -15px;
}
.custom-products .product-layout {
	_-webkit-transition: all 1s ease;
    _-moz-transition: all 1s ease;
    _-o-transition: all 1s ease;
    _transition: all 1s ease;
}
.custom-products .price-box p {
	display:inline-block;
}
.custom-products .price-box .price-tax {
	width:100%;
	display:none;
}
.custom-products .price-box .special-price span {
	width:auto;
} 
.custom-products .price-box .old-price span {
	color: #a2a2a2;
    font-size: 15px;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 400;
}
.custom-products .four-item .item-inner .add-to-links button {
	width:40px;
	height:40px;
	line-height:40px;
}
.custom-products .four-item .item-inner .add-to-links button:before {
	font-size:16px;
}
.custom-products .five-item .item-inner .add-to-links button {
	width:35px;
	height:35px;
	line-height:35px;
}
.custom-products .five-item .item-inner .add-to-links button:before {
	font-size:15px;
}
.custom-products .four-item .product-name {
	margin:0 0 10px;
} 
.custom-products .four-item .item-inner .ratings-price .price {
	width:100%;
}
.custom-products .four-item .item-inner .ratings-price .ratings {
	float:left;
	width:100%;
	padding:0 0 10px;
}
.custom-products .item-inner .ratings-price .ratings .rating-box div[class^="rating"] {
	background-position: center right;
}
.custom-products .four-item .item-inner .ratings-price .ratings .rating-box div[class^="rating"] {
	background-position: center left;
}
.layer-category ul {
	padding:0;
}
.layer-category ul li {
	list-style:none;
	display:inline-block;
	margin-right:6px;
}
.layer-category ul li:last-child {
	margin:0;
}
.layer-category ul li a {
	text-transform: capitalize;
    color: #444444;
    font-size: 14px;
	font-weight:400;
}
.layer-category ul li a:hover {
	color:#000000;
}
@media (min-width: 992px){	
	.custom-products .two-items:nth-child(2n+1),
	.custom-products .three-items:nth-child(3n+1),
	.custom-products .four-items:nth-child(4n+1),
	.custom-products .five-items:nth-child(5n+1){
		clear: both;
	}
}
.toolbar {
	float: left;
	width: 100%;
	margin:16px 0;
	padding:0 0 20px;
	min-height:52px;
	border-bottom:1px solid #e8e8e8;
}
.toolbar.toolbar-bottom {
	border-top:1px solid #e8e8e8;
	border-bottom:0;
	padding:20px 0 0;
}
.toolbar3 .btn-group{
	background:none;
	padding-top:18px;
}
.toolbar3{
	padding: 0 40px 0 0;
	text-align:left;
	display: none;
}
.toolbar2{
	padding: 0;
}
.toolbar .toolbar2,
.toolbar .toolbar1 {
	padding-left: 0;
	float:right;
}
.toolbar .toolbar1 {
	margin-left:25px;
}
.toolbar .toolbar2 label,
.toolbar .toolbar1 label {
	float:left;
	line-height:28px;
	margin:0 8px 0 0;
}
.toolbar .toolbar2 #input-limit,
.toolbar .toolbar1 #input-sort {
	float:left;
	height:28px;
	border:1px solid #ebebeb;
	border-radius:3px;
	width:auto;
	padding:0 10px;
}
#input-sort,
#input-limit {
	background:none;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #222;
	font-weight:400;
	text-align: center;
	height:52px;
	border:0;
}
#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
	color: #292929 !important;
}
#list-view{
	margin-right: 15px;
}
.toolbar div {
	float:left;
	font-size:14px;
	color:#222;
	line-height: 28px;
}
.toolbar .toolbar-amount { float:left; }
.toolbar-bottom .toolbar-amount { float:right; }
.btn-custom-view,
#list-view,
#grid-view {
	border: none;
	border-radius: 0px;
	color: #e2e2e2;
	padding: 16px;
	background: #8e8e8e;
	line-height: 16px;
	box-shadow: none !important;
	display:inline-block;
	font-size:0;
	margin-left: 8px;
}
.btn-custom-view:first-child,
#list-view {
	margin:0;
}
.btn-grid,
#grid-view {
	height:16px;
}
.btn-grid-3,
#grid-view {
	background:url("../image/grid3.png") no-repeat 50% 50% #555 !important;
	width:auto;
}
.btn-grid-3.active,.btn-grid-3:hover,
#grid-view:hover,#grid-view.selected {
	background:url("../image/grid3.png") no-repeat 50% 50% #000000 !important;
}
.btn-grid-4 {
	background:url("../image/grid4.png") no-repeat 50% 50% #555 !important;
	width:auto;
	padding:16px 18px;
}
.btn-grid-4.active,.btn-grid-4:hover {
	background:url("../image/grid4.png") no-repeat 50% 50% #000000 !important;
}
.btn-list,
#list-view {
	background:url("../image/list.png") no-repeat 50% 50% #555 !important;
	width:auto;
	height:16px;
}
.btn-list:hover,.btn-list.active,
#list-view:hover,#list-view.selected {
	background:url("../image/list.png") no-repeat 50% 50% #000000 !important;
}
.pagination{
	margin: 0;
}
.pagination > li.active > span, .pagination > .active > a, 
.pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover, .pagination > li > a:focus, 
.pagination > li > a:hover, .pagination > li > span:focus, 
.pagination > li > span:hover {
    background: none !important;
	color: #fff !important;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 2px;
}

.pagination > li:hover > a {
    background: #000 !important;
	color: #fff !important;
    padding: 0 5px;
}

.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 0 !important;
	background: none !important;
	color: #444444 !important;
	font-size: 13px;
	font-weight:400 !important;
	padding: 0;
	height:auto;
	line-height:auto;
	padding: 0 5px;
	text-align: center;
}
.pagination{
	line-height: 1;
}
.pagination > li{
	display: inline-block;
	vertical-align: middle;
}

.pagination > li.active {
    background: #000;
    color: #fff !important;
}

.pagination > li:hover {
    background: #000;
    color: #fff !important;
}

/* product detail */
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #888 !important;
}
.thumbnails {
	margin-bottom:10px;
}
.block-1 .thumbnails-additional .thumbnail{
	margin: 0;
	border:1px solid #edecec !important;
}
.block-1 .thumbnails-additional .thumbnail:hover,
.block-1 .thumbnails-additional .current-additional {
	border:1px solid #000000 !important;
}
.block-1 .thumbnails-additional .current-additional{
	opacity: 1;
}
.block-1 .thumbnail {
	padding: 0;
	border-radius: 0;
	margin:0;
	background:#fff;
	border: 0 !important;
}
.block-2 .product-name{
	margin: 0;
	font-size: 24px;
	color: #222;
	text-transform: inherit;
	line-height: normal;
	font-weight: 600;
	min-height: auto;
    max-height: initial;
}
.block-2 .product-name + p{
	margin: 10px 0 0;
}
.block-2 .product-name + p a{
	text-transform: capitalize;
}
.block-2 .ratings .rating-box {
	width: 71px;
	display: inline-block;
	margin-right:15px;
	height: 11px;
	background-image: url("../image/rating0.png");
}
.block-2 .ratings a {
	padding:0 8px;
	color:#272727;
	font-size: 13px;
}
.block-2 .ratings a:hover {
	color:#000000;
}
.block-2 .price {
	margin: 0 0 18px 0;
	font-size:30px !important;
	color:#000;
	font-weight: 700;
}
.block-2 .price-old {
	font-size:22px;
	margin:0 0 0 6px;
}
.block-2 .ratings {
	margin: 20px 0 15px;
	float: none;
	width: auto;
}
.block-2 .list-unstyled {
	color: #676767;
	clear: both;
	font-size:14px;
	font-weight:400;
	margin:0 0 20px;
}

ul.list-unstyled.onlist {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 20px;
    margin-bottom: 27px;
    padding: 11px 0;
}

.block-2 .list-unstyled li {
	line-height:25px;
	font-style: initial;
	font-size:14px;
	color:#222;
	text-transform:none;
}
.block-2 .price-product {
	font-size: 30px !important;
	color: #000000 !important;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 30px;
}
.block-2 .ex-text {
    color: #1b1b1b;
    margin-left: 1px;
    font-weight: 500;
    font-size: 14px;
    text-transform: inherit;
}
.block-2 .short-des {
	margin: 30px 0 35px;
	color: #666666;
	line-height: 25px;
	font-size:15px;
	font-weight:400;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:30px 0;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: block;
    height: 40px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 22px;
    font-size: 13px;
    border-radius: 0;
	border: 1px solid #e5e5e5;
	background: none;
	padding: 0;
	color: #666666;
	float: left;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#plus2,#plus {
	border-right:0;
}
#minus2,#minus {
	border-left:0;
}
#minus2:hover, #plus2:hover,
#minus:hover, #plus:hover{
	color: #000000;
}
#input-quantity2,
#input-quantity {
    width: 64px;
	height: 40px;
	border: 1px solid #e5e5e5;
	background:none;
	font-size: 14px;
	color: #363f4d;
	font-weight:400;
	border-radius:0;
}
label[for='input-quantity']{
    float: left;
    line-height: 1;
    padding: 12px 0;
    margin: 0 30px 0 0;
    color: #222;
    font-size: 15px;
    font-weight: 500;
}
#button-cart2 i,
#button-cart i{
	font-size: 24px;
	margin-right: 7px;
}
#button-cart2,
#button-cart {
	margin: 0 10px 0 0;
	float: left;
	background: #222;
	height: 45px;
	line-height:43px;
	border-radius: 0;
	width:auto;
	padding: 0 15px 0 50px;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight:700;
	position:relative;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#button-cart2:before,
#button-cart:before {
	font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    font-size: 24px;
	line-height:45px;
	content: "\f1cb";
	font-weight:400;
	position:absolute;
	top:0;
	left:18px;
}
#button-cart2:hover,
#button-cart:hover {
	background:#fff;
	color:#222;
	border: 1px solid #222;
}
.block-2 .btn-compare span, 
.block-2 .btn-wishlist span{
	display: none;
} 
.block-2 .btn-compare:hover i, 
.block-2 .btn-wishlist:hover i{
	/* color: #fff; */
}
.block-2 .btn-compare i, 
.block-2 .btn-wishlist i{
	font-size: 16px;
	line-height: 35px;
	vertical-align: top;
}
.block-2 .btn-compare, 
.block-2 .btn-wishlist {
	height:45px;
	line-height:43px;
	width:45px;
    border: 1px solid #222;
	padding: 0;
	background: none;
	color: #222;
	font-size:0;
	font-weight:400;
	text-transform:inherit;
	border-radius:0;
	margin-right:10px;
	letter-spacing:0;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.block-2 .btn-compare:before, 
.block-2 .btn-wishlist:before {
	font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    font-size: 18px;
	content: '\f15f';
	color:#222;
}
.block-2 .btn-compare:before {
	content: '\f30d';
	font-size:20px;
}
.block-2 .btn-compare:hover, 
.block-2 .btn-wishlist:hover {
    color: #fff;
	background:#000;
	border-color:#000;
}
.block-2 .btn-compare:hover:before, 
.block-2 .btn-wishlist:hover:before {
	color:#fff;
}
#product2,
#product{
	clear: both;
	display:inline-block;
	width:100%;
}
#product2 .has-option,
#product .has-option {
	max-height: 300px;
	overflow: auto;
	border: 2px solid #f3f3f3;
	padding: 20px 20px 10px;
	margin: 10px 0 30px;
	background:#fff;
}
#product2 .has-option h2,
#product .has-option h2 {
	color: #292929;
}
#product2 .has-option h3,
#product .has-option h3 {
	font-weight:700;
	font-size:16px;
	color: #292929;
}
#product + div {
	margin: 10px 0 0;
	text-align:left;
}
.quantity-actions {
	display:inline-block;
	width:100%;
}
.quantity-box {
	display:inline-block;
	width:100%;
	margin: 0 0 27px;
}
.quantity-box .quantity-content {
	width:109px;
	float:left;
}

/*Table*/
#tablelife thead {
    display: none;
}

#tablelife .table-bordered {
	border: none;
}

#tablelife {
  border-collapse: collapse;
  width: 100%;
}

#tablelife td, #tablelife th {
border: none;
    padding: 7px;
}

#tablelife tr:nth-child(even){background-color: #f2f2f2;}

#tablelife th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

.block-3{
	margin: 25px 0 0 !important;

}

#tab-review #review {
	max-height: 300px;
	overflow: auto;	
}
.block-3 .tab-content .tab-pane {
	padding:15px 0 0;
	border:0;
    font-size: 14px;
    color: #222;
    line-height: 24px;
    padding: 15px 20px 5px 20px;
    border: 1px solid #ddd;
}
.block-3 .tab-content .tab-pane h2 {
	color:#fff;
	font-weight:500;
}
.block-3 .nav-tabs {
font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    border: none;
    text-align: left;
    padding-bottom: 15px;
    margin: 0;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #363f4d;
	background: none;
	border:0;
}
.block-3 .nav-tabs li a {
    color: #949494;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 0 4px 0;
    position: relative;
}
.block-3 .nav-tabs li a:before {
	height:1px;
	width:75px;
	content:'';
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:0;
	background:#000000;
	opacity:0;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.block-3 .nav-tabs li a:hover:before,
.block-3 .nav-tabs li.active a:before {
	opacity:1;
}
.block-3 .nav-tabs li {
display: inline-block;
    float: none;
    margin-right: 25px;
    padding: 0 25px 0 0;
    position: relative;
    background: #fff;
}
.block-3 .nav-tabs li:after {
	content:'';
	width:1px;
	height:17px;
	background:#d9d9d9;
	display:inline-block;
	position:absolute;
	right:0;
	top:8px;
}
.block-3 .nav-tabs li:last-child:after {
	display:none;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
	position:relative;
	z-index:99;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}
.custom-products .per-sale,
.custom-products .price-tax,
.custom-products .product-grid .product-des{
	display: none;
}

.col-sm-6.block-1 .spcdisctagrib {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    width: 54px;
    display: block;
    background: #2980b9;
    position: absolute;
    top: 9px;
    right: 18px;
    z-index: 999;
    line-height: 23px;
}

/* modules */
.module-title {
	position:relative;
	text-align:center;
}
.module-title:before {
	width:33%;
	height:2px;
	content:'';
	background:#444444;
	display:inline-block;
	position:absolute;
	top:10px;
	left:0;
	right:0;
	margin: 0 auto;
}
.module-title h2 {
    font-size: 25px;
    color: #222;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
	padding:0 20px;
	position:relative;
	display:inline-block;
	background:#fff;
}
.module-description{
	margin:0 0 5px;
	font-size:13px;
	color:#838383;
	font-weight:500;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	text-align:center;
}
.module-title{
	text-align: center;
	margin: 0 0 25px;
}

p.tagslife {
    font-size: 13px;
	_display: none;
}

p.tagslife a {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

p.tagslife a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

.related-container {
    margin-bottom: 35px;
}

.tt_product_module{
	margin-top: 70px;
}
.related-products {
	clear: both;
	margin:40px 0 0;
	    padding: 0 20px;
}
.related-products .module-title {
	text-align:left;
}
.related-products .module-title:before {
	display:none;
}
.related-products .module-title h2 {
	padding:0 0 20px;
	position:relative;
}
.related-products .module-title h2:before {
	content:'';
	height:2px;
	width:50px;
	position:absolute;
	left:0;
	bottom:0;
	background:#444444;
}
.related-products .owl-carousel .owl-stage-outer {
	padding: 6px;
    margin: 0 -6px;
}
.related-products .product-grid {
	margin:0;
}
.related-products .price-old {
	margin:0 0 0 8px;
}
/* feature-products */
.products1 .owl-carousel .owl-nav > .owl-next,.products1 .owl-carousel .owl-nav > .owl-prev {
	margin:-68px 0 0 0;
}

.breadcrumb>li {
    display: contents;
}
/* feature-category */
.featured-categories-container { margin:30px 0 0; }
.featured-categories-container .module-title {
	display:none;
}
.featured-categories-container .owl-item {
	padding:0 15px;
}
.featured-categories-container .fcategory-content {
	background:#f0f0f0;
}
.featured-categories-container .fcategory-content:hover {
	background:#000000;
}
.featured-categories-container .image-fcategory {
	position:relative;
	min-height:100px;
}
.fcategory-content .homethumb-image {
	position:absolute;
	top:0;
	left:0;
	opacity:1;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.fcategory-content .thumbnail-image {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.fcategory-content:hover .homethumb-image {
	opacity:0;
}
.fcategory-content:hover .thumbnail-image {
	opacity:1;
}
.fcategory-content .content-thumb {
	padding:0 20px 20px;
	text-align:center;
}
.fcategory-content .content-thumb a {
	font-size:15px;
	color:#333333;
	font-weight:700;
	text-transform:capitalize;
}
.fcategory-content:hover .content-thumb a {
	color:#fff;
}
.fcategory-content:hover .content-thumb a:hover {
	color:#333;
}
/* instagram */
#instagram_block_home .content_block {
	display:inline-block !important;
}
#instagram_block_home .content_block .row_items {
	margin:0 -5px;
}
#instagram_block_home .content_block .fancybox {
	padding:0 5px;
	margin-bottom:10px;
}
#instagram_block_home .content_block .fancybox img {
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#instagram_block_home .content_block .fancybox img:hover {
	opacity:0.7;
}
/* fix-nav */
.fix-nav {
	background: #fff;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9991;
    opacity: 0.9;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
    -webkit-animation: fadeInDown 300ms linear;
    -moz-animation: fadeInDown 300ms linear;
    -ms-animation: fadeInDown 300ms linear;
    animation: fadeInDown 300ms linear;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.fix-nav:hover { opacity:1; }
.alert-dismissable .close, .alert-dismissible .close {
	font-size:20px !important;
}
.fix-nav .logo-container {
	margin:5px 0 0px;
}
.fix-nav .logo-container img {
	width:100%;
}
.fix-nav .header-right {
	top:20px;
}
.fix-nav #cart .dropdown-menu { top:40px; }
.fix-nav .search-container {
	top:34px;
}
/* color */
.ul-swatches-colors .swatches-options a {
    float: left;
    display: inline-block;
}
.ul-swatches-colors {
    list-style: none;
    text-align: left;
    overflow: hidden;
    padding: 0;
}
.ul-swatches-colors li {
    float: left;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding: 2px;
    line-height: 25px;
}

/*Onlife*/
.closesummer {
	text-align: center;
    background: #000;
    color: #fff;
    padding: 4px 10px;
}

.categories-thumb .category-name {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 38px;
    font-weight: 300;
	z-index: 1;
    position: relative;
}

.contact-form legend {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0 !important;
    letter-spacing: 1px;
    padding-bottom: 11px;
    margin-bottom: 15px;
    padding-top: 0px;
}

div#information-contact {
    margin-bottom: 30px;
}

.form-control {
	color: #222;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    background: #f1f1f1;
    padding: 14px 10px 1px 10px;
    border-radius: 6px;
}

address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

address li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 17px;
	position: relative;
}

address li a {
    position: relative;
    text-align: center;
}

address li a:hover {
	color: #222;	
}

address li a::before {
content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #8a8a8a;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

address li a:hover::before {
visibility: visible;
  transform: scaleX(1);
}

address li .fa {
    display: block;
    text-align: center;
    font-size: 39px;
	margin-bottom: 7px;
}

.confirm-order-content.content-confirm-order {
    margin-bottom: 35px;
}

textarea.form-control {
    height: 100px;
}

div#content {
    margin-bottom: 35px;
}

.info-store h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
	margin-bottom: 17px;
}

.name-store {
    margin: 0px 0 20px 0;
    text-align: center;
}

.name-store h3 {
    font-size: 28px;
}

.name-store h3 span {
    display: block;
    font-size: 17px;
    padding-top: 5px;
}

.full-width {
    margin: 0 !important;
    padding: 0;
}

.full-width > .container {
    width: 100% !important;
    padding: 0;
}

.banner-static .container {
    padding: 0;
    width: 100%;
}

.banner-static .col-md-4 {
    padding: 20px;
}

.banner-static .row {
   margin-top: 20px;
}

.banner-static {
    margin-top: 0;
}

.banner-static .banner-content {
    width: 85%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    padding: 30px 25px;
    text-align: center;
    opacity: 0;
    background: rgba(255,255,255,0.8);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
	bottom: 0;
    top: inherit;
    padding: 10px 0 !important;
}

.banner-static h3 {
    font-family: inherit;
    font-size: 23px;
    color: #222;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.07em;
}

.banner-static h2 {
    font-size: 22px;
    color: #222;
    text-transform: inherit;
    margin: 10px 0 0;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-family: inherit;
}

.banner-static p {
    font-size: 40px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    margin: 18px 0 0;
    line-height: 1;
    letter-spacing: 0.05em;
    display: block;
}

.banner-static .banner-content a {
    height: 36px;
    line-height: 34px;
    border: 1px solid #222;
    font-size: 13px;
    color: #222;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin: 18px 0 0;
}

.banner-static .col:hover .banner-content {
    opacity: 1;
}

.banner-static .banner-content a:hover {
    background: #222;
    color: #fff;
}

.onlifenone {
    display: none;
}

.footer-about-us label {
    font-size: 20px;
    margin-top: 18px;
    color: #e0e0e0;
}

.footer-static .footer-content p.footer-phone {
    font-size: 24px;
}

.footer-static .footer-content p.footer-phone a {
    font-size: 24px;
	font-weight: 600;
}

.footer-static .footer-content p.footer-phone:hover a {
    padding: 0;
}

.footer-static .col3 .footer-title, .footer-static .col4 .footer-title {
    display: inherit;
}

div#cmsblock-81 {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #e0e0e0;
}

div#cmsblock-81 .description li .fa {
    font-size: 16px;
    margin-right: 9px;
}

div#cmsblock-81 .description li:hover a {
    padding: 0 !important;
    /* text-transform: lowercase !important; */
}

div#cmsblock-81 .description li a {
    text-transform: inherit;
}

.social-footer-b .title-social h2 {
	font-size:16px;
	color:#333333;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}
.social-footer-b {
	padding:0;
	display:inline-block;
	width:100%;
    text-align: inherit;
    margin: 11px 0 0;
}
.social-footer-b ul {
	margin:0;
	padding:0;
}
.social-footer-b li {
    display: inline-block;
    list-style: none;
    margin-right: 12px;
}
.social-footer-b li:last-child {
	margin:0;
}
.social-footer-b li a {
	position: relative;
    display: block;
	font-weight:400;
    font-size: 0;
    padding: 0;
}
.social-footer-b li a:hover:before {
	color:#fff;
}
.social-footer-b li a:before {
    padding: 0 !important;
    margin: 0;
    font-size: 17px;
    color: #e0e0e0;
	background: #3c3c3c;
    width: 35px;
    height: 35px;
    line-height: 34px !important;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    vertical-align: middle;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}

.social-footer-b li:hover a:before {
    color: #3c3c3c;
    background: #e0e0e0;
}

.social-footer-b li.facebook a:before {
	content: '\f09a';
}
.social-footer-b li.instagram a:before {
	content: '\f16d';
}
.social-footer-b li.youtube a:before {
	content: '\f167';
}

.header-top {
    background: #d5e5eb;
    position: relative;
    _z-index: 1;
}

.categories-thumb:before {
    _background: #000000ab;
    _position: absolute;
    _top: 0;
    _right: 0;
    _left: 0;
    _bottom: 0;
    _content: "";
}

#logo {
    position: relative;
    z-index: 1;
}

.ul-top-items .li-top-item .a-top-link {
    color: #222 !important;
	font-weight: 600 !important;
}

.mobilelifeblock {
    display: block;
}

.mobilelife {
    _display: none;
	margin-top: 15px;
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: inherit;
    margin-left: inherit;
}

.visible-lg {
    display: none;
}

	.additional-images.owl-carousel .owl-nav > .owl-next, .additional-images.owl-carousel .owl-nav > .owl-prev {
    width: 30px;
    height: 127px !important;
    line-height: 125px !important;
}

.telorder_l {
    padding-top: 5px;
    margin-left: 10px;
    display: inline-block;
}

.telorder_m {
	display: none;
}

.search-header-icon .fa {
    font-size: 19px;
}

.mfilter-heading-text > span {
    font-weight: 600 !important;
}

/* responsive */

@media (min-width: 1199px) and (max-width: 1326px){
.ul-top-items .li-top-item .a-top-link {
    margin: 35px 4px !important;
}
}

@media (min-width: 992px) and (max-width: 1199px){
.hidden-md {
    display: block!important;
}
}

@media (min-width: 0px) and (max-width: 1198px){
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}
}

@media (max-width: 1921px) and (min-width: 1367px){
.banner-static .banner-content {
    padding: 25px;
    width: 374px;
}
}

@media (max-width: 1921px) and (min-width: 1367px){
.container {
    width: 1440px;
}
}

@media (max-width: 1458px) and (min-width: 1367px){
.container {
    width: 1360px;
}
}

@media (max-width: 1458px) and (min-width: 1199px){
.logo-container {
    margin: 24px 0 18px;
}
}

@media (max-width: 1366px) and (min-width: 1200px){
.container {
    width: inherit;
}
}

@media (max-width: 1199px) and (min-width: 991px){
.container {
    width: inherit;
}
}

@media (max-width: 990px) and (min-width: 767px){
.container {
    width: inherit;
}
}

@media (max-width: 981px){
.mfilter-button-bottom a.btn.btn-primary.btn-xs {
	width: 100%;
    margin: 0 0 0 2px;
}

.mfilter-button-reset {
 width: 100%;
margin: 0 0px 3px 2px !important;
     text-align: center;
}

@media (max-width: 1199px){
	.fix-nav .logo-container img { width:auto; }
	.fix-nav .logo-container { margin:18px 0 0; }
	.fix-nav { 
		position:initial !important;
		box-shadow:none;
		opacity:1;
		-webkit-animation: fadeInDown 0s linear;
		-moz-animation: fadeInDown 0s linear;
		-ms-animation: fadeInDown 0s linear;
		animation: fadeInDown 0s linear;
	}
	.top-email p { font-size:12px; }
	#search { width:300px; }
	.main-menu{
		padding-left: 30px;
	}
	body[class^="product-product"] .breadcrumbs, body[class^="product-category"] .breadcrumbs{
		padding: 50px 0;
	}
	.breadcrumbs h1, .breadcrumbs h2{
		font-size: 30px;
		margin: 0 0 15px 0;
	}
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	.owl-carousel .owl-nav > .owl-next, .owl-carousel .owl-nav > .owl-prev,.brand-container .swiper-pager { display:none !important; }
	#product-product, .layer-category{
		margin-top: 0;
	}
	.additional-images {
    margin: 20px 0 0;
    padding: 0 !important;
}
	.custom-products .item-inner .ratings-price .price { width:36%; }
	.custom-products  .item-inner .ratings-price .ratings { width:100%; margin:0 0 10px; padding:0; }
	.custom-products .item-inner .ratings-price .ratings .rating-box div[class^="rating"] { background-position: center left; }
	.testimonial-container .testimonial-col { width:70%; float: none; margin: 0 auto; }
	.tt_product_module { margin-top: 60px; }
	.products2 .item-inner .image { width:75px; }
	.products2 .item-inner .caption { margin-left:85px; padding:0 !important; }
	.item-inner .add-to-links .compare button:after { display:none; }
	.articles-name { font-size:15px; margin:0 0 5px; }
	.articles-intro { font-size:12px; margin:10px 0 0; }
	.product-customize .countdown-row .countdown-section { min-width:40px; }
	.product-customize .countdown-amount { font-size:12px; }
	.product-customize .countdown-period { font-size: 11px; line-height: 8px; }
	.toolbar3 { padding:0 20px 0 0; }
	.btn-custom-view { margin-left:5px; }
	.toolbar .toolbar2 label, .toolbar .toolbar1 label { display:none; }
	.toolbar .modes .btn-grid-4,.toolbar .modes .btn-grid-5 { display:none; }

}


@media (max-width: 991px){
	.header-top .col-md-2 {
    display: none;
}
	
	.footer-title.mobilex {
    display: none !important;
}
	
	.logo-container,.fix-nav .logo-container { 
    margin: 15px 0 7px;
    float: left;
    width: 70%;
    text-align: left;
	}
	.container-fix { text-align:center; }
	.header-right { position:initial; margin: 31px 0 22px 0; float: right; }
	.search-container { right:-90px; }
	#search-by-category .search-ajax { margin:75px 0 0 -120px; width:300px; }
	#cart .dropdown-menu { right:0px; }
	.banner-static .col .banner-content { width:80%; }
	.banner-static .banner-content h3,.banner-static .col3 .banner-content h3 { font-size:14px; margin:0; }
	.banner-static .banner-content h2 { font-size:15px; margin:5px 0 0; }
	.banner-static .banner-content p { font-size:14px; margin:5px 0 0; }
	.banner-left { margin-bottom:40px; }
	.search-position { z-index:9999; }
	.btn-actions { display:inline-block; width:100%; }
	.first-product .item-inner .actions { top:70px; }
	.feature-products { margin:50px 0; }
	#product-product .wishlist-compare {
width: inherit;
    display: inline-block;
    margin-top: 0;
    float: right;
	}
	#dialog-normal .newletter-title { width:100%; }
	#dialog-normal .newleter-content { width:100%; margin-top:20px; }
	#frm_subscribe-normal { width:100%; }
	.block-3 .nav-tabs li { padding:0 20px 0 0; margin:0 20px 0 0; }
	.brand-container { margin:30px 0 0; }
	.main-menu{
		width: 100% !important;
		padding: 0;
	}
	.copyright-text, .footer-onlife {
		text-align: center;
	}
	.footer-static { padding: 40px 0 15px; }
	.footer-paypal, .footer-onlife { text-align:center; margin:12px 0 0; }
	.footer-static .col {
		margin-bottom:20px;
	}
	.footer-static .footer-title h2 { font-size:20px; }
	.footer-static .col4 { padding:0; }
	.footer-static .col3 { border:0; }
	.footer-static .col.col1 .footer-title { display:block; }
	.footer-static .col .footer-title:after {
		content: "\f107";
		display: block;
		font-weight: 700;
		font-family: FontAwesome;
		font-size: 20px;
		position: absolute;
		right: 15px;
		top: -4px;
		color: #fff;
	}
	.footer-static .footer-title { cursor:pointer; }
	.footer-static .col3 .footer-title, .footer-static .col4 .footer-title {
		display:block;
	}
	.footer-static .module-title { display:none; }
	.footer-static .footer-content {
		display:none;
	}
.currency {
    padding-left: 14px;
}
#top-links label {
    padding: 0 0 0 15px;
}

}
@media (max-width: 768px){
	.wrapper{
		padding: 0;
	}
	.owl-nav > div.owl-prev{
		left: 0;
	}
	.owl-nav > div.owl-next{
		right: 0;
	}
	.action-links button{
		width: 60px;
	}
.mobilelifeblock {
    display: none;
}

.mobilelife {
    display: block;
}
.banner-static .col-md-4 {
    padding: 0px;
}
.banner-static .col1, .banner-static .col2, .banner-static .col3 {
    margin: 30px 0;
    width: 33%;
    float: left;
}

}
@media (max-width: 767px){
			.telorder_l {
		display:none;
	}
	
	.telorder_m {
    text-align: center;
    padding: 9px 5px 0px;
    display: inline-block;
    font-weight: 500;
    background: #f1f1f1;
    padding: 4px 10px;
    border-radius: 13px;
    margin-top: 7px;
}
.telorder_m a {
    font-weight: 600;
    font-size: 16px;
}
	
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	.header-top { text-align:center; height: 22px; }
	.account-content { display:inline-block; width: 100%; }
	#form-language,#form-currency { float:left; }
	.social-footer { margin:0 0 20px; text-align:center; }
	.block-3 .nav-tabs{
		width: 100%;
	}
	.block-3 .nav-tabs li{
		display: inline-block;
	}
	.block-3 .nav-tabs li a { font-size:14px; padding:0 0 13px; }
	.block-3-content { padding:15px 0 20px 0; }
	.related-products {
    clear: both;
    margin: 10px 0 0;
	}
	.owl-nav{
		display: none;
	}
	#dialog-normal .newleter-content{
		padding: 0;
	}

	
	.banner-static .col2 { margin:30px 0; }
	.banner-static img { width:100%; }
	.banner-static .banner-content h3, .banner-static .col3 .banner-content h3 { font-size:22px; }
	.banner-static .banner-content h2 { font-size:27px; margin:10px 0 0; }
	.banner-static .banner-content p { font-size:20px; margin:10px 0 0; }
	.first-product { margin-bottom:40px; }
	#subscribe_email { width:83%; }
	#subscribe .btn { right:0; }
	.testimonial-container { background-size:cover; }
	.articles-image img { width:100%; }
	.product-list .caption { padding:0; margin-top:30px; }
	.custom-products .product-thumb { display:inline-block; }
	.footer-static .footer-content .social-footer li { margin-bottom:10px; }
			.social-footer {
    display: none;
}



.language .btn-link {
    float: left;
    border: 0;
    padding: 0 0 0 25px;
    line-height: 21px;
    color: #222;
}

.language .btn-language img {
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 0;
}

.currency .btn-link {
    border: 0;
    padding: 0;
    line-height: 21px;
    color: #444444;
    font-size: 12px;
}
#top-links label {
    line-height: 21px;
}
.header-right {
    margin: 32px 0 20px;
	float: right;
}
.banner-static .banner-content h2 {
    font-size: 18px;
    margin: 10px 0 0;
}
.banner-static .row {
    margin-top: 0;
}
.banner-static .banner-content h3, .banner-static .col3 .banner-content h3 {
    font-size: 15px;
}
.banner-static .banner-content {
    padding: 30px 3px;
	opacity: 1;
}

}

@media (max-width: 680px) and (min-width: 500px){
	.header-right {
    position: initial;
    margin: 32px 0 20px !important;
    right: 0px;
    display: flow-root;
}
}

@media (max-width: 680px){
	.module-title h2 { font-size:25px; }
	.products2 .item-inner .image { width:100%; }
	.products2 .item-inner .caption { margin:20px 0 0; display:inline-block; width:100%; text-align:center; }
	.home-moduls .list-style .ratings .rating-box div[class^="rating"] { background-position: center center; }
	.home-moduls .list-style .item-inner .actions { text-align:center; }

.logo-container, .fix-nav .logo-container {
    margin: 15px -8px 7px;
    float: left;
    width: 70%;
	text-align: left;
}
.header-right {
    position: initial;
    margin: 22px 0 16px;
    right: 0px;
    display: flow-root;
}
.header-wishlist {
    float: right;
    margin-right: 11px;
    position: relative;
}
.search-containers {
    float: right;
    margin-right: 4px;
	_display: none;
}


.banner-static .col1, .banner-static .col2, .banner-static .col3 {
    margin: 0 0 30px 0;
    width: 100%;
}

#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	padding: 0 18px;
}

}
@media (max-width: 640px){	
	.container-fix > .container{
		clear: both;
	}
	.toolbar { padding:0 0 10px; float:none; display:inline-block; }
	.toolbar .toolbar3,.toolbar .toolbar2,.toolbar .toolbar1 {
    float: left;
    text-align: left;
        margin: 0 6px 0 0;;
}

	.toolbar .toolbar-amount { margin-bottom:10px; }
	.toolbar .toolbar3 { margin-bottom:5px; }
	#input-sort, #input-limit { padding:0; display:inline-block; width:auto; }
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 41% !important;
	background: #0000008c;
}
.close {
    color: #0000008c !important;
}
}
@media (max-width: 580px){
	#form-currency .dropdown-menu { left:-35px; }
	.quantity-box { float:none; display:table; clear: both; }
	.quantity-actions { margin-bottom:20px; }
	.block-3 .nav-tabs li a { font-size:15px; margin-right: 13px; }
	.block-3 .nav-tabs li { width:37%; padding:0; margin:0; }
	.block-3 .nav-tabs li a { margin:0; }
	.block-3 .nav-tabs li:after,.block-3 .nav-tabs li a:before { display:none; }
	.product-list .item-inner { margin-left:0; }
	.custom-products .product-list .product-thumb{
		margin: 0;
	}
	.product-list .product-inner{
		margin-top: 20px;
	}
	.product-list .product-inner,
	.product-list .image{
		width: 100%;
	}
	

}
@media (max-width: 480px){
	#form-language, #form-currency { display:inline-block; float:left; }
	#top-links label { padding:0; }
	#top-links .dropdown-menu { left:-30px; }
	#top-links { float:right; display:inline-block; margin-left: 5px;} 
	.product-list .item-inner { margin-left:0; }
	.module-title h2 { font-size:20px; }
	.footer-paypal ul li { margin-bottom:10px; }
	#dialog-normal .newletter-title h3 { width:80%; }
	#subscribe .btn { padding:0 20px; font-size:14px; }
	#subscribe_email { font-size:12px; padding:0 100px 0 10px; }
	.banner-static { margin:30px 0 0; }
	.tt_product_module { margin-top:40px; }
	.footer-link ul li { margin-right:10px; padding-right:10px; }
	.footer-link li a { font-size:11px; }
	
	.header-top .container {
    width: 100%;
    padding: 0px;
}

#sgqsearch {
    width: 100% !important;
}

.sgqsearch-list {
    top: 96% !important;
}

.search-header-icon {
    margin-right: 6px;
}

.product-name {
    min-height: inherit;
    max-height: inherit;
}

_.custom-products .product-thumb {
    border-bottom: 1px dashed #b1b1b1;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 36% !important;
	background: #0000008c;
}

.currency {
    float: left;
    position: relative;
    padding-left: 5px;
}
.search-container {
    width: 250px;
    right: 0;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
    display: block;
    border: 1px solid #ddd;
    max-height: 250px;
    overflow: auto;
    padding: 20px 0;
    margin: 0;
	right: 0px;
}
	
	
}
@media (max-width: 380px){
	.language label,.currency label,.language:before { display:none; }
	#cart .dropdown-menu { min-width:inherit; right:0px; width:300px; }
	#cart .dropdown-menu:before { right:145px; }
	#search { width:100%; }
	.search-container { width:250px; right:0px; }
	#search-by-category .search-ajax { width:250px; margin:75px 0 0 -89px; }
	.quantity-actions { margin:0; }
	.block-3 .nav-tabs li { width:37%; }
}


/*Amea*/
.price-old {
    color: #333 !important;
}

.block-3 .nav-tabs li a {
    color: #333 !important;
}

.custom-products .price-box .old-price span {
    color: #333 !important;
}

.oc-banner7-container .flex-direction-nav a, .nivo-directionNav a {
    color: #000 !important;
}

.nivo-directionNav i {
    color: #000 !important;
}