@charset "UTF-8";
@-webkit-keyframes keyframesY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
/*========================================================
                   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: 16px;
  font-weight: 300;
  color: #292929;
}
@media (min-width: 768px) and (max-width: 991px) {
  label {
    font-size: 10px;
  }
}

ul.product-countdown {
  padding-left: 0;
  list-style: none;
  font-weight: 300;
  margin-bottom: 20px;
  width: 100%;
  font-size: 13px;
}
ul.product-countdown li {
  display: inline-block;
  margin-right: 2px;
}
ul.product-countdown li span {
  color: #ffc80a;
  font-size: 16px;
  margin-right: 5px;
}

label {
  cursor: default;
}

textarea {
  resize: none;
}

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

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 0;
}

.nav-tabs {
  margin-bottom: 45px;
  border: none;
  font: 700 12px/14px "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none;
  text-align: center;
}
.nav-tabs > li {
  margin: 0;
  float: none;
  display: inline-block;
  letter-spacing: 2.9px;
}
.nav-tabs > li + li {
  margin-left: 22px;
}
.nav-tabs > li > a {
  padding: 0;
  white-space: nowrap;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus {
  border: none !important;
}
.nav-tabs > li > a, .nav-tabs > li > a:visited {
  color: #9fa3a7;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:focus {
  color: #ffc80a;
  background: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor: text;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.nav-tabs > li.active > a {
  border: none !important;
  background: none;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none !important;
  background: none;
}

.tab-content {
  margin-top: 0;
}

.panel-footer {
  background-color: #f1f1f3;
}

blockquote {
  font-size: inherit;
  line-height: inherit;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  background: none;
}

.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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.table-hover > tbody > tr:hover {
  background: none;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 13px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: auto;
}

.bootstrap-datetimepicker-widget {
  z-index: 998 !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 5px;
}
.bootstrap-datetimepicker-widget td.day,
.bootstrap-datetimepicker-widget td.minute,
.bootstrap-datetimepicker-widget td.hour,
.bootstrap-datetimepicker-widget td.second,
.bootstrap-datetimepicker-widget thead tr:first-child th,
.bootstrap-datetimepicker-widget td span {
  border: 1px solid transparent;
  border-radius: 0;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
  background: transparent;
  color: #888;
  border-color: transparent !important;
}
.bootstrap-datetimepicker-widget td.separator {
  font-size: 20px;
  line-height: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
  background: transparent;
  color: #292929;
}
.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: #292929;
}
.bootstrap-datetimepicker-widget a[data-action]:hover,
.bootstrap-datetimepicker-widget .timepicker td > span:hover {
  color: #292929;
}
.bootstrap-datetimepicker-widget .timepicker {
  margin-top: 5px;
}
.bootstrap-datetimepicker-widget .timepicker .table-condensed {
  border-collapse: separate;
}
.bootstrap-datetimepicker-widget .timepicker td span {
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin: 5px 0;
}
.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour, .bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
  border: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
}

.bootstrap-datetimepicker-widget td a:hover span:hover {
  color: #707274;
}

.bootstrap-datetimepicker-widget thead tr:first-child th,
div.bootstrap-datetimepicker-widget thead tr:first-child th {
  background: #f1f1f3;
}
.bootstrap-datetimepicker-widget thead tr:first-child th.picker-switch,
div.bootstrap-datetimepicker-widget thead tr:first-child th.picker-switch {
  background: none;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
div.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #dedee3;
}

div.bootstrap-datetimepicker-widget td.day:hover,
div.bootstrap-datetimepicker-widget td.hour:hover,
div.bootstrap-datetimepicker-widget td.minute:hover,
div.bootstrap-datetimepicker-widget td.second:hover {
  background-color: #fafafa;
}

.bootstrap-datetimepicker-widget.top:after {
  border-top-color: #f1f1f3;
}

.timepicker-picker {
  text-align: center;
}

.bootstrap-datetimepicker-widget .timepicker .table-condensed {
  width: 100%;
}

.bootstrap-datetimepicker-widget td span {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
  border: none;
  width: 50px;
  height: 50px;
  padding: 5px;
  line-height: 50px;
  border-radius: 0px;
}

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #ffc80a;
  color: #fff;
  cursor: inherit;
}

.fancybox-overlay {
  z-index: 10001;
}

.fancybox-opened {
  z-index: 10003;
}

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 10004;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}
.container > .alert .alert,
.breadcrumb + .alert .alert {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.container > .alert .alert.fadeOut,
.breadcrumb + .alert .alert.fadeOut {
  top: -100%;
}

@-ms-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@-ms-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}
@-o-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}
@-webkit-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}
@-moz-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}
@keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}
.product_page-right .alert {
  margin-top: 20px;
}
.product_page-right .cart-button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.alert {
  position: relative;
  padding: 17px 40px 17px 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(41, 41, 41, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(41, 41, 41, 0.2);
  box-shadow: 1px 1px 5px rgba(41, 41, 41, 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(41, 41, 41, 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;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  line-height: 1;
  right: 15px;
  color: #fff;
  opacity: .7;
  font-family: 'Arial';
}
.alert button.close:hover, .alert button.close:focus {
  opacity: 1;
  color: #fff;
}
.alert.fadeOut {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.alert.fadeOut .alert {
  top: 100%;
}
@media (max-width: 479px) {
  .alert {
    padding-right: 30px;
  }
  .alert button.close {
    right: 5px;
  }
}

.alert-success {
  background-color: #4caf50;
}
.alert-success i {
  background: #388E3C;
}
.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
  color: #C8E6C9;
}

.alert-danger {
  background-color: #F44336;
}
.alert-danger i {
  background: #D32F2F;
}
.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
  color: #FFCDD2;
}

.alert-info {
  background-color: #03A9F4;
}
.alert-info i {
  background: #0288D1;
}
.alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
  color: #B3E5FC;
}

.alert-warning {
  background-color: #FF5722;
}
.alert-warning i {
  background: #E64A19;
}
.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
  color: #FFCCBC;
}

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

.pagination {
  margin: 0;
  width: 100%;
  font-weight: 500;
}
.pagination:before, .pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination:after {
  clear: both;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a, .pagination > li > span {
  display: inline-block;
  color: #292929;
  background: none;
  border: none;
  float: none;
  margin-left: 0;
  line-height: 16px;
  text-align: center;
  padding: 0;
  border: none;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #ffc80a;
  background: none;
  border: none;
}
.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: none;
  color: #ffc80a;
  border: none;
  z-index: auto;
}
.pagination > li + li {
  margin-left: 25px;
}
.pagination li.tx a {
  position: relative;
  padding-left: 15px;
}
.pagination li.tx a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f104';
  font-family: "FontAwesome";
  display: inline-block;
}
.pagination li.tx + .tx {
  margin-left: 21px;
}
.pagination li.tx + .tx a:before {
  content: '\f100';
}
.pagination li.numb + li.tx a:before, .pagination li.active + li.tx a:before {
  content: '\f101';
}
.pagination li.numb + li.tx + li.tx a:before, .pagination li.active + li.tx + li.tx a:before {
  content: '\f105';
}

.pagination-block {
  padding: 15px 20px;
  border-top: 1px solid #ebecee;
  border-bottom: 1px solid #ebecee;
  background: none;
  margin-bottom: 15px;
  line-height: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.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: #292929;
  font-size: 13px;
  background-color: #f1f1f3;
}

.table {
  font-size: 14px;
}

.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: #ebecee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

legend {
  border-color: #ebecee;
}

.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;
}

.panel-collapse {
  background: #fafafa;
}

.modal-header .close {
  font-family: 'Arial';
}

.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: #ebecee;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}

.table-bordered > tbody > tr > td {
  vertical-align: middle;
}

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

.list-group-item {
  border-color: #ebecee;
}

.panel-default {
  border-color: #ebecee;
}
.panel-default > .panel-heading {
  padding: 10px 20px;
  background: #f1f1f3;
  color: #292929;
  border-color: #ebecee;
}
.panel-default > .panel-heading h5 {
  margin-bottom: 0;
}

.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 #ebecee;
  padding-bottom: 10px;
}

.modal {
  z-index: 10005;
}
.modal .terms_conditions_page {
  margin-top: 30px;
}
.modal-backdrop {
  z-index: 10000;
}

/*========================================================
               Responsive Styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-tabs > li {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-tabs > li {
    letter-spacing: 1px;
  }
  .nav-tabs > li + li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .nav-tabs > li {
    letter-spacing: .5px;
  }
  .nav-tabs > li + li {
    margin-left: 15px;
  }

  .pagination > li + li {
    margin-left: 15px;
  }
  .pagination > li.tx a {
    padding-left: 0;
    font-size: 11px;
  }
  .pagination > li.tx a:before {
    display: none;
  }
  .pagination > li.tx + .tx {
    margin-left: 10px;
  }

  .pagination-block {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .nav-tabs {
    margin-bottom: 20px;
  }
  .nav-tabs > li {
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .nav-tabs > li + li {
    margin-left: 12px;
  }
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 16px/26px "Raleway", sans-serif;
  color: #707274;
  background: #000;
}

h1, h2, h3, h4, h5, h6 {
  font: 700 24px/29px "Raleway", sans-serif;
  line-height: 1.2em;
  color: #292929;
  margin: 0 0 20px;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  display: inline-block;
}

/* Override the bootstrap defaults */
h1 {
  text-transform: none;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
h1 i {
  font-weight: 400;
  margin-right: 10px;
}
h1 i:before {
  vertical-align: top;
}
h1:after {
  content: '';
  height: 1px;
  display: block;
  background: #ebecee;
  margin: 20px 0 40px;
}
h1.no-line {
  margin-bottom: 30px;
}
h1.no-line:after {
  display: none;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 18px;
}
h4 i {
  vertical-align: top;
  margin-right: 5px;
}

h5 {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #9fa3a7;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

h6 {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #a4a7a8;
  margin-bottom: 10px;
}

a {
  display: inline-block;
  font: 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, a:visited {
  color: #292929;
}
a:active, a:hover, a:focus {
  color: #ffc80a;
}
a:active {
  background-color: transparent;
}
a:visited, a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #292929;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: #292929;
}
h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
  color: #ffc80a;
}

hr {
  border-top-color: #ebecee;
}

p a {
  font-weight: 400;
}

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

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

strong, b {
  color: #292929;
  font-weight: 700;
}

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

div.required .control-label:after {
    content: '*';
    color: red;
    margin-left: 1px;
    font-size: 29px;
    position: absolute;
}

.fa {
  line-height: inherit;
  font-family: inherit;
}
.fa:before {
  font-family: "FontAwesome";
  font-weight: 400;
}

#page > .ie-warning {
  position: relative;
  text-align: center;
  display: none;
  clear: both;
}
@media (min-width: 768px) {
  .lt-ie11 #page > .ie-warning {
    display: block;
  }
}

.alert-success .alert-warning {
  background-color: #ebd335;
}
.alert-success .alert-warning i {
  background-color: #ebd335;
}

.mfilter-column_left {
  border-top: 1px solid #ebecee;
  padding-top: 3px;
}
.mfilter-column_left .mfilter-content > ul > li:first-child .mfilter-heading {
  padding-bottom: 10px;
}

/*========================================================
                      Header styles
=========================================================*/
header {
  background: #eee;
  -webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.09);
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.09);
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  header {
    position: relative;
    z-index: 2;
  }
}
header .box-cart,
header .nav {
  display: inline-block;
}
header .nav {
  margin-left: 4px;
}
header .nav:after {
  display: inline-block;
  width: 2px;
  height: 8px;
  content: '';
  background: #fff;
  margin: 0 10px 0 7px;
}
header .box-cart {
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
}
header .logo {
  display: inline-block;
  float: left;
  text-align: left;
  margin: 0 5px 15px 0;
  min-width: 150px;
}
header .logo .img-responsive {
  display: inline-block;
  vertical-align: middle;
}
header .logo:after {
  display: none;
}
header .logo a {
  max-width: 100%;
  line-height: 30px;
}
header h1.logo {
  font-size: 38px;
  line-height: 18px;
}
.mob-head-logo img{
  margin: 11px auto 0 auto;
}
.header-nav {
  padding-bottom: 7px;
}

.home-page header {
  margin-bottom: 0;
}

.logo-block {
  text-align: center;
}

.header-top {
  padding-bottom: 7px;
}

.header-top-block {
  color: #fff;
  background: #000;
  padding-top: 13px;
  padding-bottom: 12px;
  margin-bottom: 27px;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

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;
  margin-bottom: 4px;
  letter-spacing: -.5px;
}
header .nav > .toggle {
  color: #fff;
  vertical-align: top;
}
header .nav > .toggle:before {
  vertical-align: top;
  display: inline-block;
}
header .nav > .toggle:hover, header .nav > .toggle.active {
  color: #ffc80a;
}
header .nav > .base-link{
  color: #fff;
  vertical-align: top;
  margin-right: 20px;
}
header .nav .toggle_cont {
  top: 29px;
  padding: 20px 0;
}
header .nav .toggle_cont > li {
  padding: 0 15px 0 20px;
}
header .nav .toggle_cont > li > a, header .nav .toggle_cont > li > button {
  display: inline-block;
}
header .nav .toggle_cont > li > a, header .nav .toggle_cont > li > a:visited, header .nav .toggle_cont > li > button, header .nav .toggle_cont > li > button:visited {
  color: #fff;
}
header .nav .toggle_cont > li > a:hover, header .nav .toggle_cont > li > a:active, header .nav .toggle_cont > li > a:focus, header .nav .toggle_cont > li > button:hover, header .nav .toggle_cont > li > button:active, header .nav .toggle_cont > li > button:focus {
  color: #292929;
}
@media (max-width: 767px) {
  header .nav {
    position: fixed;
    top: 0;
    right: 50px;
    height: 56px;
    margin: 0;
    z-index: 10001;
  }
  header .nav:after {
    background: #000;
    margin-top: 24px;
    margin-right: 3px;
    margin-left: 6px;
  }
  header .nav > .toggle {
    line-height: 56px;
    color: #000;
  }
  header .nav .toggle_cont {
    top: 56px;
    left: auto;
    right: 0;
  }
  header .logo-block .megamenu,
  header .logo-block .head-logo,
  header #top-links{
    display: none;
  }
  header .header-top-block{
    margin: 0;
    display: none;
  }
  .mob-head-logo{
    text-align: center;
  }
}
@media (max-width: 427px) {
  .mob-head-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
  .mob-head-logo img {
    margin: 0 20px 0 0;
    max-width: 120px;
  }
}
.dropdown-menu {
  color: #292929;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 16px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 180px;
}
.dropdown-menu.bootstrap-datetimepicker-widget {
  color: #9c9c9c;
  background: #fff;
  border: 1px solid #ebecee;
}

/*================  Toggle ===============*/
.toggle-wrap {
  position: relative;
}

.toggle_cont {
  display: none;
  color: #fff;
  background: #f5be00;
  padding: 30px;
  list-style-type: none;
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  margin-bottom: 0;
  left: 0;
  top: 100%;
  min-width: 220px;
  z-index: 20;
}
.toggle_cont > li {
  padding: 0;
  width: 100%;
}
.toggle_cont > li + li {
  margin-top: 10px;
}
.toggle_cont > li > a:before {
  margin-right: 5px;
}
.toggle_cont > li > a, .toggle_cont > li > button {
  color: #fff;
  display: inline-block;
}
.toggle_cont > li > a:visited, .toggle_cont > li > button:visited {
  color: #fff;
}
.toggle_cont > li > a:hover, .toggle_cont > li > a:focus, .toggle_cont > li > a:active, .toggle_cont > li > a.current, .toggle_cont > li > button:hover, .toggle_cont > li > button:focus, .toggle_cont > li > button:active, .toggle_cont > li > button.current {
  color: #292929;
}
.toggle_cont > li > a img, .toggle_cont > li > button img {
  margin: 2px 3px 0 0;
  vertical-align: top;
  display: none;
}
.toggle_cont ul li + li {
  margin-top: 15px;
}
.toggle_cont__right {
  right: auto;
  left: 0;
}

ul.toggle_cont {
  margin-bottom: 8px;
}

