a {
	color: #464646
}

ul {
	margin-bottom: 0
}
@import url(https://fonts.googleapis.com/css?family=Bungee);
a:hover,
a:focus,
a:active {
	color: #77ca64;
	text-decoration: none
}

::-webkit-input-placeholder {
	font-weight: 300;
	font-style: italic
}

::-moz-placeholder {
	font-weight: 300;
	font-style: italic
}

:-ms-input-placeholder {
	font-weight: 300;
	font-style: italic
}

.no-padding {
	padding-left: 0;
	padding-right: 0
}

.fa {
	line-height: inherit
}

.input-control {
	border: solid 1px #e1e1e1;
	outline: none;
	padding: 10px
}

.input-control:focus {
	border-color: #77ca64
}

.button {
	color: #fff;
	outline: none;
	text-decoration: none;
	border: 0;
	display: inline-block;
	background: #77ca64;
	padding: 7px;
	text-transform: uppercase;
	line-height: 12px
}

.button:hover {
	color: #fff;
	opacity: .9
}

body {
	font-family: 'Arial';
	font-weight: 400;
	font-size: 12px;
	margin: 0
}

#header .top-header {
	line-height: 35px;
	background-color: #77ca64;
	color: #fff
}

#header .top-header a {
	color: #fff
}

#header .top-header span,
#header .top-header a {
	margin-right: 15px
}

#header .top-header a:last-child {
	margin-right: 0
}

#header .top-header .customer,
#header .mid-header .mini-cart {
	text-align: right
}

#header .mid-header .logo a {
	display: table-cell;
	vertical-align: middle;
	height: 115px
}

#header .mid-header .logo a img {
	max-height: 115px
}

#header .mid-header .header-search form {
	margin-top: 32px;
	margin-bottom: 0;
	position: relative
}

#header .mid-header .header-search .input-control {
	width: 100%;
	height: 45px;
	border-radius: 40px;
	padding-left: 15px;
	padding-right: 40px;
	line-height: 23px
}

#header .mid-header .header-search button {
	background: transparent;
	border: 0;
	outline: none;
	position: absolute;
	top: 50%;
	margin-top: -9.5px;
	right: 15px;
	color: #898989
}

#header .mid-header .mini-cart {
	margin-top: 34px;
	position: relative
}

#header .mid-header .mini-cart .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	background-color: #77ca64;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin-right: 7px
}

#header .mid-header .mini-cart .wrapper-mini-cart {
	float: right;
	position: static;
	padding-bottom: 15px
}

#header .mid-header .mini-cart .content-mini-cart {
	overflow-y: auto;
	max-height: 350px;
	position: absolute;
	width: 100%;
	border: solid 1px #ebebeb;
	padding: 20px;
	background-color: #fff;
	top: 100px;
	left: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

#header .mid-header .mini-cart .content-mini-cart .image {
	width: 27.5%;
	border: solid 1px #ebebeb;
	float: left
}

#header .mid-header .mini-cart .content-mini-cart .info {
	text-align: left;
	float: left;
	width: 65.5%;
	padding-left: 10px
}

#header .mid-header .mini-cart .content-mini-cart .remove {
	width: 7%;
	float: left
}

#header .mid-header .mini-cart .content-mini-cart .remove a {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: solid 1px #ebebeb;
	text-align: center;
	line-height: 18px
}

#header .mid-header .mini-cart .content-mini-cart li {
	margin-bottom: 15px
}

#header .mid-header .mini-cart .content-mini-cart ul {
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 15px
}

#header .mid-header .mini-cart .content-mini-cart .info h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 12px
}

#header .mid-header .mini-cart .content-mini-cart .info h3 a {
	color: #77ca64
}

#header .mid-header .mini-cart .content-mini-cart .total {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px
}

#header .mid-header .mini-cart .content-mini-cart .button {
	padding: 10px 15px
}

#header .bottom-header {
	background-color: #464646
}

#header .bottom-header .main-nav {
	position: relative
}

#header .bottom-header .main-nav>li {
	float: left
}

#header .bottom-header .main-nav>li>a {
	display: block;
	padding: 21px 30px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	color: #fff
}

#header .bottom-header .main-nav>li>a:hover,
#header .bottom-header .main-nav>li:hover>a,
#header .bottom-header .main-nav>li.active>a {
	background-color: #ff0000
}

