@charset "UTF-8";
/*========================================================
                   Bootstrap Reset
=========================================================*/
button, .btn {
  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;
}
button::-moz-focus-inner, .btn::-moz-focus-inner {
  border: none;
  padding: 0;
}
button:focus, .btn:focus {
  outline: none;
}

label {
  font-size: 13px;
  color: #333;
}
@media (min-width: 768px) and (max-width: 991px) {
  label {
    font-size: 10px;
  }
}

label {
  font-weight: bold;
  cursor: default;
}

textarea {
  resize: none;
}

blockquote {
  font-size: inherit;
  line-height: inherit;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: auto;
}

.bootstrap-datetimepicker-widget {
  z-index: 998 !important;
}
.bootstrap-datetimepicker-widget td.day,
.bootstrap-datetimepicker-widget td.minute,
.bootstrap-datetimepicker-widget td.hour,
.bootstrap-datetimepicker-widget td.second,
.bootstrap-datetimepicker-widget thead tr:first-child th,
.bootstrap-datetimepicker-widget td span {
  border: 1px solid transparent;
  border-radius: 0;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
  background: transparent;
  color: #FF9C00;
  border-color: #ddd !important;
}
.bootstrap-datetimepicker-widget td.separator {
  font-size: 20px;
  line-height: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
  background: transparent;
  color: #333;
}
.bootstrap-datetimepicker-widget a[data-action] span {
  border: none;
}
.bootstrap-datetimepicker-widget a[data-action],
.bootstrap-datetimepicker-widget .timepicker td > span,
.bootstrap-datetimepicker-widget td.separator {
  color: #333;
}
.bootstrap-datetimepicker-widget a[data-action]:hover,
.bootstrap-datetimepicker-widget .timepicker td > span:hover {
  color: #FF9C00;
}
.bootstrap-datetimepicker-widget .timepicker {
  margin-top: 5px;
}
.bootstrap-datetimepicker-widget .timepicker .table-condensed {
  border-collapse: separate;
}
.bootstrap-datetimepicker-widget .timepicker td span {
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin: 5px 0;
}
.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour, .bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
}

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #FF9C00;
  color: #FFF;
  cursor: inherit;
}

.fancybox-overlay {
  z-index: 10001;
}

.fancybox-opened {
  z-index: 10003;
}

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 10004;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}
.container > .alert .alert,
.breadcrumb + .alert .alert {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.container > .alert .alert.fadeOut,
.breadcrumb + .alert .alert.fadeOut {
  top: -100%;
}

@-ms-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@-ms-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}
@-o-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}
@-webkit-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}
@-moz-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}
@keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}
.product_page-right .alert {
  margin-top: 20px;
}

.alert {
  position: relative;
  padding: 20px 40px 20px 75px;
  z-index: 30;
  color: #FFF;
  border-radius: 0;
  min-height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-weight: 700;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  -o-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  -webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
}
.alert i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 60px;
  font-size: 40px;
  -webkit-animation: alert-icon-anim 1s;
  -moz-animation: alert-icon-anim 1s;
  -ms-animation: alert-icon-anim 1s;
  -o-animation: alert-icon-anim 1s;
  animation: alert-icon-anim 1s;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.alert i:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 0;
}
.alert a:hover {
  text-decoration: underline;
}
.alert button.close {
  position: absolute;
  top: 50%;
  line-height: 1;
  right: 15px;
  color: #FFF;
  opacity: .7;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.alert button.close:hover, .alert button.close:focus {
  opacity: 1;
  color: #FFF;
}
.alert.fadeOut {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.alert.fadeOut .alert {
  top: 100%;
}
@media (max-width: 479px) {
  .alert {
    padding-right: 30px;
  }
  .alert button.close {
    right: 5px;
  }
}

.alert-success {
  background-color: #4caf50;
}
.alert-success i {
  background: #388E3C;
}
.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
  color: #C8E6C9;
}

.alert-danger {
  background-color: #F44336;
}
.alert-danger i {
  background: #D32F2F;
}
.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
  color: #FFCDD2;
}

.alert-info {
  background-color: #03A9F4;
}
.alert-info i {
  background: #0288D1;
}
.alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
  color: #B3E5FC;
}

.alert-warning {
  background-color: #FF5722;
}
.alert-warning i {
  background: #E64A19;
}
.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
  color: #FFCCBC;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}

.pagination {
  margin: 0;
}
.pagination:before, .pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination:after {
  clear: both;
}
.pagination > li {
  display: block;
  float: left;
}
.pagination > li > a, .pagination > li > span {
  display: inline-block;
  color: #777;
  background: #f6f6f6;
  border: none;
  float: none;
  margin-left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 3;
  color: #333;
  background: #eeeeee;
  border-color: #ddd;
}
.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > span, .pagination > li.active > span:hover, .pagination > li.active > span:focus {
  background: #FF9C00;
  color: #fff;
  border-color: #ddd;
  z-index: auto;
}
.pagination > li + li > a, .pagination > li + li > span {
  border-left: none;
}
.pagination > li + li:nth-child(5n+6) {
  clear: left;
}
.pagination > li + li:nth-child(5n+6) > a, .pagination > li + li:nth-child(5n+6) > span {
  border-left: 1px solid #ddd;
}
.pagination > li + li:nth-child(n+6) {
  margin-top: 2px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none;
}

.table thead td, .table th {
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  font-size: 13px;
  background-color: #f6f6f6;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom: none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 15px 10px 15px;
}

.table td {
  padding: 20px;
  border-color: #ddd;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-compare .table th, .block-compare .table td {
  padding: 7px;
}

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0;
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #ddd;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}

.table-bordered > tbody > tr > td {
  vertical-align: middle;
}

.table > tbody + tbody {
  border-top: none;
}

.panel-default > .panel-heading {
  padding: 20px;
  background: #f6f6f6;
  color: #333;
}

.addthis_sharing_toolbox a {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.addthis_sharing_toolbox a:hover {
  opacity: .6;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8;
}

.fancybox-lock {
  overflow: visible !important;
}

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: inherit;
}
.form-horizontal .radio:first-child, .form-horizontal .checkbox:first-child {
  padding-top: 0;
}
.form-horizontal .control-label, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 0;
}

.input-group .form-control {
  z-index: auto;
}

.atm-f {
  height: auto !important;
}

.text-danger {
  color: #F00;
}

.has-error * + .text-danger {
  margin-top: 5px;
}

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.tooltip {
  z-index: 9999;
}

.ps-document-overlay,
.ps-carousel,
.ps-uilayer,
.ps-toolbar,
.ps-caption {
  z-index: 100000000 !important;
}

.vcenter {
  vertical-align: middle !important;
}

