body {
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #91959b;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background:#fff;
}
body[class^="product-product"] .brand-container { margin:10px 0 0; }
body[class^="product-category"] .feature-products {
	margin:40px 0 0;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	line-height: 1;
	text-transform: none;
	margin:0 0 10px;
}
b, strong {
	font-weight:500;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */	
h1 {
	font-size: 22px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
h2 {
	font-size: 20px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
h3 {
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
h4 {
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
h5 {
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
h6 {
	font-size: 10.2px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
a {
	color: #333333;
	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: #80bb01;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
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: 12px;
	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;
}
/* 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: 12px;
	margin: 0;
	border-radius: 0;
	border: none;
	font-family: 'Roboto', sans-serif;
}
/* 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: #80bb01 !important;
	border-color:#80bb01;
}
#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: #242424 !important;
	padding: 0 30px;
	text-transform: none;
	font-size: 13px;
	color: #fff !important;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	font-weight: 500;
	border-radius: 3px;
	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;
}
/* page */
.checkout-cart h1 {
	color:#333333;
	font-weight:500;
	margin-bottom:20px;
}
.checkout-cart h2 {
	color:#333333;
	font-weight:500;
}
.checkout-cart #checkout-cart .img-thumbnail {
	background:none;
	border:0;
}
.checkout-checkout h1 {
	color:#333333;
	font-weight:700;
	margin:0 0 20px;
}
.account-account h2 {
	color:#333333;
	margin-bottom:20px;
}
.product-manufacturer #content a {
	color:#333333;
}
.product-manufacturer #content a:hover {
	color:#80bb01;
}
/* header */ 
header {
	background:#0e7346;
	position:relative;
	z-index:991;
}
.header-top {
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.container-fix {
	padding:40px 0;
	border-bottom:1px solid #c0cace;
}
.header-content { float:right; margin-right:30px; }
/* header-bottom */
.header-bottom {
	padding:28px 0 22px;
}
/* header-oder */
.header-oder {
	margin-top:12px;
}
.header-oder p {
	margin:0;
	color:#91959b;
	font-size:12px;
}
.header-oder p:before {
    font-family: "Ionicons";
    display: inline-block;
    font-size: 18px;
    content: "\f274";
    margin-right: 8px;
    color: #91959b;
}
/* top-email */
.top-email {
	color:#fff;
	float:left;
}
.top-email i {
	font-size:22px;	
}
.top-email p {
	font-size:13px;
	margin: 0;
}
/* currency */
#form-currency { float:left; }
.currency {
	float:left;
	position:relative;
	padding-left:30px;
	margin-left:25px;
}
.currency:before {
	content: '';
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.15);
    position: absolute;
    left: 0;
    top: 11px;
}
.currency label {
	margin: 0 5px 0 0;
    line-height: 44px;
    font-size: 12px;
    color: #91959b;
    float: left;
	display:none;
}
.currency .btn-link {
	border: 0;
    padding: 0;
	line-height:40px;
    color: #fff;
    font-size: 12px;
    text-transform: none;
    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:14px;
	color:#fff;
	position:relative;
	top:1px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.currency .btn-link:hover,
.currency .btn-link:hover i {
	color:#80bb01;
}
.currency .btn-link strong {
	font-weight:400;
}
#form-currency .dropdown-menu {
	border: 0;
    left: 15px;
    padding: 10px 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); 
    border-radius: 3px;
    margin: 0;
    min-width: 150px;
    background: #fff;
}
#form-currency .dropdown-menu li button {
	color: #232323;
	font-size:12px;
    text-decoration: none;
    padding: 8px 0;
	line-height:20px;
    text-align: left;
	text-transform:capitalize;
	border-bottom:1px solid #eeeeee;
}
#form-currency .dropdown-menu li:last-child button {
	border:0;
}
#form-currency .dropdown-menu li button:hover {
	color:#80bb01;
	background:none;
}
/* language */
#form-language { float:left; }
.language {
    position: relative;
}
.language label {
    font-size: 12px;
	text-transform:capitalize;
	margin:0 5px 0 0;
	display:none;
}
.language .btn-link label {
	color:#91959b;
}
.language .btn-link {
	float:left;
    border: 0;
    padding: 0 0 0 25px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
    text-transform: none;
    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,.language .btn-link:hover i {
	color:#80bb01;
}
.language .btn-link i {
	font-size:14px;
	color:#fff;
	position:relative;
	top:1px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.language .btn-language img {
	margin-right:5px;
	position:absolute;
	top:14px;
	left:0;
}
#form-language .dropdown-menu {
	border: 0;
    left: inherit;
	left:-15px;
	top:40px;
    padding: 10px 15px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0;
    min-width: 130px;
    background: #fff;
}
#form-language .dropdown-menu li button {
	color: #444444;
	font-size:12px;
    text-decoration: none;
    padding: 6px 0 6px 25px;
	line-height:20px;
    text-align:left;
	position:relative;
	border-bottom:1px solid #eeeeee;
}
#form-language .dropdown-menu li:last-child button {
	border:0;
}
#form-language .dropdown-menu li button:hover {
	color:#80bb01;
	background:none;
}
#form-language .dropdown-menu li button img {
	margin-right:8px;
	position:absolute;
	top:11px;
	left:0;
}
/* top-link */
#top-links {
	float:right;
	position:relative;
}
#top-links .list-inline {
	margin:0;
	padding:0;
}
#top-links li.dropdown {
	padding:0;
	margin:0;
	display:block;
}
#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: #fff;
    font-size: 12px;
    text-transform: none;
    position: relative;
	padding:0 0 0 30px;
	line-height:44px;
	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;
}
#top-links label:hover {
	color:#85979d;
}
#top-links label i {
	margin-left:6px;
	font-size:14px;
}
#top-links label i.ion-gear-a {
	margin-left:0;
	margin-right:7px;
}
#top-links .dropdown-menu {
    border: 0;
	margin:0;
    padding: 0;
    box-shadow: none; 
    border-radius: 5px;
	display:inline-block;
	position:inherit;
	background:none;
}
#top-links .dropdown-menu li {
	float:left;
	margin-right:20px;
}
#top-links .dropdown-menu li:last-child {
	margin:0;
}
#top-links .dropdown-menu li a {
	background:none;
	color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding:0;
    line-height: 40px;
    text-align: left;
}
#top-links .dropdown-menu li a:hover {
	color:#80bb01;
}
/* 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: none;
	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;
}
/* 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: none;
	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:-34px 0 0;
	text-align:left;
}
/* search */
.header-search {
    margin: 0;
    float: left;
}
.search-containers {
	float: left;
	margin-left:50px;
}
.search-container {
	position: relative;
	z-index: 113;
	padding: 0;
}
#search {
	width: 240px;
    background: none;
    display: inline-block;
    margin: 0;
	position:relative;
	background:#fff;
	border-radius:3px;
}
#search input{
	border: none;
	background:none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 40px 0 15px;
	background: none;
	color: #91959b;
	font-size:13px;
	font-weight:300;
	width: 100%;
	height: 50px;
	line-height: 50px;	
	text-transform:capitalize;
}
#search input::-webkit-input-placeholder{
	color: #91959b;
	opacity:1;
}
#search input::-moz-placeholder{
	color: #91959b;
	opacity:1;
}
#search input:-ms-input-placeholder{
	color: #91959b;
	opacity:1;
}
#search input:-moz-placeholder {
	color: #91959b;
	opacity:1;
}
#search button {
	width:50px;
	height:50px;
	line-height:50px;
	border: none;
	border-radius: 0 3px 3px 0;
	box-shadow: none;
	padding: 0;
	font-size: 0;
	font-weight:400;
	background: #80bb01 !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:#fff;
	font-size: 24px;
	line-height:50px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#search button:hover i{
	color: #80bb01;
}
#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:450px;
	border:0;
	background:#fff;
	display:inline-block;
	margin: 0;
	border-radius:3px;
}
#search-by-category .search-container .categories-container{
    float:left;
	width:90px;
    position:relative
}
#search-by-category .search-box {
	width:360px;
	position: relative;
    height: 50px;
    float: left;
}
#search-by-category .search-container #text-search {
    width: 100%;
    border:0;
    border-left:0;
    box-shadow:none;
    height:50px;
	line-height:50px;
    color: #a5a5a5;
    font-size: 13px;
	font-weight:400;
	padding:0 70px 0 20px;
	border-radius:0 3px 3px 0;
}
#search-by-category .search-container #text-search::-webkit-input-placeholder{
	color: #a5a5a5;
	opacity:1;
}
#search-by-category .search-container #text-search ::-moz-placeholder{
	color: #a5a5a5;
	opacity:1;
}
#search-by-category .search-container #text-search :-ms-input-placeholder{
	color: #a5a5a5;
	opacity:1;
}
#search-by-category .search-container #text-search :-moz-placeholder {
	color: #a5a5a5;
	opacity:1;
}
#search-by-category .search-container #sp-btn-search{
    position: absolute;
    right: -1px;
    top: 0;
}
#search-by-category .search-container .categories-container {
    text-transform: none;
    border:0;
	background:#fff;
	border-radius:50px 0 0 50px;
	position:relative;
}
#search-by-category .search-container .categories-container:after {
	content: "";
	width: 1px;
	height: 22px;
	background: #e1e1e1;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 0;
}
#search-by-category .search-container .categories-container .hover-cate p {
    margin:0;
	font-size: 13px;
	color: #242424;
	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 {
	font-family: 'plaza-icon';
    content: "\e92e";
    font-size: 14px;
    display: inline-block;
    color: #242424;
    line-height: 50px;
	margin-left:20px;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
#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: 170px;
	text-align:left;
    cursor: pointer;
	border-radius:5px;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cate-items li {
    text-transform: none;
    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: 400px;
    margin: 0 0 0 -175px;
	border-radius:3px;
}
.search-ajax .product-name {
	margin:5px 0 3px;
	text-align:left;
}
.search-ajax .product-info { margin-bottom:20px; }
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ebebeb;
    max-height:345px;
    overflow: auto;
    padding:20px 0;
	margin:0;
	border-radius:3px;
}
#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;
}
#btn-search-category {
    background:#80bb01;
    padding:0;
	height:50px;
	line-height:50px;
	width:50px;
	font-size:0;
	border:0;
    box-shadow:none;
    border-radius: 0 3px 3px 0;
	margin:0;
    text-shadow:none;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#btn-search-category:before {
	font-family: 'plaza-icon';
    content: "\e9c1";
    font-size: 24px;
    display: inline-block;
    color: #ffffff;
    line-height: 50px;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
