	/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 3.0
 * @author http:www.pavothemes.com
 * @copyright	Copyright (C) May 2014 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * BASE CSS STYLES
 */
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Oswald", sans-serif;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
ul li a:hover, ul li a:focus {
  text-decoration: none;
  color: #75cc4a;
}

.tab-content ul {
  list-style-position: inside;
}
.tab-content ul li {
  list-style: inherit;
}

ul.bullet li {
  padding: 5px 0;
  position: relative;
}
ul.bullet li a {
  padding-left: 20px;
}
.rtl ul.bullet li a {
  padding-right: 20px;
  padding-left: inherit;
}
ul.bullet li a:before {
  display: block;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}
.rtl ul.bullet li a:before {
  right: 0;
  left: auto;
}
ul.bullet li a:hover:before {
  color: #75cc4a;
}

/*  PAGINATION STYLE */
.pagination {
  background-color: #FFFFFF;
  border: 1px solid transparent;
  width: 100%;
}
.pagination a:hover, .pagination a:focus {
  color: #75cc4a;
  background-color: transparent;
  border-color: transparent;
}
.pagination b, .pagination a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}
.rtl .pagination b, .rtl .pagination a {
  float: right;
}
.pagination b + b, .pagination a + b {
  margin-left: 5px;
}
.rtl .pagination b + b, .rtl .pagination a + b {
  margin-right: 5px;
  margin-left: inherit;
}
.pagination:first-child > a,
.pagination:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination:last-child > a,
.pagination:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination b {
  background-color: transparent;
  z-index: 2;
  color: #75cc4a;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
.pagination .results {
  float: right;
  color: #9c9c9c;
}
.rtl .pagination .results {
  float: left;
}

/* tab style */
.htabs a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

/* links style */
ul.links {
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline;
  line-height: normal;
}
ul.links li a {
  margin: 0 6px;
}
ul.links li a:hover {
  color: #222;
}
ul.links li .fa, ul.links li .icon {
  margin-right: 10px;
}
.rtl ul.links li .fa, .rtl ul.links li .icon {
  margin-left: 10px;
  margin-right: inherit;
}
ul.list li {
  list-style: none;
  padding: 6px 0;
}
ul.my-account li {
  padding: 6px 0;
  list-style: disc;
  margin-left: 14px;
}
.rtl ul.my-account li {
  margin-right: 14px;
  margin-left: inherit;
}
ul.inline li {
  float: left;
}

.review-form-width {
  margin: 10% auto;
  max-width: 600px;
  position: relative;
  z-index: 999999;
}

.buttons-wrap {
  margin-bottom: 20px;
}

#content > h1 {
  font-family: "Tungsten", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: 43px;
}

table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 170px;
}

table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio td input[type="radio"] {
  margin: 0;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #e8e8e8;
  cursor: pointer;
}

#colorbox {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.no-padding {
  padding: 0;
}

.required {
  font-weight: normal;
  font-size: 13px;
}
.required .control-label:before {
  color: #f00;
  content: "* ";
  font-weight: bold;
}

.success, .warning, .attention, .information {
  padding: 10px 10px 10px 33px;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.rtl .success, .rtl .warning, .rtl .attention, .rtl .information {
  padding: 10px 33px 10px 10px;
}

.success .close, .warning .close, .attention .close, .information .close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3.5px;
  cursor: pointer;
}
.rtl .success .close, .rtl .warning .close, .rtl .attention .close, .rtl .information .close {
  left: 15px;
  right: auto;
}

.attention {
  background: #FFF5CC url("../../image/attention.png") no-repeat;
  background-position: left 10px center;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rtl .attention {
  background-position: right 10px center;
}

.warning {
  background: #FFD1D1 url("../../image/warning.png") no-repeat;
  background-position: left 10px center;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rtl .warning {
  background-position: right 10px center;
}

.success {
  background: #EAF7D9 url("../../image/success.png") no-repeat;
  background-position: left 10px center;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rtl .success {
  background-position: right 10px center;
}

.valid {
  position: absolute;
  width: 100%;
}

.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.error {
  color: #FF0000;
}

.welcome {
  color: #636E75;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}

.buttons {
  padding: 20px 0;
}
.buttons:before, .buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons .left {
  float: left;
}
.rtl .buttons .left {
  float: right;
}
.buttons .right {
  float: right;
}
.rtl .buttons .right {
  float: left;
}

/******************************************************
 * $package Pav Opencart Theme Framework for Opencart 1.5.x
 * $version 1.1
 * $author http://www.pavothemes.com
 * $copyright	Copyright (C) Augus 2013 PavoThemes.com <$emai:pavothemes$gmail.com>.All rights reserved.
 * $license		GNU General Public License version 2
 *******************************************************/
body {
  background: url("../../image/pattern/pattern20.png");
}
body #page {
  max-width: 1370px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: #FFFFFF;
}
body.layout-boxed-lg #page {
  max-width: 1190px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: #FFFFFF;
}

/*
* HEADER 
*/
#topbar {
  background-color: #32353d;
}
#topbar .container {
  background: transparent;
  color: #ccc;
  font-size: 10px;
  font-weight: 500;
}
#topbar .container a {
  color: #75cc4a;
}
#topbar .container a:hover {
  color: #75cc4a;
}
#topbar .dropdown {
  float: left;
}
.rtl #topbar .dropdown {
  float: right;
}
#topbar .dropdown .dropdown-toggle {
  text-transform: uppercase;
}

#header_haircare .quick-access, #header_haircare .search {
  margin-top: 62px;
  position: relative;
  z-index: 9999;
}
#header_haircare .logo {
  margin-top: 62px;
  position: relative;
  z-index: 99;
}
#header_haircare .search {
  margin-right: 5px;
  margin-left: 5px;
}
#header_haircare .heading {
  padding-top: 62px;
  background-color: #75cc4a;
  color: #FFFFFF;
  position: relative;
  z-index: 9999;
}
#header_haircare .heading .cart-icon {
  display: block;
  text-align: center;
}
#header_haircare .heading .cart-inner > a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
#header_haircare .megamenu {
  float: right;
}
.rtl #header_haircare .megamenu {
  float: left;
}

#header_healthcare .cart {
  margin-left: 60px;
}
.rtl #header_healthcare .cart {
  margin-right: 60px;
  margin-left: inherit;
}
#header_healthcare .cart .heading {
  margin-top: 62px;
  background-color: transparent;
  color: #FFFFFF;
}
#header_healthcare .cart .heading .cart-icon {
  margin-right: 5px;
}
.rtl #header_healthcare .cart .heading .cart-icon {
  margin-left: 5px;
  margin-right: inherit;
}
#header_healthcare .cart .heading .btn {
  border-color: #75cc4a;
}
#header_healthcare .quick-access {
  margin-top: 62px;
  position: relative;
  z-index: 9999;
  margin-bottom: 42px;
}
#header_healthcare .logo {
  margin-top: 62px;
  position: relative;
  margin-bottom: 42px;
}
#header_healthcare #pav-mainnav {
  background-color: #75cc4a;
  margin-bottom: 18px;
}
#header_healthcare #pav-mainnav .navbar-header {
  float: left;
}
.rtl #header_healthcare #pav-mainnav .navbar-header {
  float: right;
}
#header_healthcare #pav-mainnav .navbar-collapse {
  padding-left: 0;
}
.rtl #header_healthcare #pav-mainnav .navbar-collapse {
  padding-right: 0;
  padding-left: inherit;
}
#header_healthcare #pav-mainnav .pav-megamenu .navbar-nav > li:first-child > a {
  padding-left: 0;
}
.rtl #header_healthcare #pav-mainnav .pav-megamenu .navbar-nav > li:first-child > a {
  padding-right: 0;
  padding-left: inherit;
}
#header_healthcare #pav-mainnav .pav-megamenu .navbar-nav > li > a {
  color: #FFFFFF;
}
#header_healthcare #pav-mainnav .pav-megamenu .navbar-nav > li > a:hover, #header_healthcare #pav-mainnav .pav-megamenu .navbar-nav > li > a:active, #header_healthcare #pav-mainnav .pav-megamenu .navbar-nav > li > a:focus {
  color: #000000 !important;
}
#header_healthcare #pav-mainnav .pav-megamenu .navbar-nav > li.dropdown:hover > a:before {
  color: #fff;
}
#header_healthcare #pav-mainnav .pav-megamenu .navbar-nav > li > a {
  padding: 20px;
}
#header_healthcare #pav-mainnav .pav-megamenu .dropdown-menu {
  font-weight: 300;
}
#header_healthcare #pav-mainnav .pav-megamenu .dropdown-menu li a {
  font-weight: 300;
}

#header_skincare {
  display: block;
  text-align: center;
}
#header_skincare .logo {
  display: inline-block;
  margin-top: 30px;
}
#header_skincare .search .btn {
  line-height: 16px;
}
#header_skincare .account, #header_skincare .setting, #header_skincare .cart, #header_skincare .search {
  padding: 40px 10px 0;
  margin-bottom: 40px;
  border-left: 1px solid #e7e7e7;
  text-align: left;
  text-transform: lowercase;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.rtl #header_skincare .account, .rtl #header_skincare .setting, .rtl #header_skincare .cart, .rtl #header_skincare .search {
  border-right: 1px solid #e7e7e7;
  border-left: inherit;
}
.rtl #header_skincare .account, .rtl #header_skincare .setting, .rtl #header_skincare .cart, .rtl #header_skincare .search {
  text-align: right;
}
#header_skincare .account .heading .btn, #header_skincare .setting .heading .btn, #header_skincare .cart .heading .btn, #header_skincare .search .heading .btn {
  text-transform: lowercase;
  color: #999;
  font-weight: 400;
  font-size: 12px;
}
#header_skincare .account:hover, #header_skincare .setting:hover, #header_skincare .cart:hover, #header_skincare .search:hover {
  border-color: #75cc4a;
}
#header_skincare .account:hover .dropdown-toggle, #header_skincare .setting:hover .dropdown-toggle, #header_skincare .cart:hover .dropdown-toggle, #header_skincare .search:hover .dropdown-toggle {
  color: #75cc4a;
}
#header_skincare .account:hover > .heading .btn, #header_skincare .setting:hover > .heading .btn, #header_skincare .cart:hover > .heading .btn, #header_skincare .search:hover > .heading .btn {
  color: #75cc4a;
}
#header_skincare .setting label {
  display: block;
}
#header_skincare .links-account .fa {
  color: #999;
  margin-right: 5px;
}
.rtl #header_skincare .links-account .fa {
  margin-left: 5px;
  margin-right: inherit;
}
#header_skincare .links-account a {
  color: #999;
}
#header_skincare .links-account a:hover {
  color: #75cc4a;
}
#header_skincare .cart .heading .btn {
  padding: 0;
  border: none;
}
#header_skincare #pav-mainnav {
  border-top: 1px solid #75cc4a;
}
#header_skincare #pav-mainnav .pav-megamenu {
  display: block;
  text-align: center;
  font-size: 0;
}
#header_skincare #pav-mainnav .pav-megamenu .navbar-header {
  display: inline-block;
  float: none;
  text-align: left;
}
.rtl #header_skincare #pav-mainnav .pav-megamenu .navbar-header {
  text-align: right;
}
#header_skincare #pav-mainnav .pav-megamenu .dropdown-menu {
  font-family: "Oswald", sans-serif;
}
#header_skincare #pav-mainnav .pav-megamenu .navbar-nav > li > a {
  padding: 20px;
}