.table-custom > tbody > tr > td,
.table-custom > tbody > tr > th,
.table-custom > tfoot > tr > td,
.table-custom > tfoot > tr > th,
.table-custom > thead > tr > td,
.table-custom > thead > tr > th {
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.table-hover > tbody > tr:hover {
  background-color: #eeeeee;
}

.modal {
  z-index: 10005;
}
.modal .terms_conditions_page {
  margin-top: 30px;
}
.modal-backdrop {
  z-index: 10000;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 13px/20px "PT Sans Narrow", sans-serif;
  color: #777;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans Narrow", sans-serif;
  margin: 10px 0 20px;
}

button {
  outline: none;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
  text-transform: uppercase;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a, a:visited {
  color: #777777;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #FF9C00;
}

a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #FF9C00;
}

img {
  max-width: 100%;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

/*========================================================
                      Content styles
=========================================================*/
/*Modules*/
/*========================================================
                      Blog Styles
=========================================================*/
.blog_article {
  margin-bottom: 40px;
}
.blog_article .btn {
  margin-top: 20px;
}
.blog_article + .blog_article {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.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: #FF9C00;
  text-transform: uppercase;
}
.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: #FF9C00;
  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: #FF9C00;
  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: #FF9C00;
}
.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 #ddd;
}
.article-comment .author {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}
.article-comment .reply-message {
  float: right;
  text-transform: uppercase;
  color: #FF9C00;
}
.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: #FF9C00;
  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: #FF9C00;
  -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: #FF9C00;
}
aside .blog-categories ul > li > a {
  background: #f6f6f6;
  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: #eeeeee;
}
aside .blog-categories ul > li + li {
  border-top: 1px solid #ddd;
}
aside .blog-categories ul ul {
  display: none;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #ddd;
}
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: 35px;
  top: 0;
  color: #333;
  font-family: "FontAwesome";
  background: none;
}
aside #blog-search a:before {
  content: '\f002';
}
aside #blog-search a:hover {
  color: #FF9C00;
}

.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;
  }
}
/*========================================================
                      HTML boxes
=========================================================*/
.box_html.map-caption {
  position: absolute;
  top: 67px;
  background: #FF9C00;
  padding: 13px 57px 13px 20px;
  color: #fff;
  transform: translateX(110%);
  z-index: 2;
}
.box_html.map-caption h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box_html.map-caption p {
  text-transform: uppercase;
  line-height: 27px;
  margin: 0;
}
.box_html.map-caption ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 20px;
  line-height: 29px;
}
.box_html.map-caption ul li {
  display: block;
  padding-left: 20px;
  font-weight: bold;
}
.box_html.map-caption ul li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 29px;
}

/*========================================================
               Responsive HTML boxes
=========================================================*/
/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.0.0
*/
.rd-parallax {
  margin: 0 0 30px;
}
.rd-parallax-inner {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  height: 400px;
  text-align: center;
  color: #fff;
}
.rd-parallax-inner h2, .rd-parallax-inner h3 {
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.rd-parallax-inner h2 {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
  line-height: 49px;
}
.rd-parallax-inner h2:before {
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FF9C00;
  top: -20px;
  display: inline-block;
  text-align: center;
  left: 45%;
  right: 0;
  content: "";
}
.rd-parallax-inner h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
.rd-parallax-inner .text {
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  font-weight: normal;
  text-transform: none;
}
.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-backface-visibility: hidden;
}
.rd-parallax-layer[data-type="media"] iframe {
  width: 100%;
  height: 100%;
}
.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  /*background-position: center center;*/
}
.rd-parallax-layer layer-0[data-type="html"] {
  position: relative;
  padding: 2% 0;
  color: #fff;
}

/*Menu*/
/*========================================================
                      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;
}

.megamenu {
  padding: 43px 0 0 175px;
  text-align: right;
  position: relative;
}

.sf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*================ Menu  ===============*/
.sf-menu > li + li {
  margin-left: 35px;
}
.sf-menu li {
  position: relative;
  float: left;
  z-index: 10;
  position: relative;
}
.sf-menu li.sfHover > a, .sf-menu li > a:hover, .sf-menu li > a.active {
  color: #FF9C00;
}
.sf-menu li.sf-with-mega {
  position: static;
}
.sf-menu li > a {
  display: inline-block;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*================ Sub-menu lvl1  ===============*/
.sf-menu .simple_menu {
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 109;
  left: 0;
  top: 100%;
  width: 280px;
  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: #f6f6f6;
  color: #333;
  padding: 13px 60px 13px 40px;
}
.sf-menu .simple_menu li.active > a, .sf-menu .simple_menu a:hover, .sf-menu .simple_menu li.sfHover > a {
  color: #fff;
  background: #FF9C00;
}

/*================ 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;
  background: #fff;
  left: 0px;
  top: 108px;
  width: 100%;
  margin: 4px 0 0 0;
  list-style: none;
  padding: 22px 20px;
  border-top: 3px solid #FF9C00;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.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 {
  padding: 0;
  width: 100%;
}
.sf-menu .sf-mega li {
  width: 100%;
}
.sf-menu .sf-mega li .submenu_title a {
  font-weight: bold;
}
.sf-menu .sf-mega li + li {
  margin-top: 1px;
}
.sf-menu .sf-mega li a {
  text-decoration: none;
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  padding: 5px 10px;
  font-weight: normal;
  text-align: left;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sf-menu .sf-mega li.active > a, .sf-menu .sf-mega a:hover, .sf-menu .sf-mega li.sfHover > a {
  color: #fff;
  background: #FF9C00;
}
.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;
  display: inline-block;
  right: -15px;
  top: 6px;
  content: '\f107';
  color: #FF9C00;
  font: 400 16px/16px 'FontAwesome';
}
.sf-menu > li > .sf-with-ul:after {
  display: none;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  content: '\f054';
  font: 400 14px/14px 'FontAwesome';
}

@media (max-width: 1199px) {
  .sf-menu li > a {
    font-size: 15px;
  }

  .sf-menu > li + li {
    margin-left: 25px;
  }
}
@media (max-width: 992px) {
  .megamenu {
    padding-top: 30px;
  }

  .sf-menu li > a {
    font-size: 15px;
  }

  .sf-menu > li {
    margin-right: 25px;
  }

  .sf-menu > li + li {
    margin-left: 0;
  }
}
@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;
    background: #f5f5f5;
    padding: 10px 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: #fff;
  background: #000;
  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: #FF9C00;
  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: #000;
  color: #fff;
}
.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: #FF9C00;
  color: #fff;
  -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: #fff;
  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: #fff;
  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;
    z-index: 10001;
  }
  .cart > button {
    line-height: 56px;
  }

  header .nav {
    right: 10px;
    z-index: 10001;
  }
  header .nav > .toggle {
    line-height: 56px;
  }

  .cart > button, .nav > .toggle {
    color: #fff;
    font-size: 28px;
  }
  .cart > button:hover, .nav > .toggle:hover {
    color: #FF9C00;
  }
}
@media (max-width: 400px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }

  .cart > button, header .nav > .toggle {
    font-size: 22px;
  }
}
div.required .control-label:before {
  /*	content: '* ';*/
  color: #F00;
  font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a {
  transition: all 0.3s ease 0s;
}

.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #FF9C00;
}

/* top */
#top {
  background: #f6f6f6;
}

#top #currency .currency-select {
  text-align: left;
}

#top-links {
  padding-top: 9px;
}

#top-links a {
  font-size: 12px;
  text-transform: uppercase;
}

#top .btn-link, #top-links li {
  text-decoration: none;
}

#top-links li a:hover i,
#top-links li a.active i,
#top-links li a.active {
  color: #fd6d41;
}