a.btn-wishlist i {
  font-size: 40px;
  line-height: 48px;
}
a.btn-wishlist, a.btn-wishlist:visited {
  color: #ffc80a;
}
a.btn-wishlist:active, a.btn-wishlist:hover, a.btn-wishlist:focus {
  color: #292929;
}
.rd-mobilemenu_ul > li.regional-nav{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: initial;
  background: #eee;
  padding: 10px 0;
  position: relative;
}
.rd-mobilemenu_ul .toggle-wrap {
  position: inherit;
}
.rd-mobilemenu_ul .toggle_cont > li{
  padding: 0;
  margin: 0;
  width: 100%;
}
.regional-nav img{
  display: none;
}
.rd-mobilemenu_ul .toggle_cont button{
  color: #000;
  font-weight: 600;
  display: block;
  width: 100%;
  outline: 1px solid #ffc80a;
  padding: 14px 0;
  font-size: 13px;
}
.rd-mobilemenu_ul .toggle.active{
  color: #ffc80a;
}
.rd-mobilemenu_ul ul.toggle_cont{
  padding: 0;
  left: 0;
  right: 0;
}
.regional-nav form{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}
.regional-nav .toggle{
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.regional-nav .toggle_cont > li > a,.regional-nav .toggle_cont > li > button {
  color: #000;
  font-weight: 600;
}
.rd-mobilemenu_ul > li.call-me-mobile{
  overflow: initial;
  margin-top: 25px;
  text-align: center;
  list-style: none;
}
.call-me-mobile span{
  margin: 0;
  padding: 14px 35px;
  border-radius: 35px;
}
.header-phone {
  position: absolute;
  font-weight: bold;
  line-height: 1.2;
  color: #444;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 65px;
}
.header-phone:hover {
  background: #ddd;
}
.header-phone i {
  padding: 0 10px;
  height: 56px;
  line-height: 60px;
  font-size: 30px;
}
.header-phone .phone-dropdown{
  display: none;
}
.header-phone:hover .phone-dropdown {
  display: block;
  position: fixed;
  z-index: 9;
  background: #fff;
  width: 220px;
  /* left: 0; */
  color: #333;
  right: 20px;
  margin: 0 auto;
  top: 57px;
  text-align: center;
  font-weight: 600;
  padding: 15px;
  box-shadow: 1px 1px 15px 6px rgba(0,0,0,.1);
}
.header-phone .phone-number{
  display: block;
  margin-bottom: 15px;
}
.header-phone .call-me-btn{
  margin: 0 0 5px 0;
  display: inline-block;
}
@media (max-width: 420px) {
  .header-phone{
    right: 48px;
  }
  .header-phone i {
    height: 60px;
    line-height: 59px;
    font-size: 26px;
  }
}
/*================   Top Links style   ===============*/
/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language, .box-currency {
  display: inline-block;
  margin-left: 19px;
}
.box-language .btn-group, .box-currency .btn-group {
  width: 100%;
}
.box-language .btn-group > span, .box-currency .btn-group > span {
  -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;
  width: 100%;
  display: inline-block;
}
.box-language .btn-group > span:hover, .box-language .btn-group > span.sfHover, .box-currency .btn-group > span:hover, .box-currency .btn-group > span.sfHover {
  color: #ffc80a;
}
.box-language .btn-group > span i, .box-currency .btn-group > span i {
  display: inline-block;
  font-size: 18px;
  width: .7em;
  line-height: 13px;
  margin-left: 0;
  margin-top: 1px;
  vertical-align: top;
}
.box-language .btn-group > span i:before, .box-currency .btn-group > span i:before {
  vertical-align: top;
}
.box-language .toggle img, .box-currency .toggle img {
  display: none;
}
.box-language .toggle_cont, .box-currency .toggle_cont {
  top: 29px;
  left: auto;
  right: 0;
  min-width: 140px;
  background: #f5be00;
  padding: 0;
  text-align: center;
}
.box-language .toggle_cont > li + li, .box-currency .toggle_cont > li + li {
  margin-top: 0;
}
.box-language .toggle_cont > li > a, .box-language .toggle_cont > li > button, .box-currency .toggle_cont > li > a, .box-currency .toggle_cont > li > button {
  padding: 15px 5px;
  width: 100%;
  display: inline-block;
  font-size: 13px;
}
.box-language .toggle_cont > li > a, .box-language .toggle_cont > li > a:visited, .box-language .toggle_cont > li > button, .box-language .toggle_cont > li > button:visited, .box-currency .toggle_cont > li > a, .box-currency .toggle_cont > li > a:visited, .box-currency .toggle_cont > li > button, .box-currency .toggle_cont > li > button:visited {
  color: #fff;
}
.box-language .toggle_cont > li > a:hover, .box-language .toggle_cont > li > a:active, .box-language .toggle_cont > li > a:focus, .box-language .toggle_cont > li > a.selected, .box-language .toggle_cont > li > button:hover, .box-language .toggle_cont > li > button:active, .box-language .toggle_cont > li > button:focus, .box-language .toggle_cont > li > button.selected, .box-currency .toggle_cont > li > a:hover, .box-currency .toggle_cont > li > a:active, .box-currency .toggle_cont > li > a:focus, .box-currency .toggle_cont > li > a.selected, .box-currency .toggle_cont > li > button:hover, .box-currency .toggle_cont > li > button:active, .box-currency .toggle_cont > li > button:focus, .box-currency .toggle_cont > li > button.selected {
  color: #292929;
  background: #eab600;
}

/*========================================================
               Responsive Header styles
=========================================================*/
@media (max-width: 1199px) {
  .box-language, .box-currency {
    margin-right: 0;
  }

  header .box-cart {
    margin-left: 10px;
    margin-right: 0;
  }
  header .nav {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .logo {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .nav-active header .nav, .nav-active header .cart {
    opacity: 0;
    pointer-events: none;
  }

  .logo-block {
    line-height: 14px;
  }

  header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
  }
  header .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  header .toggle_cont {
    top: 100%;
  }
  header .search {
    margin: 0;
  }
  header .box-cart {
    float: none;
    position: absolute;
  }
}
/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.not-animated {
  opacity: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .not-animated {
    opacity: 1;
  }
}
/**
* Tada Keyframes Animation
*/
@-ms-keyframes tada {
  0% {
    -webkit-transform: scale(0.1) rotate(3deg);
    transform: scale(0.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-3deg);
    transform: scale(1) rotate(-3deg);
  }
}
@-o-keyframes tada {
  0% {
    -webkit-transform: scale(0.1) rotate(3deg);
    transform: scale(0.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-3deg);
    transform: scale(1) rotate(-3deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(0.1) rotate(3deg);
    transform: scale(0.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-3deg);
    transform: scale(1) rotate(-3deg);
  }
}
@-moz-keyframes tada {
  0% {
    -webkit-transform: scale(0.1) rotate(3deg);
    transform: scale(0.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-3deg);
    transform: scale(1) rotate(-3deg);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(0.1) rotate(3deg);
    transform: scale(0.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-3deg);
    transform: scale(1) rotate(-3deg);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/**
* SlideInDown Keyframes Animation
*/
@-ms-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-ms-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-ms-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/**
* SlideInUp Keyframes Animation
*/
@-ms-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  #content {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .header-top .col-inner {
    position: relative;
  }

  .relative > .container > div {
    position: relative;
  }
}
.block-slider {
  background: #ececec;
  margin-bottom: 58px;
}

.block-banners {
  margin-bottom: 32px;
}
.block-banners [class*="col-"] {
  padding: 0;
}
.block-banners .row {
  margin-left: 0;
  margin-right: 0;
}

.row-inner.container {
  padding-left: 0;
  padding-right: 0;
}

.relative > .container > div {
  padding-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
}
.relative > .container > div > div {
  margin-left: -15px;
  margin-right: -15px;
}
.relative > .container > div > div > [class*="col-"] {
  position: static;
}

.banner-third .banners > .col-sm-12 {
  width: 33.33333333%;
}

@media (min-width: 768px) {
  .block-left {
    text-align: left;
  }
}
/*==================  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 #ebecee;
}
.box.account ul a, .box.affilate ul a {
  position: relative;
  background: #f1f1f3;
  display: block;
  padding: 13px 15px;
}
.box.account ul a:hover, .box.affilate ul a:hover {
  background: #f3f3f3;
}
.box.account ul a:hover, .box.affilate ul a:hover {
  color: #ffc80a;
}

.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;
}
.manufacturer-content div a, .manufacturer-content div a:visited, #content ul.list-unstyled a, #content ul.list-unstyled a:visited {
  color: #292929;
}
.manufacturer-content div a:hover, .manufacturer-content div a:focus, .manufacturer-content div a:active, #content ul.list-unstyled a:hover, #content ul.list-unstyled a:focus, #content ul.list-unstyled a:active {
  color: #ffc80a;
}
.manufacturer-content div a:hover:before, .manufacturer-content div a:focus:before, .manufacturer-content div a:active:before, #content ul.list-unstyled a:hover:before, #content ul.list-unstyled a:focus:before, #content ul.list-unstyled a:active:before {
  color: #ffc80a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.manufacturer-content div a:before, #content ul.list-unstyled a:before {
  content: '\f101';
  font-size: 13px;
  margin-right: 10px;
  color: #7d7d7d;
  font-weight: 400;
  font-family: "FontAwesome";
  vertical-align: top;
}

.manufacturer-content div a:before {
  vertical-align: top;
  font-size: 12px;
}

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

@media (max-width: 767px) {
  .block-slider {
    margin-bottom: 60px;
  }

  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/preloader.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 {
  display: inline-block;
}
.search input[type="text"] {
  color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-family: "Raleway", sans-serif;
  width: 1170px;
  max-width: 100%;
  font-weight: 400;
  height: 50px;
  padding: 16px 50px 16px 20px;
  background: #dedede;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search input[type="text"]:focus {
  outline: none;
}
.search input[type="text"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.search input[type="text"]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.search input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.search input[type="text"]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.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: #000;
}
.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: #292929;
}

.top-search {
  cursor: pointer;
  display: inline-block;
  color: #fff;
}
.top-search span {
  vertical-align: top;
}
.top-search.active, .top-search.active:hover, .top-search:hover {
  color: #ffc80a;
}

#search {
  display: none;
  opacity: 0;
  line-height: 0;
  position: absolute;
  left: 15px;
  top: 48px;
  width: 0;
  max-width: 100%;
  z-index: 21;
}
#search .inner .button-search {
  position: absolute;
  display: inline-block;
  top: 0;
  font-size: 28px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: left;
  right: 0;
  color: #000;
}
#search .inner .button-search:visited {
  color: #000;
}
#search .inner .button-search:hover, #search .inner .button-search:focus, #search .inner .button-search:active {
  color: #292929;
}

#livesearch_search_results {
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  text-align: left;
  color: #000;
  background: #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  list-style-type: none;
  z-index: 20;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
#livesearch_search_results li {
  transition: none;
  -moz-transition: 0.3s background-color ease;
  -o-transition: none;
  -webkit-transition: 0.3s background-color ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#livesearch_search_results li a, #livesearch_search_results li a:visited {
  color: #000;
  text-transform: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  transition: none;
  -moz-transition: 0.3s color ease;
  -o-transition: none;
  -webkit-transition: 0.3s color ease;
}
#livesearch_search_results li img {
  float: left;
  margin-right: 10px;
  max-width: 80px;
}
#livesearch_search_results li img.loading {
  background: #f1f1f3;
}
#livesearch_search_results li:hover, #livesearch_search_results li:visited:hover, #livesearch_search_results li:focus:hover {
  background-color: #ececec;
}
#livesearch_search_results li:hover a, #livesearch_search_results li:visited:hover a, #livesearch_search_results li:focus:hover a {
  color: #000;
}
#livesearch_search_results a {
  display: block;
  padding: 10px;
  color: #000;
}
#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: #000;
}

/*========================================================
               Responsive styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  #search {
    max-width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #search {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .search {
    width: 100%;
    padding: 0 0 12px;
    position: relative;
    display: inline-block;
    margin: 0;
    top: auto;
    right: auto;
    float: none !important;
  }
  .search .top-search {
    display: none !important;
  }
  .search input[type="text"] {
    padding-left: 30px;
    padding-right: 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }

  #livesearch_search_results {
    left: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }

  #search {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    overflow: visible !important;
    margin: 0 !important;
    display: block !important;
    opacity: 1 !important;
    width: 100% !important;
    z-index: 3;
  }
  #search .inner {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #search .inner.container {
    padding-left: 0;
    padding-right: 0;
  }
  #search .inner .button-close {
    display: none;
  }
  #search .inner .button-search {
    left: auto;
    right: -10px;
  }
  #search input[type="text"] {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ebecee;
  }
  #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;
  }

  #livesearch_search_results li img {
    max-width: 70px;
  }
}
/*================ Box Cart  ===============*/
.box-cart {
  color: #fff;
  font: 700 12px/14px "Raleway", sans-serif;
  text-transform: uppercase;
}
.box-cart .text-empty {
  padding: 15px 0 0;
}
.box-cart strong, .box-cart b {
  color: inherit;
}
.box-cart .toggle_cont .name {
  font: 700 12px/16px "Raleway", sans-serif;
  margin-bottom: 10px;
  text-transform: initial;
}
.box-cart .toggle_cont .name a {
  display: inline;
}
.box-cart .cart-total2 {
  margin-top: 2px;
  width: 26px;
  height: 26px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #ffc80a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box-cart .btn-remove-wrap, .box-cart .btn-remove__cnt {
  position: absolute;
  left: 0;
  right: 0;
}
.box-cart .btn-remove-wrap {
  top: 0;
  bottom: 0;
  z-index: 10;
  background: #f1f1f3;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.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%);
  text-align: center;
}
.box-cart .btn-remove__cnt .btn {
  margin-left: 5px;
  margin-right: 5px;
}
.box-cart .btn-danger {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  vertical-align: top;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.box-cart .btn-danger, .box-cart .btn-danger:visited {
  color: #fff;
}
.box-cart .btn-danger:hover, .box-cart .btn-danger:focus, .box-cart .btn-danger:active, .box-cart .btn-danger:visited:hover, .box-cart .btn-danger:focus:active, .box-cart .btn-danger:active:focus {
  color: #292929;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.box-cart .btn-danger i {
  margin: 0;
  background: none !important;
}
.box-cart .btn-danger {
  border: none;
  padding: 0;
  background: none;
}
.box-cart .btn-danger:before {
  display: none;
}
.box-cart .btn-danger:visited {
  background: none;
}
.box-cart .btn-danger:hover, .box-cart .btn-danger:focus, .box-cart .btn-danger:active, .box-cart .btn-danger:visited:focus, .box-cart .btn-danger:active:focus, .box-cart .btn-danger:focus:active {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.box-cart .btn-danger:focus {
  box-shadow: none;
  border: none;
  padding: 0;
}
.box-cart .btn {
  margin-bottom: 10px;
  margin-left: 10px;
  letter-spacing: .5px;
}
.box-cart .btn, .box-cart .btn:visited {
  border-color: #fff;
}
.box-cart .btn:hover, .box-cart .btn:focus, .box-cart .btn:active, .box-cart .btn:visited:hover, .box-cart .btn:focus:active, .box-cart .btn:active:focus, .box-cart .btn:active:hover {
  color: #2c2c2c;
  border-color: #fff;
  background-color: #fff;
}
.box-cart .visible-cart {
  margin: 14px 0 10px;
  font-weight: 700;
  text-decoration: underline;
}
.box-cart .visible-cart, .box-cart .visible-cart:visited {
  color: #fff;
}
.box-cart .visible-cart:hover, .box-cart .visible-cart:focus, .box-cart .visible-cart:active {
  color: #292929;
}
/*================  Cart  ===============*/
.cart > button {
  margin: 0;
  color: #fff;
  display: inline-block;
}
.cart > button:hover .cart-total2 {
  background: #000;
}
.cart > button:hover i {
  color: #ffc80a;
}
.cart > button i, .cart > button strong, .cart > button span {
  vertical-align: top;
}
.cart > button strong, .cart > button span {
  display: inline-block;
}
.cart > button .cart-total {
  position: relative;
  display: inline-block;
}
.cart > button .cart-total span {
  display: none;
}
.cart > button i {
  font-size: 30px;
  line-height: 30px;
  margin-right: -1px;
  font-weight: 400;
  display: inline-block;
  color: #242424;
  -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 i:before {
  vertical-align: top;
}
.cart .cart-remove-btn {
  margin-bottom: 10px;
  margin-left: 5px;
}
.cart .cart-remove-btn:before, .cart .cart-remove-btn > span {
  vertical-align: middle;
}
.cart .cart-product {
  display: inline-block;
  width: 100%;
}
.cart .table {
  margin-bottom: 0;
  font-size: 14px;
}
.cart .table > tbody > tr > td,
.cart .table > tbody > tr > th,
.cart .table > tfoot > tr > td,
.cart .table > tfoot > tr > th,
.cart .table > thead > tr > td {
  border-top: none;
  padding: 15px 10px;
}
.cart .table > tbody tr + tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.cart .table.total {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart .table.total > tbody tr + tr > td {
  border-top: none;
}
.cart .table.total > tbody > tr > td,
.cart .table.total > tbody > tr > th,
.cart .table.total > tfoot > tr > td,
.cart .table.total > tfoot > tr > th,
.cart .table.total > thead > tr > td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.cart .table.total .text-left {
  padding-left: 0;
}
.cart .table.total .text-right {
  padding-right: 0;
  text-align: left;
}/*
.cart .table.total tr:last-child strong {
  font-size: 16px;
}*/
.cart .table.total + .text-right {
  margin-bottom: 10px;
}

/*================  Cart DropDown ===============*/
.cart .toggle_cont {
  z-index: 9;
  top: 56px;
  min-width: 320px;
  max-width: 320px;
  left: auto;
  right: -15px;
  padding: 15px 25px 10px;
  color: #fff;
  background: #f0ba00;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}
.cart .toggle_cont strong, .cart .toggle_cont b {
  font-size: 14px;
  font-weight: 500;
  font-family: monospace;
}
.cart .toggle_cont a {
  font-weight: 400;
}
.cart .toggle_cont .name a {
  color: #2c2c2c;
}
.cart .toggle_cont .name a:visited {
  color: #2c2c2c;
}
.cart .toggle_cont .name a:hover, .cart .toggle_cont .name a:focus, .cart .toggle_cont .name a:active {
  color: #fff;
}
.cart .toggle_cont > li:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.cart .toggle_cont > li + li {
  margin-top: 5px;
}
.cart .toggle_cont tbody td.text-right {
  padding-right: 0;
}
.cart .toggle_cont .cart-name {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: none;
}
.cart .toggle_cont img {
  max-width: 100%;
  background: #fff;
}
.cart .toggle_cont p {
  margin-bottom: 5px;
}
.cart .toggle_cont .td-img {
  margin-bottom: 10px;
  padding-left: 0;
}

.cart ul > li:first-child tr {
  border-bottom: none;
}

.cart .price-cart {
  display: inline-block;
}
.cart .price-cart b {
  margin-left: 10px;
}

.cart .toggle_cont .btn, .cart .toggle_cont .btn-primary {
  vertical-align: top;
}

/*========================================================
               Responsive styles
=========================================================*/
@media (min-width: 768px) {
  .box-cart button .cart-total, .box-cart button strong {
    display: none;
  }
  .box-cart button.btn-danger i {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart > button strong, .cart > button .cart-total {
    display: none;
  }
  .cart > button i {
    margin-right: 0;
  }
  .cart .toggle_cont .cart-name {
    font-size: 20px;
    line-height: 24px;
  }
  .cart .toggle_cont .image {
    max-width: 70px;
  }
  .cart .table.total tr:last-child strong {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  div.cart {
    position: fixed;
    top: 0;
    margin: 0;
  }
  div.cart > button {
    position: relative;
    margin: 0;
    padding-top: 0;
    height: 56px;
  }
  div.cart > button .cart-total, div.cart > button strong {
    display: none;
  }
  div.cart > button strong, div.cart > button span {
    margin-top: 0;
    font-size: 14px;
  }
  div.cart > button i {
    margin-right: 0;
    font-size: 26px;
    line-height: 56px;
    border: none;
    height: 56px;
    margin-right: -12px;
    padding: 0;
  }
  div.cart > button i.material-icons-keyboard_arrow_down {
    display: none;
  }
  div.cart > button:hover i, div.cart > button.active i {
    color: #292929;
  }
  div.cart .table.total tr:last-child strong {
    font-size: 20px;
  }
  div.cart .toggle_cont {
    max-height: 225px;
    overflow: auto;
    top: 100%;
    right: 0;
  }
  div.cart .toggle_cont .cart-name {
    font-size: 18px;
    line-height: 22px;
    padding-top: 5px;
  }

  .cart .toggle_cont {
    min-width: 300px;
    max-width: 300px;
  }
  .cart .toggle_cont .image {
    max-width: 200px;
  }
  .cart .toggle_cont .btn-danger {
    font-size: 16px;
    line-height: 16px;
  }

  .box-cart .cart-total2 {
    margin-top: 6px;
    margin-right: 5px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  .box-cart .btn, .box-cart .box-cart .btn-primary {
    padding-left: 12px;
    padding-right: 12px;
  }

  .box-cart button.btn-danger.btn-close-cart, .box-cart button.btn-danger.btn-close-cart:focus {
    padding: 0;
    top: 10px;
    right: 10px;
  }
}
/*========================================================
                      Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout {
  margin-bottom: 30px;
}

/* ===================   Product Image   =================== */
.product-thumb {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
  width: 100%;
  background: #f1f1f3;
}
.product-thumb .image {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-align: center;
}
.product-thumb .image .img-primary {
  opacity: 1;
}
.product-thumb .image .img-secondary {
  opacity: 0;
}
.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;
}
.product-thumb .cart-button {
  position: absolute;
  display: inline-block;
  top: 57.7%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -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 .cart-button .btn {
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
  padding-right: 15px;
  padding-left: 15px;
}
.product-thumb .cart-button .btn + .btn {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product-thumb .cart-button .btn + .btn + .btn {
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.product-thumb .cart-button .btn + .btn + .btn + .btn {
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.product-thumb .btn {
  min-width: 134px;
}
.product-thumb .btn + .btn {
  margin-top: 9px;
}
.product-thumb .rating {
  position: absolute;
  bottom: -30px;
  left: 0;
  line-height: 16px;
  pointer-events: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product-thumb .product-countdown {
  position: absolute;
  bottom: 5px;
  margin: 0;
  left: 50%;
  display: inline-block;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-thumb:hover .cart-button {
  opacity: 1;
}
.product-thumb:hover .cart-button .btn, .product-thumb:hover .cart-button .btn + .btn, .product-thumb:hover .cart-button .btn + .btn + .btn, .product-thumb:hover .cart-button .btn + .btn + .btn + .btn {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.product-thumb:hover .sale, .product-thumb:hover .discount, .product-thumb:hover .new-pr, .product-thumb:hover .rating {
  opacity: 0;
}
.product-thumb:hover .rating {
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.product-thumb:hover .sale, .product-thumb:hover .discount, .product-thumb:hover .new-pr {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.product-thumb:hover .image .img-primary {
  opacity: 0;
}
.product-thumb:hover .image .img-secondary {
  opacity: .1;
}

.row.product-block.product-list {
  padding: 0 15px;
}
@media (min-width: 1788px) {
  .row.product-block.product-list {
    padding: 0 30px;
  }
}

/* ===================   Product Caption   =================== */
.name {
  font: 600 18px/22px "Raleway", sans-serif;
}
.name a {
  color: #2c2c2c;
}
.name a:visited {
  color: #2c2c2c;
}
.name a:hover, .name a:focus, .name a:active {
  color: #ffc80a;
}

.box .owl-carousel .product-thumb {
  border: none;
}

.product-thumb {
  position: relative;
  padding: 50px 25px 26px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-thumb .aside {
  display: none;
}
.product-thumb .caption {
  position: relative;
}
.product-thumb .block-name {
  width: 100%;
  padding-right: 0;
  padding-bottom: 20px;
  min-height: 92px;
}
.product-thumb .price {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  line-height: 21px;
  text-align: right;
}
.product-thumb .name {
  margin-bottom: 5px;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  font-size: 14px;
  font-weight: 600;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.1;
}
.product-thumb .name > a {
  display: inline;
}
.product-thumb .description, .product-thumb .description-small {
  font-size: 12px;
  line-height: 14px;
  color: #9fa3a7;
  margin-bottom: 0;
}
.product-thumb .category-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}

.box.related-block {
  margin-bottom: 15px;
  position: relative;
}
.box.related-block .owl-carousel {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.box.related-block .owl-carousel .owl-item .product-thumb {
  position: relative;
}

aside .box .owl-carousel {
  width: auto;
}
aside .box .owl-carousel .owl-nav .owl-prev {
  left: 5px;
}
aside .box .owl-carousel .owl-nav .owl-next {
  right: 5px;
}
aside .box .owl-carousel:hover .owl-nav .owl-prev {
  left: 5px;
}
aside .box .owl-carousel:hover .owl-nav .owl-next {
  right: 5px;
}
aside .box .owl-carousel .owl-item {
  padding: 0 0 5px;
}
aside .box .owl-carousel .owl-item .product-thumb {
  position: relative;
  margin: 0 !important;
}

.mobile-carousel.owl-carousel {
  margin-left: -1px;
  margin-right: -1px;
}
.mobile-carousel.owl-carousel .owl-nav .owl-prev {
  left: 1px;
}
.mobile-carousel.owl-carousel .owl-nav .owl-next {
  right: 1px;
}
.mobile-carousel.owl-carousel:hover .owl-nav .owl-prev {
  left: 1px;
}
.mobile-carousel.owl-carousel:hover .owl-nav .owl-next {
  right: 1px;
}
.mobile-carousel.owl-carousel .owl-item {
  padding: 0 1px;
  text-align: center;
}
.mobile-carousel.owl-carousel .owl-item .product-thumb {
  text-align: left;
  position: relative;
  margin: 0 !important;
  display: inline-block;
  width: 270px;
  max-width: 100%;
}
.mobile-carousel.owl-carousel .owl-item .product-thumb:after {
  display: none;
  border: none;
}

/* ==================    Product List, Product Grid    =================== */
.image-category {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  max-width: 100%;
}

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

.category-name {
  font-size: 12px;
  line-height: 16px;
  color: #9fa3a7;
}
.category-title:after{
  display: none;
}
.category-title{
  font: 700 24px/29px "Raleway", sans-serif;
  line-height: 1.2em;
  color: #555;
  margin-right: auto;
}
.description-category {
  font: normal 300 16px/25px "Raleway", sans-serif;
}
.description-category p {
  margin-bottom: 15px;
}

.product-list .block-name .description {
  display: none;
}

.product-list.product-layout {
  margin-bottom: 25px;
}
.product-list .product-thumb {
  position: relative;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.product-list .product-thumb:after {
  display: none;
  border: none;
}
.product-list .product-thumb > .name, .product-list .product-thumb .image .rating, .product-list .product-thumb > .description, .product-list .product-thumb .cart-button {
  display: none;
}
.product-list .product-thumb .description {
  line-height: 18px;
}
@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 .image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-list .product-thumb .image a {
  background: #f1f1f3;
}
.product-list .product-thumb .image a:hover {
  background-color: #e3e3e7;
}
.product-list .product-thumb .image .sale {
  left: 15px;
  top: 15px;
}
.product-list .product-thumb .image .new-pr {
  right: 15px;
  top: 15px;
}
.product-list .product-thumb .image .discount {
  left: 15px;
  top: 15px;
}
.product-list .product-thumb .image .sale + .discount {
  top: 82px;
}
.product-list .product-thumb .image, .product-list .product-thumb .aside {
  float: left;
  width: 31%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-list .product-thumb:hover .image .img-primary {
  opacity: 1;
}
.product-list .product-thumb:hover .image .img-secondary {
  opacity: 0;
}
.product-list .product-thumb:hover .sale, .product-list .product-thumb:hover .discount, .product-list .product-thumb:hover .new-pr, .product-list .product-thumb:hover .rating {
  opacity: 1;
}
.product-list .product-thumb:hover .sale, .product-list .product-thumb:hover .discount, .product-list .product-thumb:hover .new-pr {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.product-list .product-thumb:hover .rating {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.product-list .product-thumb .image:hover .img-primary {
  opacity: 0;
}
.product-list .product-thumb .image:hover .img-secondary {
  opacity: 1;
}
@media (min-width: 768px) {
  .product-list .product-thumb .image .rating {
    display: none;
  }
}
.product-list .product-thumb > .btn, .product-list .product-thumb .image > .quickview {
  display: none;
}
.product-list .product-thumb .aside {
  width: 69%;
  padding: 0 0 0 30px;
  text-align: left;
}
.product-list .product-thumb .caption, .product-list .product-thumb .btn-icon {
  display: none;
}
.product-list .product-thumb .price-product {
  vertical-align: middle;
}
.product-list .product-thumb .description {
  margin-bottom: 10px;
}
.product-list .product-thumb .aside {
  display: block;
}
.product-list .product-thumb .aside .btn-primary {
  margin-bottom: 20px;
}
.product-list .product-thumb .aside .btn {
  width: auto;
  margin-bottom: 15px;
}
.product-list .product-thumb .aside .name {
  max-width: 100%;
  margin-bottom: 15px;
}
.product-list .product-thumb .aside .rating {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  margin: 0 0 15px;
  background: none;
}
.product-list .product-thumb .aside .product-btn {
  margin-bottom: 15px;
  margin-right: 15px;
  vertical-align: top;
  position: relative;
}
.product-list .product-thumb .aside .price {
  position: relative;
  bottom: auto;
  right: auto;
  text-align: inherit;
  margin: 0 0 10px 0;
  width: 100%;
}
.product-list .product-thumb .caption {
  text-align: left;
}
.product-list .product-thumb .caption .btn-primary, .product-list .product-thumb .caption .price {
  display: none;
}
.product-list .product-thumb > .price {
  display: none;
}

.clearfix + .product-list .product-thumb {
  border-top: 1px solid #ebecee;
  padding-top: 30px;
}

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

/* ==================   SALE   =================== */
.sale, .discount, .new-pr {
  font: 700 14px/56px "Raleway", sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 66px;
  height: 66px;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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;
  background: #2c2c2c;
  pointer-events: none;
}
.sale span, .discount span, .new-pr span {
  vertical-align: middle;
  display: inline-block;
  line-height: 14px;
}

html[lang="ru"] .sale, html[lang="ru"] .discount, html[lang="ru"] .new-pr {
  font-size: 12px;
}

html[lang="de"] .sale, html[lang="de"] .discount, html[lang="de"] .new-pr {
  font-size: 11px;
}

.sale, .discount {
  background: #ffc80a;
}

.product-thumb .sale, .product-thumb .discount, .product-thumb .new-pr {
  position: absolute;
  z-index: 1;
}
.product-thumb .sale {
  left: -5px;
  top: -30px;
}
.product-thumb .new-pr {
  right: -5px;
  top: -30px;
}
.product-thumb .discount {
  left: -5px;
  top: -30px;
}
.product-thumb .sale + .discount {
  top: 40px;
}

/* ===================   Product Price    =================== */
.price-new, .price, .price-old {
  display: inline-block;
  font: 700 16px/14px "Raleway", sans-serif;
  color: #242424;
}

.price-new {
  margin-left: 5px;
}

.price-old {
  text-decoration: line-through;
  display: inline-block;
  font-size: 12px;
}

.price-tx {
  color: #242424;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

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

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

.price b {
  font-size: 14px;
  color: #292929;
  font-weight: 700;
  margin-left: 3px;
}
.price s {
  color: #292929;
  font-size: 12px;
}

.stock, .out-stock {
  font-weight: 700;
}

.stock {
  color: #143546;
  font-family: "Raleway", sans-serif;
}

.out-stock {
  color: #EE372A;
}

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

/* ===================   Product Rating   =================== */
.fa-stack {
  font-size: 14px;
  line-height: 16px;
  width: .8em;
  height: 16px;
}
.fa-stack i {
  color: #d8d7d7;
}
.fa-stack i.star {
  color: #ffc80a;
}

.fa-stack-2x {
  font-size: .8em;
}

.product-thumb .fa-stack {
  vertical-align: top;
}

.rat {
  color: #ffc80a;
}

/* ===================   Product Quickview   =================== */
.quick_info {
  display: none;
}

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

.fancybox-inner .new-pr, .fancybox-inner .sale {
  vertical-align: top;
}
.fancybox-inner .price {
  margin-top: 11px;
  margin-bottom: 10px;
}
.fancybox-inner .price + .btn-primary {
  vertical-align: top;
}
.fancybox-inner .block-button {
  margin-top: 10px;
}
.fancybox-inner .block-button .product-btn {
  margin-bottom: 7px;
}

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

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

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

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

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

.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;
}
.ajax-overlay .product-options .ajax-overlay_close {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 28px;
  font-family: 'Material Icons';
}
.ajax-overlay .product-options .ajax-overlay_close:before {
  content: '\e5cd';
}
.ajax-overlay .product-options .ajax-overlay_close, .ajax-overlay .product-options .ajax-overlay_close:visited {
  color: #ebecee;
}
.ajax-overlay .product-options .ajax-overlay_close:hover, .ajax-overlay .product-options .ajax-overlay_close:active, .ajax-overlay .product-options .ajax-overlay_close:focus {
  color: #ffc80a;
}
.ajax-overlay .product-options .checkbox label:before {
  background: #e3e3e7;
}
.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;
}

.fancybox-inner .product-option-wrap {
  margin-top: 10px;
}

.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.3);
  visibility: visible;
}

.option-color {
  position: relative;
}

#product .option-color .text-danger {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
}
#product .option-color .has-error {
  position: static;
  padding-bottom: 25px;
}
#product ul.product-countdown li span {
  font-style: normal;
}
#product #button-cart {
  overflow: hidden;
  position: relative;
}

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .product-thumb .cart-button {
    top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-layout > .product-thumb, aside .product-thumb {
    padding: 40px 12px 17px;
  }
  .product-layout > .product-thumb .block-name, aside .product-thumb .block-name {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5px;
  }
  .product-layout > .product-thumb .name, aside .product-thumb .name {
    font-size: 14px;
  }
  .product-layout > .product-thumb .price, aside .product-thumb .price {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    text-align: inherit;
  }
}
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left;
  }

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

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

  .product-thumb .cart-button .btn i {
    display: none;
  }
}
.ipad .product-thumb .image, .ios .product-thumb .image, .iphone .product-thumb .image, .mobile .product-thumb .image {
  margin-bottom: 25px;
}
.ipad .product-thumb .image .rating, .ios .product-thumb .image .rating, .iphone .product-thumb .image .rating, .mobile .product-thumb .image .rating {
  bottom: -20px;
}
.ipad .product-thumb .image:before, .ios .product-thumb .image:before, .iphone .product-thumb .image:before, .mobile .product-thumb .image:before {
  opacity: 1 !important;
}
.ipad .product-thumb .image .cart-button, .ios .product-thumb .image .cart-button, .iphone .product-thumb .image .cart-button, .mobile .product-thumb .image .cart-button {
  opacity: 1 !important;
  position: relative;
  margin-top: 10px;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  top: auto;
  left: auto;
}
.ipad .product-thumb .image .cart-button .btn,
.ipad .product-thumb .image .cart-button .btn + .btn,
.ipad .product-thumb .image .cart-button .btn + .btn + .btn,
.ipad .product-thumb .image .cart-button .btn + .btn + .btn + .btn, .ios .product-thumb .image .cart-button .btn,
.ios .product-thumb .image .cart-button .btn + .btn,
.ios .product-thumb .image .cart-button .btn + .btn + .btn,
.ios .product-thumb .image .cart-button .btn + .btn + .btn + .btn, .iphone .product-thumb .image .cart-button .btn,
.iphone .product-thumb .image .cart-button .btn + .btn,
.iphone .product-thumb .image .cart-button .btn + .btn + .btn,
.iphone .product-thumb .image .cart-button .btn + .btn + .btn + .btn, .mobile .product-thumb .image .cart-button .btn,
.mobile .product-thumb .image .cart-button .btn + .btn,
.mobile .product-thumb .image .cart-button .btn + .btn + .btn,
.mobile .product-thumb .image .cart-button .btn + .btn + .btn + .btn {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.ipad .product-thumb .image .cart-button .btn, .ios .product-thumb .image .cart-button .btn, .iphone .product-thumb .image .cart-button .btn, .mobile .product-thumb .image .cart-button .btn {
  margin-bottom: 5px;
}
.ipad .product-thumb .image .cart-button .btn + .btn, .ios .product-thumb .image .cart-button .btn + .btn, .iphone .product-thumb .image .cart-button .btn + .btn, .mobile .product-thumb .image .cart-button .btn + .btn {
  margin-top: 0;
}
.ipad .product-thumb .image .img-primary, .ios .product-thumb .image .img-primary, .iphone .product-thumb .image .img-primary, .mobile .product-thumb .image .img-primary {
  opacity: 1 !important;
}
.ipad .product-thumb .image .img-secondary, .ios .product-thumb .image .img-secondary, .iphone .product-thumb .image .img-secondary, .mobile .product-thumb .image .img-secondary {
  opacity: 0 !important;
}
.ipad .product-thumb .quickview, .ios .product-thumb .quickview, .iphone .product-thumb .quickview, .mobile .product-thumb .quickview {
  display: none;
}

@media (max-width: 767px) {
  #content .product-layout.clr {
    clear: both;
  }

  #product .cart-button .product-btn {
    vertical-align: top;
  }

  .product-layout.product-grid .product-thumb, .product-layout.product-list .product-thumb {
    text-align: left;
  }

  .product-thumb .name {
    font-size: 13px;
    line-height: 1.4em;
  }

  .row.product-block .product-grid,
  .row.product-block [data-clear] + .product-grid {
    border: none;
    width: 33.3%;
  }

  .product-thumb .cart-button .btn {
    min-width: 38px;
    padding: 5px;
    line-height: 24px;
  }
  .product-thumb .cart-button .btn i {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
  }
  .product-thumb .cart-button .btn i.fa-balance-scale {
    font-size: 16px;
  }
  .product-thumb .cart-button .btn span {
    display: none;
  }
  .product-thumb .block-name {
    text-align: left;
  }
  .product-thumb .image {
    margin-bottom: 25px;
  }
  .product-thumb .image .rating {
    bottom: -23px;
  }
  .product-thumb .image:before {
    opacity: 1 !important;
  }
  .product-thumb .image .cart-button {
    opacity: 1 !important;
    position: relative;
    margin-top: 10px;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    top: auto;
    left: auto;
  }
  .product-thumb .image .cart-button .btn, .product-thumb .image .cart-button .btn + .btn, .product-thumb .image .cart-button .btn + .btn + .btn, .product-thumb .image .cart-button .btn + .btn + .btn + .btn {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .product-thumb .image .cart-button .btn {
    margin-bottom: 5px;
  }
  .product-thumb .image .cart-button .btn + .btn {
    margin-top: 0;
  }
  .product-thumb .image .img-primary {
    opacity: 1 !important;
  }
  .product-thumb .image .img-secondary {
    opacity: 0 !important;
  }
  .product-thumb .price-new, .product-thumb .price {
    font-size: 16px;
    line-height: 19px;
  }
  .product-thumb .price-old {
    font-size: 10px;
    line-height: 12px;
  }
  .product-thumb:hover .sale, .product-thumb:hover .discount, .product-thumb:hover .new-pr, .product-thumb:hover .rating {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }

  .related-block .owl-item {
    text-align: center;
  }
  .related-block .owl-item .product-thumb {
    display: inline-block;
  }

  .product-thumb {
    display: inline-block;
    max-width: 100%;
    width: 270px;
  }

  .product-layout.product-grid,
  .product-layout.product-list {
    text-align: center;
  }
  .product-layout.product-grid .product-thumb,
  .product-layout.product-list .product-thumb {
    display: inline-block;
  }

  .quickview_description iframe {
    float: none;
    width: 100% !important;
    margin: 0 0 2em;
  }

  .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;
    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 .block-button,
  .product-grid .product-thumb > .price,
  .product-grid .product-thumb .block-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 {
    display: block;
    text-align: center;
  }
  .product-list .product-thumb .caption .price {
    display: block;
  }
  .product-list .product-thumb .caption .btn-primary {
    display: inline-block;
  }
  .product-list .product-thumb .caption .description-small {
    display: inline-block;
  }
  .product-list .product-thumb .caption .description {
    display: none;
  }
  .product-list .product-thumb .block-name {
    display: inline-block;
  }
  .product-list .product-thumb .image .cart-button {
    display: inline-block;
  }
  .product-list .product-thumb .caption .description {
    display: block;
    margin-bottom: 0;
  }

  .clearfix + .product-list .product-thumb {
    border-top: none;
    padding: 0;
  }

  .product-layout {
    margin-bottom: 20px;
    text-align: center;
  }

  aside .box .product-layout, .column-left .box .product-layout {
    text-align: center;
  }
  aside .box .product-layout .product-thumb, .column-left .box .product-layout .product-thumb {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    height: 240px !important;
  }
  .row.product-block .product-grid,
  .row.product-block [data-clear] + .product-grid {
    width: 50%;
  }
}
@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;
  }
}
@media (max-width: 480px) {
  .product-thumb{
    padding: 15px;
  }
  .product-thumb .price{
    width: 100%;
    text-align: center;
  }
  html[lang="ru"] .sale, html[lang="ru"] .discount, html[lang="ru"] .new-pr {
    font-size: 10px;
  }
  .sale, .discount, .new-pr{
    width: 56px;
    height: 56px;
    padding: 5px;
    font: 700 22px/46px "Raleway", sans-serif;
  }
  .product-thumb .image {
    margin-bottom: 5px;
  }
  .product-thumb .new-pr {
    right: -25px;
    font-size: 14px;
  }
  #product-category .product-block {
    margin-right: -5px;
    margin-left: -5px;
  }
  #product-category .product-layout {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .product-thumb .name{
    line-height: 1.2;
  }
  .product-thumb .block-name {
    text-align: center;
  }
}
@media (max-width: 400px) {
  #content .product-layout {
     width: 100%;
     float: none;
  }
}
/*========================================================
                         Box
=========================================================*/
.box {
  margin-bottom: 30px;
  position: relative;
}
.box .box-heading {
  margin-bottom: 24px;
  text-align: center;
}
.box .box-heading h2, .box .box-heading h3, .box .box-heading h4, .box .box-heading h5 {
  margin: 0;
}

.home-page .box .box-heading {
  overflow: hidden;
  margin-bottom: 28px;
}

aside .box .product-layout, .column-left .box .product-layout, .col-lg-3 .box .product-layout {
  width: 100%;
}

aside [class*="col-"], aside .container, .column-left [class*="col-"], .column-left .container, .col-lg-3 [class*="col-"], .col-lg-3 .container {
  width: 100%;
  padding: 0;
}
aside .row, .column-left .row, .col-lg-3 .row {
  margin: 0;
}

aside .box {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  aside .box .box-heading {
    text-align: left;
  }
}

.related-block .swiper-container-horizontal {
  margin-left: -15px;
  margin-right: -15px;
}
.related-block div.swiper-button-next, .related-block div.swiper-container-rtl .swiper-button-prev {
  right: 20px;
}
.related-block div.swiper-button-prev, .related-block div.swiper-container-rtl .swiper-button-next {
  left: 20px;
}
.related-block .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  background: none;
}

/*========================================================
                    Responsive Box
=========================================================*/
@media (max-width: 767px) {
  aside .box .owl-carousel .owl-item {
    text-align: center;
  }

  aside .box .box-heading {
    padding: 15px 30px 15px 10px;
    background: #f1f1f3;
  }
  aside .box .box-heading h3 {
    font-size: 20px;
    line-height: 24px;
  }

  aside .box .box-heading, .column-left .box .box-heading, .col-lg-3 .box .box-heading {
    position: relative;
    cursor: pointer;
  }
  aside .box .box-heading:after, .column-left .box .box-heading:after, .col-lg-3 .box .box-heading:after {
    content: '\f067';
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 14px;
    line-height: 54px;
    font-family: "FontAwesome";
    color: #2a4655;
  }
  aside .box .box-heading:hover:after, .column-left .box .box-heading:hover:after, .col-lg-3 .box .box-heading:hover:after {
    color: #ffc80a;
  }
  aside .box .box-heading.active:after, .column-left .box .box-heading.active:after, .col-lg-3 .box .box-heading.active:after {
    content: '\f068';
  }

  aside .box.specials, .column-left .box.specials {
    margin-bottom: 30px;
  }

  aside h3 + ul.sf-menu, .column-left h3 + ul.sf-menu {
    margin-bottom: 15px;
  }

  .information-contact .contact_page .box {
    text-align: center;
    margin-bottom: 20px;
  }
  .information-contact .contact_page .box .box-content {
    display: inline-block;
    max-width: 100%;
  }

  .home-page .box .box-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .box {
    margin-bottom: 20px;
  }

  .home-page .box .box-heading h3:before, .home-page .box .box-heading h3:after {
    display: none;
  }

  .col-inner.column-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #content .box.single-category .box-heading, #content .box.single-category .nav.nav-tabs {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/*========================================================
                        Buttons
=========================================================*/
#button-search + h2 {
  margin-top: 15px;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover,
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  color: #fff;
  background: #292929;
  border: 2px solid #292929;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  color: #fff;
  background: #292929;
  border: 2px solid #292929;
}

.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: top;
}
.buttons .btn i {
  margin: 0 5px;
  line-height: 16px;
  display: inline-block;
}
.buttons .pull-right .btn {
  margin-right: 5px;
}
.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: #ffc80a;
}

/* ================   Default Buttons BEGIN   =============== */
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  font: 700 12px/14px "Raleway", sans-serif;
  text-shadow: none;
  overflow: hidden;
  padding: 10px 27px;
  outline: none;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.btn, .btn:visited, .btn-default, .btn-default:visited, .btn-primary, .btn-primary:visited, .btn-success, .btn-success:visited, .btn-info, .btn-info:visited, .btn-warning, .btn-warning:visited, .btn-danger, .btn-danger:visited {
  color: #292929;
  background: none;
  border: 2px solid #9fa3a7;
}
.btn:hover, .btn:focus, .btn:active, .btn:visited:hover, .btn:focus:active, .btn:active:focus, .btn:active:hover, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:visited:hover, .btn-default:focus:active, .btn-default:active:focus, .btn-default:active:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited:hover, .btn-primary:focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:visited:hover, .btn-success:focus:active, .btn-success:active:focus, .btn-success:active:hover, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:visited:hover, .btn-info:focus:active, .btn-info:active:focus, .btn-info:active:hover, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:visited:hover, .btn-warning:focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:visited:hover, .btn-danger:focus:active, .btn-danger:active:focus, .btn-danger:active:hover {
  color: #fff;
  background: #ffc80a;
  border: 2px solid #ffc80a;
  outline: none !important;
}
.btn.active, .btn:active, .btn-default.active, .btn-default:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-info.active, .btn-info:active, .btn-warning.active, .btn-warning:active, .btn-danger.active, .btn-danger:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn i, .btn-default i, .btn-primary i, .btn-success i, .btn-info i, .btn-warning i, .btn-danger i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.btn-primary, .btn-primary:visited {
  border: 2px solid #ffc80a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited:hover, .btn-primary:focus:active, .btn-primary:active:focus, .btn-primary:active:hover {
  color: #fff;
  background: #ffc80a;
  border: 2px solid #ffc80a;
}

.box-cart .btn-danger.btn-close-cart, .box-cart .btn-danger.btn-close-cart:focus {
  position: absolute;
  top: 20px;
  right: 26px;
  font-size: 20px;
  line-height: 20px;
}

/*================   Product Buttons BEGIN   ===============*/
.product-btn {
  background: none;
  padding: 0;
  color: #292929;
  font: 400 16px/28px "Raleway", sans-serif;
}
.product-btn i {
  margin-right: 5px;
  color: #dedfe1;
  font-size: 28px;
  line-height: 28px;
  vertical-align: top;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product-btn i.fa-balance-scale {
  font-size: 21px;
}
.product-btn span {
  vertical-align: top;
}
.product-btn:visited {
  background: none;
  color: #292929;
}
.product-btn:hover, .product-btn:focus, .product-btn:active {
  background: none;
  color: #ffc80a;
}
.product-btn:first-child {
  margin-right: 10px;
}

/* ================   QuickView  =============== */
/* ================   Product page buttons  =============== */
.product-buttons {
  margin: 10px 0 10px;
  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: #ffc80a;
  padding: 0;
}
.product-buttons li button:hover, .product-buttons li button:focus {
  color: #292929;
  background: transparent;
}
.product-buttons li button:active {
  box-shadow: none;
}

.btn-icon {
  font-size: 28px;
  line-height: 28px;
  display: inline-block;
  position: relative;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.btn-icon i {
  position: relative;
  background: none !important;
}
.btn-icon i:before {
  vertical-align: top;
}
.btn-icon, .btn-icon:visited {
  color: #292929;
  background: none !important;
}
.btn-icon:hover, .btn-icon:focus, .btn-icon:active, .btn-icon:visited:hover, .btn-icon:focus:active, .btn-icon:active:focus, .btn-icon:active:hover {
  color: #ffc80a;
  background: none !important;
}

.btn-icon-add {
  font-size: 38px;
  line-height: 38px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.btn-icon-add i {
  position: relative;
  background: none !important;
}
.btn-icon-add i:before {
  vertical-align: top;
}
.btn-icon-add, .btn-icon-add:visited {
  color: #292929;
  background: none !important;
}
.btn-icon-add:hover, .btn-icon-add:focus, .btn-icon-add:active, .btn-icon-add:visited:hover, .btn-icon-add:focus:active, .btn-icon-add:active:focus, .btn-icon-add:active:hover {
  color: #ffc80a;
  background: none !important;
}

table .btn-icon + .btn-icon {
  vertical-align: top;
  margin-left: 10px;
}

#button-cart {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
#button-cart:disabled {
  pointer-events: none;
  opacity: .5;
}

/* ================   Tooltip  ================= */
.tooltip-inner {
  background: #ffc80a;
}

[class][class].tooltip-arrow {
  border-top-color: #ffc80a;
}

/*========================================================
                 Responsive styles Buttons				 
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .account-wishlist table td .btn {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #grid-view, #list-view {
    display: none;
  }

  .product-thumb .image > .quickview {
    display: none;
  }

  .quickview {
    display: none !important;
    margin: 0;
  }

  .btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    letter-spacing: 0;
  }
}
@media (max-width: 580px) {
  .panel-default .input-group-btn .btn-primary {
    padding-top: 7px;
    padding-bottom: 7px;
    height: auto;
  }
}
@media (max-width: 479px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-left: 0;
  }

  #button-cart, #product #button-cart.btn,
  #button-cart, #product .buy-one-btn {
    display: block;
    margin: 15px 0 5px;
    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: #f1f1f3;
  border: 1px solid #ebecee;
  color: #858386;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  height: 35px;
  line-height: 18px;
  padding: 8.5px 10px 8.5px 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 {
  -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.09);
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.09);
}

input.form-control:focus {
  border-color: #ebecee;
}

.product-options .checkbox input[type="checkbox"] + label,
.product-options .radio input[type="radio"] + label {
  border: 1px solid #ebecee;
  background: none !important;
}

select:hover {
  cursor: pointer;
}

input[name*="quantity"] {
  display: inline-block;
  width: 50px;
  text-align: center;
  padding-left: 5px;
  padding-right: 9px;
  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: 35px;
  width: 35px;
  color: #292929;
  background: #e9e9ec;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
}
.counter:hover, .counter:focus:hover {
  background: #f3f3f3;
  color: #ffc80a;
}
@media (max-width: 767px) {
  .counter, .counter:focus {
    display: none;
  }
}

@media (max-width: 767px) {
  #product .counter {
    display: inline-block;
  }
}

.input-group-btn .btn {
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.input-group-btn .btn i {
  margin: 0;
}

.sbHolder {
  background-color: #e9e9ec;
  border: 1px solid #ebecee;
  height: 35px;
  position: relative;
  width: 100%;
  text-align: left;
  color: #858386;
  -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: #f3f3f3;
}
.sbHolder:focus {
  border-color: rgba(41, 41, 41, 0.1);
  -webkit-box-shadow: 1px 1px 10px rgba(41, 41, 41, 0.1);
  -moz-box-shadow: 1px 1px 10px rgba(41, 41, 41, 0.1);
  box-shadow: 1px 1px 10px rgba(41, 41, 41, 0.1);
}

.sbSelector {
  display: block;
  height: 100%;
  line-height: 18px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  right: 30px;
  padding: 7.5px 3px 9.5px 7px;
  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;
  color: #777;
}
.sbSelector:hover {
  color: inherit;
}

a.sbSelector, a.sbSelector:visited {
  color: #777;
}
a.sbSelector:hover, a.sbSelector:focus, a.sbSelector:active {
  color: inherit;
}

.sbToggle {
  display: block;
  height: 100%;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  text-align: center;
  color: #2b2b2b;
  font-family: "FontAwesome";
  line-height: 35px;
  font-size: 16px;
}
.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: #ffc80a;
}
.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: #e9e9ec;
  list-style: none;
  left: 0;
  margin: 0 -1px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  z-index: 1;
  overflow-y: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 4;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.sbOptions li {
  font-size: 12px;
}
.sbOptions li a {
  display: block;
  padding: 8px 20px 8px 10px;
  color: #858386;
}
.sbOptions li a:hover {
  color: #ffc80a;
  background: #f3f3f3;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 26px;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"] + label:before {
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border: none;
  background: #ebecee;
}
input[type="radio"] + label:after {
  top: 8px;
  left: 2px;
  width: 10px;
  height: 10px;
  -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: #ffc80a;
}

.radio-inline {
  margin-right: 5px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 20px;
  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;
}
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: 6px;
  left: 0;
  width: 14px;
  height: 14px;
}
input[type="checkbox"] + label:before {
  background: #dedee3;
  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: #ffc80a;
}
input[type="checkbox"] + label:hover {
  color: #ffc80a;
}

input[type="checkbox"]:checked + label:after {
  content: "";
}

input[type="checkbox"][disabled] + label {
  color: #bdbfc0;
  display: none;
}

input[type="checkbox"][name="agree"] + label {
  margin-bottom: 13px;
}
input[type="checkbox"][name="agree"] + label:before, input[type="checkbox"][name="agree"] + label:after {
  top: 0;
}

#habla_window_div #habla_topbar_div {
  background: #ffc80a !important;
}

#at15s, #at20mc {
  z-index: 999 !important;
}

/*========================================================
                      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;
  display: inline-block;
  float: left;
}

.megamenu {
  margin-top: 11px;
  margin-bottom: 15px;
  position: static;
  display: inline-block;
  vertical-align: top;
}

.sf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/*================ Menu  ===============*/
.sf-menu {
  margin-bottom: 8px;
  font: 700 12px/14px "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.sf-menu li {
  position: relative;
}
.sf-menu li.sf-with-mega {
  position: static;
}
.sf-menu > li > a {
  letter-spacing: 2.6px;
  color: #000;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li > a.active {
  color: #f0ba00;
}
.sf-menu > li + li {
  margin-left: 44px;
}

/*================ Sub-menu lvl1  ===============*/
.sf-menu .simple_menu {
  list-style-type: none;
  text-align: left;
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  line-height: 22px;
  margin-top: 11px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*================ Sub-menu lvl1 item  ===============*/
.sf-menu .simple_menu {
  color: #fff;
  padding: 30px 0;
  min-width: 200px;
}
.sf-menu .simple_menu li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 30px 0;
}
.sf-menu .simple_menu li + li {
  margin-top: 15px;
}
.sf-menu .simple_menu li.active > a:before, .sf-menu .simple_menu li a:hover:before, .sf-menu .simple_menu li.sfHover > a:before, .sf-menu .simple_menu li a.active:before {
  color: #fff;
}
.sf-menu .simple_menu a {
  display: inline;
  color: #fff;
}
.sf-menu .simple_menu li.active > a, .sf-menu .simple_menu a:hover, .sf-menu .simple_menu li.sfHover > a, .sf-menu .simple_menu a.active {
  color: #292929;
}

/*================ Sub-menu lvl2 ===============*/
.sf-menu .simple_menu .simple_menu {
  left: 100%;
  min-width: 200px;
  top: 0;
  margin-top: -30px;
}
.sf-menu .simple_menu .simple_menu:before {
  display: none;
}

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

.sf-menu .sf-mega {
  display: none;
  position: absolute;
  text-align: left;
  list-style-type: none;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 27px 32px 46px;
  margin-top: 27px;
  color: #fff;
  background-color: #f5be00;
  background-repeat: no-repeat;
}
.sf-menu .sf-mega [class*="col-"], .sf-menu .sf-mega .row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.sf-menu .sf-mega > li {
  padding: 0;
}
.sf-menu .sf-mega a {
  color: #fff;
}
.sf-menu .sf-mega ul {
  padding: 0;
  list-style-type: none;
}
.sf-menu .sf-mega_row {
  margin: 0 -15px;
}
.sf-menu .sf-mega_row:before, .sf-menu .sf-mega_row:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu .sf-mega_row:after {
  clear: both;
}
.sf-menu .sf-mega_section {
  float: left;
  padding: 0 15px;
}
.sf-menu .sf-mega .submenu_category_title {
  display: none;
}
.sf-menu .sf-mega ul li {
  width: 100%;
  float: left;
}
.sf-menu .sf-mega ul li + li {
  margin-top: 16px;
}
.sf-menu .sf-mega ul li.submenu_title a:before {
  display: none;
}
.sf-menu .sf-mega ul li a {
  display: inline;
}
.sf-menu .sf-mega .submenu_title {
  margin-bottom: 0;
  letter-spacing: 2.9px;
}
.sf-menu .sf-mega li.active > a, .sf-menu .sf-mega a:hover, .sf-menu .sf-mega li.sfHover > a, .sf-menu .sf-mega a.active {
  color: #292929;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:after {
  vertical-align: top;
  display: inline-block;
  margin-left: 0;
  font-size: 18px;
  content: '\e5c5';
  font-weight: 400;
  font-family: 'Material Icons';
}

.simple_menu > li {
  position: relative;
}
.simple_menu > li:after {
  position: absolute;
  top: 0;
  right: 20px;
  content: '\f105';
  font-size: 13px;
  font-weight: 400;
  font-family: "FontAwesome";
  opacity: 0;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.simple_menu > li.sfHover:after {
  opacity: 1;
}

/*========================================================
               Responsive styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 25px;
  }
  .sf-menu > li > a {
    letter-spacing: 2px;
  }
  .sf-menu .sf-mega .submenu_title {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu {
    letter-spacing: .5px;
  }
  .sf-menu > li > .sf-with-ul:after {
    margin-left: 0;
  }
  .sf-menu > li + li {
    margin-left: 11px;
  }
  .sf-menu > li > a {
    letter-spacing: 1px;
  }
  .sf-menu .sf-mega .submenu_title {
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  .megamenu {
    margin-bottom: 0;
  }

  .sf-mega_section {
    width: 100% !important;
  }
  .sf-mega_section .submenu_category_title {
    display: none;
  }
}
/*==================  Stuck menu  ======================*/
.stuck-menu {
  width: auto !important;
}

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

@media only screen and (min-width: 991px) {
  .scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #f1f1f3;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .stuck-menu {
    position: static;
  }
  .stuck-menu + .stuck-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul > li {
  overflow: hidden;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 45px 16px 25px;
}
.rd-mobilemenu_ul a.active {
  background: #f1f1f3;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #ffc80a;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul {
  list-style-type: none;
  padding-left: 0;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 50px;
}
.rd-mobilemenu_ul ul ul li.submenu_title a {
  padding-left: 35px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

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

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

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 4px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .submenu_category_title-name {
    display: none;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }

  .cart {
    right: 0;
    height: 56px;
    z-index: 10001;
  }
  .cart > button {
    line-height: 56px;
  }

  .cart > button, .nav > .toggle {
    color: #000;
  }
  .cart > button:hover, .nav > .toggle:hover {
    color: #ffc80a;
  }

  .sf-mega_row .box {
    margin-bottom: 0;
  }
  .sf-mega_row .box .box-heading {
    margin-bottom: 0;
    text-align: left;
    padding: 15px 40px;
  }
  .sf-mega_row .html-module img {
    margin-bottom: 10px;
  }
  .sf-mega_row .banner-box a {
    padding: 0;
  }
  .sf-mega_row .banner-box a .s-desc {
    padding: 20px 25px 25px;
  }
  .sf-mega_row .banner-box a .s-desc h4 span {
    font-size: 24px;
  }
  .sf-mega_row .banners > div {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*========================================================
                      Banners
=========================================================*/
.banners {
  margin-bottom: 117px;
}
.banners > div .banner-box {
  position: relative;
}
.banners > div .banner-box > a {
  display: block;
}
.banners .banner-box {
  overflow: hidden;
}
.banners .banner-box .link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.banners .banner-box .banner-box {
  overflow: hidden;
}
.banners .banner-box img {
  overflow: hidden;
  -moz-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.banners .banner-img > div {
  overflow: hidden;
}
@media (min-width: 768px) {
  .banners .banner-link .banner-img:hover img {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.banners .s-desc {
  padding: 16.4% 0 0 32.2%;
}
.banners .s-desc h2 {
  color: #2c2c2c;
  font-size: 48px;
  letter-spacing: -1.2px;
  line-height: 1.25em;
  margin-bottom: 30px;
}
.banners .s-desc h5 {
  letter-spacing: 3px;
}
.banners .s-desc a {
  position: relative;
  z-index: 2;
}
.banners .s-desc .btn-primary {
  padding: 17px 46px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.banners .s-desc .btn-primary, .banners .s-desc .btn-primary:visited {
  color: #fff;
  background: #ffc80a;
  border: 2px solid #ffc80a;
}
.banners .s-desc .btn-primary:hover, .banners .s-desc .btn-primary:focus, .banners .s-desc .btn-primary:active, .banners .s-desc .btn-primary:visited:hover, .banners .s-desc .btn-primary:focus:active, .banners .s-desc .btn-primary:active:focus, .banners .s-desc .btn-primary:active:hover {
  color: #fff;
  background: #2c2c2c;
  border: 2px solid #2c2c2c;
}
@media (min-width: 1200px) {
  .banners > div .col-sm-6.banner-img {
    width: 51.25%;
  }
  .banners > div .col-sm-6.banner-desc {
    width: 48.75%;
  }
}
.banners > div:nth-child(even) .col-sm-6 {
  float: right;
}
.banners > div:nth-child(even) .s-desc {
  padding: 30.7% 0 0 15%;
}
.banners > div:nth-child(even) .s-desc h2 {
  font-size: 36px;
  line-height: 1.33em;
}

/*========================================================
                   Responsive Banners
=========================================================*/
@media (max-width: 1199px) {
  .banners > div .col-sm-6.banner-img {
    padding-right: 0;
  }
  .banners > div:nth-child(even) .col-sm-6.banner-img {
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banners .s-desc {
    padding: 7% 0 0 15%;
  }
  .banners .s-desc h2 {
    font-size: 38px;
    margin-bottom: 24px;
  }
  .banners > div:nth-child(even) .s-desc {
    padding: 15% 0 0 7%;
  }
}
@media (max-width: 767px) {
  .banners > div .col-sm-6.banner-img,
  .banners > div .col-sm-6.banner-desc {
    width: 100%;
  }

  .banners > div .col-sm-6.banner-img {
    padding-left: 0;
  }

  .banners > div:nth-child(even) .col-sm-6 {
    float: none;
  }
  .banners > div:nth-child(even) .col-sm-6.banner-img {
    padding-right: 0;
  }

  .banners {
    text-align: center;
    margin-bottom: 30px;
  }
  .banners .s-desc, .banners > div:nth-child(even) .s-desc {
    padding: 15px;
  }
  .banners .s-desc h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  .banners .s-desc .btn-primary {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banners > div {
    display: inline-block;
    max-width: 100%;
    width: auto;
    margin-bottom: 20px;
  }
  .banners > div:nth-child(even) .s-desc h2 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .megamenu_module .banners > div {
    max-width: 100%;
    float: none;
  }
}
/*========================================================
                      HTML boxes
=========================================================*/
.html-module {
  margin-bottom: 24px;
}
.html-module.featured-items {
  margin-bottom: 0;
}
.html-module p {
  font-size: 14px;
  font-weight: 500;
}
.html-module p + .btn-primary {
  margin-top: 25px;
}
.html-module .left-orint .html-desc, .html-module .block-skew .html-desc {
  position: absolute;
  top: 7%;
  display: inline-block;
}
.html-module .left-orint .link, .html-module .block-skew .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  content: '';
  -moz-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.html-module .left-orint:hover .link, .html-module .block-skew:hover .link {
  background: rgba(255, 255, 255, 0.17);
}
.html-module .block-skew .html-desc {
  left: 40.7%;
}
.html-module .left-orint {
  width: 59.83%;
}
.html-module .left-orint .html-desc {
  left: 6.3%;
  top: 22.2%;
  width: 25%;
  color: #fff;
}
.html-module .left-orint h1, .html-module .left-orint h2, .html-module .left-orint h3, .html-module .left-orint h4, .html-module .left-orint h5, .html-module .left-orint h6 {
  color: #fff;
}
.html-module .left-orint h2 {
  font-size: 60px;
  line-height: 1em;
}
.html-module .left-orint h6 {
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.html-module .left-orint .btn-primary, .html-module .left-orint .btn-primary:visited {
  color: #fff;
  border-color: #ffc80a;
}
.html-module .left-orint .btn-primary:hover, .html-module .left-orint .btn-primary:focus, .html-module .left-orint .btn-primary:active, .html-module .left-orint .btn-primary:visited:hover, .html-module .left-orint .btn-primary:focus:active, .html-module .left-orint .btn-primary:active:focus, .html-module .left-orint .btn-primary:active:hover {
  color: #fff;
  background-color: #ffc80a;
  border-color: #ffc80a;
}
.html-module .right-orint .btn, .html-module .right-orint .btn:visited {
  background: rgba(235, 235, 231, 0.4);
}
.html-module .right-orint .btn:hover, .html-module .right-orint .btn:focus, .html-module .right-orint .btn:active, .html-module .right-orint .btn:visited:hover, .html-module .right-orint .btn:focus:active, .html-module .right-orint .btn:active:focus, .html-module .right-orint .btn:active:hover {
  background-color: #ffc80a;
}
.html-module .right-orint h2 {
  font-size: 48px;
  line-height: .85em;
  margin-bottom: 4px;
}
.html-module .right-orint h3 {
  font-size: 36px;
  line-height: 1.14em;
  font-weight: 500;
  margin-bottom: 24px;
}
.html-module.big-banner .box-content {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.html-module.big-banner .box-content > div.block-skew {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10%;
  margin-right: -16.5%;
  -webkit-box-shadow: -15px 0 35px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -15px 0 35px rgba(0, 0, 0, 0.4);
  box-shadow: -15px 0 35px rgba(0, 0, 0, 0.4);
}
.html-module .block-skew {
  display: inline-block;
  -moz-transform: skewX(-13.38deg);
  -ms-transform: skewX(-13.38deg);
  -o-transform: skewX(-13.38deg);
  -webkit-transform: skewX(-13.38deg);
  transform: skewX(-13.38deg);
  overflow: hidden;
  background: #ebebe7;
}
.html-module .block-skew .right-orint {
  -moz-transform: skewX(13.38deg);
  -ms-transform: skewX(13.38deg);
  -o-transform: skewX(13.38deg);
  -webkit-transform: skewX(13.38deg);
  transform: skewX(13.38deg);
}
.html-module .block-skew img {
  -moz-transform: skewX(13.38deg) translateX(-72px);
  -ms-transform: skewX(13.38deg) translateX(-72px);
  -o-transform: skewX(13.38deg) translateX(-72px);
  -webkit-transform: skewX(13.38deg) translateX(-72px);
  transform: skewX(13.38deg) translateX(-72px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .html-module.big-banner .box-content > div.block-skew {
    margin-right: -18%;
    width: 65%;
  }
  .html-module .left-orint h2 {
    font-size: 48px;
  }
  .html-module p {
    font-size: 13px;
    line-height: 1.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .html-module.big-banner .box-content > div.block-skew {
    margin-right: -20%;
    width: 67%;
  }
  .html-module .block-skew .html-desc {
    left: 35%;
  }
  .html-module .right-orint h2 {
    font-size: 38px;
  }
  .html-module .right-orint h3 {
    font-size: 29px;
    margin-bottom: 15px;
  }
  .html-module .left-orint h2 {
    font-size: 38px;
  }
  .html-module .left-orint .html-desc {
    top: 15%;
  }
  .html-module p {
    font-size: 12px;
    line-height: 1.6em;
  }
}
@media (max-width: 767px) {
  .html-module.big-banner {
    text-align: center;
  }
  .html-module.big-banner .box-content > div.block-skew {
    position: relative;
    margin-right: 0;
    width: 500px;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .html-module .block-skew, .html-module .block-skew .right-orint, .html-module .block-skew img {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .html-module .left-orint, .html-module .block-skew {
    width: 500px;
    max-width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
  }
  .html-module .left-orint img, .html-module .block-skew img {
    width: 100% !important;
    opacity: .6;
  }
  .html-module .left-orint h2, .html-module .block-skew h2 {
    font-size: 50px;
  }
  .html-module .left-orint .html-desc, .html-module .block-skew .html-desc {
    left: 50%;
    right: auto;
    width: auto;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 480px) {
  .html-module .left-orint h2, .html-module .block-skew h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .html-module .left-orint h3, .html-module .block-skew h3 {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .html-module .left-orint h6, .html-module .block-skew h6 {
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .html-module .left-orint p + .btn-primary, .html-module .block-skew p + .btn-primary {
    margin-top: 7px;
  }
  .html-module .left-orint p, .html-module .block-skew p {
    font-size: 12px;
    line-height: 1.4em;
  }
}
.owl-carousel {
  position: static;
  margin: 0;
  width: auto;
}
.owl-carousel .owl-item {
  padding: 0 15px;
  width: auto;
}

.box .owl-carousel {
  margin-left: auto;
  margin-right: auto;
}

.owl-carousel {
  padding: 0;
}
.owl-carousel .over {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.owl-carousel .over:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  border: 1px solid #ebecee;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.owl-carousel .s-desc {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 0;
  margin-top: -62px;
  line-height: 26px;
  width: 100%;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.owl-carousel .s-desc h1, .owl-carousel .s-desc h2, .owl-carousel .s-desc h3, .owl-carousel .s-desc h4, .owl-carousel .s-desc h5, .owl-carousel .s-desc h6 {
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 13px;
  position: relative;
}
.owl-carousel .s-desc h1:after, .owl-carousel .s-desc h2:after, .owl-carousel .s-desc h3:after, .owl-carousel .s-desc h4:after, .owl-carousel .s-desc h5:after, .owl-carousel .s-desc h6:after {
  position: absolute;
  display: inline-block;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  background: #fff;
  width: 34px;
  height: 1px;
}
.owl-carousel .item a {
  position: relative;
}
.owl-carousel .item a:hover .over:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: .39;
}
.owl-carousel .item a:hover .s-desc {
  opacity: 1;
  -webkit-animation: keyframesY .8s ease-out;
  animation: keyframesY .8s ease-out;
}
.owl-carousel .owl-wrapper-outer {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.owl-carousel .owl-nav div {
  color: #dedfe1;
  transition: all .3s ease;
  display: inline-block;
  font-size: 38px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.owl-carousel .owl-nav div.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.owl-carousel .owl-nav div:hover {
  color: #ffc80a;
}
.owl-carousel .owl-nav .owl-prev {
  left: 17px;
}
.owl-carousel .owl-nav .owl-next {
  right: 17px;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
}
.owl-carousel:hover .owl-nav div.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 767px) {
  .owl-carousel.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .owl-carousel .owl-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .owl-carousel .owl-nav div {
    opacity: 1;
    text-shadow: none;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0 !important;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0 !important;
  }
}

.blog_articles .owl-carousel .owl-nav div {
  margin-top: 17px;
}

_::-moz-svg-foreign-content .owl-carousel .item a:hover .s-desc, :root .owl-carousel .item a:hover .s-desc {
  -webkit-animation: none;
}

.owl-carousel.top-carousel {
  border-bottom: 1px solid #ebecee;
  margin-bottom: 30px;
}

aside .owl-carousel .owl-nav .owl-prev, aside .owl-carousel .owl-nav .owl-next {
  top: 45%;
}

aside .blog_articles .owl-carousel .owl-nav .owl-prev, aside .blog_articles .owl-carousel .owl-nav .owl-next {
  top: 45%;
}

.testimonials.owl-carousel .owl-stage-outer, .testimonials.owl-carousel .owl-item + .owl-item {
  border: none;
}
.testimonials.owl-carousel .owl-nav {
  margin-top: 30px;
}
.testimonials.owl-carousel .owl-nav div {
  opacity: 1;
  position: static;
  display: inline-block;
  margin: 0 5px;
}
.testimonials.owl-carousel .owl-nav div.disabled {
  opacity: 0;
  pointer-events: none;
}

.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);
}

.container .owl-carousel.container {
  width: auto;
}

/*========================================================
                  Responsive Styles
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-carousel.owl-carousel {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .blog_articles .blog-carousel.row {
    margin-left: 0;
    margin-right: 0;
  }

  .box-carousel {
    text-align: center;
  }
  .box-carousel .product-thumb {
    text-align: left;
  }

  .box .mobile-carousel {
    width: auto;
    margin: 0 0 20px;
  }
  .box .mobile-carousel .product-thumb {
    width: 270px;
  }

  .owl-carousel .owl-item + .owl-item {
    border-left-color: #fff;
  }
  .owl-carousel .owl-item.active + .owl-item.active {
    border-left-color: #eee;
  }
}
@media (max-width: 479px) {
  .box .owl-item {
    margin-bottom: 10px;
  }
}
/*========================================================
                      Blog Styles
=========================================================*/
.blog_articles {
  margin-bottom: 0;
}

.article-image {
  display: inline-block;
  margin-bottom: 6px;
  position: relative;
  line-height: 0;
  max-width: 100%;
  overflow: hidden;
}
.article-image img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: #fff;
}
.article-image a {
  position: relative;
  background: #fff;
}

.blog_block {
  width: 100%;
  display: inline-block;
  margin-bottom: 116px;
}

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

.article-date, .article-comments, .article-author {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.article-date:before, .article-comments:before, .article-author:before {
  font-size: 21px;
  line-height: 21px;
  vertical-align: middle;
  color: #ffc80a;
  margin-right: 5px;
}
.article-date a, .article-comments a, .article-author a {
  color: #292929;
}
.article-date a:visited, .article-date a:focus, .article-comments a:visited, .article-comments a:focus, .article-author a:visited, .article-author a:focus {
  color: #292929;
}
.article-date a:hover, .article-comments a:hover, .article-author a:hover {
  color: #ffc80a;
}

.article-title {
  font: 700 30px/42px "Raleway", sans-serif;
  color: #3a3e42;
  letter-spacing: 0;
  margin-bottom: 13px;
}
.article-title > a {
  display: inline;
}
.article-title a {
  color: #3a3e42;
}
.article-title a:visited {
  color: #3a3e42;
}
.article-title a:hover, .article-title a:active, .article-title a:focus {
  color: #ffc80a;
}

.article-sub-title {
  font: 700 12px/14px "Raleway", sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 9px;
  color: #9fa3a7;
}
.article-sub-title span {
  margin-right: 10px;
}
.article-sub-title span:before {
  display: inline-block;
  font-style: normal;
}
.article-sub-title span.fa-calendar:before {
  padding-top: 2px;
}

.home-page .blog_articles .box-heading {
  margin-bottom: 61px;
}
.home-page .blog_articles .owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}
.home-page .blog_articles .btn-primary {
  margin-top: 39px;
}
.home-page .article-sub-title {
  display: inline-block;
  width: 100%;
}
.home-page .article-sub-title span {
  display: inline-block;
}

.home-page .blog-carousel {
  text-align: center;
}

.article-description {
  margin-bottom: 25px;
  font-weight: 300;
  line-height: 30px;
}
.article-description ul, .article-description ol {
  padding-left: 0;
  list-style-type: none;
  margin: 20px 0;
}
.article-description ul li, .article-description ol li {
  position: relative;
  padding-left: 30px;
}
.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: '';
  background: #ffc80a;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 11px;
  left: 10px;
}
.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: #292929;
  font-size: 16px;
  font-weight: 700;
}

.simple_blog-article .article-image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.simple_blog-article .blog_article {
  margin-bottom: 30px;
}
.simple_blog-article .article-sub-title span:before {
  margin-right: 5px;
}

.simple_blog-category .blog_article + .blog_article {
  margin-top: 30px;
}
.simple_blog-category .blog_article .article-description {
  margin-bottom: 20px;
}
.simple_blog-category .blog_article .article-image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.related-article h4 {
  text-transform: uppercase;
  color: #ffc80a;
}
.related-article h4 a:hover {
  color: #292929;
}
.related-article .article-sub-title {
  text-align: left;
}
.related-article .article-sub-title span + span {
  margin-left: 5px;
}
.related-article .row + .row {
  margin-top: 15px;
}
.related-article .image {
  margin-top: 5px;
}
.related-article-button {
  margin-top: 15px;
}

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

.article-comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebecee;
}
.article-comment .author {
  float: left;
  margin-bottom: 10px;
}
.article-comment .reply-message {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
}
.article-comment .reply-message a {
  color: #b8b8b8;
}
.article-comment .reply-message a:hover {
  color: #ffc80a;
}
.article-comment .author {
  margin-right: 10px;
}
.article-comment .comment-date {
  clear: both;
  color: #292929;
}
.article-comment .comment-date b {
  font-weight: 400;
  color: #292929;
}
.article-comment .author, .article-comment .comment-date {
  color: #292929;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.article-comment .author i, .article-comment .comment-date i {
  display: inline-block;
  font-size: 21px;
  height: 24px;
  color: #ffc80a;
  margin-right: 5px;
  vertical-align: top;
}
.article-comment .text {
  margin-top: 15px;
}
.article-comment .article-reply {
  margin: 30px 0 0 60px;
}

.reply-cancel {
  display: inline-block;
  font-size: 16px;
  color: #ffc80a;
  -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: #292929;
}

#review-title {
  clear: both;
}
#review-title span {
  display: block;
}

aside .blog_articles .blog_block {
  padding: 0;
  margin-bottom: 20px;
}
aside .blog_articles .btn-primary {
  margin-bottom: 5px;
}
aside .blog_articles .col-sm-4 + .col-sm-4 {
  margin-top: 20px;
}
aside .blog_articles .article-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 11px;
}
aside .blog_articles .article-sub-title {
  margin-bottom: 0;
}
aside .blog-categories ul {
  margin-bottom: 0;
}
aside .blog-categories ul > li {
  position: relative;
}
aside .blog-categories ul > li > i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #292929;
  -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: #ffc80a;
}
aside .blog-categories ul > li > a {
  color: #292929;
  background: #f1f1f3;
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 10px 10px 20px;
}
aside .blog-categories ul > li > a:hover {
  color: #fff;
  background: #ffc80a;
}
aside .blog-categories ul > li + li {
  border-top: 2px solid #fff;
  margin-top: 0;
}
aside .blog-categories ul ul {
  display: none;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #ebecee;
}
aside .blog-categories ul ul a {
  padding-left: 40px;
}
aside #blog-search {
  margin: 15px 0;
  position: relative;
}
aside #blog-search input[type="text"] {
  padding-right: 35px;
  padding-left: 20px;
}
aside #blog-search a {
  display: inline-block;
  position: absolute;
  right: 10px;
  font-size: 20px;
  line-height: 35px;
  top: 0;
  color: #292929;
  font-family: "Thin Regular";
  background: none;
}
aside #blog-search a:before {
  content: '\e829';
}
aside #blog-search a:hover {
  color: #ffc80a;
}

.simple_blog-author .article-image {
  margin-bottom: 20px;
}

.simple_blog-article-view .product_tabs .nav-tabs {
  width: 100%;
}
.simple_blog-article-view .product_tabs .tab-content {
  width: 100%;
}
.simple_blog-article-view .article-sub-title {
  text-align: center;
}
.simple_blog-article-view .article-image {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.simple_blog-article-view .article-image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.simple_blog-article-view #button-comment.btn-primary {
  cursor: pointer;
}

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

.blog_articles .mobile-carousel .owl-item .col-sm-4 {
  width: 100%;
  text-align: center;
}
.blog_articles .mobile-carousel .owl-item .col-sm-4 .article-sub-title span:before {
  display: inline-block;
}

.product-thumb.simple-blog-product .name {
  min-height: 0;
  max-width: 100%;
}

.simple_blog-article-view footer .article-image {
  width: auto;
  margin-top: 0;
}

/*========================================================
                   Blog Styles Responsive
=========================================================*/
@media (min-width: 768px) {
  .home-page .blog_articles .blog_block:nth-child(odd) .col-sm-7 {
    float: right;
  }
  .home-page .blog_articles .blog_block .col-sm-5 {
    padding-right: 10%;
    padding-top: 5.9%;
  }
  .home-page .blog_articles .blog_block:nth-child(even) .col-sm-5 {
    padding-top: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog_block {
    margin-bottom: 96px;
  }

  .home-page .blog_articles .btn-primary {
    margin-top: 33px;
  }

  .home-page .blog_articles .blog_block .col-sm-5 {
    padding-right: 5%;
    padding-top: 20px;
  }

  .home-page .blog_articles .blog_block:nth-child(even) .col-sm-5 {
    padding-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_block {
    margin-bottom: 70px;
  }

  .home-page .blog_articles .box-heading {
    margin-bottom: 48px;
  }
  .home-page .blog_articles .blog_block .col-sm-5 {
    padding-right: 15px;
    padding-top: 0;
  }
  .home-page .blog_articles .blog_block .col-sm-5 .article-description {
    padding-right: 0;
  }
  .home-page .blog_articles .btn-primary {
    margin-top: 15px;
  }

  .article-title {
    font-size: 24px;
    line-height: 34px;
  }

  .article-description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .home-page .blog_articles .blog_block:nth-child(even) .col-sm-5 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .blog_block {
    margin-bottom: 60px;
  }

  .article-title {
    font-size: 24px;
    line-height: 29px;
  }

  .article-sub-title {
    letter-spacing: .5px;
  }

  .article-description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .home-page .blog_articles {
    text-align: center;
  }
  .home-page .blog_articles .box-heading {
    margin-bottom: 50px;
  }
  .home-page .blog_articles .btn-primary {
    margin-top: 10px;
  }

  .article-description {
    margin-bottom: 15px;
  }

  .simple_blog-article .blog_article {
    text-align: center;
    margin-bottom: 30px;
  }

  .simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .reply-cancel {
    float: none;
    display: block;
  }
}
/* ===================   Social list   =================== */
.social-list {
  margin-bottom: 8px;
}
.social-list i {
  text-align: center;
}
.social-list li {
  display: inline-block;
  float: left;
}
.social-list li + li {
  margin: 0;
  margin-left: 35px;
}

.social-block p {
  font-size: 12px;
  line-height: 22px;
  color: #000;
  padding-right: 15%;
  margin-bottom: 0;
}
.social-block ul {
  display: inline-block;
}
.social-block a {
  display: inline-block;
  font-size: 21px;
  line-height: 24px;
}
.social-block a, .social-block a:visited {
  color: #666;
}
.social-block a:hover, .social-block a:focus, .social-block a:active {
  color: #ffc80a;
}

@media (min-width: 768px) and (max-width: 991px) {
  .social-list {
    margin-bottom: 10px;
  }
  .social-list li + li {
    margin-left: 20px;
  }

  .social-block p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .box.module-social {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .social-list {
    margin-bottom: 5px;
  }
}
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  z-index: -1;
  opacity: 0;
}
#page-preloader .page-preloader__cnt {
  opacity: 0;
  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%);
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#page-preloader .logo, #page-preloader .preloader {
  display: inline-block;
}
#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: 80px;
  height: 80px;
  position: absolute;
  display: inline-block;
  border: 5px solid #fff;
  left: 50%;
  top: 50%;
  /*-- loading.io --*/
  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%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 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;
}

#product-preloader {
  position: relative;
  text-align: center;
}
#product-preloader + * {
  margin-top: 25px;
}
#product-preloader .load-more {
  margin-top: 15px;
}
#product-preloader .preloader, #product-preloader .load-more {
  display: inline-block;
}
#product-preloader .preloader {
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  -o-transform: translate(-50%, -150%);
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  width: 40px;
  height: 40px;
  background: url("../image/litt-loader.gif") no-repeat 50% 50%;
  opacity: 0;
}
#product-preloader.loading .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%);
  -moz-transition: 0.5s ease 0.3s;
  -o-transition: 0.5s ease 0.3s;
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
}
#product-preloader.loading .load-more {
  opacity: 0;
  pointer-events: none;
}

/* ===================   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-cont * + .name {
  margin-top: 10px;
}
.ajax-quickview-cont h3, .ajax-quickview-cont h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ajax-quickview-cont h2 {
  line-height: 1.2em;
  text-transform: none;
}

.ajax-quickview .option-select .sbHolder {
  width: 185px;
}

.ajax-quickview-images {
  position: relative;
  float: left;
}
.ajax-quickview-images > ul {
  margin: 0;
  background: #ececee;
  overflow: hidden;
  background: #fff;
}
.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;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.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%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  color: #dedfe1;
  opacity: 0;
}
.ajax-quickview-images .next-img:hover,
.ajax-quickview-images .prev-img:hover {
  color: #ffc80a;
}
.ajax-quickview-images .next-img {
  right: 5px;
}
.ajax-quickview-images .prev-img {
  left: 5px;
}

.ajax-quickview-images:hover .next-img,
.ajax-quickview-images:hover .prev-img {
  opacity: 1;
}

.ajax-quickview-cont-wrap {
  float: right;
  max-height: 100%;
  overflow-y: auto;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont {
  padding: 25px 35px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .sale, .ajax-quickview-cont-wrap .ajax-quickview-cont .new-pr, .ajax-quickview-cont-wrap .ajax-quickview-cont .discount {
  position: relative;
  top: auto;
  left: auto;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .sale + .new-pr {
  margin-left: 15px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .product-options {
  border-bottom: none;
  margin-bottom: 20px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .counter + .btn-primary {
  margin-left: 20px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .counter {
  background: none !important;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .rating {
  margin-bottom: 5px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .options {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .quantity {
  margin-bottom: 15px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .form-group {
  margin-bottom: 8px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .price {
  margin-right: 20px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .btn {
  text-transform: lowercase;
  margin-bottom: 10px;
  vertical-align: baseline;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .btn:before {
  content: '+';
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .price-new {
  font-size: 18px;
  line-height: 22px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .price-old {
  vertical-align: baseline;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .cart-button {
  margin-top: 20px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .cart-button .product-btn + .product-btn {
  vertical-align: top;
}

.fancybox-inner .option-radio .radio, .fancybox-inner .option-radio .radio + .radio {
  margin: 0 10px 10px 0;
  padding: 0;
}
.fancybox-inner input[type="radio"] + label:before {
  background-color: #e5e7e9;
}

.product-option-wrap {
  line-height: 16px;
}

a.fancybox-close {
  background: none !important;
  top: -18px;
  right: -18px;
  width: 28px;
  height: 28px;
  opacity: 1;
}
a.fancybox-close:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  content: '\e5cd';
  font: 400 24px/28px 'Material Icons';
  width: 28px;
  height: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #242424;
}
a.fancybox-close, a.fancybox-close:visited {
  color: #dedfe1;
}
a.fancybox-close:hover, a.fancybox-close:focus, a.fancybox-close:active {
  color: #ffc80a;
}

.ajax-overlay input[type="radio"] + label:before {
  background-color: #e5e7e9;
}

.ajax-quickview-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.38);
  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;
  width: 80px;
  height: 80px;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../image/preloader.gif) no-repeat 50% 50% #fff;
}
.ajax-quickview-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.fancybox-skin, .fancybox-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.fancybox-skin {
  color: #757575;
  background: #fff !important;
}
.fancybox-skin .img-responsive {
  background: #fff !important;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 2px 12px rgba(41, 41, 41, 0.15);
  -moz-box-shadow: 0 2px 12px rgba(41, 41, 41, 0.15);
  box-shadow: 0 2px 12px rgba(41, 41, 41, 0.15);
}

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

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

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

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

/**
* Swiper 3.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions
* 
* http://www.idangero.us/swiper/
* 
* Copyright 2016, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
* 
* Licensed under MIT
* 
* Released on: February 7, 2016
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

div.swiper-button-prev,
div.swiper-button-next {
  width: 20px;
  height: 20px;
  text-align: center;
}
div.swiper-button-prev:before,
div.swiper-button-next:before {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

div.swiper-button-next,
div.swiper-container-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}

div.swiper-button-prev,
div.swiper-container-rtl .swiper-button-next {
  left: 5px;
  right: auto;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 0;
  z-index: 10;
  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;
  background: none !important;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-family: "FontAwesome";
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: '\f054';
  color: #000;
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  color: #ffc80a;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: none;
  left: auto;
  right: 646px;
}
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  content: '\f053';
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  left: auto;
  right: 0;
}

.swiper-button-prev.swiper-button-black:before,
.swiper-container-rtl .swiper-button-next.swiper-button-black:before {
  content: '\f053';
}
.swiper-button-prev.swiper-button-black:after,
.swiper-container-rtl .swiper-button-next.swiper-button-black:after {
  left: auto;
  right: 0;
}

.swiper-button-prev.swiper-button-white:before,
.swiper-container-rtl .swiper-button-next.swiper-button-white:before {
  content: '\f053';
}
.swiper-button-prev.swiper-button-white:after,
.swiper-container-rtl .swiper-button-next.swiper-button-white:after {
  left: auto;
  right: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: none;
  right: 574px;
  left: auto;
}
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  content: '\f054';
}

.swiper-button-next.swiper-button-black:before,
.swiper-container-rtl .swiper-button-prev.swiper-button-black:before {
  content: '\f054';
}

.swiper-button-next.swiper-button-white:before,
.swiper-container-rtl .swiper-button-prev.swiper-button-white:before {
  content: '\f054';
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom {
  bottom: 9.3%;
  left: 0;
  width: 100%;
}

.swiper-slider .swiper-slide {
  background-color: #ececec;
}
.swiper-slider.swiper-container-horizontal > .swiper-pagination-bullets {
  top: 45.2%;
  left: auto;
  bottom: auto;
  right: 16px;
  width: 11px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-slider .swiper-pagination-bullet {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  width: 11px;
  height: 11px;
  opacity: 1;
  background: none;
}
.swiper-slider .swiper-pagination-bullet:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #000;
  background: #ececec;
}
.swiper-slider button.swiper-pagination-bullet {
  border: none;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-slider .swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-slider .swiper-pagination-bullet-active, .swiper-slider .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-slider .swiper-pagination-bullet-active:before, .swiper-slider .swiper-pagination-bullet:hover:before {
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}
.swiper-slider .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-slider .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #292929;
}
.swiper-slider .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-slider.swiper-container-horizontal > .swiper-pagination-bullets {
  line-height: 14px;
}
.swiper-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 0;
}
.swiper-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 18px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #292929;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*================  Custom styles ===============*/
.swiper-slide {
  background-position: center top;
}
.swiper-slide__link {
  display: block;
  height: 100%;
}

/*----------------------------------------------*/
.swiper-desc {
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  height: 100%;
  display: inline-block;
}
.swiper-desc > div {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.swiper-desc h2 {
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 44px;
  font-weight: 700;
  letter-spacing: -.55px;
  color: #0f0f0f;
  text-transform: uppercase;
}
.swiper-desc h6 {
  color: #292d2f;
  letter-spacing: 2.9px;
  margin-bottom: 26px;
}
.swiper-desc p {
  color: #242424;
  font-weight: 500;
  padding-left: 25%;
  padding-right: 80px;
}
.swiper-desc .btn-primary, .swiper-desc .btn {
  display: inline-block;
  padding: 17px 22px 16px;
  min-width: 171px;
  margin-top: 21px;
  text-align: center;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  margin-right: 80px;
}
.swiper-desc .btn-primary, .swiper-desc .btn-primary:visited {
  color: #38362f;
  background: #fff;
  border-color: #fff;
}
.swiper-desc .btn-primary:hover, .swiper-desc .btn-primary:focus, .swiper-desc .btn-primary:active, .swiper-desc .btn-primary:visited:hover, .swiper-desc .btn-primary:focus:active, .swiper-desc .btn-primary:active:focus, .swiper-desc .btn-primary:active:hover {
  color: #fff;
  background: #2c2c2c;
  border-color: #2c2c2c;
}

.swiper-desc > .container > div {
  position: absolute;
  display: inline-block;
  text-align: right;
  top: 37.2%;
  right: 15px;
  left: 40%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonials .swiper-slide {
  padding-left: 20px;
  padding-right: 20px;
}
.testimonials div.swiper-button-prev,
.testimonials div.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.testimonials div.swiper-button-next,
.testimonials div.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-slider.swiper-container {
    height: 530px !important;
  }

  .swiper-desc > .container > div {
    top: 40%;
  }
  .swiper-desc h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 25px;
  }
  .swiper-desc p {
    font-size: 14px;
    line-height: 20px;
  }
  .swiper-desc .btn-primary, .swiper-desc .btn {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 0;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-slider.swiper-container {
    height: 425px !important;
  }

  .swiper-desc > .container > div {
    top: 42%;
    line-height: 16px;
  }
  .swiper-desc h2 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .swiper-desc p {
    font-size: 13px;
    line-height: 18px;
    padding-left: 20%;
  }
  .swiper-desc .btn-primary, .swiper-desc .btn {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 0;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .swiper-slider.swiper-container {
    height: 230px !important;
  }
  .container .swiper-container-fade .swiper-slide{
    background-size: contain!important;
    background-repeat: no-repeat;
  }
  .swiper-container-horizontal {
    text-align: center;
  }

  .block-slider .container {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .swiper-desc > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .swiper-desc > .container > div {
    top: 50%;
    line-height: 14px;
    left: 45%;
    right: 50px;
  }
  .swiper-desc .btn-primary, .swiper-desc .btn {
    margin-right: 0;
    padding-left: 26px;
    padding-right: 26px;
    min-width: 0;
  }
  .swiper-desc h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .swiper-desc p {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .swiper-slider.swiper-container {
    height: 220px !important;
  }

  .swiper-desc > .container > div {
    width: 45%;
    line-height: 12px;
  }
  .swiper-desc h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .swiper-desc h6 {
    margin-bottom: 5px;
  }
  .swiper-desc p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 13px;
  }
}
/*========================================================
                      HTML boxes
=========================================================*/
.box.manufacturer {
  line-height: 16px;
  margin-bottom: 40px;
}
.box.manufacturer ul {
  margin-bottom: 0;
}
.box.manufacturer ul li + li {
  margin-top: 17px;
}
.box.manufacturer .btn:after {
  margin-left: 5px;
  color: #000;
  display: inline-block;
  height: 16px;
  vertical-align: top;
  content: '\f0a9';
  font-family: "FontAwesome";
}

@media (max-width: 1199px) {
  .manufacturer .btn {
    white-space: normal;
  }
}

/*========================================================
               Responsive HTML boxes
=========================================================*/
.single-category {
  margin-top: 30px;
  margin-bottom: 102px;
}
.single-category .box-heading {
  text-align: center;
  margin-bottom: 10px;
}
.single-category .box {
  margin-bottom: 0;
}
.single-category .view-all {
  display: none;
}

.box.single-category .box-heading,
.home-page .box.single-category .box-heading {
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single-category {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-category {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-category {
    margin-top: 0;
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
  }
}
/*========================================================
					TemplateMonster Instagram
=========================================================*/
.instagram {
  position: relative;
}
.instagram:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  background: #ffc80a;
}
.instagram .caption {
  display: none;
}
.instagram .box-heading, .instagram .box-heading-end {
  padding-top: 25%;
  position: relative;
  float: left;
  width: 25%;
}
.instagram .box-heading > div, .instagram .box-heading-end > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.instagram .box-heading > div > div, .instagram .box-heading-end > div > div {
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.instagram .box-heading-end {
  text-align: center;
}
.instagram h5 {
  color: #2f2f2f;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.instagram h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.instagram h4 {
  font-size: 24px;
  color: #ffc80a;
  text-transform: lowercase;
  margin-bottom: 0;
}
.instagram .activities {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  opacity: 0;
  margin-top: -10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.instagram .activities span + span {
  margin-left: 10px;
}
.instagram__item {
  position: relative;
  float: left;
  width: 25%;
  padding: 0;
}
.instagram__item:nth-child(4n+5) {
  clear: left;
}
.instagram__item > span {
  display: inline-block;
  background: #000;
  max-width: 100%;
}
.instagram__item img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  max-width: 100%;
}
.instagram__item, .instagram__item:visited {
  color: #fff;
}
.instagram__item:hover, .instagram__item:focus, .instagram__item:active {
  color: #fff;
}
.instagram__item:hover img {
  opacity: .85;
}
.instagram__item:hover .activities {
  opacity: 1;
}

/*========================================================
                   Styles Responsive
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .instagram h3 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .instagram h3 {
    margin-bottom: 40px;
  }
  .instagram h5 {
    margin-bottom: 5px;
  }
  .instagram h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .instagram h2 {
    font-size: 19px;
  }
  .instagram h4 {
    font-size: 16px;
  }
  .instagram h5 {
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .instagram {
    margin-bottom: 0;
  }
  .instagram .box-heading, .instagram .box-heading-end {
    width: 50%;
    padding-top: 50%;
  }

  .instagram__item {
    width: 50%;
  }
}
/*========================================================
                     Color Schemes
=========================================================*/
.color_scheme_1 {
  background: #ffc80a;
}
.color_scheme_1:before {
  background: #000000;
}

.color_scheme_2 {
  background: #53e0d1;
}
.color_scheme_2:before {
  background: #1e3734;
}

.color_scheme_3 {
  background: #5eb15a;
}
.color_scheme_3:before {
  background: #271c12;
}

.color_scheme_4 {
  background: #db82a8;
}
.color_scheme_4:before {
  background: #23223b;
}

#style_switcher, #style_switcher .toggler {
  background: rgba(245, 245, 245, 0.6);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.toggler {
  border-left: none !important;
  margin: 0 0 0 -1px;
}

#style_switcher .toggler {
  color: #707274;
}
#style_switcher .toggler:hover {
  color: #ffc80a;
  background: #f5f5f5;
}

#style_switcher div.color_scheme {
  position: relative;
  overflow: hidden;
}

#style_switcher div.color_scheme:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
  -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;
  background: #f5f5f5;
}
#style_switcher.shown .toggler {
  background: #f5f5f5;
}

#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;
  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: '\e3b8';
  font-family: 'Material Icons';
}

#style_switcher.shown .toggler:before {
  content: '\e5cd';
  font-family: 'Material Icons';
}

#style_switcher #color-box {
  margin: 0;
  list-style: none;
  font-size: 0;
  padding: 0 0 40px;
  line-height: 0;
}

#style_switcher #color-box li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: top;
}

#style_switcher #color-box li:hover,
#style_switcher #color-box li.active {
  padding: 2px;
}