/*
* CONTENT
 */
.logo-store {
  display: block;
  padding-top: 27px;
  padding-bottom: 27px;
}
.logo-store img {
  height: 50px;
}

#pav-masshead .inner {
  background: #FFFFFF;
  color: #ccc;
}
#pav-masshead .inner a {
  color: #ccc;
}
#pav-masshead .inner a:hover {
  color: #d9d9d9;
}

#notification > div {
  margin-bottom: 20px;
}

/*
* NAVIGATION
*/
#pav-mainnav .inner {
  background-color: #434a54;
}

/*
* SLIDESHOW 
*/
/*
* SHOWCASE 
*/
#pavo-showcase .inner {
  background-color: #FFFFFF;
}

/*
* PROMOTION TOP 
*/
#breadcrumb {
  padding-left: 0;
  padding-right: 0;
}

/*
* MAIN CONTENT
*/
#content {
  min-height: 100px;
  background-color: #FFFFFF;
}

#pavo-mass-bottom .inner {
  background-color: #FFFFFF;
}

/*end*/
/* FOOTER */
#footer {
  background: transparent;
  min-height: 100px;
  color: #777;
  font-size: 15px;
}
#footer:before, #footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}

.footer-top {
  background: #75cc4a;
}
.footer-top .container {
  background: #75cc4a;
  color: #aab2bd;
}
.footer-top .container a {
  color: #aab2bd;
}
.footer-top .container a:hover {
  color: #b8bfc8;
}

.footer-center {
  background: transparent;
}
.footer-center .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-center .container .box-heading {
  font-size: 18px;
}

.footer-bottom {
  background: transparent;
}
.footer-bottom .container {
  background: transparent;
  color: #777;
  padding: 0;
}
.footer-bottom .container a {
  color: #777;
}
.footer-bottom .container a:hover {
  color: #75cc4a;
}

/* POWER BY */
#powered {
  background: transparent;
  color: #666;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  border-top: 1px solid transparent;
}
#powered .container {
  background: #fff;
  padding: 20px 0 70px;
}
#powered .copyright {
  display: block;
  text-align: center;
}
#powered a {
  color: #75cc4a;
}

.box {
  position: relative;
  border: 1px solid transparent;
  margin-bottom: 30px;
  text-align: left;
}
.rtl .box {
  text-align: right;
}
.box.margin-botton {
  margin-bottom: 0;
}
.box.theme .box-heading {
  color: #75cc4a;
}
.box.red .box-heading {
  color: #e63838;
}

.box-content {
  padding: 10px 0;
}
.box-content:before, .box-content:after {
  content: " ";
  display: table;
}
.box-content:after {
  clear: both;
}

