@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300&subset=latin,cyrillic);
/*========================================================
                      Blog Styles
=========================================================*/
.blog_article {
  margin-bottom: 40px;
}

.blog_article .btn {
  margin-top: 30px;
}

.blog_article + .blog_article {
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
}

.article-info .article-sub-title {
  text-align: left;
}

.article-info .btn {
  margin-top: 15px;
}

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

.simple_blog-article-view h1:after {
  margin-bottom: 15px;
}

.article-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  color: #97c704;
  text-transform: none;
}

.article-title h1 {
  margin-top: 24px;
}

.article-title > a {
  display: inline;
}

.article-title a:hover {
  color: #333;
}

.article-title + * {
  margin-top: 20px;
}

* + .article-description {
  margin-top: 30px;
}

.article-sub-title {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.article-sub-title span:before {
  font-size: 18px;
  font-family: "material-design";
  color: #97c704;
  line-height: inherit;
  margin-right: 5px;
  vertical-align: bottom;
}

.article-sub-title span + span {
  margin-left: 20px;
}

.article-sub-title + * {
  margin-top: 30px;
}

.article-description ul, .article-description ol {
  padding-left: 0;
  list-style-type: none;
  margin: 35px 0 45px;
}

.article-description ul li, .article-description ol li {
  position: relative;
  color: #97c704;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 50px;
}

.article-description ul li:before, .article-description ol li:before {
  position: absolute;
  left: 0;
  top: 0;
}

.article-description ul li + li, .article-description ol li + li {
  margin-top: 16px;
}

.article-description ul li:before {
  content: '\e18e';
  font-size: 28px;
  font-family: "material-design";
}

.article-description ol {
  counter-reset: list;
}

.article-description ol li {
  counter-increment: list;
}

.article-description ol li:before {
  content: counter(list, decimal-leading-zero) ".";
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.article-description + * {
  margin-top: 20px;
}

.related-article h4 {
  text-transform: uppercase;
  color: #97c704;
}

.related-article h4 a:hover {
  color: #333;
}

.related-article .article-sub-title {
  text-align: left;
}

.related-article .article-sub-title span + span {
  margin-left: 5px;
}

.related-article .row + .row {
  margin-top: 30px;
}

.related-article .image {
  margin-top: 5px;
}

.author-info .image {
  float: left;
  margin: 5px 30px 10px 0;
}

.article-comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.article-comment .author {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.article-comment .reply-message {
  float: right;
  text-transform: uppercase;
  color: #97c704;
}

.article-comment .reply-message a:hover {
  color: #333;
}

.article-comment .comment-date {
  clear: both;
  color: #333;
  text-transform: uppercase;
}

.article-comment .comment-date:before {
  content: '\e053';
  font-size: 15px;
  color: #97c704;
  font-family: "material-design";
  margin-right: 5px;
}

.article-comment .text {
  margin-top: 15px;
}

.article-comment .article-reply {
  margin: 30px 0 0 60px;
}

.reply-cancel {
  font-size: 16px;
  color: #97c704;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform: uppercase;
  margin-top: 10px;
}

.reply-cancel:hover {
  color: #333;
}

#review-title {
  clear: both;
}

aside .blog_articles .article-title {
  font-size: 16px;
}

aside .blog_articles .col-sm-4 + .col-sm-4 {
  margin-top: 30px;
}

aside .blog_articles * + .article-description {
  margin-top: 15px;
}

aside .blog-categories .box-heading {
  margin-bottom: 0;
}

aside .blog-categories ul > li {
  position: relative;
}

aside .blog-categories ul > li > i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  font-size: 20px;
}

aside .blog-categories ul > li > i:hover {
  color: #97c704;
}

aside .blog-categories ul > li > a {
  background: #fff;
  display: block;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 10px 10px 20px;
}

aside .blog-categories ul > li > a:hover {
  background: #f7f7f7;
}

aside .blog-categories ul > li + li {
  border-top: 1px solid #dfdfdf;
}

aside .blog-categories ul ul {
  display: none;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #dfdfdf;
}

aside .blog-categories ul ul a {
  padding-left: 40px;
}

aside #blog-search {
  margin: 15px 0 0;
  position: relative;
}

aside #blog-search input {
  padding-right: 35px;
}

aside #blog-search a {
  display: inline-block;
  position: absolute;
  right: 10px;
  font-size: 16px;
  line-height: 30px;
  top: 0;
  color: #333;
  font-family: "FontAwesome";
  background: none;
}

aside #blog-search a:before {
  content: '\f002';
}

aside #blog-search a:hover {
  color: #97c704;
}

.simple_blog-article-view .product_tabs .nav-tabs {
  width: 25%;
}

.simple_blog-article-view .product_tabs .tab-content {
  width: 75%;
}