#top-links li a i {
  color: #333333;
  font-size: 13px;
  margin-right: 2px;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
}

#top-links ul {
  margin: 0;
}

#top-links a + a {
  margin-left: 15px;
}


@media (min-width: 1199px){
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
  display: none !important; } }

header {
  background: #191919;
}

.content_bottom {
  position: relative;
}

.footer-container {
  position: relative;
}

/* logo */
#logo {
  margin: 0;
  float: left;
}
#logo > a {
  display: block;
  position: relative;
  z-index: 1;
}

.box-search {
  float: right;
  padding: 5px 143px 0 0;
}

/* phone  */
.phone {
  float: right;
  font-size: 27px;
  font-weight: bold;
  color: #000000;
  margin: 20px 17px 25px;
}

.phone i {
  font-size: 28px;
  color: #fd6d41;
}

/* soc-icon */
ul.soc-icon {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.soc-icon li {
  float: left;
  margin-left: 4px;
  line-height: 20px;
}

ul.soc-icon li a:hover i {
  color: #333;
}

ul.soc-icon li i {
  color: #dadada;
  font-size: 20px;
  vertical-align: top;
}

/* search */
#search {
  position: relative;
  z-index: 46;
  margin: 0 11px 5px 0;
  clear: right;
}

#search button:active,
#search button:hover {
  background: #333;
}

#search button {
  float: right;
  border: none;
  padding: 4px 8px 6px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  background: #FF9C00;
}

#search button i {
  display: none;
  vertical-align: top;
  line-height: 20px;
  float: right;
  margin-left: 5px;
  font-size: 15px;
  color: #fd6d41;
}

#search input {
  float: left;
  border: none;
  line-height: 20px;
  height: 30px;
  padding: 5px 11px;
  width: 119px;
  background: #dddddd;
}

.box-right-bottom {
  float: right;
  padding: 10px 5px;
}

.box-right-bottom a {
  display: block;
  float: left;
  background-color: #333333;
  border: 1px solid #000;
  color: #fff;
  font-size: 13px;
  min-width: 120px;
  padding: 10px;
  text-align: center;
  margin: 0 5px;
}

.box-right-bottom a:hover {
  background-color: #fd6d41;
  border-color: #d45634;
}

.box-right-bottom a > i {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  line-height: 20px;
}

/* cart */
.box-cart {
  position: relative;
  float: right;
}

.box-cart .btn-danger i {
  font-size: 13px;
}

.box-cart .btn-danger {
  border: 0;
  padding: 0;
  background: none;
  color: #333;
}

.box-cart .btn-danger:active,
.box-cart .btn-danger:focus,
.box-cart .btn-danger:hover {
  background: none;
  color: #fd6d41;
}

#cart {
  position: relative;
}

#cart ul li .btn.btn-primary {
  margin-bottom: 10px;
}

#cart > button i {
  font-size: 22px;
  margin-right: 10px;
  line-height: 38px;
  vertical-align: top;
  display: block;
  float: left;
}

#cart > button {
  border: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 23px 0 13px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: #FF9C00;
}

#cart > button:hover {
  background: #333;
}

#cart > button span {
  padding-left: 5px;
}

#cart tr:first-child td {
  border-top: 0;
}

#cart td {
  font-size: 13px;
}

#cart td .name a {
  font-size: 14px;
}

#cart .total td strong {
  font-size: 14px;
  color: #333;
}

#cart .total td {
  border: 0;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #FF9C00;
}

#cart .price-cart {
  color: #FF9C00;
  font-weight: bold;
}

#cart > button > span {
  color: #fff;
}

#cart #cart-total {
  display: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
}

#cart .dropdown-menu img {
  max-width: 50px;
}

#cart .dropdown-menu {
  min-width: 260px;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  padding: 0 10px;
}

#cart .dropdown-menu li p {
  margin: 10px 0;
}

#cart .table.total tr:nth-child(4) td strong,
#cart .table.total tr:nth-child(4) td {
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
  color: #333;
}

.cart-q {
  max-width: 100px;
  float: none;
  display: inline-block;
  margin-right: 3px;
}

.shoping_cart td {
  vertical-align: middle !important;
}

input#input-voucher,
input#input-coupon {
  display: inline-block;
  width: 45%;
  margin-right: 5px;
}

/* menu */
#menu-gadget {
  display: none;
}

#menu {
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  z-index: 25;
  top: 0;
  width: 100%;
  min-height: inherit;
  margin-bottom: 0;
  border-radius: 0;
}

#menu .nav > li > a:hover {
  color: #fd6d41;
  background: none;
}

#menu .nav > li {
  padding: 0 15px;
}

#menu .nav > li > a {
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
  color: #777777;
  padding: 17px 0;
  margin: -1px 0;
  background-color: transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
  color: #000000;
  border-color: #000000;
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}

#content h1 {
  margin: 0 0 25px 0;
  color: #FF9C00;
}

/* footer */
.common-home footer {
  border-top: 0;
  margin-top: 0;
}

footer {
  background: #191919;
  margin-top: 30px;
  padding-top: 35px;
}

footer .list-unstyled li {
  margin-bottom: 7px;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer .col-sm-3 li:first-child {
  border-top: 0;
}

footer .col-sm-3 li {
  padding: 13px 0;
  border-top: 1px solid #dadada;
}

footer .col-sm-6 li {
  font-size: 15px;
  padding: 10px 0;
}

footer .col-sm-6 li.foot_phone {
  font-size: 18px;
  font-weight: bold;
  color: #fd6d41;
}

footer .col-sm-6 li i {
  font-size: 19px;
  color: #898989;
  margin-right: 10px;
  min-width: 20px;
  text-align: center;
}

footer li a i.fa {
  font-size: 10px;
  margin-right: 15px;
  color: #fd6d41;
}

footer li a:hover i {
  color: #333333;
}

footer .list-unstyled a {
  font-size: 12px;
  text-transform: uppercase;
  color: #FF9C00;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

footer .list-unstyled a:hover {
  color: #fff;
}

footer h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px;
}

.footer_box {
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}

.socials {
  margin-top: 10px;
}

.socials a i:hover {
  color: #fd6d41;
}

.socials a i {
  font-size: 25px;
  margin-right: 10px;
  color: #dddddd;
}

.facebook-inset {
  background: #000000;
}

.facebook .box-heading h3 {
  display: none;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
  width: 100% !important;
}

.copyright br {
  display: none;
}

.copyright a {
  font-size: 10px;
}

.copyright {
  padding: 0 0 30px;
  font-size: 12px;
  color: #777777;
}

/* alert */
.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30;
}

.alert-warning {
  background-color: #ec710d;
  border-color: #d45634;
}

#product .alert {
  position: relative;
}

/* breadcrumb */
.breadcrumb {
  margin: 20px 0 20px 0;
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #ddd;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}

.breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
  overflow: auto;
}