.box-heading {
  padding: 10px 0;
  font-family: "Oswald", sans-serif;
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.box-heading span {
  font-weight: 400;
}
.box-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.box-default {
  border-color: #ddd;
}
.box-default .box-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.box-default .box-heading + .box-collapse .box-content {
  border-top-color: #ddd;
}
.box-default > .box-footer + .box-collapse .box-body {
  border-bottom-color: #ddd;
}

.box-primary {
  border-color: #e97244;
}
.box-primary .box-heading {
  color: #fff;
  background-color: #e97244;
  border-color: #e97244;
}
.box-primary .box-heading + .box-collapse .box-content {
  border-top-color: #e97244;
}
.box-primary > .box-footer + .box-collapse .box-body {
  border-bottom-color: #e97244;
}

.box-success {
  border-color: #d6e9c6;
}
.box-success .box-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.box-success .box-heading + .box-collapse .box-content {
  border-top-color: #d6e9c6;
}
.box-success > .box-footer + .box-collapse .box-body {
  border-bottom-color: #d6e9c6;
}

.box-info {
  border-color: #bce8f1;
}
.box-info .box-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.box-info .box-heading + .box-collapse .box-content {
  border-top-color: #bce8f1;
}
.box-info > .box-footer + .box-collapse .box-body {
  border-bottom-color: #bce8f1;
}

.box-warning {
  border-color: #faebcc;
}
.box-warning .box-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.box-warning .box-heading + .box-collapse .box-content {
  border-top-color: #faebcc;
}
.box-warning > .box-footer + .box-collapse .box-body {
  border-bottom-color: #faebcc;
}

.box-danger {
  border-color: #ebccd1;
}
.box-danger .box-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.box-danger .box-heading + .box-collapse .box-content {
  border-top-color: #ebccd1;
}
.box-danger > .box-footer + .box-collapse .box-body {
  border-bottom-color: #ebccd1;
}

.box-highlighted {
  border-color: none;
}
.box-highlighted .box-heading {
  color: #FFFFFF;
  background-color: #75cc4a;
  border-color: 0;
}
.box-highlighted .box-heading + .box-collapse .box-content {
  border-top-color: none;
}
.box-highlighted > .box-footer + .box-collapse .box-body {
  border-bottom-color: none;
}
.box-highlighted .box-content {
  background-color: #000000;
}

.box-normal {
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.box-normal > .panel-heading {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.box-normal > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.box-normal > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent;
}
.box-normal .box-heading {
  position: relative;
  display: block;
  text-align: left;
}
.rtl .box-normal .box-heading {
  text-align: right;
}
.box-normal .box-heading span {
  position: relative;
  display: inline-block;
  z-index: 999;
  background-color: #FFFFFF;
  padding-right: 15px;
  font-weight: 400;
}
.rtl .box-normal .box-heading span {
  padding-left: 15px;
  padding-right: inherit;
}
.box-normal .box-heading:before {
  z-index: 99;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #f2f2f2;
}

.box-products:hover .carousel-control {
  display: block;
}
.box-products .carousel-inner {
  overflow: visible;
}

.price {
  color: #75cc4a;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
}
.price .price-old {
  font-size: 12px;
  color: #000;
  text-decoration: line-through;
}

.products-row {
  position: relative;
}
.products-row .product-col {
  margin-bottom: 18px;
}

/* product style */
.product-block {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0;
}
.product-block a:hover, .product-block a:focus, .product-block a:active {
  box-shadow: none;
}
.product-block .description {
  display: none;
  font-size: 14px;
  line-height: 24px;
}
.product-block .rating {
  line-height: 25px;
  height: 25px;
  font-weight: 300;
  font-size: 12px;
}
.product-block .rating .fa-stack {
  width: 1em;
}
.product-block .rating .fa-star {
  color: #f7bc3d;
}
.product-block .rating .fa-star-o {
  color: #d5d5d5;
}
.product-block .name {
  position: relative;
  display: block;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  height: 40px;
  overflow: hidden;
}
.product-block .name a {
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .name a:hover {
  color: #75cc4a;
}
.product-block .image-gallery {
  border: solid 4px #a8a8a8;
  position: absolute;
  top: 0;
  left: -80px;
  display: none;
}
.rtl .product-block .image-gallery {
  right: -80px;
  left: auto;
}
.product-block .image-gallery .product-image {
  width: 75px;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
}
.product-block .image-gallery .arrow {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #a8a8a8;
  border-top: 5px solid transparent;
  margin: -5px 0;
  position: absolute;
  right: -9px;
  top: 50%;
}
.rtl .product-block .image-gallery .arrow {
  border-right: 5px solid #a8a8a8;
  border-left: inherit;
}
.rtl .product-block .image-gallery .arrow {
  left: -9px;
  right: auto;
}
.product-block .action {
  z-index: 9999;
}
.product-block .image {
  position: relative;
  overflow: hidden;
  border: 0px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*swap image*/
}
.product-block .image .img-responsive {
  display: inline-block;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.rtl .product-block .image .hover-image {
  right: 0px;
  left: auto;
}
.product-block .image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.product-block .product-meta {
  position: relative;
  background: none;
}
.product-block .product-zoom {
  color: #FFFFFF;
  text-align: center;
}
.product-block .pts-atchover {
  left: 50%;
}
.rtl .product-block .pts-atchover {
  right: 50%;
  left: auto;
}
.product-block:hover .image-gallery {
  display: block;
  z-index: 9999;
}
.product-block .availability {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .availability span {
  padding: 7px 15px;
}
.product-block .availability span.available-now {
  background: red;
  border: 1px solid #cc0000;
  color: #FFFFFF;
}
.product-block .availability span.out-of-stock {
  background: blue;
  border: 1px solid #0000cc;
  color: #FFFFFF;
}
.product-block .product-flags {
  opacity: 0;
  filter: alpha(opacity=0);
}

.availability .out-of-stock {
  font-size: 11px;
  background: #5bc0de;
  color: #FFFFFF;
}
.availability .available-now {
  font-size: 11px;
  background: #ffd314;
  color: #FFFFFF;
}

.product-label {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 3;
  position: absolute;
}
.product-label.ribbon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.rtl .product-label.ribbon {
  left: 0;
  right: auto;
}
.product-label.ribbon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid red;
  border-left: 50px solid transparent;
}
.rtl .product-label.ribbon:before {
  left: 0;
  right: auto;
}
.rtl .product-label.ribbon:before {
  border-right: 50px solid transparent;
  border-left: inherit;
}
.product-label.ribbon .product-label-special {
  display: block;
  text-align: center;
  height: 100%;
  padding-top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-label.ribbon1 {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: block;
}
.rtl .product-label.ribbon1 {
  left: 0px;
  right: auto;
}
.product-label.ribbon1 .product-label-special {
  display: block;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 5px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #75cc4a;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.product-label.bts {
  text-align: center;
  display: block;
  text-transform: uppercase;
  width: 46px;
  height: 20px;
  position: absolute;
  top: 10px;
  background-color: #75cc4a;
  right: 10px;
  border-radius: 2px;
  line-height: 20px;
}
.rtl .product-label.bts {
  left: 10px;
  right: auto;
}
.product-label.bts .product-label-special {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-label.bts .product-label-special:before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #75cc4a;
  height: 0;
  width: 0;
  position: absolute;
  left: 42%;
  bottom: -4px;
}
.product-label.exist {
  text-align: center;
  display: block;
  text-transform: uppercase;
  width: 50px;
  height: 20px;
  position: absolute;
  top: 15px;
  background-color: #75cc4a;
  left: 0;
  line-height: 20px;
}
.rtl .product-label.exist {
  right: 0;
  left: auto;
}

.rtl .product-label.ribbon1 .product-label-special, .rtl .product-label.ribbon .product-label-special {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product-block.item-default {
  z-index: 99;
  text-align: center;
}
.product-block.item-default .action, .product-block.item-default .cart {
  position: absolute;
  height: 36px;
  width: 100%;
  opacity: 0;
}
.product-block.item-default .action {
  top: 0;
  display: table;
}
.product-block.item-default .action > div {
  display: table-cell;
}
.product-block.item-default .action > div + div {
  border-left: 1px solid #515151;
}
.rtl .product-block.item-default .action > div + div {
  border-right: 1px solid #515151;
  border-left: inherit;
}
.product-block.item-default .action .btn {
  width: 100%;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  color: #bbbbbb;
  line-height: 20px;
}
.product-block.item-default .action .btn:hover {
  background-color: #75cc4a;
  border-color: #75cc4a;
  color: #FFFFFF;
}
.product-block.item-default .cart {
  bottom: 0;
}
.product-block.item-default .cart .btn {
  width: 100%;
  background-color: #75cc4a;
  border-color: #75cc4a;
  color: #FFFFFF;
}
.product-block.item-default .cart .btn:hover {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  color: #FFFFFF;
}
.product-block.item-default .price {
  padding-bottom: 18px;
}
.product-block.item-default .product-rating, .product-block.item-default .norating, .product-block.item-default .rating {
  display: none;
}
.product-block.item-default .name {
  margin: 0 10px;
}
.product-block.item-default .block-img {
  background-color: #f4f4f4;
}
.product-block.item-default .product-meta {
  background-color: #f4f4f4;
}
.product-block.item-healthcare {
  z-index: 99;
  background-color: #f4f4f4;
}
.product-block.item-healthcare .price_sidebar {
  display: none;
}
.show-cart .product-block.item-healthcare .product-label {
  opacity: 0;
}
.product-block.item-healthcare .action {
  position: absolute;
  height: 36px;
  width: 100%;
  opacity: 0;
}
.show-cart .product-block.item-healthcare .action {
  opacity: 0 !important;
  display: none;
}
.product-block.item-healthcare .product-rating, .product-block.item-healthcare .norating, .product-block.item-healthcare .rating {
  font-size: 12px;
}
.show-cart .product-block.item-healthcare .product-rating, .show-cart .product-block.item-healthcare .norating, .show-cart .product-block.item-healthcare .rating {
  display: none;
}
.product-block.item-healthcare .cart {
  position: absolute;
  height: 36px;
  width: 65%;
  opacity: 0;
  bottom: 0;
  right: 0;
}
.rtl .product-block.item-healthcare .cart {
  left: 0;
  right: auto;
}
.product-block.item-healthcare .cart .fa {
  display: none;
}
.show-cart .product-block.item-healthcare .cart {
  width: 50%;
  opacity: 0 !important;
}
.show-cart .product-block.item-healthcare .cart .fa {
  display: block;
  line-height: 20px;
}
.show-cart .product-block.item-healthcare .cart span {
  display: none;
}
.product-block.item-healthcare .action {
  top: 0;
  display: table;
}
.product-block.item-healthcare .action > div {
  display: table-cell;
}
.product-block.item-healthcare .action > div + div {
  border-left: 1px solid #515151;
}
.rtl .product-block.item-healthcare .action > div + div {
  border-right: 1px solid #515151;
  border-left: inherit;
}
.product-block.item-healthcare .action .btn {
  width: 100%;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  color: #bbbbbb;
  line-height: 20px;
}
.product-block.item-healthcare .action .btn:hover {
  background-color: #75cc4a;
  border-color: #75cc4a;
  color: #FFFFFF;
}
.product-block.item-healthcare .cart {
  bottom: 0;
}
.product-block.item-healthcare .cart .btn {
  width: 100%;
  background-color: #75cc4a;
  border-color: #75cc4a;
  color: #FFFFFF;
}
.product-block.item-healthcare .cart .btn:hover {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  color: #FFFFFF;
}
.product-block.item-healthcare .name {
  margin-top: 0;
  margin-bottom: 0;
}
.product-block.item-healthcare .name a {
  text-transform: none;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.product-block.item-healthcare .name a:hover {
  color: #75cc4a;
}
.product-block.item-healthcare .block-img {
  position: relative;
  background-color: #f4f4f4;
}
.product-block.item-healthcare .product-meta {
  background-color: #FFFFFF;
  padding: 18px 0;
}
.product-block.item-healthcare .price {
  position: absolute;
  width: 35%;
  bottom: 0;
  left: 0;
  background-color: white;
}
.rtl .product-block.item-healthcare .price {
  right: 0;
  left: auto;
}
.show-cart .product-block.item-healthcare .price {
  width: 50%;
}
.product-block.item-healthcare .price .special-price {
  height: 36px;
  line-height: 36px;
}
.product-block.item-healthcare .price .price-new {
  line-height: 36px;
}
.product-block.item-skincare {
  text-align: center;
  border: 2px solid transparent;
}
.product-block.item-skincare .block-img {
  position: relative;
}
.product-block.item-skincare .action {
  position: absolute;
  margin-top: -18px;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.product-block.item-skincare .action > div {
  display: inline-block;
  margin-right: 2px;
}
.product-block.item-skincare .cart {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-block.item-skincare .name {
  margin-top: 0;
  margin-bottom: 0;
}
.product-block.item-skincare .name a {
  font-weight: 400;
}

.search-inline {
  padding: 9px;
  background: #222;
  position: relative;
}
.search-inline:before {
  border-left: 20px dashed transparent;
  border-right: 0px solid transparent;
  border-top: 54px solid #222;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  left: -19px;
}
.search-inline input {
  border-color: #151515;
  background-color: #151515;
}
.search-inline input:hover {
  background-color: #FFFFFF;
}

/* Menu display on header */
.menuhead-abs {
  position: relative;
  border: none;
}
.menuhead-abs .box {
  border: none;
}
.menuhead-abs .box-heading {
  background: #222;
  border: none;
  margin-bottom: 0;
  padding: 12px 15px;
}
.menuhead-abs .box-content {
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 100;
  border: solid 2px #222;
  background: #FFFFFF;
  display: none;
}
.rtl .menuhead-abs .box-content {
  left: 0;
  right: auto;
}
.menuhead-abs.align-left {
  right: auto;
  left: 0;
}
.rtl .menuhead-abs.align-left {
  left: auto;
  right: auto;
}
.rtl .menuhead-abs.align-left {
  right: 0;
  left: auto;
}
.menuhead-abs .icon-menu {
  float: right;
}
.rtl .menuhead-abs .icon-menu {
  float: left;
}
.menuhead-abs:hover .box-content {
  display: block;
}

/** apply general product block **/
.sidebar .products-block .products-row {
  margin: 0;
}
.sidebar .products-row .product-col {
  width: 100%;
  padding: 0;
}
.sidebar .product-block {
  text-align: left;
  border: none;
}
.sidebar .product-block:before, .sidebar .product-block:after {
  content: " ";
  display: table;
}
.sidebar .product-block:after {
  clear: both;
}
.rtl .sidebar .product-block {
  text-align: right;
}
.sidebar .product-block .image {
  float: left;
  background-color: #f4f4f4;
  margin-right: 10px;
  width: 74px;
}
.rtl .sidebar .product-block .image {
  float: right;
}
.rtl .sidebar .product-block .image {
  margin-left: 10px;
  margin-right: inherit;
}
.sidebar .product-block .action, .sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .product-meta {
  background-color: transparent;
}
.sidebar .product-block.item-healthcare {
  background-color: transparent;
}
.sidebar .product-block.item-healthcare .product-meta {
  padding: 0;
}
.sidebar .product-block.item-healthcare .price {
  display: none;
  position: relative;
}
.sidebar .product-block.item-healthcare .price_sidebar {
  display: block;
  background-color: transparent;
}
.sidebar .product-block.item-healthcare .norating, .sidebar .product-block.item-healthcare .rating {
  display: none;
}
.sidebar .product-block.item-default .price {
  margin: 0 10px;
}
.sidebar .product-block.item-skincare {
  position: relative;
}
.sidebar .product-block.item-skincare:before {
  position: absolute;
  left: 0;
  background-color: #f2f2f2;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  width: 25px;
  z-index: 9999;
}
.rtl .sidebar .product-block.item-skincare:before {
  right: 0;
  left: auto;
}
.sidebar .product-meta {
  padding-top: 0;
  width: 59.5%;
  float: left;
  min-height: 70px;
}
.sidebar .product-label {
  display: none;
}
.sidebar .blog-item .create-date {
  display: none;
}
.sidebar .blog-item .image {
  display: none;
}
.sidebar .blog-item .blog-title {
  font-size: 18px;
  font-weight: 400;
}
.sidebar .blog-item .blog-title a {
  color: #000000;
}
.sidebar.toprating .box-content, .sidebar.toprating .box-heading, .sidebar.mostviewed .box-content, .sidebar.mostviewed .box-heading {
  padding-left: 0;
  padding-right: 0;
}
.sidebar.toprating .product-block, .sidebar.mostviewed .product-block {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
  padding-bottom: 20px;
}
.sidebar.toprating .last.box-product .product-block, .sidebar.mostviewed .last.box-product .product-block {
  border-bottom: none;
}

.product-related .carousel-inner {
  overflow: visible;
}

/* back top top */
.scrollup {
  background: #222;
  bottom: 82px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  z-index: 9999;
}
.scrollup .fa {
  display: block;
}

.pav-custom p {
  margin: 0;
}
.pav-custom.slide-banner {
  margin-left: -18px;
  border: none;
}
.rtl .pav-custom.slide-banner {
  margin-right: -18px;
  margin-left: inherit;
}
.pav-custom.slide-banner .box-content {
  padding: 0;
}

.service {
  list-style-type: none;
}
.service li {
  float: left;
  padding-left: 45px;
}

.custom-banner a {
  display: block;
  overflow: hidden;
}
.custom-banner a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-banner:hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.custom-banner {
  margin-top: 30px;
}

.box-address {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.box-address .box-heading, .box-address .box-content {
  padding-left: 40px;
  padding-right: 40px;
}
.box-address p {
  margin-bottom: 20px;
}
.box-address .list li {
  position: relative;
  cursor: pointer;
}
.box-address .list li .fa {
  margin-right: 5px;
  padding-left: 3px;
  line-height: 24px;
  width: 28px;
  border: 2px solid #f2f2f2;
  text-align: center;
  color: #75cc4a;
  transition: all 0.3s;
}
.rtl .box-address .list li .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .box-address .list li .fa {
  padding-right: 3px;
  padding-left: inherit;
}
.box-address .list li a {
  color: #75cc4a;
}
.box-address .list li:hover .fa {
  border-color: #75cc4a;
}

.pavcarousel .carousel-border {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.pavcarousel .carousel-control-left, .pavcarousel .carousel-control-right {
  width: 40px;
  float: left;
}
.pavcarousel .carousel-control {
  padding: 15px;
  width: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pavcarousel .carousel-control.right {
  border-left: 1px solid #f2f2f2;
}
.pavcarousel .carousel-control.left {
  border-right: 1px solid #f2f2f2;
}
.pavcarousel .carousel-control .fa {
  line-height: 45px;
  color: #444;
}
.pavcarousel .carousel-control:hover {
  background-color: #75cc4a;
}
.pavcarousel .carousel-control:hover .fa {
  color: #FFFFFF;
}
.pavcarousel .carousel-inner .item-inner {
  margin-bottom: 18px;
}

.refine-search .category-list {
  padding-top: 15px !important;
}

.filter .box-filter span {
  text-transform: uppercase;
  font-weight: 600;
}
.filter .box-filter > li li {
  line-height: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  overflow: hidden;
}
.filter .box-filter > li li:hover {
  color: #75cc4a;
}
.filter .box-filter > li li label {
  cursor: pointer;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-left: 5px;
}
.rtl .filter .box-filter > li li label {
  margin-right: 5px;
  margin-left: inherit;
}
.filter .box-filter > li + li {
  margin-top: 15px;
}
.filter .btn {
  margin-top: 15px;
}

.producttabs.box {
  margin-bottom: 0;
}
.producttabs .tab-content {
  border: none;
}

.productdeals .product-block {
  background-color: #f4f4f4;
  text-align: center;
  padding-bottom: 60px;
  min-height: 570px;
}
.productdeals .item-countdown {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
.productdeals .item-countdown ul {
  overflow: hidden;
  width: 100%;
  height: 46px;
  display: block;
  text-align: center;
}
.productdeals .item-countdown ul li {
  text-align: center;
  border: 2px solid #dcdcdc;
  display: inline-block;
  width: 44px;
  height: 44px;
  color: #999999;
  text-transform: uppercase;
  margin: 0 4px;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding: 0;
  background-color: white;
}
.productdeals .item-countdown ul li .countdown_num {
  font-family: "Tungsten", sans-serif;
  font-style: Medium;
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: #000000;
}

.rtl .productdeals .product-block.item-skincare:hover .wishlist {
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.rtl .productdeals .product-block.item-skincare:hover .compare {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.search-wrapper {
  display: block;
  width: 442px;
  height: 36px;
  position: relative;
  margin-top: 62px;
  border: 1px solid #f2f2f2;
}
.search-wrapper select {
  display: block;
  width: 130%;
  height: 100%;
  background: transparent;
  box-shadow: none;
  border-color: transparent;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.search-wrapper input {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: none;
  border-color: transparent;
  padding-left: 10px;
  padding-right: 30px;
}
.search-wrapper .autosearch {
  width: 100%;
}
.search-wrapper .autosearch .media-left {
  display: inline-block;
  float: left;
  padding: 0;
}
.search-wrapper button.button-search {
  background-color: transparent;
  background: none;
  box-shadow: none;
  border: none;
}
.search-wrapper .category_filter {
  overflow: hidden;
  position: relative;
  width: 30%;
  height: 36px;
  display: inline-block;
  float: left;
}
.rtl .search-wrapper .category_filter {
  float: right;
}
.search-wrapper .category_filter .fa {
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid #f2f2f2;
  height: 100%;
  line-height: 36px;
  padding-right: 10px;
}
.rtl .search-wrapper .category_filter .fa {
  left: 0;
  right: auto;
}
.rtl .search-wrapper .category_filter .fa {
  border-left: 1px solid #f2f2f2;
  border-right: inherit;
}
.rtl .search-wrapper .category_filter .fa {
  padding-left: 10px;
  padding-right: inherit;
}
.search-wrapper .search {
  width: 70%;
  height: 36px;
  display: inline-block;
  margin: 0;
  float: left;
  position: relative;
}
.rtl .search-wrapper .search {
  float: right;
}
.search-wrapper .button-search {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  height: 36px;
}
.rtl .search-wrapper .button-search {
  left: 10px;
  right: auto;
}

ul.ui-autocomplete {
  z-index: 9999 !important;
}
ul.ui-autocomplete .active {
  border: solid 1px #CCCCCC;
}
ul.ui-autocomplete li {
  display: block;
  clear: both;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  background-color: #fff !important;
  padding: 10px;
  cursor: pointer;
}
ul.ui-autocomplete li ol {
  padding: 0;
}
ul.ui-autocomplete li img {
  cursor: pointer;
  width: 60px;
  height: 60px;
}
ul.ui-autocomplete li .name {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}
ul.ui-autocomplete li .name:hover {
  color: #7bbd42;
}
ul.ui-autocomplete li a {
  float: right;
  margin: 5px !important;
  border: 1px solid transparent;
}
.rtl ul.ui-autocomplete li a {
  float: left;
}

.healthcare-banner .box-content {
  padding: 0;
}

.pav-custom .margin-bottom {
  margin-bottom: 18px;
}

.tp-leftarrow.default:hover {
  background-color: #75cc4a;
}

.tp-rightarrow.default:hover {
  background-color: #75cc4a;
}

.margin-banner .banner-wrapper {
  margin-bottom: 18px;
}

/* category */
.category-info {
  padding: 0;
}
.category-info .image {
  padding: 0;
  margin-bottom: 19px;
}

.category-description {
  display: none;
}

.refine-search ul, .refine-search ol {
  list-style: none;
}
.refine-search ul li, .refine-search ol li {
  padding: 5px 0;
  padding-left: 10px;
  margin-right: 10px;
  line-height: normal;
  position: relative;
  float: left;
}
.rtl .refine-search ul li, .rtl .refine-search ol li {
  float: right;
}
.refine-search ul li:before, .refine-search ol li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  left: 0;
  background-color: #222;
}

/* manufacturer */
.manufacturer-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: #000000;
  background-color: #ebebeb;
}

.manufacturer-list {
  border: 0;
  padding: 6px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

.manufacturer-content {
  padding: 8px;
  overflow: auto;
}

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  text-transform: uppercase;
  background-color: transparent;
  font-size: 13px;
  color: #434a54;
  margin-bottom: 10px;
  border: 1px solid #f2f2f2;
  margin-bottom: 40px;
}
.product-filter .filter-right > div {
  padding-left: 5px;
  margin: 10px;
}
.product-filter .display {
  margin: 10px;
  float: left;
  line-height: 36px;
}
.rtl .product-filter .display {
  float: right;
}
.product-filter .display span {
  margin-right: 5px;
}
.product-filter .display a {
  width: 32px;
  height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.grid {
  background-position: 10px 9px;
}
.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
  color: #222;
  background-position: 9px -30px;
}
.product-filter .display a.list {
  background-position: -30px 11px;
}
.product-filter .display a.list.active, .product-filter .display a.list:hover {
  color: #222;
  background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
  color: #222;
}
.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
  color: #000000;
}
.product-filter .display i {
  font-size: 14px;
  color: #9c9b9b;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.product-filter .form-control {
  display: inline-block;
  width: auto;
  box-shadow: none;
  height: 36px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.product-filter .product-compare {
  float: right;
}
.product-filter .btn-switch {
  background-color: transparent;
}

.refine-search {
  border: 1px solid #f2f2f2;
  padding: 10px;
  margin-bottom: -1px;
}

.category-info .image {
  border: 1px solid #f2f2f2;
  margin: 10px 0 0 -1px;
}

#products .product-col {
  transition: all 0.5s ease 0s;
}

#products.product-list .product-col {
  width: 100% !important;
}

#product.product-list .product-col {
  width: 100% !important;
}

.item {
  transition: all 0.5s ease 0s;
}

.item.list-view {
  width: 100% !important;
}

/* product list mode  */
.product-list .col-fullwidth {
  width: 100%;
  float: none;
  margin: 0;
}
.product-list .products-row {
  border: none;
}
.product-list .products-row .product-col {
  border-right: none;
}
.rtl .product-list .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.product-list .product-block {
  text-align: left;
}
.rtl .product-list .product-block {
  text-align: right;
}
.product-list .product-block .category-name {
  top: 0px;
  line-height: 25px;
  display: inline-block;
  margin: 0;
}
.product-list .product-block .category-name:after {
  background: none;
}
.product-list .product-block .bg-hover {
  display: none;
}
.product-list .product-block .action-btn {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  margin-bottom: 0px;
}
.product-list .product-block .btn-shopping-cart {
  margin-right: 30px;
}
.rtl .product-list .product-block .btn-shopping-cart {
  margin-left: 30px;
  margin-right: inherit;
}
.product-list .product-block:hover .action-btn, .product-list .product-block:hover .price {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list .product-block:hover:before {
  opacity: 0;
}
.product-list .product-block .price {
  margin: 0;
  padding: 0;
}
.product-list .product-block .name {
  padding-left: 0;
}
.rtl .product-list .product-block .name {
  padding-right: 0;
  padding-left: inherit;
}
.product-list .product-block .name:after {
  margin-left: 0;
  left: 0;
}
.rtl .product-list .product-block .name:after {
  margin-right: 0;
  margin-left: inherit;
}
.rtl .product-list .product-block .name:after {
  right: 0;
  left: auto;
}
.product-list .product-meta {
  padding: 0;
  overflow: hidden;
}
.product-list .description {
  display: block;
}
.product-list .price-tax {
  display: block;
}
.product-list .name {
  min-height: 20px;
}
.product-list .block-img {
  float: left;
  text-align: center;
  overflow: hidden;
  width: auto;
}
.rtl .product-list .block-img {
  float: right;
}
.product-list .block-img img {
  padding: 0;
  border: 0;
}
.product-list .block-img:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list .product-icon {
  padding: 9px 17px;
  line-height: 1;
  border-left: 1px solid #FFFFFF;
  text-align: center;
}
.rtl .product-list .product-icon {
  border-right: 1px solid #FFFFFF;
  border-left: inherit;
}
.product-list .product-icon span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: "Source Sans Pro";
}
.product-list .action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  position: relative;
}

.product-list .product-block.item-default {
  overflow: hidden;
  background-color: #f4f4f4;
}
.product-list .product-block.item-default .block-img {
  width: 200px;
  position: relative;
  border-right: 5px solid #FFFFFF;
}
.rtl .product-list .product-block.item-default .block-img {
  border-left: 5px solid #FFFFFF;
  border-right: inherit;
}
.product-list .product-block.item-default .product-meta {
  padding: 10px;
}
.product-list .product-block.item-default .cart {
  opacity: 1;
  position: relative;
}
.product-list .product-block.item-default .cart .btn {
  width: auto;
  float: left;
  margin-left: 10px;
}
.rtl .product-list .product-block.item-default .cart .btn {
  float: right;
}
.rtl .product-list .product-block.item-default .cart .btn {
  margin-right: 10px;
  margin-left: inherit;
}
.product-list .product-block.item-healthcare {
  overflow: hidden;
  background-color: #f4f4f4;
}
.product-list .product-block.item-healthcare .block-img {
  width: 200px;
  position: relative;
  border-right: 5px solid #FFFFFF;
}
.rtl .product-list .product-block.item-healthcare .block-img {
  border-left: 5px solid #FFFFFF;
  border-right: inherit;
}
.product-list .product-block.item-healthcare .product-meta {
  padding: 10px;
  background-color: inherit;
}
.product-list .product-block.item-skincare {
  overflow: hidden;
  background-color: #f4f4f4;
  border-color: white;
}
.product-list .product-block.item-skincare .block-img {
  width: 200px;
  position: relative;
  border-right: 5px solid #FFFFFF;
}
.rtl .product-list .product-block.item-skincare .block-img {
  border-left: 5px solid #FFFFFF;
  border-right: inherit;
}
.product-list .product-block.item-skincare .product-meta {
  padding: 10px;
}
.product-list .product-block.item-skincare .cart {
  opacity: 1;
  position: relative;
  margin-top: 0;
}
.product-list .product-block.item-skincare .cart .btn {
  width: auto;
  float: left;
  margin-left: 10px;
}
.rtl .product-list .product-block.item-skincare .cart .btn {
  margin-right: 10px;
  margin-left: inherit;
}

/* 
* PRODUCT INFORMATION PAGE
*/
.product-detail {
  background-color: #FFFFFF;
}

.product-info {
  margin-bottom: 20px;
}
.product-info .box-product-infomation {
  margin-top: 18px;
}
.product-info .vertical.image-additional {
  width: 80px;
  position: relative;
}
.product-info .vertical:hover .carousel-control {
  display: block;
}
.product-info .vertical .carousel-control {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.product-info .vertical .carousel-control.left {
  left: 0;
}
.rtl .product-info .vertical .carousel-control.left {
  right: 0;
  left: auto;
}
.product-info .vertical .carousel-control.right {
  right: 0;
}
.rtl .product-info .vertical .carousel-control.right {
  left: 0;
  right: auto;
}
.product-info .vertical .carousel-inner {
  margin: 0;
  clear: both;
  overflow: hidden;
}
.product-info .vertical .carousel-inner a {
  display: inline-block;
  background-color: #f4f4f4;
  margin-bottom: 22px;
}
.product-info .vertical .carousel-inner a:last-child {
  margin-bottom: 0;
}
.product-info .horical {
  display: block;
  width: 100%;
  text-align: center;
}
.product-info .horical .carousel-inner {
  display: inline-block;
  width: auto;
}
.product-info .horical .carousel-inner a {
  display: inline-block;
  background-color: #f4f4f4;
  float: left;
  margin: 9px;
}
.product-info .horical:hover .carousel-control {
  display: block;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info .cart .fa-shopping-cart {
  margin-right: 5px;
}
.rtl .product-info .cart .fa-shopping-cart {
  margin-left: 5px;
  margin-right: inherit;
}
.product-info .title-product {
  margin: 0 0 5px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
}
.product-info .product-description {
  margin: 20px 0;
}
.product-info .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #f4f4f4;
}
.product-info img {
  display: inline-block;
}
.product-info .share {
  padding: 20px 0;
  display: none;
}
.product-info .share:before, .product-info .share:after {
  content: " ";
  display: table;
}
.product-info .share:after {
  clear: both;
}
.product-info .price {
  margin-bottom: 20px;
}
.product-info .price .text-price {
  display: none;
}
.product-info .price .price-gruop {
  font-weight: 800;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
.product-info .price .discount ul li {
  list-style: disc inside none;
  font-weight: normal;
  color: #666666;
}
.product-info .price .other-price {
  color: #666666;
}
.product-info .product-extra {
  border-left: 3px solid #75cc4a;
  padding: 0 18px;
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}
.rtl .product-info .product-extra {
  border-right: 3px solid #75cc4a;
  border-left: inherit;
}
.product-info .product-extra a {
  font-weight: 400;
  text-decoration: none;
  color: #75cc4a;
}
.product-info .product-extra b {
  margin-right: 5px;
  margin-left: 0;
  color: #000000;
  font-weight: 400;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .quantity-adder {
  color: #000;
  margin-bottom: 20px;
  display: block;
  height: 38px;
}
.product-info .quantity-adder .add-action {
  width: 46px;
  height: 38px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 38px;
  text-align: center;
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 1px;
}
.product-info .quantity-adder .quantity-number input {
  min-width: 46px;
  height: 38px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f2f2f2;
  box-shadow: none;
}
.product-info .quantity-adder .minimum {
  line-height: 38px;
  font-size: 11px;
  margin-left: 10px;
}
.rtl .product-info .quantity-adder .minimum {
  margin-right: 10px;
  margin-left: inherit;
}
.product-info .action {
  margin-bottom: 20px;
}
.product-info .action:before, .product-info .action:after {
  content: " ";
  display: table;
}
.product-info .action:after {
  clear: both;
}
.product-info .action > div {
  margin-right: 10px;
  margin-left: 0;
}
.product-info .fix-width {
  width: 200px !important;
}
.product-info .addthis_default_style {
  display: inline-block;
}

.zoomWindowContainer .zoomWindow {
  left: 500px;
}
.rtl .zoomWindowContainer .zoomWindow {
  right: 500px;
  left: auto;
}

/* .tabs-group{
    overflow: hidden;
    border: 1px solid $border-color;
    .htabs {
        border-right: 1px solid $border-color;
        padding: 0;
        min-height: 300px;
        .nav-tabs {
            border: none;
        }
    }
     .tab-content {
        padding: 20px;
        border-left: 1px solid #e9e9e9;
        margin-left: -1px;
    }
} */
/**
 *
 */
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}

/* attribute */
.attribute thead td, .attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #ebebeb;
  text-align: left;
}

.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-left: 0;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}

.compare-info .price-old {
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  text-align: center;
  vertical-align: top;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: left;
  width: 16%;
}

.compare-info thead td, .compare-info thead tr td:first-child {
  color: #000000;
  font-weight: bold;
  font-size: 19px;
  background: #e2e2e2;
  text-align: left;
  border: 0;
}

/* 
* WISHTLIST PAGE 
/* 
 * CART PAGE
 */
.wishlist-info table tr td, .cart-info table tr td {
  text-align: center;
  vertical-align: middle;
}
.wishlist-info table tr td img, .wishlist-info table tr td input, .cart-info table tr td img, .cart-info table tr td input {
  display: inline-block;
  vertical-align: middle;
}
.wishlist-info .quantity > input, .cart-info .quantity > input {
  text-align: center;
}

.table-shipping td, .table-shipping tr {
  padding-top: 10px;
  padding-bottom: 10px;
}

/**
 * LOGIN PAGE
 */
/* 
 * ORDERS PAGE 
 */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.order-list .order-content {
  padding: 10px 0px;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.order-list .list-content {
  margin-bottom: 12px;
}

.order-detail {
  background: #dbdbdb;
  font-weight: bold;
}

/* RETURN PAGE
 *
 */
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.return-list .return-info {
  text-align: right;
}
.return-list .list-content {
  margin-bottom: 12px;
}

.return-opened textarea {
  vertical-align: top;
}

.return-captcha {
  float: left;
}

.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.download-list .download-content {
  padding: 10px 0px;
}
.download-list .download-info {
  text-align: right;
}
.download-list .list-content {
  margin-bottom: 24px;
}

/* 
 * CHECKOUT PAGE
 */
.checkout-heading {
  background: #fbfbfb;
  border: 1px solid #dbdbdb;
  padding: 8px;
  font-size: 18px;
  color: #555555;
  margin-bottom: 15px;
  cursor: pointer;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}

.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}

.checkout-product tbody .name, .checkout-product tbody .model {
  text-align: left;
}

.checkout-product thead .name, .checkout-product thead .model {
  text-align: left;
}

.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #ebebeb;
  border-bottom: 1px solid #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
  text-align: right;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
  text-align: right;
}

/*
 * CONTENT INFOMATION
 */
.sitemap-info {
  margin-bottom: 36px;
}
.sitemap-info ul > li {
  line-height: 1.92857;
  font-weight: bold;
  list-style: disc inside none;
}
.sitemap-info ul > li > ul {
  margin-left: 24px;
}
.sitemap-info ul > li > ul li {
  font-weight: normal;
  list-style: circle inside none;
}
.sitemap-info ul > li > ul li li {
  list-style: square inside none;
}

/*PAGE NOT FOUND*/
.page-not-found {
  text-align: center;
}
.page-not-found h2 {
  font-size: 230.0%;
  color: #090909;
  margin: 120px 0 12px 0;
}
.page-not-found span {
  margin-right: 12px;
}

/*Contact Page*/
.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}

.contact-content {
  background-color: #fff;
  padding: 20px;
  border: 0;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml .content {
  min-height: 338px;
}
.contact-content .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background-color: #a2a2a2;
  font-size: 19px;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contact-content .fa:hover {
  background-color: #75cc4a;
}

.pav-megamenu {
  background: transparent;
  font-family: "Oswald", sans-serif;
  position: relative;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */
}
.pav-megamenu .pav-colorbox {
  display: none !important;
}
.pav-megamenu .navbar {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: inherit;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: auto;
  left: auto;
}
.pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: auto;
  right: auto;
}
.pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
}
.rtl .pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
.pav-megamenu .navbar-nav > li > a {
  padding: 70px 20px;
  text-transform: uppercase;
  font-size: 13px;
  color: #000000;
  background-color: transparent !important;
  font-weight: 900;
}
.pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
  color: #75cc4a !important;
}
.pav-megamenu .navbar-nav > li:hover >, .pav-megamenu .navbar-nav > li:active > {
  color: #75cc4a;
}
.pav-megamenu .navbar-nav > li .caret {
  position: absolute;
  right: 0;
  top: 50%;
}
.rtl .pav-megamenu .navbar-nav > li .caret {
  left: 0;
  right: auto;
}
.pav-megamenu .navbar-nav > li.dropdown:hover > a:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "\f0de";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #75cc4a;
}
.rtl .pav-megamenu .navbar-nav > li.dropdown:hover > a:before {
  right: 50%;
  left: auto;
}
.pav-megamenu .dropdown-menu {
  left: 0;
  top: 100%;
  height: auto;
  font-weight: 400;
  color: #000000;
  border: 0;
  min-width: 185px;
  padding: 30px;
  background-color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  z-index: 99999;
}
.rtl .pav-megamenu .dropdown-menu {
  right: 0;
  left: auto;
}
.pav-megamenu .dropdown-menu li {
  line-height: 30px;
}
.pav-megamenu .dropdown-menu li a {
  color: #000000;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  display: block;
}
.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  color: #75cc4a;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #75cc4a;
}
.pav-megamenu .dropdown-menu .menu-title {
  margin-bottom: 25px;
  font-size: 14px;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
.pav-megamenu .dropdown:hover > a {
  color: #75cc4a;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: #75cc4a;
}
.pav-megamenu .dropdown-submenu {
  position: relative;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  margin-left: 100%;
  top: 0;
}
.rtl .pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  margin-right: 100%;
  margin-left: inherit;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  color: #FFFFFF;
}
.pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: #FFFFFF;
}
.pav-megamenu .widget-heading {
  color: #000000;
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

/*
 *
 * Vertical menu
 */
div.verticalmenu {
  z-index: 100;
}
div.verticalmenu .hide-title .widget-title {
  display: none;
}
div.verticalmenu .navbar-collapse, div.verticalmenu .navbar-vertical {
  margin: 0;
  padding: 0;
  border: none;
}
div.verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
}
div.verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: static;
}
div.verticalmenu .navbar-nav > li > a {
  display: block;
  color: #ccc;
  font-size: 14px;
  padding: 14px 10px 15px 20px;
  border-bottom: 1px solid #dbdbdb;
}
div.verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  height: 20px;
}
div.verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  margin-left: 35px;
  line-height: normal;
  font-size: 14px;
}
div.verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
  display: none;
}
div.verticalmenu .navbar-nav > li > a:hover, div.verticalmenu .navbar-nav > li > a:focus {
  color: #222;
}
div.verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: -5px 0;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #9c9c9c;
}
div.verticalmenu .navbar-nav > li.last a, div.verticalmenu .navbar-nav > li:last-child a {
  border: 0;
}
div.verticalmenu .navbar-nav > li:hover {
  color: #222;
}
div.verticalmenu .navbar-nav > li:hover > a {
  color: #75cc4a !important;
}
div.verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: left bottom !important;
}
div.verticalmenu .navbar-nav > li:hover > a .caret {
  border-left-color: #222;
}
div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.verticalmenu .navbar-nav > li .parent {
  position: relative;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  text-transform: none;
  font-weight: normal;
  color: #ccc;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #222;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}
div.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.verticalmenu .navbar-nav > li.parent:hover > a:after {
  position: absolute;
  content: "";
  left: -5px;
  top: 0;
  width: 0;
  height: 100%;
  border: 7px solid #FFFFFF;
  z-index: 9999;
}
div.verticalmenu .verticalmenu li a:hover {
  color: #75cc4a !important;
}
div.verticalmenu .verticalmenu li a:hover .caret {
  border-right-color: #FFFFFF;
}
div.verticalmenu .dropdown-menu {
  right: -9999px;
  top: -9999px;
  left: auto;
  border: 0;
  display: block;
  height: 100%;
  height: auto !important;
  min-width: 230px;
  padding: 20px 28px;
  background: #FFFFFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
}
div.verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
  list-style: none;
}
div.verticalmenu .dropdown-menu ul li a {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
div.verticalmenu .dropdown-menu p {
  line-height: 18px;
  font-size: 14px;
  color: #ccc;
}
div.verticalmenu .dropdown-menu .pav-menu-video {
  width: 100%;
}
div.verticalmenu .dropdown-menu .pav-menu-video iframe {
  margin-bottom: 10px;
}
div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: #000000;
}
div.verticalmenu .dropdown-menu .dropdown-toggle {
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
}
div.verticalmenu .dropdown-menu .action {
  display: none;
}