#header .bottom-header .main-nav>li.has-megamenu {
	position: static
}

#header .bottom-header .main-nav>li.has-megamenu .mega-menu {
	position: absolute;
	left: 83px;
	right: 83px;
	top: 100px;
	box-shadow: 0 2px 5px #676767;
	background-color: #fff;
	padding: 30px;
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

#header .bottom-header .mega-menu h3 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700
}

#header .bottom-header .mega-menu h3 a {
	color: #333
}

#header .bottom-header .mega-menu h3 a:hover {
	color: #77ca64
}

#header .bottom-header .mega-menu ul {
	margin-bottom: 30px
}

#header .bottom-header .mega-menu ul li {
	margin-bottom: 5px;
	line-height: 20px
}

#header .bottom-header .mega-menu ul li .fa {
	margin-right: 5px
}

#header .bottom-header .main-nav li.has-submenu {
	position: relative
}

#header .bottom-header .main-nav>li.has-submenu .level1 li a {
	display: block;
	padding: 10px 20px
}

#header .bottom-header .main-nav>li.has-submenu .level1,
#header .bottom-header .main-nav .level2 {
	position: absolute;
	top: 100px;
	left: 0;
	width: 200px;
	background-color: #fff;
	box-shadow: 0 2px 5px #676767;
	padding: 10px 0;
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

#header .bottom-header .main-nav>li.has-submenu .level1:after {
	content: "";
	position: absolute;
	left: 200px;
	top: 0;
	width: 5px;
	height: 100%
}

#header .bottom-header .main-nav .level2 {
	top: 50px;
	left: auto;
	right: -205px;
	box-shadow: 0 0 5px #676767
}

#header .bottom-header .main-nav>li.has-submenu .level1>li.has-submenu:hover .level2 {
	top: 0;
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

#header .bottom-header .main-nav>li.has-megamenu:hover .mega-menu,
#header .mid-header .wrapper-mini-cart:hover .content-mini-cart,
#header .bottom-header .main-nav>li.has-submenu:hover .level1 {
	opacity: 1;
	visibility: visible;
	top: 55px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

#footer .top-footer {
	padding: 40px 0;
	background-color: #fafafa;
	border-top: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb
}

#footer .top-footer h3 {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 15px
}

#footer .top-footer ul li {
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: 300
}

#footer .top-footer .payments-method {
	margin-top: 30px;
	text-align: center
}

#footer .bottom-footer {
	background-color: #464646;
	line-height: 50px;
	color: #b7b7b7
}

#footer .bottom-footer a {
	color: #b7b7b7
}

#footer .bottom-footer a:hover {
	color: #fff
}

#footer .bottom-footer ul {
	text-align: right
}

#footer .bottom-footer ul li {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 10px
}

#footer .bottom-footer ul li:first-child {
	margin-left: 0
}

.index .content {
	padding-top: 15px
}

.aside-category {
	position: relative
}

.aside-category h3 {
	color: #fff;
	background-color: #464646;
	letter-spacing: 1px;
	padding: 17px;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: solid 3px #77ca64;
	margin: 0
}

.aside-category ul li {
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb
}

.aside-category ul li a {
	display: block;
	padding: 16px 15px;
	color: #898989
}

.aside-category ul li.active {
	border-color: #77ca64
}

.aside-category ul li.active>a {
	background-color: #77ca64;
	color: #fff
}

.aside-category ul li.has-submenu {
	position: relative
}

.aside-category ul li.has-submenu>a {
	position: relative
}

.aside-category ul li.has-submenu>a:after {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	top: 14px;
	font-size: 14px
}