#compare-total,
.btn:visited,
.btn {
  background-color: #FF9C00;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  line-height: 20px;
  padding: 7px 12px 6px 12px;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-link:hover,
.btn-link:focus {
  color: #fd6d41;
}

#compare-total:hover,
.btn:hover,
.btn:focus {
  background-color: #e08900;
  color: #fff;
}

.btn i {
  line-height: 20px;
  font-size: 18px;
  vertical-align: top;
  display: block;
  float: right;
  min-width: 17px;
}

.input-group-btn .btn i {
  font-size: 15px;
  line-height: 18px;
}

.input-group-btn .btn {
  padding: 7px 12px;
}

.btn.btn-icon {
  background-color: #333;
  border-color: #000;
  color: #fff;
  line-height: 27px;
}

.btn.btn-icon:hover {
  background-color: #111;
  border-color: #000;
}

.box .btn.btn-add i {
  display: inline-block;
  float: none;
  margin-right: 7px;
  vertical-align: -1px;
}

.btn.btn-add i {
  line-height: 27px;
}

.btn.btn-add {
  line-height: 27px;
}

.box .btn.btn-add {
  display: inline-block;
  text-align: center;
  line-height: 27px;
}

.btn.btn-icon i {
  font-size: 18px;
  line-height: 27px;
}

.product-grid .btn.btn-add {
  display: inline-block;
  margin-bottom: 12px;
}

.product-grid .btn.btn-icon {
  margin-left: 5px;
}

.specials-scroll {
  list-style: none;
  padding: 0;
}

.category-line {
  border: none;
}

/*************************/
.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.dropdown-menu {
  border-radius: 0;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .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,
#grid-view.active {
  color: #191919;
}

#list-view i,
#grid-view i {
  line-height: normal;
}

#list-view,
#grid-view {
  background: none;
  box-shadow: none;
  color: #777;
}

.btn-danger,
.btn-primary,
.btn-info,
.btn-default {
  color: #fff;
  text-shadow: none;
  background-color: #FF9C00;
  border: none;
  border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  border-color: #000;
  background: #333;
  text-shadow: none;
  color: #fff;
  box-shadow: none;
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.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;
}

/* product list */
.product-thumb {
  margin-bottom: 30px;
  position: relative;
}

aside .product-thumb {
  margin-bottom: 0px;
}

.product-thumb .image {
  text-align: center;
  padding: 27px 37px;
  margin-bottom: 26px;
}

.image img {
  background-color: #fff;
}

.product-thumb .image a {
  display: block;
}

.product-thumb:hover .image img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
  }
}
.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  padding-top: 10px;
}

.product-list .product-thumb .caption {
  border: none;
}

.product-thumb .caption .price {
  width: 50%;
  float: left;
  margin-top: -2px;
}

.product-thumb .caption .price-old {
  display: block;
  margin: 0;
}