/*** widgets using inside megamenu ***/
.pav-widget .widget-title {
  font-size: 14px;
  text-transform: uppercase;
}
.pav-widget .products-row {
  margin: 0;
}
.pav-widget .products-row .product-col {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #dbdbdb;
  padding: 0;
}
.pav-widget .product-block:before, .pav-widget .product-block:after {
  content: " ";
  display: table;
}
.pav-widget .product-block:after {
  clear: both;
}
.pav-widget .product-block .image {
  float: left;
  overflow: inherit;
  width: 40%;
}
.pav-widget .product-block .action, .pav-widget .product-block .pav-colorbox, .pav-widget .product-block .colorbox, .pav-widget .product-block .image-gallery {
  display: none;
}
.pav-widget .product-meta {
  width: 59.5%;
  float: left;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 991px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  }
}
.quick-access .links-account li {
  width: 100%;
  float: left;
  margin: 5px 0;
  font-weight: 300;
}
.rtl .quick-access .links-account li {
  float: right;
}
.quick-access .links-account li .fa {
  margin-right: 5px;
  color: #999;
}
.rtl .quick-access .links-account li .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.quick-access .box-language li {
  margin: 5px 0;
  cursor: pointer;
}
.quick-access .box-language li:hover {
  color: #75cc4a;
}
.quick-access .box-language li img {
  margin-right: 3px;
}
.rtl .quick-access .box-language li img {
  margin-left: 3px;
  margin-right: inherit;
}
.quick-access .box-language li span {
  font-weight: 300;
  color: #000000;
}
.quick-access .box-language li span:hover {
  color: #75cc4a;
}
.quick-access .box-currency label {
  display: block;
  padding-bottom: 5px;
}
.quick-access .box-currency a {
  cursor: pointer;
  padding: 4px 8.5px;
  border: 1px solid #313131;
  border-radius: 3px;
  margin-right: 3px;
}
.rtl .quick-access .box-currency a {
  margin-left: 3px;
  margin-right: inherit;
}
.quick-access .box-currency a b {
  color: #75cc4a;
}
.quick-access .box-currency a:hover {
  color: #75cc4a;
}

