@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: #303030; }
  @media (min-width: 768px) and (max-width: 991px) {
    label {
      font-size: 10px; } }

label {
  font-weight: bold;
  cursor: default; }

textarea {
  resize: none; }

.col-sm-12 + .text-danger {
  padding-left: 15px;
  padding-right: 15px; }

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; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

div.bootstrap-datetimepicker-widget.bottom:after {
  border-bottom-color: rgba(0, 0, 0, 0.2); }

.datepicker .month + .month {
  margin-left: 2px; }

.bootstrap-datetimepicker-widget {
  z-index: 10005 !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: none !important;
    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: #e59635;
      border-color: #d1d1d1 !important; }
  .bootstrap-datetimepicker-widget td.separator {
    font-size: 20px;
    line-height: 20px; }
  .bootstrap-datetimepicker-widget a[data-action] {
    background: transparent;
    color: #fff; }
    .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: #fff; }
  .bootstrap-datetimepicker-widget a[data-action]:hover,
  .bootstrap-datetimepicker-widget .timepicker td > span:hover {
    color: #e59635; }
  .bootstrap-datetimepicker-widget .timepicker {
    margin-top: 5px; }
    .bootstrap-datetimepicker-widget .timepicker .table-condensed {
      border-collapse: separate;
      display: inline-block;
      max-width: 100%; }
    .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 #d1d1d1;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 0px; }

.timepicker-picker,
.timepicker-hours,
.timepicker-minutes {
  text-align: center; }

.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour, .bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  padding: 5px;
  line-height: 50px; }

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #e59635;
  color: #FFF;
  cursor: inherit; }

.fancybox-overlay {
  z-index: 10001; }

.fancybox-opened {
  z-index: 10003; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12); }

.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: 18px 40px 18px 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: 3px; }

.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: #767676;
      background: #f2f2f2;
      border: none;
      float: none;
      margin-left: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      padding: 0;
      border: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
        z-index: 3;
        color: #303030;
        background: #eaeaea;
        border-color: #d1d1d1; }
    .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: #e59635;
      color: #fff;
      z-index: auto; }
    .pagination > li + li {
      margin-left: 2px; }
      .pagination > li + li > a, .pagination > li + li > span {
        border-left: none; }
      .pagination > li + li:nth-child(8n+9) {
        clear: left; }
      .pagination > li + li:nth-child(n+9) {
        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: #303030;
  font-size: 13px;
  background-color: #f2f2f2; }

.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: #d1d1d1;
  -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: #d1d1d1; }

.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-responsive .product-thumb .rating {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  left: auto;
  bottom: auto;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none; }

.table-bordered > tbody > tr > td {
  vertical-align: middle; }

.table > tbody + tbody {
  border-top: none; }

.panel-default > .panel-heading {
  padding: 20px;
  background: #f2f2f2;
  color: #303030; }

.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;
  pointer-events: none; }
  .tooltip.top .tooltip-inner {
    color: #fff;
    background-color: #000; }
  .tooltip.top .tooltip-arrow {
    border-top-color: #000 !important; }

.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 #d1d1d1;
  padding-bottom: 10px; }

.table-hover > tbody > tr:hover {
  background-color: inherit; }

.modal {
  z-index: 10005; }
  .modal .terms_conditions_page {
    margin-top: 30px; }
  .modal-backdrop {
    z-index: 10000; }

/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 14px/24px "Source Sans Pro", sans-serif;
  color: #767676;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  color: #303030;
  letter-spacing: 1.2px;
  margin: 0 0 20px;
  line-height: normal; }

/* Override the bootstrap defaults */
h1 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }
  h1 i {
    margin-right: 8px;
    color: #e59635;
    font-size: 30px; }
    h1 i:before {
      vertical-align: middle; }
  h1.no-line {
    margin-bottom: 30px; }
    h1.no-line:after {
      display: none; }

h2 {
  font-family: "Playfair Display", serif;
  font-size: 26px; }

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }

h4 {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }

h5 {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px; }