/*========================================================
                   Blog Styles Responsive
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .article-sub-title span + span {
    margin-left: 5px;
  }
}

@media (max-width: 991px) {
  .article-image {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .reply-cancel {
    float: none;
    display: block;
  }
}

@media (max-width: 479px) {
  .article-sub-title span {
    display: block;
  }
  .article-sub-title span + span {
    margin: 10px 0 0;
  }
}

/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 42.63699%;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  border-top: 1px solid #efeeee;
  border-left: 1px solid #e9e8e8;
  border-right: 1px solid #bfbebe;
  border-bottom: 1px solid #a9a8a8;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 703.61446px) {
  .camera_container {
    padding-bottom: 300px;
  }
}

.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  z-index: 0;
}

.camera_wrap img {
  max-width: none !important;
}

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
}

.camera_src {
  display: none;
}

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cameraContent {
  display: none;
}

.camera_target {
  overflow: hidden;
  text-align: left;
  z-index: 0;
}

.camera_overlayer {
  overflow: hidden;
  z-index: 0;
}

.camera_target_content {
  overflow: hidden;
  z-index: 2;
}

.camera_loader {
  background: #fff url("data:image/gif;base64,R0lGODlhHgAeAIQAAGRmZLS2tNze3IyOjHx6fMzKzPz6/HRydMTCxOzq7KyurISGhNza3GxubLy+vOTm5JSWlNTS1GxqbLy6vOTi5JSSlISChMzOzPz+/HR2dMTGxOzu7LSytIyKjP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQIBAAAACwAAAAAHgAeAAAF/KAnjiO2JaT4bFjqplg0SJwbSMPVvmkyAMCAawKUdCg8EabQAEictVQAWNTsYI4nsFO4liIdKs0rKmglCEPSszxQEalHE3BArkcUt9POrhT5dyp6HWoeEUVwgSkFVAVsPwAWZIoYfgCEG1oRii8RWg8JHKKTnBiiHA+cqqusra6vsLGtCQETAaSUthMUCUWbrgJOAA8YkB24a5VAkh4XTxIarYdPiQZhAA2pqgl6FoUeFM8Z2oEJGU4SDCkIVAddyRF6ABMuploAFQyTGAKWTwqkMCC4N2+IMCcTkHkQYIFKFBJTlqkLZKBAmIcjiFgo8E2RgQeARFB40DFFCAAh+QQIBAAAACwAAAAAHgAeAIVkZmS0trTc3tyMjozMysx8enz8+vykpqR0cnTEwsTs6uzU1tSEhoRsbmy8vrzk5uSUlpTU0tSsrqxsamy8urzk4uSUkpTMzsyEgoT8/vysqqx0dnTExsTs7uzc2tyMioz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCQcDjMZIjCSKJzRDqJmcgg4QwAJp9L80l8DCYAiTMBKAM+D64wQ2iAARpnBHEtTzhbKPn98TyjH2YTAXlCBIIJBmogbA1mVF1uAAgVi0QVCGATlWsWdpyWQxWOZ4ogEY+hTodlBIwDZR+mqkWepR1vEbROHhoaDgYcZQizu08EGhQXxszNzs/Q0dLGHg4By9MZBWUUbBQSAs8CdRUZgQADhaoZFmAYRxdvrsyoZZAGDGANabsKdAAYZlXQtIFfKAXbrvghQmYYAXVQ5pih4CSDFTMWPEB8YKuMBIgZErwpU0AXEgl2JnRbVIGBGQAUkVAog2GhJQMEzsVBQgADDodioQw8oMDBiQGIQoIAACH5BAgEAAAALAAAAAAeAB4AhWRmZLS2tIyOjNze3KSipHx6fMzKzPz6/HRydMTCxJyanOzq7KyurISGhNza3GxubLy+vJSWlOTm5KyqrNTS1GxqbLy6vJSSlOTi5KSmpISChMzOzPz+/HR2dMTGxJyenOzu7LSytIyKjP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJFwSCyOApkEiGNsDjmUgXECAFQEG6aTKBEALMaEtVoRYbYjjuFRARCMEgWiSvZoixxxG/BxQkV0FSF3QwaBCYRGanNVCUUSbAAdZ2hDGIwVlGkXZJqVQpdVIgdCFHSOn0WGVQZpXgCjqXgECgFSIHsUspUeVQiku1sZVQrBaBMEFp7GeMzOz9BNCx4MIdFEwxXF12kFVWDcA2NnEgkZE4mpHJwAGkwbdK3Gpm2oHIAACMuVEh1VGsBGYNhTQIKsBd4qVHBQpJcvA+mIQGH0RVGIPQAuOIg4ggodBhHzYARQgIDBItkqWOAISgOdKhDCtGP4SQ0+N0YweAiY6oAHBAsKJgQLAgAh+QQIBAAAACwAAAAAHgAeAIVkZmS0trSMjozc3tx8enzMysykoqT08vR0cnTEwsScmpzs6uyEhoTc2tysrqz8+vxsbmy8vryUlpTk5uTU0tRsamy8uryUkpTk4uSEgoTMzsykpqT09vR0dnTExsScnpzs7uyMioy0srT8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCScEgsGgQbD2hUbBZHj6YBAKgABBqmszgReJoFarUawmyFowKk8mkeRAqEuOrRPiNWAMH+pITEFSJ8QgV5FQmDRQ8FclQJXBBUCGZnRBiNFZQkIxdUmZVNE40hUSQUno+gYAQKEVEjAlQZiaojfCB5FKq7HpK0u0UbVArAqrEAIsWgCgoJIMrQ0SQcBRvE0k0RVQzYUsPdRCMEVBbgQwNjmt2cskwPGhsZBdEaefObfwAQE8oLjRmlSGCwUqEDv10LxlVpUCSBGAQFfqGh0AhAuSci5lxoIFEhMlojEuShQsBAhANNhFWwIFFghjmOwGQYsGtRvm+KAtacYEFBBYgLxYIAACH5BAgEAAAALAAAAAAeAB4AhWRmZLS2tIyOjNze3Hx6fMzKzKSipPTy9HRydMTCxJyanOzq7ISGhNza3KyurPz6/GxubLy+vJSWlOTm5ISChNTS1GxqbLy6vJSSlOTi5Hx+fMzOzKSmpPT29HR2dMTGxJyenOzu7IyKjLSytPz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJJwSBySMAwB57MgFZ/QogJgAVBFG2eUuJg8C9ZqWJTZlkgFCOf5SIwUCGr4oy2SIlVCnV0RWa0Be0IFYhYhZmdpYQlFExBWCGWIQhkEYZJnGJeTRBkICAaYFYucRSEPRCQCVhSCpaZiFa9mH5Cos1EcVgq4W6sAI71QD34AjMJCDxsGIiIYCR3IQhtWGrfSQhFWIthEBlW83WeWABfiJQN/mNJHVa2pB72jVsclCw4aCF6vC3EAFNcyPAJAYN+kBR7CDCiS4A+CAq6KHEhoxZydAGIAYGgQUQgJSxYcRCSRICNBAxE2XBviwMKFjkIGUPhD88OTDAsnPShQ7I8OhG4PJlxQIIIAg5VbggAAIfkECAQAAAAsAAAAAB4AHgCFZGZktLa0jI6M3N7cfHp8zMrMpKKk9PL0dHJ0xMLEnJqc7OrshIaE1NbUrK6s/Pr8bG5svL68lJaU5ObkhIKE1NLUbGpsvLq8lJKU5OLkfH58zM7MpKak9Pb0dHZ0xMbEnJ6c7O7sjIqM3NrctLK0/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Ak3BIFHYwDJGAkwiVitDosCQCWC0Ai2jzlHqFhax1DBBNvqVCAvr4JEgKhDj76RZLCYDGHi1VqlgAF3xgYiNfQg8FgQBrRBMQVggZiEMTCBYEEXYlGFeUlZYVD0UVV46hXiUCVhSEqUUhgRWwXx+Sr7VDHFYKun0HrAAkv0QPGxgiVY3FQ6YAFAxYqMUbVhoCFAkdzUIRViIHpN1CBli+5EIlBFYX6UIDYqDkna25uqbTdxlnsAty0MaBYQCAQL9KC9hlOUQkj6QC94iMGOPuTgBGGEZENFGCwrBceBgVNBBhwwaBQz4M+pLBI5lTzdIsIyNiI6IHEy4oEEGAgAWIEJWCAAAh+QQIBAAAACwAAAAAHgAeAIVkZmS0trSMjozc3tx8enzMysykoqT09vR0cnTEwsScmpzs6uyEhoTc2tysrqxsbmy8vryUlpTk5uSEgoTU0tT8/vxsamy8uryUkpTk4uR8fnzMzsykpqT8+vx0dnTExsScnpzs7uyMioy0srT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCScEgkhTgCEUPASYQqxahU2CEAABYsVrSBTr+kxHU8togy4Eon2gkkEiMFgmz5eIsVSOQ+rVBEZQF8QgUWFgNgQxUFcwAYB0USD1cKiUQZEQ1rRBUYVxZolokUnwmiiRUCVxODp0UhWQAUrmAfVwittCQdCxyUukUdHxogqgAjwERiACKAAKbJQhurDFnQ0YUAGsYX0UIXVyIGCBeQ3gaUC+beFRpX3d5DA7Gh8Z2rubqkV9feC40TNinKYECCKxBYLDQIhhAAggL5imR4F6VCgFiOGkQUUkGBg1wVEmAEQMAAhA0bEggccmBjhglkygCAkGyRs5gIVtLqIOGCCgIRBAiIUGAQTBAAIfkECAQAAAAsAAAAAB4AHgCFZGZktLa0jI6M3N7cfHp8pKKkzMrM9PL0dHJ0xMLEnJqc7OrshIaErK6s3Nrc/Pr8bG5svL68lJaU5ObkhIKErKqs1NLUbGpsvLq8lJKU5OLkfH58pKakzM7M9Pb0dHZ0xMbEnJ6c7O7sjIqMtLK0/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Ak3BIPIA4ghFDwAGJSsSolDi5AKzXrKADnXqFJIB4LLaOJl+vp0BKJEgKBPkC6kZLi/SwZBllIRpTBggiensGFxl5UhMQAAp2hgeRexliEAeGhhZlCZp6JQJiFJSfUSJYFqZeCyIgYgilpg8kEBgcYgqrUhW5ogAku1EYYiN+AJ7CQx1XGwxWycomnAAEx8HSJsQAIxxWBdkmBVcKCQAVmdIlBGIYB4HhDmPw4SUSV6ThQh1Y0dkPcgBQeDClBMFPJUJccTDlQIEPBmQ1RIBhyoKAADI4kBhFg6wSEbCIIVAgQocOESocNKWBAZkxWBoIe2Dg2MsraGZOwKBgBAgBawowLPISBAAh+QQIBAAAACwAAAAAHgAeAIVkZmS0trTc3tyMjox8enzMysz08vSkoqR0cnTEwsTs6uycmpyEhoTU1tT8+vxsbmy8vrzk5uSUlpSEgoTU0tS0srRsamy8urzk4uSUkpR8fnzMzsz09vSkpqR0dnTExsTs7uycnpyMiozc2tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG88CScDgkgT6dgYgx6HwUJKJ0OqRYAFcsQDvYRKlgUmZLJl8tIgwYbJgsKolEZYEoWxrrPJFEEWErDmACX3pCDgV4YBEPF4WOJWJYAo96FGQJlGskA1sigZl7FEZZFKBEBgsACh9bCJ+mJH4AFx1bC6ZEB7acABW4Qxedspi/JRtbEwxXxL/HAASyvsUJnR1Xt8W6AAvUABPFDgRbFwoAIiDFAloYJAWvsGPehMWWy8VEAlcT7/cXFiNrMHihxCdMgisZRswTslDPiCxbCByAsGEDhAPnMglgUMYMmQwN8xyS1ZFMAVMOIlxYIIIAtAUX2K0JAgAh+QQIBAAAACwAAAAAHgAeAIVkZmS0trTc3tyMjox8enzMysz08vSkoqR0cnTEwsTs6uycmpyEhoTU1tT8+vxsbmy8vrzk5uSUlpSEgoTU0tS0srRsamy8urzk4uSUkpR8fnzMzsz09vSkpqR0dnTExsTs7uycnpyMiozc2tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCScDgkgT6dgYgx6CRAJKJ0KhRkLABsdmsRbaJUqgIBKJvPZVEkTBVYEItKIlFZkLEeDFsMJjooIhMge4RTJA57EWuFjCUkGQQGjYUUaYiTUiAjjgNlDH2YJRgEnyBYFhShQyAPZQofZQiXqiQEZRcdZQuqRAdlIZ0AFbxDF2kiZQnEQhtlEwxYyssFWATBw8sQaR1Yu8u+AAsJZR6gmLW3CqcKxCNbGCQiCA3EJBLOUSN69cgA0stDDBCYMAugkAgC9pAwB5BDhgwNGJKQNEmBhjIWCByAsGEDhA4EHmxqhIEBmjNaELBrRKKAyZNmJtA7h+HCAhEECIhYcAEeApsgACH5BAgEAAAALAAAAAAeAB4AhGRmZLS2tIyOjNze3Hx6fMzKzKSipPz6/MTCxISGhHRydOzq7Nza3LSytLy+vJyanISChNTS1KyqrGxqbLy6vOTm5Hx+fMzOzKSmpPz+/MTGxIyKjHR2dOzu7JyenP///wXp4CeOY9ZpmLAlAoZ0GSnPXxYJE5Dr/LRdMdrsAigaj8YJQjjLNHSKRwOBaDwURUmQScpQIodmhBLmms/otDADVNPY5QigsXXXKIBCTVB02EcFRRsmORMXfyIMRgsaRQp1bgcERRQYRQ+IIwaXfHOZIngAGxtFS5+BABAJOaaZFzkWnQ2fH6EbBjmYn5YADwhFHJBqGZMAFAs8EZkMOxUZpMaZv6lhr1qZTgCmBwhl2N204eIZBQzCGQMIwkxeRQQGDhcXDhjFdGlESDxFO61mBwVW6TMCQYM3NBkqUHiwgQCBDQ8oVDgoIwQAIfkECAQAAAAsAAAAAB4AHgCFZGZktLa03N7cjI6MfHp8zMrM9PL0pKKkdHJ0xMLE7OrsnJqchIaE1NbU/Pr8bG5svL685ObklJaUhIKE1NLUtLK0bGpsvLq85OLklJKUfH58zM7M9Pb0pKakdHZ0xMbE7O7snJ6cjIqM3Nrc/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7AknA4JIE+nYGIMeh8QCSidFoiUTIWQFbLtYhGVGpkACibz2VEJDyNELiIRSWRqCwQlgabamCICg5TJAp7YQ6BhYmKbAoYi4ocGiKIAoSPUiQZZQVVGR4Cl0QkZAAiRlkWlqElI2YRH2lRq1VvABcdZQuzQwe5pBW7QhdlIiJlCcElG2UTDFnIwcsABMYAwMEQxLgAusEHWQsJWgiyqyS1FwpbFLsGWxgkxl7loSMIE1HSE4izCnpVIjyASCYFgyOCyUjQW2RgYRUBGQYYuIThAYEDEDZsgHDgTRYCaxSBqGVmCxcAE0ApGsEADZoJCfgpGnRhgQgC1BZcwCBTSgEQACH5BAgEAAAALAAAAAAeAB4AhWRmZLS2tNze3IyOjHx6fMzKzPTy9KSipHRydMTCxOzq7JyanISGhNTW1Pz6/GxubLy+vOTm5JSWlISChNTS1LSytGxqbLy6vOTi5JSSlHx+fMzOzPT29KSmpHR2dMTGxOzu7JyenIyKjNza3Pz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb1wJJwOCSBPp2BiDHofBQkonRaIlEGFkBWC+AWqGDFgNstl0UO8HT0MCMWlUSispiA1FPSJSsqpPGAQyMJf4FVI4aJJQkWGIqAGFkMUY9gG2VfVpSVQiRYAGggFhkGnEMNZREfXROblSQEXRAdXQumQwe1YwAVt0IXXSIiWgm+JZcAEwxdxb7IBCJZvb4QwbQAtr4HWQsJWgiujyTDABcKZRS+IBkAGJ584Y8OfsddFh/GQw7DFg35Q5Gm/RPSoFAgKwIGkhDAzsKFeGo4iDgAYcMGCAdibemXiMQCM1vITEiYiIKZk8kIiYtwYYEIAtAWXHCnJggAIfkECAQAAAAsAAAAAB4AHgCFZGZktLa0jI6M3N7cfHp8pKKkzMrM9PL0dHJ0xMLEnJqc7OrshIaErK6s1NLU/Pr8bG5svL68lJaU5ObkhIKErKqsbGpsvLq8lJKU5OLkfH58pKakzM7M9Pb0dHZ0xMbEnJ6c7O7sjIqMtLK01NbU/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Ak3A4LIU+G4GIIdgkDsSoVFhyYCwAbHabmXpNEwFgTC5XvtKSAYLFIhSjRGJU6KCjCwRZZHjchQslXiEKFgl+fyYHHh9fJVCJJiUFWV2RaB16AAyCl18GYxYGno4YYyIPBxOkUiRaEx8WI3asVARjFxtjBbVDlAAgYgAjvUIXpyJZCcUmoAAUDGPLxRxjBAJYxMURWSK6AArMFWMKCWMenbUPFRYBC20OzCYZISXJACLpzBxtjfImD+4hgCQvAxYM+u50SEgkAYQFkap4AEEwSglLd0oMMDUGwapIDxpE4MAhwoZbWyxcYPglABktW54N8PSuTBkKh0iFiKBABAoBAiIUXMjAUkgQACH5BAgEAAAALAAAAAAeAB4AhWRmZLS2tIyOjNze3Hx6fMzKzKSipPT29HRydMTCxJyanOzq7ISGhNza3KyurGxubLy+vJSWlOTm5ISChNTS1Pz+/GxqbLy6vJSSlOTi5Hx+fMzOzKSmpPz6/HR2dMTGxJyenOzu7IyKjLSytP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJJwOKyEPhyBiCHgLIjQaJEisACsV4CnI+0KJYIsYEy+eKWVwgMLQChGicSICz1U0AmxiEL3VkABd1AdGGMWCX1nGVYJaAMKGWdQIFcWkZKYJBIIYwyCmWcFZAWgkhWFACKfpVINZAshiaxFBGMXHASIs1AGYwphAAG7RBdjIiJjjcNCG2MTDIzLzM7AI9IkeQATBlYK1x0XBArZHqvDBxILWRTXRcip5ssbVhYf7UId7w8S9ySLVxFKLQCRIR62MQ0yVaDAyUKEA1EqBMAgK+IAVGNGGKwAcVCCDRsg4DJ05YJBLx9IqpyQkFUHDWRiTtA1a4ECEQQIiFBwIUMExSFBAAAh+QQIBAAAACwAAAAAHgAeAIVkZmS0trSMjozc3tx8enzMysz08vSkoqR0cnTEwsTs6uyEhoScmpzU0tT8+vysrqxsbmy8vrzk5uSEgoRsamy8uryUlpTk4uR8fnzMzsz09vSkpqR0dnTExsTs7uyMioycnpzU1tT8/vy0srT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCScDgUeTobwWchMBCfUKKoIaAArNeJKModSqqAazic6HJFBQgWgGCMEgkNtNDZQkWR9afhMIsWFAF2RAVYFAl9ZiQXY2VPCRhsF4peHFYUk08iIZmUQhcIYQuDnl0FYwWliiJgH4mqXCFjErBdIgRhFRqktUMHYQwCAhmvvSQVYR8fYR3GQ6cAE4AAjs4NYQTLACPOQg4JyhtXDN1DDh4JYRy8zgpYDeVFyxQf7MYZqPFCItoInZ4eBrC7gIUALU8KcE1o9mgMvFUNQuW6E4ACAXtFBlgYs82eiAQVoDhokCHCAVxiKFTA2AUfRywTBvRitSbMBETGDHzAkI1BBoULxZ4EAQAh+QQIBAAAACwAAAAAHgAeAIVkZmS0trSMjozc3tx8enzMysykoqT08vR0cnTEwsScmpzs6uyEhoTc2tysrqz8+vxsbmy8vryUlpTk5uSEgoTU0tRsamy8uryUkpTk4uR8fnzMzsykpqT09vR0dnTExsScnpzs7uyMioy0srT8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCScDgkhT4cgUjwIDqfTlJFYAFUARio1rkQWAFga+K5mGxLpAIkDEAoRonO02H5kKCkyNUiKjS1JBpWI3dOBXsJf1sHCGFjRBNrbRlnRBkeVhaUQxMcBJqVThmNAAyFQw8hoU8FYQWroSQYYCKKsFoVV2a3WyQEYBe8ZwZgCqfCThe0GAobtsitABQMYI/IQh0JGBRUACPXTw/EAArgTwlWCMfmC2EV5kQk3SLr4BtgdcgH6w8iYBC7YC3woMFBwBIZqljwcPDMgl9WBjhBBwaBqjNSSAEIFmVEFXW9BswKM+KZEBIJLBgItyGCgV8KLVyoR2TAJiL3voSh0AAcE4grYCh8MAmLhAgCDBRcyEBTSBAAIfkECAQAAAAsAAAAAB4AHgCFZGZktLa0jI6M3N7cfHp8zMrMpKKk9PL0dHJ0xMLEnJqc7OrshIaE1NLUrK6s/Pr8bG5svL68lJaU5ObkbGpsvLq8lJKU5OLkhIKEzM7MpKak9Pb0dHZ0xMbEnJ6c7O7sjIqM1NbUtLK0/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5AknA4HH06GoGCyGw6Rw0LBTBdMh8jZ3MiAHi/iWYBNNEKRwXIdIpQiD5NDbWTbY4SVC+o8DBjvBQBdUQFXxQJfWYkBQhgTBNqAAgXikQXjRQUlGcWgJuVQ5BeDHUPCQoEYaBMhV4FTCODq5x6srNOIVMAC7eKIwReFb2KBl5Ww04VeshaB6cWBhoFB8xOXQAB1XHG2kwJUxy21QuADd1F1yDioLFMGWsdyA0Y0okPIF4QZbcLjQAYiUhcWMNhH6gFwKgM8PYFQYF1RRr4AyAMVoAvBCCOGNDpi4h1d6o02RDBQMI1FQI6ucBAFSFDXjAsBPVApRA5ujAg6qaAgQeCChcgkggCACH5BAgEAAAALAAAAAAeAB4AhWRmZLS2tIyOjNze3KSipHx6fMzKzPz6/HRydMTCxJyanOzq7KyurISGhNza3GxubLy+vJSWlOTm5KyqrNTS1GxqbLy6vJSSlOTi5KSmpISChMzOzPz+/HR2dMTGxJyenOzu7LSytIyKjP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJFwOOSAPBkGh8hsOjkUQQVQITQlm6WTKRFQAWBIMwEQSbZCjuExBSMUmGYGXPFomRxyW0Q5bDNtFSF3QwZgVAl+aAcGbQAJXGwAHXFoRBgdVBWVIxwXdJyWQxgIYA1aFIeQok2GYAZCAxYKCoSsaZ9limm3Tg6HC72iHAVgFsKiBGAKyJYSFgQTzdPUTQETHsHVTHMAzNtEegi21QuHFOBFUmXkrBwMGQmVG3Qe0xRt9iMHImAPZ8IWlAKgYReGKRU6AGS1oBgVB0zIuDHQrgiFgQCO4QlwCECGLRwG5KIyoV2eNt+ILMhQDGEFCxWFYNAgqIkHOmA0QGTFaEAPkwmHNCRKF0KBBQy7mgQBACH5BAgEAAAALAAAAAAeAB4AhWRmZLS2tNze3IyOjMzKzHx6fPz6/KSmpHRydMTCxOzq7NTW1ISGhGxubLy+vOTm5JSWlNTS1KyurGxqbLy6vOTi5JSSlMzOzISChPz+/KyqrHR2dMTGxOzu7Nza3IyKjP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJBwOMx0OASiMJNROpWZiGUC0DgJg0vzqXwMAGAAxUkBfx7cJaFBpSIuTk14wtlCHVQzwU6sfAB5AXxCBHkTCQZpIBmFYIddDWAIFYpEDwWOlEsWmZVKFQhgDFsRjgmeV2FJGV8AGIOoGZwAHwYZCRIaHqhPEXkKvJUZmGLBlREUGqfGzM3Oz9BcEQEOC9FECYAIsM4KYRHPDxoUe6xUH9zCs6MgF44czaVg8CAGfwANaMEKoRMYiUIqtNmgz5MCYhN2YQuDYI+iKKHAjIESIAwACwKeZBAwC4wEbrfyVHHiAVObCRTSBcRARYITBxYxKKxkgACDZUQqukJkzAAIQCIEKFRQGQQAOw==") no-repeat center;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}

.camerarelative {
  overflow: hidden;
  position: relative;
}

.imgFake {
  cursor: pointer;
}

.camera_command_wrap .hideNav {
  display: none;
}

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}

.showIt {
  display: none;
}

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}

.camera_caption {
  position: absolute;
  top: 100px;
  width: 50%;
  margin-left: 50%;
}

.camera_caption h2 {
  font-size: 70px;
  line-height: 70px;
  color: #000000;
  margin: 0;
  font-weight: 300;
  letter-spacing: -2.8px;
}

.camera_caption p {
  margin-top: 12px;
  padding-right: 80px;
}

.camera_caption .slide-price {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: #97c704;
  margin-top: 13px;
}

.camera_caption .slide-price + a {
  margin-top: 13px;
}

.camera_caption .slide-price .btn {
  font-size: 20px;
  line-height: 24px;
  padding: 18px 30px;
}

.camera_pag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.camera_pag .camera_pag_ul {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-bottom: 43px;
}

.camera_pag .camera_pag_ul li {
  display: inline-block;
  float: none;
}

.camera_pag .camera_pag_ul li span {
  position: relative;
}

.camera_pag .camera_pag_ul li span:before {
  content: "\e836";
  display: inline-block;
  position: relative;
  font-size: 24px;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.camera_pag .camera_pag_ul li span:hover:before {
  content: "\e019";
}

.camera_pag .camera_pag_ul li span > span {
  display: none;
}

.camera_pag .camera_pag_ul li + li {
  margin-left: 10px;
}

.camera_pag .camera_pag_ul li.cameracurrent span:before {
  content: "\e837";
}

.camera_pag .camera_pag_ul li.cameracurrent span:hover:before {
  content: "\e019";
}

.cameraContent .camera_caption {
  display: block;
}

.cameraSlide, .cameraContent, .camera_target, .camera_overlayer, .camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*================   Custom Layout&Styles   =====================*/
.camera_prev, .camera_next {
  cursor: pointer;
  position: absolute;
  bottom: 23px;
  z-index: 5;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.camera_prev:before, .camera_next:before {
  font-family: "FontAwesome";
  display: none;
}

.camera_prev:hover, .camera_next:hover {
  color: #97c704;
}

.camera_next {
  right: 21px;
}

.camera_next:before {
  content: '\f054';
}

.camera_prev {
  right: 42px;
}

.camera_prev:before {
  content: '\f053';
}

/*========================================================
                   Responsive Camera
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .camera_caption {
    top: 30px;
  }
  .camera_caption h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .camera_caption {
    top: 10px;
  }
  .camera_caption h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .camera_caption p {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .camera_caption {
    top: 10px;
  }
  .camera_caption h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .camera_caption p {
    padding-right: 20px;
  }
}

@media (max-width: 735px) {
  .camera_caption {
    top: 20%;
  }
  .camera_caption h2 + p {
    display: none;
  }
}

@media (max-width: 550px) {
  .camera_caption {
    top: 10%;
    padding-right: 10px;
  }
}

@media (max-width: 420px) {
  .camera_caption {
    top: 15%;
  }
  .camera_caption .slide-price {
    font-size: 20px;
  }
  .camera_caption .btn {
    padding: 8px 20px;
  }
}

/*========================================================
                      Menu styles
=========================================================*/
.sf-menu {
  display: inline-block;
}

.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu:after {
  clear: both;
}

.sf-menu > li {
  position: relative;
  float: left;
}

.sf-menu > li + li {
  margin-left: 20px;
}

.sf-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.sf-menu > li {
  position: relative;
  display: table-cell;
}

.megamenu {
  float: left;
  padding: 0;
  margin: 0;
}

.sf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.sf-menu:before {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/*================ Menu  ===============*/
.sf-menu > li {
  position: relative;
  float: left;
}

.sf-menu > li + li {
  margin-left: 30px;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 80%;
  margin-left: -6px;
  content: '\f107';
  font: 400 16px/16px "FontAwesome";
}

.sf-menu li {
  position: relative;
}

.sf-menu li.sf-with-mega {
  position: static;
}

.sf-menu li > a {
  display: block;
  font-size: 20px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: -.6px;
  color: #222;
  text-transform: capitalize;
}

.sf-menu li > a:hover {
  color: #97c704;
}

.sf-menu li.sfHover > a, .sf-menu li > a:hover, .sf-menu li > a.active {
  color: #97c704;
}

/*================ Sub-menu lvl1  ===============*/
.sf-menu .simple_menu {
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 109;
  left: 0;
  top: 100%;
  width: 200px;
  margin-top: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*================ Sub-menu lvl1 item  ===============*/
.sf-menu .simple_menu li {
  position: relative;
}

.sf-menu .simple_menu a {
  display: block;
  background: #fff;
  color: #333;
  padding: 13px 30px 13px 20px;
}

.sf-menu .simple_menu li.active > a, .sf-menu .simple_menu a:hover, .sf-menu .simple_menu li.sfHover > a {
  color: #97c704;
  background: #f7f7f7;
}

/*================ Sub-menu lvl2 ===============*/
.sf-menu .simple_menu .simple_menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}

.sf-menu .simple_menu .simple_menu:before {
  display: none;
}

.menu-gadget {
  display: none !important;
}

/*--------------------------------------------------------------
                         Megamenu Styles
--------------------------------------------------------------*/
.sf-menu .sf-mega {
  display: none;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 100%;
  width: 100%;
  list-style: none;
  margin-top: 18px;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.14);
}

.sf-menu .sf-mega .container, .sf-menu .sf-mega [class*="col-"], .sf-menu .sf-mega .row {
  width: 100%;
  padding: 0;
  margin: 0;
}

.sf-menu .sf-mega li .submenu_title {
  font-size: 15px;
  line-height: 42px;
  font-weight: 400;
}

.sf-menu .sf-mega li .submenu_title a {
  color: #777;
}

.sf-menu .sf-mega li .submenu_title a:hover {
  color: #97c704;
}

.sf-menu .sf-mega li ul li {
  border-top: 1px solid #dcdcdc;
}

.sf-menu .sf-mega a {
  display: inline-block;
  padding: 0;
  color: #777;
  font-size: 15px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 400;
}

.sf-menu .sf-mega a:hover {
  color: #97c704;
}

.sf-menu .sf-mega ul {
  padding: 0;
  list-style-type: none;
}

.sf-menu .sf-mega_row {
  margin: 0 -15px;
}

.sf-menu .sf-mega_row:before, .sf-menu .sf-mega_row:after {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu .sf-mega_row:after {
  clear: both;
}

.sf-menu .sf-mega_section {
  float: left;
  padding: 0 15px;
}

/*--------------------------------------------------------------
                      sf-with-ul styles
--------------------------------------------------------------*/
.sf-menu > li > .sf-with-ul {
  position: relative;
}

.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 80%;
  content: '\f107';
  font: 400 15px/15px "FontAwesome";
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}

.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1px;
  content: '\f107';
  font: 400 15px/15px "FontAwesome";
}