.cart-button {
  width: 70%;
  float: right;
  text-align: right;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-layout {
  padding-bottom: 30px;
}

.product-thumb .rating {
  padding: 0;
  margin: 0;
}

.rating .fa-stack {
  font-size: 8px;
  width: 1.25em;
}

.rating .fa-star-o {
  color: #dedbdb;
  font-size: 11px;
}

.rating .fa-star {
  color: #fbaf1e;
  font-size: 11px;
}

.rating .fa-star + .fa-star-o {
  color: #fbaf1e;
}

h2.price {
  margin: 0;
}

.product-thumb .description {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 13px;
}

.price {
  line-height: 120%;
  color: #FF9C00;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}

.price-tax {
  font-size: 12px;
}

td .name a {
  font-size: 13px;
}

td .price, .price b {
  font-size: 18px;
  padding-bottom: 0;
}

.price-total {
  font-weight: bold;
}

.price s {
  font-size: 15px;
}

.prod-stock {
  color: #6ba239;
}

.price-old {
  color: #777777;
  font-size: 13px;
  text-decoration: line-through;
  margin-left: 5px;
  font-weight: 400;
  line-height: normal;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .caption {
  border-top: 1px solid #e5e5e5;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

.product-layout.product-list {
  padding-bottom: 0;
}

.product-layout.product-list .btn.btn-add i {
  margin-right: 12px;
  float: left;
}

.product-list .product-thumb .rating {
  right: auto;
  left: 10px;
}

.product-layout.product-list .description {
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 10px;
}

.product-layout.product-grid .caption {
  margin-top: 10px;
}

.product-layout.product-grid .btn.btn-add i {
  margin-right: 9px;
  float: left;
}

.product-layout.product-grid .description,
.specials-scroll .description {
  display: none;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

.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;
}

/*****************************************/
.box .name {
  margin-bottom: 8px;
}

.name a {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: normal;
}

.name a:hover {
  color: #777;
}

/************** BOX ***********************/
.box {
  margin-bottom: 20px;
}

aside .box .product-layout:first-child {
  margin-top: 0;
}

aside .box .product-layout {
  width: 100% !important;
  margin-top: 30px;
}

aside .box {
  margin-bottom: 30px;
}

.box h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 30px;
  text-transform: none;
  padding: 8px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: #191919;
}

.box.info .box-content ul {
  padding: 0;
}

.box.info .box-content ul li a i {
  font-size: 10px;
  margin-right: 10px;
  color: #777;
}

.box.info .box-content ul li {
  list-style-type: none;
  border-bottom: 1px solid #dadada;
}

.box.info .box-content ul li a {
  display: block;
  padding: 10px;
  letter-spacing: 0.02em;
  font-size: 13px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.box.info .box-content ul li:first-child {
  border-top: 1px solid #dadada;
}

.box.info .box-content ul li a:hover i {
  color: #222;
}

.box.info .box-content ul li a:hover {
  background: #f2f0f0;
  color: #222;
}

.sale {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fb3c3c;
  color: #fff;
  line-height: 15px;
  text-transform: uppercase;
  padding: 3px 6px 3px;
  z-index: 10;
}

.new_pr {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 3px 6px 3px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  background-color: #2ad1ac;
  color: #fff;
  z-index: 10;
}

.box .bx-wrapper .bx-controls-direction a {
  top: -55px;
}

.box .bx-wrapper .bx-next {
  right: 7px;
}

.box .bx-wrapper .bx-prev {
  left: auto;
  right: 41px;
}

/*********FACEBOOK BOX*****************/
aside .box.twitter,
aside .box.facebook {
  float: none;
  width: 100%;
}

.box.facebook .box-heading h3 {
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.box.facebook {
  max-width: 370px;
  margin-bottom: 0;
}

.content_bottom .box .box-heading h3 i {
  font-size: 26px;
}

.content_bottom .box .box-heading h3 {
  border-bottom: 0;
  padding-bottom: 0;
}

.content_bottom .box.facebook .box-heading h3 {
  font-size: 25px;
}

/*********BOX TWITTER******************/
.box.twitter {
  margin-bottom: 45px;
}

/*********HEADER****************************/
#page {
  overflow: hidden;
}

/**************TM BOX CATEGORY***********************/
.box.category ul.menu {
  padding: 0;
  margin: 0;
  padding: 0 !important;
}

.box-category .menu li {
  position: relative;
  list-style-type: none;
}

.box-category .menu li a {
  display: inline-block;
}

.box-category .menu li > a:hover {
  background-color: #f6f6f6;
}

.box-category .menu > li:first-child > a {
  border-top: 1px solid #dadada;
}

.box-category .menu li > a {
  padding: 5px 20px;
  font-size: 13px;
  color: #333333;
  border-bottom: 1px solid #dadada;
  display: block;
}

.box-category .menu li li a {
  padding: 5px 20px;
  display: block;
  color: #777777;
}

.box-category .menu li li a > i {
  color: #333333;
  margin-right: 10px;
}

.box-category .menu li li li a > i {
  color: #333333;
  margin-right: 10px;
  margin-left: 10px;
}

.box-category .menu li a:hover {
  color: #fd6d41;
}

.box-category .menu li li.last {
  padding-bottom: 0 !important;
}

.box-category .menu li a + i {
  position: absolute;
  display: block;
  top: 2px;
  right: 0;
  height: 24px;
  width: 24px;
}

.box-category .menu li a + i {
  display: block;
  top: 0;
  color: #c0c0c0;
  font-size: 14px;
  vertical-align: top;
  height: 30px;
  background-color: #f6f6f6;
  line-height: 30px;
  width: 30px;
  text-align: center;
  right: 0;
}

.box-category .menu li a + i.fa-minus:before {
  content: "" !important;
}

.box-category .menu li a + i:hover {
  cursor: pointer;
  color: #fd6d41;
}

.box-category .menu li a + i.opened {
  background-position: center 7px;
}

/** dropdown **/
.dropdown-menu > li > a {
  text-transform: uppercase;
  color: #777;
  padding: 3px 10px;
}

.box-currency .dropdown-menu.pull-right > li {
  padding: 0 10px;
}

.box-category .menu ul {
  width: auto;
  padding: 0px 0px;
  display: none;
}

.box-category .menu li.active > a > span {
  color: inherit;
}

.box-category .menu li li a.active,
.box-category .menu li li a:hover {
  color: #FF9C00;
}

/**************BANNERS***********************/
.header_modules .banners {
  margin-bottom: 30px;
  padding: 0 5px;
}

.banners {
  margin-bottom: 30px;
}

.banners .col-items {
  float: left;
}

.header_modules .banners .col-items {
  width: 25%;
}

.header_modules .banners .col-items .banner-box {
  padding: 0 5px;
}

.header_modules .banners .col-items .banner-box a {
  display: block;
  overflow: hidden;
}

.banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners > div .s-desc {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 14.2% 0 0;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.4em;
  width: 100%;
}

.banners > div .s-desc h1 {
  font-size: 3.077em;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 4px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banners > div .s-desc h1:before {
  width: 30px;
  height: 4px;
  background: #FF9C00;
  content: "";
  position: absolute;
  left: 50%;
  top: -17px;
  margin-left: -15px;
}

.banners > div .s-desc h4 {
  font-size: 1.538em;
  line-height: 100%;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1191px) {
  .banner-box a:hover h1,
  .banner-box a:hover h2,
  .banner-box a:hover h4 {
    -webkit-animation: 400ms linear  0s normal none 1 moveFromTop;
    -moz-animation: 400ms linear  0s normal none 1 moveFromTop;
    -ms-animation: 400ms linear  0s normal none 1 moveFromTop;
    -o-animation: 400ms linear  0s normal none 1 moveFromTop;
    animation: 400ms linear  0s normal none 1 moveFromTop;
  }

  .banner-box a:hover span {
    -webkit-animation: 400ms linear  0s normal none 1 moveFromLeft;
    -moz-animation: 400ms linear  0s normal none 1 moveFromLeft;
    -ms-animation: 400ms linear  0s normal none 1 moveFromLeft;
    -o-animation: 400ms linear  0s normal none 1 moveFromLeft;
    animation: 400ms linear  0s normal none 1 moveFromLeft;
  }

  .banner-box a:hover p {
    -webkit-animation: 400ms linear  0s normal none 1 moveFromRight;
    -moz-animation: 400ms linear  0s normal none 1 moveFromRight;
    -ms-animation: 400ms linear  0s normal none 1 moveFromRight;
    -o-animation: 400ms linear  0s normal none 1 moveFromRight;
    animation: 400ms linear  0s normal none 1 moveFromRight;
  }

  #content .banner-box a:hover span {
    -webkit-animation: 400ms linear  0s normal none 1 moveFromRight;
    -moz-animation: 400ms linear  0s normal none 1 moveFromRight;
    -ms-animation: 400ms linear  0s normal none 1 moveFromRight;
    -o-animation: 400ms linear  0s normal none 1 moveFromRight;
    animation: 400ms linear  0s normal none 1 moveFromRight;
  }

  #content .banner-box a:hover p {
    -webkit-animation: 400ms linear  0s normal none 1 moveFromLeft;
    -moz-animation: 400ms linear  0s normal none 1 moveFromLeft;
    -ms-animation: 400ms linear  0s normal none 1 moveFromLeft;
    -o-animation: 400ms linear  0s normal none 1 moveFromLeft;
    animation: 400ms linear  0s normal none 1 moveFromLeft;
  }
}
.banners > div .s-desc p {
  display: inline-block;
  text-align: left;
  width: 60%;
  padding: 0 0 0 23px;
  float: left;
}

.banners > div .s-desc span {
  display: inline-block;
  float: left;
  font-size: 1.231em;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  padding: 7px 15px;
  margin: 2px 0 0 52px;
  color: #fff;
  background-color: #FF9C00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banners > div div.banner-box .s-desc span:hover {
  background: #0d9678;
}

.banners > div a img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.banners > div a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#content .banners {
  margin: 0 -5px 30px;
}

#banner1 {
  margin-top: 30px;
}

.col-items.banner-2 {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 5px;
}

.col-items.banner-2 h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 44px;
  line-height: 26px;
}

.col-items.banner-2 > div .s-desc {
  padding: 15.5% 0 0;
}

.col-items.banner-2 > div .s-desc p {
  padding: 0 0 0 57px;
  width: 69%;
}

.col-items.banner-2 > div .s-desc span {
  margin: 4px 0 0 22px;
  padding: 5px 14px;
}

.col-items.banner-2 + .col-items > div .s-desc {
  padding: 13% 0 0;
}

.col-items.banner-2 + .col-items > div h2 {
  margin-bottom: 33px;
  padding: 0 100px;
}

.col-items.brand {
  width: 220px;
  margin-left: 17px;
  margin-bottom: -8px;
}
.col-items.brand .banner-box a {
  overflow: visible;
}

.col-items.brand:first-child {
  margin-left: 0;
}

/**************Box HTML Module***********************/
.box_html.testimonial {
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 27px;
  background: #FF9C00;
}

.box_html.testimonial i {
  font-size: 42px;
  line-height: 42px;
  color: #f6f6f6;
  margin-top: 13px;
  margin-bottom: 3px;
}

.box_html .inset-item-1 {
  padding: 30px 10px 21px 29px;
}

.box_html .inset-item-2 {
  padding: 30px 29px 21px 0;
}

.box_html img {
  float: left;
  margin-right: 20px;
}