#style_switcher div.color_scheme {
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #ebecee;
}

#style_switcher #color-box li:hover div.color_scheme,
#style_switcher #color-box 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: 480px) {
  #style_switcher {
    width: 260px;
    padding-left: 20px;
  }
}
body.mobile_mode.mobile #style_switcher {
  top: 0 !important;
}

/* ===================   Breadcrumb   =================== */
.breadcrumb {
  margin: 0 0 15px;
  padding: 10px 0;
  border-radius: 0;
  background: none;
  font-size: 14px;
  line-height: 22px;
  color: #292929;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb a {
  display: inline-block;
  color: #292929;
}
.breadcrumb a:visited {
  color: #292929;
}
.breadcrumb a:hover {
  color: #ffc80a;
}
.breadcrumb a:hover i {
  color: #ffc80a;
}
.breadcrumb > li {
  position: relative;
  vertical-align: top;
  display: inline;
}
.breadcrumb > li:last-child span {
  color: #ffc80a;
}
.breadcrumb > li > a,
.breadcrumb > li > a > i,
.breadcrumb > li > span,
.breadcrumb > li + li:before {
  vertical-align: top;
}
.breadcrumb > li + li:before {
  display: inline-block;
  content: '\f101';
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 13px;
  color: #7d7d7d;
  padding: 0;
  margin-left: 1px;
  margin-right: 5px;
}
.breadcrumb i {
  color: #292929;
  -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: '\e88a';
  font-family: 'Material Icons';
}