@media (max-width: 1199px) {
  .sf-menu li > a {
    font-size: 19px;
  }
  .sf-menu li + li {
    margin-left: 20px;
  }
}

@media (max-width: 992px) {
  .sf-menu li > a {
    font-size: 16px;
    line-height: 43px;
  }
  .sf-menu li + li {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .sf-mega_section {
    width: 100% !important;
  }
}

/*==================  Stuck menu  ======================*/
.stuck-menu {
  width: auto !important;
}

.ajax-overlay-open .scroll-fix {
  z-index: 996;
}

@media only screen and (min-width: 991px) {
  .scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    /*Custom styles*/
    background: #f5f5f5;
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .stuck-menu {
    position: static;
  }
  .stuck-menu + .stuck-menu {
    display: none;
  }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 45px 16px 25px;
}

.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
  background: #97c704;
  color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul {
  list-style-type: none;
  padding-left: 0;
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 52px;
  right: 96px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
}

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 4px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  top: 8px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
  .cart {
    right: 40px;
    height: 56px;
  }
  .cart > button {
    line-height: 55px;
  }
  .cart > button i {
    margin-right: 10px;
  }
  .cart > button > strong {
    display: none;
  }
  header .nav {
    right: 10px;
    z-index: 10001;
  }
  header .nav > .toggle {
    line-height: 56px;
  }
  .cart > button, .nav > .toggle {
    color: #000;
    font-size: 28px;
  }
  .cart > button:hover, .nav > .toggle:hover {
    color: #97c704;
  }
}

@media (max-width: 400px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
  .cart > button, header .nav > .toggle {
    font-size: 22px;
  }
}

/*========================================================
                      Main Styles
=========================================================*/
.container > .alert {
  position: fixed;
  width: 100%;
  z-index: 10001;
}

.breadcrumb {
  margin: 15px 0 30px;
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  background: #fff;
}

.breadcrumb + .alert {
  position: fixed;
  width: 100%;
  z-index: 10001;
}

.breadcrumb a {
  display: inline-block;
}

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}

.breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
  width: 27px;
  height: 25px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

select {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  color: #393939;
}

textarea {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  color: #393939;
  resize: none;
}

input[type="text"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="password"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="datetime"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="datetime-local"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="date"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="month"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="time"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="week"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="number"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="email"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="url"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="search"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="tel"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="color"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

.uneditable-input {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="checkbox"] {
  outline: 0;
}

input[type="checkbox"]:focus {
  outline: 0;
}

input[type="radio"] {
  outline: 0;
}

input[type="radio"]:focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  margin-top: 1px;
}

label {
  font-size: 13px;
  color: #393939;
  font-weight: bold;
  cursor: default;
  font-size: 12px;
  font-weight: normal;
}

input {
  font-size: 13px;
  color: #393939;
}

button {
  font-size: 13px;
  color: #393939;
  outline: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

button:focus {
  outline: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel {
  border-radius: 0;
}

.panel-heading {
  padding: 20px;
}

.addthis_button_tweet {
  width: 100px !important;
}

.fancybox-close {
  opacity: 0.8;
}

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-prev {
  left: -60px;
}

.fancybox-prev span {
  opacity: 0.8;
}

.fancybox-prev span:hover {
  opacity: 1;
}

.fancybox-next {
  right: -60px;
}

.fancybox-next span {
  opacity: 0.8;
}

.fancybox-next span:hover {
  opacity: 1;
}

.text-danger {
  color: red;
  font-weight: bold;
  font-size: 100%;
  font-size: 16px;
}

body {
  font: 300 14px/18px "Roboto Condensed", sans-serif;
  color: #777;
  background: #ebebeb;
}

body.common-home {
  font: 300 15px/22px "Roboto Condensed", sans-serif;
}

h1 {
  margin: 10px 0 20px;
  font-weight: 400;
  color: #000000;
  font-size: 33px;
}

h2 {
  margin: 10px 0 20px;
  font-weight: 400;
  color: #000000;
  font-size: 27px;
}

h3 {
  margin: 10px 0 20px;
  font-weight: 400;
  color: #000000;
  font-size: 21px;
}

h4 {
  margin: 10px 0 20px;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
}

h5 {
  margin: 10px 0 20px;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
}

h6 {
  margin: 10px 0 20px;
  font-weight: 400;
  color: #000000;
  font-size: 10.2px;
}

.fa {
  line-height: inherit;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  outline: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a:active {
  background: transparent;
  outline: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #97c704;
}

p a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

select.form-control {
  font-size: 12px;
  border-radius: 0;
}

textarea.form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="text"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="password"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="datetime"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="datetime-local"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="date"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="month"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="time"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="week"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="number"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="email"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="url"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="search"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="tel"].form-control {
  font-size: 12px;
  border-radius: 0;
}

input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0;
}

.input-group input {
  font-size: 12px;
}

.input-group select {
  font-size: 12px;
}

.input-group .dropdown-menu {
  font-size: 12px;
}

.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  height: 30px;
}

.input-group-addon {
  font-size: 12px;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu li > a:hover {
  color: #ffffff;
  background-color: #97c704;
  background-repeat: repeat-x;
}

.dropdown-menu > li > a {
  text-transform: uppercase;
  color: #777;
  padding: 3px 10px;
}

.alert {
  color: #FFF;
  font-weight: 400;
  padding: 10px 10px 13px;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 7px 14px 9px 14px;
  z-index: 10001;
}

.alert button.close {
  vertical-align: top;
  margin-top: -3px;
}

.alert i {
  font-size: 21px;
}

.alert a {
  color: #FFF;
  text-decoration: underline;
}

.alert a:hover {
  text-decoration: none;
}

.alert-success {
  background-color: #55C65E;
  border: 1px solid #48B151;
}

.alert-danger {
  background-color: #F3515C;
  border-color: #D4323D;
}

.alert-info {
  background-color: #FE9126;
  border-color: #E4752B;
}

.modal-header .close {
  color: #CCC;
}

.modal-header .close:hover {
  color: #97c704;
}

.close {
  color: #FFF;
  opacity: 1;
}

.close:hover {
  opacity: 1;
}

.close:focus {
  opacity: 1;
}

.pagination {
  border-radius: 0;
  margin: 0;
}

.pagination > li:last-child > a {
  border-radius: 0;
}

.pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li:first-child > a {
  border-radius: 0;
}

.pagination > li:first-child > span {
  border-radius: 0;
}

.pagination > li > a {
  color: #888;
}

.pagination > li > a:hover {
  background: #000000;
  border-color: #000000;
  color: #FFF;
}

.pagination > li > a:focus {
  background: #000000;
  border-color: #000000;
  color: #FFF;
}

.pagination > li > span {
  color: #888;
}

.pagination > li > span:hover {
  background: #000000;
  border-color: #000000;
  color: #FFF;
}

.pagination > li > span:focus {
  background: #000000;
  border-color: #000000;
  color: #FFF;
}

.pagination > .active > a {
  background-color: #97c704;
  border-color: #97c704;
  color: #FFF;
  z-index: 0;
}

.pagination > .active > a:hover {
  background-color: #97c704;
  border-color: #97c704;
  color: #FFF;
  z-index: 0;
}

.pagination > .active > a:focus {
  background-color: #97c704;
  border-color: #97c704;
  color: #FFF;
  z-index: 0;
}

.pagination > .active > span {
  background-color: #97c704;
  border-color: #97c704;
  color: #FFF;
  z-index: 0;
}

.pagination > .active > span:hover {
  background-color: #97c704;
  border-color: #97c704;
  color: #FFF;
  z-index: 0;
}

.pagination > .active > span:focus {
  background-color: #97c704;
  border-color: #97c704;
  color: #FFF;
  z-index: 0;
}

.nav {
  font-weight: 400;
}

.nav .open > a {
  background: none;
  text-decoration: none;
}

.nav .open > a:hover {
  background: none;
  text-decoration: none;
}

.nav .open > a:focus {
  background: none;
  text-decoration: none;
}

.nav > ul {
  padding: 0;
  margin: 0;
}

.nav > ul li {
  padding: 0;
}

.nav > ul > li + li {
  margin-left: 20px;
}

.nav a i {
  display: none;
}

.nav a:hover {
  color: #97c704;
}

.nav a .active {
  color: #97c704;
}

.nav i {
  font-size: 20px;
  margin-right: 20px;
}

.nav .count {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #FFF;
  background: #97c704;
  border-radius: 50%;
  margin-left: 3px;
}

.btn-default {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  text-shadow: none;
  border-radius: 0;
  background: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-default:hover {
  box-shadow: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-default:focus {
  box-shadow: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-default:active {
  box-shadow: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-default::-moz-focus-inner {
  border: none;
  padding: 0;
}

.btn-default.active {
  box-shadow: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.open .dropdown-toggle.btn-default {
  box-shadow: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.open .dropdown-toggle.btn-primary {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.open .dropdown-toggle.btn-danger {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.open .dropdown-toggle.btn-info {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.table-bordered {
  border-radius: 0;
  border-color: #D7D7D7;
}

.table-bordered thead:first-child tr:first-child > th:last-child {
  border-radius: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child {
  border-radius: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child {
  border-radius: 0;
}

.table-bordered tbody:first-child tr:first-child > td:last-child {
  border-radius: 0;
}

.table-bordered tbody:first-child tr:first-child > td:first-child {
  border-radius: 0;
}

.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-radius: 0;
}

.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-radius: 0;
}

.table-bordered tbody:last-child tr:last-child > td:first-child {
  border-radius: 0;
}

.table-bordered tbody:last-child tr:last-child > th:first-child {
  border-radius: 0;
}

.table-bordered tfoot:last-child tr:last-child > td:first-child {
  border-radius: 0;
}

.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0;
}

.table-bordered > thead > tr > th {
  border-color: #e9e9e9;
}

.table-bordered > thead > tr > td {
  border-color: #e9e9e9;
}

.table-bordered > tbody > tr > th {
  border-color: #e9e9e9;
}

.table-bordered > tbody > tr > td {
  border-color: #e9e9e9;
}

.table-bordered > tfoot > tr > th {
  border-color: #e9e9e9;
}

.table-bordered > tfoot > tr > td {
  border-color: #e9e9e9;
}

.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #323232 !important;
  font-size: 13px;
  background-color: #F9F9F9;
}

.table th {
  padding: 20px;
  border-color: #D7D7D7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table td {
  padding: 20px;
  border-color: #D7D7D7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table > tbody + tbody {
  border-top: none;
}

.table .rating {
  line-height: 20px;
}

.block-compare {
  position: relative;
  overflow: hidden;
}

.block-compare .table th {
  padding: 7px;
}

.block-compare .table td {
  padding: 7px;
}

.header {
  background: #fff;
  padding-top: 30px;
  margin-bottom: 30px;
}

.header .box-language {
  float: right;
  margin-left: 32px;
  position: relative;
  top: 4px;
}

.header .box-currency {
  float: right;
  margin-left: 11px;
  position: relative;
  top: 3px;
}

.header .logo {
  float: left;
  margin-top: 11px;
}

.header .box-right {
  float: right;
}

.header .box-right:before {
  display: table;
  content: "";
  line-height: 0;
}

.header .box-right:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.header .box-right_inner:before {
  display: table;
  content: "";
  line-height: 0;
}

.header .box-right_inner:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.header .box-right_inner2:before {
  display: table;
  content: "";
  line-height: 0;
}

.header .box-right_inner2:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.header .nav {
  float: right;
}

.header .dropdown-menu {
  background: #fff;
}

.header .dropdown-menu > li > button:hover {
  background: #97c704;
  color: #FFF;
}

.header .dropdown-menu > li > a:hover {
  background: #97c704;
  color: #FFF;
}

.header > .container .col-sm-12 {
  min-height: 0;
}

.top_panel {
  background: #fff;
}

.top_panel:before {
  display: table;
  content: "";
  line-height: 0;
}

.top_panel:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.box-right_inner2 {
  background: #222;
  margin-top: 23px;
  padding: 11px;
  float: right;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-right_inner2 .btn {
  float: right;
}

.menu-wrap {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  border-top: 1px solid #efeeee;
  border-left: 1px solid #e9e8e8;
  border-right: 1px solid #bfbebe;
  border-bottom: 1px solid #a9a8a8;
  border-right: none;
  border-left: none;
  padding: 15px 0 14px;
}

.currency-select {
  text-align: left;
}

.box-language .open .dropdown-toggle {
  color: #97c704;
}

.box-language .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box-language .dropdown-toggle:hover {
  color: #97c704;
}

.box-language .dropdown-toggle:after {
  display: inline-block;
  content: '\f107';
  margin-left: 5px;
  font-size: 11px;
  font-weight: 400;
  font-family: "FontAwesome";
}

.box-language .dropdown-menu a {
  padding: 5px 5px 5px 10px;
}

.box-currency .open .dropdown-toggle {
  color: #97c704;
}

.box-currency .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box-currency .dropdown-toggle:hover {
  color: #97c704;
}

.box-currency .dropdown-toggle:after {
  display: inline-block;
  content: '\f107';
  margin-left: 5px;
  font-size: 11px;
  font-weight: 400;
  font-family: "FontAwesome";
}

.box-currency .dropdown-menu a {
  padding: 5px 5px 5px 10px;
}

.box-currency .dropdown-menu button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 5px 5px 5px 10px;
}

.box-currency .dropdown-menu button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.toprow-1 {
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  display: none;
  background: #222;
  border-bottom: 1px solid #fff;
}

.swipe-control {
  border-right: 1px solid #fff;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  width: 64px;
  z-index: 100;
}

.swipe-control i {
  line-height: 50px;
  font-size: 30px;
  vertical-align: top;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.swipe-control:hover i {
  color: #97c704;
}

.swipe-control.active i {
  color: #97c704;
}

.swipe {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 237px;
  z-index: 101;
  bottom: 0;
  left: -237px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.swipe .swipe-menu {
  height: 100%;
  overflow-y: auto;
}

.swipe ul {
  padding: 0;
  margin: 0;
}

.swipe ul li {
  list-style-type: none;
}

.swipe ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  border-top: 1px solid #fff;
  line-height: 25px;
  background: #222;
}

.swipe ul li a i {
  font-size: 21px;
  color: #fff;
  margin-right: 9px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.swipe ul li a:before {
  font-size: 21px;
  color: #fff;
  margin-right: 9px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.swipe ul li a:hover {
  background-color: #97c704;
  color: #fff;
}

.swipe ul li a:hover i {
  color: #fff;
}

.swipe ul li a:hover:before {
  color: #fff;
}

.swipe .foot li a:before {
  content: "\f05a";
  font-family: "FontAwesome";
  display: inline-block;
}

.swipe .foot li + li a:before {
  content: "\f0d1";
}

.swipe .foot li + li + li a:before {
  content: "\f06a";
}

.swipe .foot li + li + li + li a:before {
  content: "\f085";
}

.swipe .foot.foot-1 li a:before {
  content: "\f0ac";
}

.swipe .foot.foot-1 li + li a:before {
  content: "\f079";
}

.swipe .foot.foot-1 li + li + li a:before {
  content: "\f0e8";
}

.swipe .foot.foot-2 li a:before {
  content: "\f02c";
}

.swipe .foot.foot-2 li + li a:before {
  content: "\f06b";
}

.swipe .foot.foot-2 li + li + li a:before {
  content: "\f0c0";
}

.swipe .foot.foot-2 li + li + li + li a:before {
  content: "\f0a3";
}

.swipe .foot.foot-3 li a:before {
  content: "\f0cb";
}

.swipe .foot.foot-3 li + li a:before {
  content: "\f003";
}

.ind .swipe {
  display: block;
  left: 0;
}

.ind #page {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 88;
}

.ind .shadow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 88;
}

aside .box {
  margin-top: 0 !important;
}

aside .box + .box {
  margin-top: 30px;
}

.search {
  position: relative;
}

.search input[type="text"] {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #777;
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  height: 49px;
  padding: 13.5px 35px 13.5px 20px;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
  border-left: 1px solid #BFBEBE;
  border-right: 1px solid #E9E8E8;
  border-bottom: 1px solid #EFEEEE;
  border-top: 1px solid #A9A8A8;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search input[type="text"]::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

.search input[type="text"]:-moz-placeholder {
  color: #777;
  opacity: 1;
}

.search input[type="text"]::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.search input[type="text"]:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.search button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 11px;
  right: 16px;
  color: #707070;
  font: 400 23px/23px "FontAwesome", sans-serif;
}

.search button:focus {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 11px;
  right: 16px;
  color: #707070;
  font: 400 23px/23px "FontAwesome", sans-serif;
}

.search button:focus::-moz-focus-inner {
  border: none;
  padding: 0;
}

.search button:focus:before {
  content: "\f002";
}

.search button:focus:hover {
  color: #97c704;
}

.search button:active {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 11px;
  right: 16px;
  color: #707070;
  font: 400 23px/23px "FontAwesome", sans-serif;
}

.search button:active::-moz-focus-inner {
  border: none;
  padding: 0;
}

.search button:active:before {
  content: "";
}

.search button:active:hover {
  color: #97c704;
}

.search button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.search button:before {
  content: "";
}

.search button:hover {
  color: #97c704;
}

#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px !important;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  list-style-type: none;
  z-index: 12;
  width: 100%;
  border-top: 0;
  font-size: 14px;
}

#livesearch_search_results li {
  padding: 0px;
  overflow: hidden;
}

#livesearch_search_results li img {
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

#livesearch_search_results li img.loading {
  background: #F5F5F5;
}

#livesearch_search_results li:hover {
  background-color: #97c704;
}

#livesearch_search_results li:hover a {
  color: #FFF;
}

#livesearch_search_results li.highlighted {
  background-color: #97c704;
}

#livesearch_search_results li.highlighted a {
  color: #FFF;
}

#livesearch_search_results a {
  display: block;
  padding: 5px;
  float: left;
  width: 100%;
  color: #000000;
  text-decoration: none;
}

#livesearch_search_results a:visited {
  display: block;
  padding: 5px;
  float: left;
  width: 100%;
  color: #000000;
  text-decoration: none;
}