.box_html p {
  position: relative;
  display: block;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.box_html p.color-1 {
  font-size: 13px;
  color: #fff;
  line-height: 23px;
}

.box_html h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.box_html h2,
.box_html h1 {
  font-size: 42px;
  line-height: 110%;
  color: #333333;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  position: relative;
}

.box_html h1 {
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.box_html.video_block {
  text-align: right;
  color: #fff;
  padding: 13% 0;
  background: rgba(0, 0, 0, 0.44);
}

.box_html.video_block h1 {
  position: relative;
  font-size: 191px;
  line-height: 80%;
  text-transform: uppercase;
  margin: 0;
}

.box_html.video_block h2 {
  position: relative;
  font-size: 141px;
  line-height: 80%;
  text-transform: uppercase;
  margin: 0;
  text-transform: uppercase;
}

.box_html.video_block h3 {
  position: relative;
  font-size: 58px;
  line-height: 120%;
  margin: 0 0 3%;
}

.box_html.video_block h4 {
  position: relative;
  font-size: 34px;
  line-height: 100%;
  margin: 0;
}

.box_html.video_block a:hover:before {
  width: 100%;
}

.box_html.video_block a:before {
  content: '';
  position: absolute;
  display: block;
  height: 4px;
  width: 0;
  bottom: -4px;
  background-color: #fff;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.box_html.video_block a {
  position: relative;
  display: inline-block;
  font-size: 21px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  padding: 10px 0;
  border-top: 4px solid #fff;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.box_html.events b {
  color: #fd6d41;
  margin-bottom: 10px;
}

.box_html.events h1 {
  color: #333333;
  text-transform: uppercase;
  font-size: 42px;
}

.box_html.events .extra-wrap {
  margin-bottom: 30px;
}

.box_html.events div {
  position: relative;
}

.box_html.events i {
  display: block;
  float: left;
  font-size: 45px;
  color: #fff;
  background-color: #fd6d41;
  width: 126px;
  height: 126px;
  border: 1px solid #d45634;
  text-align: center;
  vertical-align: top;
  line-height: 126px;
  margin: 0 30px 10px 0;
  position: relative;
  border-radius: 50%;
}

/***************HOME PAGE**********************/
.header_modules .owl-carousel {
  border: 0;
  padding: 0;
  box-shadow: none;
}

.header_modules .bx-wrapper .bx-caption {
  background: none;
  bottom: auto;
  top: 5%;
  max-width: 1170px;
  margin: 0 auto;
}

.header_modules .bx-wrapper .bx-caption span {
  padding: 0;
  max-width: 740px;
}

/***************PRODUCT PAGE**********************/
.quickview_description iframe,
.product-desc iframe {
  width: 40% !important;
  float: left;
  margin-right: 2em;
}

.product-desc ul {
  list-style: inside;
}

.product-section {
  margin-bottom: 3em;
}

.product-content-columns {
  margin-bottom: 3em;
}
.product-content-columns .form-group.required {
  position: relative;
}
.product-content-columns .form-group.required .has-error {
  position: static;
}
.product-content-columns .form-group.required .text-danger {
  position: absolute;
  left: 14px;
  margin: 0;
  line-height: 19px;
  top: 0;
}

.product-share {
  clear: both;
  padding: 0;
  height: 32px;
  margin-top: 1em;
}

.product-share .addthis_toolbox a {
  display: inline-block;
  margin-right: 7px;
}

.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;
}

.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;
}

.review-form-title h3:hover {
  color: #fd6d41;
}

.review-form-title {
  text-align: center;
}

#reviews_form_title {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  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 #ddd;
  content: '';
  margin-left: -10px;
}

.product-review-form {
  display: none;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: none !important;
}

.product_page .price-old {
  color: #E21B1B;
}

.product_page #button-cart {
  width: 100%;
}

.bx-wrapper .bx-viewport {
  background-color: transparent;
}

.bx-wrapper .bx-controls-direction a i {
  line-height: 30px;
  vertical-align: top;
}

.bx-wrapper .bx-controls-direction a {
  color: #3a3a3a;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  width: 35px;
  font-size: 15px;
}

.bx-wrapper .bx-controls-direction a:hover {
  color: #777;
}

#full_gallery {
  border: 1px solid #dddddd;
}

#default_gallery {
  /*border:1px solid #ececec;*/
  margin-bottom: 30px;
}

.product-section.related-products .price {
  width: 100%;
}

#default_gallery .bx-controls-direction,
#default_gallery .bx-controls {
  height: 100%;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev,
#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-prev:hover,
#default_gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #fd6d41;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto;
  right: auto;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev i,
#default_gallery .image-thumb .bx-wrapper .bx-next i {
  line-height: 34px;
  color: #fff;
  display: block;
}

#default_gallery .image-thumb img:hover,
#default_gallery .image-thumb .active img {
  border-color: #3a3a3a;
}

#default_gallery .image-thumb img {
  border: 1px solid #dddddd;
}

#default_gallery .image-thumb {
  padding: 0;
  float: left;
  padding-right: 1em;
  width: 16%;
}

.product_page #default_gallery .image {
  float: left;
  width: 84%;
  background: none;
}

.zoomWindow {
  background-color: #fff;
}

#image-additional {
  margin: 0;
  padding: 0;
}

#image-additional li {
  float: none;
  list-style: none;
}

#default_gallery .bx-wrapper {
  margin: 0 !important;
}

#default_gallery img {
  background-color: #fff;
  width: 100%;
}

.product-reviews .review-item {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.review-score .fa-stack {
  width: 1.2em;
  height: 1.5em;
  color: #fbaf1e;
  font-size: 1em;
}

.review-author strong {
  letter-spacing: 0.05em;
  color: #555;
}

.product_page h1 {
  margin-bottom: 20px;
  color: #333;
  line-height: normal;
}

.product-section a:hover {
  color: #000;
}

.price-section span.price-old {
  text-decoration: line-through;
  margin: 0 10px 0 0;
}

.price-section span.price-new {
  font-size: 31px;
  color: #FF9C00;
}

.price-section span.reward {
  display: block;
  margin-top: 10px;
}

.price-section span.reward {
  display: block;
}

.price-section {
  line-height: normal;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.reward-block span {
  display: block;
}

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

#product h3 {
  color: #191919;
}

.ps-carousel-item img {
  background-color: #EFEEEE;
}

.ps-zoom-pan-rotate img {
  background-color: #EFEEEE;
}

#full_gallery {
  display: none;
}

/***************BOX**********************/
aside .box .box-product > div {
  width: 100%;
}

/***************PRODUCT CATEGORY PAGE**********************/
.zoomWrapper {
  vertical-align: top;
}

#default_gallery .image {
  background-color: #efeeee;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dddddd;
  margin-bottom: 1px;
}

#default_gallery .image img {
  width: auto;
  vertical-align: top;
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative !important;
}

.product_page h1.product-title {
  margin-bottom: 0;
}

.general_info {
  margin-bottom: 20px;
}

.fancybox-skin .rating {
  margin: 10px 0;
  text-align: right;
}

.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.box-subcat {
  padding: 0;
  margin: 0;
}

.box-subcat li {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
  width: 20%;
}

box-subcat li .name a:hover {
  color: #ccc;
}

.box-subcat li .name a {
  font-size: 15px;
}