/* mini basket */
#cart {
  position: relative;
}
#cart .dropdown-menu {
  min-width: 400px;
}
#cart.active .content {
  display: block;
}
#cart .heading:before, #cart .heading:after {
  content: " ";
  display: table;
}
#cart .heading:after {
  clear: both;
}
#cart .icon-cart {
  color: #FFFFFF;
  font-size: 16px;
}
#cart .checkout {
  text-align: right;
  clear: both;
}
.rtl #cart .checkout {
  text-align: left;
}
#cart .empty {
  padding-top: 20px;
  text-align: center;
}
#cart .mini-cart-total {
  text-align: right;
}
.rtl #cart .mini-cart-total {
  text-align: left;
}
#cart .mini-cart-total td {
  color: #000;
  padding: 4px;
}
#cart .mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}
#cart .mini-cart-info .quantity {
  text-align: right;
}
.rtl #cart .mini-cart-info .quantity {
  text-align: left;
}
#cart .mini-cart-info .name {
  font-size: 12px;
  font-weight: bold;
}
#cart .mini-cart-info .name small {
  color: #666;
}
#cart .mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 6px;
  border-bottom: 1px solid #dbdbdb;
}
#cart .mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
#cart .mini-cart-info .image {
  width: 1px;
}
#cart .mini-cart-info .image img {
  text-align: left;
}
.rtl #cart .mini-cart-info .image img {
  text-align: right;
}
#cart .mini-cart-info .remove {
  text-align: right;
}
.rtl #cart .mini-cart-info .remove {
  text-align: left;
}
#cart .mini-cart-info .remove img {
  cursor: pointer;
}
#cart .mini-cart-info td.total {
  text-align: right;
}
.rtl #cart .mini-cart-info td.total {
  text-align: left;
}