.box-cart {
  position: relative;
  float: left;
  margin-right: 89px;
}

.box-cart .btn-danger {
  border: 0;
  padding: 0;
  background: none;
  color: #333;
  font-size: 13px;
}

.box-cart .btn-danger:after {
  display: none;
}

.box-cart .btn-danger:hover {
  color: #97c704;
}

.box-cart .btn {
  margin-left: 2px;
  margin-bottom: 7px;
}

.cart-total {
  display: none;
}

.cart-total2 {
  display: none;
}

.cart {
  position: relative;
}

.cart > button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 15px;
  color: #97c704;
  font-weight: 400;
}

.cart > button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.cart > button i {
  font-size: 33px;
  line-height: 26px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.cart > button strong {
  text-transform: capitalize;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.cart > button:hover strong {
  color: #97c704;
}

.cart ul > li:first-child tr {
  border-bottom: 1px solid #DDD;
}

.cart td {
  font-size: 13px;
}

.cart td .name a {
  font-size: 14px;
}

.cart td strong {
  font-size: 12px;
}

.cart .total td {
  border: 0;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.cart .price-cart {
  color: #97c704;
  font-weight: bold;
}

.cart .dropdown-menu {
  z-index: 1001;
  min-width: 260px;
}

.cart .dropdown-menu img {
  max-width: 50px;
}

.cart .dropdown-menu tr .text-center button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cart .dropdown-menu table {
  margin-bottom: 10px;
}

.cart .dropdown-menu li > div {
  padding: 0 10px;
}

.cart .dropdown-menu li p {
  margin: 20px 0;
}

.cart .dropdown-menu .name a:hover {
  color: #97c704;
  background: transparent;
}

.cart .table.total tr:nth-child(4) td {
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
}

.cart .table.total tr:nth-child(4) td strong {
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
}

.cart.open > button strong {
  color: #97c704;
}

.cart-q {
  max-width: 100px;
  float: none;
  display: inline-block;
  margin-right: 3px;
}

.shoping_cart td {
  vertical-align: middle !important;
}

#page {
  background: #fff;
  overflow: hidden;
}

aside .product-layout {
  padding-left: 0;
  padding-right: 0;
}

aside .box .product-layout {
  width: 100%;
  margin-top: 15px;
}

aside .box .product-layout:first-child {
  margin-top: 0;
}

aside .box .box-product > div {
  width: 100%;
}

.information-information h3 {
  text-transform: uppercase;
}

.box.account ul {
  padding: 0;
  list-style-type: none;
}

.box.account ul a {
  position: relative;
  border-bottom: 1px solid #DADADA;
  display: block;
  padding: 13px 15px;
}

.box.account ul a:before {
  content: '\f054';
  margin-right: 10px;
  font-weight: 400;
  font-size: 10px;
  font-family: "FontAwesome";
  color: #97c704;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box.account ul a:hover {
  color: #97c704;
}

.box.affilate ul {
  padding: 0;
  list-style-type: none;
}

.box.affilate ul a {
  position: relative;
  border-bottom: 1px solid #DADADA;
  display: block;
  padding: 13px 15px;
}

.box.affilate ul a:before {
  content: '\f054';
  margin-right: 10px;
  font-weight: 400;
  font-size: 10px;
  font-family: "FontAwesome";
  color: #97c704;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box.affilate ul a:hover {
  color: #97c704;
}

.map {
  margin: 15px 0;
  position: relative;
}

.map .map_model {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.site-map-page #content ul {
  margin: 0;
  list-style-type: none;
}

.site-map-page #content ul a {
  position: relative;
}

.site-map-page #content ul a:before {
  content: '\f105';
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #97c704;
}

.site-map-page #content ul li {
  padding: 5px 0;
  list-style-type: none;
  font-size: 17px;
}

.site-map-page #content ul li a {
  font-size: 13px;
}

.site-map-page #content ul li a i {
  font-size: 15px;
  margin-right: 5px;
  color: #97c704;
}

.site-map-page #content .breadcrumb li {
  padding: 0 20px;
}

.site-map-page #content .breadcrumb li a:before {
  display: none;
}

.manufacturer-content {
  padding: 20px;
}

.manufacturer-content div {
  margin: 0;
  list-style-type: none;
}

.manufacturer-content div a {
  position: relative;
}

.manufacturer-content div a:before {
  content: '\f105';
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #97c704;
}

.manufacturer-content a i {
  font-size: 15px;
  color: #97c704;
  margin-right: 5px;
}

#content ul.list-unstyled {
  margin: 0;
  list-style-type: none;
}

#content ul.list-unstyled a {
  position: relative;
}

#content ul.list-unstyled a:before {
  content: '\f105';
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #97c704;
}

#content ul.list-unstyled li {
  padding: 3px 0;
}

#content ul.list-unstyled li a i {
  font-size: 17px;
  margin-right: 5px;
  color: #97c704;
}

#content .product-info ul.list-unstyled a:before {
  display: none;
}

.buttons {
  margin: 1em 0;
}

.buttons:before {
  display: table;
  content: "";
  line-height: 0;
}

.buttons:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.input-group-btn .btn {
  padding: 7px 12px;
}

.input-group-btn .btn i {
  font-size: 15px;
  line-height: 18px;
}