/* ===================   Product Page   =================== */
.product-share {
  height: 32px;
  margin-top: 1em;
}
.product-share a.at-share-btn {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border-radius: 16px !important;
}

.review-form-title {
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.review-form-title .btn-primary {
  display: inline-block;
  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;
}

.product-rating-status {
  line-height: 16px;
}
.product-rating-status .review-link {
  position: relative;
  margin-left: 10px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 300;
}
.product-rating-status .review-link-show a, .product-rating-status .review-link-show a:visited {
  color: #292929;
}
.product-rating-status .review-link-show a:hover, .product-rating-status .review-link-show a:focus, .product-rating-status .review-link-show a:active {
  color: #ffc80a;
}
.product-rating-status .review-link-show a, .product-rating-status .review-link-write a {
  text-decoration: underline;
  font-weight: 400;
}

.rating-section a {
  cursor: pointer;
}

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

.product-options {
  line-height: 22px;
  padding-bottom: 0;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}
.product-options .control-label {
  text-align: left;
  font-size: 14px;
  margin: 0 0 10px;
  color: #757575;
}
.product-options .form-group:before, .product-options .form-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-options .form-group:after {
  clear: both;
}
.product-options .radio {
  padding-top: 0;
}
.product-options .radio input[type="radio"] + label {
  padding: 5px 5px 5px 40px;
  display: block;
  background: #f1f1f3;
  text-transform: capitalize;
  text-align: left;
}
.product-options .radio input[type="radio"] + label:before {
  top: 11px;
  left: 13px;
}
.product-options .radio input[type="radio"] + label:after {
  top: 13px;
  left: 15px;
}
.product-options .radio + .radio {
  margin-top: 15px;
}
.product-options .checkbox label {
  padding: 5px 5px 5px 45px;
  display: block;
  background: #f1f1f3;
  text-transform: capitalize;
  text-align: left;
}
.product-options .checkbox label:before, .product-options .checkbox label:after {
  left: 13px;
  top: 11px;
}
.product-options .checkbox label:before {
  background: #e3e3e7;
}
.product-options .text-danger {
  display: inline-block;
  width: 100%;
}

.product_tabs {
  margin: 30px 0 30px;
  line-height: 0;
  overflow: hidden;
  text-align: center;
}
.product_tabs:before, .product_tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.product_tabs:after {
  clear: both;
}
.product_tabs .nav-tabs {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.product_tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}
.product_tabs .tab-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  margin-top: 30px;
  text-align: left;
  font-family: "Raleway", sans-serif;
}
.product_tabs .tab-content label {
  margin-bottom: 10px;
}
.product_tabs .tab-content .btn-primary {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product_tabs .nav-tabs > li > a:before {
    display: none;
  }
}
.product_tabs .rating {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.product_tabs .rating span:first-child {
  font-weight: 700;
  color: #292929;
  margin-right: 5px;
}
.product_tabs .rating .fa-stack {
  width: .8em;
}
.product_tabs .review-score .fa-stack {
  margin-bottom: 14px;
}
.product_tabs .review-item {
  padding: 28px 20px 20px 30px;
  background: #f1f1f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product_tabs .review-item .review-date {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 4px;
}
.product_tabs .review-item .review-author i {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
  vertical-align: top;
}
.product_tabs select, .product_tabs textarea, .product_tabs input[type="text"], .product_tabs input[type="password"], .product_tabs input[type="datetime"], .product_tabs input[type="datetime-local"], .product_tabs input[type="date"], .product_tabs input[type="month"], .product_tabs input[type="time"], .product_tabs input[type="week"], .product_tabs input[type="number"], .product_tabs input[type="email"], .product_tabs input[type="url"], .product_tabs input[type="search"], .product_tabs input[type="tel"], .product_tabs input[type="color"] {
  color: #8e8e8e;
  font-weight: 300;
  background: #fff;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.product-spec .table {
  border: none;
  line-height: 16px;
}
.product-spec .table th {
  text-align: center;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  border: none;
  padding: 15px 0;
  font-size: 14px;
  background: none;
}
.product-spec .table td {
  padding: 20px 20px 20px 30px;
  background: #f1f1f3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  width: 50%;
  vertical-align: top;
}

@media (max-width: 767px) {
  .product_tabs .nav-tabs, .product_tabs .tab-content {
    width: 100%;
    float: none;
  }
  .product_tabs .nav-tabs > li.active > a {
    background: none;
  }
  .product_tabs .tab-content {
    border-left: none;
  }
}
/* ===================   Product Gallery   =================== */
@media (max-width: 1199px) {
  .zoomContainer {
    display: none !important;
  }
}
#productZoom {
  background: #f1f1f3;
  border: 1px solid #f1f1f3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.product-gallery-block .product-btn {
  margin: 0 15px 10px 0;
  vertical-align: top;
}