.box-subcat li .image {
  margin-bottom: 10px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.box-subcat li .image {
  border: 1px solid #dbdbdb;
  padding: 9px;
}

.box-subcat li .image:hover {
  border: 1px solid #3a3a3a;
  padding: 5px;
}

aside .box.account.info .fa-angle-right {
  display: none;
}

.title-category {
  margin-top: 30px;
}

/* ===================   About Page   =================== */
.extra-wrap {
  overflow: hidden;
}

.information-information #content h4, .information-information #content h5 {
  margin: 0 0 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #FF9C00;
}
.information-information #content h4 a:hover, .information-information #content h5 a:hover {
  color: #333;
}
.information-information #content h3 {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 0;
}
.information-information #content h3:after {
  content: '';
  height: 1px;
  display: block;
  background: #ddd;
  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: #FF9C00;
}
.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;
  }
}

/* ===================   Delivery Page   =================== */
.delivery_page {
  text-align: center;
}
.delivery_page h4 {
  color: #FF9C00;
}
.delivery_page .table {
  border-top: 2px solid #FF9C00;
  text-align: left;
}
.delivery_page .table tbody td:first-child {
  color: #FF9C00;
}
.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 h4 {
  position: relative;
  padding-left: 60px;
}
.terms_conditions_page h4:before {
  content: '\e174';
  position: absolute;
  left: 0;
  bottom: -7px;
  color: #FF9C00;
  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;
}
.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: #FF9C00;
  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;
}

/* ===================   Count box   =================== */
.count-box {
  margin-top: 40px;
}
.count-box strong {
  display: block;
  color: #FF9C00;
  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 #FF9C00;
  font-size: 66px;
  color: #FF9C00;
  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 {
  padding: 30px;
  border: none;
  padding: 0;
}
.testimonials blockquote:before {
  content: '\e09d';
  display: inline-block;
  color: #FF9C00;
  font-size: 80px;
  line-height: 80px;
  font-family: "material-design";
  margin-bottom: 10px;
}

/* ===================   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;
}

.img-thumbnail {
  border: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 0;
}

.product-filter {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
  margin-bottom: 12px;
}

.product-filter label {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  padding-top: 7px;
  text-align: right;
  width: 100%;
}

.nav-cat {
  margin-bottom: 13px;
}

.nav-cat .nam-page {
  margin: 5px 0 5px 10px;
}

.button-view button:active,
.button-view button:focus,
.button-view button:hover {
  color: #fd6d41;
}

.button-view button {
  border: 0;
  background: none;
  font-size: 27px;
  padding: 0;
  margin: 0 5px;
}

.button-view button i {
  vertical-align: top;
  border: 0;
  background: none;
  font-size: 27px;
}

.product-list .image {
  margin-right: 20px;
  margin-bottom: 0;
}

.product-list .product-thumb {
  border: 1px solid #dadada;
  padding: 30px;
}

/*======== RELATED PRODUCTS =============*/
.related-products {
  padding: 0 50px;
}

.related-products .description {
  display: none;
}

.related-products li .product-thumb {
  margin-bottom: 0;
}

.related-products li {
  padding: 10px;
  border: 1px solid #dadada;
}

.related-products .btn.btn-add span {
  display: none;
}

.related-products .btn.btn-add {
  display: inline-block;
}

.image-thumb {
  padding: 0 40px;
}

.image-thumb .bx-wrapper .bx-prev {
  left: -34px;
}

.image-thumb .bx-wrapper .bx-next {
  right: -34px;
}

.related-products .bx-wrapper .bx-prev {
  left: -50px;
}

.related-products .bx-wrapper .bx-next {
  right: -50px;
}

.bx-wrapper .bx-controls-direction a i {
  font-size: 15px;
}

/*======== PRODUCT TABS =============*/
.tabs {
  margin-top: 10px;
}

.tabs .tab-heading i {
  font-size: 26px;
  color: #7e7e7e;
  float: right;
  margin-top: 5px;
}

.tabs .tab-heading {
  padding: 13px 20px;
  line-height: 32px;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #e6e6e6;
  border-bottom: 4px solid #000;
  background-color: #f9f9f9;
}

.tabs .tab-content {
  padding: 20px 0;
}

#review td {
  font-size: 13px;
}

.rating a {
  cursor: pointer;
}

/*======================= BACK TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  left: 50%;
  margin-left: 640px;
}

#back-top a {
  color: #777;
  font-size: 50px;
}

#back-top a:hover {
  color: #FF9C00;
}

#back-top span {
  display: block;
  margin-bottom: 7px;
}

#back-top span:before {
  content: "\e07c";
  display: inline-block;
  vertical-align: -1px;
  font-family: "material-design";
}

/*======== BLOCK COMPARE =============*/
.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%;
}

.block-compare {
  position: relative;
  overflow: hidden;
}

/********BOX CURRENCY & LANGUAGE ************/
.box-currency {
  float: right;
}

.box-language {
  padding-right: 13px;
}

.box-currency .btn-group {
  vertical-align: top;
  padding: 9px 21px 0 0;
}

.box-language .btn-group {
  padding: 9px 0 0 0;
  vertical-align: top;
}

.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
  color: #FF9C00;
}

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  line-height: 20px;
  font-size: 12px;
  color: #777;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.box-language i,
.box-currency i {
  font-size: 11px;
}

.box-currency .dropdown-menu button:hover {
  color: #fff;
  background-color: #FF9C00;
}

.box-currency .dropdown-menu button {
  border: 0;
  margin: 0;
  color: #777;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: none;
}

/********USER MENU ************/
.user-menu {
  float: right;
  padding: 9px 12px 0 0;
}

.user-menu a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

.user-menu i {
  display: none;
}

/************** QUICKVIEW **************************/
.quick_info {
  display: none;
}

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible;
}

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px;
}

.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #e3e3e3;
  padding: 10px;
}

a.quickview i {
  vertical-align: top;
  line-height: 30px;
}

a.quickview {
  display: inline-block;
  visibility: hidden;
  z-index: 5;
  width: 107px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -53px;
  text-align: center;
  line-height: 28px;
  padding: 5px 5px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.72);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.quickview:hover {
  background: none repeat scroll 0 0 rgba(41, 87, 113, 0.72);
  color: #fff;
}

.product-thumb:hover a.quickview {
  visibility: visible;
  top: 30%;
  opacity: 1;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0;
}

.recent-posts {
  text-align: center;
}

.testimonials .testi-item {
  margin-bottom: 30px;
}

.testimonials .testi-item a {
  font-size: 14px;
}

.testimonials .testi-meta {
  line-height: 18px;
  padding-left: 50px;
  display: block;
}

.testimonials .user {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
}

.testimonials blockquote:after {
  content: '';
  position: absolute;
  display: block;
  background: url(../image/testi_arr.png) no-repeat left top;
  width: 21px;
  height: 20px;
  bottom: -20px;
  left: 30px;
}

.testimonials blockquote {
  border: 1px solid #dbdbdb;
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
}

.terms_conditions_page p {
  margin-bottom: 20px;
}

.terms_conditions_page h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  color: #333;
}
.terms_conditions_page h4:before {
  top: 0;
  color: #FF9C00;
  content: "\e174";
  font-family: "material-design";
  font-size: 30px;
  left: -4px;
  line-height: 17px;
  position: absolute;
}