.btn-danger {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  text-shadow: none;
  border-radius: 0;
  background: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-danger::-moz-focus-inner {
  border: none;
  padding: 0;
}

.btn-danger:hover {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-danger:focus {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-danger:active {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-primary {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  text-shadow: none;
  border-radius: 0;
  background: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-primary::-moz-focus-inner {
  border: none;
  padding: 0;
}

.btn-primary:hover {
  text-shadow: none;
  text-shadow: none;
  box-shadow: none;
  box-shadow: none;
  background: none;
  background: none;
}

.btn-primary:focus {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-primary:active {
  text-shadow: none;
  text-shadow: none;
  box-shadow: none;
  box-shadow: none;
  background: none;
  background: none;
}

.btn-info {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  text-shadow: none;
  border-radius: 0;
  background: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-info::-moz-focus-inner {
  border: none;
  padding: 0;
}

.btn-info:hover {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-info:focus {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-info:active {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-primary.active {
  text-shadow: none;
  text-shadow: none;
  box-shadow: none;
  box-shadow: none;
  background: none;
  background: none;
}

.btn-danger.active {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-info.active {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-primary.disabled {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-primary[disabled] {
  text-shadow: none;
  box-shadow: none;
  background: none;
}

.btn {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #97c704;
  background: -moz-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97c704), color-stop(100%, #86b103));
  background: -webkit-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -o-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -ms-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: linear-gradient(to bottom, #97c704 0%, #86b103 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='#86b103',GradientType=0 );
  position: relative;
  font-size: 14px;
  color: #FFF;
  text-shadow: none;
  border: none;
  padding: 12px 16px;
  z-index: 0;
  font-weight: 400;
  border-radius: 3px;
}

.btn:visited {
  background: #97c704;
  background: -moz-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97c704), color-stop(100%, #86b103));
  background: -webkit-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -o-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -ms-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: linear-gradient(to bottom, #97c704 0%, #86b103 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='#86b103',GradientType=0 );
  position: relative;
  font-size: 14px;
  color: #FFF;
  text-shadow: none;
  border: none;
  padding: 12px 16px;
  z-index: 0;
  font-weight: 400;
  border-radius: 3px;
}

.btn:visited:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #343434;
  background: -moz-linear-gradient(top, #343434 0%, #181818 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343434), color-stop(100%, #181818));
  background: -webkit-linear-gradient(top, #343434 0%, #181818 100%);
  background: -o-linear-gradient(top, #343434 0%, #181818 100%);
  background: -ms-linear-gradient(top, #343434 0%, #181818 100%);
  background: linear-gradient(to bottom, #343434 0%, #181818 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#181818',GradientType=0 );
  opacity: 0;
  border-radius: 3px;
  z-index: -1;
}

.btn:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #343434;
  background: -moz-linear-gradient(top, #343434 0%, #181818 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343434), color-stop(100%, #181818));
  background: -webkit-linear-gradient(top, #343434 0%, #181818 100%);
  background: -o-linear-gradient(top, #343434 0%, #181818 100%);
  background: -ms-linear-gradient(top, #343434 0%, #181818 100%);
  background: linear-gradient(to bottom, #343434 0%, #181818 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#181818',GradientType=0 );
  opacity: 0;
  border-radius: 3px;
  z-index: -1;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:hover {
  color: #FFF;
  outline: none;
}

.btn:hover:after {
  opacity: 1;
}

.btn:focus {
  color: #FFF;
  outline: none;
}

.btn:focus:after {
  opacity: 1;
}

.btn-home {
  font-size: 15px;
  padding: 9px 18px;
}

input.btn:hover {
  background: #343434;
  background: -moz-linear-gradient(top, #343434 0%, #181818 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343434), color-stop(100%, #181818));
  background: -webkit-linear-gradient(top, #343434 0%, #181818 100%);
  background: -o-linear-gradient(top, #343434 0%, #181818 100%);
  background: -ms-linear-gradient(top, #343434 0%, #181818 100%);
  background: linear-gradient(to bottom, #343434 0%, #181818 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#181818',GradientType=0 );
}

input.btn:focus {
  background: #343434;
  background: -moz-linear-gradient(top, #343434 0%, #181818 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343434), color-stop(100%, #181818));
  background: -webkit-linear-gradient(top, #343434 0%, #181818 100%);
  background: -o-linear-gradient(top, #343434 0%, #181818 100%);
  background: -ms-linear-gradient(top, #343434 0%, #181818 100%);
  background: linear-gradient(to bottom, #343434 0%, #181818 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#181818',GradientType=0 );
}

.product-thumb {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  background: #F6F6F6;
  padding: 40px 30px 24px;
  border-radius: 3px;
  z-index: 1;
}

.product-thumb .product-btn.product-btn-add {
  font-size: 23px;
  line-height: 24px;
  padding: 5px 17px 8px 16px;
  color: #FFF;
}

.product-thumb .quickview {
  display: inline-block;
  padding: 7px 10px 10px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #777;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  border: 1px solid #e3e2e2;
  margin-left: 7px;
}

.product-thumb .quickview:hover {
  color: #FFF;
  border-color: transparent;
}

.product-thumb .image {
  position: relative;
  padding-bottom: 50px;
}

.product-thumb .image > a {
  display: block;
}

.product-thumb .image > a img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-left: auto;
  margin-right: auto;
}

.product-thumb .image > a:hover img {
  opacity: .7;
}

.product-thumb h4 {
  color: #222;
  font-weight: 400;
}

.product-thumb h4 a:hover {
  color: #97c704;
}

.product-thumb .name {
  color: #222;
  font-weight: 400;
}

.product-thumb .name a:hover {
  color: #97c704;
}

.product-thumb .description {
  margin-top: 6px;
}

.product-thumb .cart-button {
  margin-top: 11px;
}

.product-thumb .cart-button + .cart-button2 {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .product-thumb .hover-buttons {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 30px;
    bottom: 26px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #F6F6F6;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}

.product-thumb .hover-buttons button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 15px;
  color: #97c704;
  font-weight: 400;
}

.product-thumb .hover-buttons button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.product-thumb .hover-buttons button i {
  color: #777;
  margin-right: 5px;
}

.product-thumb .hover-buttons button:hover {
  color: #000000;
}

.product-thumb .price {
  margin-top: 3px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .rating {
  margin-top: 9px;
}

@media (min-width: 1200px) {
  .featured .product-thumb:hover,
  .latest .product-thumb:hover,
  .specials .product-thumb:hover {
    margin-bottom: -52px;
    padding-bottom: 80px;
    z-index: 10;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  }
  .featured .product-thumb:hover .hover-buttons,
  .latest .product-thumb:hover .hover-buttons,
  .specials .product-thumb:hover .hover-buttons {
    opacity: 1;
    bottom: 26px;
  }
}

#compare-total {
  display: inline-block;
  font-size: 17px;
  color: #FFF;
  font-weight: 600;
  padding: 15px 20px;
  background: #42B856;
  margin-left: 10px;
}

#compare-total:hover {
  background: #97c704;
}

.banners > div .banner-box {
  position: relative;
}

.banners > div .banner-box > a {
  display: block;
}

.banners > div .s-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0 0 29px;
}

.banner-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner-1 h3 {
  font-size: 57px;
  line-height: 60px;
  letter-spacing: -2.28px;
  color: #000000;
  margin: 0;
  font-weight: 300;
}

.banner-1 h3 + p {
  margin-top: 6px;
}

.banner-1 p {
  padding-right: 150px;
}

.banner-1 a {
  margin-top: 8px;
}

.banner-1 .banner-box {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  border-top: 1px solid #efeeee;
  border-left: 1px solid #e9e8e8;
  border-right: 1px solid #bfbebe;
  border-bottom: 1px solid #a9a8a8;
}

.box_html.terms {
  margin-top: 15px;
  padding-bottom: 15px;
}

.box_html.terms .box-bg {
  padding: 15px 10px 30px 29px;
  border-radius: 3px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  border-top: 1px solid #efeeee;
  border-left: 1px solid #e9e8e8;
  border-right: 1px solid #bfbebe;
  border-bottom: 1px solid #a9a8a8;
}

.box_html.terms .box-bg h4 {
  font: 300 57px/60px "Roboto Condensed", sans-serif;
  color: #000;
  margin: 0;
  letter-spacing: -2.28px;
}

.box_html.terms .box-bg h4 + p {
  margin-top: 3px;
}

.box_html.terms .box-bg p {
  font: 300 34px/36px "Roboto Condensed", sans-serif;
}

.box_html.terms .box-bg .btn {
  margin-top: 2px;
}

.product-layout {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-grid .product-thumb .image {
  float: none;
}

.cart-button2 button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 15px;
  color: #97c704;
  font-weight: 400;
}

.cart-button2 button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.cart-button2 button i {
  color: #777;
  margin-right: 5px;
}

.cart-button2 button:hover {
  color: #000000;
}

.product-list .product-thumb .caption {
  overflow: hidden;
}

.product-list .product-thumb .image {
  float: left;
  margin-right: 30px;
  width: 30%;
}

.product-list .product-thumb .cart-button .btn {
  margin-top: 0;
  width: auto;
  display: inline-block;
}

.sale {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  font-weight: 400;
  left: 0;
  bottom: 0;
  background-color: #ff4247;
  color: #FFF;
  line-height: 24px;
  padding: 0 8px;
  z-index: 10;
  border-radius: 3px;
}

.new_pr {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  font-weight: 400;
  left: 0;
  bottom: 0;
  background-color: #ff4247;
  color: #FFF;
  line-height: 24px;
  padding: 0 8px;
  z-index: 10;
  border-radius: 3px;
}

.price {
  font: 400 22px/26px "Roboto Condensed", sans-serif;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #97c704;
}

.price s {
  font-size: 15px;
}

.price b {
  font-size: 18px;
  padding-bottom: 0;
}

.price-section {
  font-size: 31px;
  color: #97c704;
  line-height: normal;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.price-section .reward-block {
  font-size: 12px;
  color: #777777;
}

.price-section span.reward {
  display: block;
  margin-top: 10px;
  display: block;
}

.price-old {
  display: inline-block;
  text-decoration: line-through;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin-left: -10px;
  font-weight: 300;
  color: #777;
}

.price-tax {
  font-size: 12px;
}

.price-total {
  font-weight: bold;
}

.prod-stock {
  color: #6BA239;
}

/*required messages on the product page fix*/
.form-group.required {
  position: relative;
}

.has-error {
  position: static;
}

.text-danger {
  color: red;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  top: 29px;
  left: auto;
  right: 15px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .text-danger {
    top: -6px;
  }
}

/*end of required messages*/
.table.table-bordered .price {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: inherit;
  text-align: right;
}

.rating {
  line-height: 20px;
}

.rating .fa-stack {
  font-size: 11px;
  width: 0.9em;
}

.rating .fa-star {
  color: #97c704;
  font-size: 11px;
}

.rating .fa-star + .fa-star-o {
  color: #97c704;
}

.rating .fa-star-o {
  font-size: 11px;
}

.rating .none-star {
  color: #dadada;
  font-size: 11px;
}

.rating a {
  cursor: pointer;
}

.rating-section .rating .fa-stack {
  width: 1em;
  color: #97c704;
}

.fancybox-skin .fa-stack {
  color: #97c704;
}

.fancybox-skin .rating {
  margin: 10px 0;
}

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible;
}

.table-compare td.rating .fa-stack {
  width: 1em;
  height: 1em;
  font-size: 1em;
}

.table-compare td.rating .fa-stack-2x {
  width: 1em;
  height: 1em;
  font-size: 1em;
}

.box {
  margin-top: 15px;
}

.box .box-heading {
  margin: 0 0 15px;
  position: relative;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  border-top: 1px solid #efeeee;
  border-left: 1px solid #e9e8e8;
  border-right: 1px solid #bfbebe;
  border-bottom: 1px solid #a9a8a8;
  padding: 24px 5px 24px 30px;
  color: #222;
  text-transform: capitalize;
}

.box .box-heading h3 {
  margin: 0;
  font: 400 20px/30px "Roboto Condensed", sans-serif;
}

.box .name a:hover {
  color: #97c704;
}

.parallax > div {
  background-position: center 0;
  margin-left: 0 !important;
  background-repeat: no-repeat;
  width: auto !important;
}

.mobile .parallax > div {
  background-position: 50% 0 !important;
  background-size: cover;
}

.tablet .parallax > div {
  background-position: 50% 0 !important;
  background-size: cover;
}

.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center;
}

.lazy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}

.lazy.lazy-loaded {
  background: none;
}

.lazy.lazy-loaded img {
  opacity: 1;
}

.map_model {
  height: 350px;
}

.map_model img {
  max-width: none !important;
}

.map_locations {
  display: none;
}

footer {
  padding-top: 27px;
  margin-top: 15px;
  background: #f6f6f6;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

footer h5 {
  font-size: 20px;
  font-weight: 400;
  color: #222;
}

footer h5 + ul {
  margin-top: 23px;
}

footer ul li + li {
  margin-top: 10px;
}

footer .social-list {
  margin-top: -11px;
}

footer .social-list li {
  margin-top: 10px;
  margin-right: 9px;
}

.social-list {
  padding: 0;
  list-style-type: none;
}

.social-list li {
  display: inline-block;
}

.social-list a {
  display: inline-block;
  width: 78px;
  height: 78px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  color: #D1D1D1;
  font-size: 28px;
}

.social-list a:hover {
  color: #202020;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.6);
}

.ie9 .social-list a {
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.copyright {
  margin-top: 38px;
  background: #EBEBEB;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  padding: 21px 0 19px;
}

.copyright br {
  display: none;
}

.toTop {
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  border-radius: 3px;
  padding: 0;
  position: fixed;
  color: #FFF;
  right: 66px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  text-decoration: none;
  color: #fff;
}

.toTop:hover:after {
  opacity: 1;
}

.toTop:visited {
  color: #FFF;
  background: #97c704;
  background: -moz-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97c704), color-stop(100%, #86b103));
  background: -webkit-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -o-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -ms-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: linear-gradient(to bottom, #97c704 0%, #86b103 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='#86b103',GradientType=0 );
}

.toTop:visited:after {
  opacity: 0;
}

.toTop:focus {
  color: #FFF;
  background: #97c704;
  background: -moz-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97c704), color-stop(100%, #86b103));
  background: -webkit-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -o-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -ms-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: linear-gradient(to bottom, #97c704 0%, #86b103 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='#86b103',GradientType=0 );
}

.toTop:focus:after {
  opacity: 0;
}

.toTop:active {
  color: #FFF;
  background: #97c704;
  background: -moz-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97c704), color-stop(100%, #86b103));
  background: -webkit-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -o-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: -ms-linear-gradient(top, #97c704 0%, #86b103 100%);
  background: linear-gradient(to bottom, #97c704 0%, #86b103 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='#86b103',GradientType=0 );
}

.toTop:active:after {
  opacity: 0;
}

.alert-warning {
  background-color: #ec710d;
  border-color: #d45634;
}

#product .alert {
  position: relative;
}

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

#product h3 {
  color: #97c704;
}

td .name a {
  font-size: 13px;
}

td .price {
  font-size: 18px;
  padding-bottom: 0;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.btn-group > .btn {
  font-size: 12px;
}

.btn-group > .dropdown-menu {
  font-size: 12px;
}

.btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

#list-view.active {
  color: #97c704;
}

#grid-view.active {
  color: #97c704;
}

#list-view {
  background: none;
  box-shadow: none;
  color: #777;
}

#grid-view {
  background: none;
  box-shadow: none;
  color: #777;
}

.list-group a {
  border: 1px solid #e9e9e9;
  color: #888888;
  padding: 8px 12px;
}

.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #e9e9e9;
  text-shadow: 0 1px 0 #FFF;
}

.list-group a.active {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #e9e9e9;
  text-shadow: 0 1px 0 #FFF;
}

.list-group a.active:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #e9e9e9;
  text-shadow: 0 1px 0 #FFF;
}

.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails > img {
  width: 100%;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

.thumbnail a {
  display: block;
}

.thumbnail a:hover {
  opacity: .5;
}

.image-additional {
  max-width: 78px;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #e9e9e9;
}

.flexslider .slides img {
  width: inherit;
}

.flexslider.carousel .slides img {
  width: auto;
}

.slides {
  padding: 0;
  margin: 0;
  list-style: none;
}

.slides li {
  text-align: center;
}

.slides li img {
  text-align: center;
}

.flex-direction-nav a:before {
  line-height: 40px;
}

.quickview_description {
  margin-top: 15px;
  overflow: auto;
  max-height: 300px;
  border: 1px solid #e9e9e9;
  padding: 10px;
}

.quickview_description iframe {
  width: 40% !important;
  height: 200px !important;
  float: left;
  margin-right: 2em;
}

.product-desc iframe {
  width: 40% !important;
  height: 200px !important;
  float: left;
  margin-bottom: 10px;
  border: 0;
  margin-right: 2em;
}

.product-desc ul {
  list-style: inside;
}

.quickview-style .inf {
  font-size: 14px;
  margin-bottom: 10px;
}

.quickview-style .cart-button {
  margin-top: 10px;
}

.quickview-style .cart-button .btn {
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.product-section {
  margin-bottom: 3em;
}

.product-section a:hover {
  color: #000;
}

.product-content-columns {
  margin-bottom: 3em;
}

.product-share {
  clear: both;
  padding: 0;
  height: 32px;
  margin-top: 1em;
}

.product-share li {
  display: inline-block;
  text-align: center;
  margin-right: 3px;
}

.product-share li a {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #ccc;
  color: #fff;
}

.product-share li a:hover {
  background: #383838;
}

.product-share li i {
  line-height: 32px;
  font-size: 18px;
}

.product-buttons {
  clear: both;
  overflow: hidden;
  margin: 0 -5px 1em;
  padding: 0 0 5px;
}

.product-buttons li {
  float: left;
  width: 50%;
  padding: 0 5px;
  list-style: none;
}

.product-buttons li button {
  width: 100%;
}

ul.product-section.list-unstyled li a i {
  display: none;
}

.product-section_title {
  margin-bottom: 1em;
  text-align: center;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.product-section_title:hover {
  color: #97c704;
}

.review-form-title {
  text-align: center;
}

#reviews_form_title {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 10px 5px;
  display: inline-block;
  text-align: center;
}

#reviews_form_title:before {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #e9e9e9;
  content: '';
  margin-left: -10px;
}

.product-review-form {
  display: none;
}

.bootstrap-datetimepicker-widget {
  padding-bottom: 0;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: none !important;
}

.bootstrap-datetimepicker-widget ul {
  margin-bottom: 0;
}

.product_page #button-cart {
  width: 100%;
}

.product_page #default_gallery .image {
  float: left;
  width: 84%;
  background: none;
}

.product_page h1 {
  margin-bottom: 20px;
  color: #333;
  line-height: normal;
}

.product_page h1.product-title {
  margin-bottom: 0;
}

.bx-wrapper .bx-viewport {
  background-color: transparent;
}

.bx-wrapper .bx-controls-direction a {
  background: #fff;
  border: 1px solid #e9e9e9;
  color: #babcbf;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  width: 40px;
  font-size: 15px;
}

.bx-wrapper .bx-controls-direction a i {
  line-height: 40px;
  vertical-align: top;
}

.bx-wrapper .bx-controls-direction a:hover {
  color: #97c704;
}

.product-gallery:before {
  display: table;
  content: "";
  line-height: 0;
}

.product-gallery:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

#full_gallery {
  border: 1px solid #e9e9e9;
  display: none;
}

#default_gallery {
  margin-bottom: 30px;
}

#default_gallery .bx-controls-direction {
  height: 100%;
}

#default_gallery .bx-controls {
  height: 100%;
}

#default_gallery .image-thumb {
  padding: 0;
  float: left;
  padding-right: 1em;
  width: 16%;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  right: auto;
  margin: 0;
  left: auto;
  border: 0;
  top: 0;
  bottom: auto;
  right: auto;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev:hover {
  background: #97c704;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev i {
  line-height: 34px;
  color: #fff;
  display: block;
}

#default_gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  right: auto;
  margin: 0;
  left: auto;
  border: 0;
}

#default_gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #97c704;
}

#default_gallery .image-thumb .bx-wrapper .bx-next i {
  line-height: 34px;
  color: #fff;
  display: block;
}

#default_gallery .image-thumb img {
  border: 1px solid #e9e9e9;
}

#default_gallery .image-thumb img:hover {
  border-color: #97c704;
}

#default_gallery .image-thumb .active img {
  border-color: #97c704;
}

#default_gallery .bx-wrapper {
  margin: 0 !important;
}

#default_gallery img {
  background-color: #fff;
  width: 100%;
}

#default_gallery .image {
  background-color: #efeeee;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  margin-bottom: 1px;
}

#default_gallery .image img {
  vertical-align: top;
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative !important;
}

.zoomWindow {
  background-color: #fff;
  z-index: 40 !important;
}

#image-additional {
  margin: 0;
  padding: 0;
}

#image-additional li {
  float: none;
  list-style: none;
}

.product-reviews .review-item {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.review-score .fa-stack {
  width: 2em;
  height: 1.5em;
  color: #97c704;
}

.reward-block span {
  display: block;
}

.ps-carousel-item img {
  background-color: #EFEEEE;
}

.ps-zoom-pan-rotate img {
  background-color: #EFEEEE;
}

.zoomWrapper {
  vertical-align: top;
}

.general_info {
  margin-bottom: 20px;
}

.general_info .product-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.box-subcat {
  padding: 0;
  margin: 0;
}

.box-subcat li {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}

.box-subcat li .name a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.box-subcat li .name a:hover {
  color: #97c704;
}

.box-subcat li .image {
  margin-bottom: 10px;
  border: 2px solid #e9e9e9;
  padding: 9px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box-subcat li .image img {
  background-color: #fbfbfb;
}

.box-subcat li .image:hover {
  border-color: #97c704;
}

.box-subcat li.first-in-line {
  clear: left;
}

.img-thumbnail {
  border: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 0;
}

.product-filter {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  margin-bottom: 12px;
}

.product-filter label {
  font-size: 13px;
  font-weight: bold;
  padding-top: 7px;
}

.nav-cat {
  margin-bottom: 13px;
}

.nav-cat .nam-page {
  margin: 5px 0 5px 10px;
}

.button-view button {
  border: 0;
  background: none;
  font-size: 27px;
  padding: 0;
  margin: 0 5px;
}

.button-view button:active {
  color: #000;
}

.button-view button:focus {
  color: #000;
}

.button-view button:hover {
  color: #000;
}

.button-view button i {
  vertical-align: top;
  border: 0;
  background: none;
  font-size: 27px;
}

.related-slider {
  padding: 0 15px;
  margin: 0;
  list-style-type: none;
}

.related-products li .product-thumb {
  margin-bottom: 0;
}

.tabs {
  margin-top: 10px;
}

.tabs .tab-heading {
  padding: 13px 20px;
  line-height: 32px;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #e9e9e9;
  border-bottom: 4px solid #000;
  background-color: #f9f9f9;
}

.tabs .tab-heading i {
  font-size: 26px;
  color: #7e7e7e;
  float: right;
  margin-top: 5px;
}

.tabs .tab-content {
  padding: 20px 0;
}

#review td {
  font-size: 13px;
}

.compare-block {
  margin-bottom: 20px;
}

.compare-block .image {
  margin-right: 10px;
}

.compare-block .remove a {
  font-size: 19px;
  line-height: normal;
}

.compare-info {
  width: 100%;
}

.quick_info {
  display: none;
}

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px;
}

.extra-wrap {
  overflow: hidden;
}

.dropcap {
  background: none repeat scroll 0 0 #a8d7f3;
  border-radius: 0;
  color: #fff;
  font: 30px/36px "Roboto", serif;
  height: auto;
  margin: 0px 20px 30px 0;
  padding: 17px;
  width: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: block;
  float: left;
}

img.alignleft {
  float: left;
  margin: 0 20px 0px 0;
}

.sm_hr {
  height: 1px;
  background-color: #e0e0e0;
  margin: 50px 0;
}

.human_info figure {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #e9e9e9;
  padding: 12px;
  display: block;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0;
  float: left;
  margin-right: 20px;
}

.human_info figure a:hover {
  opacity: .5;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0;
}

.recent-posts {
  text-align: center;
}

/* ===================   About Page   =================== */
.extra-wrap {
  overflow: hidden;
}

.information-information #content h4, .information-information #content h5 {
  margin: 0 0 20px;
  line-height: normal;
  text-transform: none;
  color: #97c704;
}

.information-information #content h4 a:hover, .information-information #content h5 a:hover {
  color: #333;
}

.information-information #content h5 {
  text-transform: uppercase;
}

.information-information #content h3 {
  text-transform: none;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 0;
}

.information-information #content h3:after {
  content: '';
  height: 1px;
  display: block;
  background: #dfdfdf;
  margin: 20px 0 40px;
}

.information-information #content h3.clear {
  margin-bottom: 30px;
}

.information-information #content h3.clear:after {
  display: none;
}

.information-information #content h5 {
  color: #97c704;
}

.information-information #content h1, .information-information #content h2, .information-information #content h3, .information-information #content h4, .information-information #content h5 {
  font-weight: 500;
}

.information-information #content * + h3 {
  margin-top: 60px;
}

.information-information #content p + h4 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .information-information #content [class*="col-sm"] + [class*="col-sm"] {
    margin-top: 30px;
  }
}