.buttons {
  margin: 20px 0;
  overflow: hidden;
}
.buttons .left {
  float: left;
}
.rtl .buttons .left {
  float: right;
}
.buttons .right {
  float: right;
}
.rtl .buttons .right {
  float: left;
}

.ohidden {
  overflow: hidden;
}

/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .social > span {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
}
/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  .box-featured {
    margin-top: 10px;
  }

  .zoomContainer, .pav-colorbox, .product-zoom {
    display: none !important;
  }

  .child-menu .dropdown-menu {
    width: 493px !important;
  }
}
@media (max-width: 992px) {
  .pav-megamenu {
    display: none;
  }

  .show-mobile .quick-access {
    margin: 20px 0;
  }

  #header_healthcare .logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  #header_healthcare .search-wrapper {
    margin-top: 0;
  }

  #header_haircare .logo, #header_healthcare .logo {
    display: block;
    width: 100%;
    text-align: center;
  }
  #header_haircare .logo img, #header_healthcare .logo img {
    display: inline-block;
  }

  #header_skincare #pav-mainnav {
    border: none;
  }
  #header_skincare #pav-mainnav .pav-megamenu {
    font-size: 14px;
  }
  #header_skincare .logo {
    margin-bottom: 30px;
  }
}
/*$media (max-width: 767px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  .zoomContainer, .pav-colorbox, .product-zoom {
    display: none !important;
  }

  .product-info .image-container {
    padding-right: 9px;
  }

  .box-address .box-heading, .box-address .box-content {
    padding-left: 0;
    padding-right: 0;
  }

  .pav-newsletter {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0;
  }

  .box-address {
    border: none;
  }
}
/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  #cart .content {
    z-index: 99999;
  }

  .pav-megamenu .navbar-header {
    float: right;
  }

  .product-info .carousel-inner a + a {
    margin-left: 0;
  }

  .product-extra .cart {
    margin-left: 10px;
    margin-top: 10px;
  }

  .zoomContainer, .pav-colorbox, .product-zoom {
    display: none !important;
  }

  .box-featured {
    margin-top: 10px;
  }

  #topbar .login-links {
    text-align: center;
  }
  #topbar .quick-access {
    display: block;
    text-align: center;
  }
  #topbar .quick-access .dropdown {
    display: inline-block;
  }
  #topbar .dropdown-toggle {
    padding-right: 8px;
  }

  #header-main .inner {
    width: 100%;
    text-align: center;
  }
  #header-main .inner > * {
    float: none !important;
  }
  #header-main .inner:last-child {
    display: none;
  }

  .product-info .action > div {
    margin-bottom: 10px;
  }

  .box-inline .box-left, .box-inline .box-right {
    width: 100%;
  }

  .box-address .box-heading, .box-address .box-content {
    padding-left: 0;
    padding-right: 0;
  }

  .pav-newsletter {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0;
  }

  .box-address {
    border: none;
  }

  #header_healthcare .search-wrapper {
    margin-top: 20px;
    width: 100%;
  }
  #header_healthcare .search-wrapper select {
    padding-right: 0;
    padding-left: 0;
  }
  #header_healthcare .logo {
    display: block;
    width: 100%;
    text-align: center;
  }
  #header_healthcare .logo img {
    display: inline-block;
  }
}
.product-block.item-default .action, .product-block.item-default .cart {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-block.item-default:hover {
  z-index: 999;
}
.product-block.item-default:hover .action, .product-block.item-default:hover .cart {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-block.item-default:hover .action {
  -webkit-transform: translate(0, -36px);
  -ms-transform: translate(0, -36px);
  transform: translate(0, -36px);
}
.product-list .product-block.item-default:hover .action {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.product-block.item-default:hover .cart {
  -webkit-transform: translate(0, 36px);
  -ms-transform: translate(0, 36px);
  transform: translate(0, 36px);
}
.product-list .product-block.item-default:hover .cart {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.product-block.item-default-action-inner:hover .action {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 9999;
}
.product-block.item-healthcare .action, .product-block.item-healthcare .cart {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-block.item-healthcare:hover {
  z-index: 999;
}
.product-block.item-healthcare:hover .action, .product-block.item-healthcare:hover .cart {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-block.item-healthcare:hover .action {
  z-index: 9999;
}
.product-block.item-skincare .action {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-block.item-skincare:hover {
  border-color: #75cc4a;
}
.product-block.item-skincare:hover .action {
  opacity: 1;
}

.effect-banner .item {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.effect-banner .item .black {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.effect-banner .item .front {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.effect-banner .item:hover .front, .effect-banner .item:hover .black {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.effect-banner .item.left .black {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.effect-banner .item.left:hover .front {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.effect-banner .item.left:hover .black {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.effect-banner .item.right .black {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.effect-banner .item.right:hover .front {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.effect-banner .item.right:hover .black {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effect-face .item {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.effect-face .item .black {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.effect-face .item .front {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.effect-face .item:hover .black {
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.pavcarousel .item-inner {
  position: relative;
}
.pavcarousel .item-inner:before, .pavcarousel .item-inner:after {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.pavcarousel .item-inner:before {
  border-top: 1px solid #75cc4a;
  border-bottom: 1px solid #75cc4a;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.pavcarousel .item-inner:after {
  border-right: 1px solid #75cc4a;
  border-left: 1px solid #75cc4a;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.pavcarousel .item-inner:hover:before, .pavcarousel .item-inner:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 9999;
}
.pavcarousel .item-inner img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.pavcarousel .item-inner:hover {
  cursor: pointer;
}
.pavcarousel .item-inner:hover img {
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}

/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
.pav-header {
  position: relative;
}
.pav-header .rss-wrapper {
  width: 30px;
  height: 30px;
  display: table;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.rtl .pav-header .rss-wrapper {
  left: 0;
  right: auto;
}
.pav-header .rss-wrapper .fa {
  display: table-cell;
  vertical-align: middle;
}
.pav-header .blog-title-header {
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}

.blog-category .box-heading, .pavblogs-comments-box .box-heading {
  text-align: left;
}
.rtl .blog-category .box-heading, .rtl .pavblogs-comments-box .box-heading {
  text-align: right;
}
.blog-category .box-heading span:before, .blog-category .box-heading span:after, .pavblogs-comments-box .box-heading span:before, .pavblogs-comments-box .box-heading span:after {
  display: none;
}

.blog-meta {
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 12px;
}
.blog-meta > span {
  font-weight: bold;
  display: block;
  float: left;
  padding: 0 10px 0 0;
}
.rtl .blog-meta > span {
  float: right;
}
.blog-meta > span:last-child {
  border-right: none;
}
.rtl .blog-meta > span:last-child {
  border-left: none;
  border-right: inherit;
}
.blog-meta > span span {
  font-weight: normal;
}
.blog-meta > span i {
  margin: 0px 5px 0px 0px;
}
.rtl .blog-meta > span i {
  margin: 0px 0px 0px 5px;
}

.pav-comment label {
  display: block;
}
.pav-comment input[type="text"] {
  width: 50%;
}

.blog-item .description {
  overflow: hidden;
  padding: 0;
}

#blog-info .blog-title {
  overflow: hidden;
  margin: 20px 0;
  color: black;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}
#blog-info .image {
  margin-bottom: 10px;
}
#blog-info .blog-content {
  text-align: justify;
  color: black;
}
#blog-info .blog-tags a {
  color: #75cc4a;
  margin-right: 10px;
}
.rtl #blog-info .blog-tags a {
  margin-left: 10px;
  margin-right: inherit;
}
#blog-info .sample-blog-category {
  margin-left: 10px;
}
.rtl #blog-info .sample-blog-category {
  margin-right: 10px;
  margin-left: inherit;
}
#blog-info .sample-blog-category .fa {
  margin-right: 5px;
}
.rtl #blog-info .sample-blog-category .fa {
  margin-left: 5px;
  margin-right: inherit;
}

/**
 * Category Page
 */