.aside-category ul li.has-submenu .submenu {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 100%;
	top: 100px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

.aside-category ul li.has-submenu .submenu li:first-child {
	border-top: solid 1px #ebebeb
}

.aside-category ul li.has-submenu .submenu li {
	border-left: 0;
	background: #fff
}

.aside-category>ul>li:hover>a,
.aside-category>ul>li .submenu a:hover {
	color: #fff
}

.aside-category ul li:hover {
	background: #77ca64 !important;
	border-color: #77ca64 !important
}

.aside-category ul li.has-submenu:hover .submenu {
	top: 0;
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

.three-banner,
.special-collection,
.wrapper-tab-collections,
.widebanner,
.home-blog,
.privacy,
.brands,
.sidebar .one-block {
	margin-top: 30px
}

.owl-slider .owl-buttons,
.product-detail .thumbnail-image .owl-buttons {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -25px;
	pointer-events: none
}

.owl-slider .owl-buttons .owl-prev,
.owl-slider .owl-buttons .owl-next,
.product-detail .thumbnail-image .owl-buttons .owl-prev,
.product-detail .thumbnail-image .owl-buttons .owl-next {
	width: 50px;
	height: 50px;
	display: table-cell;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	pointer-events: initial
}

.owl-slider .owl-buttons .owl-next,
.product-detail .thumbnail-image .owl-buttons .owl-next {
	float: right
}

.owl-slider .owl-buttons .owl-prev,
.product-detail .thumbnail-image .owl-buttons .owl-prev {
	float: left
}

.wrapper-tab-collections .tabs-container ul li {
	display: inline-block;
	margin-right: 15px
}

.wrapper-tab-collections .tabs-container ul {
	border-bottom: solid 1px #ebebeb
}

.wrapper-tab-collections .tabs-container ul li a h2 {
	display: block;
	margin: 0;
	padding: 7px 0 15px;
	text-transform: uppercase;
	font-size: 14px
	
}

.wrapper-tab-collections .tabs-container ul li a.active h2 {
	color: #77ca64;
	position: relative
}

.wrapper-tab-collections .tabs-container ul li a.active h2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #77ca64;
	bottom: -1px;
	left: 0
}

.owl-tab-collections .owl-controls,
.owl-home-blog .owl-controls,
.owl-brands .owl-controls {
	position: absolute;
	right: 0;
	top: -55px
}

.owl-tab-collections .owl-buttons .owl-prev,
.owl-tab-collections .owl-buttons .owl-next,
.owl-home-blog .owl-buttons .owl-prev,
.owl-home-blog .owl-buttons .owl-next,
.owl-brands .owl-buttons .owl-prev,
.owl-brands .owl-buttons .owl-next {
	display: inline-block;
	border: solid 1px #ebebeb;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #acacac;
	margin-left: 3px
}

.tabs-container {
	margin-bottom: 15px
}

.product-grid {
	border: solid 1px #ebebeb;
	text-align: center;
	margin-bottom: 30px
}

.product-grid .info {
	padding: 10px
}

.product-grid .image a img {
	display: inline-block;
	padding: 10px
}

.product-grid .info .name {
	text-align: center;
	margin: 0;
	margin-top: 22px;
	font-size: 12px;
	height: 36px;
	overflow: hidden;
	line-height: 18px;
	word-wrap: break-word
}

.product-grid .info .price,
.product-list .info .price {
	text-align: center;
	color: #77ca64;
	margin-bottom: 15px
}

.product-grid .info .price del,
.product-list .info .price del {
	color: #A9A9A9
}

.product-grid .info .action-btn .button,
.product-list .info .action-btn .button {
	background-color: transparent;
	border: solid 1px #ccc;
	border-radius: 30px;
	padding: 8px 20px;
	color: #464646
}

.product-grid .info .action-btn .button:hover,
.product-list .info .action-btn .button:hover {
	background-color: #77ca64;
	color: #fff;
	border: solid 1px #77ca64
}

.special-collection .tabs-container {
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 15px
}

.special-collection .tabs-container h2 {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 7px;
	position: relative;
	color: #77ca64;
}

.special-collection .tabs-container h2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #77ca64;
	bottom: -1px;
	left: 0
}

.special-collection .tabs-container ul {
	float: right
}

.special-collection .tabs-container ul li {
	display: inline-block;
	margin-left: 5px
}

.special-collection .tabs-container ul li a {
	display: block;
	padding: 5px 10px;
	background-color: #f8f8f8;
	color: #898989;
	text-transform: uppercase
}

.special-collection .tabs-container ul li a.active,
.special-collection .tabs-container ul li a:hover {
	background-color: #77ca64;
	color: #fff
}

.home-blog .title,
.brands .title {
	margin: 0;
	margin-bottom: 15px;
	border-bottom: solid 1px #ebebeb
}