/* ===================   Count box   =================== */
.count-box {
  margin-top: 40px;
}

.count-box strong {
  display: block;
  color: #97c704;
  font-weight: 500;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 15px;
}

/* ===================   Icon box   =================== */
.icon-box i {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 2px solid #97c704;
  font-size: 66px;
  color: #97c704;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===================   Testimonials   =================== */
.testimonials blockquote {
  border: none;
  padding: 30px;
  border: 1px solid #dfdfdf;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.testimonials blockquote:before {
  content: '\e09d';
  display: inline-block;
  color: #97c704;
  font-size: 84px;
  line-height: 100px;
  font-family: "material-design";
  margin-bottom: 20px;
}

/* ===================   Thumbnail   =================== */
.thumbnail {
  background: none;
  border: none;
  padding: 0;
  margin: 0 auto 25px;
  border-radius: 0;
  overflow: hidden;
}

.thumbnail img {
  -moz-transition: 0.3s transform ease;
  -o-transition: 0.3s transform ease;
  -webkit-transition: 0.3s transform ease;
  transition: 0.3s transform ease;
}

.thumbnail a {
  display: block;
  max-width: 100%;
}

.thumbnail a:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .thumbnail a {
    display: inline-block;
  }
}

.img-thumbnail {
  border: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 0;
}

.table-bordered .img-thumbnail {
  background-color: transparent;
}

.human_info .thumbnail {
  float: left;
  margin-right: 20px;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0;
}

@media (max-width: 500px) {
  img.alignleft, .human_info .thumbnail {
    float: none;
    margin: 0 auto 20px;
  }
}

/* ===================   Delivery Page   =================== */
.delivery_page {
  padding: 10px 0 30px;
  text-align: left;
}

.delivery_page h4 {
  color: #97c704;
}

.delivery_page .table {
  border-top: 2px solid #97c704;
  text-align: left;
}

.delivery_page .table tbody td:first-child {
  color: #97c704;
}

.delivery_page .table tbody td:last-child {
  color: #333;
  font-weight: 700;
}

.delivery_page .table tbody td {
  min-width: 150px;
}

/* ===================   Terms and Conditions Page   =================== */
.terms_conditions_page {
  padding: 30px 0;
}

.terms_conditions_page h4 {
  position: relative;
  padding-left: 60px;
}

.terms_conditions_page h4:before {
  content: '\e174';
  position: absolute;
  left: 0;
  bottom: -7px;
  color: #97c704;
  font-size: 40px;
  line-height: 40px;
  font-family: "material-design";
}

.terms_conditions_page p + h4 {
  margin-top: 40px;
}

/* ===================   Privacy Policy  =================== */
.privacy_page ol {
  list-style-type: none;
  counter-reset: list;
  padding-left: 0;
  margin-bottom: 30px;
}

.privacy_page ol li {
  counter-increment: list;
}

.privacy_page ol li h4:before {
  content: counter(list, decimal);
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #97c704;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
}

.privacy_page ol li + li {
  margin-top: 40px;
}

/* ===================   Site Map Page  =================== */
.site-map-page h5 {
  margin: 0 0 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #97c704;
}

.site-map-page ul + h5 {
  margin-top: 40px;
}

.site-map-page #content ul {
  list-style-type: none;
  padding-left: 0;
}

.site-map-page #content ul li {
  position: relative;
  line-height: 18px;
}

.site-map-page #content ul li + li {
  margin-top: 22px;
}

.site-map-page #content ul li a:hover {
  color: #97c704;
}

.site-map-page #content ul.category-list {
  position: relative;
}

.site-map-page #content ul.category-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 1px;
  background: #97c704;
}

.site-map-page #content ul.category-list .ul-with-ul:before, .site-map-page #content ul.category-list .ul-with-ul:after {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.site-map-page #content ul.category-list .ul-with-ul:before {
  top: 9px;
}

.site-map-page #content ul.category-list .ul-with-ul:after {
  top: 3px;
}

.site-map-page #content ul.category-list ul {
  position: relative;
  margin-top: 22px;
}

.site-map-page #content ul.category-list ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 1px;
  background: #dfdfdf;
}

.site-map-page #content ul.category-list li {
  position: relative;
  padding-left: 60px;
}

.site-map-page #content ul.category-list li:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: 1px;
  width: 35px;
  background: #dfdfdf;
}

.site-map-page #content ul.category-list > li:after {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 35px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.site-map-page #content ul.category-list > li:before, .site-map-page #content ul.category-list > li:after {
  background: #97c704;
}

@media (max-width: 767px) {
  .site-map-page .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .site-map-page .col-xs-6 {
    width: 100%;
    float: none;
  }
  .site-map-page .col-xs-6 + .col-xs-6 {
    margin-top: 30px;
  }
}