div[class*="pavcol"] {
  float: left;
}
.rtl div[class*="pavcol"] {
  float: right;
}

.pavcol1 {
  width: 100%;
}

.pavcol2 {
  width: 50%;
}

.pavcol3 {
  width: 33.33%;
}

.pavcol4 {
  width: 25%;
}

.pavcol5 {
  width: 20%;
}

.blog-item {
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
}

.btn-more-link {
  margin: 10px 0 20px 0;
}

.pav-blogs a {
  text-decoration: none;
}
.pav-blogs a:hover {
  color: #75cc4a;
}

/**
* Blog Page
*/
.pav-blogs .blog-title {
  padding: 0;
  margin: 0;
}
.pav-blogs .blog-title.box-heading a {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.pav-blogs .box-content {
  padding-top: 10px !important;
}
.pav-blogs .image {
  margin-bottom: 10px;
}

.comment-item {
  padding-bottom: 10px;
}
.comment-item img {
  float: left;
  padding-right: 12px;
}
.rtl .comment-item img {
  float: right;
}
.rtl .comment-item img {
  padding-left: 12px;
  padding-right: inherit;
}

.comment-wrap {
  overflow: hidden;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.comment-wrap .comment-meta {
  border-bottom: 1px solid #E2E2E2;
  font-size: 11px;
  margin: -20px -20px 10px;
  padding: 10px 20px;
}

.blog-tags, .blog-social {
  margin-bottom: 10px;
}

.comment-wrap .comment-meta > span {
  font-weight: bold;
}
.comment-wrap .comment-meta > span span {
  font-weight: normal;
}

.blog-social .social-wrap > div {
  float: left;
}
.rtl .blog-social .social-wrap > div {
  float: right;
}
.blog-social .social-heading {
  padding-right: 12px;
}
.rtl .blog-social .social-heading {
  padding-left: 12px;
  padding-right: inherit;
}

.comment-link {
  background: none repeat scroll 0 0 #F4F4F4;
  border-left: 1px solid #E2E2E2;
  display: block;
  float: right;
  font-weight: bold;
  margin: -11px -20px -10px 0;
  padding: 10px 20px;
}
.rtl .comment-link {
  border-right: 1px solid #E2E2E2;
  border-left: inherit;
}
.rtl .comment-link {
  float: left;
}
.rtl .comment-link {
  margin: -11px 0 -10px -20px;
}

#comment-form .message {
  background: #FCF8E3;
  padding: 12px;
  color: #000;
  margin-bottom: 12px;
  line-height: 30px;
}
#comment-form .comment-warning {
  color: #b94a48;
}
#comment-form .recaptcha .form-control {
  margin-top: 10px;
  width: 150px;
}

/**
* Module
*/
.pavblogs-comments-box {
  font-size: 13px;
}
.pavblogs-comments-box .pav-comment {
  padding-bottom: 15px;
  border-bottom: 1px dashed #f2f2f2;
}
.pavblogs-comments-box .pav-comment:last-child {
  border-bottom: none;
}
.pavblogs-comments-box .comment-author {
  font-weight: 400;
  color: #000;
}

.blog-list-item {
  margin-bottom: 0;
}

.secondary.blog-list-item {
  margin-bottom: 0;
}
.secondary .col-lg-3 .blog-title, .secondary .col-lg-4 .blog-title, .secondary .col-lg-6 .blog-title {
  font-size: 112%;
  line-height: normal;
  margin: 10px 0;
}

.pav-pagination {
  margin-bottom: 30px;
  text-align: right;
}
.rtl .pav-pagination {
  text-align: left;
}
.pav-pagination .results {
  padding-top: 0;
}

#input-captcha {
  margin: 10px 0;
  width: 20%;
}

.buttons-wrap.right {
  text-align: right;
  margin-bottom: 20px;
}
.rtl .buttons-wrap.right {
  text-align: left;
}

.sample-blog-category > li {
  line-height: 30px;
}

.sub-description {
  margin: 15px 0;
}