.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-gallery:after {
  clear: both;
}
.product-gallery .col-lg-3 {
  width: 19.77%;
}
.product-gallery .col-lg-9 {
  width: 80.22%;
}
.product-gallery .col-lg-3, .product-gallery .col-lg-9 {
  padding-left: 5px;
  padding-right: 5px;
}
.product-gallery .bx-wrapper {
  margin: 0 !important;
}
.product-gallery .cart-button .btn-icon + .btn-icon {
  margin-left: 0;
}
.product-gallery .image-thumb {
  margin-top: 10px;
}
.product-gallery .image-thumb .bx-wrapper .bx-prev, .product-gallery .image-thumb .bx-wrapper .bx-next {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 18px;
  width: 35px;
  line-height: 35px;
  height: 35px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  margin: -15px 0 0;
  overflow: hidden;
}
.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: #fff;
  background: #ffc80a;
}
.product-gallery .image-thumb .bx-wrapper .bx-prev {
  left: 15px;
}
.product-gallery .image-thumb .bx-wrapper .bx-next {
  right: 15px;
}
@media (max-width: 1199px) {
  .product-gallery .image-thumb .bx-wrapper .bx-prev, .product-gallery .image-thumb .bx-wrapper .bx-next {
    display: inline-block;
  }
  .product-gallery .image-thumb .bx-wrapper .bx-next {
    left: auto;
    right: 16px;
    bottom: 50%;
    margin-bottom: -13px;
  }
  .product-gallery .image-thumb .bx-wrapper .bx-prev {
    top: 50%;
    left: 16px;
    right: auto;
    margin-top: -13px;
  }
}