.home-blog .title span,
.brands .title span {
	display: inline-block;
	text-transform: uppercase;
	padding: 7px 0 15px;
	font-size: 14px;
	position: relative
}

.home-blog .title span:after,
.brands .title span:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #77ca64;
	bottom: -1px;
	left: 0
}

.home-blog .article {
	padding: 0 15px
}

.home-blog .article .info h3 {
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px
}

.home-blog .article .info p {
	color: #464646;
	font-weight: 300;
	line-height: 30px
}

.home-blog #not_image img {
	display: none
}

.owl-home-blog .owl-controls,
.owl-brands .owl-controls {
	right: 15px
}

.privacy {
	padding: 40px 0;
	border-top: solid 1px #ebebeb
}

.privacy .image {
	float: left;
	width: 19.444444444444%;
	height: 70px
}

.privacy .info {
	float: left;
	width: 80.555555555556%;
	padding-left: 15px
}

.privacy .info h3 {
	margin: 0;
	margin-bottom: 7px;
	color: #464646;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase
}

.privacy .info p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
	color: #acacac
}

.brands .owl-item {
	padding: 0 15px;
	display: table
}

.brands .item {
	text-align: center;
	border: solid 1px #ebebeb;
	height: 80px;
	display: table-cell;
	width: 100%;
	vertical-align: middle
}

.brands .item img {
	max-width: 100%;
	max-height: 100%
}

.sidebar .aside-title {
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 15px
}

.sidebar .aside-title span {
	text-transform: uppercase;
	padding: 12px 0;
	color: #464646;
	display: inline-block;
	font-size: 14px;
	position: relative
}

.sidebar .aside-title span:after {
	content: "";
	position: absolute;
	width: 100%;
	display: block;
	height: 1px;
	background-color: #77ca64;
	bottom: -1px;
	left: 0
}

.sidebar .linklist li a {
	line-height: 22px;
	font-weight: 300
}

.sidebar .filter-brands li {
	display: inline-block;
	width: 49%;
	padding-right: 15px;
	line-height: 22px;
	font-weight: 300
}

.sidebar .collection-sidebar .image,
.sidebar .blog-sidebar .image {
	width: 38%;
	float: left
}

.sidebar .collection-sidebar .info,
.sidebar .blog-sidebar .info {
	width: 62%;
	float: left;
	padding-left: 10px
}

.sidebar .collection-sidebar li,
.sidebar .blog-sidebar li {
	padding-bottom: 20px;
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 10px
}

.sidebar .collection-sidebar li:last-child,
.sidebar .blog-sidebar li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.sidebar .collection-sidebar .image {
	padding: 5px;
	border: solid 1px #ebebeb
}

.sidebar .collection-sidebar .price,
.breadcrumb ul li .active,
.toolbar-collection span.active,
.article-content .tags a:hover {
	color: #77ca64
}

.sidebar .collection-sidebar .info h3,
.sidebar .blog-sidebar .info h3 {
	font-size: 12px;
	margin: 0 0 10px;
	line-height: 18px
}

.sidebar .blog-sidebar .date {
	color: #898989
}

body.page .breadcrumb,
body.product .breadcrumb {
	border-bottom: solid 1px #ebebeb
}

.breadcrumb {
	background: transparent;
	margin-bottom: 0;
	padding: 0
}

.content h1 {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: 50px;
	text-transform: uppercase;
	border-bottom: solid 1px #ebebeb
}

body.page h1 {
	border-bottom: 0;
	margin-top: 20px;
	text-align: center
}

.breadcrumb ul {
	margin-bottom: 0
}

.breadcrumb ul li {
	display: inline-block;
	margin-right: 5px;
	line-height: 52px;
	color: #464646
}

.toolbar-collection {
	padding: 10px 0 20px
}

.toolbar-collection,
.toolbar-collection a,
.toolbar-collection span {
	color: #898989;
	line-height: 37px
}

.toolbar-collection a,
.toolbar-collection label,
.toolbar-collection span {
	margin-right: 5px;
	margin-bottom: 0
}

.toolbar-collection .fa {
	font-size: 18px
}

.toolbar-collection .left {
	float: left;
	width: 60%
}

.toolbar-collection .right {
	float: right;
	width: 40%;
	text-align: right
}