/* Latest Blog module */
.latest_blog .created {
  text-transform: uppercase;
  color: #75cc4a;
  font-size: 13px;
  display: none;
}
.latest_blog .created .day {
  font-size: 24px;
  display: block;
  line-height: 35px;
}
.latest_blog .created .month {
  font-size: 10px;
  display: block;
  line-height: 9px;
}
.latest_blog .blog-title a {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.latest_blog .blog-title a:hover {
  color: #75cc4a;
}
.latest_blog .description {
  font-size: 13px;
  color: #999;
}
.latest_blog .create-info {
  padding-bottom: 15px;
}

.pav-category .head {
  line-height: 20px;
  float: right;
  position: relative;
  z-index: 9999;
}
.rtl .pav-category .head {
  float: left;
}
.pav-category .head a {
  color: black;
  font-size: 20px;
}
.pav-category .head a:hover {
  color: black;
}

.pavblog-comments .media > .pull-left {
  margin-right: 10px;
}
.rtl .pavblog-comments .media > .pull-left {
  margin-left: 10px;
  margin-right: inherit;
}

/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
.pav-newsletter {
  margin-right: 20px;
  margin-left: 20px;
}
.pav-newsletter .btn {
  border: 1px solid #75cc4a;
  color: #FFFFFF;
  font-size: 12px;
  padding: 6px 10px;
  background-color: #75cc4a;
}
.pav-newsletter .btn:hover {
  border-color: #75cc4a;
  background-color: #75cc4a;
}
.pav-newsletter input.form-control {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  box-shadow: none;
  -moz-border-radius-topleft: 3px !important;
  -webkit-border-top-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
  -moz-border-radius-bottomleft: 3px !important;
  -webkit-border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  padding-left: 30px;
}
.rtl .pav-newsletter input.form-control {
  -moz-border-radius-topright: 3px !important;
  -webkit-border-top-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -moz-border-radius-topleft: inherit;
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
}
.rtl .pav-newsletter input.form-control {
  -moz-border-radius-bottomright: 3px !important;
  -webkit-border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  -moz-border-radius-bottomleft: inherit;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.rtl .pav-newsletter input.form-control {
  padding-right: 30px;
  padding-left: inherit;
}
.pav-newsletter .icon-email {
  position: absolute;
  top: 7px;
  left: 10px;
  line-height: 20px;
  z-index: 999;
  color: #dedede;
}
.rtl .pav-newsletter .icon-email {
  right: 10px;
  left: auto;
}
.pav-newsletter .btn[type="submit"] {
  z-index: auto;
}
.rtl .pav-newsletter .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pav-newsletter .valid {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  width: 100%;
  z-index: 999;
}
.rtl .pav-newsletter .valid {
  float: right;
}
.pav-newsletter p {
  margin-bottom: 20px;
}

.fa-spin, .social li:hover .fa-facebook, .social li:hover .fa-twitter, .social li:hover .fa-google-plus, .social li:hover .fa-pinterest {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.social {
  margin-top: 15px;
}
.social li {
  float: left;
  text-align: center;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  display: table;
}
.rtl .social li {
  float: right;
}
.rtl .social li {
  margin-left: 10px;
  margin-right: inherit;
}
.social li a {
  display: table-cell;
  vertical-align: middle;
}
.social li .fa {
  color: #fff;
  margin-left: 3px;
}
.rtl .social li .fa {
  margin-right: 3px;
  margin-left: inherit;
}
.social li:hover .fa-facebook {
  color: #fff;
}
.social li:hover .fa-twitter {
  color: #fff;
}
.social li:hover .fa-google-plus {
  color: #fff;
}
.social li:hover .fa-pinterest {
  color: #fff;
}
.social li:hover a {
  border: 1px solid #fff;
  border-radius: 50%;
}

/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
a:hover, a:focus {
  text-decoration: none;
}

.bg-primary {
  background-color: #e97244;
}

.bg-success {
  background-color: #0eba9e;
}

.bg-info {
  background-color: #5bc0de;
}

.bg-warning {
  background-color: #ffd314;
}

.bg-danger {
  background-color: #bc2a68;
}

.bg-transparent {
  background-color: transparent;
}

.btn-normal {
  color: #999999;
  background-color: #fff;
  border-color: #f2f2f2;
  border-width: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn-normal:hover, .btn-normal:focus, .btn-normal:active, .btn-normal.active {
  color: #999999;
  background-color: #ebebeb;
  border-color: lightgray;
}
.open .btn-normal.dropdown-toggle {
  color: #999999;
  background-color: #ebebeb;
  border-color: lightgray;
}
.btn-normal:active, .btn-normal.active {
  background-image: none;
}
.open .btn-normal.dropdown-toggle {
  background-image: none;
}
.btn-normal.disabled, .btn-normal.disabled:hover, .btn-normal.disabled:focus, .btn-normal.disabled:active, .btn-normal.disabled.active, .btn-normal[disabled], .btn-normal[disabled]:hover, .btn-normal[disabled]:focus, .btn-normal[disabled]:active, .btn-normal[disabled].active, fieldset[disabled] .btn-normal, fieldset[disabled] .btn-normal:hover, fieldset[disabled] .btn-normal:focus, fieldset[disabled] .btn-normal:active, fieldset[disabled] .btn-normal.active {
  background-color: #fff;
  border-color: #f2f2f2;
}
.btn-normal .badge {
  color: #fff;
  background-color: #999999;
}
.btn-normal:hover, .btn-normal:focus {
  background-color: transparent;
  box-shadow: none;
}
.btn-normal:active, .btn-normal.active {
  background-color: transparent;
  box-shadow: none;
}

.btn {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.btn:active, .btn.active {
  background-image: none;
}

.btn-default:hover, .btn-default:focus {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}
.btn-default:active, .btn-default.active {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}
.btn-primary:active, .btn-primary.active {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}

.btn-success:hover, .btn-success:focus {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}
.btn-success:active, .btn-success.active {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}

.btn-info:hover, .btn-info:focus {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}
.btn-info:active, .btn-info.active {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}
.btn-warning:active, .btn-warning.active {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}
.btn-danger:active, .btn-danger.active {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}

.btn-faint {
  color: #999999;
  background-color: #fff;
  border-color: #f2f2f2;
  background-color: transparent;
}
.btn-faint:hover, .btn-faint:focus, .btn-faint:active, .btn-faint.active {
  color: #999999;
  background-color: #ebebeb;
  border-color: lightgray;
}
.open .btn-faint.dropdown-toggle {
  color: #999999;
  background-color: #ebebeb;
  border-color: lightgray;
}
.btn-faint:active, .btn-faint.active {
  background-image: none;
}
.open .btn-faint.dropdown-toggle {
  background-image: none;
}
.btn-faint.disabled, .btn-faint.disabled:hover, .btn-faint.disabled:focus, .btn-faint.disabled:active, .btn-faint.disabled.active, .btn-faint[disabled], .btn-faint[disabled]:hover, .btn-faint[disabled]:focus, .btn-faint[disabled]:active, .btn-faint[disabled].active, fieldset[disabled] .btn-faint, fieldset[disabled] .btn-faint:hover, fieldset[disabled] .btn-faint:focus, fieldset[disabled] .btn-faint:active, fieldset[disabled] .btn-faint.active {
  background-color: #fff;
  border-color: #f2f2f2;
}
.btn-faint .badge {
  color: #fff;
  background-color: #999999;
}
.btn-faint:hover, .btn-faint:focus {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}
.btn-faint:active, .btn-faint.active {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}

.btn-slide {
  color: #999999;
  background-color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn-slide:hover, .btn-slide:focus, .btn-slide:active, .btn-slide.active {
  color: #999999;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.open .btn-slide.dropdown-toggle {
  color: #999999;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.btn-slide:active, .btn-slide.active {
  background-image: none;
}
.open .btn-slide.dropdown-toggle {
  background-image: none;
}
.btn-slide.disabled, .btn-slide.disabled:hover, .btn-slide.disabled:focus, .btn-slide.disabled:active, .btn-slide.disabled.active, .btn-slide[disabled], .btn-slide[disabled]:hover, .btn-slide[disabled]:focus, .btn-slide[disabled]:active, .btn-slide[disabled].active, fieldset[disabled] .btn-slide, fieldset[disabled] .btn-slide:hover, fieldset[disabled] .btn-slide:focus, fieldset[disabled] .btn-slide:active, fieldset[disabled] .btn-slide.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-slide .badge {
  color: #fff;
  background-color: #999999;
}
.btn-slide:hover, .btn-slide:focus {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}
.btn-slide:active, .btn-slide.active {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}

.btn-slidehailth {
  color: #000;
  background-color: #fff;
  border-color: #a7c143;
  background-color: transparent;
  color: #000 !important;
  border-radius: 0;
}
.btn-slidehailth:hover, .btn-slidehailth:focus, .btn-slidehailth:active, .btn-slidehailth.active {
  color: #000;
  background-color: #ebebeb;
  border-color: #819531;
}
.open .btn-slidehailth.dropdown-toggle {
  color: #000;
  background-color: #ebebeb;
  border-color: #819531;
}
.btn-slidehailth:active, .btn-slidehailth.active {
  background-image: none;
}
.open .btn-slidehailth.dropdown-toggle {
  background-image: none;
}
.btn-slidehailth.disabled, .btn-slidehailth.disabled:hover, .btn-slidehailth.disabled:focus, .btn-slidehailth.disabled:active, .btn-slidehailth.disabled.active, .btn-slidehailth[disabled], .btn-slidehailth[disabled]:hover, .btn-slidehailth[disabled]:focus, .btn-slidehailth[disabled]:active, .btn-slidehailth[disabled].active, fieldset[disabled] .btn-slidehailth, fieldset[disabled] .btn-slidehailth:hover, fieldset[disabled] .btn-slidehailth:focus, fieldset[disabled] .btn-slidehailth:active, fieldset[disabled] .btn-slidehailth.active {
  background-color: #fff;
  border-color: #a7c143;
}
.btn-slidehailth .badge {
  color: #fff;
  background-color: #000;
}
.btn-slidehailth:hover, .btn-slidehailth:focus {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}
.btn-slidehailth:active, .btn-slidehailth.active {
  background-color: #75cc4a;
  color: #fff;
  border-color: #75cc4a;
}

.breadcrumb {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 50px;
  padding: 15px 40px;
}
.breadcrumb > li {
  font-weight: 300;
  font-size: 12px;
}
.breadcrumb > li > a {
  color: #777;
}
.breadcrumb > li > a:hover {
  color: #75cc4a;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li {
  float: left;
}
.rtl .nav-tabs > li {
  float: right;
}
.nav-tabs > li > a {
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  margin-right: 0;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 900;
}
.nav-tabs > li > a:hover {
  border-color: #bc2a68;
  color: #75cc4a;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-width: 0 0 3px 0;
  border-color: #bc2a68;
  color: #75cc4a;
}

.nav-tabborder > li {
  float: left;
}
.rtl .nav-tabborder > li {
  float: right;
}
.nav-tabborder > li > a {
  border: 1px solid #f2f2f2;
  border-bottom: none;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999999;
}
.nav-tabborder > li > a:hover {
  color: #000;
}
.nav-tabborder > li > a:hover:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #75cc4a;
}
.nav-tabborder > li.active > a, .nav-tabborder > li.active > a:hover, .nav-tabborder > li.active > a:focus {
  color: #000;
}
.nav-tabborder > li.active > a:before, .nav-tabborder > li.active > a:hover:before, .nav-tabborder > li.active > a:focus:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #75cc4a;
}

.tab-content {
  border: 1px solid #e4e4e4;
  padding: 35px 23px;
  overflow: hidden;
}

.nav-border > li {
  float: left;
}
.rtl .nav-border > li {
  float: right;
}
.nav-border > li > a {
  font-weight: 900;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}
.nav-border > li > a:hover, .nav-border > li > a:focus {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.nav-border > li + li {
  margin-left: 8px;
}
.rtl .nav-border > li + li {
  margin-right: 8px;
  margin-left: inherit;
}
.nav-border > li.active > a, .nav-border > li.active > a:hover, .nav-border > li.active > a:focus {
  border: 1px solid #000;
  color: #000;
}

.nav-nostyle > li {
  float: left;
}
.rtl .nav-nostyle > li {
  float: right;
}
.nav-nostyle > li > a {
  font-weight: black;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}
.nav-nostyle > li > a:hover, .nav-nostyle > li > a:focus {
  background-color: transparent;
  color: #75cc4a;
}
.nav-nostyle > li > a:first-child {
  padding-left: 0;
}
.rtl .nav-nostyle > li > a:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.nav-nostyle > li + li {
  margin-left: 8px;
}
.rtl .nav-nostyle > li + li {
  margin-right: 8px;
  margin-left: inherit;
}
.nav-nostyle > li.active > a, .nav-nostyle > li.active > a:hover, .nav-nostyle > li.active > a:focus {
  color: #75cc4a;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #e97244 0%, #e0511a 100%);
  background-image: linear-gradient(to bottom, #e97244 0%, #e0511a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE97244', endColorstr='#FFE0511A', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #0eba9e 0%, #0a8b76 100%);
  background-image: linear-gradient(to bottom, #0eba9e 0%, #0a8b76 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0EBA9E', endColorstr='#FF0A8B76', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #ffd314 0%, #e0b600 100%);
  background-image: linear-gradient(to bottom, #ffd314 0%, #e0b600 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFD314', endColorstr='#FFE0B600', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #bc2a68 0%, #922151 100%);
  background-image: linear-gradient(to bottom, #bc2a68 0%, #922151 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBC2A68', endColorstr='#FF922151', GradientType=0);
}

.list-group {
  border-radius: 4px;
}
.list-group .list-group-item {
  padding-left: 55px;
}
.rtl .list-group .list-group-item {
  padding-right: 55px;
  padding-left: inherit;
}
.list-group .active {
  color: #75cc4a;
}
.list-group .list-group-item:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 38px;
  height: 39px;
  background-color: #75cc4a;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
}
.rtl .list-group .list-group-item:before {
  right: 0;
  left: auto;
}
.rtl .list-group .list-group-item:before {
  right: 0;
  left: auto;
}
.list-group .list-group-item:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list-group .list-group-item:hover > a {
  position: relative;
  z-index: 999;
  color: #fff;
}
.list-group.accordion .accordion-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 40px;
  text-align: center;
  display: table;
}
.rtl .list-group.accordion .accordion-heading {
  right: 0;
  left: auto;
}
.list-group.accordion .accordion-heading .badge {
  display: table-cell;
  vertical-align: middle;
  font-size: 25px;
  position: relative;
  z-index: 999;
}
.list-group.accordion .accordion-body {
  margin-top: 10px;
}
.list-group.accordion .accordion-body li {
  padding: 10px 0;
}
.list-group.accordion .accordion-body li a {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
}
.list-group.accordion .accordion-body li a:hover {
  color: #75cc4a;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: none;
  color: #75cc4a;
}

.panel-normal {
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.panel-normal > .panel-heading {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.panel-normal > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-normal > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent;
}
.panel-normal .panel-heading {
  position: relative;
}
.panel-normal .panel-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #75cc4a;
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: gainsboro;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.carousel-control {
  color: #FFFFFF;
  background-color: #000000;
  opacity: .5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 9999;
  font-size: 14px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-control.left {
  background-image: none;
  left: 10px;
}
.rtl .carousel-control.left {
  right: 10px;
  left: auto;
}
.carousel-control.right {
  background-image: none;
  right: 10px;
}
.rtl .carousel-control.right {
  left: 10px;
  right: auto;
}
.carousel-control.center {
  top: 50%;
  margin-top: -20px;
}
.carousel-control.bottom {
  bottom: 0px;
  top: auto;
}
.carousel-control:hover, .carousel-control:focus {
  background-color: #75cc4a;
  color: #FFFFFF;
}

.carousel-inner {
  font-size: 0;
}
.carousel-inner:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.badge {
  cursor: pointer;
}

.navbar-toggle {
  border: 1px solid #f2f2f2;
  border-radius: 0;
  padding: 7px 12px;
  margin-left: 10px;
  margin: 20px 0;
  color: #999999;
}
.rtl .navbar-toggle {
  margin-right: 10px;
  margin-left: inherit;
}
.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
  color: #75cc4a;
}

.input-group .form-control {
  border-radius: 0;
}
.input-group .input-group-addon {
  border-radius: 0;
}

.rtl .input-group .input-group-addon {
  border-left: 1px solid #ccc;
  border-right: none;
}

.input-group .input-group-btn .btn {
  background-color: #75cc4a;
  border-color: #75cc4a;
  color: #fff;
  z-index: 999;
}
.input-group .input-group-btn .btn:hover {
  border-color: #75cc4a;
}

body {
  font-weight: 300;
}
body #page {
  max-width: 100%;
}

input, button, select, textarea {
  font-weight: 300;
}

a {
  color: #666;
}

.latest_blog .description {
  font-size: 14px;
}
.latest_blog .blog-title a {
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 400;
}

/*# sourceMappingURL=green.css.map */