@media (max-width: 767px) {
  .product_page-left + .product_page-right {
    margin-top: 25px;
  }
}
.zoomContainer {
  z-index: 1 !important;
}
.zoomContainer .zoomLens {
  z-index: 2 !important;
}

.zoomWindowContainer > div {
  border-width: 2px !important;
  background-color: #f1f1f3 !important;
  border-color: #ebecee !important;
}

@media (max-width: 767px) {
  .product-gallery > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-gallery .cart-button {
  position: absolute;
  z-index: 99;
  right: 20px;
  bottom: 15px;
  line-height: 16px;
  width: 51px;
  display: inline-block;
}
.product-gallery .cart-button .btn-icon + .btn-icon {
  margin-top: 5px;
}
.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: none;
  background: #f1f1f3;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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;
}
@media (min-width: 1200px) {
  .product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.zoomGalleryActive {
    background: #e3e3e7;
  }
}

.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 {
  margin-bottom: 10px;
}

.product-title {
  margin: 0 0 20px;
  color: #292929;
}

.reward-block span {
  display: block;
  font-family: "Raleway", sans-serif;
}

#product {
  margin-top: 15px;
}
#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
#product label.control-label {
  color: #707274;
}
#product #button-cart {
  padding: 10px 14px 10px;
  min-width: 171px;
  text-align: center;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  margin: 0 0 10px;
  vertical-align: top;
}
#product #button-cart, #product #button-cart:visited {
  color: #fff;
  background: #ffc80a;
  border-color: #ffc80a;
}
#product #button-cart:hover, #product #button-cart:focus, #product #button-cart:active, #product #button-cart:visited:hover, #product #button-cart:focus:active, #product #button-cart:active:focus, #product #button-cart:active:hover {
  color: #fff;
  background: #2c2c2c;
  border-color: #2c2c2c;
}
#product .quantity {
  margin: 11px 15px 10px 0;
}
#product .quantity .counter {
  background: none !important;
}
#product .price-section {
  margin-top: 25px;
}
#product .price, #product .price-new {
  font-size: 28px;
}
#product .price-old {
  font-size: 16px;
}
/*youtube*/
.youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/*youtube end*/