.toolbar-collection select {
	width: 150px;
	height: 37px;
	border: solid 1px #ebebeb;
	padding: 3px
}

.collection-grid,
.collection-list,
.wrapper-blog,
.article-content,
.template-customer,
.template-cart,
.template-address {
	margin-bottom: 70px
}

.pagination {
	margin: 50px 0 0;
	display: block;
	text-align: right
}

.pagination ul li {
	display: inline-block;
	margin-right: 5px
}

.pagination ul li a,
.pagination ul li span {
	width: 40px;
	height: 40px;
	color: #898989;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #ebebeb
}

.pagination ul li .active,
.pagination ul li a:hover {
	background-color: #77ca64;
	color: #fff;
	border-color: #77ca64
}

.product-list {
	padding: 15px 0;
	border: solid 1px #ebebeb;
	border-bottom: 0
}

.product-list.last {
	border-bottom: solid 1px #ebebeb
}

.product-list h2 {
	margin: 0 0 15px;
	font-size: 18px;
	text-transform: uppercase
}

.product-list .desc {
	color: #898989;
	margin-bottom: 25px
}

.product-list .price {
	font-size: 14px
}

.wrapper-blog .article .image {
	display: block
}

.wrapper-blog .article {
	margin-top: 30px
}

.wrapper-blog .article h2 {
	margin: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px
}

.wrapper-blog .article p {
	font-weight: 300;
	color: #898989
}

.product-detail,
.template-search {
	margin: 30px 0 70px
}

.article-content h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 20px 0 10px;
	line-height: 24px;
	border-bottom: 0
}

.article-content .info-post {
	color: #898989;
	font-weight: 300
}

.article-content .rte img {
	margin: 0 auto;
	max-width: 100%;
	display: block
}

.article-content .action-link {
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ebebeb
}

.article-content .tags a {
	color: #898989
}

.article-content .share {
	text-align: right
}

.article-content .share a {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff
}

.article-content .share a.facebook {
	background-color: #4a6ea9
}

.article-content .share a.twitter {
	background-color: #32def4
}

.article-content .share a.google {
	background-color: #e36044
}

.article-content .comments {
	padding-bottom: 30px;
	border-bottom: solid 1px #ebebeb
}

.article-content .comments h3,
.article-content .write-comment h3 {
	text-transform: uppercase;
	margin: 35px 0;
	font-size: 18px;
	font-weight: 700
}

.article-content .comments .avatar {
	width: 10%;
	float: left
}

.article-content .comments .avatar img {
	border-radius: 50%
}

.article-content .comments .info {
	width: 90%;
	float: left;
	padding-left: 15px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ebebeb
}

.article-content .comments .last .info {
	border-bottom: 0;
	padding-bottom: 0
}

.article-content .comments ul li {
	margin-top: 20px
}

.article-content .comments .info .author {
	text-transform: uppercase;
	font-weight: 700
}

.article-content .comments .info .comment-content,
.article-content .comments .info .date {
	font-weight: 300;
	line-height: 20px;
	color: #898989;
	margin-bottom: 7px
}

#article_comments label {
	display: block;
	font-weight: 400;
	margin-bottom: 7px;
	margin-top: 7px
}

#article_comments .input-control {
	width: 100%
}

#article_comments textarea.input-control {
	height: 200px
}

#article_comments .button {
	padding: 15px 25px;
	border-radius: 3px
}

.product-detail .product-image img {
	width: 100%
}

.product-detail .product-image .thumbnail-image .owl-item {
	padding-left: 5px;
	padding-right: 5px
}

.product-detail .product-image .thumbnail-image .item {
	border: solid 1px #ebebeb;
	padding: 5px
}

.product-detail .product-image .featured-image {
	border: solid 1px #ebebeb;
	padding: 5px;
	margin-bottom: 15px
}

.product-detail .thumbnail-image .owl-buttons .owl-next,
.product-detail .thumbnail-image .owl-buttons .owl-prev {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: rgba(119, 202, 100, 0.5);
	line-height: 30px
}

.product-detail .thumbnail-image .owl-buttons .owl-next:hover,
.product-detail .thumbnail-image .owl-buttons .owl-prev:hover {
	background-color: #77ca64
}

.product-detail .thumbnail-image .owl-buttons {
	margin-top: -15px
}