#btn-search-category:hover {
	background:#138552;
}
#btn-search-category:hover:before {
	color:#fff;
}
#search-by-category .price-box {
	margin:10px 0 0;
}
/* newsletter popup */
.b-close{
	display: block;
}
.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: none;
	color: #343434;
	margin: 0 0 30px;
}
#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: 60%;
	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;
}
/* newsletter popup */
.b-close{
	display: block;
}
.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: none;
	color: #343434;
	margin: 0 0 30px;
	font-weight:500;
}
#boxes .box-content label{
	font-weight: 400;
	font-size:13px;
}
#boxes .box-content .newletter-label {
	width:70%;
}
.newletter-popup #subscribe_popup a {
	margin:10px 0 0;
}
#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: 60%;
	margin: 20px 0;
	padding: 0 15px;
	border-radius:3px;
}
#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 {
	display:inline-block;
	width:100%;
	padding:25px 0 14px;
	border-top:1px solid rgba(255,255,255,0.1);
	margin-top:38px;
}
#dialog-normal .newletter-title h6{
	color: #ffffff;
	font-size: 30px;
	margin: 0;
	text-transform:capitalize;
	font-family: 'Prata', serif;
	font-weight:400;
	display:none;
}
#dialog-normal .des-testimonial{
	line-height: 24px;
	letter-spacing: .025em;
	margin: 0 0 55px 0;
}
#dialog-normal .newletter-title {
	float:left;
	width:20%;
}
#dialog-normal .newletter-title h3 {
	font-size: 30px;
	color: #fff;
	font-weight:400;
	margin: 0;
	text-transform:capitalize;
	text-align:left;
}
#dialog-normal .newletter-title h3 span {
	display:block;
	color:#80bb01;
	margin-top:-2px;
}
.newletter-description {
	float:left;
	width:35%;
	text-align:left;
	padding-left:60px;
}
.newletter-description p {
	font-size:14px;
	color:#fff;
	margin:0;
	line-height:30px;
}
.newletter-subscribe-container .newleter-content {
	float:right;
	width:45%;
}
.newletter-subscribe-container .newleter-content #frm_subscribe-normal {
	width:500px;
	position:relative;
	float:right;
	margin-top:3px;
}
#dialog-normal {
	text-align: center;
}
#frm_subscribe-normal{
	display:inline-block;
	width: 100%;
	position:relative;
}
#subscribe_email{
	background: #fff;
	font-size:13px;
	color: #888888;
	font-weight:400;
	display: block;
	padding: 0;
	height: 50px;
	line-height:50px;
	width: 100%;
	float: left;
	margin: 0;
	border:0;
	padding:0 145px 0 15px;
	border-radius:3px;
}
#subscribe_email::-webkit-input-placeholder{
	color: #91959b;
	opacity:1;
}
#subscribe_email::-moz-placeholder{
	color: #9d9d9d;
	opacity:1;
}
#subscribe_email:-ms-input-placeholder{
	color: #9d9d9d;
	opacity:1;
}
#subscribe_email:-moz-placeholder {
	color: #9d9d9d;
	opacity:1;
}
#subscribe .btn {
	border: none;
	background: #80bb01 !important;
	padding: 0 30px;
	height: 50px;
	line-height:50px;
	font-size: 12px;
	color: #ffffff !important;
	font-weight: 500;
	text-transform: none;
	border-radius:0 3px 3px 0;
	position:absolute;
	right:-1px;
	top:0;
}
#subscribe .btn:hover{
	background: #0e7346 !important;
}
#notification-normal{
	text-align: center;
	clear: both;
	margin:10px 0 0;
}
#notification-normal div{
	color: #0b9c08;
}
#notification-normal div.warning{
	color: #f00;
	text-align: center;
}
/* blog */
#blog_home {
	margin:50px 0 0;
}
#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: none;
	float:left;
	text-align:center;
	position:absolute;
	top:20px;
	right:20px;
}
#blog_home .articles-date .author{
	color: #888;
	padding-left: 15px;
}
.articles-name {
	font-size: 14px;
	font-weight: 600;
	color: #252531;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 10px;
	display: block;
	text-transform: none;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.articles-name:hover {
	color:#ac8d6a;
}
.articles-name + span{
	color: #80bb01;
	text-transform: none;
	font-size:14px;
	font-weight:400;
}
.articles-intro {
	line-height: 22px;
	font-size:14px;
	color:#676767;
	font-weight:400;
	margin: 18px 0 0;
}
.readmore {
	margin:23px 0 0;
}
.readmore a {
	color: #2f3844;
	font-size: 13px;
	font-weight:500;
	display: inline-block;
	text-transform:none;
	height:45px;
	line-height:42px;
	padding:0 30px;
	border:2px solid #28313c;
	border-radius:3px;
}
.readmore a:hover { 
	color:#fff;
	border-color:#80bb01;
	background:#80bb01;
}
.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%;
}
/* wishlist */
.header-wishlist {
	float:right;
	margin-right:26px;
	position: relative;
}
.header-wishlist a {
    font-size: 0;
}
.header-wishlist a:before {
    font-family: 'plaza-icon';
    display: inline-block;
    font-size: 20px;
    content: "\e977";
    color: #fff;
    margin-right: 8px;
    line-height: 1;
    -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: #80bb01;
}
.header-wishlist span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #80bb01;
    font-weight: 400;
    color: #edeff3;
    font-size: 12px;
    text-transform: none;
    float: left;
    position: absolute;
    top: -8px;
    left: -16px;
    text-align: center;
    border-radius: 100%;
    font-family: 'Work Sans', sans-serif;
}
/* cart */
.cart-wishlist { display:inline-block; width:100%; margin:16px 0 0; }
.header-cart {
	float:right;
}
#cart {
	padding:0;
}
#cart-total {
	display:inline-block;
	color:#fff;
	font-size:14px;
	font-weight:500;
	font-family: 'Rubik', sans-serif;
}
#cart-total .number-cart {
	width:22px;
	height:22px;
	line-height:22px;
	background:#80bb01;
	font-weight: 400;
	color: #edeff3;
	font-size: 12px;
	text-transform: none;
	float: left;
	position:absolute;
	top:-8px;
	left:-16px;
	text-align: center;
	border-radius:100%;
	font-family: 'Work Sans', sans-serif;
}
#cart-total .price-cart { 
	display:inline-block;
	position:relative;
	top:-2px;
}
#cart-total .price-cart:after {
    font-family: 'plaza-icon';
    content: '\e92e';
    font-size: 14px;
    color: #fff;
    margin-left: 6px;
}
#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: 20px;
	color: #fff;
	line-height: 1;
	margin-right:5px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#cart .dropdown-cart i.zmdi-chevron-down {
	font-size:15px;
	color:#d7d7d7;
	margin:0;
}
#cart > button:hover > i {
	color:#80bb01;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu {
	background: #fff;
    border: 1px solid #ebebeb;
    min-width: 355px;
    margin: 0;
    padding: 30px 35px 35px;
    top: 38px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    color: #555555;
    font-size: 13px;
}
#cart .dropdown-menu:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    right: 39px;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#cart .dropdown-menu .has-scroll {
    max-height: 245px;
    overflow: auto;
	margin: 0 -32px 15px;
    padding: 0 32px;
}
#cart .dropdown-menu .has-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #F5F5F5;
}
#cart .dropdown-menu .has-scroll::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}
#cart .dropdown-menu .has-scroll::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	background-color: #242424;
}
#cart .dropdown-menu .has-scroll .table { margin-bottom:0; }
#cart .dropdown-menu .cart-empty {
    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: 10px 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: #333333;
    border: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none !important;
    position: absolute;
    top: -2px;
    right: 0;
    padding: 0;
}
#cart .cart-close button i {
	font-size: 18px;
    color: #242424;
}
#cart .cart-close button:hover i {
	color:#80bb01;
}
#cart .cart-quantity{
	color: #a4a4a4;
	font-size: 13px;
	margin: 5px 0 8px 0 !important;
	display:inline-block;
	width:100%;
}
#cart .cart-name:hover{
	color: #80bb01;
}
#cart .cart-name{
	color: #292929;
	text-transform: none;
	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: 1px solid #e1e1e1;
	background: #eef0f1;
    color: #333333;
    height: 45px;
    line-height: 43px;
    text-align: center;
    padding: 0 30px;
    display: block;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #80bb01;
	border-color:#80bb01;
}
#cart .cart-button a.view-cart {
    margin-bottom: 15px;
}
#cart .dropdown-menu .info-item {
	padding:0 20px;
}
#cart .dropdown-menu .info-item a {
	font-size:14px;
	color:#242424;
	display:block;
	font-weight:400;
}
#cart .dropdown-menu .info-item a:hover {
	color:#80bb01;
}
#cart .dropdown-menu .info-item .cart-price {
	font-size:14px;
	color:#242424;
	display:inline-block;
	font-weight:500;
	margin-top:6px;
}
#cart .dropdown-menu tr td strong{
	color: #000;
}
#cart .dropdown-menu tr td:first-child{
	font-size: 14px;
    color: #242424;
    text-transform: none;
    font-weight: 400;
}
#cart .dropdown-menu tr td:last-child{
	font-size: 14px;
    color: #242424;
    font-weight: 500;
}
#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 {
	border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    margin-bottom: 25px;
    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:0;
	margin:0;
	display: inline-block;
}
#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:12px;
}
/* header-link */
.header-link {
	float: right;
    position: relative;
	margin: 0 25px 0 0;
	padding: 0;
}
.header-link .link-icon {
	font-size:22px;
	color:#333333;
	cursor:pointer;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.header-link .link-icon:hover {
	color:#80bb01;
}
.header-link .box-content {
    background: #fff;
    padding: 12px 12px 15px;
    position: absolute;
    right: -30px;
    top: 52px;
    width: 175px;
    text-align: left;
    margin-top: 0;
    display: none;
	border-radius:3px;
	box-shadow:none;
	border:1px solid #e6e9ec;
}
/* 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-banner */
.home-banner {
	margin:30px 0 0;
}
/* top-tags */
.top-tags {
	display:inline-block;
	margin-bottom:6px;
	width:100%
}
.top-tags .tags-title {
	float:left;
}
.top-tags .tags-title h2 {
	font-size:13px;
	color:#ffffff;
	font-weight:400;
	margin:0;
	text-transform:capitalize;
	line-height:18px;
}
.top-tags ul {
	padding:0;
	margin:0;
	float:left;
}
.top-tags ul li { 
	float:left;
	list-style:none;
	margin-left:2px;
}
.top-tags ul li a {
	color:#fff;
	font-size:13px;
}
.top-tags ul li a:hover {
	color:#80bb01;
}
/* banner-top */
.banner-top { float:right; margin-top:2px; }
.banner-top .col {
	width:110px;
	min-height:80px;
	display:inline-block;
	background:#138552;
	border:2px solid #158f59;
	border-radius:3px;
	margin-right:20px;
	text-align:center;
	padding:15px 5px;
}
.banner-top .col3 { margin:0; }
.banner-top h2 {
	font-size:12px;
	color:#fff;
	text-transform:capitalize;
	margin:0;
	font-weight:400;
	margin:10px 0 0;
	display:block;
}
/* banner-static */
.banner-static {
	padding:10px 0 8px;
	border-bottom:1px solid #ebebeb;
}
.banner-static .col { 
	text-align:center;
	position:relative;
}
.banner-static .col:before {
	position:absolute;
	bottom:-9px;
	right:0;
	left:0;
	height:2px;
	width:100%;
	background:#80bb01;
	content:'';
	opacity:0;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.banner-static .col:hover:before {
	opacity:1;
}
.banner-static .col:hover p {
	color:#80bb01;
	cursor: context-menu;
}
.banner-static p {
	color: #777777;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.banner-static p span {
	display:block;
	margin-top:-3px;
}
/* banner-static1 */
.banner-static1 { 
	margin:60px 0 0;
	display: inline-block;
    width: 100%;
}
.banner-static1 .col {
	position:relative;
	overflow:hidden;
}
.banner-static1 .col:before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
}
.banner-static1 .col:after {
	background: rgba(255, 255, 255, 0.6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
}
.banner-static1 .col:hover:before {
	left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
.banner-static1 .col:hover:after {
	top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
/* banner-center */
.banner-center {
	display: inline-block;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
}
.banner-center .col {
	position:relative;
	overflow:hidden;
}
.banner-center .col:before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
}
.banner-center .col:after {
	background: rgba(255, 255, 255, 0.6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
}
.banner-center .col:hover:before {
	left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
.banner-center .col:hover:after {
	top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
/* category-container */
body[class^="product-category"] #column-left {
	display: grid;
}
body[class^="product-category"] .category-container {
	-webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
body[class^="product-category"] .layernavigation-module {
	-webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
body[class^="product-category"] #column-left .cmsblock {
	-webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
.category-container {
	padding:20px;
	border: 1px solid #e1e1e1;
	border-bottom:0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
	position:relative;
}
.category-container:after {
	content:'';
	width:85%;
	height:1px;
	background:#e1e1e1;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}
.category-container .category-title h2 {
	font-size: 16px;
    color: #222222;
    margin: 0 0 20px;
    font-weight: 500;
    text-transform: none;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'Rubik', sans-serif;
}
.category-container .list-group {
	margin:0;
}
.category-container .list-group a {
	border:0;
	text-transform: none;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
	padding:0 0 13px;
	margin:3px 0 !important;
	background:none;
}
.category-container .list-group a:last-child {
	margin:0;
}
.category-container .list-group a:hover {
	background:none;
	color:#80bb01;
}
/* tag */
.tag {
	margin:0;
	background:#f8f8f8;
	padding:35px 20px 25px;
	border:1px solid #e1e1e1;
	display:inline-block;
	width:100%;
	border-top:0;
	border-radius:0 0 3px 3px;
}
.tag .module-title h2 {
	float:left;
	font-size:18px;
	background:none;
}
.tag .module-title:before {
	display:none;
}
.tag ul {
	padding:0;
}
.tag li {
	list-style:none;
	display:inline-block;
	margin:0 6px 6px 0 !important;
	float:left;
}
.tag li a {
	font-size:13px;
	padding:0 15px;
	height:30px;
	line-height:28px;
	text-transform:capitalize;
	border:1px solid #ebebeb;
	background:#fff;
	border-radius:3px;
	display:inline-block;
}
.tag li a:hover {
	background:#80bb01;
	border-color:#80bb01;
	color:#fff !important;
}
/* banner app */
.banner-app {
	margin:12px 0 0;
}
.banner-app ul {
	padding:0;
	margin:0;
}
.banner-app ul li {
	display:block;
	list-style:none;
	margin-bottom:7px;
}
.banner-app ul li:last-child { margin:0; }
.banner-app ul li a,
.banner-app ul li a:hover {
	padding:0 !important;
}
.banner-app img { 
	border-radius:3px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.banner-app img:hover {
	opacity:0.8;
}
/* cms block */
.social-footer .title-social h2 {
	font-size:16px;
	color:#333333;
	text-transform:none;
	font-weight:700;
	margin:0;
}
.social-footer {
	padding:0;
	display:inline-block;
	width:100%;
	text-align:left;
	margin:13px 0 0;
}
.social-footer ul {
	margin:0;
	padding:0;
}
.social-footer li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	list-style:none;
}
.social-footer li:last-child {
	margin:0;
}
.footer-content .social-footer li a {
	position: relative;
    display: inline-block;
	font-weight:400;
    font-size: 0;
    padding: 0;
	width:41px;
	height:41px;
	line-height:41px;
	text-align:center;
	background:#3c5b9b;
	border-radius:3px;
}
.footer-content .social-footer li a:hover {
	background:#80bb01;
	padding:0;
}
.social-footer li.twitter a {
	background:#40c1df;
}
.social-footer li.rss a {
	background:#eb8314;
}
.social-footer li.youtube a {
	background:#db2d29;
}
.social-footer li.googleplus a {
	background:#ed3c32;
}
.social-footer li.pinterest a {
	background:#c62a21;
}
.social-footer li.vimeo a {
	background:#82a418;
}
.social-footer li.instagram a {
	background:#c619b8;
}
.footer-content .social-footer li a:before {
	padding: 0 !important;
	margin:0;
    font-size: 15px;
	color:#ffffff;
    display: inline-block;
    font-family: 'plaza-icon';
    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: '\e95e';
}
.social-footer li.twitter a:before {
	content: '\eb86';	
}
.social-footer li.rss a:before {
	content: '\e9be';
}
.social-footer li.youtube a:before {
	content: '\ea05';
}
.social-footer li.googleplus a:before {
	content: '\eb77';
}
.social-footer li.instagram a:before {
	content: '\eb79';
}
/* -------------- */
.static-policy .text-content p{
	color: #929292;
	line-height: 24px;
	letter-spacing: .025em;
	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: none;
	margin-top: 80px;
}
.banner-2 .text-content h2{
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: none;
	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: none;
	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: none;
	font-weight: 600;
	margin: 0;
}
.static-about p{
	letter-spacing: .025em;
	line-height: 30px;
	margin: 0 0 50px 0
}
.static-about h1{
	font-size: 30px;
	text-transform: none;
	margin: 0 0 40px 0;
	font-weight: 500;
}
.static-about img{
	margin-bottom: 35px
}
.static-about h3{
	font-size: 12px;
	color: #929292;
	text-transform: none;
	margin: 0 0 5px 0;
}
.static-about{
	text-align: center;
	padding: 100px 16%;
}
/* owl carousel */
.owl-theme .owl-dots {
	position:absolute;
	bottom:15px;
	left:0;
	width:100%;
}
.owl-theme .owl-dots .owl-dot span {
	width:8px;
	height:8px;
	background:#e1e1e1;
	margin:5px;
	-webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	width:30px;
	background:#80bb01;
	border-radius:10px;
}
.owl-carousel .owl-nav {
	position: absolute;
    top: 0;
    margin: -37px -8px 0 0;
    right: 0;
    background: none;
}
.owl-carousel .owl-nav > .owl-next,
.owl-carousel .owl-nav > .owl-prev {
	position: initial;
	top: 50%;
	margin:0;
	width: auto;
	height: auto;
	line-height:inherit;
	background: none;
	text-align: left;
	opacity: 1;
	color: #cccccc;
	font-size:0;
	padding: 0;
	border: 0;
	border-radius:0;
	z-index:10;
}
.owl-carousel .owl-nav > .owl-next:before,
.owl-carousel .owl-nav > .owl-prev:before {
	font-family: 'plaza-icon';
    display: inline-block;
    font-size: 24px;
    color: #cccccc;
    line-height: 1;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.owl-carousel .owl-nav > .owl-next:before {
	content:'\e930';
}
.owl-carousel .owl-nav > .owl-prev:before {
	content:'\e92f';
}
.owl-carousel .owl-nav > .owl-next:hover:before,
.owl-carousel .owl-nav > .owl-prev:hover:before {
	color:#80bb01;
	transform: scale(1,05);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}
.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-nav > .owl-prev{
	left: 15px;
}
.owl-nav > div.owl-next{
	right: 15px;
}
.owl-theme .owl-nav > .owl-next:hover,
.owl-theme .owl-nav > .owl-prev:hover{
	color: #80bb01;
	background:none;
}
.owl-style2 .owl-nav > div i{
	font-size:28px;
}
.owl-nav > div i {
	display:none;
}
.owl-carousel:hover .owl-nav > div{
	opacity: 1;
}
/* tabprocust */
.tt_tabsproduct_module {
	margin-top: 55px;
}
.tt_tabsproduct_module .owl-carousel .owl-stage-outer {
	padding: 10px 10px 45px;
    margin: 0 -10px -30px;
    z-index: 9;
}
.tt_tabsproduct_module .owl-theme .owl-dots {
	z-index:9;
	bottom:30px;
}
/* tabscategories1 */
.tabscategories1.tt_tabsproduct_module { margin:50px 0 0; }
/* tabscategories2 */
.tabscategories2.tt_tabsproduct_module {
	margin-top:70px;
}
.tabscategories2 .module-title {
	display:inline-block;
	width:100%;
}
.tabscategories2 .module-title h2 {
	float:left;
	margin:0;
}
.tabscategories2 .tab-heading {
	float:right;
	width:auto;
}
.tabscategories2 .owl-carousel .owl-stage-outer {
	padding-bottom:50px;
} 
.tabscategories2 .item-inner .actions {
	padding:0 10px 14px;
}
/* testimonial */
.testimonial-container {
	background:url('../image/bg-testimal.jpg') no-repeat 0 0;
	background-size:cover;
	padding:57px 0 151px;
	margin-top:15px;
}
.testimonial-container .testimonial-col {
	width:50%;
	float:right;
	text-align:center;
	padding-top: 50px;
}
.testimonial-container .module-title {
	background:url('../image/bg-subtitle.png') no-repeat 50% 100%;
}
.testimonial-container .module-title h2 {
	padding:0;
}
.testimonial-container .module-title h2:before {
	width:35%;
}
.testimonial-container .testimonial-content {
	position:relative;
	padding-top:40px;
}
.common-home .testimonial-container .testimonial-images {
	position:absolute;
	top:30px;
	left:24px;
	z-index:2;
}
.testimonial-container .testimonial-images:before {
	content:'';
	width:90px;
	height:90px;
	border-radius:100%;
	position:absolute;
	top:0;
	left:-6px;
	background:#f6f5f1;
	z-index:-1;
}
.testimonial-container .testimonial-images img {
	border-radius:15px;
}
.testimonial-container .testimonial-box a {
	font-size:14px;
	color:#b2b2b2;
	font-weight:300;
	line-height:25px;
	font-style:italic;
	width:100%;
	display:inline-block;
}
.testimonial-container .box-testimonial {
	display:inline-block;
	margin:30px 0 0;
	background:#fff;
	padding:68px 35px 25px;
	border-radius:10px;
	position:relative;
}
.testimonial-container .box-testimonial:before {
	content:'';
	width:23px;
	height:17px;
	background:url('../image/icon-testimal.png') no-repeat 0 0;
	position:absolute;
	right:35px;
	top:35px;
}
.testimonial-container .box-testimonial a {
	font-size:14px;
	color:#333333;
	line-height: 22px;
}
.testimonial-container .box-testimonial a:hover {
	color:#80bb01;
}
.testimonial-container .box-testimonial .testimonial-author {
	font-size:13px;
	color:#80bb01;
	font-weight:500;
	text-transform:none;
	margin:0 0 13px;
}
.testimonial-container .owl-theme .owl-nav.disabled+.owl-dots {
	bottom:-80px;
}
.testimonial-container .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    font-size: 0;
    width: 11px;
    height: 11px;
    background: #e1e1e1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -moz-transform: scale3d(.7,.7,.7);
    -webkit-transform: scale3d(.7,.7,.7);
    -o-transform: scale3d(.7,.7,.7);
    -ms-transform: scale3d(.7,.7,.7);
    transform: scale3d(.7,.7,.7);
    box-shadow: none;
}
.testimonial-container .owl-theme .owl-dots .owl-dot span:hover,
.testimonial-container .owl-theme .owl-dots .owl-dot.active span {
    background: #0e7346;
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.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;
	padding:0;
	display:table;
}
.product-octestimonial .box-testimonial .testimonial-name {
	margin:10px 0 0;
}
.product-octestimonial .box-testimonial .testimonial-name h2 { font-size:15px; }
/* feature-products */
.feature-products {
	margin:50px 0 0;
}
.feature-products .module-title {
	text-align:left;
	margin:0 0 30px;
}
.feature-products .module-title h2 {
	padding:0;
}
.feature-products .product-layout {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
.feature-products .product-layout:last-child {
	margin:0;
}
.feature-products .image {
	width:100px;
	float:left;
}
.feature-products .caption {
	margin-left:110px;
	padding-top:10px;
}
.feature-products .button-group {
	display:none;
}
.feature-products .item-inner {
	padding:10px !important;
	margin:0 !important;
	display:inline-block;
	width:100%;
}
.feature-products .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.feature-products .item-inner:before {
	border:2px solid #e6e9ec;
}
/* banner-ourbrands */
.common-home .brand-container { margin:10px 0 0; }
.brand-container {
	margin:40px 0 0;
	position:relative;
	background:url('../image/bg-carousel.jpg') no-repeat 0 0;
	background-size:cover;
	padding:60px 0;
}
.brand-container .module-title {
	display:none;
}
.brand-container .item { 
	text-align:center;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.brand-container .item:last-child {
	border-bottom:0;
}
.brand-container .swiper-slide-active .item {
	border-left:0;
}
.brand-container .item img {
	display:inline-block;
}
.brand-container .item img:hover {
	opacity:0.7;
}
.brand-container .row {
	margin:0;
}
.brand-container .swiper-slide {
	padding:0;
}
/* footer-static */
.footer-static {
	padding:100px 0 0;
	background:#2f2f2f;
}
.footer-static .footer-title {
	margin-bottom:26px;
}
.footer-static .col4 .footer-title {
	margin-bottom:30px;
}
.footer-static .footer-title h2 {
	font-size: 14px;
	color: #fff;
	text-transform: none;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	margin: 0;
}
.footer-static .logo-footer {
	margin-bottom:20px;
	margin-top: -10px;
}
.footer-static .footer-content .logo-footer a:hover {
	padding:0;
}
.footer-static .footer-content p {
	font-size:14px;
	color:#ffffff;
	font-weight:400;
	margin:0 0 3px;
	display:inline-block;
	width:100%;
	text-transform:capitalize;
}
.footer-static .footer-content p.description-app {
	margin-top:5px;
}
.footer-static .footer-content p.phone {
	position:relative;
	margin-bottom:8px;
}
.footer-static .footer-content p.phone:before {
	background:url('../image/icon-phone.png') no-repeat 0 0;
	width:55px;
	height:54px;
	content:'';
	float:left;
	margin-right:13px;
}
.footer-static .footer-content p.phone span {
	display: block;
    font-weight: 500;
    color: #80bb01;
    font-size: 18px;
    margin-top: 8px;
}
.footer-static .footer-content li {
	line-height:35px;
}
.footer-static .footer-content a {
	font-size:14px;
	color:#fff;
	font-weight:400;
	text-transform:capitalize;
}
.footer-static .footer-content a:hover {
	color:#80bb01;
	padding-left:6px;
}
.footer-link ul {
	padding:0;
}
.footer-link ul li {
	line-height:20px;
	list-style:none;
	display:inline-block;
	margin-right:5px;
	margin-bottom:7px;
}
.footer-link ul li a {
	color:#999999;
	padding:5px;
	background:#292929;
	display:inline-block;
}
.footer-link ul li a:hover {
	background:#80bb01;
	color:#fff;
}
/* footer */
#back-top:hover{
	background:#0e7346;
}
#back-top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width:40px;
	height:40px;
	line-height:45px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	text-transform: none;
	background: #80bb01;
	z-index: 999;
	border-radius:3px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#back-top i{
	font-size: 18px;
}
/* footer-paypal */
.footer-paypal {
	text-align:right;
}
.footer-paypal ul {
	padding:0;
	margin:0;
}
.footer-paypal ul li {
	list-style:none;
	display:inline-block;
	margin-left:8px;
}
.footer-paypal img { border-radius:3px; }
.footer-paypal ul li:first-child {
	margin:0;
}
.footer-bottom {
	padding:32px 0 28px;
	background:#0e7346;
}
.copyright-text a { 
	color: #fff;
}
.copyright-text a:hover {
	color:#80bb01;
}
.copyright-text{
	margin: 10px 0 0;
	color: #fff;
	font-size:14px;
	width:100%;
	font-weight:400;
}
/* breadcrumbs */
.breadcrumbs .breadcrumb{
	margin: 0
}
.breadcrumb {
	padding:0;
	margin: 40px 0;
	background: none;
	text-align:left;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a{
	color: #80bb01;
}
.breadcrumb > li + li::before,
.breadcrumb a{
	color: #888888;
	text-transform: none;
}
.breadcrumb > li + li::before {
	color: #888888;
	text-transform: none;
	content:"/";
	padding:0 10px;
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs h1,
.breadcrumbs h2{
	font-size: 36px;
	font-weight: 500;
	color: #333333;
	text-transform: none;
	margin: 0 0 20px 0;
}
.breadcrumbs .category-name {
	display:none;
}
.breadcrumbs{
	padding: 20px 0 19px;
	text-align: left;
	margin-bottom: 30px;
	background:#f9f9f9;
	border-bottom:1px solid #ebebeb;
}
/* category */
.category-info { margin:0 0 30px; }
.category-name {
	display:none;
	font-size: 20px;
    color: #252531;
    font-weight: 400;
    text-transform: none;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}
.catgory-thumb {
	margin-bottom:40px;
}
.refine-category {
	font-size: 20px;
    color: #242424;
    margin: 0;
    font-weight: 400;
    text-transform: none;
	margin-bottom:15px;
}
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
.category-compare {
	margin:15px 0 0;
}
.category-compare a {
	text-transform: none;
    color: #333333;
    font-size: 14px;
	font-weight:400;
}
.category-compare a:hover {
	color:#80bb01;
}
.product-list .item-inner {
	margin-bottom:30px;
	border:1px solid #ebebeb;
	display:inline-block;
	width:100%;
	margin-left:15px;
	padding:0;
}
.product-list .item-inner:before {
	display:none;
}
.product-list .image {
	padding:0;
}
.product-list .caption .left-caption {
    width: 60%;
    float: left;
    border-right: 1px solid #ebebeb;
    padding-right: 15px;
}
.product-list .caption .right-caption {
    width: 40%;
    float: right;
    padding-left: 25px;
    padding-top: 50px;
}
.product-list .item-inner .image-icons div.compare,
.product-list .item-inner .image-icons div.qv-button-container {
	display:none;
}
.product-list .item-inner .compare button:before,
.product-list .item-inner .qv-button-container button:before {
	margin-right:8px;
	font-size:16px;
	position:relative;
	top:1px;
}
.product-list .caption {
	padding-left:15px;
	padding-bottom:30px;
	padding-top:30px;
}
.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 .manufacture-product {
	display:inline-block;
	width:100%;
	font-size:14px;
	color:#333333;
	margin:0 0 16px;
}
.product-list .manufacture-product a {
	text-transform:none;
	color:#777777;
}
.product-list .manufacture-product a:hover {
	color:#80bb01;
}
.product-list .product-des{
	margin: 15px 0 0 0;	
	font-size:14px;
	color:#777777;
	font-weight:400;
	line-height:25px;
	display:inline-block;
	width:100%;
}
.product-list .item-inner .actions {
	position:initial;
	opacity:1;
	border:0;
	padding:0;
	margin:35px 0 0;
	box-shadow: none;
}
.product-list .item-inner .actions .add-to-links {
	padding:0;
	margin:0;
	border:0;
	text-align:left;
}
.product-list .item-inner .add-to-links .cart {
	margin-bottom:16px;
}
.product-list .item-inner .add-to-links .cart button {
	padding:0 50px;
	text-transform:capitalize;
}
.product-list .item-inner .add-to-links div {
	margin-bottom:3px;
}
.custom-products {
	margin: 0 -15px;
}
.four-item .item-inner .add-to-links div {
	margin-right:1px;
}
.four-item .item-inner .add-to-links div:last-child {
	margin:0;
}
.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 .model { margin:0; }
.custom-products .price-box p {
	display:inline-block;
	margin:0 0 0 3px;
}
.custom-products .price-box p:first-child { margin:0; }
.custom-products .price-box .price-tax {
	width:100%;
	display:none;
}
.custom-products .price-box .old-price span {
    color: #c2c2c2;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 400;
}
.custom-products .product-layout.product-grid .item-inner .add-to-links div.compare,
.custom-products .product-layout.product-grid .item-inner .add-to-links div.qv-button-container {
	display:none;
}
/* five-item */
.custom-products .product-layout.five-item .caption {
	padding:20px 8px 6px;
}
.custom-products .product-layout.five-item .price {
	font-size:14px;
}
.custom-products .product-layout.five-item .product-name {
	font-size:12px;
	margin:6px 0 0;
}
.custom-products .product-layout.five-item .item-inner .ratings {
	margin:8px 0 0;
}
.custom-products .product-layout.five-item .item-inner .add-to-links .cart button {
	padding:0 25px;
	font-size:12px;
}
/* layer */
.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: none;
    color: #333333;
    font-size: 14px;
	font-weight:400;
}
.layer-category ul li a:hover {
	color:#80bb01;
}
@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 {
	display:inline-block;
	width: 100%;
	margin:25px 0;
	padding:16px 23px;
	min-height:52px;
	border:1px solid #e9e9e9;
	border-radius:3px;
}
.toolbar.toolbar-bottom { margin:10px 0 0; }
.toolbar3 .btn-group{
	background:none;
	padding-top:18px;
}
.toolbar3{
	padding: 0 40px 0 0;
	text-align:left;
}
.toolbar2{
	padding: 0;
}
.toolbar .toolbar2,
.toolbar .toolbar1 {
	padding-left: 0;
	float:right;
	margin-top:1px;
}
.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;
	color:#898888;
}
#input-sort,
#input-limit {
	background:none;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #333333;
	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:#333333;
	line-height: 28px;
}
.toolbar .toolbar-amount { float:left; margin-top:2px; }
.toolbar-bottom .toolbar-amount { float:right; }
.btn-custom-view,
#list-view,
#grid-view {
	border: none;
	border-radius: 0px;
	color: #e2e2e2;
	padding: 0;
	background: none;
	line-height: 16px;
	box-shadow: none !important;
	display:inline-block;
	font-size:0;
	margin-right:15px;
}
.btn-grid,
#grid-view {
	height:16px;
}
.btn-grid-3,
#grid-view {
	background:url("../image/grid3.png") no-repeat 0 0 !important;
	width:16px;
}
.btn-grid-3.active,.btn-grid-3:hover,
#grid-view:hover,#grid-view.selected {
	background:url("../image/grid3.png") no-repeat 0 100% !important;
}
.btn-grid-4 {
	background:url("../image/grid4.png") no-repeat 0 0 !important;
	width:22px;
}
.btn-grid-4.active,.btn-grid-4:hover {
	background:url("../image/grid4.png") no-repeat 0 100% !important;
}
.btn-grid-5 {
	background:url("../image/grid5.png") no-repeat 0 0 !important;
	width:28px;
}
.btn-grid-5.active,.btn-grid-5:hover {
	background:url("../image/grid5.png") no-repeat 0 100% !important;
}
.btn-list,#list-view {
	background:url("../image/list.png") no-repeat 0 0 !important;
	width:20px;
	height:16px;
}
.btn-list:hover,.btn-list.active,
#list-view:hover,#list-view.selected {
	background:url("../image/list.png") no-repeat 0 100% !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: #80bb01 !important;
    color: #fff !important;
	margin:0;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 3px !important;
	background: #f1f2f4 !important;
	color: #242424 !important;
	font-size: 14px;
	font-weight:400 !important;
	padding: 0;
	height:32px;
	line-height:33px;
	width:32px;
	margin: 0;
	text-align: center;
}
.pagination{
	line-height: 1;
}
.pagination > li{
	display: inline-block;
	vertical-align: middle;
}
/* 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{
	margin-bottom: 0;
}
.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 #80bb01 !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: #333333;
	text-transform: none;
	line-height: 1;
	font-weight: 500;
}
.block-2 .product-name + p{
	margin: 10px 0 0;
}
.block-2 .product-name + p a{
	text-transform: none;
}
.block-2 .ratings .rating-box {
	width: 92px;
	display: inline-block;
	margin-right:15px;
	height: 16px;
	background-image: url("../image/rating0.png");
	float:left;
}
.block-2 .ratings a {
	padding:0 8px;
	float:left;
}
.block-2 .ratings span { float:left; }
.block-2 .price{
	margin: 0 0 18px 0;
	font-size:16px !important;
}
.block-2 .price-old {
	font-size:18px;
	font-weight:400;
	margin:0 0 0 8px;
	color:#a4a4a4;
}
.block-2 .ratings {
	margin: 20px 0;
	float: none;
	width: 100%;
	display:inline-block;
}
.block-2 .list-unstyled {
	color: #676767;
	clear: both;
	font-size:14px;
	font-weight:400;
	margin:0 0 20px;
}
.block-2 .list-unstyled li {
	line-height:25px;
	font-style: initial;
	font-size:14px;
	color:#333333;
}
.block-2 .price-product{
	font-size: 24px !important;
	color: #80bb01;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 30px;
}
.block-2 .ex-text {
	color: #80bb01;
	margin-left: 5px;
}
.block-2 .short-des {
	margin: 30px 0 35px;
	color: #333333;
	line-height: 24px;
	font-size:14px;
	font-weight:400;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:30px 0;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: block;
    height: 42px;
	line-height:38px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 23px;
    font-size: 16px;
    border-radius: 0;
	border: 0;
	background: none;
	padding: 0;
	color: #333333;
	float: left;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#plus2,#plus {
	text-align:right;
}
#minus2,#minus {
	text-align:left;
	font-size:25px;
}
#minus2:hover, #plus2:hover,
#minus:hover, #plus:hover{
	color: #80bb01;
}
#input-quantity2,
#input-quantity {
    width: 40px;
	height: 40px;
	line-height:38px;
	border: 1px solid #e1e1e1;
	background:none;
	font-size: 14px;
	color: #242424;
	font-weight:400;
	border-radius:3px;
}
label[for='input-quantity']{
	float: left;
	line-height: 40px;
	margin: 0 30px 0 0;
	color: #333333;
	font-size:14px;
}
#button-cart2 i,
#button-cart i{
	font-size: 24px;
	margin-right: 7px;
}
#button-cart2,
#button-cart {
	margin: 0 10px 0 0;
	float: left;
	background: #80bb01;
	height: 40px;
	line-height:40px;
	border-radius: 3px;
	width:auto;
	padding: 0 60px;
	color: #fff;
	font-size: 14px;
	text-transform: inherit;
	font-weight: 400;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#button-cart2:hover,
#button-cart:hover {
	background:#0e7346;
	color:#fff;
}
.block-2 .wishlist-compare { float:left;}
.block-2 .btn-compare span, 
.block-2 .btn-wishlist span{
	display: none;
} 
.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:40px;
	line-height:40px;
	width:40px;
    border: none;
	padding: 0;
	background: #eef0f1;
	color: #a4a4a4;
	font-size:0;
	font-weight:400;
	text-transform:inherit;
	border-radius:3px;
	margin-right:7px;
	-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: 'plaza-icon';
    display: inline-block;
    font-size: 16px;
}
.block-2 .btn-wishlist:before {
	content: "\e977";
}
.block-2 .btn-compare:before {
	content: "\e9d1";
}
.block-2 .btn-compare:hover, 
.block-2 .btn-wishlist:hover {
    color: #fff;
	background:#80bb01;
}
#product2,
#product{
	clear: both;
	display:inline-block;
	width:100%;
}
#product2 .has-option,
#product .has-option {
	max-height: 300px;
	overflow: auto;
	border: 2px solid #ebebeb;
	padding: 20px 20px 10px;
	margin: 10px 0 30px;
	background:#fff;
	border-radius:5px;
}
#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;
}
#product .form-group {
	display:inline-block;
	width:100%;
	margin:20px 0;
}
.quantity-actions {
	margin-right:30px;
	float:left;
}
.quantity-box {
	float:left;
	margin: 0 10px 0 0;
}
.quantity-box .quantity-content {
	float:left;
}
.product-actions { float:left; }
.block-3{
	margin: 55px 0 0;
}
.block-3-content {
	padding:16px 30px;
	background:#fff;
	border:1px solid #ebebeb;
	border-radius:5px;
}
#tab-review #review{
	max-height: 300px;
	overflow: auto;	
}
.block-3 .tab-content .tab-pane {
	padding:38px 0;
	border:0;
	font-size:14px;
	color:#333333;
	line-height:25px;
}
.block-3 .tab-content .tab-pane h2 {
	color:#fff;
	font-weight:500;
}
.block-3 .nav-tabs {
	font-weight: 500;
	font-size: 18px;
	text-transform: none;
	border: none;
	text-align:left;
	padding-bottom:12px;
	border-bottom:1px solid #ebebeb;
	margin:0;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #333333;
	background: none;
	border:0;
}
.block-3 .nav-tabs li a {
	color: #a4a4a4;
	font-size:20px;
	font-weight:500;
	text-transform:capitalize;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0 50px 0 0;
}
.block-3 .nav-tabs li {
	display:inline-block;
	float:none;
	margin: 0;
}
.block-3 .tab-content .fa {
	font-weight:400;
	font-size:18px;
}
.block-3 .tab-content .fa-star,
.block-3 .tab-content .fa-stack {
	color:#fad12e;
	width: 15px;
}
.block-3 .tab-content .fa-star:before {
	content:"\f006";
	color:#fad12e;
	position:relative;
	z-index:2;
}
.block-3 .tab-content .fa-star-o,
.block-3 .tab-content .fa-star-o:before {
	color:#b2b2b2;
}
.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;
}
/* modules */
.module-title {
	position:relative;
}
.module-title h2 {
	font-size: 24px;
	color:#333333;
	margin: 0;
	font-weight: 500;
	text-transform: none;
	padding:0;
	position:relative;
	display:block;
	font-family: 'Rubik', sans-serif;
}
.module-description {
	margin:0 0 5px;
	font-size:14px;
	color:#666666;
	font-weight:400;
	text-transform:capitalize;
	text-align:left;
}
.module-title{
	text-align: left;
	margin: 0 0 13px;
	display:inline-block;
	width:100%;
}
.tt_tabsproduct_module .module-title h2 {
    float: left;
    padding: 0;
    font-size: 24px;
    color: #333333;
    text-transform: none;
    padding:0;
    background: none;
	margin:0;
}
.tt_tabsproduct_module .tab-heading {
    float: right;
    width: auto;
    background: none;
    padding-right: 73px;
}
.tt_product_module {
	margin-top: 50px;
}
.tt_tabsproduct_module .module-title {
	margin:0 0 5px;
}
.tt_product_module .owl-carousel .owl-stage-outer {
	padding: 10px 10px 48px;
	margin:0 -10px -30px;
	z-index:9;
}
.tt_product_module .owl-carousel:hover .owl-stage-outer {
	z-index:10;
}
/* related-products */
.related-products {
	clear: both;
	margin:58px 0 0;
}
.related-products .module-title {
	text-align:left;
}
.related-products .module-title h2 {
	margin:0;
	padding-bottom:10px;
}
.related-products .owl-carousel .owl-stage-outer {
	padding: 0 0 75px;
    margin: 0;
}
.related-products .product-grid {
	margin:0;
}
.related-products .price-old {
	margin:0 0 0 8px;
}
.related-products .owl-carousel .owl-nav {
	margin:-46px -8px 0 0;
}
/* newproducts */
.products1 .product-customize .product-des {
	display:none;
}
.products1 .product-grid {
	margin-bottom:15px;
}
.products1 .col-lg-4 { padding-right:0; }
.products1 .first-product { margin-top:10px; }
.products1 .first-product .item-inner {
	padding-bottom:10px;
}
.products1 .product-des { margin:10px 0 0; }
.products1 .first-product .product-grid .caption {
	padding:25px 15px 30px;
}
.products1 .first-product .item-inner:hover .actions {
	top:93%;
}
/* onsale-products */
.home-modules {
	background:url('../image/home-moduls.jpg') no-repeat 0 0;
	background-size:cover;
	padding:30px 0;
	margin-top:25px;
}
.tt_product_module.products {
	display:inline-block;
	width:100%;
	margin-top:50px;
}
.products .module-title {
	width:18%;
	float:left;
	padding-right:30px;
	padding-top:60px;
}
.products .module-title h2 {
	font-size:36px;
}
.products .module-description { margin-top:23px; }
.products .tt-product {
	width:82%;
	float:right;
}
.products .item-inner,
.products .item-inner:hover {
	border:0;
}
.products .item-inner .actions { 
	border:0;
	right:0;
	left:0;
}
.tt_product_module.products .owl-carousel .owl-nav {
    position: absolute;
    top: 100%;
    margin: -82px 0 0 -205px;
    left: 0;
	right:inherit;
    background: none;
    padding-left: 10px;
}
.products .owl-carousel .owl-nav > .owl-next,.products .owl-carousel .owl-nav > .owl-prev {
	position:initial;
	opacity:1;
	width:auto;
	height:35px;
	line-height:33px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	background:#fff;
	font-size:14px;
	color:#242424;
	padding:0 23px;
	margin-right:10px;
}
.products .owl-carousel .owl-nav > .owl-next { margin:0; }
.products .owl-carousel .owl-nav > .owl-next:hover,.products .owl-carousel .owl-nav > .owl-prev:hover {
	border-color:#80bb01;
	background:#80bb01;
	color:#fff;
}
.products .owl-carousel .owl-nav > .owl-next:before,.products .owl-carousel .owl-nav > .owl-prev:before { display:none; }
/* Mostview Products */
.tt_product_module .owl-carousel .owl-nav { margin:-36px -8px 0 0; }
/* feature-category */
.featured-categories-container { margin:60px 0 0; }
.featured-categories-container .module-title {
	display:none;
}
.featured-categories-container .owl-item {
	padding:0 15px;
}
.featured-categories-container .fcategory-content {
	padding:10px 10px 20px;
	position:relative;
}
.featured-categories-container .fcategory-content:before {
	content:'';
	width:100%;
	height:100%;
	border:1px solid #ebebeb;
	border-radius:10px;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
.featured-categories-container .fcategory-content:hover:before {
	border:2px solid #80bb01;
}
.fcategory-content .content-thumb {
	text-align:center;
	margin:10px 0 0;
	position:relative;
	overflow:hidden;
}
.fcategory-content .content-thumb .box-content {
	-webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.fcategory-content:hover .content-thumb .box-content {
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fcategory-content .content-thumb h2 {
	font-weight:500;
	margin:0;
}
.fcategory-content .content-thumb h2 a {
	color:#242424;
	font-size:14px;
	text-transform:capitalize;
}
.fcategory-content .content-thumb h2 a:hover {
	color:#80bb01;
}
.fcategory-content .content-thumb .total-items {
	margin:3px 0 0;
}
.fcategory-content .content-thumb .total-items span { margin-left:3px; }
/* 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: #0e7346;
	padding:0;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9991;
    opacity: 0.8;
    -webkit-animation: fadeInDown 300ms linear;
    -moz-animation: fadeInDown 300ms linear;
    -ms-animation: fadeInDown 300ms linear;
    animation: fadeInDown 300ms linear;
    -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; }
/* 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;
}
/* rating */
.ratings .rating-box div[class^="rating"]{
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
	height: 16px;
}
.ratings .rating-box .rating0{
	background-image: url("../image/rating0.png")
}
.ratings .rating-box .rating1{
	background-image: url("../image/rating1.png")
}
.ratings .rating-box .rating2{
	background-image: url("../image/rating2.png")
}
.ratings .rating-box .rating3{
	background-image: url("../image/rating3.png")
}
.ratings .rating-box .rating4{
	background-image: url("../image/rating4.png")
}
.ratings .rating-box .rating5{
	background-image: url("../image/rating5.png")
}
/* modules-product */
.product-ocnewproduct .product-list .item-inner .actions,
.product-ocbestseller .product-list .item-inner .actions {
	margin:20px 0 0;
}
/* responsive */
@media (max-width: 1199px){
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	.owl-carousel .owl-nav > .owl-next, .owl-carousel .owl-nav > .owl-prev,.brand-container .swiper-pager div,.testimonial-container .owl-theme .owl-nav.disabled + .owl-dots { display:none !important; }
	.btn-grid-4,.btn-grid-5 { display:none; }
	.fix-nav { 
		position:initial !important;
		opacity:1;
		box-shadow:none;
		padding:0;
		-webkit-animation: fadeInDown 0s linear;
		-moz-animation: fadeInDown 0s linear;
		-ms-animation: fadeInDown 0s linear;
		animation: fadeInDown 0s linear;
	}
	.header-content { margin-right:10px; }
	.search-container { width:340px; }
	#search-by-category .search-box { width:250px; }
	#product-product, .layer-category{
		margin-top: 0;
	}
	.banner-top .col { margin-right:3px; }
	.banner-static1 { margin:40px 0 0; }
	.banner-center { margin:5px 0 0; }
	.home-modules { margin-top:5px; }
	.featured-categories-container { margin:40px 0 0; }
	.tt_product_module { margin-top:30px; }
	.products1 .first-product .product-grid .caption { padding:50px 15px 36px; }
	.products .module-title { padding-right:10px; }
	.tt_tabsproduct_module { margin-top:35px; }
	.tabscategories1.tt_tabsproduct_module { margin-top:30px; }
	.tt_tabsproduct_module .tab-heading { padding:0; }
	.testimonial-container { margin-top:5px; padding:20px 0 50px;  }
	.item-inner .image { text-align:center; }
	.item-inner .image a { display:inline-block; }
	.toolbar3 { padding:0 20px 0 0; }
	.btn-custom-view { margin-left:5px; }
	.toolbar .toolbar2 label, .toolbar .toolbar1 label { display:none; }
	.product-list .caption .left-caption { width:100%; border:0; padding:0; }
	.product-list .caption .right-caption { width:100%; padding:0; margin:20px 0 0; }
	.product-list .item-inner .add-to-links .cart { margin-bottom:10px; }
	.block-3 { margin:40px 0 0; }
	.related-products { margin:40px 0 0; }
	.related-products .owl-carousel .owl-stage-outer { padding:0 0 62px; }
	.common-home .brand-container { margin:5px 0 0; }
	.brand-container { padding:30px 0; }
	.footer-static { padding:40px 0 0; }
	.social-footer li { margin:0 5px 5px 0; }
	.newletter-subscribe { margin-top:13px; }
	#dialog-normal .newletter-title h3 { font-size:23px; }
	.newletter-description { padding-left:10px; }
	.newletter-description p { font-size:12px; line-height:23px; }
	.newletter-subscribe-container .newleter-content #frm_subscribe-normal { width:420px; margin-top:-3px; }
	.footer-bottom { padding:20px 0 18px; }
	#back-top { height:30px; width:30px; line-height:36px; right:10px; bottom:10px; }
}
@media (max-width: 991px){
	.header-bottom { padding:22px 0 12px; position:relative; z-index:9991; }
	.header-content { width: 100%; margin: 0; float: none; display: inline-block; text-align: center; }
	.header-bottom .box-header { text-align:center; }
	.top-tags { width:auto; }
	.logo-container a { display:inline-block; }
	.header-search { float:none; display:inline-block; margin:0; }
	#cart .dropdown-menu { right:-100px; }
	#cart .dropdown-menu:before { right:128px; }
	.logo-container { text-align:center; margin:0 0 10px; }
	.header-top { text-align:center; padding:0 0 10px; }
	.banner-top { float:none; display:inline-block; margin:0 0 20px; }
	#form-language,#form-currency { display:inline-block; float:none; position:relative; z-index:9992; }
	#top-links .dropdown-menu { text-align:center; }
	#top-links .dropdown-menu li { float:none; display:inline-block; }
	#top-links .dropdown-menu li a { line-height:20px; }
	#top-links { float:none; display:inline-block; }
	.header-menu { text-align:center; padding:20px 0 10px; }
	.cart-wishlist { width:auto; }
	#search-by-category .search-ajax { width:270px; margin:0 0 0 -135px; }
	#search-by-category .detail { text-align:left; }
	.featured-categories-container .fcategory-content { text-align:center; }
	.featured-categories-container .fcategory-content a { display:inline-block; }
	.fcategory-content .content-thumb .box-content { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
	.feature-products,body[class^="product-category"] .feature-products { margin-bottom:30px; }
	.search-position { z-index:9999; }
	.products .module-title { padding:0; }
	.products .module-title,.products .tt-product { width:100%; }
	.products .module-description { margin-top:6px; }
	.product-actions { width:100%; margin:20px 0 0; }
	#dialog-normal .newletter-title { width:100%; }
	#dialog-normal .newletter-title h3 { font-size:25px; }
	.newletter-description { width:100%; padding:0; margin-top:10px; }
	#dialog-normal .newleter-content { width:100%; margin-top:10px; }
	.newletter-subscribe-container .newleter-content #frm_subscribe-normal { margin:0; float:left; }
	#frm_subscribe-normal { width:100%; }
	#blog_home .articles-inner { padding:0; border:0; }
	#blog_home .articles-image,#blog_home .articles-image img { width:100%; }
	#blog_home .aritcles-content { margin:20px 0 0; display:inline-block; width:100%; }
	.brand-container { margin:30px 0 0; }
	.newletter-subscribe { margin:0; }
	.main-menu{
		width: 100% !important;
		padding: 0;
	}
	.copyright-text{
		text-align: left;
	}
	.footer-paypal { text-align:left; margin:20px 0 0; }
	.footer-static .col {
		margin-bottom:15px;
	}
	.footer-static .footer-title,.footer-static .col4 .footer-title { margin-bottom:18px; cursor:pointer; }
	.footer-static .footer-title h2 { font-size:14px; }
	.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: -3px;
		color: #fff;
	}
	.footer-static .footer-content {
		display:none;
	}
	.footer-static .col4 .footer-content { margin-bottom:40px; }
	.social-footer { text-align:left; margin:10px 0; }
}
@media (max-width: 768px){
	.owl-nav > div.owl-prev{
		left: 0;
	}
	.owl-nav > div.owl-next{
		right: 0;
	}
	.action-links button{
		width: 60px;
	}
}
@media (max-width: 767px){
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	.logo-container { margin:0 0 20px; }
	.search-containers { width:100%; text-align:center; margin:20px 0 0; }
	.block-3 .nav-tabs{
		width: 100%;
	}
	.block-3 .nav-tabs li{
		display: inline-block;
	}
	.block-3 .nav-tabs li a { padding:0 20px 0 0; }
	.owl-nav{
		display: none;
	}
	#dialog-normal .newleter-content{
		padding: 0;
	}
	.banner-static { padding:20px 0 18px; }
	.banner-static1 img,.banner-center img { width:100%; }
	.banner-static .col1,.banner-static .col2,.banner-static .col3{
		margin:0 0 10px;
	}
	.banner-static .col:before { display:none; }
	.banner-static p { font-size:14px; }
	.banner-static1 .col1,.banner-center .col1 { margin-bottom:20px; }
	.products1 .col-lg-4 { padding:0 15px; }
	.tt_tabsproduct_module .module-title h2 { width:100%; text-align:left; margin:0 0 10px; }
	.tt_tabsproduct_module .tab-heading { width:100%; text-align:left; margin: 15px 0 0; }
	.first-product .image { text-align:center; }
	.first-product .image img { display:inline-block; }
	.product-list .caption { padding:20px; display:inline-block; width:100%; }
	.products1 .first-product .product-grid .caption { padding-top:5px; }
	.footer-static .footer-content .social-footer li { margin-bottom:10px; }
}
@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; }
}
@media (max-width: 640px){	
	.container-fix > .container{
		clear: both;
	}
	.toolbar { padding:20px; float:none; display:inline-block; }
	.toolbar .toolbar3,.toolbar .toolbar2,.toolbar .toolbar1 {
		display:inline-block;
		width:100%;
		padding:0;
		float:left;
		text-align:left;
		margin:0 0 10px;
	}
	.toolbar .toolbar-amount { margin-bottom:10px; }
	.toolbar .toolbar3 { margin-bottom:5px; }
	#input-sort, #input-limit { padding:0; display:inline-block; width:auto; }
}
@media (max-width: 580px){
	.language .btn-link label,.currency label { display:none; }
	.language { padding-left:10px; }
	.currency { margin-left:10px; padding-left:10px; }
	#top-links { margin-left:10px; padding-left:10px; padding-right:5px; }
	.language .btn-link { text-transform:capitalize; }
	.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; }
	.products .image { width:100%; }
	.products .caption { display:inline-block; width:100%; }
	.custom-products .product-list .product-thumb{
		margin: 0;
	}
	.product-list .item-inner { margin-left:0; }
	.product-list .product-inner{
		margin-top: 20px;
	}
	.product-list .product-inner,
	.product-list .image{
		width: 100%;
	}
	.block-3 .nav-tabs li { width:100%; }
}
@media (max-width: 480px){
	.header-link { margin:0 0 0 20px; }
	.search-container,#search-by-category,.header-search { width:100%; }
	#search-by-category .search-container .categories-container { width:20%;}
	#search-by-category .search-box { width:80%; }
	#search { width:100%; }
	#cart .dropdown-menu { right:-100px; }
	.product-list .item-inner { margin-left:0; }
	.module-title h2 { font-size:20px; }
	.footer-paypal ul li { margin-bottom:10px; }
	.newletter-subscribe-container .newleter-content #frm_subscribe-normal { width:100%; }
	.tt_product_module { margin-top:40px; }
	.brand-container { padding:10px 0; }
}
@media (max-width: 400px){
	.banner-top .col { width:100%; margin:0 0 10px; }
}
@media (max-width: 380px){
	#form-currency .dropdown-menu { left: -50px; }
	#top-links label,.currency .btn-link,.language .btn-link { font-size:11px; }
	.header-link .box-content { z-index:991; }
	#cart .dropdown-menu { min-width: inherit; right: -79px; width: 300px; }
	.product-list .item-inner .add-to-links .cart button { padding:0 30px; }
	.quantity-actions { margin:0; }
	#button-cart2, #button-cart { padding:0 30px; }
	.block-3 .nav-tabs li { width:100%; }
	.banner-center { margin:-10px 0 0; }
}