.manufacturer-list {
  border: 1px solid #e9e9e9;
  margin-bottom: -1px;
}

.manufacturer-heading {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 5px;
}

.manufacturer-heading span {
  background: none repeat scroll 0 0 #97c704;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}

.well {
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none;
}

.well .heading {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.well .heading i {
  color: #97c704;
  float: left;
  font-size: 56px;
  margin-right: 14px;
  line-height: 60px;
}

.well .heading h2 {
  font-size: 23px;
  font-weight: bold;
  color: #97c704;
  margin: 0 0 5px;
}

.well .heading strong {
  font-weight: normal;
  font-style: italic;
}

.well p {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.well a {
  display: inline-block;
  margin-top: 10px;
}

.datepicker .prev {
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.datepicker .prev:hover {
  color: #000;
}

.datepicker .next {
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.datepicker .next:hover {
  color: #000;
}

.datepicker th {
  text-align: center;
}

.datepicker .day {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.datepicker .day:hover {
  color: #000;
}

.datepicker .day.active {
  color: #000;
}

.radio {
  line-height: 18px;
}

input#input-voucher {
  display: inline-block;
  width: 45%;
  margin-right: 5px;
}

input#input-coupon {
  display: inline-block;
  width: 45%;
  margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  label {
    font-size: 10px;
  }
  input {
    font-size: 10px;
  }
  button {
    font-size: 10px;
  }
  select {
    font-size: 10px;
  }
  textarea {
    font-size: 10px;
  }
  .nav a span {
    display: none;
  }
  .nav a i {
    display: block;
  }
  .header .box-cart {
    margin-right: 15px;
  }
  #livesearch_search_results li img {
    display: none !important;
  }
  .nav__primary .menu li a {
    font-size: 14px;
  }
  .nav__primary .menu > li + li {
    margin-left: 10px;
  }
  .table-bordered > tbody > tr > .text-right {
    padding: 5px;
  }
  .account-wishlist table td .btn {
    padding: 6px;
  }
  .banners > div .s-desc p {
    display: none;
  }
  .banners > div .s-desc h3 {
    font-size: 37px;
  }
  .box_html.terms .box-bg h4 {
    font-size: 37px;
    line-height: 40px;
  }
  .box_html.terms .box-bg p {
    font-size: 20px;
    line-height: 30px;
  }
  .product-thumb {
    padding: 20px 10px;
  }
  .product-thumb .hover-buttons button {
    font-size: 14px;
  }
  .box.info .box-content ul a {
    padding: 13px 5px;
  }
  footer h5 {
    font-size: 15px;
  }
  footer ul {
    font-size: 12px;
  }
  footer .footer_box {
    margin-top: 15px;
  }
  .well .heading {
    text-align: center;
  }
  .well .heading h2 {
    font-size: 17px;
  }
  .well .heading i {
    float: none;
  }
  .fancybox-next span {
    right: 25px;
  }
  .fancybox-prev span {
    left: 25px;
  }
  .panel-body input + span {
    margin-top: 5px;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .toprow-1 {
    display: block;
  }
  .header .search {
    float: none;
  }
  .header .box-currency {
    margin-right: 0;
    padding: 0;
  }
  .header .menu-wrap {
    margin-top: 35px;
  }
  .header .box-right_inner2 {
    padding: 0;
    margin: 0;
  }
  .header .box-cart {
    float: none;
    margin: 0;
    z-index: 10001;
    right: 15px;
  }
  .header .nav {
    margin-top: 0;
  }
  .header .nav ul {
    display: none;
  }
  .header .box-right {
    margin-top: 10px;
  }
  .header .box-right:before {
    display: table;
    content: "";
    line-height: 0;
  }
  .header .box-right:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }
  .header .top_panel {
    padding: 0;
  }
  .header .nav__primary {
    margin-top: 15px;
    background: none;
  }
  .cart {
    position: fixed;
    top: 0;
    right: 10px;
    margin: 0;
    z-index: 91;
    border-left: none;
  }
  .cart > button {
    line-height: 57px;
  }
  .cart .dropdown-menu {
    max-height: 300px;
    overflow: auto;
  }
  .nav__primary .menu {
    display: none;
  }
  .menu-gadget {
    display: block;
  }
  aside {
    margin-top: 20px;
    display: block;
  }
  aside .container {
    padding: 0;
    width: 100%;
  }
  aside .box .box-heading {
    position: relative;
    padding-right: 15px;
    padding-bottom: 15px;
    cursor: pointer;
  }
  aside .box .box-heading:after {
    content: '\f055';
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 21px;
    float: right;
    font-family: "FontAwesome";
    color: #353535;
  }
  aside .box .box-heading.active:after {
    content: '\f056';
  }
  #content [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 20px;
  }
  .banner-1 .banner-box:before {
    display: table;
    content: "";
    line-height: 0;
  }
  .banner-1 .banner-box:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }
  .banner-1 .banner-box img {
    float: right;
  }
  .banner-1 .banner-box p {
    padding-right: 170px;
  }
  .box_html.terms .col-sm-4 + .col-sm-4 {
    margin-top: 20px;
  }
  .product-thumb {
    padding: 10px 5px 10px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .product-thumb .image {
    float: left;
    width: 30%;
    margin-right: 20px;
  }
  .product-thumb .caption {
    overflow: hidden;
  }
  .product-list .product-thumb .image {
    float: left;
    margin-right: 15px;
    width: 25%;
  }
  .product-grid .product-thumb .image {
    float: left;
    margin-right: 15px;
    width: 25%;
  }
  .product-layout {
    margin-bottom: 20px;
  }
  .product-layout:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .product-layout:hover .product-thumb {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .product-desc iframe {
    float: none;
    margin: 0 0 2em;
    max-width: 560px;
    width: 100% !important;
    float: none;
    width: 90% !important;
  }
  .parallax > div {
    background-position: center 0 !important;
    background-size: cover;
  }
  .map_model {
    height: 250px;
  }
  footer {
    padding-top: 0;
    margin-top: 20px;
    text-align: center;
  }
  footer > .container {
    display: none;
  }
  footer .copyright {
    margin-top: 0;
  }
  .box-right-bottom {
    display: none;
  }
  .bx-wrapper .bx-controls-direction .bx-prev i {
    display: none;
  }
  .bx-wrapper .bx-controls-direction .bx-prev:before {
    font-family: "FontAwesome";
    content: '\f104';
  }
  .bx-wrapper .bx-controls-direction .bx-next i {
    display: none;
  }
  .bx-wrapper .bx-controls-direction .bx-next:before {
    font-family: "FontAwesome";
    content: '\f105';
  }
  .table.table-bordered {
    margin-bottom: 10px;
  }
  .table-responsive {
    border: none;
  }
  .table-responsive .table-bordered {
    border: 1px solid #e9e9e9;
  }
  a.quickview {
    display: none !important;
  }
  #full_gallery {
    display: block;
  }
  #default_gallery {
    display: none;
  }
  .tabs .tab-heading:hover {
    cursor: pointer;
  }
  .tabs .tab-content {
    display: none;
  }
  .checkout_button {
    display: none;
  }
  .button-view {
    display: none;
  }
  .box-subcat li {
    overflow: hidden;
    clear: both;
    text-align: left;
  }
  .box-subcat li .image {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 25%;
  }
  .quickview_description iframe {
    float: none;
    width: 90% !important;
  }
  .delivery_page .table {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .header .logo {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .header .logo img {
    display: inline-block;
  }
  .header .box-right {
    text-align: center;
    float: none;
  }
  .header .box-right_inner {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
  .header .box-right_inner .box-currency {
    text-align: left;
  }
  .header .box-right_inner .box-language {
    text-align: left;
    margin-left: 0;
  }
  img.alignleft {
    float: none;
    margin: 0 auto 20px;
  }
  .human_info figure {
    float: none;
    margin: 0 auto 20px;
  }
  h1 {
    font-size: 26px;
  }
}

@media (max-width: 479px) {
  .search-form {
    width: 270px;
  }
  .map_model {
    height: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav__primary .menu > li > a {
    font-size: 15px;
  }
  .box_html.terms .box-bg h4 {
    font-size: 50px;
  }
  .box_html.terms .box-bg p {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .buttons .pull-left {
    float: none !important;
    margin-top: 10px;
  }
  .buttons .pull-right {
    float: none !important;
    margin-top: 10px;
  }
  .account-address .table td a {
    display: block;
  }
  .account-address .table td a + a {
    margin-top: 5px;
  }
  .box_html.terms .box-bg h4 {
    font-size: 47px;
    line-height: 50px;
  }
  .box_html.terms .box-bg p {
    font-size: 24px;
    line-height: 30px;
  }
  .product-thumb {
    padding-left: 15px;
  }
  .product-thumb .image {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
  }
  .product-thumb .caption {
    overflow: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .banners > div .s-desc {
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 5px 0 10px;
    bottom: 0;
  }
  .banners > div .s-desc p {
    padding-right: 0;
  }
  .fb-like-box {
    width: 210px !important;
  }
  .fb-like-box > span {
    width: 100% !important;
    height: 300px !important;
  }
  .fb-like-box > span > iframe {
    width: 100% !important;
    height: 300px !important;
  }
}

@media (max-width: 410px) {
  .banners > div .s-desc {
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 5px 0 10px;
    bottom: 0;
  }
  .banners > div .s-desc p {
    padding-right: 0;
  }
  #accordion .table td {
    font-size: 9px;
    word-wrap: break-word;
  }
  #accordion .table thead td {
    font-size: 9px;
    word-wrap: break-word;
  }
}

@media (max-width: 1199px) {
  .product-thumb .hover-buttons {
    opacity: 1;
    margin-top: 0;
  }
  .product-thumb .cart-button + .hover-buttons {
    margin-top: 10px;
  }
  .product-thumb:hover {
    margin-bottom: 0;
  }
  .button-view {
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  .product-thumb .button-group button {
    width: 33.33%;
  }
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
  .table th {
    padding: 8px;
  }
  .table td {
    padding: 8px;
  }
}

@media (max-width: 680px) {
  .product-list .product-thumb {
    text-align: center;
  }
  .product-list .product-thumb .image {
    float: none;
    width: 80%;
    margin: 0 auto 15px;
  }
  .product-grid .product-thumb {
    text-align: center;
  }
  .product-grid .product-thumb .image {
    float: none;
    width: 80%;
    margin: 0 auto 15px;
  }
  aside .product-thumb {
    text-align: center;
  }
  aside .product-thumb .image {
    float: none;
    width: 80%;
    margin: 0 auto 15px;
  }
}

@media (max-width: 450px) {
  .product-list .product-thumb .image {
    width: 100%;
  }
  .product-grid .product-thumb .image {
    width: 100%;
  }
  aside .product-thumb .image {
    width: 100%;
  }
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .table-compare {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .table-compare .table.table-bordered td + td {
    min-width: 270px;
  }
}

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  .box .box-content .last {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #full_gallery {
    display: block;
  }
  #default_gallery {
    display: none;
  }
  .box .box-content .box-product ul li:hover .quick-view-button {
    display: none !important;
    visibility: hidden;
  }
  .bx-wrapper .bx-controls-direction .bx-prev i {
    display: none;
  }
  .bx-wrapper .bx-controls-direction .bx-prev:before {
    font-family: "FontAwesome";
    content: '\f104';
  }
  .bx-wrapper .bx-controls-direction .bx-next i {
    display: none;
  }
  .bx-wrapper .bx-controls-direction .bx-next:before {
    font-family: "FontAwesome";
    content: '\f105';
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .box-subcat li .name a {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .breadcrumb {
    padding: 0;
  }
  .breadcrumb > li {
    padding: 0 5px;
  }
  .breadcrumb > li:last-child:after {
    display: none;
  }
  .breadcrumb > li:after {
    width: auto;
    position: static;
    border: 0;
    content: '>';
    margin-left: 5px;
    display: inline-block;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .breadcrumb > li a {
    line-height: 24px;
  }
  .quickview_description iframe {
    float: none;
    width: 90% !important;
    height: 240px !important;
  }
  .product-desc iframe {
    float: none;
    width: 90% !important;
    height: 240px !important;
  }
}

@media (max-width: 530px) {
  .panel-group .panel input#input-voucher {
    width: 100%;
  }
  .panel-group .panel input#input-coupon {
    width: 100%;
  }
  .panel-group .panel span {
    display: block;
    margin-top: 5px;
  }
}

@media (width: 360px) {
  .common-home .box.latest .box-content {
    padding: 0 25px;
  }
  .common-home .box.specials .box-content {
    padding: 0 25px;
  }
}

@media (max-width: 370px) {
  img.alignleft {
    float: none;
    margin: 0 0 20px;
  }
  .table.privacy_page td {
    padding: 8px;
  }
  .delivery_page .table td {
    padding: 6px;
  }
  .delivery_page .table th {
    padding: 6px;
  }
}