.product-detail .info h1 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 25px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ebebeb;
	color: #464646;
	line-height: 34px
}

.product-detail .info p {
	color: #898989
}

.product-detail .info p span {
	color: #464646
}

.product-detail .info .product-price {
	color: #77ca64;
	font-size: 48px;
	font-weight: 700
}

.product-detail .info .product-price del {
	color: #e1e1e1;
	font-size: 30px;
	transform: translateY(-3px);
	display: inline-block
}

.product-detail .info p.desc {
	font-weight: 300;
	line-height: 24px
}

.product-detail .info form label {
	display: inline-block;
	width: 100px
}

.product-detail .info .selector-wrapper,
.product-detail .info .quantity {
	margin-bottom: 15px;
	float: left;
	margin-right: 15px
}

.product-detail .info .selector-wrapper select,
.product-detail .info .input-control {
	display: inline-block;
	width: 190px;
	height: 37px;
	border-radius: 20px;
	outline: none;
	border: solid 1px #ebebeb;
	padding: 5px 10px
}

.product-detail .info .input-control {
	width: 90px
}

.product-detail .info .action-btn .button {
	padding: 13px 25px;
	border-radius: 30px
}

.product-detail .info .selector-wrapper select:focus,
.product-detail .info .input-control:focus {
	border-color: #77ca64
}

.product-detail .middle .navtabs li {
	display: inline-block;
	margin-right: -4px
}

.product-detail .middle {
	margin-top: 55px
}

.product-detail .middle .navtabs li a {
	display: block;
	padding: 10px 20px;
	border: solid 1px #ebebeb;
	border-bottom: 0;
	text-transform: uppercase
}

.product-detail .middle .navtabs li a.active {
	background-color: #77ca64;
	border-color: #77ca64;
	color: #fff
}

.product-detail .middle .tab-container {
	border: solid 1px #ebebeb;
	padding: 15px 20px
}

.template-customer h1,
.template-cart h1 {
	font-size: 18px;
	text-transform: uppercase
}

.template-customer .wrapper-form {
	padding: 30px 30px 15px;
	border-radius: 5px;
	border: solid 1px #ebebeb;
	position: relative
}

.template-customer .wrapper-form .title {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -10px;
	text-transform: uppercase;
	left: 0;
	font-weight: 400;
	letter-spacing: 1px
}

.template-customer .wrapper-form {
	font-weight: 300;
	line-height: 24px
}

.template-customer .wrapper-form .title span {
	background-color: #fff;
	padding: 0 10px;
	font-size: 14px
}

.template-customer form label {
	display: block;
	text-transform: uppercase;
	font-weight: 400
}

.template-customer .input-control {
	width: 100%;
	background-color: #fafafa;
	border-radius: 3px
}

.template-customer .button {
	background-color: #464646;
	border-radius: 3px;
	padding: 15px 25px
}

.template-customer .button:hover {
	background-color: #77ca64
}

.page-404 {
	text-align: center;
	margin-bottom: 50px
}

.page-404 h1 {
	font-size: 140px;
	line-height: 140px;
	font-weight: 300;
	margin: 50px 0 10px
}

.page-404 .desc {
	font-weight: 300;
	font-size: 46px
}

.page-404 .button {
	padding: 15px 30px;
	border-radius: 30px
}

.table-cart {
	text-transform: uppercase;
	font-weight: 400 !important;
	margin-top: 30px
}

.table-cart thead tr {
	background: #f8f8f8;
	font-size: 14px
}

.table-cart thead .image {
	width: 20%
}

.table-cart thead .name {
	width: 30%
}

.table-cart thead .quantity {
	width: 15%
}

.table-cart thead .price {
	width: 15%
}

.table-cart thead tr th,
.table-cart tbody tr td {
	padding: 15px 25px
}

.table-cart,
.table-cart th,
.table-cart td {
	border-collapse: collapse;
	border: solid 1px #ebebeb;
	vertical-align: middle !important;
	text-align: center !important
}

.table-cart .input-control {
	width: 80px
}

.template-cart .button {
	padding: 15px 30px;
	display: inline-block;
	font-weight: 300;
	border-radius: 3px;
	font-size: 13px
}

.template-cart .button.black {
	background: #464646;
	margin-left: 10px
}

