a {
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

a:hover {
  color:#00cda0;
}

.title-head {
  font-size:1.71429em;
  font-weight:700;
  color:#363636;
  text-transform:uppercase;
  text-decoration:none;
  margin:0;
}

.nav.nav-right {
	text-align:left;
	float: right;
	margin-right: 30px;
}	

.nav.nav-left {
	text-align:right;
	float: left
}	



.title-head.title-head-custom {
  padding:10px 0 !important;
}

.title-head>.current_tags {
  text-transform:capitalize;
}

.title-head>.current_tags .fa {
  margin-left:10px;
}

.subtitle-head {
  font-size:1.28571em;
  color:#363636;
  margin:20px 0;
}

.price-box {
  width:100%;
  float:left;
  line-height:normal;
}

.price-box .special-price {
  font-size:1em;
  color:#0b5d00;
  font-weight:600;
}

.price-box .old-price {
  font-size:.92857em;
  color:#898989;
  text-decoration:line-through;
}

.price-box .old-price span {
  text-decoration:line-through;
}

.product-box {
  text-align:left;
  position:relative;
  overflow:hidden;
}

.product-box .sale-flash {
  font-size:.78571em;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  color:#0b5d00;
  border:#0b5d00 1px solid;
  padding:0;
  text-align:center;
  position:absolute;
  background:#fff;
  top:15px;
  right:15px;
  z-index:1;
  font-weight:700;
  width:40px;
  height:20px;
  line-height:normal;
  display:flex;
  justify-content:center;
  align-items:center;
}

.product-box .product-thumbnail {
  position:relative;
  overflow:hidden;
  padding:1px;
  border:#e1e1e1 1px solid;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  float:left;
}

.product-box .product-thumbnail>a {
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.product-box .product-thumbnail>a img {
  max-height:100%;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.product-box .product-info {
  z-index:10;
  position:relative;
  float:left;
}

.product-box .product-name {
  width:100%;
  float:left;
  font-size:1em;
  line-height:normal;
}

.product-box .product-name a {
  color:#363636;
  text-decoration:none;
}

.product-box .product-name a:hover {
  color:#0b5d00;
}

.product-box .product-summary {
  width:100%;
  float:left;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:.92857em;
  color:#898989;
}

.product-box form {
  -moz-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  -webkit-transform:scale(1);
  transform:scale(1);
  display:inline-flex;
}

.product-box:hover .product-thumbnail {
  border:#00cda0 1px solid !important;
}

.product-box.product-list-item {
  background:#fff;
  width:100%;
  float:left;
}

.product-box.product-list-item .product-name {
  margin:0 0 5px;
}

.product-box.product-list-item.item-small:first-child {
  margin-top:15px;
}

.product-box.product-list-item.item-small:not(:last-child) {
  margin-bottom:15px;
}

@media (min-width:1200px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-thumbnail {
    width:80px;
    margin-right:15px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-thumbnail {
    width:60px;
    margin-right:15px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-thumbnail {
    width:160px;
    margin-right:30px;
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-thumbnail {
    width:160px;
    margin-right:30px;
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-thumbnail {
    width:100px;
    margin-right:15px;
  }
}

@media (max-width:319px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-thumbnail {
    width:100%;
    margin-bottom:5px;
    padding:0;
  }
}

@media (min-width:1200px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-info {
    width:calc(100% - 95px);
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-info {
    width:calc(100% - 75px);
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-info {
    width:calc(100% - 190px);
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-info {
    width:calc(100% - 190px);
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-info {
    width:calc(100% - 115px);
  }
}

@media (max-width:319px) {
  .product-box.product-list-item.item-small:not(.item-module) .product-info {
    width:100%;
  }
}

.product-box.product-list-item.item-small.item-module .product-thumbnail {
  margin-right:15px;
}

@media (min-width:1200px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail {
    width:80px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail {
    width:60px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail {
    width:80px;
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail {
    width:85px;
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail {
    width:85px;
  }
}

@media (max-width:319px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail {
    width:100%;
    margin-bottom:5px;
    padding:0;
  }
}

@media (min-width:1200px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail a,
  .product-box.product-list-item.item-small.item-module .product-thumbnail picture {
    height:80px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail a,
  .product-box.product-list-item.item-small.item-module .product-thumbnail picture {
    height:60px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail a,
  .product-box.product-list-item.item-small.item-module .product-thumbnail picture {
    height:80px;
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail a,
  .product-box.product-list-item.item-small.item-module .product-thumbnail picture {
    height:85px;
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail a,
  .product-box.product-list-item.item-small.item-module .product-thumbnail picture {
    height:85px;
  }
}

@media (max-width:319px) {
  .product-box.product-list-item.item-small.item-module .product-thumbnail a,
  .product-box.product-list-item.item-small.item-module .product-thumbnail picture {
    max-height:100px;
  }
}

.product-box.product-list-item.item-small.item-module .product-thumbnail a img,
.product-box.product-list-item.item-small.item-module .product-thumbnail picture img {
  max-height:100%;
  max-width:100%;
}

@media (min-width:1200px) {
  .product-box.product-list-item.item-small.item-module .product-info {
    width:calc(100% - 95px);
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .product-box.product-list-item.item-small.item-module .product-info {
    width:calc(100% - 75px);
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-box.product-list-item.item-small.item-module .product-info {
    width:calc(100% - 95px);
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-box.product-list-item.item-small.item-module .product-info {
    width:calc(100% - 100px);
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-box.product-list-item.item-small.item-module .product-info {
    width:calc(100% - 100px);
  }
}

@media (max-width:319px) {
  .product-box.product-list-item.item-small.item-module .product-info {
    width:100%;
  }
}

@media (min-width:992px) {
  .product-box.product-list-item.item-small .product-summary {
    display:none;
  }
}

@media (max-width:542px) {
  .product-box.product-list-item.item-small .product-summary {
    display:none;
  }
}

.product-box.product-list-item:not(.item-small) {
  margin:15px 0;
}

@media (min-width:1200px) {
  .product-box.product-list-item:not(.item-small) .product-thumbnail {
    width:240px;
    margin-right:30px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .product-box.product-list-item:not(.item-small) .product-thumbnail {
    width:240px;
    margin-right:30px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-box.product-list-item:not(.item-small) .product-thumbnail {
    width:240px;
    margin-right:30px;
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-box.product-list-item:not(.item-small) .product-thumbnail {
    width:160px;
    margin-right:30px;
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-box.product-list-item:not(.item-small) .product-thumbnail {
    width:100%;
    margin-bottom:15px;
  }
}

@media (min-width:1200px) {
  .product-box.product-list-item:not(.item-small) .product-info {
    width:calc(100% - 270px);
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .product-box.product-list-item:not(.item-small) .product-info {
    width:calc(100% - 270px);
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-box.product-list-item:not(.item-small) .product-info {
    width:calc(100% - 270px);
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-box.product-list-item:not(.item-small) .product-info {
    width:calc(100% - 190px);
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-box.product-list-item:not(.item-small) .product-info {
    width:100%;
  }
}

.product-box.product-list-item:not(.item-small) .product-name {
  margin:0 0 14px;
}

.product-box.product-list-item:not(.item-small) .product-review {
  margin:0 0 14px;
}

.product-box.product-list-item:not(.item-small) .product-summary {
  margin:0 0 10px;
}

.product-box.product-list-item:not(.item-small) .price-box {
  margin:0 0 15px;
}

.product-box.product-list-item .product-summary {
  margin:0 0 5px;
}

.product-box.product-list-item form {
  float:left;
}

@media (min-width:1200px) {
  .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
  .product-box.product-grid-item .product-thumbnail picture,
  .product-box.product-grid-item .product-thumbnail .face-in,
  .product-box.product-grid-item .product-thumbnail .face-out {
    height:261px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
  .product-box.product-grid-item .product-thumbnail picture,
  .product-box.product-grid-item .product-thumbnail .face-in,
  .product-box.product-grid-item .product-thumbnail .face-out {
    height:210px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
  .product-box.product-grid-item .product-thumbnail picture,
  .product-box.product-grid-item .product-thumbnail .face-in,
  .product-box.product-grid-item .product-thumbnail .face-out {
    height:218px;
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
  .product-box.product-grid-item .product-thumbnail picture,
  .product-box.product-grid-item .product-thumbnail .face-in,
  .product-box.product-grid-item .product-thumbnail .face-out {
    height:240px;
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
  .product-box.product-grid-item .product-thumbnail picture,
  .product-box.product-grid-item .product-thumbnail .face-in,
  .product-box.product-grid-item .product-thumbnail .face-out {
    height:128px;
  }
}

@media (max-width:319px) {
  .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
  .product-box.product-grid-item .product-thumbnail picture,
  .product-box.product-grid-item .product-thumbnail .face-in,
  .product-box.product-grid-item .product-thumbnail .face-out {
    max-height:100px;
  }
}

.product-box.product-grid-item .product-thumbnail .product-action {
  position:absolute;
  top:40%;
  z-index:1;
  text-align:center;
}

.product-box.product-grid-item .product-thumbnail .product-action button {
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.product-box.product-grid-item .product-thumbnail .product-action button.from_left {
  -moz-transform:translateX(-500px);
  -o-transform:translateX(-500px);
  -ms-transform:translateX(-500px);
  -webkit-transform:translateX(-500px);
  transform:translateX(-500px);
}

.product-box.product-grid-item .product-thumbnail .product-action button.from_right {
  -moz-transform:translateX(500px);
  -o-transform:translateX(500px);
  -ms-transform:translateX(500px);
  -webkit-transform:translateX(500px);
  transform:translateX(500px);
}

.product-box.product-grid-item .product-thumbnail .product-action a {
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
  -moz-transform:translateX(500px);
  -o-transform:translateX(500px);
  -ms-transform:translateX(500px);
  -webkit-transform:translateX(500px);
  transform:translateX(500px);
}

@media (min-width:1200px) {
  .product-box.product-grid-item .product-thumbnail:hover .product-action {
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1;
  }
  .product-box.product-grid-item .product-thumbnail:hover .product-action button {
    -moz-transform:translateX(0);
    -o-transform:translateX(0);
    -ms-transform:translateX(0);
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
  .product-box.product-grid-item .product-thumbnail:hover .product-action a {
    -moz-transform:translateX(0);
    -o-transform:translateX(0);
    -ms-transform:translateX(0);
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
}

.product-box.product-grid-item .product-info {
  width:100%;
  float:left;
  padding:15px 0;
}

.product-box.product-grid-item .product-info .price-box {
  margin:0 0 14px;
  text-align:center;
}

@media (max-width:542px) {
  .product-box.product-grid-item .product-info .price-box {
    display:flex;
    flex-flow:column;
    min-height:31px;
  }
}

.product-box.product-grid-item .product-info .product-name {
  margin:0 0 14px;
  text-align:center;
}

.product-box.product-grid-item .product-info .product-review {
  margin:0;
  display:flex;
  justify-content:center;
}

.product-box.product-grid-item .product-info .product-action {
  display:flex;
  justify-content:center;
  align-items:center;
}

.product-box .product-action {
  width:100%;
  float:left;
  -webkit-transition:all ease .5s;
  -moz-transition:all ease .5s;
  -ms-transition:all ease .5s;
  -o-transition:all ease .5s;
  transition:all ease .5s;
}

.product-box .product-action .btn {
  padding:0 7px;
  line-height:normal;
  height:35px;
  min-width:80px;
  border:#0b5d00 1px solid;
  background:#fff;
  color:#0b5d00;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:.85714em;
  font-weight:400;
  float:left;
  display:flex;
  justify-content:center;
  align-items:center;
  -webkit-transition:background ease .3s;
  -moz-transition:background ease .3s;
  -ms-transition:background ease .3s;
  -o-transition:background ease .3s;
  transition:background ease .3s;
}

.product-box .product-action .btn:hover {
  border:#0b5d00 1px solid;
  background:#0b5d00;
  color:#fff;
}

.product-box .product-action .btn.btn-cart {
  margin:0 5px 0 0;
}

.product-box .product-action .btn .fa {
  margin:0 5px 0 0;
}

.product-box .product-action .btn span {
  text-align:center;
  margin:0 auto;
  display:block;
  float:left;
}

.product-review {
  width:100%;
  float:left;
  line-height:normal;
}

.product-review .bizweb-product-reviews-badge {
  margin:0 !important;
}

.product-review .bizweb-product-reviews-badge p,
.product-review .bizweb-product-reviews-badge img {
  display:none;
}

.product-review .bizweb-product-reviews-badge div:not(.bizweb-product-reviews-star) {
  display:none;
}

.product-review .bizweb-product-reviews-star {
  padding:0;
}

.product-review .bizweb-product-reviews-star i {
  font-size:1em !important;
}

.product-review .bizweb-product-reviews-star i:before {
  color:#f5bd10;
}

.bread-crumb {
  width:100%;
  float:left;
  background:#f5f5f5;
  padding:0;
}

.bread-crumb .breadcrumb {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:1em;
  color:#898989;
  list-style:none;
  background:transparent;
  padding:12px 0;
  margin-bottom:0;
}

.bread-crumb .breadcrumb li {
  display:inline;
}

.bread-crumb .breadcrumb li a {
  color:#363636;
}

.bread-crumb .breadcrumb li strong span {
  padding:0;
  color:#0b5d00;
}

.bread-crumb .breadcrumb li a:hover,
.bread-crumb .breadcrumb li.active,
.bread-crumb .breadcrumb li strong {
  color:#0b5d00;
  font-weight:400;
}

.bread-crumb .breadcrumb>li+li:before {
  content:"\f0da";
  display:inline-block;
  font-family:FontAwesome;
  color:#0b5d00;
}

.breadcrumb li:nth-child(4) {
  display:none;
}

.page-pagination-parent {
  width:100%;
  float:left;
}

.page-pagination {
  width:100%;
  float:left;
  text-align:center;
}

.page-pagination .pagination {
  margin:15px 0 0;
}

.page-pagination .pagination li span {
  border-color:#e1e1e1;
  border-radius:0;
}

@media (min-width:543px) {
  .page-pagination .pagination li span {
    padding:10px 15px;
    margin:5px 0 5px 5px;
    display:flex;
    justify-content:center;
    align-items:center;
    height:40px;
  }
}

@media (max-width:542px) {
  .page-pagination .pagination li span {
    padding:3px 8px;
    margin:0 2px;
    font-size:.85714em;
  }
}

.page-pagination .pagination li a {
  color:#363636;
  border-color:#e1e1e1;
  border-radius:0;
}

@media (min-width:543px) {
  .page-pagination .pagination li a {
    padding:10px 15px;
    margin:5px 0 5px 5px;
    display:flex;
    justify-content:center;
    align-items:center;
    height:40px;
  }
}

@media (max-width:542px) {
  .page-pagination .pagination li a {
    padding:3px 8px;
    margin:0 2px;
    font-size:.85714em;
  }
}

.page-pagination .pagination li a:hover,
.page-pagination .pagination li a:focus {
  color:#fff;
  border-color:#00cda0;
  background:#00cda0;
  border-radius:0;
}

.page-pagination .pagination li.active a,
.page-pagination .pagination li.active span {
  color:#fff;
  border-color:#363636;
  background:#363636;
}

@media (min-width:543px) {
  .page-pagination .pagination li.active a,
  .page-pagination .pagination li.active span {
    padding:10px 15px;
    margin:5px 0 5px 5px;
  }
}

@media (max-width:542px) {
  .page-pagination .pagination li.active a,
  .page-pagination .pagination li.active span {
    padding:3px 8px;
    margin:0 2px;
    font-size:.85714em;
  }
}

header .topbar {
  background:#0b5d00;
  overflow:hidden;
}

header .topbar .social-info {
  display:inline-flex;
  height:50px;
}

header .topbar .social-info li {
  height:100%;
  border-left:#00cda0 1px solid;
}

header .topbar .social-info li:last-child {
  border-right:#00cda0 1px solid;
}

header .topbar .social-info li a {
  width:50px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}

header .topbar .top-header-account {
  display:inline-flex;
  height:50px;
}

header .topbar .account-info {
  display:inline-flex;
  justify-content:flex-end;
  align-items:center;
  position:relative;
  width:100%;
  float:left;
}

header .topbar .account-info li {
  height:50px;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

@media (min-width:768px) {
  header .topbar .account-info li {
    border-right:#00cda0 1px solid;
  }
  header .topbar .account-info li:first-child {
    border-left:#00cda0 1px solid;
  }
  header .topbar .account-info li:hover {
    background:#00cda0;
  }
}

@media (max-width:767px) {
  header .topbar .account-info li {
    width:50%;
    float:left;
  }
}

header .topbar .account-info a {
  color:#fff;
  font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
  font-weight:400;
  font-size:.85714em;
  text-transform:uppercase;
  padding:0 30px;
  display:flex;
  height:100%;
  justify-content:center;
  align-items:center;
}

header .main-header {
  background:#0b5d00;
  display:inline-flex;
  align-items:center;
  height: 70px;
}

header .main-header .logo {
  height:100px;
  display:flex;
  align-items:center;
}

header .main-header .header-info>.row {
  width:calc(100% + 30px);
  float:left;
  display:inline-flex;
}

header .main-header .header-info>.row>div:last-child {
  display:flex;
  align-items:center;
}

header .main-header .search_and_cart {
  display:flex;
  justify-content:flex-end;
}

header .main-header .search_and_cart .header-search {
  position:relative;
}

header .main-header .search_and_cart .header-search>span {
  color:#ffffff;
  font-size:1.42857em;
}

header .main-header .search_and_cart .header-search form {
  position:absolute;
  width:200px;
  top:0;
  right:0;
  display:none;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

header .main-header .search_and_cart .header-search form.open {
  display:block;
  -moz-transform:translateY(-25%);
  -o-transform:translateY(-25%);
  -ms-transform:translateY(-25%);
  -webkit-transform:translateY(-25%);
  transform:translateY(-25%);
}

header .main-header .top-cart-contain {
  float:left;
}

header .main-header .top-cart-contain .heading-cart a {
  position:relative;
  padding:0 20px;
  color:#363636;
}

header .main-header .top-cart-contain .heading-cart a:hover {
  color:#00cda0;
}

header .main-header .top-cart-contain .heading-cart img {
  margin-bottom:3px;
}

header .main-header .top-cart-contain .heading-cart .cartCount {
  position:absolute;
  right:0;
  top:-10px;
  background:#0b5d00;
  color:#fff;
  font-size:.85714em;
  width:25px;
  height:25px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
}

@media (min-width:768px) and (max-width:991px) {
  #main-header-mobile {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:calc(100% + 30px);
    float:left;
  }
}

.mini-cart {
  z-index:10;
  text-align:center;
}

.mini-cart .dropdown-toggle {
  font-size:12px;
  padding:0;
  text-transform:none;
}

.top-cart-contain {
  color:#363636;
  padding:0;
  right:0;
  z-index:1000;
}

.top-cart-contain .heading-cart>a .fa {
  font-size:30px;
  text-align:center;
  width:30px;
}

.top-cart-contain .mini-cart .price {
  margin-right:5px;
  font-size:1em;
  font-weight:400;
  color:#00e4b2;
}

.top-cart-contain:hover .top-cart-content {
  display:block;
}

.top-cart-content {
  display:none;
  position:absolute;
  top:60px;
  right:0;
  background:#fff;
  padding:0;
  text-align:left;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
  box-shadow:0 0 15px -5px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 15px -5px rgba(0,0,0,0.4);
  z-index:10000;
}

.top-cart-content .empty {
  text-align:left;
  color:#363636;
}

.top-cart-content .product-name {
  margin:0;
  width:calc(100% - 25px);
  line-height:1;
}

.top-cart-content .product-name a {
  font-size:.92857em;
  line-height:normal;
  line-height:20px !important;
  font-weight:400;
  color:#363636;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.top-cart-content .product-name a:hover {
  color:#00cda0;
}

.top-cart-content .hover-cart-variant-title {
  color:#c3c3c3;
  font-size:12px;
  font-style:italic;
  margin:0;
}

.top-cart-content .product-details-bottom {
  width:100%;
  float:left;
}

.top-cart-content .product-details-bottom .price {
  margin-bottom:5px;
  width:100%;
  float:left;
}

.top-cart-content .product-details-bottom .quantity-select {
  width:100%;
  float:left;
}

.top-cart-content li {
  list-style:none;
}

.top-cart-content li.item {
  border-top:1px solid #e1e1e1;
  width:100%;
  float:left;
  position:relative;
  padding:10px 0;
}

.top-cart-content li.item:first-child {
  border-top:none;
  padding-top:10px;
}

.top-cart-content li.item:last-child {
  margin:0;
  border-bottom:none;
}

.top-cart-content li.item .product-image {
  float:left;
  display:block;
  width:80px;
  height:80px;
  margin-right:10px;
}

.top-cart-content li.item .product-image img {
  max-height:100%;
  max-width:100%;
}

.top-cart-content li.item .detail-item {
  width:calc(100% - 90px);
  float:left;
}

.top-cart-content li.item .detail-item .product-details {
  width:100%;
  float:left;
}

.top-cart-content li.item .detail-item .fa {
  position:absolute;
  right:0;
  top:5px;
}

.top-cart-content li.item .detail-item input {
  display:block;
  width:30px;
  height:25px !important;
  line-height:25px !important;
  padding:0;
  text-align:center;
  margin:0;
  min-height:1px !important;
  float:left;
  margin:0 -1px;
  font-size:.85714em;
}

.top-cart-content li.item .detail-item button.items-count {
  display:inline-block;
  width:25px;
  height:25px;
  padding:0;
  text-align:center;
  border:#e1e1e1 1px solid;
  background:#fff;
  float:left;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.top-cart-content li.item .detail-item button.items-count:hover {
  background:#00cda0;
  color:#fff;
  border:#00cda0 1px solid;
}

.top-cart-content .block-subtitle {
  color:#363636;
  overflow:hidden;
  padding:15px;
  text-align:left;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:.92857em;
  background:#f5f5f5;
  text-transform:none;
  font-weight:400;
  border-bottom:1px #ddd solid;
}

.top-cart-content .actions {
  width:100%;
  float:left;
  text-align:center;
  padding:15px 0;
}

.top-cart-content .actions a {
  width:48%;
  color:#fff;
  float:left;
  text-transform:uppercase;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.top-cart-content .actions a:first-child {
  margin-right:2%;
}

.top-cart-content .actions a:hover {
  background:#363636;
}

.top-subtotal {
  color:#363636;
  font-size:1em;
  font-weight:400;
  padding:13px 0;
  text-align:left;
  text-transform:none;
  border-top:#e1e1e1 1px solid;
  border-bottom:#e1e1e1 1px solid;
}

.top-subtotal .price {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  color:#0b5d00;
  float:right;
}

#cart-sidebar {
  padding:15px;
  margin:0;
  max-height:582px;
  width:320px;
}

#cart-sidebar li.list-item {
  max-height:400px;
  overflow-y:auto;
}

#cart-sidebar li.action {
  display:none;
}

#cart-sidebar.hasclass .action {
  display:block;
}

#cart-sidebar .list-item .price2 {
  font-weight:700;
  color:#f94e3f;
  font-size:14px;
  display:list-item;
  margin-bottom:5px;
}

#cart-sidebar .list-item::-webkit-scrollbar {
  width:5px;
}

#cart-sidebar .list-item::-webkit-scrollbar-track {
  background:rgba(255,255,255,0.9);
}

#cart-sidebar .list-item::-webkit-scrollbar-thumb {
  background:#0b5d00;
  border-radius:15px;
}

#cart-sidebar .list-item::-webkit-scrollbar-thumb:hover,
#cart-sidebar .list-item::-webkit-scrollbar-thumb:active {
  background:#0b5d00;
  border-radius:15px;
}

#cart-sidebar .no-item p {
  margin:0;
}

.li-fix-1 {
  background:#fff;
  border-top:1px solid #ebebeb;
  display:block;
}

.li-fix-2 {
  display:block;
  width:295px;
}

header nav {
  background:#fff;
  position:relative;
}

header nav .nav {
  position:relative;
  background:#0b5d00;
}

header nav .nav-item {
  float:left;
  margin-left:30px;
  font-weight:700;
  position:relative;
  font-size: 16px;
}

header nav .nav-item>a {
  color:#ffffff;
  text-transform:uppercase;
  font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
  font-weight:600;
  font-size:1em;
  padding:0;
  line-height:100px;
}

header nav .nav-item>a:hover,
header nav .nav-item>a:focus {
  color:#ffc704;
  background-color:transparent;
}

header nav .nav-item>.fa {
  color:#fff;
  position:absolute;
  right:0;
  top:33px;
}

header nav .nav-item .dropdown-menu {
  position:absolute;
  width:200px;
  box-shadow:0 3px 20px 5px #e1e1e1;
  background-color:#fff;
  z-index:30;
  margin-top:0;
  -webkit-border-radius:0;
  border-radius:0;
  padding:0;
  right:-50%;
  left:auto;
}

header nav .nav-item .dropdown-menu>li>a {
  font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
  font-size:1em;
  display:block;
  position:relative;
  padding:10px 20px 10px 12px;
}

header nav .nav-item .dropdown-menu>li:hover>a {
  background:#fff;
  color:#00cda0;
}

header nav .nav-item:hover>.dropdown-menu {
  display:block;
  border-top:0;
  padding-top:2px;
  background:transparent;
}

header nav .nav-item:hover>.dropdown-menu li {
  background:#fff;
}

header nav .nav-item .dropdown-submenu {
  position:relative;
}

header nav .nav-item .dropdown-submenu:hover>.dropdown-menu {
  display:block;
}

header nav .nav-item .dropdown-submenu .dropdown-menu {
  left:100%;
  top:0;
}

header nav .nav-item .dropdown-submenu>.nav-link>.fa {
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  display:flex;
  justify-content:center;
  align-items:center;
  width:20px;
}

header nav .nav-item.has-mega {
  position:static;
}

header nav .nav-item.has-mega:hover .mega-content {
  display:block;
}

header nav .nav-item.has-mega .mega-content {
  display:none;
  position:absolute;
  background:#fff;
  z-index:100;
  padding:30px 35px 15px;
  border:1px solid #e1e1e1;
  left:50%;
}

@media (min-width:1200px) {
  header nav .nav-item.has-mega .mega-content {
    transform:translateX(calc(-50% - 36px));
    width:1140px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  header nav .nav-item.has-mega .mega-content {
    transform:translateX(calc(-50% - 61px));
    width:940px;
  }
}

header nav .nav-item.has-mega .item {
  margin-bottom:15px;
}

header nav .nav-item.has-mega .item:nth-child(4n+1) {
  clear:left;
}

header nav .nav-item.has-mega h4 {
  margin:0 0 15px;
  font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
  font-size:1em;
  font-weight:400 !important;
  text-transform:uppercase;
}

header nav .nav-item.has-mega h4 a {
  color:#363636;
}

header nav .nav-item.has-mega h4:hover a {
  color:#00cda0;
}

header nav .nav-item.has-mega li>a {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:.92857em;
  color:#898989;
  width:100%;
  float:left;
  margin:0 0 5px;
}

header nav .nav-item.has-mega li>a:hover {
  color:#00cda0;
}

.menu-mobile .full-width {
  margin:15px 0;
}

.menu-mobile .search_form {
  width:100%;
  float:left;
}

.menu-mobile .search_form form {
  width:100%;
  float:left;
  position:relative;
}

.menu-mobile .search_form form input {
  border:#0b5d00 1px solid;
  margin:0;
}

.menu-mobile .search_form form .btnsearch {
  position:absolute;
  top:0;
  right:0;
  min-height:40px;
  width:40px;
  border:none;
  background:#0b5d00;
  color:#fff;
  font-size:15px;
}

footer {
  background:#1a1c27;
  position:relative;
  width:100%;
  float:left;
  border-top:#d4d4d4 1px solid;
  padding:0;
  line-height:25px;
  color:#c2c2c2;
}

footer a {
  color:#ffffff;
  line-height:normal;
  cursor:pointer;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

footer a:hover {
  color:#00cda0;
}

footer .foo-title {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight:600;
  font-size:1em;
  text-transform:uppercase;
  color:#fff;
}

@media (min-width:992px) {
  footer .foo-title {
    margin:10px 0 30px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  footer .foo-title {
    margin:10px 0 20px;
  }
}

footer .main-footer {
  padding:40px 0;
  background:#0b5d00;
  color:#ffffff;
}

@media (max-width:767px) {
  footer .main-footer .foo-collapse .foo-content {
    display:none;
  }
  footer .main-footer .foo-collapse .foo-title {
    position:relative;
    margin:10px 0;
  }
  footer .main-footer .foo-collapse .foo-title:before {
    content:"\f067";
    position:absolute;
    font-family:FontAwesome;
    top:0;
    right:0;
  }
  footer .main-footer .foo-collapse .toggle-fa:before {
    content:"\f068";
    position:absolute;
    font-family:FontAwesome;
    top:0;
    right:0;
  }
}

@media (min-width:768px) {
  footer .main-footer .foo-collapse li:first-child {
    padding-top:0;
  }
  footer .main-footer .foo-collapse .foo-content {
    display:block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  footer .foo-item {
    margin:0 0 30px;
  }
  footer .foo-item:nth-child(2n+1) {
    clear:left;
  }
}

.foo-content .foo-description {
  font-size:.92857em;
  line-height:1.4;
  margin:0 0 20px;
}

.foo-content .foo-social ul {
  display:inline-flex;
  justify-content:flex-start;
  align-items:center;
}

.foo-content .foo-social li {
  float:left;
  margin:0 10px 10px 0;
}

.foo-content .foo-social a {
  color:#363636;
  display:flex;
  justify-content:center;
  align-items:center;
  width:40px;
  height:40px;
  color:#fff;
  background:#292c3a;
  -webkit-border-radius:50%;
  border-radius:50%;
}

.foo-content .foo-social .fa {
  font-size:1em;
}

.foo-content .subscribe .subscribe_content {
  font-size:.92857em;
  line-height:1.4;
  margin:0 0 30px;
}

.foo-content .subscribe .subscribe_form {
  width:100%;
  float:left;
  position:relative;
  margin:0 0 30px;
}

.foo-content .subscribe button {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  padding:0 15px;
}

.foo-content .subscribe input {
  width:100%;
  float:left;
  margin:0;
  padding:0 90px 0 10px;
}

.list-menu li {
  width:100%;
  float:left;
  padding:10px 0;
  display:inline-flex;
  justify-content:flex-start;
  align-items:flex-start;
}

.list-menu li a:hover .foo-link {
  -moz-transform:translateX(5px);
  -o-transform:translateX(5px);
  -ms-transform:translateX(5px);
  -webkit-transform:translateX(5px);
  transform:translateX(5px);
}

.list-menu li .fa {
  width:25px;
  float:left;
  color:#0b5d00;
  line-height:1.4;
  -moz-transform:translateY(-1px);
  -o-transform:translateY(-1px);
  -ms-transform:translateY(-1px);
  -webkit-transform:translateY(-1px);
  transform:translateY(-1px);
}

.list-menu li .foo-store-info {
  width:calc(100% - 25px);
  float:left;
  font-size:.92857em;
  line-height:1.4;
  display:block;
}

.list-menu li .foo-store-info.foo {
  color:#363636;
}

.list-menu li .foo-store-info.foo:hover {
  color:#0b5d00;
}

.list-menu li .foo-link {
  width:calc(100% - 0);
  float:left;
  font-size:.92857em;
  line-height:1.4;
  display:block;
  -webkit-transition:all ease .2s;
  -moz-transition:all ease .2s;
  -ms-transition:all ease .2s;
  -o-transition:all ease .2s;
  transition:all ease .2s;
}

.copyright {
  padding:15px 0;
  color:#dcdcdc;
  background:#084600;
}

@media (min-width:768px) {
  .copyright {
    line-height:40px;
  }
}

@media (max-width:767px) {
  .copyright {
    line-height:30px;
  }
}

.copyright a {
  color:#0b5d00;
}

.copyright a:hover {
  color:#00cda0;
}

@media (max-width:767px) {
  .copyright span {
    width:100%;
    float:left;
    text-align:center;
  }
}

.copyright .footer-menu ul {
  display:inline-flex;
  text-transform: uppercase;
  font-size: 13px;
}

@media (min-width:992px) {
  .copyright .footer-menu ul {
    justify-content:flex-end;
  }
}

@media (max-width:991px) {
  .copyright .footer-menu ul {
    justify-content:center;
  }
}

.copyright .footer-menu li {
  width:auto;
  float:left;
  font-size:.92857em;
}

@media (min-width:992px) {
  .copyright .footer-menu li {
    margin:0 0 0 20px;
  }
}

@media (max-width:991px) {
  .copyright .footer-menu li {
    margin:0 10px;
  }
}

.copyright .footer-menu a {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:1em;
  color:#c2c2c2;
}

.copyright .footer-menu a:hover {
  color:#00cda0;
}

.copyright .cr {
  width:100%;
  float:left;
  font-size:.92857em;
}

@media (max-width:991px) {
  .copyright .cr {
    text-align:center;
  }
}

.back-to-top {
  position:absolute;
  right:10px;
  bottom:10px;
  font-size:30px;
  color:#0b5d00;
  line-height:1;
  cursor:pointer;
}

.back-to-top.show {
  position:fixed;
  right:10px;
  z-index:999;
  bottom:10px;
}

.product-template {
  width:100%;
  float:left;
  padding:30px 0 0;
}

.product-images {
  width:100%;
  float:left;
  margin:0 0 30px;
}

.product-images .large-image {
  margin-bottom:15px;
}

.product-images .large-image a {
  border:#e1e1e1 1px solid;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:1px;
}

@media (min-width:1200px) {
  .product-images .large-image a {
    height:458px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .product-images .large-image a {
    height:374px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-images .large-image a {
    height:532px;
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-images .large-image a {
    height:377px;
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-images .large-image a {
    height:210px;
    max-height:252px;
  }
}

.product-images .large-image a img {
  max-width:100%;
  max-height:100%;
}

@media (min-width:320px) and (max-width:542px) {
  .product-images .large-image a img {
    max-height:250px;
  }
}

@media (min-width:543px) {
  .product-images #gallery_01 {
    margin:50px 0 0;
  }
}

@media (max-width:542px) {
  .product-images #gallery_01 {
    margin:25px 0 15px;
  }
}

.product-images #gallery_01 .item {
  display:flex !important;
  flex-flow:column;
  justify-content:center;
  align-items:center;
}

.product-images #gallery_01 .item a {
  padding:1px;
}

.product-images #gallery_01 .item a:not(.active) {
  border:#e1e1e1 1px solid;
}

.product-images #gallery_01 .item a.active,
.product-images #gallery_01 .item a:hover {
  border:#0b5d00 1px solid;
}

@media (min-width:1200px) {
  .product-images #gallery_01 .item a {
    width:67px;
    height:67px;
  }
  .product-images #gallery_01 .item a:not(:last-child) {
    margin-bottom:25px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .product-images #gallery_01 .item a {
    width:50px;
    height:50px;
  }
  .product-images #gallery_01 .item a:not(:last-child) {
    margin-bottom:25px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-images #gallery_01 .item a {
    width:95px;
    height:95px;
  }
  .product-images #gallery_01 .item a:not(:last-child) {
    margin-bottom:25px;
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-images #gallery_01 .item a {
    width:75px;
    height:75px;
  }
  .product-images #gallery_01 .item a:not(:last-child) {
    margin-bottom:10px;
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-images #gallery_01 .item a {
    width:45px;
    height:45px;
  }
  .product-images #gallery_01 .item a:not(:last-child) {
    margin-bottom:1px;
  }
}

.product-images #gallery_01 .item a img {
  max-width:100%;
  max-height:100%;
}

.product-images #gallery_01 .flex-direction-nav>li {
  position:absolute;
  top:0;
  left:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  display:block;
}

.product-images #gallery_01 .flex-direction-nav>li:not(.disabled):hover a {
  color:#00cda0;
  border:#00cda0 1px solid;
}

@media (min-width:992px) {
  .product-images #gallery_01 .flex-direction-nav>li.flex-nav-prev {
    left:15px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .product-images #gallery_01 .flex-direction-nav>li.flex-nav-prev {
    left:30px;
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-images #gallery_01 .flex-direction-nav>li.flex-nav-prev {
    left:30px;
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-images #gallery_01 .flex-direction-nav>li.flex-nav-prev {
    left:calc(50% - 20px);
  }
}

.product-images #gallery_01 .flex-direction-nav>li.flex-nav-next {
  left:auto;
}

@media (min-width:992px) {
  .product-images #gallery_01 .flex-direction-nav>li.flex-nav-next {
    right:15px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .product-images #gallery_01 .flex-direction-nav>li.flex-nav-next {
    right:30px;
  }
}

@media (min-width:543px) and (max-width:767px) {
  .product-images #gallery_01 .flex-direction-nav>li.flex-nav-next {
    right:30px;
  }
}

@media (min-width:320px) and (max-width:542px) {
  .product-images #gallery_01 .flex-direction-nav>li.flex-nav-next {
    right:calc(50% - 20px);
  }
}

.product-images #gallery_01 .flex-direction-nav>li>a {
  font-family:FontAwesome;
  color:#363636;
  border:#e1e1e1 1px solid;
  display:block;
  text-align:center;
}

@media (min-width:543px) {
  .product-images #gallery_01 .flex-direction-nav>li>a {
    width:25px;
    height:25px;
    line-height:25px;
  }
}

@media (max-width:542px) {
  .product-images #gallery_01 .flex-direction-nav>li>a {
    width:20px;
    height:20px;
    line-height:20px;
  }
}

.product-images #gallery_01 .flex-direction-nav>li>a.flex-disabled {
  background:#e1e1e1;
}

.product-images .owl-carousel.owl-loaded {
  overflow:hidden;
}

.zoomLens {
  width:200px !important;
  height:200px !important;
}

@media (max-width:1024px) {
  .zoomContainer {
    display:none;
  }
}

.zoomWrapper {
  width:100% !important;
  height:auto !important;
}

.zoomWrapper img {
  position:static !important;
  width:100% !important;
  height:auto !important;
}

.zoomWrapper img ~ img {
  display:none !important;
}

.details-pro .title-head {
  width:100%;
  float:left;
  font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
  font-size:1.28571em;
  color:#363636;
  font-weight:600;
  margin:0 0 20px;
}

.details-pro .product_sku {
  width:100%;
  float:left;
  margin:0 0 10px;
  color:#363636;
}

.details-pro .product_vendor_type {
  width:100%;
  float:left;
  display:inline-block;
  margin:0 0 10px;
}

.details-pro .product_vendor_type span:not(.lastElement) {
  border-right:#363636 1px solid;
  padding-right:10px;
  margin-right:15px;
}

.details-pro .product-review {
  margin:0 0 10px;
}

.details-pro .product-summary {
  width:100%;
  float:left;
  margin:0 0 25px;
  font-size:.92857em;
}

.details-pro .product-summary .product_description {
  width:100%;
  float:left;
  line-height:normal;
  color:#363636;
}

.details-pro .product-summary .product_description label {
  width:100%;
  float:left;
  margin:0 0 5px;
}

.details-pro .product-summary .product_description .rte {
  width:100%;
  float:left;
  line-height:normal;
}

.details-pro .product-summary .product_description .rte p {
  margin:0;
}

.details-pro .price-box {
  width:100%;
  float:left;
  margin-bottom:30px;
  line-height:normal;
}

.details-pro .price-box .special-price {
  color:#0b5d00;
  font-weight:700;
}

@media (min-width:543px) {
  .details-pro .price-box .special-price {
    font-size:2.14286em;
  }
}

@media (max-width:542px) {
  .details-pro .price-box .special-price {
    font-size:1.71429em;
  }
}

.details-pro .price-box .old-price {
  color:#898989;
  font-weight:400;
  text-decoration:line-through;
}

@media (min-width:543px) {
  .details-pro .price-box .old-price {
    font-size:1.42857em;
  }
}

@media (max-width:542px) {
  .details-pro .price-box .old-price {
    font-size:1.14286em;
  }
}

.details-pro form {
  width:100%;
  float:left;
}

.details-pro .product_quantity {
  width:100%;
  float:left;
  margin:0 0 15px;
  padding:0;
}

.details-pro .product_quantity label {
  width:80px;
  float:left;
  font-weight:400;
  margin:0 10px 0 0;
  line-height:40px;
  color:#363636;
}

.details-pro .product_quantity button {
  float:left;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  padding:0;
  color:#363636;
  background:none;
  border:#e1e1e1 1px solid;
  position:relative;
}

.details-pro .product_quantity button.reduced {
  border-right:none;
}

.details-pro .product_quantity button.reduced:after {
  content:"";
  position:absolute;
  right:0;
  top:5px;
  bottom:5px;
  border-right:#e1e1e1 1px solid;
}

.details-pro .product_quantity button.increase {
  border-left:none;
}

.details-pro .product_quantity button.increase:before {
  content:"";
  position:absolute;
  left:0;
  top:5px;
  bottom:5px;
  border-left:#e1e1e1 1px solid;
}

.details-pro .product_quantity button:hover {
  color:#00cda0;
}

.details-pro .product_quantity input {
  float:left;
}

.details-pro .product_quantity input[type="text"] {
  height:40px;
  min-height:1px;
  color:#363636;
  border-left:none;
  border-right:none;
  box-shadow:none;
}

@media (min-width:543px) {
  .details-pro .product_quantity input[type="text"] {
    width:calc(280px - 160px);
  }
}

@media (max-width:542px) {
  .details-pro .product_quantity input[type="text"] {
    width:calc(100% - 170px);
  }
}

.details-pro .product_quantity>.lastDiv {
  border-right:none !important;
}

.details-pro .box-variant {
  width:100%;
  float:left;
}

.details-pro .box-variant .selector-wrapper {
  width:100%;
  float:left;
  margin-bottom:15px;
}

.details-pro .box-variant label {
  color:#363636;
  font-weight:400;
  font-size:1em;
  line-height:40px;
  width:80px;
  margin:0 10px 0 0;
  float:left;
}

.details-pro .box-variant .single-option-selector {
  padding:0 15px;
  height:40px;
  float:left;
}

@media (min-width:543px) {
  .details-pro .box-variant .single-option-selector {
    min-width:200px;
    width:200px;
  }
}

@media (max-width:542px) {
  .details-pro .box-variant .single-option-selector {
    width:calc(100% - 90px);
  }
}

.details-pro .button_actions {
  width:100%;
  float:left;
  margin:0 0 15px;
}

.details-pro .button_actions button {
  float:left;
  font-size:1.14286em;
  text-transform:uppercase;
  line-height:normal;
}

@media (min-width:543px) {
  .details-pro .button_actions button {
    min-width:290px;
    padding:15px;
  }
}

@media (min-width:320px) and (max-width:542px) {
  .details-pro .button_actions button {
    width:100%;
    padding:15px;
  }
}

.details-pro .button_actions img {
  float:left;
  margin-right:10px;
  display:inline-block;
  margin-top:25px;
}

@media (max-width:542px) {
  .details-pro .button_actions img {
    display:none;
  }
}

.details-pro .button_actions a {
  color:#0b5d00;
  float:left;
  font-size:.92857em;
  display:inline-block;
  line-height:70px;
}

.details-pro .button_actions a:hover {
  color:#898989;
}

.details-pro .swatch {
  width:100%;
  float:left;
  margin:0 0 15px;
}

.details-pro .swatch .header {
  font-weight:400;
  font-size:1em;
  line-height:40px;
  width:80px;
  margin:0 10px 0 0;
  float:left;
  color:#363636;
}

@media (max-width:543px) {
  .details-pro .swatch .header {
    width:100% !important;
  }
}

.details-pro .swatch .data-value-group {
  float:left;
  display:block;
}

@media (min-width:543px) {
  .details-pro .swatch .data-value-group {
    width:calc(100% - 120px);
  }
}

@media (max-width:542px) {
  .details-pro .swatch .data-value-group {
    width:100%;
  }
}

.details-pro .swatch .data-value-group .swatch-element {
  margin:0 5px 5px 0;
}

.details-pro .swatch .data-value-group .swatch-element.soldout label {
  cursor:no-drop;
}

.details-pro .swatch .data-value-group .swatch-element label {
  border:#e1e1e1 1px solid;
  line-height:40px;
  height:40px !important;
  cursor:pointer;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.details-pro .swatch .data-value-group .swatch-element label:hover {
  border:#00cda0 1px solid;
}

.details-pro .swatch .data-value-group .swatch-element.color {
  width:40px;
}

.details-pro .swatch .data-value-group .swatch-element:not(.color) label {
  width:auto;
  min-width:40px !important;
}

.product-tags,
.social-sharing {
  width:100%;
  float:left;
  margin:0 !important;
  line-height:normal;
}

.product-tags label,
.social-sharing label {
  width:70px;
  float:left;
  margin:0;
  line-height:40px;
}

.product-tags .tags-list,
.social-sharing .tags-list {
  float:left;
  display:block;
}

@media (min-width:543px) {
  .product-tags .tags-list,
  .social-sharing .tags-list {
    width:calc(100% - 70px);
  }
}

@media (max-width:542px) {
  .product-tags .tags-list,
  .social-sharing .tags-list {
    width:100%;
  }
}

.product-tab {
  width:100%;
  float:left;
  margin-bottom:30px;
}

.product-tab .tab-link {
  display:inline-block;
  margin-right:-4px;
  margin-bottom:-2px;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

@media (max-width:767px) {
  .product-tab .tab-link {
    width:100%;
    float:left;
    background:#fff;
  }
}

.product-tab .tab-link:hover {
  background:#363636;
}

.product-tab .tab-link:hover .tab_title {
  color:#fff;
}

.product-tab .tab-link .tab_title {
  display:block;
  padding:12px;
  text-transform:uppercase;
  font-size:1em;
  font-weight:600;
  margin:0;
  -webkit-transition:color ease .3s;
  -moz-transition:color ease .3s;
  -ms-transition:color ease .3s;
  -o-transition:color ease .3s;
  transition:color ease .3s;
}

@media (min-width:768px) {
  .product-tab .tab-link .tab_title {
    border-bottom:0;
  }
}

@media (max-width:767px) {
  .product-tab .tab-link .tab_title {
    width:100%;
    float:left;
    position:relative;
  }
  .product-tab .tab-link .tab_title:before {
    content:"\f107";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    display:flex;
    justify-content:center;
    align-items:center;
    left:calc(100% - 40px);
    font-family:FontAwesome;
    font-size:1em;
    color:#363636;
    font-weight:400;
  }
}

.product-tab .tab-link.current .tab_title {
  font-weight:600;
}

@media (min-width:768px) {
  .product-tab .tab-link.current .tab_title {
    background:#363636;
    color:#fff;
  }
}

@media (max-width:767px) {
  .product-tab .tab-link.current .tab_title {
    background:#363636;
    color:#fff;
  }
  .product-tab .tab-link.current .tab_title:before {
    content:"\f106";
    color:#fff;
    font-weight:600;
    font-size:1.14286em;
  }
}

@media (min-width:543px) {
  .product-tab .tabs-title {
    margin-top:30px;
  }
}

@media (max-width:767px) {
  .product-tab .tabs-title {
    border:#e1e1e1 1px solid;
  }
}

.product-tab .tab-content {
  width:100%;
  background:#fff;
  margin-top:1px;
  float:left;
  padding:15px;
  border:1px solid #e1e1e1;
  border-top:#363636 2px solid;
}

@media (max-width:542px) {
  .product-tab .tab-content {
    padding:15px;
  }
}

.product-tab .tab-content.current {
  display:block;
}

.product-tab .tab-content:not(.current) {
  display:none;
}

.related_products {
  width:100%;
  float:left;
  overflow:hidden;
  padding:30px 0 60px;
}

.related_products .module-header {
  text-align:center;
}

.related_products .module-title {
  color:#363636;
  font-weight:600;
  margin-bottom:20px;
}

.related_products .module-title a {
  width:100% !important;
}

.related_products .title-desc {
  color:#898989;
  font-size:1.14286em;
  margin-bottom:30px;
}

@media (min-width:992px) {
  .related_products .title-desc {
    padding:0 50px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .related_products .title-desc {
    padding:0 30px;
  }
}

.related_products .owl-nav {
  top:-70px;
  position:absolute;
  left:0;
  right:0;
}

.related_products .module-content {
  margin-top:70px;
}

.collection-template {
  width:100%;
  float:left;
  overflow:hidden;
  padding-top:30px;
}

.collection-template .collection_header {
  width:100%;
  float:left;
  padding-bottom:15px;
  border-bottom:#e1e1e1 1px solid;
}

.collection-template .collection_header .title-head {
  float:left;
}

@media (min-width:768px) {
  .collection-template .collection_header .title-head {
    width:calc(100% - 250px);
    line-height:30px;
  }
}

@media (max-width:767px) {
  .collection-template .collection_header .title-head {
    width:100%;
  }
}

.collection-template .category-products {
  width:100%;
  float:left;
}

.collection-template .products-view {
  width:100%;
  float:left;
  margin-top:15px;
}

.collection-template .products {
  width:100%;
  float:left;
}

.collection-template .products-view-grid .item {
  background:#fff;
  margin-bottom:15px;
}

.collection-template .products-view-grid .item .product-box {
  margin-bottom:0;
}

@media (min-width:1200px) {
  .collection-template .products-view-grid .item:nth-child(3n+1) {
    clear:left;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .collection-template .products-view-grid .item:nth-child(3n+1) {
    clear:left;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .collection-template .products-view-grid .item:nth-child(3n+1) {
    clear:left;
  }
}

@media (min-width:320px) and (max-width:767px) {
  .collection-template .products-view-grid .item:nth-child(2n+1) {
    clear:left;
  }
}

.sortPagiBar {
  width:100%;
  float:left;
  color:#363636;
  position:relative;
}

.sortPagiBar .order_bar {
  float:left;
  margin:0;
  line-height:35px;
}

@media (min-width:543px) {
  .sortPagiBar .order_bar {
    width:calc(100% - 100px);
  }
}

@media (max-width:542px) {
  .sortPagiBar .order_bar {
    width:100%;
  }
}

.sortPagiBar .order_bar .form-group {
  margin-bottom:0;
  padding:0;
  width:100%;
  float:left;
  display:inline-flex;
}

@media (min-width:543px) {
  .sortPagiBar .order_bar .form-group {
    justify-content:flex-end;
  }
}

.sortPagiBar .order_bar .form-group>span {
  display:inline-block;
  float:left;
  margin:0 5px 0 0;
  font-size:.85714em;
  font-weight:400;
  width:85px;
}

.sortPagiBar .order_bar .form-group select {
  min-height:1px;
}

@media (max-width:543px) {
  .sortPagiBar .order_bar .form-group select {
    width:calc(100% - 85px) !important;
    float:left;
  }
}

.sortPagiBar .order_bar .form-group select:focus {
  box-shadow:none;
  -webkit-box-shadow:none;
}

.sortPagiBar .order_bar .form-group select option {
  padding-right:10px;
}

.sortPagiBar .view-mode {
  margin-right:20px;
  float:left;
  display:inline-flex;
  justify-content:center;
  align-items:center;
}

@media (max-width:542px) {
  .sortPagiBar .view-mode {
    display:none;
  }
}

.sortPagiBar .view-mode a {
  width:35px;
  height:35px;
  float:left;
  border:#e1e1e1 1px solid;
  display:flex;
  justify-content:center;
  align-content:center;
  color:#898989;
  margin:0;
}

.sortPagiBar .view-mode a:not(:last-child) {
  margin-right:10px;
}

.sortPagiBar .view-mode a .fa {
  font-size:1.14286em;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.sortPagiBar .view-mode a.active {
  border:#00cda0 1px solid;
}

.sortPagiBar .view-mode a.active .fa {
  color:#0b5d00;
}

.sortPagiBar .view-mode a:hover {
  border:#00cda0 1px solid;
}

.sortPagiBar .view-mode a:hover .fa {
  color:#00cda0;
}

.sortPagiBar .view-mode * {
  cursor:pointer;
}

.button-view-mode {
  padding:0;
  display:flex;
  justify-content:center;
  align-items:center;
}

.button-view-mode.active {
  box-shadow:none;
  color:#363636;
}

.button-view-mode.active a {
  color:#363636;
}

.sort-by-script {
  vertical-align:middle;
  text-align:center;
  background:#fff;
  color:#363636;
  font-size:.85714em !important;
  width:120px !important;
  float:left;
  height:35px !important;
  font-weight:100;
}

.blog-article-template {
  width:100%;
  float:left;
  overflow:hidden;
  padding:30px 0 0;
}

.blog-article-template .main-content .module-content {
  background:transparent;
}

.list-blogs {
  width:100%;
  float:left;
}

.list-blogs .item {
  width:100%;
  float:left;
  margin-bottom:40px;
}

.list-blogs .item:not(:last-child) {
  padding-bottom:40px;
  border-bottom:#e1e1e1 dashed 1px;
}

@media (min-width:768px) {
  .list-blogs .item:nth-child(2n+1) {
    clear:left;
  }
}

.blog-item-thumbnail {
  width:100%;
  float:left;
  position:relative;
  margin:0 0 20px;
}

.blog-item-thumbnail a,
.blog-item-thumbnail picture {
  width:100%;
  float:left;
  text-align:center;
}

.blog-item-thumbnail img {
  margin:0 auto;
}

.blog-item-info {
  width:100%;
  float:left;
}

.blog-item-info .blog-item-name {
  font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
  font-weight:600;
  font-size:1.28571em;
  text-transform:uppercase;
  position:relative;
  line-height:normal;
  margin:0 0 15px;
}

.blog-item-info .blog-item-name a {
  color:#363636;
}

.blog-item-info .blog-item-name a:hover {
  color:#00cda0;
}

.blog-item-info .article-detail {
  margin:0 0 15px;
  font-size:.92857em;
  color:#a3a3a3;
}

.blog-item-info .blog-item-summary {
  width:100%;
  float:left;
  font-size:.92857em;
  color:#898989;
}

.article-thumbnail {
  float:left;
}

.article-info {
  float:left;
}

.article-detail {
  width:100%;
  float:left;
  font-style:italic;
  font-size:.85714em;
  color:#898989;
  display:inline-block;
  line-height:normal;
}

.article-detail span {
  display:inline-block;
  float:left;
  position:relative;
}

@media (max-width:542px) {
  .article-detail span {
    width:100%;
    margin:0 0 5px !important;
  }
}

.article-detail span:not(:last-child) {
  margin-right:10px;
  padding-right:15px;
}

.article-detail span:not(:last-child):before {
  content:"/";
  position:absolute;
  right:0;
}

.article-detail span.lastElementDetail {
  margin-right:0;
  padding-right:0;
}

.article-detail span.lastElementDetail:before {
  display:none;
}

.article-summary {
  width:100%;
  float:left;
}

.viewmore {
  width:100%;
  float:left;
}

.article-main .article-thumbnail {
  width:100%;
  float:left;
  margin:0 0 15px;
}

.article-main .article-thumbnail img {
  margin:0 auto;
}

.article-main .article-detail {
  margin:0 0 15px;
}

.article-main .article-sharing {
  width:100%;
  float:left;
  background:#f4f4f4;
  padding:20px 35px;
  margin:0 0 15px;
}

.article-main .related_articles {
  width:100%;
  float:left;
  padding:10px 0;
  margin-bottom:15px;
}

.article-main .related_articles .article-title {
  font-weight:400;
  font-size:1em;
  color:#363636;
}

.article-main .related_articles .list-article-title {
  padding:0;
}

.article-main .article-content {
  width:100%;
  float:left;
  margin-bottom:30px;
  padding-bottom:30px;
  border-bottom:#e1e1e1 1px solid;
}

.article-main .article-content img {
  width:auto !important;
  height:auto !important;
  max-width:100%;
  max-height:100%;
}

.article-main .article-image {
  text-align:center;
}

.article-main .article_tags {
  width:100%;
  float:left;
  margin-bottom:15px;
}

.article-main .article_tags label {
  margin:0;
  width:50px;
  float:left;
  text-transform:uppercase;
  line-height:35px;
}

.article-main .article_tags .tags-list {
  width:calc(100% - 50px);
}

.article-main .social-sharing {
  margin-bottom:25px !important;
}

.related-blogs {
  margin:0 0 60px;
  padding:0 0 60px;
  border-bottom:#e1e1e1 1px solid;
}

.related-blogs .article-thumbnail {
  margin:0 0 15px;
}

.related-blogs .article-title {
  margin:0 0 10px;
  font-weight:600;
  font-size:1em;
  text-transform:uppercase;
}

.related-blogs .article-title a {
  color:#363636;
}

.related-blogs .article-title a:hover {
  color:#00cda0;
}

.tags-list {
  width:100%;
  float:left;
  display:block;
}

.tags-list .tag-item {
  display:inline-block;
  float:left;
}

.tags-list a {
  color:#505050;
  font-size:.85714em;
  padding:0 10px;
  border:#e1e1e1 1px solid;
  margin:0 10px 10px 0;
  height:40px;
  display:flex;
  align-items:center;
  float:left;
  position:relative;
  overflow:hidden;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.tags-list a:before {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-3px;
  width:3px;
  background:#0b5d00;
  z-index:2;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.tags-list a:after {
  border-top:10px solid transparent;
  border-left:5px solid #0b5d00;
  border-bottom:10px solid transparent;
  content:"";
  position:absolute;
  left:-5px;
  top:20%;
  z-index:1;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.tags-list a:hover {
  color:#0b5d00;
  border-color:#0b5d00;
  padding:0 5px 0 15px;
}

.tags-list a:hover:before {
  -moz-transform:translateX(3px);
  -o-transform:translateX(3px);
  -ms-transform:translateX(3px);
  -webkit-transform:translateX(3px);
  transform:translateX(3px);
}

.tags-list a:hover:after {
  -moz-transform:translateX(7px);
  -o-transform:translateX(7px);
  -ms-transform:translateX(7px);
  -webkit-transform:translateX(7px);
  transform:translateX(7px);
  width:5px;
  overflow:hidden;
}

.social-sharing {
  width:100%;
  float:left;
  margin-bottom:25px;
}

.social-sharing .sharing-item {
  float:left;
  padding-right:5px;
  background:#fff;
  display:block;
  position:relative;
}

.social-sharing .sharing-item a {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:30px;
  height:30px;
  background:#d7d7d7;
  border:#e1e1e1 1px solid;
  color:#fff;
  -webkit-border-radius:50%;
  border-radius:50%;
}

.social-sharing .sharing-item a:not(:first-child) {
  margin-left:5px;
}

.social-sharing .social-media {
  width:100%;
  float:left;
  position:relative;
}

.social-sharing span {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:50%;
  z-index:-1;
  border-bottom:#e1e1e1 1px solid;
}

.comments {
  width:100%;
  float:left;
  margin-bottom:40px;
}

.comments .title-form-coment {
  font-size:1em;
  text-transform:uppercase;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  margin:0 0 40px;
  font-weight:700;
  color:#363636;
}

.comments .article-comment {
  margin-bottom:30px;
}

.comments .article-comment .article-comment-user-image {
  margin:0 15px 0 0;
  float:left;
  width:80px;
  height:80px;
  border-radius:50%;
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:center;
}

.comments .article-comment .article-comment-user-image img {
  max-width:100%;
  max-height:100%;
}

.comments .article-comment .article-comment-user-comment {
  width:calc(100% - 95px);
  float:left;
}

.comments .article-comment .article-comment-user-comment .user-name-comment {
  color:#111;
  text-transform:capitalize;
  font-weight:400;
  font-size:1em;
  line-height:normal;
}

.comments .article-comment .article-comment-user-comment .article-comment-date-bull {
  display:block;
  color:#b0b0b0;
  font-size:1em;
  line-height:normal;
}

.comments .article-comment .article-comment-user-comment .article-comment-content {
  display:block;
  color:#707070;
  font-size:1em;
  line-height:normal;
  padding-bottom:33px;
  border-bottom:#e1e1e1 1px solid;
}

.notification {
  width:100%;
  float:left;
}

.notification .notification-area {
  width:100%;
  float:left;
  margin:0 0 15px;
}

.form-comment {
  width:100%;
  float:left;
}

.form-comment .title-form-coment {
  font-size:1em;
  color:#1e1e1e;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  margin:0 0 40px;
  font-weight:700;
}

.form-comment .layout-comment {
  width:100%;
  float:left;
}

.form-comment .layout-comment .form-group {
  padding:0;
}

.form-comment .layout-comment .form-group input,
.form-comment .layout-comment .form-group textarea {
  padding:15px;
  margin-bottom:25px;
}

.form-comment .layout-comment .form-group label {
  margin:0 0 15px;
  color:#111;
  font-weight:400;
}

.form-comment .layout-comment .form-group .input-control:focus {
  border:#00cda0 1px solid;
  box-shadow:0 0 0 1px #00cda0;
  -webkit-box-shadow:0 0 0 1px #00cda0;
}

.form-comment .layout-comment .form-group .form-control {
  border:#e1e1e1 1px solid;
  box-shadow:none;
  -webkit-box-shadow:none;
}

.pd-right {
  padding-left:0;
}

.main-cart-page {
  width:100%;
  float:left;
}

.main-container .col-main {
  float:none;
  width:auto;
}

.main-container .col-main .cart .bg-scroll {
  border-top:none;
  margin-top:20px;
  overflow:hidden;
  border:solid 1px #e1e1e1;
  border-top:none;
  border-bottom:none;
  border-right:none;
}

.main-container .col-main .cart .cart-thead {
  font-weight:700;
  font-size:13px;
  clear:both;
  width:100%;
  border:1px solid #e1e1e1;
  border-right:none;
  border-left:none;
  float:left;
  min-width:600px;
}

.main-container .col-main .cart .cart-thead div {
  float:left;
  background:#fbfbfb;
  padding:10px 0;
  color:#363636;
  text-align:center;
  border-right:#e1e1e1 1px solid;
  font-size:13px;
  text-transform:uppercase;
}

.main-container .col-main .cart .nobr {
  white-space:nowrap;
}

.main-container .col-main .cart .cart div.a-right {
  text-align:right;
}

.main-container .col-main .cart .cart div.a-center {
  text-align:center;
}

.main-container .col-main .cart .cart-tbody {
  width:100%;
  float:left;
}

.main-container .col-main .cart .cart-tbody .item-cart {
  border-bottom:1px solid #e1e1e1;
  width:100%;
  float:left;
}

.main-container .col-main .cart .cart-tbody .item-cart>div {
  background:#fff;
}

.main-container .col-main .cart .item-cart .image .product-image img {
  max-width:100%;
  height:auto;
  width:auto;
  display:inherit;
  margin:0 auto;
}

.main-container .col-main .cart .cart-tbody .item-cart>div {
  float:left;
  padding:10px;
  line-height:20px;
  vertical-align:top;
  border-right:solid 1px #e1e1e1;
  height:120px;
  flex-flow:column;
  overflow:hidden;
}

.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
  position:relative;
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
  background-color:#fff;
  background-image:url(/themes/pysvn/images/bin.png);
  width:22px;
  height:26px;
  display:block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.main-container .col-main .cart .cart-tbody .item-cart .product-image {
  min-height:75px;
  display:block;
  height:100%;
  width:100%;
  padding:0 20px;
}

@media (max-width:991px) {
  .main-container .col-main .cart .cart-tbody .item-cart .product-image {
    padding:0;
  }
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
  margin:0;
  padding-bottom:0;
  font-weight:400;
  font-size:1em;
  line-height:normal;
  width:100%;
  float:left;
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
  font-size:1em;
  line-height:normal;
  color:#363636;
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name a:hover {
  color:#00cda0;
}

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
  height:auto;
  border-right:none;
  width:100%;
  display:flex;
  justify-content:center;
}

.main-container .col-main .cart .cart .product-name a {
  font-size:14px;
}

.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
  border:1px solid #e1e1e1;
  outline:none;
  background:#fff;
  height:24px;
  width:24px;
  vertical-align:baseline;
  text-align:center;
  padding:0;
}

.main-container .col-main .cart .variant-title {
  color:#434343;
  width:100%;
  float:left;
  font-size:12px;
  font-style:italic;
}

.main-container .col-main .cart .cart-tbody .item-cart div .price {
  font-size:16px;
  font-weight:700;
  line-height:6;
  color:#0b5d00;
}

.main-container .col-main .cart .item-cart .items-count {
  border:1px solid #e1e1e1;
  outline:none;
  background:#fff;
  height:24px;
  width:21px;
  vertical-align:top;
  text-align:center;
  padding:0;
}

.main-container .col-main .cart .item-cart .number-sidebar {
  border:1px solid #ddd;
  height:24px;
  margin-left:-1px;
  text-align:center;
  width:23px;
  margin-right:-1px;
  padding:0;
  line-height:15px;
  font-size:.85714em;
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
  background-color:#fff;
  background-image:none;
  color:#363636;
  cursor:pointer;
  padding:0;
  -moz-border-radius:0;
  border-radius:0;
  cursor:pointer;
  text-decoration:none;
  float:left;
  transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  border:none;
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
  display:none;
}

.main-container .col-main .cart .btn-proceed-checkout {
  background:#0b5d00;
  line-height:35px;
  color:#fff;
  height:40px;
  font-size:16px;
  border:none;
  text-transform:uppercase;
  -webkit-transition:all ease .3s;
  -moz-transition:all ease .3s;
  -ms-transition:all ease .3s;
  -o-transition:all ease .3s;
  transition:all ease .3s;
}

.main-container .col-main .cart .btn-proceed-checkout:hover {
  background:#363636;
}

.main-container .col-main .cart .btn.btn-white {
  margin-right:5px;
  border:2px solid #363636;
}

.main-container .col-main .cart .btn.btn-white:hover {
  border-color:#00cda0;
}

.main-container .col-main .cart .totals .inner {
  padding:0 0 15px;
  margin-top:0;
  margin-right:1px;
}

.main-container .col-main .cart #shopping-cart-totals-table tr td {
  border:#e1e1e1 thin solid;
  border-top:none;
  border-bottom:none;
  padding:20px;
}

.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
  width:239px;
  border-left:1px solid #e1e1e1;
  font-size:14px;
}

.main-container .col-main .cart #shopping-cart-totals-table {
  width:100%;
  padding-bottom:8px;
  background:#fff;
}

.main-container .col-main .cart ul.checkout {
  clear:left;
  padding:20px;
  border:1px solid #e1e1e1;
  background:#fbfbfb;
}

.main-container .col-main .cart .cart .totals table th,
.main-container .col-main .cart .cart .totals table td {
  padding:10px;
  background:none !important;
  box-shadow:none !important;
  color:#363636 !important;
  height:50px;
  vertical-align:middle;
}

.main-container .col-main .cart span.totals_price.price {
  color:#0b5d00;
  font-size:16px;
}

.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
  min-height:0;
  position:static;
  display:inline-block;
  float:left;
  margin-bottom:0;
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
  border:1px solid #ddd;
  outline:none;
  background:#fff;
  height:24px;
  width:24px;
  vertical-align:baseline;
  text-align:center;
  padding:0;
  display:inline-block;
  margin:0;
  float:left;
}

@media (max-width:1199px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width:196px;
  }
}

@media (max-width:991px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width:252px;
  }
  .main-container .col-main .cart .totals .inner {
    margin-right:0;
  }
}

@media (max-width:767px) {
  .sign_main {
    background:#f7f8f9;
    margin-top:40px;
  }
  .main {
    border-bottom:solid 1px #e1e1e1;
    background:#fff;
    margin-top:40px;
  }
  .header-cart-content {
    width:100%;
    float:left;
  }
  .header-cart {
    width:100%;
    float:left;
    padding:15px !important;
    border-bottom:#e1e1e1 2px solid;
  }
  .title-cart {
    width:100%;
    float:left;
  }
  .title-cart h3 {
    font-family:Arial,sans-serif;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    margin:0;
  }
  .title-cart p {
    font-family:Arial,sans-serif;
    font-size:12px;
    color:#9c9c9c;
  }
  .title-cart a {
    color:#0b5d00;
    font-size:1em;
    line-height:initial;
    font-family:Arial,sans-serif;
  }
  .header-cart-price {
    width:100%;
    float:left;
    padding:15px;
  }
  .header-cart-price .title-cart {
    margin-bottom:15px;
  }
  .header-cart-price .title-cart h3 {
    width:100px;
    float:left;
  }
  .header-cart-price .title-cart .totals_price_mobile {
    width:calc(100% - 100px);
    float:left;
    text-align:right;
    color:#0b5d00;
  }
  .btn-proceed-checkout-mobile {
    width:100%;
    line-height:27px;
    color:#fff;
    height:40px;
    font-size:14px;
    border:none;
    background:#0b5d00;
  }
  .content-product-list .item-product {
    min-height:110px;
    border-bottom:solid 1px #e1e1e1;
    overflow:hidden;
    padding:15px;
  }
  .item-product-cart-mobile,
  .select-item-qty-mobile {
    float:left;
  }
  .item-product-cart-mobile {
    margin-right:5px;
    width:80px;
  }
  .select-item-qty-mobile {
    float:right;
    text-align:center;
  }
  .select-item-qty-mobile input.qty {
    background:none repeat scroll 0 0 #fff;
    border:1px solid #e1e1e1;
    font-size:15px;
    font-weight:400;
    margin:0 !important;
    outline:medium none;
    padding:5px 5px 5px 12px;
    width:41px;
  }
  .title-product-cart-mobile {
    float:left;
  }
  .title-product-cart-mobile a {
    word-break:break-word;
    font-family:Arial,sans-serif;
    font-size:12px;
    color:#363636;
  }
  .title-product-cart-mobile p {
    line-height:2;
    font-size:12px;
    font-family:Arial,sans-serif;
    color:#898989;
    margin-bottom:0;
  }
  .title-product-cart-mobile span {
    color:#0b5d00;
  }
  .select-item-qty-mobile a {
    line-height:3;
    color:#363636;
    font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  }
}

@media (max-width:767px) {
  .title-product-cart-mobile {
    width:calc(100% - 160px);
    margin-right:5px;
  }
  .title-product-cart-mobile h3 {
    line-height:1;
    margin:0;
  }
  .main-cart-page {
    min-height:auto !important;
  }
  .select-item-qty-mobile .txt_center {
    position:relative;
    width:70px;
    height:25px;
  }
  .select-item-qty-mobile .txt_center input {
    position:absolute;
    left:21px;
    height:25px;
    width:25px;
    text-align:center;
    margin:0;
    padding:0;
    float:left;
    display:inline-block;
    line-height:1;
    min-height:auto;
  }
  .select-item-qty-mobile .txt_center .items-count {
    position:absolute;
    top:0;
    height:25px;
    width:22px;
    color:#000;
    border:#e1e1e1 thin solid;
    background:none !important;
    float:left;
    display:inline-block;
    line-height:1;
    min-width:auto;
    padding:0;
  }
  .select-item-qty-mobile .txt_center .items-count.reduced {
    left:0;
  }
  .select-item-qty-mobile .txt_center .items-count.increase {
    left:45px;
  }
}

.cart-template {
  width:100%;
  float:left;
}

.cart-template .header-cart {
  padding:0 15px;
}

.customer-template {
  padding:15px 0 30px;
  width:100%;
  float:left;
}

.customer-template form label {
  display:block;
  font-weight:400;
  margin-bottom:5px;
}

.customer-template .customer-heading {
  font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
  color:#0b5d00;
  text-transform:uppercase;
  font-size:1.71429em;
  margin-bottom:20px;
  font-weight:700;
  width:100%;
  float:left;
  text-align:center;
}

.customer-template .alert {
  width:100%;
  float:left;
  text-align:center;
}

.customer-template .wrapper-form {
  margin-bottom:30px;
}

.customer-template .wrapper-form .form-group {
  width:100%;
  float:left;
  margin-bottom:15px;
  padding:0;
}

.customer-template .wrapper-form .form-group input {
  padding:0 15px;
  min-height:60px;
}

.customer-template .wrapper-form ul {
  display:inline-flex;
  padding:10px 0;
  width:100%;
  float:left;
  line-height:normal;
  margin:0 0 10px;
}

.customer-template .wrapper-form li:not(:last-child) {
  padding-right:10px;
  margin-right:10px;
  border-right:#363636 1px solid;
}

.customer-template .wrapper-form button {
  min-height:60px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  float:left;
  margin-right:15px;
}

.customer-template .wrapper-form button.btn_login {
  position:relative;
  padding-left:35px;
}

.customer-template .wrapper-form button.btn_login:before {
  content:"\f09c";
  font:normal normal normal 14px/1 FontAwesome;
  top:22px;
  left:15px;
  position:absolute;
}

.customer-template .wrapper-form button.btn_resgiter {
  position:relative;
  padding-left:35px;
}

.customer-template .wrapper-form button.btn_resgiter:before {
  content:"\f084";
  font:normal normal normal 14px/1 FontAwesome;
  top:22px;
  left:15px;
  position:absolute;
}

@media (max-width:543px) {
  .customer-template .wrapper-form button {
    padding:0 10px;
  }
}

.customer-template .wrapper-form button .fa {
  margin-right:5px;
}

.customer-template .wrapper-form .btn_db {
  min-height:60px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  margin-right:15px;
}

@media (max-width:543px) {
  .customer-template .wrapper-form .btn_db {
    padding:0 10px;
  }
}

.customer-template .wrapper-form .btn_db .fa {
  margin-right:5px;
}

#customer_register {
  margin-bottom:20px;
}

#customer_login,
#recover_customer_password {
  margin-bottom:0;
}

.checkbox.style input {
  margin:0 !important;
  display:none;
}

.checkbox.style label {
  display:inline-block;
  vertical-align:middle;
  font-weight:400;
  text-transform:none;
  position:relative;
  padding-left:55px;
  line-height:50px;
}

.checkbox.style label:before {
  display:block;
  width:35px;
  height:35px;
  background:#fff;
  border:1px solid #d4d4d4;
  border-radius:5px;
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%);
}

.checkbox.style input:checked+label:after {
  content:"\f00c";
  font-family:FontAwesome;
  font-size:20px;
  color:#0b5d00;
  position:absolute;
  top:50%;
  left:8px;
  transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%);
}

#customer-reset-password {
  width:100%;
  float:left;
  margin-bottom:30px;
}

#customer-reset-password .title-head {
  margin-bottom:30px;
}

#customer-reset-password label {
  color:#363636;
  font-size:14px;
  font-weight:400;
  padding:0;
  width:100%;
  float:left;
  text-align:left;
  margin-bottom:15px;
}

#customer-reset-password .action_bottom input {
  border-bottom:15px;
}

#my-orders-table {
  background:#fff;
}

.c-checkbox input {
  margin-top:3px;
}

.account thead {
  border:#e1e1e1 1px solid;
}

.block-account {
  background:#fff;
}

.block-account h2,
.block-account h3,
.block-account h4 {
  text-align:center;
  margin:0;
  border:#e1e1e1 1px solid;
  border-bottom:#e1e1e1 2px solid;
  padding:8px 0;
  font-size:1em;
  font-weight:700;
  text-transform:uppercase;
}

.customer-name {
  color:#0b5d00;
  line-height:55px;
}

.block-content.form-signup {
  border:#e1e1e1 1px solid;
  background:#fff;
  padding-top:20px;
}

.block-content.form-signup p {
  padding:0 20px;
}

.block-content.form-signup p i {
  color:#0b5d00;
  margin-right:5px;
}

.address-title {
  padding-left:10px;
  margin-bottom:15px;
  border-radius:0 !important;
  font-weight:300;
}

.address-title button {
  background:none;
  border:none;
  font-size:0;
  width:50px;
  height:55px;
}

.address-title button.btn-edit {
  background-image:url(/themes/pysvn/images/btn-edit.png?1523243675335);
  background-repeat:no-repeat;
  background-position:center;
}

.address-title button.btn-delete {
  background-image:url(/themes/pysvn/images/btn-delete.png?1523243675335);
  background-repeat:no-repeat;
  background-position:center;
}

.address-subtitle {
  margin-top:0;
  text-transform:uppercase;
}

.address-item-action {
  right:0;
  top:-7px;
}

.address-item-action .btn-row {
  padding-right:5px;
}

.address-group {
  background:#fff;
  padding-bottom:5px;
  margin-bottom:15px;
}

.address-group p {
  color:#595959;
}

.address-group p label {
  float:left;
  font-weight:300;
}

#order_payment,
#order_shipping {
  background:#fff;
  padding:10px 20px;
}

#order_payment .address.note i,
#order_shipping .address.note i {
  color:#0b5d00;
  margin-right:5px;
}

.totalorders {
  background:#fff;
  border-color:#e1e1e1;
}

.order-headding {
  margin:0;
}

.info-contact .widget-menu p {
  display:inline;
}

.info-contact .logo {
  font-size:1.42857em;
}

#order-table {
  background:#fff;
}

.aside-item.collection-category .nav-item {
  position:relative;
  clear:left;
  font-size:1.07143em;
}

.aside-item.collection-category .nav-item a {
  font-size:1.07143em;
}

.aside-item.collection-category .nav-item .fa {
  position:absolute;
  right:0;
  top:12px;
}

.aside-item.collection-category .nav-item .dropdown-menu {
  position:static;
  width:100%;
  border:0;
  padding-left:15px;
  box-shadow:none;
}

.aside-item.collection-category .nav-item.active>a {
  color:#0b5d00;
}

.aside-item.collection-category .nav-item.active>.dropdown-menu {
  display:block;
}

.aside-item.collection-category .nav>li>a {
  padding:5px 15px;
}

.aside-item .nav>li>a:focus,
.aside-item .nav>li>a:hover {
  background:none;
}

.ui-widget.ui-widget-content {
  height:2px;
  background:#ebebeb;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background:#363636 !important;
}

.ui-slider-horizontal .ui-slider-handle {
  height:14px !important;
  width:14px !important;
  border-radius:50% !important;
  top:-6px !important;
  border:none !important;
  background:#363636 !important;
}

.ui-widget.ui-widget-content {
  border:none !important;
  margin-bottom:25px;
  width:calc(100% - 14px);
  margin-left:7px;
}

#start {
  width:100px;
  float:left;
}

#start input {
  text-align:center;
  border-radius:3px;
  border:1px solid #e1e1e1;
  box-shadow:none;
}

#stop {
  width:100px;
  float:left;
  margin-left:30px;
  text-align:center;
  position:relative;
}

#stop input {
  text-align:center;
  border-radius:3px;
  border:1px solid #e1e1e1;
  box-shadow:none;
}

#stop:before {
  content:"-";
  position:absolute;
  left:-17px;
  font-size:17px;
}

a#filter-value {
  height:30px;
  line-height:30px;
  font-weight:400;
  width:100px;
  margin-top:15px;
}

div#isp_search_result_page_container .btn-search {
  display:none;
}

button.btn.btn-default.btn-search {
  display:none;
}

div#isp_search_result_page_container form {
  margin-bottom:0;
}

.page-template {
  width:100%;
  float:left;
  padding:30px 0;
}

.page-template .title-head {
  margin:0 0 10px;
}

.page-template .module-content {
  background:transparent;
}

.page-template .ggmap {
  width:100%;
  height:70vh;
  background:#f5f5f5;
  margin-bottom:30px;
}

.page-template label {
  margin:0 0 5px;
  font-weight:400;
}

.page-template .form-group {
  margin:0 0 10px;
}

.page-template .form-control {
  padding:10px 15px;
}

.sticky {
  position:fixed !important;
  top:0;
  left:0;
  width:100% !important;
  z-index:100;
}

.bizweb-product-reviews-form fieldset {
  border:none !important;
}

a, .text-link {
    color: #0b5d00;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #0b5d00;
    border-color: #0b5d00;
}


.img-responsive {
    max-width: 160px;
}