.window-popup{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  overflow: hidden auto;
  background: rgba(0, 0, 0, 0.1);
}
.window-container{
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.window-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.window-content{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 2000;
  width: 100%;
}
.window-bg{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.1;
}
.window-close{
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  opacity: 0.65;
  text-decoration: none;
  padding: 0 0 18px 10px;
  font-style: normal;
  color: #333;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
}
.white-popup {
  position: relative;
  background: rgb(255, 255, 255);
  width: auto;
  max-width: 60%;
  margin: 20px auto;
  padding: 10px;
  font-size: 14px;
}
.white-popup .head .fast-edit-form.active {
  color: #f5be3f;
}
.white-popup .head .fast-edit-form {
  font-size: 12px;
  color: #f5f5f5;
  border-left: 1px solid #ccc;
  padding: 0 10px;
  margin-left: 5px;
}
.white-popup iframe{
  width: 99%;
}
.white-popup .head{
  color: #fff;
  font-weight: 600;
  margin: -10px -10px 10px -10px;
  background: #ffc80a;
  padding: 8px 10px;
}
.white-popup textarea:not([class*="habla"]) {
  min-height: 110px;
}
.white-popup .form-group{
  margin-bottom: 15px;
}
.one-click-form{
  padding-bottom: 10px;
}
.white-popup .success-form{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
}
.quantity {
  display: inline-block;
  position: relative;
}
.quantity > label {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}
.buy-one-btn{
  margin-left: 25px;
  border: 2px solid #ffc80a;
}
.quantity input[name*="quantity"] {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.quantity .counter {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  line-height: 7px;
  vertical-align: top;
  padding-top: 6px;
  font-size: 12px;
  background: none;
}
.quantity .counter.counter-minus {
  top: auto;
  bottom: 0;
  padding: 0 0 7px;
}

.polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f1f1f3;
  padding: 0;
}

.magnificent-viewport {
  background: #f1f1f3;
}

.general_info {
  margin-top: -2px;
  line-height: 20px;
}
.general_info h1.product-title,
.general_info h2.product-title {
  text-transform: none;
  padding-top: 5px;
  margin-bottom: 3px;
  font-size: 22px;
  text-align: left;
  font-weight: 700;
}
.general_info h1.product-title:after{
  display: none;
}
.general_info .price-section {
  margin: 15px 0 0;
  padding-bottom: 10px;
}
.general_info .product-section {
  padding: 10px 0;
}
.general_info .product-section strong + a {
  font-weight: 400;
}
.general_info .product-section strong + span {
  color: #707274;
}
.general_info .product-section strong + span.stock {
  color: green;
}
.general_info a, .general_info a:visited {
  color: #292929;
}
.general_info a:hover, .general_info a:active, .general_info a:focus {
  color: #ffc80a;
}
.call-me-btn{
  background-color: #ffc80a;
  color: #262b30;
  padding: 6px 20px;
  border-radius: 18px;
  margin: 10px 0 0 30px;
  font: 700 12px/14px "Raleway", sans-serif;
  text-transform: none;
  cursor: pointer;
}
.call-me-btn:hover {
  border-radius: 0;
}
.option-color .control-label {
  vertical-align: top;
  line-height: 27px;
  margin: 0 11px 0 0;
}
.option-color > div {
  display: inline-block;
}
.option-color .radio {
  margin: 0;
  display: inline-block;
  float: left;
  width: auto;
  margin-top: -2px;
}
.option-color .radio + .radio {
  margin: -2px 0 0 1px;
}
.option-color .radio input[type="radio"] + label {
  padding: 0;
  background: none;
  border: none;
  line-height: 0;
  position: relative;
}
.option-color .radio input[type="radio"] + label img {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  max-width: 21px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
.option-color .radio input[type="radio"] + label:before {
  display: none;
}
.option-color .radio input[type="radio"] + label:after {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  background: none;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.option-color .radio input[type="radio"]:checked + label:after {
  border-color: #ffc80a;
  background: none;
}
.option-color .text-danger {
  width: 100%;
}

.option-checkbox {
  line-height: 14px;
}
.option-checkbox label {
  line-height: 16px;
  display: inline-block;
}
.option-checkbox > div {
  display: inline-block;
  width: 100%;
}
.option-checkbox .checkbox {
  margin: 0;
  display: inline-block;
  float: left;
  width: auto;
  margin: 0 10px 0 0;
}
.option-checkbox .checkbox label {
  color: #292929;
  font-family: "Raleway", sans-serif;
}
.option-checkbox .checkbox label:before, .option-checkbox .checkbox label:after {
  top: 0;
  left: 0;
}
.option-checkbox .checkbox + .checkbox {
  padding: 0;
}
.option-checkbox .checkbox input[type="checkbox"] + label {
  padding: 0 0 0 19px;
  background: none;
  border: none;
  line-height: 14px;
  position: relative;
}

.option-radio {
  line-height: 14px;
}
.option-radio label {
  line-height: 16px;
  display: inline-block;
}
.option-radio > div {
  display: inline-block;
  width: 100%;
}
.option-radio .radio {
  margin: 0;
  display: inline-block;
  float: left;
  width: auto;
  padding-top: 5px;
}
.option-radio .radio label {
  color: #143546;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
}
.option-radio .radio + .radio {
  margin: 0 0 0 10px;
}
.option-radio .radio input[type="radio"] + label {
  padding: 0 0 0 19px;
  background: none;
  border: none;
  line-height: 14px;
  position: relative;
}
.option-radio .radio input[type="radio"] + label:before {
  top: -1px;
  left: 0;
}
.option-radio .radio input[type="radio"] + label:after {
  top: 1px;
  left: 2px;
}

.option-select .sbHolder {
  width: 170px;
  display: inline-block;
}
.option-select > .control-label {
  vertical-align: top;
  line-height: 25px;
  margin: 3px 12px 5px 0;
}

[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: 20px;
}
.box-subcat li .thumb {
  padding: 10px 0;
}
.box-subcat li .image {
  overflow: hidden;
  margin-bottom: 15px;
}
.box-subcat li .image a {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  background: #f1f1f3;
}
.box-subcat li .image a:hover {
  background: #e3e3e7;
}
.box-subcat li .image 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-subcat li.first-in-line {
  clear: left;
}
.box-subcat li:nth-child(6n+7) {
  clear: left;
}

@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;
    padding-right: 15px;
    margin-bottom: 0;
    width: 30%;
  }
  .box-subcat li .name {
    padding-top: 0;
    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;
  }

  #content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .box-subcat li {
    width: 100%;
    float: none;
    clear: both;
  }
}
/* ===================   Product Filter  =================== */
.button-view button + button {
  margin-left: 5px;
}
.button-view a, .button-view button {
  font-size: 30px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
  color: #cdcdcd;
}
.button-view a.compare-total, .button-view button.compare-total {
  font-size: 22px;
}