.template-cart .button.black:hover {
	background: #77ca64
}

.template-cart .total-cart {
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px
}

.template-cart .total-cart .button {
	margin-top: 15px
}

.table-cart .fa {
	font-size: 20px
}

#map {
	width: 100%;
	height: 300px;
	margin: 30px 0;
	background-color: #ebebeb
}

.template-contact form label {
	display: inline-block;
	width: 15%;
	text-transform: uppercase;
	vertical-align: middle
}

.template-contact form .input-control {
	border-radius: 3px;
	width: 84%
}

.template-contact form textarea.input-control {
	vertical-align: text-top;
	height: 150px
}

.template-contact form .button {
	background-color: #464646;
	padding: 13px 25px;
	border-radius: 5px
}

.template-contact form .button:hover {
	background-color: #77ca64
}

.template-contact .logo {
	display: block;
	margin-bottom: 25px
}

.template-contact p {
	color: #898989;
	font-weight: 300;
	line-height: 22px
}

.template-account {
	margin: 30px 0 70px
}

.template-account .table,
.template-account .table tr,
.template-account .table tr td,
.template-account .table tr th {
	border: solid 1px #d1d1d1;
	border-collapse: collapse;
	margin-bottom: 0
}

.template-account .table tbody tr:nth-of-type(2n+1) {
	background-color: #F4F4F4
}

.template-account .account-info h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 15px
}

.index .image {
	text-align: center
}

.article-content>img {
	margin: auto
}

.template-address .input-control {
	width: 100%;
	border: solid 1px #d1d1d1;
	height: 35px;
	padding: 5px 15px;
	outline: none;
	border-radius: 2px
}

.template-address .input-control:focus {
	border-color: #77ca64
}

.template-address .item {
	padding: 15px;
	background-color: #fafafa
}

.template-address .actions-btn {
	margin-bottom: 30px;
	margin-top: 30px
}

.template-address .button {
	padding: 10px 25px;
	display: inline-block;
	color: #fff
}

#add_address form {
	padding: 15px;
	background-color: #fafafa;
	margin-bottom: 30px
}

.template-search .form-search {
	text-align: center
}

@media screen and (min-width: 768px) {
	.template-search .form-search .form-group .input-control {
		width: 400px;
		height: 35px;
		padding: 5px 10px;
		outline: none;
		border: solid 1px #d1d1d1
	}
}

.template-search .form-search .form-group .input-control:focus {
	border-color: #77ca64
}

.template-search .form-search .form-group button {
	height: 39px;
	width: 35px;
	margin-left: -5px
}

.ajax-success-modal .overlay {
	background: rgba(20, 20, 20, 0.7);
	height: 100%;
	width: 100%;
	position: fixed
}

.ajax-success-modal .content {
	background: #fff;
	bottom: auto;
	left: 50%;
	margin-left: -270px;
	margin-top: -100px;
	min-height: 200px;
	padding: 30px;
	position: fixed;
	right: auto;
	top: 50% !important;
	width: 540px
}

.ajax-success-modal .content .button {
	padding: 10px 15px
}

.ajax-success-modal .ajax-left {
	float: left;
	margin-right: 30px
}

.ajax-success-modal .ajax-right {
	margin-left: 93px
}

.success-message {
	background: #f9f9f9;
	height: 40px;
	line-height: 40px;
	color: #8b8b8b;
	padding: 0 10px 0 20px;
	margin-bottom: 20px
}

.ajax-product-title {
	text-align: left;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 14px
}

.ajax-success-modal .close-modal {
	position: absolute;
	right: -15px;
	top: -15px;
	height: 34px;
	width: 34px;
	background: #333;
	color: #fff;
	padding: 5px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px
}

.ajax-success-modal .close-modal:hover {
	background: #77ca64
}

.content-tabs img {
	max-width: 100%
}

button.button.add-cart {
	margin: 0;
	display: inline-block
}

.action-btn {
	text-align: center
}

#bw-statistics {
	padding: 10px !important;
	margin-top: 30px !important
}

#bw-statistics .bw-statistics-title {
	border-color: #ebebeb !important
}

#bw-statistics .bw-statistics-title span {
	border-bottom: 1px solid !important
}

.content-tab-proindex {
	display: inline-block;
	position: relative;
	width: 100%;
	
}