/* ===================   Site Map Page  =================== */
.site-map-page h5 {
  margin: 0 0 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #FF9C00;
}
.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: 20px;
}
.site-map-page #content ul li + li {
  margin-top: 20px;
}
.site-map-page #content ul li a:hover {
  color: #FF9C00;
}
.site-map-page #content ul.category-list {
  position: relative;
}
.site-map-page #content ul.category-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #FF9C00;
}
.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: 10px;
}
.site-map-page #content ul.category-list .ul-with-ul:after {
  top: 4px;
}
.site-map-page #content ul.category-list ul {
  position: relative;
  margin-top: 20px;
}
.site-map-page #content ul.category-list ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #ddd;
}
.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: #ddd;
}
.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: #FF9C00;
}
@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;
  }
}

/********/
.bottom {
  position: relative;
}

/********/
.product-compare .btn.btn-danger.btn-block {
  display: inline-block;
  width: auto;
  padding: 3px 7px;
  font-size: 12px;
  background: #3a3a3a;
}

.product-compare .btn.btn-danger.btn-block:hover {
  background: #111;
}

/********/
.manufacturer-list {
  border: 1px solid #e6e6e6;
  margin-bottom: -1px;
}

.manufacturer-heading {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 5px;
}

.manufacturer-heading span {
  background: none repeat scroll 0 0 #323232;
  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;
}

.manufacturer-content a i {
  font-size: 15px;
  margin-right: 5px;
}

.manufacturer-content {
  padding: 20px;
}

/********** ACCOUNT ******************/
.account-account #content h2 {
  color: #FF9C00;
}

.well {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none;
  min-height: 370px;
}

.well .heading {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}

.well p {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.well .heading i {
  float: left;
  font-size: 56px;
  margin-right: 14px;
}

.well .heading h2 {
  font-size: 23px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px;
}

.well .heading strong {
  font-weight: normal;
  font-style: italic;
}

#content ul.list-unstyled li {
  padding: 3px 0;
}

#content ul.list-unstyled li a i {
  font-size: 14px;
  margin-right: 5px;
  color: #777;
}

#content ul.list-unstyled li a:hover i {
  color: #FF9C00;
}

/********** Swipe menu ******************/
.toprow-1 {
  background-color: #323232;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  display: none;
}

.swipe-control:hover i {
  color: #fff;
}

.swipe-control i {
  line-height: 50px;
  font-size: 30px;
  vertical-align: top;
}

.swipe-control {
  border-right: 1px solid #000;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  width: 64px;
  z-index: 100;
}

.swipe ul {
  padding: 0;
  margin: 0;
}

.swipe ul li {
  list-style-type: none;
}

.swipe ul li a:hover {
  background-color: #FF9C00;
}

.swipe ul li a:hover i,
.swipe ul li a:hover:before {
  color: #fff;
}

.swipe ul li a {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #000;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.swipe .foot li a:before {
  content: "\f05a";
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  margin-top: 0;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-size: 26px;
  color: #7e7e7e;
  margin-right: 9px;
}

.swipe .foot li + li a:before {
  content: "";
}

.swipe .foot li + li + li a:before {
  content: "";
}

.swipe .foot li + li + li + li a:before {
  content: "";
}

.swipe .foot.foot-1 li a:before {
  content: "";
}

.swipe .foot.foot-1 li + li a:before {
  content: "";
}

.swipe .foot.foot-1 li + li + li a:before {
  content: "";
}

.swipe .foot.foot-2 li a:before {
  content: "";
}

.swipe .foot.foot-2 li + li a:before {
  content: "";
}

.swipe .foot.foot-2 li + li + li a:before {
  content: "";
}

.swipe .foot.foot-2 li + li + li + li a:before {
  content: "";
}

.swipe .foot.foot-3 li a:before {
  content: "";
}

.swipe .foot.foot-3 li + li a:before {
  content: "";
}

.swipe ul li a i {
  font-size: 21px;
  color: #7e7e7e;
  line-height: 25px;
  vertical-align: top;
  margin-right: 5px;
}

.swipe {
  background-color: #323232;
  color: #fff;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 237px;
  z-index: 101;
  height: 100%;
  left: -237px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.swipe .swipe-menu {
  height: 100%;
  overflow: auto;
}

.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;
}

.zoomWindow {
  z-index: 40 !important;
}

/* fixed colum left + content + right*/
@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%;
  }
}
/*======================= bootstrap reset =======================*/
/* bootstrap reset */
.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  width: 100%;
  z-index: 91;
}

.alert button.close {
  vertical-align: top;
  margin-top: 1px;
}

.alert {
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 13px;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.alert i {
  font-size: 21px;
  margin-right: 5px;
  vertical-align: -2px;
}

.alert a:hover {
  text-decoration: none;
}

.alert a {
  color: #fff;
  text-decoration: underline;
}

.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:hover {
  color: #fd6d41;
}

.modal-header .close {
  color: #ccc;
}

.close {
  color: #fff;
  opacity: 1;
}

.pagination {
  border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #000;
  border-color: #000;
}

.pagination > li > a, .pagination > li > span {
  color: #777;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #333;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  box-shadow: none;
  outline: none;
}

.table-bordered {
  border-radius: 0;
}

.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #555 !important;
  font-size: 13px;
  background-color: #f9f9f9;
}

.table th,
.table td {
  padding: 20px;
  border-color: #d7d7d7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-compare .table th, .block-compare .table td {
  padding: 7px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 13px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  box-shadow: none;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-radius: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-radius: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0;
}

.table-bordered {
  border-color: #d7d7d7;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  color: #323232;
}

label {
  font-weight: bold;
}

textarea {
  resize: none;
}

label {
  cursor: default;
}

.close:hover,
.close:focus {
  opacity: 1;
}

.panel-group .panel, .panel {
  border-radius: 0;
}

.panel-heading {
  padding: 20px;
}

.addthis_button_tweet {
  width: 84px;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8;
}

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1;
}

.text-danger {
  color: red;
  font-weight: normal;
  font-size: 100%;
  font-size: 13px;
}

/* --------------------------------------------------------------------------------------------------------------
												 ANIMATE STYLE
------------------------------------------------------------------------------------------------------------------- */
@keyframes moveFromRight {
  0% {
    opacity: 0;
    transform: translateX(200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes moveFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes moveFromLeftIcon {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  50% {
    opacity: 0;
    transform: translateX(-200%), rotateY(-180deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0%), rotateY(-180deg);
  }
}
@-webkit-keyframes moveFromLeftIcon {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-200%), rotateY(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%), rotateY(-180deg);
  }
}
@keyframes moveFromTop {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@keyframes moveFromBottom {
  0% {
    opacity: 0;
    transform: translateY(200%);
  }
  50% {
    opacity: 0.5;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200%);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@keyframes ScaleFromLargeEffect {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes ScaleFromLargeEffect {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes FromBackground {
  0% {
    background: #d41616;
  }
  50% {
    background: #fe9d9d;
  }
  100% {
    background: #fff;
  }
}
@-webkit-keyframes FromBackground {
  0% {
    background: #d41616;
  }
  50% {
    background: #fe9d9d;
  }
  100% {
    background: #fff;
  }
}