h6 {
  font-family: "Raleway", sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px; }

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  text-decoration: none;
  max-width: 100%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
    background-color: transparent; }
  a:visited, a:focus {
    color: inherit;
    outline: none;
    text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #e59635; }

p a, p a:visited, p a:focus {
  color: #e59635; }
  p a:hover, p a:visited:hover, p a:focus:hover {
    text-decoration: underline; }
p + h5, p + h6 {
  margin-top: 20px; }

img {
  max-width: 100%;
  height: auto; }

legend {
  font-size: 18px;
  padding: 7px 0px; }

label {
  font-size: 12px;
  font-weight: normal; }

strong, b {
  color: #303030; }

.input-group .input-group-addon {
  height: 30px; }

.nav-tabs {
  margin-bottom: 10px; }

div.required .control-label:after {
  content: '*';
  color: #ee372a;
  font-weight: bold;
  margin-left: 5px; }

.fa {
  line-height: inherit;
  font-family: inherit; }
  .fa:before {
    font-family: "FontAwesome"; }

#page > .ie-warning {
  position: relative;
  text-align: center;
  display: none;
  clear: both; }
  @media (min-width: 768px) {
    .lt-ie11 #page > .ie-warning {
      display: block; } }

/*========================================================
                      Header styles
=========================================================*/
header {
  background: #b1b4bb;
  margin-bottom: 30px; }
  header .box-cart {
    float: right; }
  header .logo {
    float: left;
    margin: 0;
    line-height: 24px;
    max-width: 107px;
    max-height: 32px; }
    header .logo:after {
      display: none; }
  header .search {
    float: right; }

.common-home header {
  background: none;
  margin-bottom: 0; }

/*================  Toggle ===============*/
.toggle-wrap {
  position: relative; }

.toggle_cont {
  display: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 14px;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 200px;
  z-index: 20; }
  .toggle_cont > li {
    width: 100%;
    display: inline-block; }
    .toggle_cont > li + li {
      margin-top: 5px; }
    .toggle_cont > li > a, .toggle_cont > li > button {
      text-align: left;
      width: 100%;
      display: inline-block;
      font-family: "Raleway", sans-serif; }
      .toggle_cont > li > a:hover, .toggle_cont > li > button:hover {
        color: #e59635; }
  .toggle_cont ul {
    text-align: right;
    font-size: 16px; }
    .toggle_cont ul li + li {
      margin-top: 8px; }
  .toggle_cont__right {
    right: auto;
    left: 0; }

.box-language .btn-group span,
.box-currency .btn-group span {
  cursor: pointer; }
  .box-language .btn-group span:hover, .box-language .btn-group span:focus, .box-language .btn-group span:active, .box-language .btn-group span.sfHover,
  .box-currency .btn-group span:hover,
  .box-currency .btn-group span:focus,
  .box-currency .btn-group span:active,
  .box-currency .btn-group span.sfHover {
    color: #e59635; }
.box-language .dropdown-menu li button:hover, .box-language .dropdown-menu li button:focus, .box-language .dropdown-menu li button:active, .box-language .dropdown-menu li button.selected, .box-language .dropdown-menu li a:hover, .box-language .dropdown-menu li a:focus, .box-language .dropdown-menu li a:active, .box-language .dropdown-menu li a.selected,
.box-currency .dropdown-menu li button:hover,
.box-currency .dropdown-menu li button:focus,
.box-currency .dropdown-menu li button:active,
.box-currency .dropdown-menu li button.selected,
.box-currency .dropdown-menu li a:hover,
.box-currency .dropdown-menu li a:focus,
.box-currency .dropdown-menu li a:active,
.box-currency .dropdown-menu li a.selected {
  color: #e59635; }

/*================== dropdown-menu ===================*/
.dropdown-menu {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 14px; }

.dropdown-menu.picker-open {
  background: rgba(93, 94, 97, 0.9); }

/*================   Top Links style   ===============*/
header .nav {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  header .nav > .toggle {
    font-size: 18px;
    line-height: 22px;
    color: #fff; }
    header .nav > .toggle:before {
      vertical-align: top;
      margin-right: 7px;
      display: inline-block;
      margin-top: 3px; }
    header .nav > .toggle span {
      font-size: 11px;
      font-family: "Raleway", sans-serif;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1.2px; }
    header .nav > .toggle:hover {
      color: #cd7a15; }
  header .nav.toggle-wrap > .toggle_cont {
    top: 31px; }
    header .nav.toggle-wrap > .toggle_cont li {
      font: 400 12px/14px "Raleway", sans-serif; }
  @media (min-width: 768px) {
    header .nav {
      display: inline-block; } }
  @media (max-width: 767px) {
    header .nav {
      position: fixed;
      top: 0;
      margin: 0;
      z-index: 10000; } }

/*========================================================
               Responsive Header styles
=========================================================*/
@media (max-width: 1199px) {
  header div.navigation {
    margin-right: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  header .nav > .toggle span {
    display: none; }

  header .nav > a.toggle:after {
    margin-right: -5px; } }
@media (min-width: 768px) {
  header {
    height: 80px;
    text-align: center;
    position: relative;
    z-index: 2; }
    header .nav {
      position: static; }
      header .nav > .toggle {
        position: relative; }
        header .nav > .toggle:after {
          display: inline-block;
          opacity: 0;
          height: 19px;
          position: absolute;
          right: 50%;
          top: 17px;
          margin-right: -10px;
          color: rgba(0, 0, 0, 0.5);
          content: '\f0d8';
          font: 400 25px/19px 'FontAwesome'; }
        header .nav > .toggle.active:after {
          opacity: 1; }
      header .nav > .toggle_cont {
        width: 100%;
        padding: 0 20px; }
        header .nav > .toggle_cont > li {
          float: left;
          width: auto;
          position: relative;
          margin: 14px 0 12px; }
          header .nav > .toggle_cont > li + li {
            padding-left: 13px;
            margin-left: 14px; }
            header .nav > .toggle_cont > li + li:before {
              display: inline-block;
              position: absolute;
              top: 2px;
              left: 0;
              width: 1px;
              height: 9px;
              content: '';
              background: #fff; }
          header .nav > .toggle_cont > li.pull-right {
            margin: 13px 0 0 13px;
            padding-left: 0;
            border-left: none; }
            header .nav > .toggle_cont > li.pull-right:before {
              display: none; }
            header .nav > .toggle_cont > li.pull-right .dropdown-toggle {
              display: inline-block;
              padding-bottom: 12px;
              font-weight: bold; }
              header .nav > .toggle_cont > li.pull-right .dropdown-toggle:after {
                display: inline-block;
                font-weight: 400;
                font-family: "FontAwesome";
                content: '\f107'; }
            header .nav > .toggle_cont > li.pull-right img {
              display: none; }
            header .nav > .toggle_cont > li.pull-right + li {
              padding-left: 0;
              margin: 13px 0 0 13px; }
              header .nav > .toggle_cont > li.pull-right + li:before {
                display: none; }
            header .nav > .toggle_cont > li.pull-right .dropdown-menu {
              left: auto;
              right: -15px;
              text-align: left;
              padding: 10px 15px; }
    header .search, header .box-cart, header .nav {
      float: right;
      margin-left: 20px; }

  .common-home header {
    height: 65px; } }
@media (min-width: 768px) and (max-width: 991px) {
  header {
    height: 100px; }
    header .nav > .toggle_cont > li {
      font-size: 11px; }
      header .nav > .toggle_cont > li a {
        font-size: 11px; }
      header .nav > .toggle_cont > li + li {
        margin-left: 8px;
        padding-left: 0; }
        header .nav > .toggle_cont > li + li:before {
          display: none; }
      header .nav > .toggle_cont > li.pull-right {
        margin-top: 14px;
        margin-left: 5px; }
        header .nav > .toggle_cont > li.pull-right + li {
          margin-top: 14px; }
        header .nav > .toggle_cont > li.pull-right .dropdown-toggle {
          font-size: 11px;
          font-weight: 400; }

  .nav .toggle_cont {
    top: 37px; } }
@media (max-width: 767px) {
  header .search {
    float: none; }
  header .box-currency {
    margin-right: 0;
    padding: 0; }
  header .logo {
    float: none;
    text-align: center; }
    header .logo img {
      display: inline-block; }
  header .box-cart {
    float: none;
    margin-top: 0; }
  header .nav.toggle-wrap > .toggle_cont {
    top: 100%; }
  header .nav > .toggle {
    color: #000; }
    header .nav > .toggle:before {
      margin-top: 0; }
    header .nav > .toggle span {
      display: none; }
  header .nav .toggle_cont img {
    display: none; }
  header .nav .toggle_cont .dropdown-menu {
    position: relative;
    text-align: left;
    padding: 5px; }

  .common-home header {
    background-color: #b5b8bc; } }
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden; }

#content {
  padding-bottom: 30px; }

section.top {
  margin-top: -65px; }

/*==================  Marked List  ======================*/
.box.account ul, .box.affilate ul {
  padding: 0;
  list-style-type: none; }
  .box.account ul li + li, .box.affilate ul li + li {
    border-top: 1px solid #d1d1d1; }
  .box.account ul a, .box.affilate ul a {
    position: relative;
    background: #f2f2f2;
    display: block;
    padding: 13px 15px; }
    .box.account ul a:hover, .box.affilate ul a:hover {
      background: #eaeaea; }
  .box.account ul a:hover, .box.affilate ul a:hover {
    color: #e59635; }

.manufacturer-content div, #content ul.list-unstyled {
  margin: 0;
  list-style-type: none; }
  .manufacturer-content div li + li, #content ul.list-unstyled li + li {
    margin-top: 10px; }
  .manufacturer-content div a, #content ul.list-unstyled a {
    position: relative;
    color: #303030; }
    .manufacturer-content div a:hover, #content ul.list-unstyled a:hover {
      color: #e59635; }
    .manufacturer-content div a:before, #content ul.list-unstyled a:before {
      content: '\e11d';
      margin-right: 5px;
      font-weight: 400;
      font-family: "material-design";
      color: #e59635; }

#content .product-info ul.list-unstyled a:before {
  display: none; }

@media (min-width: 768px) {
  .common-home #content {
    padding-bottom: 0; } }
@media (max-width: 767px) {
  aside {
    margin-top: 20px; }
    aside .container {
      padding: 0;
      width: 100%; } }
/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center; }
  .lazy img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden; }
  .lazy.lazy-loaded {
    background: none; }
    .lazy.lazy-loaded img {
      opacity: 1; }

.search {
  margin: 0;
  line-height: 0;
  position: relative; }
  .search input[type="text"] {
    color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-family: "Raleway", sans-serif;
    width: 230px;
    height: 40px;
    padding: 12px 10px 12px 20px;
    background: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .search input[type="text"]:focus {
      outline: none;
      box-shadow: none;
      font-family: "Raleway", sans-serif; }
    .search input[type="text"]::-webkit-input-placeholder {
      color: #fff;
      opacity: 1;
      font-family: "Raleway", sans-serif; }
    .search input[type="text"]:-moz-placeholder {
      color: #fff;
      opacity: 1;
      font-family: "Raleway", sans-serif; }
    .search input[type="text"]::-moz-placeholder {
      color: #fff;
      opacity: 1;
      font-family: "Raleway", sans-serif; }
    .search input[type="text"]:-ms-input-placeholder {
      color: #fff;
      opacity: 1;
      font-family: "Raleway", sans-serif; }
  .search button, .search button:focus, .search button:active {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    font: 400 18px/40px "FontAwesome"; }
    .search button::-moz-focus-inner, .search button:focus::-moz-focus-inner, .search button:active::-moz-focus-inner {
      border: none;
      padding: 0; }
  .search button:hover, .search button:focus:hover, .search button:active:hover {
    color: #e59635; }

.top-search {
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1.4px;
  padding-top: 3px; }
  .top-search i {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    vertical-align: top;
    margin-right: 2px; }
  .top-search span {
    vertical-align: top; }
  .top-search:hover, .top-search:focus, .top-search:active, .top-search.active {
    color: #fff; }
    .top-search:hover i, .top-search:focus i, .top-search:active i, .top-search.active i {
      color: #cd7a15; }

#search {
  display: none;
  opacity: 0;
  margin-top: 15px;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 31px;
  z-index: 46; }
  #search .inner {
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    line-height: 0; }
  #search button.button-search {
    vertical-align: top;
    position: relative;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 40px;
    width: 40px;
    padding: 0; }
  #search:before {
    display: inline-block;
    opacity: 1;
    height: 19px;
    position: absolute;
    right: 35px;
    top: 0;
    margin-top: -14px;
    color: rgba(0, 0, 0, 0.5);
    content: '\f0d8';
    font: 400 25px/19px 'FontAwesome'; }

#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  list-style-type: none;
  z-index: 12;
  font-size: 12px;
  line-height: 16px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden; }
  #livesearch_search_results li {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    #livesearch_search_results li a {
      color: #fff; }
    #livesearch_search_results li img {
      float: left;
      margin-right: 10px; }
      #livesearch_search_results li img.loading {
        background: #F5F5F5; }
    #livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
      background-color: #e59635; }
      #livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
        color: #fff; }
  #livesearch_search_results a {
    display: block;
    padding: 5px;
    color: #303030; }
    #livesearch_search_results a:before, #livesearch_search_results a:after {
      display: table;
      content: "";
      line-height: 0; }
    #livesearch_search_results a:after {
      clear: both; }
    #livesearch_search_results a:visited {
      color: #303030; }

/*========================================================
               Responsive styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .top-search span {
    display: none; }

  #search:before {
    right: 5px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #livesearch_search_results li img {
    display: none !important; } }
@media (max-width: 767px) {
  .search .top-search {
    display: none !important; }
  .search input[type="text"] {
    width: calc(100% - 46px); }

  #livesearch_search_results {
    min-width: 290px; }

  #search {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0 0 !important;
    display: block !important;
    opacity: 1 !important;
    z-index: 1; }
    #search .inner {
      display: block; }
    #search:before {
      display: none; } }
@media (max-width: 480px) {
  header .block-right {
    width: 100%;
    text-align: center; }
    header .block-right > div.search {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-left: 20px; }
      header .block-right > div.search #search {
        margin-right: -35px; } }
/*================ Box Cart  ===============*/
.box-cart {
  position: relative;
  color: #fff; }
  .box-cart strong, .box-cart b {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1.2px; }
  .box-cart .btn-remove-wrap, .box-cart .btn-remove__cnt {
    position: absolute;
    left: 0;
    right: 0; }
  .box-cart .btn-remove-wrap {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #595b5e;
    display: none;
    border: none; }
  .box-cart .btn-remove__cnt {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .box-cart .btn-danger, .box-cart .btn-danger:focus {
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    background: none; }
    .box-cart .btn-danger:hover, .box-cart .btn-danger:focus:hover {
      color: #e59635;
      background: none; }
    .box-cart .btn-danger:focus, .box-cart .btn-danger:focus:focus {
      box-shadow: none; }
  .box-cart a:hover img {
    background-color: #eaeaea; }
  .box-cart .btn {
    margin-bottom: 7px; }

/*================  Cart  ===============*/
.cart {
  position: relative; }
  .cart > button {
    font-size: 18px;
    line-height: 22px;
    padding-top: 3px; }
    .cart > button i, .cart > button strong, .cart > button span {
      vertical-align: top; }
    .cart > button i {
      margin-right: 7px;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .cart > button:hover i, .cart > button.active i {
      color: #cd7a15; }
  .cart .cart-remove-btn {
    margin-bottom: 10px;
    margin-left: 5px;
    color: #fff; }
    .cart .cart-remove-btn:before, .cart .cart-remove-btn > span {
      vertical-align: middle; }
    .cart .cart-remove-btn:visited {
      color: #fff; }
    .cart .cart-remove-btn:hover, .cart .cart-remove-btn:active, .cart .cart-remove-btn:focus, .cart .cart-remove-btn:visited:hover, .cart .cart-remove-btn:visited:focus, .cart .cart-remove-btn:visited:active {
      color: #e59635; }
    .cart .cart-remove-btn:before {
      margin-right: 3px;
      color: #e59635;
      font-size: 18px;
      line-height: 22px; }

/*================  Cart DropDown ===============*/
.cart .toggle_cont {
  z-index: 99;
  top: 31px;
  min-width: 260px;
  padding: 10px 0 5px;
  max-height: 500px;
  background: rgba(84, 86, 89, 0.9);
  font-family: "Raleway", sans-serif;
  overflow-y: auto;
  overflow-x: hidden; }
  .cart .toggle_cont > li .table.total, .cart .toggle_cont > li .table.total + .text-right {
    padding-left: 10px;
    padding-right: 10px; }
  .cart .toggle_cont img {
    max-width: 50px; }
  .cart .toggle_cont .table > tbody > tr > td, .cart .toggle_cont .table > tbody > tr > th, .cart .toggle_cont .table > tfoot > tr > td, .cart .toggle_cont .table > tfoot > tr > th, .cart .toggle_cont .table > thead > tr > td, .cart .toggle_cont .table > thead > tr > th {
    padding-left: 7px;
    padding-right: 7px; }
  .cart .toggle_cont table {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%; }
  .cart .toggle_cont p {
    margin-bottom: 5px; }
  .cart .toggle_cont .price-cart, .cart .toggle_cont .total .text-right + .text-right {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold; }
  .cart .toggle_cont .cart-remove-btn {
    font-family: "Source Sans Pro", sans-serif; }

.cart ul > li:first-child tr {
  border-bottom: 1px solid rgba(209, 209, 209, 0.2); }

.cart td {
  font-size: 13px; }
  .cart td strong {
    font-size: 11px; }

.cart .total td {
  border: none;
  padding: 2px;
  color: #e59635; }
.cart .price-cart {
  color: #e59635; }
.cart .table > tbody > tr {
  position: relative; }
  .cart .table > tbody > tr > td {
    border-top: none; }
.cart .total > tbody {
  display: table;
  width: 100%; }
  .cart .total > tbody > tr {
    width: 100%;
    display: table-row; }
  .cart .total > tbody td {
    display: table-cell; }

.cart .table.total tr:last-child td strong,
.cart .table.total tr:last-child td {
  font-size: 18px; }

/*========================================================
               Responsive styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .cart > button strong {
    display: none; }

  .cart button.toggle:before {
    margin-right: -5px; } }
@media (min-width: 768px) {
  .cart-total, .cart-total2 {
    display: none; }

  .cart .toggle:before {
    display: inline-block;
    opacity: 0;
    height: 19px;
    position: absolute;
    right: 50%;
    top: 17px;
    margin-right: -10px;
    color: rgba(84, 86, 89, 0.9);
    content: '\f0d8';
    font: 400 25px/19px 'FontAwesome'; }
  .cart .toggle.active:before {
    opacity: 1; } }
@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 10000; }
    .cart > button {
      position: relative;
      padding-top: 0;
      padding-right: 20px; }
      .cart > button .cart-total, .cart > button strong {
        display: none; }
      .cart > button i {
        margin-right: 2px; }
      .cart > button .cart-total2 {
        position: absolute;
        top: 8px;
        right: 2px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 12px;
        background: #e59635;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .cart .toggle_cont {
      max-height: 220px;
      overflow: auto;
      top: 100%;
      right: -30px; } }
/*========================================================
                      Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout {
  margin-bottom: 49px; }

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative; }
  .product-thumb .image > a {
    display: block; }
    .product-thumb .image > a img {
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      margin: 0 auto;
      background: #fff; }
  .product-thumb .image:hover a.lazy {
    background: #e5e5e5; }
    .product-thumb .image:hover a.lazy img {
      opacity: .5; }

.name {
  font-size: 14px;
  line-height: 16px;
  color: #303030;
  font-weight: bold; }

/* ===================   Product Caption   =================== */
.product-thumb {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  .product-thumb .aside {
    display: none; }
  .product-thumb .image {
    margin-bottom: 19px; }
  .product-thumb .name {
    margin-bottom: 10px; }
    .product-thumb .name > a {
      display: inline; }
  .product-thumb .price {
    margin-bottom: 13px; }
  .product-thumb .description {
    margin-bottom: 15px; }
  .product-thumb:hover .image > .quickview {
    top: 57%;
    opacity: 1; }

/* ==================    Product List, Product Grid    =================== */
.product-grid .description {
  display: none; }

.product-list .product-thumb .caption, .product-list .product-thumb .cart-button {
  overflow: hidden; }

.product-list {
  margin-bottom: 0; }
  .product-list .product-thumb {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .product-list .product-thumb:before, .product-list .product-thumb:after {
        display: table;
        content: "";
        line-height: 0; }
      .product-list .product-thumb:after {
        clear: both; } }
    .product-list .product-thumb .quickview {
      display: none !important; }
    .product-list .product-thumb .image, .product-list .product-thumb .caption, .product-list .product-thumb .aside {
      float: left;
      width: 67%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .product-list .product-thumb .caption, .product-list .product-thumb .aside {
      text-align: left;
      padding-left: 30px;
      margin-bottom: 20px; }
    .product-list .product-thumb .image {
      width: 32.76%; }
    .product-list .product-thumb .aside {
      display: block; }
      .product-list .product-thumb .aside .product-btn {
        padding: 0;
        background: none;
        float: left;
        margin-bottom: 8px; }
      .product-list .product-thumb .aside .price {
        margin-bottom: 20px; }
    .product-list .product-thumb > .price, .product-list .product-thumb > .cart-button {
      display: none; }

.clearfix + .product-list .product-thumb {
  border-top: 1px solid #d1d1d1;
  padding-top: 30px; }

.product-grid .product-thumb .image {
  float: none; }

/* ==================   SALE   =================== */
.sale, .discount, .new-pr {
  font: bold 12px/14px "Raleway", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1.2px;
  padding: 5px 5px;
  color: #fff;
  background: #000;
  position: absolute;
  z-index: 1; }

html[lang="ru"] .sale, html[lang="ru"] .new-pr {
  letter-spacing: .5px; }

.sale, .discount {
  top: 0;
  left: 0; }

.sale {
  left: auto;
  right: 0;
  background-color: #fc0134; }

.new-pr {
  left: 0;
  top: 0; }

.sale, .new-pr {
  min-width: 56px;
  text-align: center;
  padding: 11px 5px; }

.sale + .discount {
  left: auto;
  right: 0;
  top: 40px; }
  .sale + .discount:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: transparent transparent transparent #000; }

/* ===================   Product Price    =================== */
.price-new, .price-old, .price {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #303030; }

.price-old {
  color: #929292;
  text-decoration: line-through; }

.price-section {
  margin-top: 20px;
  font-weight: 700; }
  .price-section .price-new, .price-section .price-section .price-old {
    font-size: 30px;
    color: #303030;
    line-height: 30px; }
  .price-section .price-old {
    font-size: 20px;
    line-height: 30px; }
  .price-section .reward {
    display: block;
    margin-top: 10px; }

.category-name {
  font: 400 12px/14px "Raleway", sans-serif; }

.price-tax {
  font-size: 12px; }

.price-total {
  font-weight: bold; }

.price s {
  font-size: 15px; }

.stock, .out-stock {
  font-weight: 700; }

.stock {
  color: #54B70B; }

.out-stock {
  color: #EE372A; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

/* ===================   Product Rating   =================== */
.fa-stack {
  font-size: 14px;
  line-height: 16px;
  width: 0.9em;
  height: 16px; }
  .fa-stack i {
    color: #C9C9C9; }
    .fa-stack i.star {
      color: #e59635; }

.fa-stack-2x {
  font-size: 1em; }

.product-thumb .rating {
  position: absolute;
  bottom: 10px;
  line-height: 16px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.rat {
  color: #e59635; }

.product-thumb .product-options {
  display: none; }

.ajax-overlay .product-options {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 450px;
  min-width: 300px;
  padding-bottom: 0;
  border-bottom: none;
  max-height: 80%;
  backface-visibility: hidden; }
  .ajax-overlay .product-options h3 {
    margin-top: 0; }
  .ajax-overlay .product-options .col-sm-8 {
    text-align: left; }
  .ajax-overlay .product-options .options {
    padding: 20px;
    text-align: center;
    background: #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8); }
  .ajax-overlay .product-options .ajax-overlay_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "material-design";
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2); }
    .ajax-overlay .product-options .ajax-overlay_close:before {
      content: '\e054'; }
    .ajax-overlay .product-options .ajax-overlay_close:hover {
      color: #000; }
.ajax-overlay .product-option-wrap {
  text-align: center;
  height: 100%; }
  .ajax-overlay .product-option-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.product-option-wrap .control-label {
  margin-right: 5px; }

.ajax-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 997; }
  .ajax-overlay.visible {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible; }

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left; }

  .fancybox-next {
    right: -30px; }

  .fancybox-prev {
    left: -30px; }

  .product-reviews .fa-stack {
    font-size: 14px; }

  .fancybox-outer h3 {
    margin-bottom: 15px; }
  .fancybox-outer .product-options {
    padding-bottom: 5px; }
  .fancybox-outer .product-option-wrap {
    margin-top: 10px; }
    .fancybox-outer .product-option-wrap h3 {
      margin-bottom: 10px; }
  .fancybox-outer .new-pr, .fancybox-outer .sale {
    margin-bottom: 15px; }
  .fancybox-outer .counter + .product-btn {
    margin-left: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .product-list .product-thumb .aside {
    width: 100%;
    padding: 0; }

  .sale, .new-pr {
    padding-top: 8px;
    padding-bottom: 8px; } }
@media (max-width: 767px) {
  #content .product-layout {
    width: 50%;
    float: left;
    text-align: center; }
    #content .product-layout[data-clear] + .product-layout {
      clear: none; }
    #content .product-layout:nth-child(2n+3) {
      clear: left; }
    #content .product-layout + .product-layout {
      margin-top: 0; }
    #content .product-layout.clr {
      clear: both; }

  .quickview {
    display: none !important; }

  .product-thumb {
    display: inline-block;
    width: 270px;
    max-width: 100%; }

  .product-list .product-thumb .image, .product-list .product-thumb .caption, .product-list .product-thumb .aside,
  .product-grid .product-thumb .image,
  .product-grid .product-thumb .caption,
  .product-grid .product-thumb .aside {
    float: none;
    margin: 0 0 15px;
    width: 100%; }
  .product-list .product-thumb .aside,
  .product-grid .product-thumb .aside {
    display: none; }
  .product-list .product-thumb .caption,
  .product-grid .product-thumb .caption {
    border-right: none; }
  .product-list .product-thumb > .price, .product-list .product-thumb .cart-button,
  .product-grid .product-thumb > .price,
  .product-grid .product-thumb .cart-button {
    display: block; }
  .product-list + .product-list .product-thumb,
  .product-grid + .product-list .product-thumb {
    border-top: none;
    padding-top: 0; }

  .product-list .product-thumb .caption, .product-list .product-thumb .aside {
    text-align: center;
    padding-left: 0; }

  .clearfix + .product-list .product-thumb {
    border-top: none;
    padding: 0; }

  .product-layout {
    margin-bottom: 20px; } }
@media (max-width: 540px) {
  #content .product-layout {
    width: 100%;
    float: none; }

  .product-thumb .product-options {
    max-width: 95%; }
    .product-thumb .product-options [class*="col-xs"] {
      float: left; }
      .product-thumb .product-options [class*="col-xs"] + [class*="col-xs"] {
        margin-top: 0 !important; } }
/*========================================================
                         Box
=========================================================*/
.box {
  margin-bottom: 30px; }
  .box .box-heading {
    margin: 0 0 30px; }
    .box .box-heading h3 {
      margin: 0;
      font: 700 20px/30px "Source Sans Pro", sans-serif; }

aside .box .box-heading {
  margin-bottom: 15px; }
  aside .box .box-heading h3 {
    margin: 0;
    font-size: 16px;
    line-height: 19px; }
aside .box .product-layout {
  width: 100%; }
  aside .box .product-layout + .product-layout {
    margin-top: 30px; }

aside [class*="col-"], aside .container {
  width: 100%;
  padding: 0; }
aside .row {
  margin: 0; }

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .box.info .box-content ul a {
    padding: 13px 5px; }

  aside .box .box-heading h3 {
    font-size: 16px; } }
@media (max-width: 767px) {
  aside .box .box-heading {
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 2px solid #303030; }
    aside .box .box-heading:after {
      content: '\f055';
      position: absolute;
      right: 5px;
      top: -2px;
      font-size: 18px;
      font-family: "FontAwesome";
      color: #303030; }
    aside .box .box-heading.active:after {
      content: '\f056'; } }
@media (max-width: 480px) {
  .box .box-heading {
    margin-bottom: 20px; } }
/*========================================================
                        Buttons
=========================================================*/
#button-search + h2 {
  margin-top: 15px; }

.buttons {
  margin: 1em 0; }
  .buttons:before, .buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .buttons:after {
    clear: both; }
  .buttons .btn {
    margin-bottom: 10px; }
    .buttons .btn:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .buttons .btn i, .buttons .btn span {
      vertical-align: middle; }
    .buttons .btn i {
      font-size: 28px;
      margin: 0 5px;
      display: inline-block;
      line-height: 24px; }
  .buttons .pull-right .btn {
    margin-right: 10px; }
  .buttons .pull-right [for="agree1"] + .btn {
    margin-bottom: 0; }

.input-group-btn .btn {
  padding: 7px 12px; }
  .input-group-btn .btn i {
    font-size: 15px;
    line-height: 18px; }

.agree b {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
.agree:hover b {
  color: #e59635; }

/* ================   Default Buttons BEGIN   =============== */
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #fff;
  background: #757b81;
  text-shadow: none;
  letter-spacing: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 10px 15px;
  outline: none; }
  .btn:visited, .btn-default:visited, .btn-primary:visited, .btn-success:visited, .btn-info:visited, .btn-warning:visited, .btn-danger:visited {
    color: #fff;
    background: #757b81; }
  .btn:hover, .btn:focus, .btn:active, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    color: #fff;
    background: #303030;
    outline: none !important; }
  .btn i, .btn-default i, .btn-primary i, .btn-success i, .btn-info i, .btn-warning i, .btn-danger i {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    margin-right: 2px; }

.btn-primary {
  background: #e59635; }
  .btn-primary:visited {
    background: #e59635; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #303030; }

/*================   Product Buttons BEGIN   ===============*/
.product-btn {
  background: none;
  color: #303030;
  padding: 0;
  text-transform: uppercase;
  font: bold 11px/13px "Raleway", sans-serif; }
  .product-btn i {
    margin-right: 3px;
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle; }
  .product-btn:visited {
    color: #303030;
    background: none; }
  .product-btn:hover, .product-btn:focus, .product-btn:active {
    color: #e59635;
    background: none; }

.product-btn + .product-btn {
  margin-left: 15px; }

.rd-parallax .btn-primary, .newsletter .btn-primary {
  color: rgba(255, 255, 255, 0);
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .rd-parallax .btn-primary span, .newsletter .btn-primary span {
    position: relative; }
  .rd-parallax .btn-primary:visited, .newsletter .btn-primary:visited {
    color: rgba(255, 255, 255, 0); }
  .rd-parallax .btn-primary:hover, .rd-parallax .btn-primary:focus, .rd-parallax .btn-primary:active, .newsletter .btn-primary:hover, .newsletter .btn-primary:focus, .newsletter .btn-primary:active {
    color: rgba(255, 255, 255, 0); }
  .rd-parallax .btn-primary .bg, .rd-parallax .btn-primary .over, .rd-parallax .btn-primary .out, .newsletter .btn-primary .bg, .newsletter .btn-primary .over, .newsletter .btn-primary .out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .rd-parallax .btn-primary .bg, .newsletter .btn-primary .bg {
    top: auto;
    bottom: 100%;
    background: #303030;
    opacity: .1; }
  .rd-parallax .btn-primary .over, .newsletter .btn-primary .over {
    top: 50px; }
  .rd-parallax .btn-primary:hover .out, .newsletter .btn-primary:hover .out {
    top: -50px; }
  .rd-parallax .btn-primary:hover .over, .newsletter .btn-primary:hover .over {
    top: 0; }
  .rd-parallax .btn-primary:hover .bg, .newsletter .btn-primary:hover .bg {
    bottom: 0%;
    opacity: 1; }

/* ================   QuickView  =============== */
.product-thumb .image > .quickview {
  position: absolute;
  left: 50%;
  top: 40%;
  display: inline-block;
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #303030;
  font: bold 9px/16px "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background: none;
  padding: 0;
  z-index: 1;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  .product-thumb .image > .quickview:before {
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -10px;
    content: '\e8ff';
    letter-spacing: 0;
    font: 400 24px/24px 'Material Icons'; }
  .product-thumb .image > .quickview:hover {
    color: #a36111; }

/* ================   Product page buttons  =============== */
.product-buttons {
  margin: 10px 0 1em;
  padding: 0; }
  .product-buttons:before, .product-buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .product-buttons:after {
    clear: both; }
  .product-buttons li {
    display: inline-block;
    margin-right: 10px;
    list-style: none; }
    .product-buttons li button {
      display: inline-block;
      background: none;
      color: #303030;
      padding: 0; }
      .product-buttons li button:hover, .product-buttons li button:focus {
        color: #e59635;
        background: transparent; }
      .product-buttons li button:active {
        box-shadow: none; }

.btn-icon {
  font-size: 18px;
  line-height: 22px;
  color: #303030;
  text-align: center;
  width: 18px; }
  .btn-icon:visited {
    color: #303030; }
  .btn-icon:hover, .btn-icon:focus, .btn-icon:active {
    color: #e59635; }
  .btn-icon + .btn-icon {
    margin-left: 2px; }

#button-cart {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }
  #button-cart:disabled {
    pointer-events: none;
    opacity: .5; }

/* ================   Tooltip  ================= */
.tooltip-inner {
  background: #e59635; }

[class][class].tooltip-arrow {
  border-top-color: #e59635; }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .account-wishlist table td .btn {
    padding: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px; }

  .account-wishlist table td .btn {
    padding: 6px; } }
@media (max-width: 767px) {
  #grid-view, #list-view {
    display: none; }

  .product-thumb .image > .quickview {
    display: none; } }
@media (max-width: 479px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-left: 0; }

  #button-cart {
    display: block;
    margin: 15px 0 0;
    width: 100%; } }
@media (max-width: 410px) {
  .account-address .table td a {
    display: block; }
    .account-address .table td a + a {
      margin-top: 5px; } }
/*========================================================
                      Form Styles
=========================================================*/
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"] {
  display: block;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #d1d1d1;
  color: #303030;
  font-size: 14px;
  height: 36px;
  line-height: 24px;
  padding: 6px 10px 6px 20px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: #d1d1d1;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); }

.product-options .checkbox input[type="checkbox"] + label,
.product-options .radio input[type="radio"] + label {
  border: 1px solid #d1d1d1; }

select:hover {
  cursor: pointer; }

input[name*="quantity"] {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle; }

input[name="captcha"] + img {
  margin-top: 15px; }

textarea:not([class*="habla"]) {
  min-height: 200px; }

select {
  display: none; }

#modal-shipping input[type="radio"] {
  display: inline;
  float: left;
  margin-top: 8px; }
@media (max-width: 479px) {
  #modal-shipping .btn, #modal-shipping #button-shipping {
    margin-top: 5px; } }

.counter, .counter:focus {
  display: inline-block;
  height: 36px;
  width: 36px;
  color: #303030;
  background: #f2f2f2;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle; }
  .counter:hover, .counter:focus:hover {
    background: #eaeaea;
    color: #e59635; }
  @media (max-width: 767px) {
    .counter, .counter:focus {
      display: none; } }

@media (max-width: 767px) {
  #product .counter {
    display: inline-block; } }

.input-group-btn .btn {
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sbHolder {
  background-color: #f2f2f2;
  border: 1px solid #d1d1d1;
  height: 36px;
  position: relative;
  width: 100%;
  text-align: left;
  color: #303030;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 120px; }
  .sbHolder:hover {
    background: #eaeaea; }
  .sbHolder:focus {
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); }

.sbSelector {
  display: block;
  height: 100%;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  right: 30px;
  padding: 6px 10px 6px 15px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sbSelector:hover {
    color: inherit; }

.sbToggle {
  display: block;
  height: 100%;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  text-align: center;
  color: inherit;
  font-family: "material-design";
  line-height: 36px;
  font-size: 28px; }
  .sbToggle:before {
    content: "";
    display: block;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .sbToggle:hover {
    color: inherit; }
  .sbToggleOpen:before {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151; }

.sbOptions {
  background-color: #f2f2f2;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  z-index: 1;
  overflow-y: auto;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  outline: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 16px;
  z-index: 2; }
  .sbOptions li a {
    display: block;
    padding: 8px 20px 8px 10px;
    color: #303030; }
    .sbOptions li a:hover {
      background: #eaeaea; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 24px; }
  input[type="radio"] + label:before, input[type="radio"] + label:after {
    content: '';
    position: absolute;
    -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; }
  input[type="radio"] + label:before {
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d1d1d1;
    background: #f2f2f2; }
  input[type="radio"] + label:after {
    top: 6px;
    left: 2px;
    width: 12px;
    height: 12px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }

input[type="radio"]:checked + label:after {
  background: #e59635; }

.radio-inline {
  margin-right: 5px; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer; }
  input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px; }
  input[type="checkbox"] + label:before {
    background: #e5e5e5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  input[type="checkbox"] + label:after {
    text-align: center;
    line-height: 14px;
    font-family: "FontAwesome";
    color: #e59635; }

input[type="checkbox"]:checked + label:after {
  content: ""; }

input[type="checkbox"][disabled] + label {
  color: #c3c3c3;
  display: none; }

input[type="checkbox"][name="agree"] + label {
  margin-bottom: 12px; }
  input[type="checkbox"][name="agree"] + label:before, input[type="checkbox"][name="agree"] + label:after {
    top: 0; }

#habla_window_div #habla_topbar_div {
  background: #303030 !important; }

#at15s, #at20mc {
  z-index: 999 !important; }

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  -moz-transition: all 1.3s ease 0.3s;
  -o-transition: all 1.3s ease 0.3s;
  -webkit-transition: all 1.3s ease 0.3s;
  transition: all 1.3s ease 0.3s; }
  #page-preloader.visible {
    opacity: 1;
    z-index: 100500; }
    #page-preloader.visible .preloader {
      opacity: 1;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #page-preloader .preloader {
    width: 140px;
    height: 140px;
    position: absolute;
    border: 10px solid #fff;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../image/preloader.gif") no-repeat 50% 50% #fff;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0; }

/*========================================================
                      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: 36px; }

.megamenu {
  position: static; }

header .navigation {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  padding-top: 10px;
  margin-right: 8px; }
header .megamenu h3 {
  display: none; }

.sf-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/*================ Menu  ===============*/
.sf-menu li {
  position: relative; }
  .sf-menu li.sfHover > a, .sf-menu li > a:hover, .sf-menu li > a.active {
    color: #cd7a15; }
  .sf-menu li.sf-with-mega {
    position: static; }
.sf-menu > li > a {
  color: #fff;
  display: inline-block;
  font: bold 11px/13px "Raleway", sans-serif;
  letter-spacing: 1.3px;
  text-transform: uppercase; }

/*================ Sub-menu lvl1  ===============*/
.sf-menu .simple_menu {
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 109;
  left: 0;
  top: 100%;
  width: 200px;
  margin-top: 0;
  padding: 0;
  color: #fff;
  background-color: #57595c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/*================ Sub-menu lvl1 item  ===============*/
.sf-menu .simple_menu li {
  position: relative;
  padding: 13px 30px 13px 20px;
  text-align: left; }
.sf-menu .simple_menu a {
  display: inline-block;
  color: #fff; }
.sf-menu .simple_menu li.active > a, .sf-menu .simple_menu a:hover, .sf-menu .simple_menu li.sfHover > a {
  color: #e59635; }

/*================ 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; }

.sf-menu .sf-mega {
  display: none;
  position: absolute;
  list-style-type: none;
  top: 100%;
  margin-top: -6px;
  left: 0;
  right: 0;
  z-index: 109;
  padding: 27px 28px 16px 28px;
  font: 400 12px/14px "Source Sans Pro", sans-serif;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-repeat: no-repeat;
  text-align: left; }
  .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 .megamenu_module {
    margin-top: 7px; }
  .sf-menu .sf-mega > li {
    padding: 0 0 10px 0;
    letter-spacing: 0; }
  .sf-menu .sf-mega ul {
    padding: 0;
    list-style-type: none; }
    .sf-menu .sf-mega ul li.sfHover > a, .sf-menu .sf-mega ul li > a:hover, .sf-menu .sf-mega ul li > a.active {
      color: #efb063; }
    .sf-menu .sf-mega ul li + li {
      margin-top: 10px; }
  .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-menu .sf-mega .submenu_title {
    font: bold 11px/13px "Raleway", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.4px; }
    .sf-menu .sf-mega .submenu_title + ul {
      margin-top: 15px; }

.submenu_title a:hover, .submenu_title a.active {
  color: #e59635; }

/* ------------------------------------------------------------*/
.sf-mega .banners a {
  background: #000; }
  .sf-mega .banners a h2 {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .sf-mega .banners a img {
    opacity: .6;
    background: #000;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .sf-mega .banners a:hover .s-desc h2 {
    color: #fdaf50; }
  .sf-mega .banners a:hover img {
    opacity: .65; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    display: inline-block;
    opacity: 0;
    height: 19px;
    position: absolute;
    left: 5%;
    top: 100%;
    margin-top: -7px;
    color: rgba(0, 0, 0, 0.5);
    content: '\f0d8';
    font: 400 25px/19px 'FontAwesome'; }
.sf-menu > li.sfHover > .sf-with-ul:before {
  opacity: 1; }

.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'; }

/*========================================================
                  Styles Responsive
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 25px; } }
@media (min-width: 768px) and (max-width: 991px) {
  header .navigation {
    width: 100%;
    margin-top: 10px; }

  .sf-menu .sf-mega {
    top: 70px; } }
@media (max-width: 767px) {
  .sf-menu {
    display: none; }

  .sf-mega_section {
    width: 100% !important; } }
/*==================  Stuck menu  ======================*/
.stuck-menu {
  width: auto !important;
  margin-bottom: -65px; }
  .stuck-menu > .container {
    padding-top: 28px; }
    .stuck-menu > .container > div {
      position: relative;
      width: 100%;
      display: inline-block;
      padding: 0 0 5px; }

.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: rgba(0, 0, 0, 0.5); }
    .scroll-fix.stuck-menu > .container {
      padding-top: 10px; }
      .scroll-fix.stuck-menu > .container > div {
        padding: 0 0 5px; } }
@media only screen and (max-width: 991px) {
  .stuck-menu {
    position: static; }
    .stuck-menu + .stuck-menu {
      display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  overflow: auto;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  -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: 10px 25px 10px 15px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #e59635;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -14px;
      width: 28px;
      height: 28px;
      font: 400 10px "FontAwesome";
      line-height: 28px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #fff;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul {
    list-style-type: none;
    padding-left: 0; }
    .rd-mobilemenu_ul ul a {
      padding-left: 30px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 45px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #e1e1e1;
  color: #000;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 10000; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 52px;
  right: 96px;
  color: #000;
  font-size: 20px;
  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: -6px;
      -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: 6px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 20px;
      height: 3px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.42857px center;
      -ms-transform-origin: 1.42857px center;
      -o-transform-origin: 1.42857px center;
      -webkit-transform-origin: 1.42857px center;
      transform-origin: 1.42857px center;
      -moz-transform-origin: 1.42857px center;
      -ms-transform-origin: 1.42857px center;
      -o-transform-origin: 1.42857px center;
      -webkit-transform-origin: 1.42857px center;
      transform-origin: 1.42857px 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: 12.5px; }
    .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; }

  .megamenu_module .banner-box {
    margin: 10px 0; }
    .megamenu_module .banner-box a {
      padding: 0; }
    .megamenu_module .banner-box img {
      opacity: .5; }
    .megamenu_module .banner-box .s-desc h2 {
      font-size: 24px;
      line-height: 29px;
      color: #303030;
      text-transform: none; }

  .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: #000;
    font-size: 20px; }
    .cart > button:hover, .nav > .toggle:hover {
      color: #e59635; } }
@media (max-width: 400px) {
  .rd-mobilepanel_title {
    font-size: 18px; }

  .cart > button, header .nav > .toggle {
    font-size: 22px; } }
/*========================================================
                      Banners
=========================================================*/
.banners > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }
  .banners > div .banner-box {
    position: relative; }
    .banners > div .banner-box > a {
      display: block; }

.banners > div .s-desc {
  position: absolute;
  top: 55%;
  text-align: center;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff; }
  .banners > div .s-desc h2 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1.2px;
    font-family: "Playfair Display", serif; }

/*========================================================
                   Responsive Banners
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .banners > div .s-desc h2 {
    font-size: 24px;
    line-height: 29px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banners > div .s-desc h2 {
    font-size: 22px;
    line-height: 24px; } }
.owl-carousel {
  position: relative;
  margin: 0 -15px;
  width: auto; }
  .owl-carousel .owl-item {
    padding: 0 15px;
    width: auto; }

.owl-carousel .owl-nav div {
  opacity: 0;
  color: #c9c9c9;
  transition: all .3s ease;
  font-size: 25px;
  position: absolute;
  top: 48%; }
  .owl-carousel .owl-nav div:hover {
    color: #303030; }
.owl-carousel .owl-nav .owl-prev {
  left: -10px; }
.owl-carousel .owl-nav .owl-next {
  right: -10px;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }
.owl-carousel:hover .owl-nav div {
  opacity: 1; }
.owl-carousel:hover .owl-nav .owl-prev {
  left: -20px; }
.owl-carousel:hover .owl-nav .owl-next {
  right: -20px; }
@media (max-width: 767px) {
  .owl-carousel .owl-nav div {
    opacity: 1; }
  .owl-carousel .owl-nav .owl-prev {
    left: -10px; }
  .owl-carousel .owl-nav .owl-next {
    right: -10px; } }

.testimonials.owl-carousel .owl-nav {
  margin-top: 30px; }
  .testimonials.owl-carousel .owl-nav div {
    opacity: 1;
    position: static;
    display: inline-block;
    margin: 0 5px; }

.brand-carousel .owl-nav div {
  top: 30%; }

aside .owl-carousel .owl-nav .owl-prev {
  left: 15px !important; }
aside .owl-carousel .owl-nav .owl-next {
  right: 15px !important; }

.owl-pagination {
  text-align: center;
  top: 40px;
  position: relative; }

.owl-controls .owl-page {
  display: inline-block;
  margin: 0px 6px; }
  .owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0.9); }

/*========================================================
           Responsive Layout
=========================================================*/
@media (max-width: 1239px) {
  .owl-carousel .owl-nav div {
    opacity: 1 !important; }
  .owl-carousel .owl-nav .owl-prev {
    left: 0 !important; }
  .owl-carousel .owl-nav .owl-next {
    right: 0 !important; }

  .related-block .owl-carousel .owl-nav div {
    opacity: 1 !important; }
  .related-block .owl-carousel .owl-nav .owl-prev {
    left: 10px !important; }
  .related-block .owl-carousel .owl-nav .owl-next {
    right: 10px !important; } }
@media (max-width: 991px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -5px !important; }
  .owl-carousel .owl-nav .owl-next {
    right: -5px !important; } }
@media (max-width: 1199px) {
  .related-block .owl-carousel .owl-nav .owl-prev {
    left: 0px !important; }
  .related-block .owl-carousel .owl-nav .owl-next {
    right: 0px !important; } }
@media (max-width: 767px) {
  .owl-carousel {
    margin-left: 0;
    margin-right: 0; }
    .owl-carousel .owl-nav .owl-prev {
      left: -10px !important; }
    .owl-carousel .owl-nav .owl-next {
      right: -10px !important; }

  .owl-carousel.owl-drag .owl-item {
    text-align: center; }

  aside .owl-carousel .owl-nav .owl-prev {
    left: -10px !important; }
  aside .owl-carousel .owl-nav .owl-next {
    right: -10px !important; } }
/*========================================================
                      Blog Styles
=========================================================*/
.blog_article {
  margin-bottom: 30px; }
  .blog_article .btn {
    margin-top: 30px; }

.blog_articles .description-blog {
  margin-bottom: 20px; }

.article-info .article-sub-title {
  text-align: center; }
.article-info .btn {
  margin-top: 15px; }

.article-image {
  text-align: center;
  margin-bottom: 15px; }

.simple_blog-article-view h1:after {
  margin-bottom: 15px; }

.article-title {
  font: bold 16px/19px "Raleway", sans-serif;
  color: #303030;
  text-transform: uppercase;
  letter-spacing: 1.2px; }
  .article-title > h1 {
    text-transform: none; }
  .article-title > a {
    display: inline; }
  .article-title a:hover {
    color: #e59635; }
  .article-title + * {
    margin-top: 7px; }

* + .article-description {
  margin-top: 15px; }

.article-sub-title {
  font-size: 17px;
  color: #303030;
  font-weight: 400; }
  .article-sub-title span:before {
    font-size: 18px;
    font-family: "material-design";
    color: #e59635;
    line-height: inherit;
    margin-right: 5px;
    vertical-align: bottom; }
  .article-sub-title span + span {
    margin-left: 10px; }
  .article-sub-title + * {
    margin-top: 15px; }

.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: #e59635;
    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: #303030;
      font-size: 16px;
      font-weight: 700; }
.article-description + * {
  margin-top: 20px; }

.related-article h4 {
  text-transform: uppercase;
  color: #e59635; }
  .related-article h4 a:hover {
    color: #303030; }
.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 #d1d1d1; }
  .article-comment .author {
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px; }
  .article-comment .reply-message {
    float: right;
    text-transform: uppercase;
    color: #e59635; }
    .article-comment .reply-message a:hover {
      color: #303030; }
  .article-comment .comment-date {
    clear: both;
    color: #303030;
    text-transform: uppercase; }
    .article-comment .comment-date:before {
      content: '\e053';
      font-size: 15px;
      color: #e59635;
      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: #e59635;
  -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: #303030; }

#review-title {
  clear: both; }

.blog_articles .article-sub-title span + span {
  margin-left: 0; }

section.bottom .blog_articles {
  margin-bottom: 44px; }
  section.bottom .blog_articles .col-sm-6 > div {
    position: relative; }
    section.bottom .blog_articles .col-sm-6 > div:hover .article-image img {
      opacity: .57; }
    section.bottom .blog_articles .col-sm-6 > div:hover .article-title a {
      color: #e59635; }
  section.bottom .blog_articles .box-heading {
    margin-bottom: 27px; }
  section.bottom .blog_articles h3 {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 2px; }
  section.bottom .blog_articles .article-image {
    background: #000; }
    section.bottom .blog_articles .article-image img {
      opacity: .47;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease; }
  section.bottom .blog_articles .description-blog {
    position: absolute;
    left: 7.5%;
    bottom: 23px;
    display: inline-block;
    width: 80%;
    margin-bottom: 0;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.8); }
    section.bottom .blog_articles .description-blog .article-title {
      color: #fff; }
    section.bottom .blog_articles .description-blog .article-sub-title {
      color: rgba(255, 255, 255, 0.7); }

aside .blog_articles .article-title {
  font-size: 13px; }
aside .blog_articles .col-sm-4 + .col-sm-4 {
  margin-top: 30px; }
aside .blog_articles * + .article-description {
  margin-top: 10px; }
aside .blog-categories ul > li {
  position: relative; }
  aside .blog-categories ul > li + li {
    margin-top: 2px; }
  aside .blog-categories ul > li > i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #303030;
    -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: #e59635; }
  aside .blog-categories ul > li > a {
    background: #f2f2f2;
    display: block;
    color: #303030;
    font: bold 12px/14px "Raleway", sans-serif;
    text-transform: uppercase;
    padding: 8px 10px 8px 20px; }
    aside .blog-categories ul > li > a:hover {
      background: #eaeaea; }
aside .blog-categories ul ul {
  display: none;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #d1d1d1; }
  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: 36px;
    top: 0;
    color: #303030;
    font-family: "FontAwesome";
    background: none; }
    aside #blog-search a:before {
      content: '\f002'; }
    aside #blog-search a:hover {
      color: #e59635; }

.simple_blog-article .article-image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }

.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; }

  .article-title {
    font-size: 14px;
    line-height: 16px; }

  .article-sub-title {
    font-size: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .article-sub-title span + span {
    margin-left: 5px; }

  .article-title {
    font-size: 14px;
    line-height: 16px; }

  .article-sub-title {
    font-size: 15px; }

  section.bottom .blog_articles .description-blog {
    font-size: 12px;
    line-height: 18px;
    width: 90%; } }
@media (max-width: 767px) {
  .simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
    width: 100%; }

  section.bottom .blog_articles .col-sm-6 {
    text-align: center; }
    section.bottom .blog_articles .col-sm-6 > div {
      display: inline-block;
      width: auto; }
  section.bottom .blog_articles .description-blog {
    width: 90%; }

  section.bottom .blog_articles .description-blog {
    bottom: 33px; } }
@media (max-width: 600px) {
  .reply-cancel {
    float: none;
    display: block; } }
@media (max-width: 479px) {
  .article-title {
    font-size: 14px;
    line-height: 16px; }

  .article-sub-title {
    font-size: 15px; }

  section.bottom .blog_articles .description-blog {
    font-size: 12px;
    line-height: 18px;
    width: 90%; } }
/*========================================================
                     Color Schemes
=========================================================*/
.color_scheme_1 {
  background: #e59635; }
  .color_scheme_1:before {
    background: #303030; }
  .color_scheme_1:after {
    background: #e1e1e1; }

.color_scheme_2 {
  background: #3592e5; }
  .color_scheme_2:before {
    background: #1e4882; }
  .color_scheme_2:after {
    background: #dae9f7; }

.color_scheme_3 {
  background: #33ca7c; }
  .color_scheme_3:before {
    background: #534060; }
  .color_scheme_3:after {
    background: #c6f6dd; }

.color_scheme_4 {
  background: #c5729f; }
  .color_scheme_4:before {
    background: #548b90; }
  .color_scheme_4:after {
    background: #faedca; }

#style_switcher, #style_switcher .toggler {
  background: #303030; }

#style_switcher, #style_switcher .toggler:hover {
  color: #fff; }

#style_switcher div.color_scheme {
  position: relative;
  overflow: hidden; }

#style_switcher div.color_scheme:before,
#style_switcher div.color_scheme:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-filter: blur(0);
  filter: blur(0); }

#style_switcher div.color_scheme:before {
  top: 0; }

#style_switcher div.color_scheme:after {
  bottom: 0; }

#style_switcher {
  position: fixed;
  top: 190px;
  width: 295px;
  box-sizing: border-box;
  left: 0;
  z-index: 1012;
  padding: 21px 29px 62px 30px;
  text-align: left;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease; }

#style_switcher.shown {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1012; }

#style_switcher p {
  line-height: 28px;
  font-size: 17px;
  font-weight: normal;
  padding: 0 0 23px; }

#style_switcher p span {
  font-size: 12.4px;
  display: block;
  line-height: 21px;
  color: #888; }

#style_switcher .toggler {
  position: absolute;
  top: 0;
  left: 100%;
  width: 57px;
  height: 60px;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  color: #5f666b;
  text-align: center;
  transition: color .2s ease; }

#style_switcher .toggler:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  height: 60px;
  content: '\f040';
  font-family: fontawesome;
  transition: color .2s ease; }

#style_switcher.shown .toggler:before {
  content: '\f00d'; }

#style_switcher ul {
  margin: 0;
  list-style: none;
  font-size: 0;
  padding: 0 0 21px;
  line-height: 0; }

#style_switcher ul li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: top; }

#style_switcher ul li:hover,
#style_switcher ul li.active {
  padding: 2px; }

#style_switcher div.color_scheme {
  width: 40px;
  height: 40px;
  border-radius: 3px; }

#style_switcher ul li:hover div.color_scheme,
#style_switcher ul li.active div.color_scheme {
  height: 36px;
  width: 36px; }

#style_switcher #style_switcher_form {
  padding: 0;
  margin: 0; }

#style_switcher #style_switcher_form button.button {
  display: block;
  text-align: center;
  padding: 4px 30px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  outline: none !important;
  position: relative;
  border: 2px solid #626262 !important;
  background: transparent !important;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold; }

#style_switcher #style_switcher_form button.button:hover {
  background: #626262 !important;
  color: #fff !important; }

#style_switcher.loading:before {
  position: absolute;
  right: 30px;
  bottom: 40px;
  background: url(../images/loading.gif);
  width: 60px;
  height: 20px;
  content: ''; }

#style_switcher.success:before {
  position: absolute;
  right: 30px;
  bottom: 32px;
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px; }

/*------------------------------*/
@media (max-width: 767px) {
  #style_switcher {
    top: 170px;
    padding-top: 15px;
    padding-bottom: 15px; }
    #style_switcher p {
      font-size: 14px;
      line-height: 18px; } }
@media (max-width: 480px) {
  #style_switcher {
    width: 260px;
    padding-left: 20px; } }
body.mobile_mode.mobile #style_switcher {
  top: 0 !important; }

/* ===================   Product Quickview   =================== */
.ajax-quickview,
.ajax-quickview-images,
.ajax-quickview-images > ul,
.ajax-quickview-images > ul > li {
  height: 100%; }

.ajax-quickview-images,
.ajax-quickview-cont-wrap {
  width: 50%; }

.ajax-quickview-images {
  position: relative;
  float: left; }
  .ajax-quickview-images > ul {
    margin: 0; }
    .ajax-quickview-images > ul > li {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 1;
      opacity: 0;
      text-align: center;
      overflow: hidden;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      .ajax-quickview-images > ul > li > img {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%;
        width: auto; }
      .ajax-quickview-images > ul > li.active {
        z-index: 2;
        opacity: 1; }
  .ajax-quickview-images .next-img,
  .ajax-quickview-images .prev-img {
    position: absolute;
    top: 50%;
    z-index: 5;
    font-size: 25px;
    color: #767676; }
    .ajax-quickview-images .next-img:hover,
    .ajax-quickview-images .prev-img:hover {
      color: #303030; }
  .ajax-quickview-images .next-img {
    right: 15px;
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .ajax-quickview-images .prev-img {
    left: 15px; }

.ajax-quickview-cont-wrap {
  float: right;
  max-height: 100%;
  overflow-y: auto; }
  .ajax-quickview-cont-wrap .ajax-quickview-cont {
    padding: 30px 40px; }
  .ajax-quickview-cont-wrap .sale, .ajax-quickview-cont-wrap .new-pr, .ajax-quickview-cont-wrap .discount {
    position: static; }
  .ajax-quickview-cont-wrap .product-options {
    border-bottom: none; }
  .ajax-quickview-cont-wrap .product-btn-add {
    vertical-align: middle; }
  .ajax-quickview-cont-wrap .counter + .product-btn-add {
    margin-left: 20px; }

.ajax-quickview-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden; }
  .ajax-quickview-overlay .ajax-quickview-overlay__preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    border: 10px solid #fff;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../image/quick_view_preloader.gif) #fff; }
  .ajax-quickview-overlay.visible {
    opacity: 1;
    visibility: visible; }

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible; }

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px; }

.fancybox-next {
  right: -60px; }

.fancybox-prev {
  left: -60px; }

/*
* @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 {
  color: #fff;
  font-size: 18px;
  line-height: 30px; }
  .rd-parallax-inner {
    overflow: hidden;
    position: relative;
    min-height: 100%;
    text-align: center; }
  .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[data-type="html"] {
    position: relative;
    padding-top: 103px;
    padding-bottom: 97px; }
  .rd-parallax h2 {
    font: 400 48px/48px "Playfair Display", serif;
    color: #fff;
    letter-spacing: -2.5px;
    margin-bottom: 14px; }
  .rd-parallax p {
    padding-left: 27%;
    padding-right: 27%;
    margin-bottom: 22px; }
  .rd-parallax .btn-primary {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 3.2px;
    padding: 15px 37px; }

.top .rd-parallax-layer[data-type="html"] {
  padding-top: 365px;
  padding-bottom: 59px; }

.bottom .rd-parallax {
  margin-top: 6px;
  margin-bottom: 58px; }
  .bottom .rd-parallax p {
    padding-left: 20%;
    padding-right: 20%; }

.bottom .rd-parallax-layer[data-type="html"] h2 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.5px; }

/*========================================================
                   Styles Responsive
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .rd-parallax-layer[data-type="html"] {
    padding-top: 120px;
    padding-bottom: 90px; }

  .top .rd-parallax-layer[data-type="html"] {
    padding-top: 290px;
    padding-bottom: 50px; }

  .rd-parallax {
    font-size: 16px;
    line-height: 24px; }
    .rd-parallax h2 {
      font-size: 38px;
      line-height: 38px; }
    .rd-parallax p {
      padding-left: 15%;
      padding-right: 15%; }
    .rd-parallax .btn-primary {
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 2px;
      padding: 12px 25px; }
      .rd-parallax .btn-primary .out, .rd-parallax .btn-primary .over {
        line-height: 42px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .rd-parallax-layer[data-type="html"] {
    padding-top: 120px;
    padding-bottom: 50px; }

  .top .rd-parallax-layer[data-type="html"] {
    padding-top: 230px;
    padding-bottom: 40px; }

  .rd-parallax {
    font-size: 14px;
    line-height: 20px; }
    .rd-parallax h2 {
      font-size: 34px;
      line-height: 34px; }
    .rd-parallax p {
      padding-left: 10%;
      padding-right: 10%; }
    .rd-parallax .btn-primary {
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 2px;
      padding: 12px 25px; }
      .rd-parallax .btn-primary .out, .rd-parallax .btn-primary .over {
        line-height: 42px; } }
@media (max-width: 767px) {
  .rd-parallax-layer[data-type="html"] {
    padding-top: 120px;
    padding-bottom: 50px; }

  .top .rd-parallax-layer[data-type="html"] {
    padding-top: 140px;
    padding-bottom: 40px; }

  .rd-parallax {
    font-size: 14px;
    line-height: 20px; }
    .rd-parallax h2 {
      font-size: 34px;
      line-height: 34px; }
    .rd-parallax p {
      padding-left: 10%;
      padding-right: 10%; }
    .rd-parallax .btn-primary {
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 1px;
      padding: 12px 20px; }
      .rd-parallax .btn-primary .out, .rd-parallax .btn-primary .over {
        line-height: 42px; } }
@media (max-width: 480px) {
  .rd-parallax-layer[data-type="html"] {
    padding-top: 60px;
    padding-bottom: 30px; }

  .top .rd-parallax-layer[data-type="html"] {
    padding-top: 100px; }

  .bottom .rd-parallax {
    margin-bottom: 40px; }
    .bottom .rd-parallax p {
      padding-left: 15px;
      padding-right: 15px; }

  .bottom .rd-parallax-layer[data-type="html"] h2 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1px; }

  .rd-parallax {
    font-size: 14px;
    line-height: 20px; }
    .rd-parallax h2 {
      font-size: 20px;
      line-height: 22px;
      letter-spacing: -1px; }
    .rd-parallax p {
      padding-left: 0;
      padding-right: 0; } }
.newsletter {
  text-align: center;
  margin-bottom: 0; }
  .newsletter .box-heading h3 {
    font-size: 14px;
    line-height: 16px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1.7px; }
  .newsletter .box-content {
    padding-bottom: 32px; }
  .newsletter form {
    line-height: 16px;
    position: relative; }
  .newsletter input {
    width: 461px;
    display: inline-block;
    color: #303030;
    font: 400 13px/16px "Source Sans Pro", sans-serif;
    background: #fff;
    height: 50px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 7px 0 0;
    padding: 16px 10px 16px 12px; }
    .newsletter input::-webkit-input-placeholder {
      color: #303030;
      opacity: 1; }
    .newsletter input:-moz-placeholder {
      color: #303030;
      opacity: 1; }
    .newsletter input::-moz-placeholder {
      color: #303030;
      opacity: 1; }
    .newsletter input:-ms-input-placeholder {
      color: #303030;
      opacity: 1; }
  .newsletter .btn-primary {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 3.2px;
    padding: 15px 35px; }

.newsletter-error, .newsletter-success {
  display: block;
  position: absolute;
  bottom: -23px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.newsletter-error {
  color: #D4323D; }

.newsletter-success {
  color: #55C65E; }

@media (min-width: 1200px) {
  .newsletter .box-content {
    padding-right: 6.2%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter .btn-primary {
    font-size: 15px;
    letter-spacing: 2px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter .btn-primary {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    letter-spacing: 2px; } }
@media (max-width: 767px) {
  .newsletter input {
    margin: 0 0 10px;
    max-width: 100%; }
  .newsletter .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 10px 10px; } }
@media (max-width: 480px) {
  .newsletter .box-content {
    padding-bottom: 20px; } }
/* ===================   Social list   =================== */
.social-list {
  font-size: 18px;
  line-height: 22px; }
  .social-list li {
    display: inline-block;
    float: left;
    margin: 0 0 5px 0; }
    .social-list li + li {
      margin: 0 0 5px 17px; }
  .social-list a {
    color: #494949; }
    .social-list a.fa-youtube:hover {
      color: #fe3432; }
    .social-list a.fa-facebook:hover {
      color: #3c5b9b; }
    .social-list a.fa-google-plus:hover {
      color: #4285f4; }
    .social-list a.fa-rss:hover {
      color: #e59635; }
    .social-list a.fa-twitter:hover {
      color: #2daae1; }
    .social-list a.fa-pinterest:hover {
      color: #bd2126; }
    .social-list a.fa-instagram:hover {
      color: #125688; }
    .social-list a.fa-vimeo:hover {
      color: #17b3e8; }

/*========================================================
                 Tab Products Module
=========================================================*/
.module_tab {
  clear: both;
  margin-top: 30px;
  border: none; }
  .module_tab .box {
    margin-bottom: 0; }
  .module_tab .nav-tabs {
    padding: 0;
    text-align: center;
    border: none; }
    .module_tab .nav-tabs > li {
      float: none;
      display: inline-block;
      margin: 0; }
      .module_tab .nav-tabs > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
        margin: 0;
        border: none !important; }
        .module_tab .nav-tabs > li > a:hover, .module_tab .nav-tabs > li > a:focus {
          background: none;
          outline: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
      .module_tab .nav-tabs > li > a, .module_tab .nav-tabs > li > a:focus {
        font: bold 12px/14px "Raleway", sans-serif;
        color: #303030;
        text-transform: uppercase;
        letter-spacing: 1.5px; }
      .module_tab .nav-tabs > li.active > a, .module_tab .nav-tabs > li.active > a:focus, .module_tab .nav-tabs > li.active > a:hover {
        border: none; }
      .module_tab .nav-tabs > li.active > a, .module_tab .nav-tabs > li > a:hover {
        color: #e59635; }
      .module_tab .nav-tabs > li + li {
        margin-left: 27px; }

.tab-content {
  margin-top: 24px; }

/*========================================================
           Tab Products Module Responsive Layout
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .module_tab .nav-tabs > li > a, .module_tab .nav-tabs > li > a:focus {
    letter-spacing: 0.5px; } }
@media (max-width: 767px) {
  .module_tab {
    margin-top: 5px; }
    .module_tab .nav-tabs > li + li {
      margin-left: 20px; }
    .module_tab .nav-tabs > li > a, .module_tab .nav-tabs > li > a:focus {
      letter-spacing: 0.5px; }
    .module_tab .tab-content .owl-item {
      text-align: center; } }
@media (max-width: 767px) {
  .module_tab .nav-tabs > li + li {
    margin-left: 10px; }
  .module_tab .nav-tabs > li > a, .module_tab .nav-tabs > li > a:focus {
    font-size: 11px;
    letter-spacing: 0; } }
.html-module {
  padding-bottom: 22px; }
  .html-module .html-margin {
    margin-right: -28%;
    position: relative;
    color: #303030;
    background: #e9edee; }
    .html-module .html-margin:before, .html-module .html-margin:after {
      position: absolute;
      display: inline-block;
      top: 0;
      right: 100%;
      width: 500%;
      height: 100%;
      content: '';
      background: #e1e1e1; }
    .html-module .html-margin:after {
      left: 100%;
      background: #e9edee; }
    .html-module .html-margin table tr td:first-child {
      padding-right: 5%;
      width: 41%;
      max-width: 586px; }
    .html-module .html-margin table tr td img {
      width: 100%; }
  .html-module b {
    font: bold 12px/14px "Raleway", sans-serif;
    display: inline-block;
    margin-top: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px; }
  .html-module > h2 {
    display: none; }
  .html-module h2 {
    font: 400 30px/36px "Playfair Display", serif;
    letter-spacing: -1.6px;
    margin-bottom: 14px; }
  .html-module p {
    margin-bottom: 37px; }
  .html-module .html-carousel {
    width: 430px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; }
    .html-module .html-carousel .owl-nav {
      display: none !important; }
    .html-module .html-carousel .owl-dots {
      padding-left: 25%;
      text-align: center;
      margin-top: 19px; }
    .html-module .html-carousel .owl-dots .owl-dot {
      display: inline-block; }
      .html-module .html-carousel .owl-dots .owl-dot + .owl-dot {
        margin-left: 8px; }
      .html-module .html-carousel .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 0 5px;
        background: #747a80;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        display: block;
        position: relative; }
        .html-module .html-carousel .owl-dots .owl-dot span:before {
          position: absolute;
          display: inline-block;
          content: '';
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          background: #747a80;
          opacity: .5;
          -moz-transition: 0.5s all ease;
          -o-transition: 0.5s all ease;
          -webkit-transition: 0.5s all ease;
          transition: 0.5s all ease;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          pointer-events: none; }
      .html-module .html-carousel .owl-dots .owl-dot.active span, .html-module .html-carousel .owl-dots .owl-dot:hover span {
        background: #07131f; }
        .html-module .html-carousel .owl-dots .owl-dot.active span:before, .html-module .html-carousel .owl-dots .owl-dot:hover span:before {
          top: -40%;
          left: -40%;
          width: 180%;
          height: 180%;
          opacity: 0;
          background: #07131f; }
    .html-module .html-carousel .owl-item {
      padding-left: 4px;
      padding-right: 4px; }

/*========================================================
               Responsive styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .html-module .html-margin {
    margin-right: 0; }
    .html-module .html-margin table tr td:first-child {
      width: 50%; }
  .html-module .html-carousel {
    width: 300px; }
  .html-module .html-carousel .owl-dots {
    margin-top: 2px; }
  .html-module h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px; }
  .html-module b {
    margin-top: 15px;
    margin-bottom: 0; }

  .html-margin p {
    margin-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .html-module .html-margin {
    margin-right: 0; }
    .html-module .html-margin table tr td:first-child {
      width: 50%; }
  .html-module .html-carousel {
    width: 220px; }
  .html-module .html-carousel .owl-dots {
    margin-top: 2px; }
  .html-module b {
    font-size: 11px;
    line-height: 13px;
    margin-top: 10px;
    margin-bottom: 0; }
  .html-module h2 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.5px;
    margin-bottom: 5px; }
  .html-module p {
    font-size: 12px;
    line-height: 18px; }
  .html-module .html-carousel {
    padding-left: 15px; }
    .html-module .html-carousel .owl-dots {
      line-height: 16px; }
      .html-module .html-carousel .owl-dots .owl-dot + .owl-dot {
        margin-left: 5px; }
      .html-module .html-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px; }

  .html-margin p {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .html-module .html-margin {
    margin: 0 -15px 15px; }
    .html-module .html-margin:before, .html-module .html-margin:after {
      display: none; }
    .html-module .html-margin table tr {
      display: block; }
      .html-module .html-margin table tr td {
        display: block;
        width: 100%;
        text-align: center;
        max-width: 100%; }
        .html-module .html-margin table tr td:first-child {
          width: 100%;
          padding: 20px 15px;
          max-width: 100%; }
  .html-module .html-carousel {
    width: 290px;
    display: inline-block; }
    .html-module .html-carousel .owl-dots {
      padding-left: 0; }
  .html-module h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: -1px; }

  .html-margin p {
    margin-bottom: 10px; } }
/*========================================================
                      HTML boxes
=========================================================*/
.box.manufacturer {
  margin-bottom: 56px; }
  .box.manufacturer .box-heading {
    text-align: center;
    margin-bottom: 60px; }
    .box.manufacturer .box-heading h3 {
      font: bold 14px/16px "Raleway", sans-serif;
      letter-spacing: 2px; }
  .box.manufacturer .owl-carousel .owl-item {
    padding: 0 5px;
    text-align: center;
    line-height: 52px;
    vertical-align: top; }
    .box.manufacturer .owl-carousel .owl-item a {
      display: inline-block;
      vertical-align: middle; }
      .box.manufacturer .owl-carousel .owl-item a img {
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .box.manufacturer .owl-carousel .owl-item a:hover img {
        opacity: .7; }

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (max-width: 480px) {
  .box.manufacturer .box-heading {
    margin-bottom: 25px; } }
/* ===================   Breadcrumb   =================== */
.breadcrumb {
  margin: 5px 0 20px;
  padding: 10px 15px;
  border-radius: 0;
  background: #e1e1e1;
  font: bold 11px/13px "Raleway", sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1.2px; }
  .breadcrumb a {
    display: inline-block; }
    .breadcrumb a:hover i {
      color: #303030; }
  .breadcrumb > li {
    position: relative; }
    .breadcrumb > li > a,
    .breadcrumb > li > a > i,
    .breadcrumb > li > span,
    .breadcrumb > li + li:before {
      vertical-align: middle; }
    .breadcrumb > li + li:before {
      content: '\e0c2';
      padding: 0;
      font-family: "material-design";
      font-size: 13px;
      line-height: 13px; }
  .breadcrumb i {
    color: #e59635;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .breadcrumb i:before {
      content: '\e0ba';
      font-family: "material-design"; }

/* ===================   Product Page   =================== */
.product-share {
  height: 32px;
  margin-top: 1em; }

.review-form-title {
  text-align: center; }
  .review-form-title h3 {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #303030;
    padding: 0 10px 5px;
    display: inline-block;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .review-form-title h3:before {
      position: absolute;
      bottom: -20px;
      left: 50%;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top-color: #303030;
      content: '';
      margin-left: -10px; }
    .review-form-title h3:hover {
      color: #e59635; }

.product-rating-status .review-link {
  position: relative;
  margin-left: 10px;
  vertical-align: middle; }

.rating-section a {
  cursor: pointer; }

.product-review-form {
  display: none; }

.product-options {
  line-height: 18px; }
  .product-options .control-label {
    text-align: left;
    margin: 0 0 10px;
    color: #303030;
    text-transform: uppercase;
    font-size: 14px; }
  .product-options .checkbox, .product-options .radio {
    margin-top: 0;
    margin-bottom: 5px; }
  .product-options .radio {
    padding-top: 0; }
    .product-options .radio input[type="radio"] + label {
      padding: 5px 5px 5px 45px;
      display: block;
      background: #f2f2f2;
      text-transform: capitalize;
      text-align: left; }
      .product-options .radio input[type="radio"] + label:before {
        top: 9px;
        left: 13px; }
      .product-options .radio input[type="radio"] + label:after {
        top: 11px;
        left: 15px; }
    .product-options .radio + .radio {
      margin-top: 15px; }
  .product-options .checkbox label {
    padding: 5px 5px 5px 45px;
    display: block;
    background: #f2f2f2;
    text-transform: capitalize;
    text-align: left; }
    .product-options .checkbox label:before, .product-options .checkbox label:after {
      left: 13px;
      top: 10px; }
    .product-options .checkbox label:before {
      background: none;
      border: 1px solid #d1d1d1; }

.product_tabs {
  margin: 50px 0; }
  .product_tabs:before, .product_tabs:after {
    display: table;
    content: "";
    line-height: 0; }
  .product_tabs:after {
    clear: both; }
  .product_tabs .nav-tabs {
    width: 30%;
    float: left;
    line-height: 14px;
    border-bottom: none; }
    .product_tabs .nav-tabs > li {
      float: none;
      margin-bottom: 0; }
      .product_tabs .nav-tabs > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11px;
        letter-spacing: 1.2px;
        font-family: "Raleway", sans-serif;
        border: none !important;
        border-right: 0 solid #e1e1e1 !important;
        margin-right: 0;
        color: #303030;
        position: relative;
        z-index: 0; }
        .product_tabs .nav-tabs > li > a:hover, .product_tabs .nav-tabs > li > a:focus {
          color: #e59635;
          background: none !important;
          border-right: 10px solid #e1e1e1 !important; }
      .product_tabs .nav-tabs > li.active > a {
        color: #e59635; }
        .product_tabs .nav-tabs > li.active > a:hover, .product_tabs .nav-tabs > li.active > a:focus {
          background: none !important;
          border-right: 10px solid #e1e1e1 !important; }
  .product_tabs .tab-content {
    width: 70%;
    float: left;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #d1d1d1;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media (max-width: 767px) {
    .product_tabs .nav-tabs > li > a {
      background: #f5f5f5; }
      .product_tabs .nav-tabs > li > a:before {
        display: none; }
      .product_tabs .nav-tabs > li > a:hover, .product_tabs .nav-tabs > li > a:focus, .product_tabs .nav-tabs > li > a:active {
        background: #f0f0f0 !important;
        border-right: none !important; }
    .product_tabs .nav-tabs > li.active > a {
      background: #f0f0f0; }
      .product_tabs .nav-tabs > li.active > a:hover, .product_tabs .nav-tabs > li.active > a:focus, .product_tabs .nav-tabs > li.active > a:active {
        background: #f0f0f0 !important;
        border-right: none !important; } }

.product-spec {
  line-height: 16px; }
  .product-spec .table {
    border: none; }
    .product-spec .table th {
      text-align: center;
      text-transform: uppercase;
      border: none;
      padding: 10px 5px;
      font-size: 12px;
      letter-spacing: 1.2px;
      font-family: "Raleway", sans-serif; }
    .product-spec .table td {
      padding: 8px 15px;
      border-bottom: none;
      border-top: none; }
    .product-spec .table tr + tr td {
      border-top: 1px solid #d1d1d1; }
    .product-spec .table td:first-child {
      width: 30%;
      border-left: none;
      text-align: right;
      color: #303030;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 1.2px;
      font-family: "Raleway", sans-serif; }
    .product-spec .table td {
      width: 70%;
      border-right: none; }
    @media (max-width: 479px) {
      .product-spec .table td:first-child,
      .product-spec .table td {
        width: 50%; } }

@media (max-width: 767px) {
  .product_tabs .nav-tabs, .product_tabs .tab-content {
    width: 100%;
    float: none; }
  .product_tabs .tab-content {
    border-left: none;
    padding: 20px 0; } }
/* ===================   Product Gallery   =================== */
.zoomContainer {
  z-index: 1 !important; }
  .zoomContainer > .zoomLens {
    z-index: 2 !important; }

.zoomWindowContainer > div {
  border-width: 2px !important;
  border-color: #e1e1e1 !important; }

@media (max-width: 1199px) {
  .zoomContainer {
    display: none !important; } }
.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
  line-height: 0; }
.product-gallery:after {
  clear: both; }
.product-gallery .bx-wrapper {
  margin: 0 !important; }
.product-gallery .bx-viewport {
  margin-top: 25px;
  margin-bottom: 25px; }
.product-gallery .image-thumb .bx-wrapper .bx-prev, .product-gallery .image-thumb .bx-wrapper .bx-next {
  position: absolute;
  display: inline-block;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 33px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  margin: 0;
  color: #929292; }
  .product-gallery .image-thumb .bx-wrapper .bx-prev i, .product-gallery .image-thumb .bx-wrapper .bx-next i {
    display: inline-block;
    height: 20px; }
  .product-gallery .image-thumb .bx-wrapper .bx-prev.disabled, .product-gallery .image-thumb .bx-wrapper .bx-next.disabled {
    display: none;
    visibility: hidden; }
  .product-gallery .image-thumb .bx-wrapper .bx-prev:hover, .product-gallery .image-thumb .bx-wrapper .bx-next:hover {
    color: #303030; }
.product-gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0; }
.product-gallery .image-thumb .bx-wrapper .bx-next {
  bottom: 0; }
@media (max-width: 1199px) {
  .product-gallery .image-thumb .bx-wrapper .bx-prev, .product-gallery .image-thumb .bx-wrapper .bx-next {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 20px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    font-size: 24px; }
  .product-gallery .image-thumb .bx-wrapper .bx-next {
    left: auto;
    right: 15px;
    bottom: 50%;
    margin-bottom: -28px;
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .product-gallery .image-thumb .bx-wrapper .bx-prev {
    top: 50%;
    left: 15px;
    right: auto;
    margin-top: -28px; } }

@media (max-width: 767px) {
  .product_page-left + .product_page-right {
    margin-top: 25px; } }
.product-gallery .image-thumb .bx-wrapper .bx-viewport {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
.product-gallery .image-thumb li a {
  border: 1px solid #fff;
  background: #fff;
  display: block; }
  @media (min-width: 1200px) {
    .product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.zoomGalleryActive {
      background: #f2f2f2; } }

.image-additional {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0;
  list-style-type: none; }

.product-reviews input[type="radio"] {
  display: inline;
  outline: none; }
  .product-reviews input[type="radio"]:focus {
    outline: none; }
.product-reviews .review-item {
  margin-bottom: 2em; }

.review-score .fa-stack {
  width: 1em;
  height: 1em;
  margin-bottom: 10px; }

.product-title {
  margin: 0 0 20px;
  color: #303030; }

.reward-block span {
  display: block; }

#product {
  margin-top: 15px; }
  #product .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  #product label {
    color: #303030;
    text-transform: uppercase; }
  #product .quantity {
    margin-top: 20px; }
    #product .quantity label {
      margin-right: 5px; }

.polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f2f2f2;
  padding: 0; }

.magnificent-viewport {
  background: #f2f2f2; }

.general_info {
  margin-top: -7px; }
  .general_info .price-section {
    margin: 15px 0 0;
    padding-bottom: 10px; }
  .general_info .product-section {
    padding: 10px 0;
    line-height: 18px; }
    .general_info .product-section strong {
      color: #303030;
      text-transform: uppercase;
      font-size: 11px;
      font-family: "Raleway", sans-serif; }
  .general_info a {
    color: #303030; }
    .general_info a:hover {
      color: #e59635; }

[data-clear] + .product-layout {
  clear: left; }

.product-video .r_frame {
  position: relative;
  padding-bottom: 50%; }
.product-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important; }

/* ===================   Sub Category on Category Page   =================== */
.box-subcat {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .box-subcat li {
    text-align: center;
    margin-bottom: 15px; }
    .box-subcat li .thumb {
      padding: 10px 0; }
    .box-subcat li .image {
      overflow: hidden;
      margin-bottom: 15px;
      background: #e5e5e5;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .box-subcat li .image a {
        display: block; }
        .box-subcat li .image a:hover img {
          opacity: .5; }
      .box-subcat li .image img {
        background: #fff;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease; }
    .box-subcat li.first-in-line {
      clear: left; }
    .box-subcat li:nth-child(4n+5) {
      clear: left; }

.category-img {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .box-subcat li {
    text-align: left;
    float: left;
    width: 50%; }
    .box-subcat li .thumb {
      padding: 0;
      position: relative; }
      .box-subcat li .thumb:before, .box-subcat li .thumb:after {
        display: table;
        content: "";
        line-height: 0; }
      .box-subcat li .thumb:after {
        clear: both; }
    .box-subcat li .image {
      display: inline-block;
      float: left;
      margin-bottom: 0;
      width: 30%; }
    .box-subcat li .name {
      padding-top: 0;
      padding-left: 30px;
      border-top: none;
      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: 30%; }
    .box-subcat li:nth-child(2n+1) {
      clear: both; }

  .category-img-block {
    text-align: center; }

  #content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0; }

  .breadcrumb {
    margin-top: 18px; }

  .product-gallery .image-thumb li a {
    text-align: center; } }
@media (max-width: 550px) {
  .box-subcat li {
    width: 100%;
    float: none;
    clear: both; } }
/* ===================   Product Filter  =================== */
.button-view {
  color: #303030; }
  .button-view button + button {
    border-left: 1px solid #d1d1d1; }
  .button-view a, .button-view button {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 24px; }

#list-view.active,
#grid-view.active,
#list-view:hover,
#grid-view:hover {
  color: #e59635; }

.product-filter {
  background: #f2f2f2;
  margin: 24px 0; }
  .product-filter_elem {
    float: left; }
    .product-filter_elem .sbHolder, .product-filter_elem select {
      height: 36px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 6px 10px;
      border-top: none;
      border-bottom: none; }
      .product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
        padding: 6px 10px; }
      .product-filter_elem .sbHolder .sbToggle, .product-filter_elem select .sbToggle {
        line-height: 36px; }
    .product-filter_elem.show .sbHolder {
      width: auto;
      border-right: none; }
  .product-filter .sort {
    width: 31%; }
    .product-filter .sort label {
      display: none; }
  .product-filter label, .product-filter .sbHolder {
    display: inline-block;
    vertical-align: middle; }
  .product-filter label {
    margin: 0 5px 0 0;
    color: #303030; }
  .product-filter .compare-total {
    border-right: 1px solid #d1d1d1; }
    .product-filter .compare-total span {
      display: none; }

.results {
  margin-top: 13px; }

.nav-cat {
  margin-bottom: 13px; }
  .nav-cat .nam-page {
    margin: 5px 0 5px 10px; }

/* ========   Cart page   ============= */
.checkout-cart #content h1, .account-wishlist #content h1, .product-compare #content h1 {
  margin: 30px 0 50px; }
.checkout-cart #content .table a, .account-wishlist #content .table a, .product-compare #content .table a {
  color: #303030;
  font-weight: bold; }
  .checkout-cart #content .table a:hover, .account-wishlist #content .table a:hover, .product-compare #content .table a:hover {
    color: #e59635; }
.checkout-cart #content .table p .link, .account-wishlist #content .table p .link, .product-compare #content .table p .link {
  margin-top: 5px; }
.checkout-cart #content .table.table-bordered tr td:nth-child(2), .account-wishlist #content .table.table-bordered tr td:nth-child(2), .product-compare #content .table.table-bordered tr td:nth-child(2) {
  min-width: 150px; }
.checkout-cart #content .table-custom .price, .account-wishlist #content .table-custom .price, .product-compare #content .table-custom .price {
  font-weight: 700; }
.checkout-cart #content .table-custom td:first-child, .account-wishlist #content .table-custom td:first-child, .product-compare #content .table-custom td:first-child {
  text-transform: uppercase;
  color: #303030; }
.checkout-cart #content .table-custom tr:last-child td, .account-wishlist #content .table-custom tr:last-child td, .product-compare #content .table-custom tr:last-child td {
  font-weight: 700;
  color: #303030; }
.checkout-cart #content .table-custom tr:last-child .price, .account-wishlist #content .table-custom tr:last-child .price, .product-compare #content .table-custom tr:last-child .price {
  color: #e59635;
  font-size: 28px; }

.checkout-cart #content .table td:nth-child(3) {
  min-width: 150px; }

.checkout-checkout #content #collapse-checkout-option .col-sm-6 + .col-sm-6 > h2 {
  margin-top: 25px; }
.checkout-checkout #content .table-responsive .table tfoot td:last-child {
  color: #303030; }
.checkout-checkout #content .table-responsive .table tfoot tr:last-child td {
  font-size: 18px; }
  .checkout-checkout #content .table-responsive .table tfoot tr:last-child td:last-child {
    color: #e59635;
    font-weight: 700; }

.account-wishlist .table.table-bordered tr td:nth-child(6) {
  min-width: 150px; }

.cart-wrapper {
  padding: 30px;
  border: 1px solid #d1d1d1;
  border-top-width: 2px; }

.cart-remove-btn, .cart-remove-btn:visited {
  display: inline-block;
  font-size: 22px;
  color: #e59635; }
  .cart-remove-btn:focus, .cart-remove-btn:visited:focus {
    text-decoration: none; }
  .cart-remove-btn span, .cart-remove-btn:visited span {
    font-size: 14px; }
  .cart-remove-btn:hover, .cart-remove-btn:visited:hover {
    text-decoration: none;
    color: #303030; }

.link {
  color: #303030;
  font-size: 14px;
  font-weight: 700; }
  .link:focus, .link:visited {
    color: #303030; }
  .link:hover {
    color: #e59635; }

@media (max-width: 767px) {
  .cart-wrapper {
    padding: 30px 0;
    border-left: none;
    border-right: none;
    border-bottom: none; } }
@media (max-width: 500px) {
  .checkout-cart #content .table.table-bordered td:first-child, .checkout-cart #content .table.table-bordered td:nth-child(4) {
    display: none; }

  .account-wishlist #content .table td:first-child, .account-wishlist #content .table td:nth-child(3) {
    display: none; } }
/* ========   BLOCK COMPARE   ============= */
.product-compare #content .table td:first-child {
  min-width: 15%;
  background: #f2f2f2;
  color: #303030; }
.product-compare #content .product-thumb {
  padding: 0 25px; }

.rating .review {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border-left: 1px solid #d1d1d1; }

.product-thumb .cart-remove-btn {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0; }

@media (max-width: 1199px) {
  .product-compare .table-responsive {
    border: none;
    overflow-x: scroll; }
    .product-compare .table-responsive .table-bordered {
      border: 2px solid #d1d1d1; }
    .product-compare .table-responsive td + td {
      min-width: 270px; } }
@media (max-width: 767px) {
  .product-compare .table-responsive td + td {
    min-width: inherit;
    max-width: 170px; }

  .rating .review {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border: none; } }
/* ===================   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: #e59635; }
  .information-information #content h4 a:hover, .information-information #content h5 a:hover {
    color: #303030; }
.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: #d1d1d1;
    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: #e59635; }
.information-information #content h1, .information-information #content h2, .information-information #content h3, .information-information #content h4, .information-information #content h5 {
  font-weight: 500; }
.information-information #content * + h3 {
  margin-top: 60px; }
.information-information #content p + h4 {
  margin-top: 40px; }
@media (max-width: 767px) {
  .information-information #content [class*="col-sm"] + [class*="col-sm"] {
    margin-top: 30px; } }

/* ===================   Count box   =================== */
.count-box {
  margin-top: 40px; }
  .count-box strong {
    display: block;
    color: #e59635;
    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 #e59635;
  font-size: 66px;
  color: #e59635;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ===================   Testimonials   =================== */
.testimonials blockquote {
  border: none;
  padding: 0; }
  .testimonials blockquote:before {
    content: '\e09d';
    display: inline-block;
    color: #e59635;
    font-size: 84px;
    line-height: 100px;
    font-family: "material-design";
    margin-bottom: 20px; }

/* ===================   Thumbnail   =================== */
.thumbnail {
  background: none;
  border: none;
  padding: 0;
  margin: 0 auto 25px;
  border-radius: 0;
  overflow: hidden; }
  .thumbnail img {
    -moz-transition: 0.3s transform ease;
    -o-transition: 0.3s transform ease;
    -webkit-transition: 0.3s transform ease;
    transition: 0.3s transform ease; }
  .thumbnail a {
    display: block;
    max-width: 100%; }
    .thumbnail a:hover img {
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    @media (max-width: 767px) {
      .thumbnail a {
        display: inline-block; } }

.img-thumbnail {
  border: 0;
  background-color: #fff;
  padding: 0;
  border-radius: 0; }
  .table-bordered .img-thumbnail {
    background-color: transparent; }

.human_info .thumbnail {
  float: left;
  margin-right: 20px; }
.human_info p {
  margin: 0;
  text-indent: 2em; }

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0; }

@media (max-width: 500px) {
  img.alignleft, .human_info .thumbnail {
    float: none;
    margin: 0 auto 20px; } }
/* ===================   Delivery Page   =================== */
.delivery_page {
  text-align: center; }
  .delivery_page .table {
    border-top: 2px solid #303030;
    text-align: left; }
    .delivery_page .table tbody td:first-child {
      color: #303030; }
    .delivery_page .table tbody td:last-child {
      color: #303030;
      font-weight: 700; }
    .delivery_page .table tbody td {
      min-width: 150px; }

/* ===================   Terms and Conditions Page   =================== */
.terms_conditions_page h4 {
  position: relative;
  padding-left: 40px; }
  .terms_conditions_page h4:before {
    content: '\e174';
    position: absolute;
    left: 0;
    bottom: -7px;
    color: #e59635;
    font-size: 28px;
    line-height: 28px;
    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: #e59635;
      color: #fff;
      font-size: 16px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .privacy_page ol li + li {
      margin-top: 40px; }

/* ===================   Site Map Page  =================== */
.site-map-page h5 {
  margin: 0 0 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #e59635; }
.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: 24px; }
    .site-map-page #content ul li + li {
      margin-top: 16px; }
    .site-map-page #content ul li a:hover {
      color: #e59635; }
  .site-map-page #content ul.category-list {
    position: relative; }
    .site-map-page #content ul.category-list:before {
      content: '';
      position: absolute;
      left: 0;
      top: 12px;
      bottom: 12px;
      width: 1px;
      background: #e59635; }
    .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: 12px; }
    .site-map-page #content ul.category-list .ul-with-ul:after {
      top: 6px; }
    .site-map-page #content ul.category-list ul {
      position: relative;
      margin-top: 16px; }
      .site-map-page #content ul.category-list ul:before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        bottom: 12px;
        width: 1px;
        background: #d1d1d1; }
    .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: #d1d1d1; }
    .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: #e59635; }
@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; } }

/* ===================   Contact page   =================== */
.contact_page .panel {
  padding-top: 15px;
  background-color: transparent;
  border: none;
  border-top: 2px solid #303030;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .contact_page .panel img {
    background-color: transparent; }
.contact_page .map {
  border-top: 2px solid #303030;
  margin-bottom: 30px; }
.contact_page .panel-body a img {
  background: #e1e1e1;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.contact_page .icon {
  position: relative;
  padding-left: 70px;
  min-height: 55px;
  display: block; }
  .contact_page .icon[class*="fa-"]:before {
    font-family: "FontAwesome"; }
  .contact_page .icon:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #e59635;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #e59635;
    font-size: 26px; }
  .contact_page .icon + .icon {
    margin-top: 20px; }
.contact_page .col-sm-4:nth-child(3n-2) {
  clear: both; }
.contact_page .col-sm-4:nth-child(n+4) {
  margin-top: 15px; }
.contact_page .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }
  .contact_page .form-horizontal .form-group label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px; }
@media (max-width: 767px) {
  .contact_page .col-sm-4:nth-child(n+2) {
    margin-top: 30px; } }

/* ===================   Manufacturer List  =================== */
.manufacturer-list:before, .manufacturer-list:after {
  display: table;
  content: "";
  line-height: 0; }
.manufacturer-list:after {
  clear: both; }
.manufacturer-list .manufacturer-heading {
  font-weight: bold;
  color: #303030;
  float: left;
  display: block;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 15%;
  height: 50px;
  line-height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.manufacturer-list .manufacturer-content {
  padding: 12px 15px;
  float: left;
  width: 85%;
  border-left: 1px solid #d1d1d1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .manufacturer-list .manufacturer-content a {
    white-space: nowrap; }
.manufacturer-list + .manufacturer-list {
  border-top: 1px solid #d1d1d1; }

.brands {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px; }

/* ===================   Account Page  =================== */
.well {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-top: 2px solid #303030;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none; }
  .well .heading {
    margin-bottom: 20px; }
    .well .heading:before, .well .heading:after {
      display: table;
      content: "";
      line-height: 0; }
    .well .heading:after {
      clear: both; }
    .well .heading i {
      color: #e59635;
      float: left;
      font-size: 56px;
      margin-right: 14px;
      line-height: 60px; }
    .well .heading h2 {
      font-size: 23px;
      color: #303030;
      margin: 0 0 5px; }
    .well .heading strong {
      font-weight: normal;
      font-style: italic; }
  .well p {
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 0; }
  .well a {
    display: inline-block;
    margin-top: 20px; }

.account-account h3 {
  text-transform: uppercase; }
  .account-account h3 i {
    color: #e59635;
    margin-right: 10px;
    font-size: 14px; }
@media (max-width: 767px) {
  .account-account .col-sm-4 + .col-sm-4 {
    margin-top: 30px; } }

.account-address .table, .account-address-delete .table {
  width: 50%;
  margin: 0 auto; }
@media (max-width: 991px) {
  .account-address .table, .account-address-delete .table {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .well .heading {
    text-align: center; }
    .well .heading h2 {
      font-size: 17px; }
    .well .heading i {
      float: none; } }
.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .datepicker .prev:hover, .datepicker .prev.active, .datepicker .next:hover, .datepicker .next.active, .datepicker .day:hover, .datepicker .day.active, .datepicker .year:hover, .datepicker .year.active, .datepicker .month:hover, .datepicker .month.active, .datepicker .picker-switch:hover, .datepicker .picker-switch.active {
    color: #e59635;
    background: transparent; }
.datepicker th {
  text-align: center; }

/* 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%; } }
input#input-voucher,
input#input-coupon {
  width: 90%; }

#collapse-coupon .col-sm-2,
#collapse-voucher .col-sm-2 {
  width: 100%;
  float: none;
  padding-left: 3px; }

/*========================================================
                         Footer
=========================================================*/
footer {
  margin-top: 30px;
  color: #303030;
  background: #fff; }
  footer li a {
    color: #e59635; }
    footer li a:visited, footer li a:focus {
      color: #e59635; }
    footer li a:hover {
      color: #303030; }
  footer h5 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.6px; }
    footer h5 + ul {
      margin-top: 19px; }
  footer ul li + li {
    margin-top: 6px; }
  footer address {
    line-height: 30px;
    padding-top: 6px; }
    footer address li a {
      color: #303030; }
      footer address li a:visited, footer address li a:focus {
        color: #303030; }
      footer address li a:hover {
        color: #e59635; }
    footer address li.color-invert a {
      color: #e59635; }
      footer address li.color-invert a:visited, footer address li.color-invert a:focus {
        color: #e59635; }
      footer address li.color-invert a:hover {
        color: #303030; }
  footer .footer_modules h5 {
    margin-bottom: 14px; }
  footer .footer_modules p {
    margin-bottom: 20px; }

.copyright br {
  display: none; }

.copyright {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin-top: 52px;
  background: #e59635; }
  .copyright a:hover {
    color: #303030; }
  .copyright > .container {
    padding-top: 17px;
    padding-bottom: 19px; }

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  footer h5 {
    letter-spacing: .5px; } }
@media (min-width: 768px) and (max-width: 991px) {
  footer h5 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0; }
  footer address {
    line-height: 24px; }
  footer .footer_modules p {
    margin-bottom: 15px; } }
@media (min-width: 479px) and (max-width: 767px) {
  footer [class*="col-xs"]:nth-child(2n-1) {
    clear: both; }
  footer [class*="col-xs"]:nth-child(n+3) {
    margin-top: 30px; } }
@media (max-width: 767px) {
  footer > .container {
    text-align: left; }

  footer {
    text-align: center; } }
@media (max-width: 480px) {
  footer [class*="col-xs"] {
    float: none;
    width: 100%; }

  footer address {
    line-height: 24px; }
  footer ul {
    margin-bottom: 20px; }
  footer h5 + ul {
    margin-top: 5px; } }
/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 36px;
  background: #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -moz-transform: translateY(120px) scale(0);
  -ms-transform: translateY(120px) scale(0);
  -o-transform: translateY(120px) scale(0);
  -webkit-transform: translateY(120px) scale(0);
  transform: translateY(120px) scale(0); }
  .ui-to-top, .ui-to-top:visited, .ui-to-top:focus, .ui-to-top:hover {
    color: #303030; }
  .ui-to-top:hover {
    background: #cdcdcd; }
  .ui-to-top.active {
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); }

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important; }

@media (min-width: 480px) {
  .ui-to-top {
    right: 25px;
    bottom: 60px; } }
.map {
  margin-bottom: 46px; }

/*========================================================
                  Responsive Styles
=========================================================*/
@media (max-width: 1199px) {
  .table th, .table td {
    padding: 8px; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 26px; }
    h1 i {
      margin-right: 6px;
      font-size: 26px; }
    h1.no-line {
      margin-bottom: 24px; }

  h2 {
    font-size: 24px; }

  .map, .map > div {
    height: 388px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: .5px; }

  h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px; }
    h1 i {
      margin-right: 4px;
      font-size: 24px; }
    h1.no-line {
      margin-bottom: 24px; }

  h2 {
    font-size: 22px; }

  .map, .map > div {
    height: 270px !important; } }
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px; }
    h1 i {
      margin-right: 4px;
      font-size: 24px; }
    h1.no-line {
      margin-bottom: 24px; }

  h2 {
    font-size: 22px; }

  .map, .map > div {
    height: 270px !important; }

  select {
    display: block !important; }

  .product-filter select {
    display: inline-block !important; }
  .product-filter .show select {
    width: auto; }

  .sbHolder {
    display: none !important; }

  .table-responsive {
    border: none; }
    .table-responsive .table-bordered {
      border: 2px solid #d1d1d1; }

  .delivery_page .table {
    font-size: 13px; }

  .product-filter .sort {
    width: auto;
    padding-left: 10px; }
    .product-filter .sort .sbHolder, .product-filter .sort select {
      width: 200px; }
    .product-filter .sort label {
      display: inline-block; }

  .image {
    text-align: center; } }
@media (max-width: 600px) {
  .product-filter {
    background: none;
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
    .product-filter .sort {
      width: 100%;
      padding-left: 0;
      margin-bottom: 15px; }
    .product-filter_elem, .product-filter_elem.pull-right {
      float: none !important; }
    .product-filter .product-filter_elem {
      margin-bottom: 15px;
      text-align: center; }
      .product-filter .product-filter_elem:before, .product-filter .product-filter_elem:after {
        display: table;
        content: "";
        line-height: 0; }
      .product-filter .product-filter_elem:after {
        clear: both; }
      .product-filter .product-filter_elem label {
        margin-top: 13px;
        float: left;
        text-align: right;
        width: 35%;
        margin-right: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px; }
      .product-filter .product-filter_elem select {
        display: block !important;
        width: 65%;
        float: left; }
    .product-filter_elem.show select {
      border-right: 1px solid #d1d1d1; }
    .product-filter .compare-total {
      border-right: none;
      width: auto; }
      .product-filter .compare-total:before {
        display: none; }
      .product-filter .compare-total span {
        display: inline-block; } }
@media (max-width: 580px) {
  .panel-group .panel .input-group,
  .panel-group .panel .input-group-btn,
  .panel-group .panel input#input-voucher,
  .panel-group .panel input#input-coupon,
  .panel-group .panel input#button-voucher,
  .panel-group .panel input#button-coupon {
    width: 100%; }
  .panel-group .panel .input-group-btn {
    float: left;
    margin-top: 5px; }

  h1 {
    font-size: 18px;
    line-height: 30px; } }
@media (max-width: 479px) {
  #habla_beta_container_do_not_rely_on_div_classes_or_names {
    display: none !important; }

  .product-filter {
    width: 100%; }

  .map, .map > div {
    height: 180px !important; } }
@media (max-width: 410px) {
  #accordion .table td,
  #accordion .table thead td {
    font-size: 9px;
    word-wrap: break-word; } }
@media (max-width: 370px) {
  .delivery_page .table td,
  .delivery_page .table th {
    padding: 6px; } }