.sp_1,
.sp_2 {
	background: url("../../frontend/lib/support-online7793.png?1478832618263") left center no-repeat
	
}

.sp_mail {
	background: url("../../frontend/lib/email7793.png?1478832618263") left center no-repeat
}

.online_support {
	margin-top: 30px
}

.online_support .block-content div p:first-child {
	color: #AFAFAF;
	margin: 0;
	font-size: 14px;
	line-height: 30px
}

.online_support h2 {
	margin: 0;
	padding: 0 0 0 15px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background: #77ca64
}

.online_support .block-content {
	padding: 10px 0;
	border: #ebebeb 1px solid
}

.online_support .block-content div {
	padding-left: 30px;
	margin-left: 15px;
	font-size: 13px
}

.fanpage {
	margin-top: 30px
}

.btn-xtc {
	position: absolute;
	bottom: -26px;
	line-height: 25px;
	font-weight: 400;
	font-size: 14px !important;
	width: calc(100% + 1px);
	left: -1px;
	text-align: center;
	border: 1px #ebebeb solid
}

.info .desc {
	text-align: justify;
	line-height: 24px !important
}

.product-price-old * {
	font-size: 25px;
	color: #a9a9a9
}

.price-box .price.product-price-old * {
	font-size: 12px !important
}

.price.product-price {
	font-size: 12px !important
}

.product-price-box .price.product-price {
	font-size: 25px !important
}

.tabs-content #content-taba1 div:nth-child(5),
.tabs-content #content-taba2 div:nth-child(5),
.tabs-content #content-taba3 div:nth-child(5),
.tabs-content #content-taba4 div:nth-child(5),
.tabs-content #content-tabb1 .clearfix div:nth-child(5),
.tabs-content #content-tabb2 .clearfix div:nth-child(5),
.tabs-content #content-tabb3 .clearfix div:nth-child(5),
.tabs-content #content-tabb4 .clearfix div:nth-child(5) {
	display: block !important
}

.clearfix {
	display: flex;
    flex-wrap: wrap;
}

#req {
	color: red
}

.privacy .image img {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%
}

.collection-list .price {
	text-align: left !important
}

.collection-list .action-btn {
	text-align: left
}

.desc {
	text-align: justify
}

.owl-buttons>div:hover {
	background: #77ca64;
	color: #fff !important
}

.info h3 a {
	word-wrap: break-word
}

@media (max-width: 480px) {
	#header .top-header .customer {
		text-align: center
	}
	.pagination {
		margin: 20px 0 0;
		display: block;
		text-align: right
	}
	.collection-grid,
	.collection-list,
	.wrapper-blog,
	.article-content,
	.template-customer,
	.template-cart,
	.template-address {
		margin-bottom: 20px
	}
}

@media (max-width: 320px) {
	.pagination ul li a,
	.pagination ul li span {
		width: 30px;
		height: 35px;
		color: #898989;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		border: solid 1px #ebebeb
	}
}

@media screen and (max-width: 991px) {
	#header .mid-header .header-search form {
		margin: 0
	}
	#header .mid-header .mini-cart .wrapper-mini-cart {
		float: right;
		position: absolute;
		padding-bottom: 15px;
		right: 20px;
		top: -157px;
		font-size: 0
	}
	#header .mid-header .mini-cart .icon {
		font-size: 20px
	}
}

.fix-show {
	display: none
}

.fix-show.show {
	display: block
}

.rte img {
	max-width: 100% !important;
	height: auto !important
}

.template-search .product-grid {
	border: 1px solid #ebebeb;
	margin-bottom: 30px
}

@media (min-width: 1200px) {
	.template-search .col-xs-12.col-sm-4.col-md-3:nth-child(4n+1) {
		clear: left
	}
}

.template-contact p .fa {
	width: 16px
}

#header .mid-header .logo.logo-text a {
	font-size: 35px
}

@media (max-width: 375px) {
	.special-collection .tabs-container ul li {
		display: inline-block;
		margin-left: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		display: block
	}
}

.index .image {
	text-align: center;
	 width: 100%;
    height: 200px;
    object-fit: cover;
}

.privacy .image1 {
	border: 0px solid #77ca64;
	border-radius: 50%;
	text-align: center;
}