.button-view .compare-total, .button-view .compare-total:visited {
  color: #cdcdcd;
}
.button-view .compare-total:hover, .button-view .compare-total:focus, .button-view .compare-total:active {
  color: #ffc80a;
}
@media (min-width: 768px) {
  .button-view .compare-total span {
    display: none;
  }
}
@media (max-width: 767px) {
  .button-view .compare-total:before {
    display: none;
  }
}

.product-compare .table-responsive > .table-bordered > tbody > tr > td:last-child {
  vertical-align: top;
}

#list-view:hover,
#grid-view:hover,
#list-view.active,
#grid-view.active {
  color: #ffc80a;
}

.product-filter {
  margin: 0 0 30px;
  padding: 9px 0;
 /* border-top: 1px solid #ebecee;*/
  border-bottom: 1px solid #ebecee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-filter_elem {
  margin-left: 25px;
}
.product-filter_elem .sbHolder, .product-filter_elem select {
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 17 10px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Raleway", sans-serif;
}
.product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
  padding: 17 10px;
}
.product-filter_elem .sbHolder .sbToggle, .product-filter_elem select .sbToggle {
  line-height: 35px;
}
.product-filter_elem.sort .sbHolder, .product-filter_elem.show .sbHolder {
  width: auto;
}
.product-filter_elem .sbSelector {
  vertical-align: top;
}
.product-filter .show .sbHolder {
  width: 67px;
  min-width: 67px;
}/*
.product-filter .sort {
  width: 34%;
}*/
@media (min-width: 992px) and (max-width: 1199px) {
  .product-filter .sort {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-filter .sort {
    width: 47%;
  }
}
.product-filter .sort .sbHolder {
  width: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-filter .sort .sbHolder {
    width: 120px;
  }
}
.product-filter label, .product-filter .sbHolder {
  display: inline-block;
  vertical-align: middle;
}
.product-filter label {
  margin: 0 5px 0 22px;
  font-family: "Raleway", sans-serif;
}
.product-filter label.control-label {
  font-size: 14px;
  padding-top: 2px;
}

.results {
  margin-top: 13px;
}

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

.account-order-info .table-bordered > tbody > tr > td:last-child .btn-icon {
  vertical-align: top;
}

/* ========   Cart page   ============= */
.checkout-cart #content h1, .account-wishlist #content h1, .product-compare #content h1 {
  margin: 20px 0 40px;
}
.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: #292929;
}
.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: #292929;
}
.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: #ffc80a;
  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 tr:last-child td {
  font-size: 24px;
}
.checkout-checkout #content .table-responsive .table tfoot tr:last-child td:last-child {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.account-wishlist .table.table-bordered tr td:nth-child(6) {
  min-width: 150px;
}

.link, .link a {
  color: #292929;
  font-size: 14px;
  font-weight: 900;
}
.link, .link:visited, .link a, .link a:visited {
  color: #292929;
}
.link:focus, .link:active, .link:hover, .link a:focus, .link a:active, .link a:hover {
  color: #ffc80a;
}

@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: #f1f1f3;
  color: #292929;
}
.product-compare #content .table-bordered > tbody > tr > td {
  vertical-align: top;
}
.product-compare #content .product-thumb {
  padding: 0 25px 0 15px;
  background: none;
  width: 300px;
  text-align: inherit;
  border: none;
}
.product-compare #content .product-thumb .price {
  position: relative;
  text-align: inherit;
  bottom: auto;
  right: auto;
  margin-bottom: 5px;
  width: 100%;
}
.product-compare #content .product-thumb .name {
  max-width: 100%;
}
.product-compare #content .product-thumb .image {
  max-width: 100%;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
.product-compare #content .product-thumb .image:before {
  display: none;
}
.product-compare #content .product-thumb .rating {
  position: relative;
  opacity: 1;
  background: none;
  position: relative;
  left: auto;
  bottom: auto;
  margin: 0;
}
.product-compare #content .product-thumb .name {
  min-height: 0;
}
.product-compare #content .product-thumb .fa-stack {
  width: .8em;
}
.product-compare #content .product-thumb:hover .rating {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.rating .review {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border-left: 1px solid #ebecee;
}

.product-compare .product-thumb .btn-icon {
  position: absolute;
  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 #ebecee;
  }
  .product-compare .table-responsive td.text-center {
    min-width: 245px !important;
  }
  .product-compare #content .product-thumb {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .product-compare .table-responsive td.text-center {
    min-width: 170px !important;
    max-width: 175px;
  }
  .product-compare #content .product-thumb {
    padding-left: 5px;
  }

  .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: #ffc80a;
}
.information-information #content h4 a:hover, .information-information #content h5 a:hover {
  color: #292929;
}
.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: #ebecee;
  margin: 20px 0 40px;
}
.information-information #content h3.clear {
  margin-bottom: 30px;
}
.information-information #content h3.clear:after {
  display: none;
}
.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;
  }
}

[class*="information-information-"] p {
  margin-bottom: 30px;
}

/* ===================   Count box   =================== */
.count-box {
  margin-top: 10px;
  margin-bottom: 45px;
}
.count-box strong {
  display: block;
  color: #ffbc0a;
  font: 700 36px/43px "Raleway", sans-serif;
}

/* ===================   Icon box   =================== */
.icon-box i {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 66px;
  color: #ffc80a;
  background: #292929;
  border: 1px solid #101010;
  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: '\e244';
  display: inline-block;
  color: #ffc80a;
  font-size: 60px;
  line-height: 35px;
  font-family: 'Material Icons';
  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.5s opacity ease;
  -o-transition: 0.5s opacity ease;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}
.thumbnail a {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.thumbnail a:hover img {
  opacity: .8;
}
@media (max-width: 767px) {
  .thumbnail a {
    display: inline-block;
  }
}

.img-thumbnail {
  border: 0;
  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;
}

#modal-shipping input[type="radio"] {
  display: inline;
  float: left;
  margin-top: 5.3px;
}

@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 {
  text-align: left;
}
.delivery_page .table tbody td:last-child {
  color: #292929;
  font-weight: 700;
  font-size: 14px;
}
.delivery_page .table tbody td {
  min-width: 150px;
}

/* ===================   Terms and Conditions Page   =================== */
.terms_conditions_page h4 {
  position: relative;
  padding-left: 50px;
}
.terms_conditions_page h4:before {
  content: '\e86c';
  position: absolute;
  left: 0;
  bottom: -7px;
  color: #ffc80a;
  font-size: 34px;
  line-height: 34px;
  font-family: 'Material Icons';
}
.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;
  font-family: "Raleway", sans-serif;
  text-align: center;
  background: #ffc80a;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.privacy_page ol li + li {
  margin-top: 40px;
}
.privacy_page ol li p {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

/* ===================   Site Map Page  =================== */
.site-map-page h5 {
  margin: 0 0 20px;
  line-height: normal;
  color: #292929;
}
.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: 26px;
}
.site-map-page #content ul li a, .site-map-page #content ul li a:visited {
  color: #707274;
}
.site-map-page #content ul li a:hover, .site-map-page #content ul li a:focus, .site-map-page #content ul li a:active {
  color: #ffc80a;
}
.site-map-page #content ul li + li {
  margin-top: 14px;
}
.site-map-page #content ul.category-list {
  position: relative;
}
.site-map-page #content ul.category-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 13px;
  width: 1px;
  background: #ffc80a;
}
.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: 13px;
}
.site-map-page #content ul.category-list .ul-with-ul:after {
  top: 7px;
}
.site-map-page #content ul.category-list ul {
  position: relative;
  margin-top: 14px;
}
.site-map-page #content ul.category-list ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 13px;
  width: 1px;
  background: #ebecee;
}
.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: #ebecee;
}
.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: #ffc80a;
}
@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 {
  font-size: 14px;
}
.contact_page strong {
  font-size: 18px;
}
.contact_page .panel {
  padding-top: 15px;
  background-color: transparent;
  border: none;
  border-top: 1px solid #ebecee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact_page .panel img {
  background-color: transparent;
}
.contact_page a, .contact_page a:visited {
  color: #292929;
}
.contact_page a:hover, .contact_page a:focus, .contact_page a:active {
  color: #ffc80a;
}
.contact_page .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.contact_page .panel-body a {
  font-family: "Raleway", sans-serif;
}
.contact_page .map {
  margin-bottom: 30px;
}
.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: #ffc80a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffc80a;
  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 {
  margin-bottom: 15px;
}
.contact_page .col-sm-4 .box {
  text-align: center;
}
.contact_page .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.contact_page .form-horizontal .form-group label {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact_page .col-sm-4:nth-child(n+2) {
    margin-top: 30px;
  }
}

.information-contact .box.facebook .box-content {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  max-width: 100%;
}
.information-contact .box.facebook .box-content iframe, .information-contact .box.facebook .box-content > div {
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .information-contact .box.facebook .box-content iframe, .information-contact .box.facebook .box-content > div {
    width: 290px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .information-contact .box.facebook .box-content iframe, .information-contact .box.facebook .box-content > div {
    width: 220px !important;
  }
}

/* ===================   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: #292929;
  float: left;
  display: block;
  font-size: 20px;
  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 #ebecee;
  -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 #ebecee;
}

.brands {
  background: #f1f1f3;
  font-weight: 700;
  padding: 20px;
  margin-bottom: 30px;
}
.tab-pane.description pre, .description-category  pre{
    background: transparent;
    color: #292929;
    border: none;
    font-size: 36px;
    word-break: normal;
    word-wrap: normal;
    padding: 0;
    white-space: pre-wrap;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: inherit;
    font-weight: 700;
}

/* ===================   Account Page  =================== */
.well {
  background-color: #fafafa;
  border: none;
  border-top: none;
  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: #ffc80a;
  float: left;
  font-size: 56px;
  margin-right: 14px;
  line-height: 60px;
}
.well .heading h2 {
  font-size: 23px;
  color: #292929;
  margin: 0 0 5px;
}
.well .heading strong {
  font-weight: normal;
  font-style: italic;
}
.well p {
  border-bottom: 1px solid #ebecee;
  padding: 20px 0;
}
.well a {
  display: inline-block;
  margin-top: 20px;
}

.account-account h3 {
  padding-bottom: 20px;
  line-height: 1.1em;
  border-bottom: 1px solid #c2c2c2;
}
.account-account h3 i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.account-account h3 i:before {
  vertical-align: top;
}
@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: #ffc80a;
  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;
}

.box.facebook > .content, .box.facebook > .content > div > span, .box.facebook > .content iframe {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.tx-maintenance {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tx-maintenance h1:after {
  display: none;
}

/*========================================================
                         Footer
=========================================================*/
footer {
  font-size: 14px;
  padding-top: 45px;
  padding-bottom: 10px;
  margin-top: 60px;
  color: #868686;
  background: #000;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h5, footer p {
  color: #868686;
}
footer .footer_box {
  margin-bottom: 20px;
}
footer ul {
  margin-bottom: 20px;
  font-weight: 600;
}
footer ul li {
  font-size: 14px;
  letter-spacing: -.2px;
}
footer ul li + li {
  margin-top: 10px;
}
footer ul li a, footer ul li a:visited {
  color: #fff;
}
footer ul li a:active, footer ul li a:hover, footer ul li a:focus {
  color: #ffc80a;
}
footer .footer_modules {
  display: inline-block;
  width: 100%;
}
footer .accordion-footer .tm-inner > .row > .row-inner > div > div {
  vertical-align: top;
  position: relative;
}
footer address {
  padding-top: 3px;
  margin-bottom: 0;
  padding-right: 15%;
  letter-spacing: -.2px;
}
footer address p {
  margin-bottom: 0 !important;
}
footer address p a {
  font-weight: 600;
}
footer address p a, footer address p a:visited {
  color: #fff;
}
footer address p a:active, footer address p a:hover, footer address p a:focus {
  color: #ffc80a;
}
footer address a.footer-link {
  margin-top: 16px;
}
footer p {
  margin-bottom: 0;
}
footer p a:hover {
  text-decoration: none;
}
footer p + p {
  margin-top: 16px;
}

footer .box .box-heading,
footer .box-heading,
.home-page footer .box .box-heading {
  margin-bottom: 22px;
  text-align: left;
}

.home-page footer {
  margin-top: 0;
}
.home-page footer .box .box-heading {
  text-align: left;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #8d8d8d;
  font-size: 12px;
  line-height: 14px;
}
.copyright br {
  display: none;
}
.copyright a, .copyright a:visited {
  color: #8d8d8d;
}
.copyright a:active, .copyright a:hover, .copyright a:focus {
  color: #ffc80a;
}

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  footer {
    padding-top: 116px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    padding-top: 93px;
    margin-top: 40px;
  }
  footer .footer_modules {
    margin-bottom: 20px;
  }
  footer address a.footer-link {
    margin-top: 12px;
  }
  footer p + p {
    margin-top: 12px;
  }
  footer ul li + li {
    margin-top: 5px;
  }

  .copyright {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
    padding-bottom: 35px;
    text-align: center;
  }
  footer address, footer .social-block p {
    padding-right: 0;
  }
  footer .box-content {
    display: none;
  }
  footer .footer_modules {
    margin-bottom: 5px;
  }

  footer .box .box-heading,
  footer .box-heading,
  .home-page footer .box .box-heading {
    margin-bottom: 15px;
  }

  footer .box .box-heading,
  footer .box-heading,
  .home-page footer .box .box-heading {
    text-align: center;
  }

  footer .box-heading {
    background: #f1f1f3;
    padding: 15px 30px 15px 10px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    text-align: center;
    cursor: pointer;
  }
  footer .box-heading:after {
    content: '\f067';
    position: absolute;
    right: 25px;
    top: 0;
    font-size: 14px;
    line-height: 44px;
    font-family: "FontAwesome";
    color: #2a4655;
  }
  footer .box-heading:hover:after {
    color: #ffc80a;
  }

  .col-lg-3 .box .box-heading:after {
    line-height: 44px;
  }

  .home-page footer .box .box-heading {
    text-align: center;
  }

  .copyright {
    padding-top: 30px;
  }
}
/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
  overflow: hidden;
  width: 35px;
  height: 35px;
  font-size: 35px;
  line-height: 35px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  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 {
  color: #898b8c;
}
.ui-to-top:focus, .ui-to-top:active, .ui-to-top:hover {
  color: #ffc80a;
}
.ui-to-top:before {
  vertical-align: top;
}
.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;
}
.home-description h1{
  font: 700 36px/30px "Raleway", sans-serif;
  line-height: 1.2em;
  color: #292929;
  margin-bottom: 5px;
}
.home-description p{
  color: #333;
}
.home-description h1:after{
  display: none;
}
.home-description a,.description a,.category-description a, .article-description a, #information-information a { color: #ffc80a;}
@media (min-width: 480px) {
  .ui-to-top {
    right: 20px;
    bottom: 40px;
  }
}
/*========================================================
                  Responsive Styles
=========================================================*/
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1199px) {
  .table th, .table td {
    padding: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 23px;
  }

  .related-block {
    text-align: center;
  }

  .button-view {
    margin-left: 5px;
    margin-right: 5px;
  }
  .button-view a {
    font-size: 14px;
  }

  .home-page #content {
    padding-bottom: 0;
  }

  .breadcrumb {
    margin: 10px 0 0 0;
    padding: 0;
  }

  .product-spec .table td {
    padding: 15px 12px;
  }
  .product-spec .table td span {
    width: 100%;
  }
  .product-spec .table td span + span {
    width: 100%;
  }

  select {
    display: block !important;
  }

  .product-compare #content .product-thumb .image {
    padding: 10px;
  }

  .product-filter .product-filter_elem{
    display: none;
  }
  .product-filter {
    display: block;
  }
  .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 #ebecee;
  }

  .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;
  }
  .product-filter label {
    margin-left: 5px;
  }

  .image {
    text-align: center;
  }

  .information-contact .contact_page .box .box-content {
    width: 100%;
  }
   iframe {width: 100%;}
  .description img{
    width: 100%!important;
    height: auto!important;
    float: none!important;
    margin: 0 auto!important;
  }
}
@media (max-width: 600px) {
  .product-filter {
    background: none;
    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: left;
    width: 50%;
    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: 50%;
    float: left;
  }
  .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;
  }

  .panel-group .panel .input-group-btn .btn {
    white-space: normal;
  }
}
@media (max-width: 479px) {
  #habla_beta_container_do_not_rely_on_div_classes_or_names {
    display: none !important;
  }

  .product-filter {
    width: 100%;
  }

  .product-options .option-radio .radio + .radio, .product-options .option-radio .radio {
    margin: 0 10px 5px 0;
  }

  .well h2 {
    font-size: 18px;
  }

  .breadcrumb {
    margin: 0;
  }
  header {
    margin-bottom: 0;
  }
  .product-share{
    text-align: center;
  }
  .product_page-right .cart-button{
    justify-content: center;
    margin-top: 25px;
  }
  div.cart .toggle_cont {
    max-height: inherit;
    left: 0;
    right: 0;
    max-width: 100%;
    position: fixed;
    top: 58px;
  }
  .home-page .swiper-container{
    overflow: inherit;
  }
}
@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;
  }
}
