@charset "UTF-8";
/*========================================================
                   Bootstrap Reset
=========================================================*/
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic-ext);
@import url(//fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext);
@import url(//fonts.googleapis.com/css?family=Kaushan+Script);
button, .btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  button::-moz-focus-inner, .btn::-moz-focus-inner {
    border: none;
    padding: 0; }
  button:focus, .btn:focus {
    outline: none; }

label {
  font-size: 13px;
  color: #333; }
  @media (min-width: 768px) and (max-width: 991px) {
    label {
      font-size: 10px; } }

label {
  font-weight: bold;
  cursor: default; }

textarea {
  resize: none; }

blockquote {
  font-size: inherit;
  line-height: inherit; }

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: auto; }

.bootstrap-datetimepicker-widget {
  z-index: 998 !important; }
  .bootstrap-datetimepicker-widget td.day,
  .bootstrap-datetimepicker-widget td.minute,
  .bootstrap-datetimepicker-widget td.hour,
  .bootstrap-datetimepicker-widget td.second,
  .bootstrap-datetimepicker-widget thead tr:first-child th,
  .bootstrap-datetimepicker-widget td span {
    border: 1px solid transparent;
    border-radius: 0;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .bootstrap-datetimepicker-widget td.day:hover,
    .bootstrap-datetimepicker-widget td.minute:hover,
    .bootstrap-datetimepicker-widget td.hour:hover,
    .bootstrap-datetimepicker-widget td.second:hover,
    .bootstrap-datetimepicker-widget thead tr:first-child th:hover,
    .bootstrap-datetimepicker-widget td span:hover {
      background: transparent;
      color: #855065;
      border-color: #dfdfdf !important; }
  .bootstrap-datetimepicker-widget td.separator {
    font-size: 20px;
    line-height: 20px; }
  .bootstrap-datetimepicker-widget a[data-action] {
    background: transparent;
    color: #333; }
    .bootstrap-datetimepicker-widget a[data-action] span {
      border: none; }
  .bootstrap-datetimepicker-widget a[data-action],
  .bootstrap-datetimepicker-widget .timepicker td > span,
  .bootstrap-datetimepicker-widget td.separator {
    color: #333; }
  .bootstrap-datetimepicker-widget a[data-action]:hover,
  .bootstrap-datetimepicker-widget .timepicker td > span:hover {
    color: #855065; }
  .bootstrap-datetimepicker-widget .timepicker {
    margin-top: 5px; }
    .bootstrap-datetimepicker-widget .timepicker .table-condensed {
      border-collapse: separate; }
    .bootstrap-datetimepicker-widget .timepicker td span {
      width: 15px;
      height: 15px;
      line-height: 15px;
      margin: 5px 0; }
      .bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour, .bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
        border: 1px solid #dfdfdf;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 0px; }

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #855065;
  color: #FFF;
  cursor: inherit; }

.fancybox-overlay {
  z-index: 10001; }

.fancybox-opened {
  z-index: 10003; }

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 10004;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99); }
  .container > .alert .alert,
  .breadcrumb + .alert .alert {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%; }
    .container > .alert .alert.fadeOut,
    .breadcrumb + .alert .alert.fadeOut {
      top: -100%; }

@-ms-keyframes alert-anim {
  0% {
    top: -100%; }
  60% {
    top: 0; }
  100% {
    top: 0; } }
@-o-keyframes alert-anim {
  0% {
    top: -100%; }
  60% {
    top: 0; }
  100% {
    top: 0; } }
@-webkit-keyframes alert-anim {
  0% {
    top: -100%; }
  60% {
    top: 0; }
  100% {
    top: 0; } }
@-moz-keyframes alert-anim {
  0% {
    top: -100%; }
  60% {
    top: 0; }
  100% {
    top: 0; } }
@keyframes alert-anim {
  0% {
    top: -100%; }
  60% {
    top: 0; }
  100% {
    top: 0; } }
@-ms-keyframes alert-anim2 {
  0% {
    top: -100%; }
  60% {
    top: 100%; }
  100% {
    top: 100%; } }
@-o-keyframes alert-anim2 {
  0% {
    top: -100%; }
  60% {
    top: 100%; }
  100% {
    top: 100%; } }
@-webkit-keyframes alert-anim2 {
  0% {
    top: -100%; }
  60% {
    top: 100%; }
  100% {
    top: 100%; } }
@-moz-keyframes alert-anim2 {
  0% {
    top: -100%; }
  60% {
    top: 100%; }
  100% {
    top: 100%; } }
@keyframes alert-anim2 {
  0% {
    top: -100%; }
  60% {
    top: 100%; }
  100% {
    top: 100%; } }
@-ms-keyframes alert-icon-anim {
  0% {
    font-size: 0; }
  60% {
    font-size: 0; } }
@-o-keyframes alert-icon-anim {
  0% {
    font-size: 0; }
  60% {
    font-size: 0; } }
@-webkit-keyframes alert-icon-anim {
  0% {
    font-size: 0; }
  60% {
    font-size: 0; } }
@-moz-keyframes alert-icon-anim {
  0% {
    font-size: 0; }
  60% {
    font-size: 0; } }
@keyframes alert-icon-anim {
  0% {
    font-size: 0; }
  60% {
    font-size: 0; } }
.product_page-right .alert {
  margin-top: 20px; }

.alert {
  position: relative;
  padding: 18px 40px 18px 75px;
  z-index: 30;
  color: #FFF;
  border-radius: 0;
  min-height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-weight: 700;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  -o-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  -webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  transition: 1s all cubic-bezier(1, -0.01, 0, 0.99); }
  .alert i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 60px;
    font-size: 40px;
    -webkit-animation: alert-icon-anim 1s;
    -moz-animation: alert-icon-anim 1s;
    -ms-animation: alert-icon-anim 1s;
    -o-animation: alert-icon-anim 1s;
    animation: alert-icon-anim 1s;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); }
    .alert i:before {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      line-height: 0; }
  .alert a:hover {
    text-decoration: underline; }
  .alert button.close {
    position: absolute;
    top: 50%;
    line-height: 1;
    right: 15px;
    color: #FFF;
    opacity: .7;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .alert button.close:hover, .alert button.close:focus {
      opacity: 1;
      color: #FFF; }
  .alert.fadeOut {
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }
    .alert.fadeOut .alert {
      top: 100%; }
  @media (max-width: 479px) {
    .alert {
      padding-right: 30px; }
      .alert button.close {
        right: 5px; } }

.alert-success {
  background-color: #4caf50; }
  .alert-success i {
    background: #388E3C; }
  .alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
    color: #C8E6C9; }

.alert-danger {
  background-color: #F44336; }
  .alert-danger i {
    background: #D32F2F; }
  .alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
    color: #FFCDD2; }

.alert-info {
  background-color: #03A9F4; }
  .alert-info i {
    background: #0288D1; }
  .alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
    color: #B3E5FC; }

.alert-warning {
  background-color: #FF5722; }
  .alert-warning i {
    background: #E64A19; }
  .alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
    color: #FFCCBC; }

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0; }

.pagination {
  margin: 0; }
  .pagination:before, .pagination:after {
    display: table;
    content: "";
    line-height: 0; }
  .pagination:after {
    clear: both; }
  .pagination > li {
    display: block;
    float: left; }
    .pagination > li > a, .pagination > li > span {
      display: inline-block;
      color: #777;
      background: #f5f5f5;
      border: none;
      float: none;
      margin-left: 0;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      padding: 0;
      border: 1px solid #dfdfdf; }
      .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
        z-index: 3;
        color: #333;
        background: #ededed;
        border-color: #dfdfdf; }
    .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: #855065;
      color: #fff;
      border-color: #dfdfdf;
      z-index: auto; }
    .pagination > li + li > a, .pagination > li + li > span {
      border-left: none; }
    .pagination > li + li:nth-child(5n+6) {
      clear: left; }
      .pagination > li + li:nth-child(5n+6) > a, .pagination > li + li:nth-child(5n+6) > span {
        border-left: 1px solid #dfdfdf; }
    .pagination > li + li:nth-child(n+6) {
      margin-top: 2px; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none; }

.table thead td, .table th {
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  font-size: 13px;
  background-color: #f5f5f5; }

.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: #dfdfdf;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.block-compare .table th, .block-compare .table td {
  padding: 7px; }

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0; }

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #dfdfdf; }

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal; }

.table-bordered > tbody > tr > td {
  vertical-align: middle; }

.table > tbody + tbody {
  border-top: none; }

.panel-default > .panel-heading {
  padding: 20px;
  background: #f5f5f5;
  color: #333; }

.addthis_sharing_toolbox a {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .addthis_sharing_toolbox a:hover {
    opacity: .6; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8; }

.fancybox-lock {
  overflow: visible !important; }

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: inherit; }
  .form-horizontal .radio:first-child, .form-horizontal .checkbox:first-child {
    padding-top: 0; }
.form-horizontal .control-label, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 0; }

.input-group .form-control {
  z-index: auto; }

.atm-f {
  height: auto !important; }

.text-danger {
  color: #F00; }

.has-error * + .text-danger {
  margin-top: 5px; }

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px; }

.tooltip {
  z-index: 9999; }

.ps-document-overlay,
.ps-carousel,
.ps-uilayer,
.ps-toolbar,
.ps-caption {
  z-index: 100000000 !important; }

.vcenter {
  vertical-align: middle !important; }

.table-custom > tbody > tr > td,
.table-custom > tbody > tr > th,
.table-custom > tfoot > tr > td,
.table-custom > tfoot > tr > th,
.table-custom > thead > tr > td,
.table-custom > thead > tr > th {
  border-top: none;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px; }

.table-hover > tbody > tr:hover {
  background-color: #ededed; }

.modal {
  z-index: 10005; }
  .modal .terms_conditions_page {
    margin-top: 30px; }
  .modal-backdrop {
    z-index: 10000; }

/*========================================================
                      Header styles
=========================================================*/
header {
  background: #fff; }
  header .logo {
    float: left;
    margin: 0; }
    header .logo:after {
      display: none; }
  header .search {
    float: right; }

/*================  Toggle ===============*/
.toggle-wrap {
  position: relative; }

.toggle_cont {
  display: none;
  background: #F4F4F4;
  padding: 10px 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 200px;
  z-index: 20; }
  .toggle_cont > li > a, .toggle_cont > li > button {
    text-align: left;
    width: 100%;
    display: block;
    padding: 5px 5px 5px 10px;
    text-transform: capitalize;
    font-size: 13px; }
    .toggle_cont > li > a:hover, .toggle_cont > li > button:hover {
      background: #855065;
      color: #FFF; }
  .toggle_cont ul {
    text-align: right;
    font-size: 16px; }
    .toggle_cont ul li + li {
      margin-top: 8px; }
  .toggle_cont__right {
    right: auto;
    left: 0; }

/*================   Top Links style   ===============*/
@media (min-width: 768px) {
  header .nav > .toggle {
    display: none; }
  header .nav > .toggle_cont {
    display: block !important;
    position: static;
    padding: 0;
    margin: 0;
    background: none;
    width: auto; }
    header .nav > .toggle_cont > li {
      display: inline-block; }
      header .nav > .toggle_cont > li + li {
        margin-left: 20px; }
      header .nav > .toggle_cont > li > a {
        display: inline-block;
        font-size: 13px;
        padding: 0; }
        header .nav > .toggle_cont > li > a:hover, header .nav > .toggle_cont > li > a.current {
          color: #855065;
          background: none; }
    .common-home header .nav > .toggle_cont > li.first > a {
      color: #855065; } }
@media (max-width: 767px) {
  header .nav {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 10000;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
    header .nav > .toggle:hover {
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    header .nav .toggle-wrap .toggle {
      display: none; }
    header .nav .toggle-wrap .toggle_cont {
      display: block !important;
      height: auto !important;
      position: static;
      padding: 0;
      -moz-transition: 0;
      -o-transition: 0;
      -webkit-transition: 0;
      transition: 0; }
      header .nav .toggle-wrap .toggle_cont li + li {
        margin-top: 0; } }

/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language .toggle,
.box-currency .toggle {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .box-language .toggle:after,
  .box-currency .toggle:after {
    display: inline-block;
    content: '\f107';
    margin-left: 8px;
    font-size: 15px;
    font-weight: 400;
    font-family: "FontAwesome"; }
  .box-language .toggle.active, .box-language .toggle:hover,
  .box-currency .toggle.active,
  .box-currency .toggle:hover {
    color: #855065; }
  .box-language .toggle_cont > li > a:hover, .box-language .toggle_cont > li > a.selected, .box-language .toggle_cont > li > button:hover, .box-language .toggle_cont > li > button.selected,
  .box-currency .toggle_cont > li > a:hover,
  .box-currency .toggle_cont > li > a.selected,
  .box-currency .toggle_cont > li > button:hover,
  .box-currency .toggle_cont > li > button.selected {
    background: #855065;
    color: #fff; }

/*========================================================
               Responsive Header styles
=========================================================*/
@media (max-width: 767px) {
  header .search {
    float: none; }
  header .box-currency {
    margin-right: 0;
    padding: 0; }
  header .logo {
    float: none;
    text-align: center;
    margin-top: 15px; }
    header .logo img {
      display: inline-block; }
  header .box-cart {
    float: none;
    margin-top: 0; } }
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden; }

#content {
  padding-bottom: 30px; }

/*==================  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 #dfdfdf; }
  .box.account ul a, .box.affilate ul a {
    position: relative;
    background: #f5f5f5;
    display: block;
    padding: 13px 15px; }
    .box.account ul a:hover, .box.affilate ul a:hover {
      background: #ededed; }
  .box.account ul a:hover, .box.affilate ul a:hover {
    color: #855065; }

.manufacturer-content div, #content ul.list-unstyled {
  margin: 0;
  list-style-type: none; }
  .manufacturer-content div li + li, #content ul.list-unstyled li + li {
    margin-top: 10px; }
  .manufacturer-content div a, #content ul.list-unstyled a {
    position: relative;
    color: #333; }
    .manufacturer-content div a:hover, #content ul.list-unstyled a:hover {
      color: #855065; }
    .manufacturer-content div a:before, #content ul.list-unstyled a:before {
      content: '\e11d';
      margin-right: 5px;
      font-weight: 400;
      font-size: 20px;
      font-family: "material-design";
      color: #855065; }

#content .product-info ul.list-unstyled a:before {
  display: none; }

@media (max-width: 767px) {
  aside {
    margin-top: 20px; }
    aside .container {
      padding: 0;
      width: 100%; } }
/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center; }
  .lazy img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden; }
  .lazy.lazy-loaded {
    background: none; }
    .lazy.lazy-loaded img {
      opacity: 1; }

/*================ Box Cart  ===============*/
.box-cart {
  position: relative; }
  .box-cart .btn-danger, .box-cart .btn-danger:focus {
    border: 0;
    padding: 0;
    color: #333;
    font-size: 13px;
    background: none; }
    .box-cart .btn-danger:hover, .box-cart .btn-danger:focus:hover {
      color: #855065;
      background: none; }
    .box-cart .btn-danger:focus, .box-cart .btn-danger:focus:focus {
      box-shadow: none; }
  .box-cart a:hover img {
    opacity: .5; }
  .box-cart .btn {
    margin-bottom: 7px; }

/*================  Cart  ===============*/
.cart {
  position: relative; }
  .cart > button i, .cart > button strong, .cart > button span {
    vertical-align: middle; }
  .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-remove-btn:before {
      margin-right: 5px; }

/*================  Cart DropDown ===============*/
.cart .toggle_cont {
  z-index: 1001;
  min-width: 260px;
  padding: 10px 10px 5px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden; }
  .cart .toggle_cont img {
    max-width: 50px; }
  .cart .toggle_cont table {
    margin-bottom: 10px; }

.cart ul > li:first-child tr {
  border-bottom: 1px solid #dfdfdf; }

.cart td {
  font-size: 13px; }
  .cart td strong {
    font-size: 12px; }

.cart .total td {
  border: none;
  padding: 2px;
  color: #333; }
.cart .price-cart {
  color: #333; }
.cart .table > tbody > tr > td {
  border-top: none; }

.cart .table.total tr:nth-child(4) td strong,
.cart .table.total tr:nth-child(4) td {
  font-size: 20px; }

@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 10000; }
    .cart > button {
      position: relative;
      padding-right: 20px; }
      .cart > button .cart-total, .cart > button strong {
        display: none; }
      .cart > button .cart-total2 {
        position: absolute;
        top: 5px;
        right: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        background: #855065;
        color: #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .cart .toggle_cont {
      max-height: 300px;
      overflow: auto;
      right: -30px; } }
/*========================================================
                      Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout {
  margin-bottom: 30px; }

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative; }
  .product-thumb .image > a {
    display: block; }
    .product-thumb .image > a img {
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      margin: 0 auto; }
    .product-thumb .image > a:hover img {
      opacity: .5; }

/* ===================   Product Caption   =================== */
.product-thumb {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .product-thumb .aside {
    display: none; }
  .product-thumb .name > a {
    display: inline; }
  .product-thumb:hover .image > .quickview {
    opacity: 1; }

.product-grid.last + .product-grid {
  clear: left; }

/* ==================    Product List, Product Grid    =================== */
.product-list .product-thumb .caption, .product-list .product-thumb .cart-button {
  overflow: hidden; }

.product-list .product-thumb {
  margin-bottom: 30px; }
  @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, .product-list .product-thumb .caption, .product-list .product-thumb .aside {
    float: left;
    padding: 0 15px;
    width: 33.3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .product-list .product-thumb .aside {
    display: block; }
    .product-list .product-thumb .aside .product-btn {
      display: block;
      padding: 0;
      background: none;
      color: #855065;
      float: left; }
      .product-list .product-thumb .aside .product-btn + * {
        clear: left; }
      .product-list .product-thumb .aside .product-btn:hover {
        color: #333; }
      .product-list .product-thumb .aside .product-btn-add {
        display: block; }
    .product-list .product-thumb .aside .price {
      margin-bottom: 20px; }
  .product-list .product-thumb .caption {
    border-right: 1px solid #dfdfdf; }
  .product-list .product-thumb > .price, .product-list .product-thumb > .cart-button {
    display: none; }
.product-list + .product-list .product-thumb {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px; }

.clearfix + .product-list .product-thumb {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px; }

.product-grid .product-thumb .image {
  float: none; }

/* ==================   SALE   =================== */
.sale, .discount, .new-pr {
  font-size: 13px;
  line-height: 29px;
  display: inline-block;
  padding: 0 8px;
  color: #FFF;
  background-color: #855065;
  position: absolute;
  z-index: 9; }

.sale, .discount {
  top: 0;
  left: 0; }

.new-pr {
  right: 0;
  top: 0; }

.sale + .discount {
  left: 5px;
  top: 35px; }
  .sale + .discount:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: transparent transparent transparent #855065; }

/* ===================   Product Price    =================== */
.product-thumb .price-new, .product-thumb .price-old, .product-thumb .price {
  font-size: 22px; }

.price-new, .price-old, .price {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #333; }

.price-old {
  font-weight: 300;
  text-decoration: line-through;
  vertical-align: top; }

.price-section {
  margin-top: 20px;
  font-weight: 700; }
  .price-section .price-new, .price-section .price-section .price-old {
    font-size: 30px;
    color: #333;
    line-height: 30px; }
  .price-section .price-old {
    font-size: 20px;
    line-height: 30px; }
  .price-section .reward {
    display: block;
    margin-top: 10px; }

.price-tax {
  font-size: 12px; }

.price-total {
  font-weight: bold; }

.price s {
  font-size: 15px; }

.stock, .out-stock {
  font-weight: 700; }

.stock {
  color: #54B70B; }

.out-stock {
  color: #EE372A; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

/* ===================   Product Rating   =================== */
.fa-stack {
  font-size: 18px;
  line-height: 24px;
  width: 0.9em;
  height: 24px; }
  .fa-stack i {
    color: #C9C9C9; }
    .fa-stack i.star {
      color: #855065; }

.fa-stack-2x {
  font-size: 1em; }

.product-thumb .fa-stack {
  font-size: 14px; }

.rat {
  color: #855065; }

/* ===================   Product Quickview   =================== */
.quick_info {
  display: none; }

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible; }

.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 #dfdfdf;
  padding: 10px;
  margin-top: 15px; }

.quickview_description iframe {
  width: 40% !important;
  height: 200px !important;
  float: left;
  margin-right: 2em; }

.quickview-style .inf {
  font-size: 14px;
  margin-bottom: 10px; }
.quickview-style .product-btn-add {
  margin-top: 10px; }
.quickview-style .cart-button {
  margin-top: 10px; }
.quickview-style .rating {
  margin-top: 5px; }

.product-thumb .product-options {
  display: none; }

.ajax-overlay .product-options {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 450px;
  min-width: 300px;
  padding-bottom: 0;
  border-bottom: none;
  max-height: 80%;
  backface-visibility: hidden; }
  .ajax-overlay .product-options h3 {
    margin-top: 0; }
  .ajax-overlay .product-options .col-sm-8 {
    text-align: left; }
  .ajax-overlay .product-options .options {
    padding: 20px;
    text-align: center;
    background: #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8); }
  .ajax-overlay .product-options .ajax-overlay_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "material-design";
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2); }
    .ajax-overlay .product-options .ajax-overlay_close:before {
      content: '\e054'; }
    .ajax-overlay .product-options .ajax-overlay_close:hover {
      color: #000; }
.ajax-overlay .product-option-wrap {
  text-align: center;
  height: 100%; }
  .ajax-overlay .product-option-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.ajax-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 997; }
  .ajax-overlay.visible {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible; }

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left; }

  .fancybox-next {
    right: -30px; }

  .fancybox-prev {
    left: -30px; }

  .product-reviews .fa-stack {
    font-size: 14px; } }
@media (max-width: 767px) {
  #content .product-layout {
    width: 50%;
    float: left; }
    #content .product-layout:nth-child(2n+3) {
      clear: left; }
    #content .product-layout + .product-layout {
      margin-top: 0; }
    #content .product-layout.clr {
      clear: both; }

  .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;
    margin: 0 0 15px;
    width: 100%; }
  .product-list .product-thumb .aside,
  .product-grid .product-thumb .aside {
    display: none; }
  .product-list .product-thumb .caption,
  .product-grid .product-thumb .caption {
    border-right: none; }
  .product-list .product-thumb > .price, .product-list .product-thumb .cart-button,
  .product-grid .product-thumb > .price,
  .product-grid .product-thumb .cart-button {
    display: block; }
  .product-list + .product-list .product-thumb,
  .product-grid + .product-list .product-thumb {
    border-top: none;
    padding-top: 0; }

  .clearfix + .product-list .product-thumb {
    border-top: none;
    padding: 0; }

  .product-layout {
    margin-bottom: 20px; } }
@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    height: 240px !important; } }
@media (max-width: 540px) {
  #content .product-layout {
    width: 100%;
    float: none; }

  .product-thumb .product-options {
    max-width: 95%; }
    .product-thumb .product-options [class*="col-xs"] {
      float: left; }
      .product-thumb .product-options [class*="col-xs"] + [class*="col-xs"] {
        margin-top: 0 !important; } }
/*========================================================
                         Box
=========================================================*/
.box {
  margin-bottom: 30px; }
  .box .box-heading {
    margin: 0 0 30px; }
    .box .box-heading h3 {
      margin: 0;
      font: 700 20px/30px "Roboto", sans-serif; }

aside .box .box-heading {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dfdfdf;
  text-transform: uppercase; }
aside .box .product-layout {
  width: 100%; }
  aside .box .product-layout + .product-layout {
    margin-top: 30px; }

aside [class*="col-"], aside .container {
  width: 100%;
  padding: 0; }
aside .row {
  margin: 0; }

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .box.info .box-content ul a {
    padding: 13px 5px; }

  aside .box .box-heading h3 {
    font-size: 16px; } }
@media (max-width: 767px) {
  aside .box .box-heading {
    position: relative;
    cursor: pointer; }
    aside .box .box-heading:after {
      content: '\f055';
      position: absolute;
      right: 5px;
      top: 10px;
      font-size: 21px;
      font-family: "FontAwesome";
      color: #333; }
    aside .box .box-heading.active:after {
      content: '\f056'; } }
@media (min-width: 550px) and (max-width: 767px) {
  aside .box .product-thumb {
    width: 60%;
    margin: 0 auto 30px; } }
/*========================================================
                        Buttons
=========================================================*/
#button-search + h2 {
  margin-top: 15px; }

.buttons {
  margin: 1em 0; }
  .buttons:before, .buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .buttons:after {
    clear: both; }
  .buttons .btn {
    padding: 7px 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3); }
    .buttons .btn:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .buttons .btn i, .buttons .btn span {
      vertical-align: middle; }
    .buttons .btn i {
      font-size: 28px;
      margin: 0 5px;
      display: inline-block;
      line-height: 24px; }
  .buttons .pull-right .btn {
    background: #855065;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    margin-right: 10px; }
    .buttons .pull-right .btn:hover {
      background: #333; }
  .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: #855065; }

/* ================   Default Buttons BEGIN   =============== */
.btn:visited, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn {
  font-size: 14px;
  color: #FFF;
  background: #333;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 12px 16px;
  outline: none; }

.btn:hover,
.btn:focus {
  background: #855065;
  color: #FFF;
  outline: none !important; }

/*================   Product Buttons BEGIN   ===============*/
.product-btn {
  background-color: #333;
  color: #FFF;
  padding: 10px 20px; }
  .product-btn i {
    margin-right: 5px; }
  .product-btn:hover {
    background: #855065; }

.product-btn-add {
  background-color: #855065;
  color: #FFF;
  padding: 10px 20px; }
  .product-btn-add i {
    margin-right: 5px; }
  .product-btn-add:hover {
    background-color: #333; }

/* ================   QuickView  =============== */
.product-thumb .image > .quickview {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  opacity: 0;
  padding: 6px 12px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #855065;
  color: #FFF;
  z-index: 1; }
  .product-thumb .image > .quickview:hover {
    background: #855065; }

/* ================   Product page buttons  =============== */
.product-buttons {
  margin: 10px 0 1em;
  padding: 0; }
  .product-buttons:before, .product-buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .product-buttons:after {
    clear: both; }
  .product-buttons li {
    display: inline-block;
    margin-right: 10px;
    list-style: none; }
    .product-buttons li button {
      display: inline-block;
      background: none;
      color: #855065;
      padding: 0; }
      .product-buttons li button:hover, .product-buttons li button:focus {
        color: #333;
        background: transparent; }
      .product-buttons li button:active {
        box-shadow: none; }

#button-cart {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }
  #button-cart:disabled {
    pointer-events: none;
    opacity: .5; }

/* ================   Tooltip  ================= */
.tooltip-inner {
  background: #855065; }

[class][class].tooltip-arrow {
  border-top-color: #855065; }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .account-wishlist table td .btn {
    padding: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px; }

  .account-wishlist table td .btn {
    padding: 6px; } }
@media (max-width: 767px) {
  #grid-view, #list-view {
    display: none; }

  .product-thumb .image > .quickview {
    display: none; } }
@media (max-width: 479px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-left: 0; }

  #button-cart {
    display: block;
    margin: 15px 0 0;
    width: 100%; } }
@media (max-width: 410px) {
  .account-address .table td a {
    display: block; }
    .account-address .table td a + a {
      margin-top: 5px; } }
/*========================================================
                      Form Styles
=========================================================*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  color: #333;
  font-size: 14px;
  height: 40px;
  line-height: 24px;
  padding: 8px 10px 8px 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: 1px 1px 10px rgba(82, 168, 236, 0.8);
    -moz-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
    box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8); }

.product-options .checkbox input[type="checkbox"] + label,
.product-options .radio input[type="radio"] + label {
  border: 1px solid #dfdfdf; }

select:hover {
  cursor: pointer; }

input[name*="quantity"] {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle; }

input[name="captcha"] + img {
  margin-top: 15px; }

textarea:not([class*="habla"]) {
  min-height: 200px; }

select {
  display: none; }

#modal-shipping input[type="radio"] {
  display: inline;
  float: left;
  margin-top: 8px; }
@media (max-width: 479px) {
  #modal-shipping .btn, #modal-shipping #button-shipping {
    margin-top: 5px; } }

.counter, .counter:focus {
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #333;
  background: #f5f5f5;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle; }
  .counter:hover, .counter:focus:hover {
    background: #ededed;
    color: #855065; }
  @media (max-width: 767px) {
    .counter, .counter:focus {
      display: none; } }

@media (max-width: 767px) {
  #product .counter {
    display: inline-block; } }

.input-group-btn .btn {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sbHolder {
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  height: 40px;
  position: relative;
  width: 100%;
  text-align: left;
  color: #333;
  -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: #ededed; }
  .sbHolder:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
    -moz-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
    box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8); }

.sbSelector {
  display: block;
  height: 100%;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  right: 30px;
  padding: 8px 10px 8px 15px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sbSelector:hover {
    color: inherit; }

.sbToggle {
  display: block;
  height: 100%;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  text-align: center;
  color: inherit;
  font-family: "material-design";
  line-height: 40px;
  font-size: 28px; }
  .sbToggle:before {
    content: "";
    display: block;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .sbToggle:hover {
    color: inherit; }
  .sbToggleOpen:before {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151; }

.sbOptions {
  background-color: #f5f5f5;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  z-index: 1;
  overflow-y: auto;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  outline: 1px solid #dfdfdf; }
  .sbOptions li a {
    display: block;
    padding: 8px 20px 8px 10px;
    color: #333; }
    .sbOptions li a:hover {
      background: #ededed; }

input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 24px; }
  input[type="radio"] + label:before, input[type="radio"] + label:after {
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  input[type="radio"] + label:before {
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #dfdfdf;
    background: #f5f5f5; }
  input[type="radio"] + label:after {
    top: 6px;
    left: 2px;
    width: 12px;
    height: 12px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }

input[type="radio"]:checked + label:after {
  background: #855065; }

.radio-inline {
  margin-right: 5px; }

input[type="checkbox"] + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer; }
  input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px; }
  input[type="checkbox"] + label:before {
    background: #e5e5e5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  input[type="checkbox"] + label:after {
    text-align: center;
    line-height: 14px;
    font-family: "FontAwesome";
    color: #855065; }

input[type="checkbox"]:checked + label:after {
  content: ""; }

input[type="checkbox"][disabled] + label {
  color: #c3c3c3;
  display: none; }

input[type="checkbox"][name="agree"] + label {
  margin-bottom: 12px; }
  input[type="checkbox"][name="agree"] + label:before, input[type="checkbox"][name="agree"] + label:after {
    top: 0; }

#habla_window_div #habla_topbar_div {
  background: #855065 !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;
    float: left; }
    .sf-menu > li + li {
      margin-left: 20px; }

.megamenu {
  padding: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 28px 0 25px; }

.sf-menu {
  list-style: none;
  margin: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative; }

/*================ Menu  ===============*/
.sf-menu li {
  position: relative; }
  .sf-menu li.sfHover > a, .sf-menu li > a:hover, .sf-menu li > a.active {
    color: #fff; }
  .sf-menu li .sfHover > a:before, .sf-menu li > a:hover:before, .sf-menu li a.active:before {
    width: 100%;
    left: 0; }
  .sf-menu li.sf-with-mega {
    position: static; }
.sf-menu > li {
  display: inline-block;
  font: 400 20px/24px "Roboto Condensed", sans-serif; }
  .sf-menu > li > a {
    display: block;
    color: #fff;
    margin-bottom: 32px;
    letter-spacing: 1.2px;
    position: relative; }
    .sf-menu > li > a:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 0;
      left: 50%;
      width: 0;
      height: 1px;
      background: #fff;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
  .sf-menu > li + li {
    margin-left: 33px; }
    .sf-menu > li + li > a {
      margin-left: 44px;
      position: relative; }
      .sf-menu > li + li > a:after {
        position: absolute;
        top: 0;
        left: -44px;
        content: '/';
        display: inline-block; }

/*================ Sub-menu lvl1  ===============*/
.sf-menu .simple_menu {
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 109;
  left: 0;
  top: 100%;
  width: 200px;
  margin-top: -4px;
  padding: 25px;
  background: #2a2a2a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*================ Sub-menu lvl1 item  ===============*/
.sf-menu .simple_menu {
  margin-top: 1px; }
  .sf-menu .simple_menu li {
    position: relative;
    display: block;
    height: auto;
    padding: 0 10px;
    text-align: left; }
    .sf-menu .simple_menu li + li {
      margin-left: 0; }
  .sf-menu .simple_menu a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    position: relative; }
    .sf-menu .simple_menu a:after {
      display: inline-block;
      position: absolute;
      content: '-';
      left: -10px;
      top: 0; }
  .sf-menu .simple_menu li.active > a, .sf-menu .simple_menu a:hover, .sf-menu .simple_menu li.sfHover > a {
    color: #a8a8a8; }

/*================ Sub-menu lvl2 ===============*/
.sf-menu .simple_menu .simple_menu {
  left: 176px;
  top: -25px;
  margin-top: 0; }
  .sf-menu .simple_menu .simple_menu:before {
    display: none; }

.sf-menu .sf-mega {
  color: #fff;
  background: #2a2a2a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  text-align: left;
  left: 0;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  width: 100%;
  z-index: 99;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 90px;
  overflow: hidden; }
  .sf-menu .sf-mega .container, .sf-menu .sf-mega [class*="col-"], .sf-menu .sf-mega .row {
    width: 100%;
    padding: 0;
    margin: 0; }
  .sf-menu .sf-mega .submenu_title {
    margin-bottom: 20px; }
    .sf-menu .sf-mega .submenu_title a {
      display: inline-block;
      font: 700 20px/24px "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      color: #fff;
      margin-left: 0;
      letter-spacing: 2px; }
      .sf-menu .sf-mega .submenu_title a:before {
        display: none; }
  .sf-menu .sf-mega > li {
    display: block;
    padding: 0 10px;
    position: relative;
    padding-top: 41px;
    padding-bottom: 46px;
    margin-left: 0; }
    .sf-menu .sf-mega > li a {
      color: #fff;
      font-size: 14px;
      line-height: 28px;
      text-transform: none;
      letter-spacing: 0;
      position: relative; }
      .sf-menu .sf-mega > li a:hover {
        color: #8e8e8e; }
  .sf-menu .sf-mega ul {
    padding: 0;
    list-style-type: none; }
    .sf-menu .sf-mega ul li:before {
      display: inline-block;
      position: absolute;
      content: '-';
      left: -12px;
      top: 1px; }
  .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 > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:after {
    position: absolute;
    left: 48%;
    top: 100%;
    content: '\f107';
    font: 400 16px/16px 'FontAwesome'; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    content: '\f054';
    font: 400 10px/14px 'FontAwesome'; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; }

  .sf-mega_section {
    width: 100% !important; } }
/*==================  Stuck menu  ======================*/
.stuck-menu {
  width: auto !important; }

.ajax-overlay-open .scroll-fix {
  z-index: 996; }

@media only screen and (min-width: 991px) {
  .scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #f5f5f5;
    padding: 0; } }
@media only screen and (max-width: 991px) {
  .stuck-menu {
    position: static; }
    .stuck-menu + .stuck-menu {
      display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background: #555;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 45px 16px 25px; }
    .rd-mobilemenu_ul a.active {
      background: #666666;
      color: #fff; }
    .rd-mobilemenu_ul a:hover {
      background: #855065;
      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: #555;
        color: #fff; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul {
    list-style-type: none;
    padding-left: 0; }
    .rd-mobilemenu_ul ul a {
      padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #252525;
  color: #666666;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 10000; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 52px;
  right: 96px;
  color: #666666;
  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: #666666;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; }

  .cart {
    right: 40px;
    height: 56px;
    z-index: 10001; }
    .cart > button {
      line-height: 56px; }
      .cart > button .cart-total2 {
        right: 10px;
        top: 11px; }

  header .nav {
    right: 10px;
    z-index: 10001; }
    header .nav > .toggle {
      line-height: 56px; }

  .cart > button, .nav > .toggle {
    color: #666666;
    font-size: 28px; }
    .cart > button:hover, .nav > .toggle:hover {
      color: #855065; } }
@media (max-width: 400px) {
  .rd-mobilepanel_title {
    font-size: 18px; }

  .cart > button, header .nav > .toggle {
    font-size: 22px; } }
/*========================================================
                      Banners
=========================================================*/
.banners > div .banner-box {
  position: relative; }
  .banners > div .banner-box > a {
    display: block; }

.banners > div .s-desc {
  position: absolute;
  top: 0; }

/*========================================================
                   Responsive Banners
=========================================================*/
/*========================================================
                       HTML boxes
=========================================================*/
.box_html.buttons-top {
  position: absolute;
  top: 360px;
  margin-top: 2.1%;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: center; }

.box_html.buttons-top a {
  color: #fff;
  display: block;
  width: 172px;
  height: 172px;
  line-height: 160px;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  float: left;
  position: relative;
  background: #855065; }

.box_html.buttons-top a > div {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -ms-transition: .3s all ease; }

.box_html.buttons-top a > span {
  position: relative;
  display: inline-block;
  line-height: 24px;
  letter-spacing: 1.5px;
  vertical-align: middle;
  text-transform: uppercase; }

.box_html.buttons-top a:hover {
  background: transparent; }

.box_html.buttons-top a:hover > div {
  opacity: 1; }

.box_html.buttons-top .circle-1 {
  margin: 0 30px 20px 300px; }

.box_html.buttons-top .circle-2 {
  background: #8da658;
  width: 370px;
  height: 370px;
  line-height: 364px;
  font-size: 48px;
  margin: 0 0 19px 0; }

.box_html.buttons-top .circle-2 > span {
  line-height: 58px; }

.box_html.buttons-top .circle-3 {
  background: #e55d3b;
  width: 570px;
  height: 570px;
  line-height: 576px;
  font-size: 30px;
  margin: -194px 30px 0 0; }

.box_html.buttons-top .circle-3 > span {
  line-height: 40px;
  letter-spacing: 2.5px; }

.box_html.buttons-top .circle-3 > span span {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 4.5px; }

.box_html.buttons-top .circle-3 > span span + p {
  margin-top: 27px;
  margin-bottom: 0; }

.box_html.buttons-top .circle-4 {
  width: 370px;
  height: 370px;
  line-height: 384px;
  font-size: 30px;
  background: #442f31;
  margin: 0 20px 0 0; }

.box_html.buttons-top .circle-4 > span {
  line-height: 36px;
  letter-spacing: 2.5px; }

.box_html.buttons-top .circle-4 > span span {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 4.5px; }

.box_html.buttons-top .circle-5 {
  background: #ddc7ae;
  width: 272px;
  height: 272px;
  line-height: 282px;
  font-size: 30px;
  margin: -194px 0 0 -93px; }

.box_html.buttons-top .circle-5 > span {
  line-height: 36px;
  letter-spacing: 2.5px; }

.box_html.banner {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 7.8px;
  color: #666;
  padding: 44px 0 58px;
  background: #252525;
  position: relative; }

.box_html.banner span {
  font: 400 72px/86px "Kaushan Script", cursive;
  display: inline-block;
  margin-bottom: 23px;
  line-height: 72px;
  letter-spacing: .4px;
  text-transform: none;
  color: #656565; }

.box_html.banner:after {
  color: #fff;
  content: "\f0d8";
  display: inline-block;
  font: 400 45px/45px "FontAwesome";
  width: 26px;
  height: 14px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -13px;
  bottom: 16px; }

@-moz-document url-prefix() {
  .box_html.buttons-top a > div {
    mix-blend-mode: overlay;
    background: #fff; } }
@media all and (min-width: 0px) {
  .box_html.buttons-top a > div {
    mix-blend-mode: overlay;
    background: #fff; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box_html.buttons-top a > div {
    mix-blend-mode: normal !important;
    background: rgba(255, 255, 255, 0.2) !important; } }
.ie .box_html.buttons-top a > div, .ie8 .box_html.buttons-top a > div, .ie9 .box_html.buttons-top a > div {
  mix-blend-mode: normal !important;
  background: rgba(255, 255, 255, 0.2) !important; }

::i-block-chrome, .box_html.buttons-top a > div {
  mix-blend-mode: normal !important;
  background: rgba(255, 255, 255, 0.2) !important; }

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (min-width: 1600px) and (max-width: 2049px) {
  .box_html.buttons-top .box-circle {
    display: inline-block; }

  .box_html.buttons-top .box-circle .circle-1,
  .box_html.buttons-top .box-circle .circle-2,
  .box_html.buttons-top .box-circle .circle-3,
  .box_html.buttons-top .box-circle .circle-4,
  .box_html.buttons-top .box-circle .circle-5 {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 14px; }

  .box_html.buttons-top .box-circle .circle-1 > span,
  .box_html.buttons-top .box-circle .circle-2 > span,
  .box_html.buttons-top .box-circle .circle-3 > span,
  .box_html.buttons-top .box-circle .circle-4 > span,
  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 17px; }

  .box_html.buttons-top .box-circle .circle-2 {
    width: 259px;
    height: 259px;
    line-height: 259px;
    font-size: 34px; }

  .box_html.buttons-top .box-circle .circle-2 > span {
    line-height: 35px; }

  .box_html.buttons-top .box-circle .circle-3 {
    width: 399px;
    height: 399px;
    line-height: 399px;
    font-size: 21px;
    clear: left;
    margin-top: -184px; }

  .box_html.buttons-top .box-circle .circle-3 > span {
    line-height: 28px; }

  .box_html.buttons-top .box-circle .circle-3 > span span {
    font-size: 34px;
    line-height: 34px; }

  .box_html.buttons-top .box-circle .circle-3 > span span + p {
    margin-top: 14px; }

  .box_html.buttons-top .box-circle .circle-4 {
    width: 259px;
    height: 259px;
    line-height: 259px;
    font-size: 21px;
    margin-left: -10px; }

  .box_html.buttons-top .box-circle .circle-4 > span {
    line-height: 25px; }

  .box_html.buttons-top .box-circle .circle-5 {
    width: 190px;
    height: 190px;
    line-height: 190px;
    font-size: 21px;
    margin: -80px 0 0 -20px; }

  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 25px; } }
@media (min-width: 1300px) and (max-width: 1599px) {
  .box_html.buttons-top .box-circle {
    display: inline-block; }

  .box_html.buttons-top .box-circle .circle-1,
  .box_html.buttons-top .box-circle .circle-2,
  .box_html.buttons-top .box-circle .circle-3,
  .box_html.buttons-top .box-circle .circle-4,
  .box_html.buttons-top .box-circle .circle-5 {
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 14px; }

  .box_html.buttons-top .box-circle .circle-1 > span,
  .box_html.buttons-top .box-circle .circle-2 > span,
  .box_html.buttons-top .box-circle .circle-3 > span,
  .box_html.buttons-top .box-circle .circle-4 > span,
  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 17px; }

  .box_html.buttons-top .box-circle .circle-1 {
    margin: 0 8px 16px 130px; }

  .box_html.buttons-top .box-circle .circle-2 {
    width: 186px;
    height: 186px;
    line-height: 186px;
    font-size: 22px;
    margin: 0 0 6px; }

  .box_html.buttons-top .box-circle .circle-2 > span {
    line-height: 22px; }

  .box_html.buttons-top .box-circle .circle-3 {
    width: 255px;
    height: 255px;
    line-height: 255px;
    font-size: 16px;
    clear: left;
    margin: -85px 16px 0 0; }

  .box_html.buttons-top .box-circle .circle-3 > span {
    line-height: 22px;
    letter-spacing: 2px; }

  .box_html.buttons-top .box-circle .circle-3 > span span {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: 2px; }

  .box_html.buttons-top .box-circle .circle-3 > span span + p {
    margin-top: 11px; }

  .box_html.buttons-top .box-circle .circle-4 {
    width: 166px;
    height: 166px;
    line-height: 166px;
    font-size: 16px;
    margin: 5px 16px 0 0; }

  .box_html.buttons-top .box-circle .circle-4 > span {
    line-height: 20px; }

  .box_html.buttons-top .box-circle .circle-4 > span span {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 24px; }

  .box_html.buttons-top .box-circle .circle-5 {
    width: 152px;
    height: 152px;
    line-height: 152px;
    font-size: 17px;
    margin: -90px 0 0 -35px; }

  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 17px; } }
@media (min-width: 1200px) and (max-width: 1299px) {
  .box_html.buttons-top .box-circle {
    display: inline-block; }

  .box_html.buttons-top .box-circle .circle-1,
  .box_html.buttons-top .box-circle .circle-2,
  .box_html.buttons-top .box-circle .circle-3,
  .box_html.buttons-top .box-circle .circle-4,
  .box_html.buttons-top .box-circle .circle-5 {
    width: 77px;
    height: 77px;
    line-height: 77px;
    font-size: 14px; }

  .box_html.buttons-top .box-circle .circle-1 > span,
  .box_html.buttons-top .box-circle .circle-2 > span,
  .box_html.buttons-top .box-circle .circle-3 > span,
  .box_html.buttons-top .box-circle .circle-4 > span,
  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 16px; }

  .box_html.buttons-top .box-circle .circle-1 {
    margin: 0 6px 13px 104px; }

  .box_html.buttons-top .box-circle .circle-2 {
    width: 149px;
    height: 149px;
    line-height: 149px;
    font-size: 18px;
    margin: 0 0 5px; }

  .box_html.buttons-top .box-circle .circle-2 > span {
    line-height: 18px; }

  .box_html.buttons-top .box-circle .circle-3 {
    width: 204px;
    height: 204px;
    line-height: 204px;
    font-size: 13px;
    margin: -58px 13px 0 0;
    clear: left; }

  .box_html.buttons-top .box-circle .circle-3 > span {
    line-height: 18px;
    letter-spacing: 1px; }

  .box_html.buttons-top .box-circle .circle-3 > span span {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px; }

  .box_html.buttons-top .box-circle .circle-3 > span span + p {
    margin-top: 9px; }

  .box_html.buttons-top .box-circle .circle-4 {
    width: 133px;
    height: 133px;
    line-height: 133px;
    font-size: 13px;
    margin: 4px 13px 0 0; }

  .box_html.buttons-top .box-circle .circle-4 > span {
    line-height: 19px; }

  .box_html.buttons-top .box-circle .circle-4 > span span {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 19px; }

  .box_html.buttons-top .box-circle .circle-5 {
    width: 121px;
    height: 121px;
    line-height: 121px;
    font-size: 14px;
    margin: -72px 0 0 -28px; }

  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 14px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .box_html.buttons-top {
    top: 280px;
    margin-top: 0; }

  .box_html.buttons-top .box-circle {
    display: inline-block; }

  .box_html.buttons-top .box-circle .circle-1,
  .box_html.buttons-top .box-circle .circle-2,
  .box_html.buttons-top .box-circle .circle-3,
  .box_html.buttons-top .box-circle .circle-4,
  .box_html.buttons-top .box-circle .circle-5 {
    width: 77px;
    height: 77px;
    line-height: 77px;
    font-size: 14px; }

  .box_html.buttons-top .box-circle .circle-1 > span,
  .box_html.buttons-top .box-circle .circle-2 > span,
  .box_html.buttons-top .box-circle .circle-3 > span,
  .box_html.buttons-top .box-circle .circle-4 > span,
  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 16px;
    letter-spacing: 1px; }

  .box_html.buttons-top .box-circle .circle-1 {
    margin: 0 6px 13px 104px; }

  .box_html.buttons-top .box-circle .circle-2 {
    width: 149px;
    height: 149px;
    line-height: 149px;
    font-size: 18px;
    margin: 0 0 5px; }

  .box_html.buttons-top .box-circle .circle-2 > span {
    line-height: 18px; }

  .box_html.buttons-top .box-circle .circle-3 {
    width: 204px;
    height: 204px;
    line-height: 204px;
    font-size: 13px;
    margin: -65px 13px 0 0;
    clear: left; }

  .box_html.buttons-top .box-circle .circle-3 > span {
    line-height: 18px;
    letter-spacing: 1px; }

  .box_html.buttons-top .box-circle .circle-3 > span span {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px; }

  .box_html.buttons-top .box-circle .circle-3 > span span + p {
    margin-top: 9px; }

  .box_html.buttons-top .box-circle .circle-4 {
    width: 133px;
    height: 133px;
    line-height: 133px;
    font-size: 13px;
    margin: 4px 13px 0 0; }

  .box_html.buttons-top .box-circle .circle-4 > span {
    line-height: 19px; }

  .box_html.buttons-top .box-circle .circle-4 > span span {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 19px; }

  .box_html.buttons-top .box-circle .circle-5 {
    width: 121px;
    height: 121px;
    line-height: 121px;
    font-size: 14px;
    margin: -72px 0 0 -28px; }

  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 14px; }

  .box_html.banner {
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 19px;
    padding: 35px 0 46px; }

  .box_html.banner span {
    font-size: 58px;
    line-height: 58px;
    margin-bottom: 14px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box_html.buttons-top {
    margin-top: 0;
    top: auto;
    bottom: 31%; }

  .box_html.buttons-top .circle-1, .box_html.buttons-top .circle-2, .box_html.buttons-top .circle-3, .box_html.buttons-top .circle-4, .box_html.buttons-top .circle-5 {
    font-size: 16px;
    height: 136px;
    line-height: 136px;
    width: 136px;
    margin: 0; }

  .box_html.buttons-top .circle-1 span, .box_html.buttons-top .circle-2 span, .box_html.buttons-top .circle-3 span, .box_html.buttons-top .circle-4 span, .box_html.buttons-top .circle-5 span {
    line-height: 19px;
    letter-spacing: .5px; }

  .box_html.buttons-top .circle-1 span span, .box_html.buttons-top .circle-2 span span, .box_html.buttons-top .circle-3 span span, .box_html.buttons-top .circle-4 span span, .box_html.buttons-top .circle-5 span span {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .5px; }

  .box_html.buttons-top .circle-3 {
    font-size: 11px; }

  .box_html.buttons-top .circle-3 span {
    line-height: 14px; }

  .box_html.buttons-top .circle-3 span span + p {
    margin: 5px 0 0; }

  .box_html.buttons-top .circle-2, .box_html.buttons-top .circle-3, .box_html.buttons-top .circle-4, .box_html.buttons-top .circle-5 {
    margin-left: 10px; }

  .box_html.banner {
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 15px;
    padding: 28px 0 37px; }

  .box_html.banner span {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 11px; } }
@media (max-width: 767px) {
  .box_html.buttons-top {
    position: relative;
    top: auto;
    margin-top: 0; }

  .box_html.buttons-top {
    background: #1e1e1e;
    padding-top: 20px;
    padding-bottom: 20px; }

  .box_html.buttons-top a:hover > div {
    mix-blend-mode: normal;
    background: none;
    opacity: 0; }

  .box_html.buttons-top a.circle-1, .box_html.buttons-top a.circle-2, .box_html.buttons-top a.circle-3, .box_html.buttons-top a.circle-4, .box_html.buttons-top a.circle-5 {
    margin: 5px;
    float: none;
    display: inline-block;
    font-size: 20px;
    width: 190px;
    height: 190px;
    line-height: 190px; }

  .box_html.buttons-top a.circle-1 > span, .box_html.buttons-top a.circle-2 > span, .box_html.buttons-top a.circle-3 > span, .box_html.buttons-top a.circle-4 > span, .box_html.buttons-top a.circle-5 > span {
    line-height: 24px;
    letter-spacing: 1px; }

  .box_html.buttons-top a.circle-1 > span span, .box_html.buttons-top a.circle-2 > span span, .box_html.buttons-top a.circle-3 > span span, .box_html.buttons-top a.circle-4 > span span, .box_html.buttons-top a.circle-5 > span span {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px; }

  .box_html.buttons-top a.circle-3 > span {
    font-size: 14px;
    line-height: 16px; }

  .box_html.buttons-top a.circle-3 > span span + p {
    margin: 5px 0 0; }

  .box_html.buttons-top a.circle-1:hover {
    background: #855065; }

  .box_html.buttons-top a.circle-2:hover {
    background: #8da658; }

  .box_html.buttons-top a.circle-3:hover {
    background: #e55d3b; }

  .box_html.buttons-top a.circle-4:hover {
    background: #442f31; }

  .box_html.buttons-top a.circle-5:hover {
    background: #ddc7ae; }

  .box_html.banner {
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 15px;
    padding: 28px 0 37px; }

  .box_html.banner span {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 11px; } }
@media (max-width: 767px) {
  .box_html.banner {
    padding: 22px 0 29px; }

  .box_html.banner span {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px; } }
.owl-carousel {
  position: relative;
  direction: ltr !important;
  margin: 0 -15px;
  width: auto; }
  .owl-carousel .owl-item {
    padding: 0 15px;
    width: auto; }

.owl-carousel .owl-buttons div {
  opacity: 0;
  color: #c9c9c9;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease;
  font-size: 40px;
  margin: -20px 0 0; }
  .owl-carousel .owl-buttons div:hover {
    color: #333; }
.owl-carousel .owl-buttons .owl-prev {
  left: -50px; }
.owl-carousel .owl-buttons .owl-next {
  right: -50px; }
.owl-carousel:hover .owl-buttons div {
  opacity: 0.7; }
.owl-carousel:hover .owl-buttons .owl-prev {
  left: 10px; }
.owl-carousel:hover .owl-buttons .owl-next {
  right: 10px; }
@media (max-width: 767px) {
  .owl-carousel .owl-buttons div {
    opacity: .7; }
  .owl-carousel .owl-buttons .owl-prev {
    left: 10px; }
  .owl-carousel .owl-buttons .owl-next {
    right: 10px; } }

.testimonials.owl-carousel .owl-buttons {
  margin-top: 30px; }
  .testimonials.owl-carousel .owl-buttons div {
    opacity: 1;
    position: static;
    display: inline-block;
    margin: 0 5px; }

.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); }

/*========================================================
                      Blog Styles
=========================================================*/
.blog_article {
  margin-bottom: 40px; }
  .blog_article .btn {
    margin-top: 30px; }
  .blog_article + .blog_article {
    padding-top: 40px;
    border-top: 1px solid #dfdfdf; }

.article-info .article-sub-title {
  text-align: center; }
.article-info .btn {
  margin-top: 15px; }

.article-image {
  text-align: center; }

.simple_blog-article-view h1:after {
  margin-bottom: 15px; }

.article-title {
  font-size: 24px;
  font-weight: 500;
  color: #855065;
  text-transform: uppercase; }
  .article-title > a {
    display: inline; }
  .article-title a:hover {
    color: #333; }
  .article-title + * {
    margin-top: 20px; }

* + .article-description {
  margin-top: 30px; }

.article-sub-title {
  font-size: 14px;
  color: #333;
  font-weight: 400; }
  .article-sub-title span:before {
    font-size: 18px;
    font-family: "material-design";
    color: #855065;
    line-height: inherit;
    margin-right: 5px;
    vertical-align: bottom; }
  .article-sub-title span + span {
    margin-left: 20px; }
  .article-sub-title + * {
    margin-top: 30px; }

.article-description ul, .article-description ol {
  padding-left: 0;
  list-style-type: none;
  margin: 35px 0 45px; }
  .article-description ul li, .article-description ol li {
    position: relative;
    color: #855065;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 50px; }
    .article-description ul li:before, .article-description ol li:before {
      position: absolute;
      left: 0;
      top: 0; }
    .article-description ul li + li, .article-description ol li + li {
      margin-top: 16px; }
.article-description ul li:before {
  content: '\e18e';
  font-size: 28px;
  font-family: "material-design"; }
.article-description ol {
  counter-reset: list; }
  .article-description ol li {
    counter-increment: list; }
    .article-description ol li:before {
      content: counter(list,decimal-leading-zero) ".";
      color: #333;
      font-size: 16px;
      font-weight: 700; }
.article-description + * {
  margin-top: 20px; }

.related-article h4 {
  text-transform: uppercase;
  color: #855065; }
  .related-article h4 a:hover {
    color: #333; }
.related-article .article-sub-title {
  text-align: left; }
.related-article .article-sub-title span + span {
  margin-left: 5px; }
.related-article .row + .row {
  margin-top: 30px; }
.related-article .image {
  margin-top: 5px; }

.author-info .image {
  float: left;
  margin: 5px 30px 10px 0; }

.article-comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf; }
  .article-comment .author {
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px; }
  .article-comment .reply-message {
    float: right;
    text-transform: uppercase;
    color: #855065; }
    .article-comment .reply-message a:hover {
      color: #333; }
  .article-comment .comment-date {
    clear: both;
    color: #333;
    text-transform: uppercase; }
    .article-comment .comment-date:before {
      content: '\e053';
      font-size: 15px;
      color: #855065;
      font-family: "material-design";
      margin-right: 5px; }
  .article-comment .text {
    margin-top: 15px; }
  .article-comment .article-reply {
    margin: 30px 0 0 60px; }

.reply-cancel {
  font-size: 16px;
  color: #855065;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform: uppercase;
  margin-top: 10px; }
  .reply-cancel:hover {
    color: #333; }

#review-title {
  clear: both; }

aside .blog_articles .article-title {
  font-size: 16px; }
aside .blog_articles .col-sm-4 + .col-sm-4 {
  margin-top: 30px; }
aside .blog_articles * + .article-description {
  margin-top: 15px; }
aside .blog-categories .box-heading {
  margin-bottom: 0; }
aside .blog-categories ul > li {
  position: relative; }
  aside .blog-categories ul > li > i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    font-size: 20px; }
    aside .blog-categories ul > li > i:hover {
      color: #855065; }
  aside .blog-categories ul > li > a {
    background: #f5f5f5;
    display: block;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 10px 10px 20px; }
    aside .blog-categories ul > li > a:hover {
      background: #ededed; }
  aside .blog-categories ul > li + li {
    border-top: 1px solid #dfdfdf; }
aside .blog-categories ul ul {
  display: none;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #dfdfdf; }
  aside .blog-categories ul ul a {
    padding-left: 40px; }
aside #blog-search {
  margin: 15px 0 0;
  position: relative; }
  aside #blog-search input {
    padding-right: 35px; }
  aside #blog-search a {
    display: inline-block;
    position: absolute;
    right: 10px;
    font-size: 16px;
    line-height: 40px;
    top: 0;
    color: #333;
    font-family: "FontAwesome";
    background: none; }
    aside #blog-search a:before {
      content: '\f002'; }
    aside #blog-search a:hover {
      color: #855065; }

.simple_blog-article-view .product_tabs .nav-tabs {
  width: 25%; }
.simple_blog-article-view .product_tabs .tab-content {
  width: 75%; }

/*========================================================
                   Blog Styles Responsive
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .article-sub-title span + span {
    margin-left: 5px; } }
@media (max-width: 991px) {
  .article-image {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
    width: 100%; } }
@media (max-width: 600px) {
  .reply-cancel {
    float: none;
    display: block; } }
@media (max-width: 479px) {
  .article-sub-title span {
    display: block; }
    .article-sub-title span + span {
      margin: 10px 0 0; } }
/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.0.0
*/
/*====================== Parallax =========================*/
::i-block-chrome, .rd-parallax > div {
  background-attachment: scroll !important; }

.rd-parallax-inner {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  height: 508px; }
  .rd-parallax-inner > div {
    padding: 110px 0 127px;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase; }
    .rd-parallax-inner > div a {
      display: inline-block;
      max-width: 100%;
      width: 271px;
      height: 271px;
      line-height: 260px;
      letter-spacing: 4px;
      color: #fff;
      background: #855065;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .rd-parallax-inner > div a:hover {
        background: rgba(133, 80, 101, 0.4); }
      .rd-parallax-inner > div a span {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
    .rd-parallax-inner > div .circle-1 {
      background: #8da658; }
    .rd-parallax-inner > div .circle-1:hover {
      background: rgba(141, 166, 88, 0.2); }
    .rd-parallax-inner > div .circle-3 {
      background: #e55d3b; }
    .rd-parallax-inner > div .circle-3:hover {
      background: rgba(229, 93, 59, 0.2); }
    .rd-parallax-inner > div .circle-4 {
      color: #2b2b2b;
      background: #ddc7ae; }
    .rd-parallax-inner > div .circle-4:hover {
      background: rgba(221, 199, 174, 0.2); }
    .rd-parallax-inner > div .circle-4:hover span {
      color: #fff; }
.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-backface-visibility: hidden; }
  .rd-parallax-layer[data-type="media"] iframe {
    width: 100%;
    height: 100%; }
.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
.rd-parallax-layer[data-type="html"] {
  position: relative; }

@media (min-width: 992px) and (max-width: 1199px) {
  .rd-parallax-inner > div {
    font-size: 24px;
    padding: 80px 0 80px; }
    .rd-parallax-inner > div a {
      width: 213px;
      height: 213px;
      line-height: 213px;
      letter-spacing: 3px; }
      .rd-parallax-inner > div a span {
        line-height: 32px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .rd-parallax-inner > div {
    font-size: 16px;
    padding: 70px 0 81px; }
    .rd-parallax-inner > div a {
      width: 158px;
      height: 158px;
      line-height: 158px; }
      .rd-parallax-inner > div a span {
        line-height: 20px;
        letter-spacing: 1px; } }
@media (max-width: 767px) {
  .rd-parallax-inner > div {
    padding: 15px 0;
    font-size: 24px; }
    .rd-parallax-inner > div a {
      width: 158px;
      height: 158px;
      line-height: 158px; }
      .rd-parallax-inner > div a span {
        line-height: 20px;
        letter-spacing: 1px; }
    .rd-parallax-inner > div .col-sm-3 {
      display: inline-block; }
    .rd-parallax-inner > div .col-sm-3 a {
      height: 225px;
      line-height: 225px;
      width: 225px;
      margin: 15px 0; }
    .rd-parallax-inner > div .col-sm-3 a span {
      line-height: 32px; } }
@media (max-width: 550px) {
  .rd-parallax-inner {
    height: 340px; }
    .rd-parallax-inner > div .col-sm-3 {
      width: 50%;
      float: left; }
      .rd-parallax-inner > div .col-sm-3 a {
        height: 125px;
        font-size: 16px;
        line-height: 125px;
        width: 125px; }
        .rd-parallax-inner > div .col-sm-3 a span {
          font-size: 16px;
          line-height: 19px; } }
/*========================================================
                    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, input, button, select, textarea {
  font-size: 14px;
  color: #3e3e3e; }

@media (min-width: 768px) and (max-width: 991px) {
  label, input, button, select, textarea {
    font-size: 10px; } }
label {
  font-weight: bold;
  cursor: default; }

textarea {
  resize: none; }

blockquote {
  font-size: inherit;
  line-height: inherit; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px; }

input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus {
  outline: none; }

.bootstrap-datetimepicker-widget {
  z-index: 999 !important; }

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
  background-color: transparent; }

.bootstrap-datetimepicker-widget .timepicker {
  margin-top: 5px; }

.bootstrap-datetimepicker-widget .timepicker td > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px 0; }

.bootstrap-datetimepicker-widget .timepicker td > span:hover {
  color: #d3d1d1; }

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #d3d1d1;
  color: #fff;
  cursor: inherit; }

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 1000002; }

.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30;
  color: #fff;
  border-radius: 0; }

.alert i {
  font-size: 21px;
  margin-right: 5px; }

.alert a {
  text-decoration: underline; }

.alert a:hover {
  text-decoration: none;
  color: #fff; }

.alert button.close {
  color: #fff; }

.alert button.close:hover, .alert button.close:focus {
  opacity: 1;
  color: #fff; }

.alert-success {
  background-color: #55C65E;
  border: 1px solid #48B151; }

.alert-success a {
  color: #feea3a; }

.alert-success a:visited {
  color: #feea3a; }

.alert-success a:hover, .alert-success a:focus, .alert-success a:active {
  color: #feed53; }

.alert-danger {
  background-color: #F3515C;
  border-color: #D4323D; }

.alert-info {
  background-color: #FE9126;
  border-color: #E4752B; }

.alert-warning {
  background-color: #EC710D;
  border-color: #D45634; }

.pagination {
  margin: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  background: #252525;
  border: none; }

.pagination > li > a, .pagination > li > span {
  color: #fff;
  background: #d3d1d1;
  border: none;
  margin-left: 1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 1; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #fff;
  background: #252525;
  border: none; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none; }

.buttons.clearfix {
  margin: 30px 0; }

.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #323232 !important;
  font-size: 13px;
  background-color: #F9F9F9; }

.table th,
.table td {
  padding: 20px;
  border-color: #D7D7D7;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: none; }

.table .btn {
  margin: 2px; }

.block-compare .table th, .block-compare .table td {
  padding: 7px; }

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0; }

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #ddd; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none; }

.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 > tbody + tbody {
  border-top: none; }

.panel strong {
  color: #000; }

.panel-default {
  border: none; }

.panel-body {
  background: #f9f9f9; }

.panel-heading {
  padding: 20px; }

a.addthis_button_tweet {
  width: 85px !important; }

.addthis_button_facebook_like {
  line-height: 20px; }

html[lang="de"] a.addthis_button_tweet {
  width: 97px !important; }

html[lang="ru"] a.addthis_button_tweet {
  width: 101px !important; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8; }

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1; }

.text-danger {
  color: #F00; }

.has-error * + .text-danger {
  margin-top: 5px; }

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px; }

/*================== tooltip ==================*/
.tooltip {
  z-index: 10000;
  opacity: 1 !important; }

.tooltip-inner {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 8px 12px 7px;
  background-color: #252525;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.tooltip.top .tooltip-arrow {
  border-top-color: #252525; }

.tooltip.top-left .tooltip-arrow {
  border-top-color: #252525; }

.tooltip.top-right .tooltip-arrow {
  border-top-color: #252525; }

.tooltip.right .tooltip-arrow {
  border-right-color: #252525; }

.tooltip.left .tooltip-arrow {
  border-left-color: #252525; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #252525;
  border-width: 15px;
  border-top-width: 0;
  margin: -2px 0 0 -14px; }

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #252525; }

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #252525; }

/*=============================================*/
.product-image .polaroid .magnificent-area {
  z-index: 2 !important; }

.product-image .polaroid .magnificent-viewport {
  z-index: 1 !important; }

.btn-block .counter:after, .btn-block .counter:before {
  color: #777; }
.btn-block .counter:hover:after, .btn-block .counter:hover:before {
  color: #555; }

/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 14px/20px "Roboto Condensed", sans-serif;
  color: #696969;
  background: #2b2b2b; }

h1, h2, h3, h4, h5, h6 {
  color: #252525;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase; }

/* Override the bootstrap defaults */
h1 {
  font-size: 30px;
  letter-spacing: 6px; }

h2 {
  font-size: 28px;
  letter-spacing: 6px; }

h3 {
  font-size: 26px;
  letter-spacing: 6px; }

h4 {
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 3px; }

h5 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px; }

h6 {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 1px; }

.header_modules {
  overflow: hidden; }

.green {
  color: green; }

a {
  font: inherit;
  color: #252525;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

a:active {
  background-color: transparent; }

a:visited, a:focus {
  color: #252525;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #8b8b8b; }

p a:hover {
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

legend {
  font-size: 18px;
  padding: 7px 0 15px; }

label {
  font-size: 14px;
  font-weight: 400; }

.input-group .input-group-addon {
  height: 30px; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: 600; }

td .price, .price b, .tx-price {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #252525; }

.price s {
  font-size: 16px; }

.fa {
  line-height: inherit; }

table tbody tr th {
  color: #000; }

/*========================================================
                      Header styles
=========================================================*/
.header {
  color: #fff;
  line-height: 0;
  background: #383838;
  margin-bottom: 30px; }

.header .top-menu {
  background: #252525;
  padding: 22px 0 23px; }

.header .top-menu .pull-right {
  margin-right: 76px; }

.header .header-logo {
  text-align: center; }

.header .header-logo .logo {
  float: none;
  position: relative;
  margin-top: 20px;
  margin-bottom: 9px; }

.header .header-logo .logo a {
  display: inline-block;
  max-width: 100%; }

.header .btn-group {
  vertical-align: top; }

.header .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.header .dropdown-menu {
  position: absolute;
  color: #161616;
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  font-size: 15px;
  line-height: 18px;
  min-width: 167px;
  padding: 12px 15px 27px 15px;
  margin-top: 10px; }

.header .dropdown-menu > li {
  padding: 5px 0; }

.header .dropdown-menu > li a {
  display: inline-block;
  color: #161616;
  padding: 0; }

.header .dropdown-menu > li > button:hover,
.header .dropdown-menu > li > a:hover {
  color: #c4c4c4;
  background: none;
  text-decoration: none; }

.common-home .header {
  margin-bottom: 0;
  background: none; }

.common-home .header-logo {
  height: 360px; }

.header_modules {
  margin-top: -360px;
  position: relative;
  margin-bottom: 53px; }

/*================   Top Links style   ===============*/
.nav {
  float: left;
  display: inline-block;
  margin: 8px 0 0 0; }

.nav > ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px; }

.nav > ul > li {
  position: relative; }

.nav > ul > li + li {
  padding: 0 0 0 19px;
  margin: 0 0 0 15px; }

.nav > ul > li + li:after {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  border-left: 1px solid #4b4b4b;
  height: 12px;
  width: 1px; }

.nav > ul > li a {
  color: #565656;
  position: relative;
  text-decoration: none !important; }

.nav > ul > li a:visited {
  color: #565656; }

.nav > ul > li a:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #252525;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.nav > ul > li a i {
  display: none; }

.nav > ul > li a:hover, .nav > ul > li a:focus, .nav > ul > li a:active {
  color: #fff; }

.nav > ul > li a:hover:before, .nav > ul > li a:focus:before, .nav > ul > li a:active:before {
  width: 100%;
  left: 0;
  background: #fff; }

.nav > ul > li ul li a:before {
  display: none; }

.nav > ul > li.open > a {
  color: #fff;
  text-decoration: underline; }

.nav > ul > li.open > a:hover, .nav > ul > li.open > a:focus, .nav > ul > li.open > a:active {
  text-decoration: underline; }

/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
  box-shadow: none; }

.box-language,
.box-currency {
  float: right;
  margin: 8px 0 5px 29px; }

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: inline-block;
  font: 400 14px/16px "Roboto Condensed", sans-serif;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.box-language .dropdown-toggle:after,
.box-currency .dropdown-toggle:after {
  display: inline-block;
  content: '\f107';
  color: #fff;
  vertical-align: top;
  font: 400 14px/14px "FontAwesome";
  height: 16px;
  margin-left: 6px; }

.box-language .dropdown-toggle:hover, .box-language .dropdown-toggle:active, .box-language .dropdown-toggle:focus,
.box-currency .dropdown-toggle:hover,
.box-currency .dropdown-toggle:active,
.box-currency .dropdown-toggle:focus {
  color: #565656; }

.box-language .btn-group.open,
.box-currency .btn-group.open {
  color: #565656; }

.box-language .btn-group.open .dropdown-toggle:after,
.box-currency .btn-group.open .dropdown-toggle:after {
  content: '\f106'; }

.box-currency {
  margin-left: 37px; }

.box-currency .dropdown-menu,
.box-language .dropdown-menu {
  position: absolute;
  top: 100%;
  margin-top: 11px;
  left: auto;
  right: 0;
  border: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.box-currency .dropdown-menu li,
.box-language .dropdown-menu li {
  width: 100%;
  display: block;
  padding: 4px 0; }

.box-currency .dropdown-menu li a, .box-currency .dropdown-menu li button,
.box-language .dropdown-menu li a,
.box-language .dropdown-menu li button {
  text-align: left;
  display: inline-block;
  font: 400 15px/18px "Roboto Condensed", sans-serif;
  padding: 0;
  color: #161616;
  text-transform: lowercase; }

.box-currency .dropdown-menu li a:hover, .box-currency .dropdown-menu li a:active, .box-currency .dropdown-menu li a:focus, .box-currency .dropdown-menu li button:hover, .box-currency .dropdown-menu li button:active, .box-currency .dropdown-menu li button:focus,
.box-language .dropdown-menu li a:hover,
.box-language .dropdown-menu li a:active,
.box-language .dropdown-menu li a:focus,
.box-language .dropdown-menu li button:hover,
.box-language .dropdown-menu li button:active,
.box-language .dropdown-menu li button:focus {
  color: #c4c4c4;
  background: none; }

.box-currency .dropdown-menu li a img, .box-currency .dropdown-menu li button img,
.box-language .dropdown-menu li a img,
.box-language .dropdown-menu li button img {
  display: inline-block;
  margin: 0 5px 0 0; }

/**********  Swipe menu ******************/
.toprow-1 {
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000001;
  display: none;
  background: #101010;
  border-bottom: 1px solid #2a2a2a; }

.swipe-control {
  border-right: 1px solid #2a2a2a;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  font-weight: 600;
  width: 64px;
  z-index: 100; }

.swipe-control i {
  line-height: 50px;
  font-size: 30px;
  vertical-align: top;
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.swipe-control:hover i, .swipe-control.active i {
  color: #fff; }

.swipe {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 237px;
  z-index: 101;
  bottom: 0;
  left: -237px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.swipe .swipe-menu {
  height: 100%;
  overflow-y: auto;
  font-weight: bold; }

.swipe ul {
  padding: 0;
  margin: 0; }

.swipe ul li {
  list-style-type: none; }

.swipe ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  border-top: 1px solid #2a2a2a;
  font-size: 14px;
  line-height: 24px;
  background: #101010; }

.swipe ul li a i, .swipe ul li a:before {
  font-size: 20px;
  color: #fff;
  margin-right: 9px;
  vertical-align: top;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.swipe ul li a:hover {
  background-color: #1d1d1d;
  color: #fff; }

.swipe ul li a:hover i, .swipe ul li a:hover:before {
  color: #fff; }

.swipe .foot li a:before {
  content: "\f05a";
  font-family: "FontAwesome";
  display: inline-block; }

.ind .swipe {
  display: block;
  left: 0; }

.ind #page {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 88; }

.ind .shadow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999; }

.swipe .foot li + li a:before {
  content: "\f0d1"; }

.swipe .foot li + li + li a:before {
  content: "\f06a"; }

.swipe .foot li + li + li + li a:before {
  content: "\f085"; }

.swipe .foot.foot-1 li a:before {
  content: "\f0ac"; }

.swipe .foot.foot-1 li + li a:before {
  content: "\f079"; }

.swipe .foot.foot-1 li + li + li a:before {
  content: "\f0e8"; }

.swipe .foot.foot-2 li a:before {
  content: "\f02c"; }

.swipe .foot.foot-2 li + li a:before {
  content: "\f06b"; }

.swipe .foot.foot-2 li + li + li a:before {
  content: "\f0c0"; }

.swipe .foot.foot-2 li + li + li + li a:before {
  content: "\f0a3"; }

.swipe .foot.foot-3 li a:before {
  content: "\f0cb"; }

.swipe .foot.foot-3 li + li a:before {
  content: "\f003"; }

@media (max-width: 767px) {
  .toprow-1 {
    display: block;
    height: 50px;
    line-height: 50px; } }
/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 1200px) {
  header {
    padding-bottom: 20px; }

  .common-home header {
    padding-bottom: 0; } }
@media (min-width: 768px) {
  .common-home .header .header-logo {
    position: relative;
    z-index: 3; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .nav > ul > li + li {
    margin-left: 10px;
    padding-left: 14px; }

  .header .header-logo .logo {
    margin-bottom: 0;
    margin-top: 0; }

  .header .header-logo .logo a {
    max-width: 50%; }

  .common-home .header-logo {
    height: 280px; }

  .header_modules {
    margin-top: -280px;
    margin-bottom: 40px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box-language, .box-currency {
    margin-left: 15px; }

  .header .top-menu .pull-right {
    margin-right: 0; }

  .nav > ul > li + li {
    margin-left: 5px;
    padding-left: 9px; }

  .header .header-logo .logo {
    margin-top: 0;
    text-align: center; }

  .header .header-logo .logo a {
    max-width: 50%; }

  .common-home .header-logo {
    height: 280px; }

  .header_modules {
    margin-top: -280px;
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .nav {
    display: none; }

  .box-language, .box-currency {
    margin-bottom: 11px; }

  .header {
    background: #2a2a2a; }

  .header .top-menu {
    padding: 15px 0; }

  .header .top-menu .pull-right {
    margin-right: 15px; }

  .header .header-logo .logo {
    margin: 15px 0; }

  .header_modules {
    margin-bottom: 40px; }

  .common-home .header {
    background: #2a2a2a; }

  .common-home .header-logo {
    height: auto; } }
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden; }

/*==================  Marked List  ======================*/
.box.account ul,
.box.affilate ul {
  padding: 0;
  list-style-type: none; }

.box.account ul a,
.box.affilate ul a {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  font-size: 14px;
  line-height: 16px;
  color: #252525;
  vertical-align: top;
  text-transform: uppercase; }

.box.account ul a:visited,
.box.affilate ul a:visited {
  color: #252525; }

.box.account ul a:hover, .box.account ul a:focus, .box.account ul a:active,
.box.affilate ul a:hover,
.box.affilate ul a:focus,
.box.affilate ul a:active {
  color: #8b8b8b; }

.site-map-page #content ul,
.manufacturer-content div,
#content ul.list-unstyled {
  margin: 0;
  list-style-type: none; }

.site-map-page #content ul li,
.manufacturer-content div li,
#content ul.list-unstyled li {
  line-height: 16px;
  padding: 7px 0; }

.site-map-page #content ul a,
.manufacturer-content div a,
#content ul.list-unstyled a {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #252525;
  vertical-align: top;
  text-transform: uppercase; }

.site-map-page #content ul a:visited,
.manufacturer-content div a:visited,
#content ul.list-unstyled a:visited {
  color: #252525; }

.site-map-page #content ul a:hover, .site-map-page #content ul a:focus, .site-map-page #content ul a:active,
.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: #8b8b8b; }

.manufacturer-content div {
  line-height: 16px; }

#content ul.list-unstyled + h2 {
  margin-top: 30px; }

.site-map-page #content ul {
  padding-left: 0;
  font-size: 14px;
  color: #000; }

.site-map-page #content ul ul {
  padding: 10px 0 0 25px; }

#content .product-info ul.list-unstyled a:before {
  display: none; }

@media (max-width: 767px) {
  aside {
    margin-top: 20px; }

  aside .container {
    padding: 0;
    width: 100%; } }
/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center; }

.lazy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0; }

.lazy.lazy-loaded {
  background: none; }

.lazy.lazy-loaded img {
  opacity: 1; }

.search {
  position: relative;
  float: right;
  display: inline-block;
  margin: 0; }

.search .search-block {
  display: inline-block;
  background: #333;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px; }

.search i {
  font: 400 18px/33px "FontAwesome";
  display: inline-block;
  height: 35px;
  vertical-align: top;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease; }

.search input {
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  width: 236px;
  height: 35px;
  padding: 9.5px 5px 9.5px 15px;
  background: none;
  border: none;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.search input:focus {
  outline: none; }

.search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

.search input:-moz-placeholder {
  color: #fff;
  opacity: 1; }

.search input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.search input:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

.search button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: none;
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
  padding: 0 11px 0 5px;
  text-align: center;
  float: right; }

.search button::-moz-focus-inner {
  border: none;
  padding: 0; }

.search button:visited {
  color: #fff; }

.search button:hover, .search button:active, .search button:focus {
  color: #565656; }

.search button:hover i, .search button:active i, .search button:focus i {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

#livesearch_search_results {
  margin: 5px 0 0;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  color: #161616;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  list-style-type: none;
  z-index: 12;
  font-size: 14px;
  line-height: 16px; }

#livesearch_search_results li img {
  float: left;
  margin-right: 10px; }

#livesearch_search_results li img.loading {
  background: #f2f2f2; }

#livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
  background-color: #dddbdb; }

#livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
  color: #252525; }

#livesearch_search_results a, #livesearch_search_results a:visited {
  display: block;
  padding: 5px;
  color: #6a6a7c; }

#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
  display: table;
  content: "";
  line-height: 0; }

#livesearch_search_results a:after, #livesearch_search_results a:visited:after {
  clear: both; }

@media (min-width: 992px) and (max-width: 1199px) {
  .search input {
    width: 190px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .search input {
    width: 120px; } }
@media (min-width: 768px) {
  .search {
    margin-left: 20px; } }
@media (max-width: 480px) {
  .search input {
    width: 110px; } }
/*================  Cart DropDown ===============*/
.cart .dropdown-menu {
  z-index: 1001;
  width: 273px;
  font: 400 14px/20px 'Roboto', sans-serif;
  color: #6d6d6d;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  padding: 15px 0;
  left: 50%;
  top: 100%;
  margin-top: 19px;
  margin-left: -137px; }

.cart .dropdown-menu img {
  max-width: 75px; }

.cart .dropdown-menu table {
  margin-bottom: 0; }

.cart .dropdown-menu p {
  margin-bottom: 2px; }

.cart .dropdown-menu:after {
  position: absolute;
  color: #fff;
  content: "\f0d8";
  display: inline-block;
  font: 400 34px/34px "FontAwesome";
  width: 19px;
  height: 9px;
  right: 129px;
  top: -24px; }

.cart ul > li:first-child tr {
  border-bottom: 1px solid #ddd; }

.cart td {
  font-size: 13px; }

.box-cart .btn-danger {
  color: #6d6d6d;
  font-size: 14px;
  border: none;
  background: none;
  padding: 0; }

.box-cart .btn-danger:hover {
  color: #252525;
  border: none;
  background: none; }

.cart i, .cart strong, .cart span {
  vertical-align: middle; }

.cart small {
  font-size: 13px;
  line-height: 16px; }

.cart .dropdown-menu > li.default-tx {
  padding: 20px 10% 22px; }

.cart .dropdown-menu > li.default-tx span {
  display: inline-block;
  text-transform: uppercase;
  color: #a9a9a9;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 11px; }

.cart .name {
  margin-bottom: 5px; }

.cart .name a {
  color: #252525;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase; }

.cart .name a:visited {
  color: #252525; }

.cart .name a:hover, .cart .name a:active, .cart .name a:focus {
  color: #727272; }

.cart .total td {
  border: none;
  padding: 2px;
  color: #252525; }

.cart .total td + td {
  font-weight: 700; }

.cart .default-tx {
  padding: 20px 0 10px; }

.cart .text-left > div {
  color: #6d6d6d;
  font-weight: 400; }

.cart .text-left > div.name {
  font-weight: 300; }

.cart .price-cart {
  color: #252525;
  vertical-align: top; }

.cart .table > tbody > tr {
  border: none;
  border-top: 1px solid #ddd; }

.cart .table > tbody > tr:first-child {
  border: none; }

.cart .table > tbody > tr > td {
  padding: 15px 7px; }

.cart .table > tbody > tr > td.text-center {
  padding-left: 20px; }

.cart .table > tbody > tr > td.text-right {
  padding-right: 20px; }

.cart .table > tbody > tr > td.text-left {
  padding-top: 15px; }

.cart .title {
  padding: 10px 15px 15px 20px;
  font-size: 18px;
  line-height: 22px;
  color: #252525; }

.cart .title span {
  vertical-align: top; }

.cart .title i {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  line-height: 22px;
  vertical-align: top; }

.cart .block-total {
  border-top: 1px solid #ddd;
  padding: 13px 0 0;
  font-weight: 400; }

.cart .block-total .table {
  margin: 0; }

.cart .block-total .table.total {
  text-transform: uppercase; }

.cart .block-total .table.total td + td {
  color: #626272;
  font-weight: 300; }

.cart .block-total p {
  padding: 0 20px 20px 20px;
  margin: 0; }

.cart .block-total .table tbody tr {
  border: none; }

.cart .block-total .table tbody tr td {
  border: none;
  line-height: 14px;
  padding: 0px 20px 11px 10px; }

.cart .block-total .table tbody tr td.text-left {
  padding-left: 30px; }

.cart .block-total .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 10px 13px;
  min-width: 106px;
  margin: 0 0 5px;
  color: #fff; }

.cart .block-total .btn:visited {
  color: #fff; }

.cart .block-total .btn:hover, .cart .block-total .btn:focus, .cart .block-total .btn:active {
  color: #fff; }

.cart .block-total .btn + .btn {
  margin-left: 5px; }

.cart .table.total tr.last,
.cart .table.total tr:last-child {
  border-top: 1px solid #ddd; }

.cart .table.total tr.last td,
.cart .table.total tr:last-child td {
  padding-top: 15px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
  color: #6d6d6d; }

.cart .table.total tr.last td.text-left,
.cart .table.total tr:last-child td.text-left {
  font-size: 18px;
  padding-left: 30px;
  color: #252525; }

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 768px) {
  .box-cart {
    position: relative;
    display: inline-block;
    margin: 0 0 19px 0; }

  .box-cart a:hover img {
    opacity: .9; }

  .box-cart .btn {
    margin-bottom: 7px; }

  .box-cart:after, .box-cart:before {
    position: absolute;
    top: 50%;
    left: 86px;
    width: 184px;
    height: 1px;
    margin-top: -1px;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

  .box-cart:before {
    left: -200px; }

  .logo + .box-cart {
    margin-top: 15px; }

  .cart {
    position: relative; }

  .cart > button {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

  .cart > button i {
    vertical-align: top;
    color: #202020;
    font: 400 24px/70px "FontAwesome"; }

  .cart > button .cart-total2, .cart > button .cart-total, .cart > button strong {
    display: none; }

  .cart > button:hover, .cart.open > button {
    background: #d3d1d1; }

  .cart.open button i.material-design-drop25:before {
    content: '\e073'; } }
@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1000001; }

  .cart > button {
    color: #fff;
    line-height: 50px;
    min-width: 90px;
    text-align: left;
    height: 50px;
    position: relative;
    padding: 0 10px 0 15px;
    border-left: 1px solid #2a2a2a; }

  .cart > button strong, .cart > button .cart-total {
    display: none; }

  .cart > button i.fa-shopping-cart {
    font-size: 30px;
    line-height: 50px;
    vertical-align: top;
    margin-right: 7px; }

  .cart > button .cart-total2 {
    display: inline-block; }

  .cart .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    margin: 0;
    left: auto;
    right: 0;
    float: none; }

  .cart .dropdown-menu:after {
    display: none;
    top: 100%; }

  .cart > button:hover i.fa-shopping-cart, .cart.open i.fa-shopping-cart {
    color: #fff; }

  .box-cart {
    margin: 0;
    position: relative; } }
.android.mobile .cart .dropdown-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 14px solid #fff; }

/*========================================================
                       Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout > div {
  margin-bottom: 50px; }

.common-home #content .product-layout > div {
  margin-bottom: 56px; }

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative;
  margin-bottom: 0; }

.product-thumb .image > a {
  display: block;
  overflow: hidden;
  position: relative; }

.product-thumb .image > a img {
  margin: 0 auto;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.product-thumb .image > a:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

/* ==================    Product List, Product Grid    =================== */
.product-list .product-thumb .caption,
.product-list .product-thumb .cart-button {
  overflow: hidden; }

.product-list .description-small,
.product-grid .description {
  display: none; }

.cart-button {
  position: relative;
  width: 100%;
  margin-bottom: 22px; }

.cart-button button + button {
  margin-left: 3px; }

.product-thumb {
  position: relative;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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 .name {
  padding: 0 10%;
  margin-bottom: 12px; }

.product-thumb .image {
  margin-bottom: 2px; }

.product-thumb .price {
  margin-bottom: 5px; }

.product-thumb .rating {
  margin-bottom: 0; }

.product-thumb .description, .product-thumb .description-small {
  margin-bottom: 20px; }

.product-thumb .quickview {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 10px;
  display: inline-block;
  color: #d3d1d1;
  line-height: 16px;
  font-size: 24px;
  line-height: 24px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0; }

.product-thumb .quickview:hover {
  color: #252525; }

.product-thumb:hover .quickview {
  opacity: 1; }

.product-list .product-thumb {
  text-align: left; }

.product-list .product-thumb .image {
  overflow: hidden;
  float: left;
  margin-right: 30px;
  width: 33%;
  max-width: 270px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.product-list .product-thumb .caption {
  padding: 0; }

.product-list .product-thumb .name {
  padding: 0; }

.product-grid .product-thumb .image {
  float: none; }

/* ==================   SALE, NEW Message   =================== */
.stickers {
  position: absolute;
  display: block;
  z-index: 2;
  pointer-events: none;
  top: 55%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px; }

.stickers > div {
  width: 70px;
  height: 70px;
  line-height: 66px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  vertical-align: top; }

.sale, .new_pr {
  display: inline-block;
  color: #252525;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  text-transform: lowercase;
  vertical-align: middle;
  background: none;
  position: relative; }

/* ===================   Product Price    =================== */
.price-new, .price-old, .price {
  display: inline-block;
  color: #252525;
  font-size: 30px;
  line-height: 36px; }

.price {
  margin-bottom: 10px; }

.price-old {
  text-decoration: line-through; }

.price-new {
  margin-right: 20px; }

.price-section .price-new,
.price-section .price-old {
  font-size: 30px;
  color: #252525;
  line-height: 36px; }

.price-section .price-old {
  color: #252525;
  font-size: 20px;
  line-height: 24px; }

.price-section .reward {
  display: block;
  margin-top: 10px; }

.price-tax {
  font-size: 12px; }

.price-total {
  font-weight: bold; }

.prod-stock {
  color: #6BA239; }

.product-thumb .price-tax {
  display: block; }

.product-thumb button {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #252525;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.product-thumb button i {
  font-size: 18px;
  line-height: 37px;
  color: #fff;
  vertical-align: top; }

.product-thumb button:visited {
  background: #252525; }

.product-thumb button:hover, .product-thumb button:focus, .product-thumb button:active {
  background: #d3d1d1; }

.common-home .box {
  position: relative; }

.owl-carousel .owl-buttons div i {
  font-size: 26px; }

.owl-carousel .owl-buttons .owl-prev {
  left: -27px !important; }

.owl-carousel .owl-buttons .owl-next {
  right: -27px !important; }

.common-home .box .owl-carousel {
  background: none; }

.common-home .box .owl-carousel .owl-wrapper-outer {
  padding-top: 10px;
  padding-bottom: 185px;
  margin-bottom: -185px; }

.common-home .box .owl-carousel .owl-controls .owl-buttons .owl-prev,
.common-home .box .owl-carousel .owl-controls .owl-buttons .owl-next {
  top: 28.9%; }

.owl-carousel .owl-buttons div:hover {
  color: #252525; }

.fancybox-wrap .image a {
  margin-top: 5px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden; }

.fancybox-wrap .image a img {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.fancybox-wrap .image a:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.fancybox-wrap .inf {
  color: #696969; }

.fancybox-wrap .inf a {
  color: #252525; }

.fancybox-wrap .inf a:visited {
  color: #252525; }

.fancybox-wrap .inf a:hover, .fancybox-wrap .inf a:focus, .fancybox-wrap .inf a:active {
  color: #8b8b8b;
  text-decoration: none; }

.fancybox-wrap .cart-button {
  margin-bottom: 10px; }

.fancybox-wrap .rating {
  display: block;
  margin-bottom: 10px; }

/* ===================   Product Rating   =================== */
.rating .fa-stack i {
  font-size: 13px; }

.fa-stack {
  font-size: 13px;
  line-height: 16px;
  width: 0.9em;
  height: 16px;
  vertical-align: top; }

.fa-stack i {
  color: #d3d1d1; }

.fa-stack i.active {
  color: #252525; }

.rating .fa-star {
  width: 1em; }

.table-compare td.rating .fa-stack,
.table-compare td.rating .fa-stack-2x {
  width: 1em;
  height: 1em;
  font-size: 1em; }

.product-info {
  font-size: 14px;
  color: #838383; }

.product-info a {
  color: #161616; }

.product-info a:visited {
  color: #161616; }

.product-info a:hover, .product-info a:focus, .product-info a:active {
  color: #c4c4c4; }

.product-info .rating-section {
  margin-bottom: 10px; }

.product-info .rating-section .fa-stack {
  vertical-align: middle; }

.rating.review-score {
  margin-bottom: 10px; }

.product-buttons {
  list-style: outside none none;
  padding: 0;
  margin: 0 -5px 0; }

.product-buttons li {
  width: 50%;
  padding: 0 5px;
  float: left; }

.product-buttons li button {
  width: 100%;
  text-align: center; }

.product_page #product .form-horizontal .btn-primary, .product_page #product .product-buttons .btn-default {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  height: 36px; }

.product_page #product .form-horizontal .btn-primary span, .product_page #product .product-buttons .btn-default span {
  line-height: 16px; }

.product_page #product .form-horizontal .btn-primary i, .product_page #product .product-buttons .btn-default i {
  font-size: 18px;
  line-height: 16px;
  margin-right: 7px;
  vertical-align: top; }

.product_page #product .product-buttons .btn-default i {
  font-size: 18px; }

/*===================== Related Products ========================*/
.related-products .product-section_title {
  text-align: center; }

.related-products .owl-item {
  text-align: center; }

.related-products .owl-item .product-thumb {
  max-width: 270px;
  text-align: center;
  display: inline-block; }

.related-products .owl-carousel .owl-buttons .owl-prev {
  left: 10px !important; }

.related-products .owl-carousel .owl-buttons .owl-next {
  right: 10px !important; }

.related-slider.owl-carousel {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 -15px; }

/* ===================   Product Quickview   =================== */
.quick_info {
  display: none; }

.fancybox-skin {
  color: #696969; }

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible; }

.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 #ddd;
  padding: 10px;
  margin-top: 15px; }

.quickview_description iframe,
.product-desc iframe {
  width: 40% !important;
  height: 200px !important;
  float: left;
  margin-right: 2em; }

.quickview-style .inf {
  font-size: 14px;
  margin-bottom: 10px; }

.quickview-style .cart-button {
  margin-top: 10px; }

.quickview-style .cart-button .btn {
  padding: 0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center; }

.quickview-style .rating {
  margin-top: 5px; }

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (max-width: 1199px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .common-home #content .product-layout > div {
    margin-bottom: 40px; }

  .price-new, .price-old, .price {
    font-size: 24px;
    line-height: 29px; }

  .price-new {
    margin-right: 16px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .price-new, .price-old, .price {
    font-size: 19px;
    line-height: 23px; }

  .price-new {
    margin-right: 10px; }

  .common-home #content .product-layout > div {
    margin-bottom: 30px; }

  .stickers {
    margin-left: -28px;
    margin-top: -28px; }

  .stickers > div {
    height: 56px;
    line-height: 53px;
    width: 56px; }

  .stickers > div .sale, .stickers > div .new_pr {
    font-size: 16px;
    line-height: 19px; } }
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left; }

  .fancybox-next {
    right: -30px; }

  .fancybox-prev {
    left: -30px; } }
@media (max-width: 767px) {
  .product-thumb .quickview {
    display: none; }

  .owl-carousel .owl-buttons .owl-prev {
    left: 0 !important; }

  .owl-carousel .owl-buttons .owl-next {
    right: 0 !important; }

  .box, .product-grid {
    text-align: center; }

  .common-home .box .owl-carousel .owl-buttons .owl-prev {
    left: 0 !important; }

  .common-home .box .owl-carousel .owl-buttons .owl-next {
    right: 0 !important; }

  .common-home .box .owl-carousel .owl-wrapper-outer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  .box .product-layout,
  .product-grid {
    text-align: center; }

  .box .product-layout > div,
  .product-grid > div {
    max-width: 300px;
    display: inline-block;
    float: none; }

  .box .product-layout > div .cart-button,
  .product-grid > div .cart-button {
    display: block; }

  .common-home #content .product-layout > div {
    margin-bottom: 30px; }

  #content .product-layout.product-grid {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    float: none;
    vertical-align: top; }

  #content .product-layout.row {
    width: 100%;
    float: none; }

  aside .box {
    margin-bottom: 20px; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 100% !important;
    margin: 0 0 2em; }

  .block-grid {
    text-align: center; }

  .product-grid .product-thumb .image {
    float: none;
    margin: 0 0 28px;
    width: 100%;
    vertical-align: top; }

  .related-slider {
    text-align: center; }

  .related-slider .product-thumb {
    display: inline-block;
    text-align: left;
    max-width: 270px; }

  .related-slider.owl-carousel .owl-buttons .owl-prev {
    left: 10px !important; }

  .related-slider.owl-carousel .owl-buttons .owl-next {
    right: 10px !important; } }
.tooltip {
  pointer-events: none; }

@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    height: 240px !important; }

  .product-list {
    margin-bottom: 30px; }

  .product-list .product-thumb {
    text-align: center; }

  .product-list .product-thumb .description {
    margin-bottom: 20px; }

  .product-list .product-thumb .image {
    display: inline-block;
    float: none;
    margin: 0 0 15px 0;
    width: 100%; } }
@media (max-width: 540px) {
  #content .product-layout {
    float: none; } }
/*========================================================
                          Box
=========================================================*/
.box {
  margin-bottom: 30px; }

.box .box-heading {
  margin: 0 0 30px;
  text-align: center; }

.box .box-heading h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 9px;
  margin: 0; }

aside .box .box-heading h3 {
  letter-spacing: 5px; }

#content .box .bestsellers,
#content .box .latest,
#content .box .featured,
#content .box .specials {
  margin-bottom: 0; }

.common-home .box .product-layout > div:nth-child(4n+1) {
  clear: left; }

.common-home .box {
  margin-bottom: 13px; }

.common-home .box .owl-item {
  position: relative; }

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .box .box-heading h3 {
    font-size: 24px;
    letter-spacing: 7px;
    line-height: 29px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .common-home #container .box .box-heading h3 {
    margin-bottom: 30px; }

  .box .box-heading h3 {
    font-size: 24px;
    letter-spacing: 7px;
    line-height: 29px; }

  aside .box .box-heading h3 {
    font-size: 19px;
    letter-spacing: .5px;
    line-height: 24px; } }
@media (max-width: 767px) {
  .box .box-heading h3 {
    font-size: 24px;
    letter-spacing: 7px;
    line-height: 29px; }

  .common-home #container .box {
    display: inline-block;
    width: 100%; }

  .common-home #container .box .box-heading h3 {
    margin-bottom: 30px; }

  .common-home .product-layout > div {
    margin-bottom: 55px; }

  .box .cart-button .row .one-third {
    float: none;
    display: inline-block; }

  .box .cart-button .row .one-third.btn-quickview {
    display: none; }

  aside .box .box-content {
    display: none; }

  aside .box .product-layout .box-carousel > div {
    display: inline-block;
    max-width: 300px;
    padding: 0 15px; }

  aside .box .box-heading {
    position: relative;
    cursor: pointer;
    padding: 10px 20px;
    margin-bottom: 15px;
    text-align: left;
    background: #252525;
    line-height: 30px; }

  aside .box .box-heading h3 {
    color: #fff;
    font-size: 22px;
    line-height: 30px; }

  aside .box .box-heading:after {
    content: '\f055';
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    padding-right: 20px;
    font-family: "FontAwesome"; }

  aside .box .box-heading:hover:after {
    color: #d3d1d1; }

  aside .box .box-heading.active:after {
    content: '\f056'; } }
@media (max-width: 480px) {
  aside .box .box-heading h3 {
    font-size: 18px; } }
/*========================================================
                         Buttons
=========================================================*/
.buttons {
  margin: 1em 0; }

.buttons:before, .buttons:after {
  display: table;
  content: "";
  line-height: 0; }

.buttons:after {
  clear: both; }

.input-group-btn .btn {
  padding: 8px 12px; }

.input-group-btn .btn i {
  font-size: 15px;
  line-height: 18px; }

/* ================   Default Buttons BEGIN   =============== */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background: #252525;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 10px 15px;
  outline: none; }

.btn-default:visited,
.btn-primary:visited,
.btn-success:visited,
.btn-info:visited,
.btn-warning:visited,
.btn-danger:visited,
.btn:visited {
  color: #fff;
  background: #252525; }

.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  background: #585858; }

/*===============================*/
.btn-icon {
  background: #252525;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0;
  outline: none;
  outline-offset: 0;
  vertical-align: top;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.btn-icon i {
  font-size: 18px;
  line-height: 37px;
  color: #fff; }

.btn-icon:visited {
  background: #252525; }

.btn-icon:hover, .btn-icon:active, .btn-icon:focus {
  background: #d3d1d1; }

/* ================   Compare Button  =============== */
.nav-cat .btn {
  margin-bottom: 10px; }

/* ================   Product page buttons  =============== */
.product_page #button-cart {
  width: 100%;
  margin-bottom: 0; }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (max-width: 1199px) {
  .button-view {
    margin-top: 10px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .account-wishlist table td .btn {
    padding: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px; }

  .account-wishlist table td .btn {
    padding: 6px; } }
@media (max-width: 767px) {
  .button-view {
    display: none; } }
@media (max-width: 410px) {
  .account-address .table td a {
    display: block; }

  .account-address .table td a + a {
    margin-top: 5px; } }
@media (max-width: 400px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-top: 10px; } }
/*===================  Menu gadget ===================*/
.menu-icon {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  line-height: 30px;
  height: 50px;
  padding: 10px 10px 10px 20px;
  text-transform: uppercase;
  background: #252525;
  letter-spacing: 6px; }

.menu-icon:after {
  float: right;
  content: "\f107";
  font-family: "FontAwesome";
  margin-top: 0;
  display: inline-block;
  text-align: center;
  width: 1.25em;
  padding-right: 10px;
  font-size: 20px;
  color: #fff; }

.menu-icon:hover:after {
  color: #707070; }

.menu-icon.active:after {
  content: "\f106"; }

.menu-gadget {
  color: #929da5;
  font-size: 16px;
  line-height: 19px; }

.menu-gadget {
  display: none; }

.menu-gadget .menu ul ul a {
  padding-left: 20px; }

.menu-gadget .menu {
  padding: 12px 0 17px;
  margin: 0;
  background: #2b2b2b;
  font-weight: bold; }

.menu-gadget .menu ul {
  width: auto;
  padding: 10px 0 0;
  display: none; }

.menu-gadget .menu li {
  position: relative;
  list-style-type: none;
  padding: 6px 25px 6px 30px;
  display: block; }

.menu-gadget .menu li a {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  color: #fff;
  vertical-align: top; }

.menu-gadget .menu li i {
  display: inline-block;
  float: right; }

.menu-gadget .menu li li {
  padding-left: 0;
  padding-top: 7px;
  padding-bottom: 8px; }

.menu-gadget .menu li li a {
  font-size: 14px;
  line-height: 16px;
  vertical-align: top; }

.menu-gadget .menu li li.active > a, .menu-gadget .menu li li > a:hover, .menu-gadget .menu li li a.active {
  color: #8e8e8e; }

.menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover, .menu-gadget .menu li a.active {
  color: #8e8e8e; }

.menu-gadget .menu li i {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  color: #fff;
  vertical-align: top;
  cursor: pointer; }

.menu-gadget .menu li i:hover {
  color: #707070; }

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .menu-block .menu-gadget .menu li {
    padding-top: 5px;
    padding-bottom: 5px; }

  .menu-block .menu-gadget .menu li.parent {
    padding-top: 10px;
    padding-bottom: 10px; }

  .menu-block .menu-gadget .menu li a {
    font-size: 14px; } }
@media (max-width: 767px) {
  .menu-gadget {
    display: block;
    text-align: left;
    margin-bottom: 0; }

  .menu-gadget .menu {
    display: none; } }
/*========================================================
                       Banners
=========================================================*/
.banners {
  padding-top: 103px;
  padding-bottom: 71px;
  background: #f3f3f3; }

.banners > div .banner-box {
  margin-bottom: 30px;
  line-height: 0; }

.banners > div .banner-box a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden; }

.banners > div .banner-box a:after {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 50%;
  display: inline-block;
  content: '\f002';
  color: #fff;
  font: 400 100px/120px "FontAwesome";
  width: 100px;
  height: 100px;
  text-align: center;
  margin: -47px 0 0 -50px;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease; }

.banners > div .banner-box 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;
  position: relative; }

.banners > div .banner-box a .s-desc {
  position: relative;
  width: 100%;
  padding: 27px 30px 31px 33px;
  display: inline-block;
  font: 600 40px/40px "Kaushan Script", cursive;
  text-transform: uppercase;
  color: #252525;
  background: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.banners > div .banner-box a:hover .s-desc {
  color: #d3d1d1; }

.banners > div .banner-box a:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.banners > div .banner-box a:hover:after {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/*========================================================
                   Responsive Banners
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .banners {
    padding-bottom: 57px;
    padding-top: 82px; }

  .banners > div .banner-box a .s-desc {
    font-size: 32px;
    line-height: 32px; }

  .banners > div .banner-box a:after {
    font-size: 80px;
    line-height: 96px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banners {
    padding-bottom: 46px;
    padding-top: 66px; }

  .banners > div .banner-box a .s-desc {
    font-size: 24px;
    line-height: 24px;
    padding: 16px 20px; }

  .banners > div .banner-box a:after {
    top: 38%;
    font-size: 64px;
    line-height: 77px; } }
@media (max-width: 767px) {
  .banners {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0; }

  .banners .row .col-sm-4 {
    display: inline-block;
    float: none;
    text-align: left;
    max-width: 400px; } }
@media (max-width: 480px) {
  .banners .row .col-sm-4 {
    max-width: 100%; }

  .banners .row .col-sm-4 .banner-box a .s-desc {
    padding: 20px 24px 20px 26px;
    font-size: 32px;
    line-height: 32px; }

  .banners .row .col-sm-4 .banner-box a:after {
    font-size: 80px;
    line-height: 100px; } }
/*========================================================
                       HTML boxes
=========================================================*/
.box_html.buttons-top {
  position: absolute;
  top: 360px;
  margin-top: 2.1%;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: center; }

.box_html.buttons-top a {
  color: #fff;
  display: block;
  width: 172px;
  height: 172px;
  line-height: 160px;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  float: left;
  position: relative;
  background: #855065; }

.box_html.buttons-top a > div {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -ms-transition: .3s all ease; }

.box_html.buttons-top a > span {
  position: relative;
  display: inline-block;
  line-height: 24px;
  letter-spacing: 1.5px;
  vertical-align: middle;
  text-transform: uppercase; }

.box_html.buttons-top a:hover {
  background: transparent; }

.box_html.buttons-top a:hover > div {
  opacity: 1; }

.box_html.buttons-top .circle-1 {
  margin: 0 30px 20px 300px; }

.box_html.buttons-top .circle-2 {
  background: #8da658;
  width: 370px;
  height: 370px;
  line-height: 364px;
  font-size: 48px;
  margin: 0 0 19px 0; }

.box_html.buttons-top .circle-2 > span {
  line-height: 58px; }

.box_html.buttons-top .circle-3 {
  background: #e55d3b;
  width: 570px;
  height: 570px;
  line-height: 576px;
  font-size: 30px;
  margin: -194px 30px 0 0; }

.box_html.buttons-top .circle-3 > span {
  line-height: 40px;
  letter-spacing: 2.5px; }

.box_html.buttons-top .circle-3 > span span {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 4.5px; }

.box_html.buttons-top .circle-3 > span span + p {
  margin-top: 27px;
  margin-bottom: 0; }

.box_html.buttons-top .circle-4 {
  width: 370px;
  height: 370px;
  line-height: 384px;
  font-size: 30px;
  background: #442f31;
  margin: 0 20px 0 0; }

.box_html.buttons-top .circle-4 > span {
  line-height: 36px;
  letter-spacing: 2.5px; }

.box_html.buttons-top .circle-4 > span span {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 4.5px; }

.box_html.buttons-top .circle-5 {
  background: #ddc7ae;
  width: 272px;
  height: 272px;
  line-height: 282px;
  font-size: 30px;
  margin: -194px 0 0 -93px; }

.box_html.buttons-top .circle-5 > span {
  line-height: 36px;
  letter-spacing: 2.5px; }

.box_html.banner {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 7.8px;
  color: #666;
  padding: 44px 0 58px;
  background: #252525;
  position: relative; }

.box_html.banner span {
  font: 400 72px/86px "Kaushan Script", cursive;
  display: inline-block;
  margin-bottom: 23px;
  line-height: 72px;
  letter-spacing: .4px;
  text-transform: none;
  color: #656565; }

.box_html.banner:after {
  color: #fff;
  content: "\f0d8";
  display: inline-block;
  font: 400 45px/45px "FontAwesome";
  width: 26px;
  height: 14px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -13px;
  bottom: 16px; }

@-moz-document url-prefix() {
  .box_html.buttons-top a > div {
    mix-blend-mode: overlay;
    background: #fff; } }
@media all and (min-width: 0px) {
  .box_html.buttons-top a > div {
    mix-blend-mode: overlay;
    background: #fff; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box_html.buttons-top a > div {
    mix-blend-mode: normal !important;
    background: rgba(255, 255, 255, 0.2) !important; } }
.ie .box_html.buttons-top a > div, .ie8 .box_html.buttons-top a > div, .ie9 .box_html.buttons-top a > div {
  mix-blend-mode: normal !important;
  background: rgba(255, 255, 255, 0.2) !important; }

::i-block-chrome, .box_html.buttons-top a > div {
  mix-blend-mode: normal !important;
  background: rgba(255, 255, 255, 0.2) !important; }

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (min-width: 1600px) and (max-width: 2049px) {
  .box_html.buttons-top .box-circle {
    display: inline-block; }

  .box_html.buttons-top .box-circle .circle-1,
  .box_html.buttons-top .box-circle .circle-2,
  .box_html.buttons-top .box-circle .circle-3,
  .box_html.buttons-top .box-circle .circle-4,
  .box_html.buttons-top .box-circle .circle-5 {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 14px; }

  .box_html.buttons-top .box-circle .circle-1 > span,
  .box_html.buttons-top .box-circle .circle-2 > span,
  .box_html.buttons-top .box-circle .circle-3 > span,
  .box_html.buttons-top .box-circle .circle-4 > span,
  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 17px; }

  .box_html.buttons-top .box-circle .circle-2 {
    width: 259px;
    height: 259px;
    line-height: 259px;
    font-size: 34px; }

  .box_html.buttons-top .box-circle .circle-2 > span {
    line-height: 35px; }

  .box_html.buttons-top .box-circle .circle-3 {
    width: 399px;
    height: 399px;
    line-height: 399px;
    font-size: 21px;
    clear: left;
    margin-top: -184px; }

  .box_html.buttons-top .box-circle .circle-3 > span {
    line-height: 28px; }

  .box_html.buttons-top .box-circle .circle-3 > span span {
    font-size: 34px;
    line-height: 34px; }

  .box_html.buttons-top .box-circle .circle-3 > span span + p {
    margin-top: 14px; }

  .box_html.buttons-top .box-circle .circle-4 {
    width: 259px;
    height: 259px;
    line-height: 259px;
    font-size: 21px;
    margin-left: -10px; }

  .box_html.buttons-top .box-circle .circle-4 > span {
    line-height: 25px; }

  .box_html.buttons-top .box-circle .circle-5 {
    width: 190px;
    height: 190px;
    line-height: 190px;
    font-size: 21px;
    margin: -80px 0 0 -20px; }

  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 25px; } }
@media (min-width: 1300px) and (max-width: 1599px) {
  .box_html.buttons-top .box-circle {
    display: inline-block; }

  .box_html.buttons-top .box-circle .circle-1,
  .box_html.buttons-top .box-circle .circle-2,
  .box_html.buttons-top .box-circle .circle-3,
  .box_html.buttons-top .box-circle .circle-4,
  .box_html.buttons-top .box-circle .circle-5 {
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 14px; }

  .box_html.buttons-top .box-circle .circle-1 > span,
  .box_html.buttons-top .box-circle .circle-2 > span,
  .box_html.buttons-top .box-circle .circle-3 > span,
  .box_html.buttons-top .box-circle .circle-4 > span,
  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 17px; }

  .box_html.buttons-top .box-circle .circle-1 {
    margin: 0 8px 16px 130px; }

  .box_html.buttons-top .box-circle .circle-2 {
    width: 186px;
    height: 186px;
    line-height: 186px;
    font-size: 22px;
    margin: 0 0 6px; }

  .box_html.buttons-top .box-circle .circle-2 > span {
    line-height: 22px; }

  .box_html.buttons-top .box-circle .circle-3 {
    width: 255px;
    height: 255px;
    line-height: 255px;
    font-size: 16px;
    clear: left;
    margin: -85px 16px 0 0; }

  .box_html.buttons-top .box-circle .circle-3 > span {
    line-height: 22px;
    letter-spacing: 2px; }

  .box_html.buttons-top .box-circle .circle-3 > span span {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: 2px; }

  .box_html.buttons-top .box-circle .circle-3 > span span + p {
    margin-top: 11px; }

  .box_html.buttons-top .box-circle .circle-4 {
    width: 166px;
    height: 166px;
    line-height: 166px;
    font-size: 16px;
    margin: 5px 16px 0 0; }

  .box_html.buttons-top .box-circle .circle-4 > span {
    line-height: 20px; }

  .box_html.buttons-top .box-circle .circle-4 > span span {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 24px; }

  .box_html.buttons-top .box-circle .circle-5 {
    width: 152px;
    height: 152px;
    line-height: 152px;
    font-size: 17px;
    margin: -90px 0 0 -35px; }

  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 17px; } }
@media (min-width: 1200px) and (max-width: 1299px) {
  .box_html.buttons-top .box-circle {
    display: inline-block; }

  .box_html.buttons-top .box-circle .circle-1,
  .box_html.buttons-top .box-circle .circle-2,
  .box_html.buttons-top .box-circle .circle-3,
  .box_html.buttons-top .box-circle .circle-4,
  .box_html.buttons-top .box-circle .circle-5 {
    width: 77px;
    height: 77px;
    line-height: 77px;
    font-size: 14px; }

  .box_html.buttons-top .box-circle .circle-1 > span,
  .box_html.buttons-top .box-circle .circle-2 > span,
  .box_html.buttons-top .box-circle .circle-3 > span,
  .box_html.buttons-top .box-circle .circle-4 > span,
  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 16px; }

  .box_html.buttons-top .box-circle .circle-1 {
    margin: 0 6px 13px 104px; }

  .box_html.buttons-top .box-circle .circle-2 {
    width: 149px;
    height: 149px;
    line-height: 149px;
    font-size: 18px;
    margin: 0 0 5px; }

  .box_html.buttons-top .box-circle .circle-2 > span {
    line-height: 18px; }

  .box_html.buttons-top .box-circle .circle-3 {
    width: 204px;
    height: 204px;
    line-height: 204px;
    font-size: 13px;
    margin: -58px 13px 0 0;
    clear: left; }

  .box_html.buttons-top .box-circle .circle-3 > span {
    line-height: 18px;
    letter-spacing: 1px; }

  .box_html.buttons-top .box-circle .circle-3 > span span {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px; }

  .box_html.buttons-top .box-circle .circle-3 > span span + p {
    margin-top: 9px; }

  .box_html.buttons-top .box-circle .circle-4 {
    width: 133px;
    height: 133px;
    line-height: 133px;
    font-size: 13px;
    margin: 4px 13px 0 0; }

  .box_html.buttons-top .box-circle .circle-4 > span {
    line-height: 19px; }

  .box_html.buttons-top .box-circle .circle-4 > span span {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 19px; }

  .box_html.buttons-top .box-circle .circle-5 {
    width: 121px;
    height: 121px;
    line-height: 121px;
    font-size: 14px;
    margin: -72px 0 0 -28px; }

  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 14px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .box_html.buttons-top {
    top: 280px;
    margin-top: 0; }

  .box_html.buttons-top .box-circle {
    display: inline-block; }

  .box_html.buttons-top .box-circle .circle-1,
  .box_html.buttons-top .box-circle .circle-2,
  .box_html.buttons-top .box-circle .circle-3,
  .box_html.buttons-top .box-circle .circle-4,
  .box_html.buttons-top .box-circle .circle-5 {
    width: 77px;
    height: 77px;
    line-height: 77px;
    font-size: 14px; }

  .box_html.buttons-top .box-circle .circle-1 > span,
  .box_html.buttons-top .box-circle .circle-2 > span,
  .box_html.buttons-top .box-circle .circle-3 > span,
  .box_html.buttons-top .box-circle .circle-4 > span,
  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 16px;
    letter-spacing: 1px; }

  .box_html.buttons-top .box-circle .circle-1 {
    margin: 0 6px 13px 104px; }

  .box_html.buttons-top .box-circle .circle-2 {
    width: 149px;
    height: 149px;
    line-height: 149px;
    font-size: 18px;
    margin: 0 0 5px; }

  .box_html.buttons-top .box-circle .circle-2 > span {
    line-height: 18px; }

  .box_html.buttons-top .box-circle .circle-3 {
    width: 204px;
    height: 204px;
    line-height: 204px;
    font-size: 13px;
    margin: -65px 13px 0 0;
    clear: left; }

  .box_html.buttons-top .box-circle .circle-3 > span {
    line-height: 18px;
    letter-spacing: 1px; }

  .box_html.buttons-top .box-circle .circle-3 > span span {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px; }

  .box_html.buttons-top .box-circle .circle-3 > span span + p {
    margin-top: 9px; }

  .box_html.buttons-top .box-circle .circle-4 {
    width: 133px;
    height: 133px;
    line-height: 133px;
    font-size: 13px;
    margin: 4px 13px 0 0; }

  .box_html.buttons-top .box-circle .circle-4 > span {
    line-height: 19px; }

  .box_html.buttons-top .box-circle .circle-4 > span span {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 19px; }

  .box_html.buttons-top .box-circle .circle-5 {
    width: 121px;
    height: 121px;
    line-height: 121px;
    font-size: 14px;
    margin: -72px 0 0 -28px; }

  .box_html.buttons-top .box-circle .circle-5 > span {
    line-height: 14px; }

  .box_html.banner {
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 19px;
    padding: 35px 0 46px; }

  .box_html.banner span {
    font-size: 58px;
    line-height: 58px;
    margin-bottom: 14px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box_html.buttons-top {
    margin-top: 0;
    top: auto;
    bottom: 31%; }

  .box_html.buttons-top .circle-1, .box_html.buttons-top .circle-2, .box_html.buttons-top .circle-3, .box_html.buttons-top .circle-4, .box_html.buttons-top .circle-5 {
    font-size: 16px;
    height: 136px;
    line-height: 136px;
    width: 136px;
    margin: 0; }

  .box_html.buttons-top .circle-1 span, .box_html.buttons-top .circle-2 span, .box_html.buttons-top .circle-3 span, .box_html.buttons-top .circle-4 span, .box_html.buttons-top .circle-5 span {
    line-height: 19px;
    letter-spacing: .5px; }

  .box_html.buttons-top .circle-1 span span, .box_html.buttons-top .circle-2 span span, .box_html.buttons-top .circle-3 span span, .box_html.buttons-top .circle-4 span span, .box_html.buttons-top .circle-5 span span {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .5px; }

  .box_html.buttons-top .circle-3 {
    font-size: 11px; }

  .box_html.buttons-top .circle-3 span {
    line-height: 14px; }

  .box_html.buttons-top .circle-3 span span + p {
    margin: 5px 0 0; }

  .box_html.buttons-top .circle-2, .box_html.buttons-top .circle-3, .box_html.buttons-top .circle-4, .box_html.buttons-top .circle-5 {
    margin-left: 10px; }

  .box_html.banner {
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 15px;
    padding: 28px 0 37px; }

  .box_html.banner span {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 11px; } }
@media (max-width: 767px) {
  .box_html.buttons-top {
    position: relative;
    top: auto;
    margin-top: 0; }

  .box_html.buttons-top {
    background: #1e1e1e;
    padding-top: 20px;
    padding-bottom: 20px; }

  .box_html.buttons-top a:hover > div {
    mix-blend-mode: normal;
    background: none;
    opacity: 0; }

  .box_html.buttons-top a.circle-1, .box_html.buttons-top a.circle-2, .box_html.buttons-top a.circle-3, .box_html.buttons-top a.circle-4, .box_html.buttons-top a.circle-5 {
    margin: 5px;
    float: none;
    display: inline-block;
    font-size: 20px;
    width: 190px;
    height: 190px;
    line-height: 190px; }

  .box_html.buttons-top a.circle-1 > span, .box_html.buttons-top a.circle-2 > span, .box_html.buttons-top a.circle-3 > span, .box_html.buttons-top a.circle-4 > span, .box_html.buttons-top a.circle-5 > span {
    line-height: 24px;
    letter-spacing: 1px; }

  .box_html.buttons-top a.circle-1 > span span, .box_html.buttons-top a.circle-2 > span span, .box_html.buttons-top a.circle-3 > span span, .box_html.buttons-top a.circle-4 > span span, .box_html.buttons-top a.circle-5 > span span {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px; }

  .box_html.buttons-top a.circle-3 > span {
    font-size: 14px;
    line-height: 16px; }

  .box_html.buttons-top a.circle-3 > span span + p {
    margin: 5px 0 0; }

  .box_html.buttons-top a.circle-1:hover {
    background: #855065; }

  .box_html.buttons-top a.circle-2:hover {
    background: #8da658; }

  .box_html.buttons-top a.circle-3:hover {
    background: #e55d3b; }

  .box_html.buttons-top a.circle-4:hover {
    background: #442f31; }

  .box_html.buttons-top a.circle-5:hover {
    background: #ddc7ae; }

  .box_html.banner {
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 15px;
    padding: 28px 0 37px; }

  .box_html.banner span {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 11px; } }
@media (max-width: 767px) {
  .box_html.banner {
    padding: 22px 0 29px; }

  .box_html.banner span {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px; } }
#tm-newsletter-popup-form:before, #tm-newsletter-popup-form:after {
  display: table;
  content: "";
  line-height: 0; }

#tm-newsletter-popup-form:after {
  clear: both; }

.newsletter-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7); }

.newsletter-popup-btn {
  float: right; }

.newsletter-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -485px;
  margin-top: -249px;
  width: 970px;
  height: 498px;
  color: #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 302px 39px 0 100px;
  text-align: center; }

.newsletter-popup:before, .newsletter-popup:after {
  display: table;
  content: "";
  line-height: 0; }

.newsletter-popup:after {
  clear: both; }

.newsletter-popup h2 {
  text-transform: uppercase;
  font: 500 20px/24px "Roboto Condensed", sans-serif;
  margin: 0; }

.newsletter-popup h2 + p {
  margin: 18px 0 0; }

.newsletter-popup .tm-login-form {
  position: relative;
  margin-top: 18px;
  background: none; }

.newsletter-popup .tm-login-form:before, .newsletter-popup .tm-login-form:after {
  display: table;
  content: "";
  line-height: 0; }

.newsletter-popup .tm-login-form:after {
  clear: both; }

.newsletter-popup .tm-login-form input.form-control {
  width: 230px;
  float: left;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  font-size: 14px;
  line-height: 16px;
  padding: 16px 15px;
  height: 48px; }

.newsletter-popup .tm-login-form input.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

.newsletter-popup .tm-login-form input.form-control:-moz-placeholder {
  color: #fff;
  opacity: 1; }

.newsletter-popup .tm-login-form input.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.newsletter-popup .tm-login-form input.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

+ .newsletter-popup .tm-login-form-btn {
  margin-left: 7px; }

.newsletter-popup .logo + h2 {
  margin-top: 25px; }

.newsletter-popup .logo img {
  display: inline-block; }

.newsletter-popup-close-btn {
  outline: none;
  border: none;
  position: absolute; }

.newsletter-popup-close-btn:hover, .newsletter-popup-close-btn:hover i {
  color: #b6b6b6; }

.newsletter-popup-close-btn i {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.newsletter-popup-btn {
  margin-top: 0;
  border: none;
  outline: none;
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  height: 48px;
  color: #3e3e3e;
  background: #f8f8f8;
  padding: 9px 5px 10px;
  width: 150px; }

.newsletter-popup-btn i {
  font-size: 26px;
  line-height: 30px;
  margin-right: 5px;
  height: 30px; }

.newsletter-popup-btn:hover, .newsletter-popup-btn:hover i {
  color: #b6b6b6; }

.newsletter-popup .newsletter-error, .newsletter-popup .newsletter-success {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 100%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.newsletter-error {
  color: #D4323D; }

.newsletter-success {
  color: #55C65E; }

.tm-login-form {
  line-height: 20px; }

.tm-login-form .newsletter-popup-close-btn,
.tm-login-form .form-control {
  top: 0;
  vertical-align: top !important;
  display: inline-block; }

@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-popup {
    height: 334px;
    margin-left: -326px;
    margin-top: -167px;
    padding: 194px 25px 0 64px;
    width: 652px;
    background-size: cover; }

  .newsletter-popup h4 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px; }

  .newsletter-popup p {
    font-size: 12px;
    line-height: 16px; }

  .newsletter-popup .tm-login-form {
    margin-top: 10px; }

  .newsletter-popup .tm-login-form input.form-control {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    width: 160px; }

  .newsletter-popup .newsletter-popup-close-btn {
    height: 50px;
    padding-top: 9px;
    padding-bottom: 9px; }

  .newsletter-popup-btn {
    font-size: 16px;
    line-height: 23px;
    padding: 12px 10px 13px;
    width: auto; }

  .newsletter-popup-btn i {
    display: none; } }
@media (max-width: 767px) {
  .newsletter-popup-wrap {
    display: none !important; } }
.newsletter {
  width: 100%;
  display: inline-block; }

.newsletter .box-content {
  color: #696969;
  background: none;
  padding: 0; }

.newsletter .tm-login-form {
  float: left;
  display: inline-block;
  width: 269px;
  line-height: 18px; }

.newsletter h5 + .box-content {
  margin-top: 28px; }

.newsletter p {
  margin-bottom: 5px;
  padding: 0 30% 0 0; }

.newsletter .form-control {
  color: #fff;
  background: #333;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  border: none;
  padding-left: 15px; }

.newsletter .dropdown-btn {
  margin: 28px 0 0 14px;
  float: right;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: none;
  letter-spacing: 2px; }

.newsletter .dropdown-btn:visited {
  color: #fff;
  background: none; }

.newsletter .dropdown-btn:hover, .newsletter .dropdown-btn:active, .newsletter .dropdown-btn:focus {
  color: #696969;
  background: none; }

.newsletter.box {
  margin-bottom: 0; }

.newsletter #tm-newsletter-form {
  display: inline-block; }

.newsletter .tm-login-form .form-control {
  margin-bottom: 13px; }

.newsletter-error, .newsletter-success {
  display: block;
  text-align: left;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.newsletter-error {
  color: #D4323D; }

.newsletter-success {
  color: #55C65E; }

@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter .tm-login-form {
    width: 190px; }

  .newsletter p {
    padding: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  button.dropdown-btn {
    font-size: 12px; } }
@media (max-width: 767px) {
  .newsletter.box {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }

  .newsletter.box #tm-newsletter-form {
    display: inline-block; }

  .newsletter.box .dropdown-btn {
    margin-left: 8px; }

  .newsletter.box p {
    padding-right: 0; } }
@media (max-width: 480px) {
  .newsletter .tm-login-form {
    width: 190px; } }
/* ===================   Breadcrumb   =================== */
.breadcrumb {
  margin: 0 0 30px;
  padding: 15px 20px;
  border-radius: 0;
  border: none;
  color: #696969;
  background: #e7e5e5;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase; }

.breadcrumb a {
  display: inline-block;
  color: #6d6d6d; }

.breadcrumb a:visited {
  color: #6d6d6d; }

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
  color: #252525; }

.breadcrumb > li {
  position: relative;
  white-space: nowrap; }

.breadcrumb > li.last span {
  color: #252525; }

.name {
  font: 400 14px/20px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #252525; }

.name a {
  color: #252525; }

.name a:visited {
  color: #252525; }

.name a:hover, .name a:active, .name a:focus {
  color: #8b8b8b; }

#list-view,
#grid-view {
  padding: 0;
  margin: 0 5px;
  background: none;
  box-shadow: none;
  color: #dadada;
  font-size: 27px;
  line-height: 30px; }

#list-view.active,
#grid-view.active,
#list-view:hover,
#grid-view:hover {
  color: #252525; }

/* ===================   Product Page   =================== */
.product-section, .product-content-columns {
  margin-bottom: 30px; }

.product-share {
  height: 32px;
  margin-top: 25px; }

#product .product-share {
  margin-top: 15px; }

.rating i {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #d3d1d1; }

.rating i.active {
  color: #252525; }

.review-form-title {
  text-align: center; }

.review-form-title h3 {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 5px;
  display: inline-block;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.review-form-title h3:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #ddd;
  content: '';
  margin-left: -10px; }

.review-form-title h3:hover {
  color: #8b8b8b; }

.rating-section a {
  cursor: pointer; }

.product-review-form {
  display: none; }

/* ===================   Product Gallery   =================== */
.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
  line-height: 0; }

.product-gallery:after {
  clear: both; }

.product-gallery .product-image {
  cursor: pointer;
  float: left;
  width: 84%;
  padding-left: 15px; }

.product-gallery .bx-wrapper {
  margin: 0 !important; }

.product-gallery .image-thumb {
  float: left;
  width: 16.2%; }

#default_gallery .image-thumb {
  float: left;
  padding: 0 1em 0 0;
  width: 16.2%; }

#default_gallery .product-image {
  width: 78.7%;
  padding: 0; }

.product-gallery .image-thumb .bx-wrapper .bx-prev,
.product-gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 28px;
  background: rgba(33, 33, 33, 0.6);
  text-align: center;
  margin: 0;
  color: #fff; }

.product-gallery .image-thumb .bx-wrapper .bx-prev:hover,
.product-gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #252525; }

.product-gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto; }

.product-gallery .image-thumb li a {
  border: 1px solid #efefef;
  background: #fff;
  display: block; }

.product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.active {
  border-color: #252525; }

.image-additional {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.product-reviews .review-item {
  margin-bottom: 3em; }

.review-score .fa-stack {
  width: 1.2em;
  height: 1.2em;
  margin-bottom: 10px; }

.review-score .fa-stack i {
  font-size: 1.2em; }

.product-title {
  margin: 0 0 15px;
  color: #000; }

.reward-block span {
  display: block; }

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

#product h3 {
  margin-top: 10px; }

.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }

#full_gallery {
  display: none;
  margin-bottom: 15px; }

#full_gallery .bx-viewport {
  padding-right: 1px; }

#full_gallery #gallery li {
  border: 1px solid #ddd; }

@media (max-width: 1199px) {
  #full_gallery {
    display: block; }

  #full_gallery .bx-viewport {
    padding-right: 2px; }

  .product-gallery {
    visibility: hidden;
    height: 0; }

  .product-gallery .image-thumb, .product-gallery .product-image {
    height: 0; }

  .bx-wrapper .bx-controls-direction a {
    background: #2b2b2b;
    border: 1px solid #2b2b2b;
    font-family: "FontAwesome";
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 40px;
    font-size: 18px; }

  .bx-wrapper .bx-controls-direction a i {
    display: none; }

  .bx-wrapper .bx-controls-direction a:hover {
    border-color: #454545;
    background: #454545;
    color: #fff; }

  .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: '\f053'; }

  .bx-wrapper .bx-controls-direction .bx-next:before {
    content: '\f054'; } }
/* ===================   Sub Category on Category Page   =================== */
.box-subcat {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.box-subcat li {
  text-align: center;
  margin-bottom: 30px; }

.box-subcat li .image {
  margin-bottom: 15px; }

.box-subcat li .image a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background: #fff; }

.box-subcat li .image a img {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.box-subcat li .image a:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.box-subcat li.first-in-line {
  clear: left; }

@media (max-width: 767px) {
  .box-subcat li {
    text-align: left;
    float: left;
    width: 50%; }

  .box-subcat li .image {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 40%; }

  .box-subcat li:nth-child(2n+1) {
    clear: both; }

  .breadcrumb > li {
    display: inline;
    white-space: normal; }

  .breadcrumb > li a {
    display: inline; } }
@media (max-width: 500px) {
  .box-subcat li {
    width: 100%;
    float: none;
    clear: both; } }
/* ===================   Product Filter  =================== */
.product-filter {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 20px; }

.product-filter label {
  font-size: 13px;
  padding-top: 7px; }

.nav-cat {
  margin-bottom: 13px; }

.nav-cat .nam-page {
  margin: 5px 0 5px 10px; }

/* ========   BLOCK COMPARE   ============= */
.compare-block {
  margin-bottom: 20px; }

.compare-block .image {
  margin-right: 10px; }

.compare-block .remove a {
  font-size: 19px;
  line-height: normal; }

.compare-info {
  width: 100%; }

.block-compare {
  position: relative;
  overflow: hidden; }

@media (max-width: 991px) {
  .product-compare .table-responsive {
    overflow-x: scroll; } }
/* ===================   About Page   =================== */
.extra-wrap {
  overflow: hidden; }

.terms_conditions_page p {
  margin-bottom: 20px; }

.about-page.excerpt {
  margin-bottom: 30px; }

.about-page h4 {
  font-size: 20px;
  line-height: 24px; }

.recent-posts {
  text-align: center; }

.recent-posts > div {
  margin-bottom: 20px; }

/* ===================   Number   =================== */
.dropcap {
  width: 67px;
  height: 67px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #252525;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0 20px 30px 0;
  padding: 19px 10px 18px;
  display: inline-block;
  text-align: center;
  float: left; }

img.alignleft {
  float: left;
  margin-right: 20px; }

/* ===================   Divider   =================== */
.sm_hr {
  height: 1px;
  background-color: #e0e0e0;
  margin: 50px 0; }

/* ===================   Thumbnail   =================== */
.thumbnail {
  padding: 0;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0;
  border: none; }

.thumbnail > a {
  display: inline-block;
  max-width: 100%;
  padding: 12px;
  background: #d3d1d1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.thumbnail > a:hover {
  background: #ecebeb; }

.img-thumbnail {
  border: 0;
  background-color: #fff;
  padding: 0;
  border-radius: 0; }

.human_info .thumbnail {
  float: left;
  margin-right: 20px; }

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0; }

@media (max-width: 500px) {
  img.alignleft, .human_info .thumbnail {
    float: none;
    margin: 0 auto 20px; } }
/* ===================   Testimonials   =================== */
.testimonials .testi-item {
  margin-bottom: 30px; }

.testimonials .testi-meta {
  line-height: 18px;
  padding-left: 50px; }

.testimonials .user {
  text-transform: uppercase;
  font-size: 12px;
  color: #252525; }

.testimonials blockquote {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  position: relative; }

.testimonials blockquote:after {
  content: '';
  position: absolute;
  display: block;
  background: url(../image/testi_arr.png) no-repeat left top;
  width: 21px;
  height: 20px;
  bottom: -20px;
  left: 20px; }

/* ===================   Privacy Policy  =================== */
.privacy_page.table td {
  border-top: 0;
  padding: 0 30px 30px; }

.privacy_page.table td:first-child {
  text-align: right; }

.privacy_page tr > td + td {
  border-left: 1px solid #ddd; }

.privacy_page h4 {
  max-width: 300px;
  float: right;
  font-size: 16px; }

/* ===================   Site Map Page  =================== */
.site-map-page #content ul {
  list-style-type: none; }

.site-map-page #content ul li {
  padding: 7px 0; }

.site-map-page #content ul a {
  font-size: 14px; }

/* ===================   Manufacturer List  =================== */
.manufacturer-list {
  border: 1px solid #ddd;
  margin-bottom: -1px; }

.manufacturer-list .manufacturer-heading {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  font-weight: bold;
  padding: 5px; }

.manufacturer-list .manufacturer-heading span {
  background: #d3d1d1;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.manufacturer-list .manufacturer-content {
  padding: 20px; }

/* ===================   Carousel  =================== */
.carousel-block {
  padding-top: 116px;
  padding-bottom: 110px;
  background: #fafafa; }

.owl-carousel {
  background: none; }

.owl-carousel .item {
  text-align: center; }

.owl-carousel .item a {
  display: inline-block;
  max-width: 100%;
  float: none; }

.owl-carousel .item a img {
  opacity: .1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.owl-carousel .item a:hover img {
  opacity: 1; }

.owl-carousel .owl-buttons div {
  color: #a5a5a5; }

.owl-carousel .owl-buttons div:hover {
  color: #252525; }

.ps-carousel {
  background: #fff; }

/* ===================   Account Page  =================== */
.well {
  background-color: #f8f8f8;
  border: 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: #3e3e3e;
  float: left;
  font-size: 56px;
  margin-right: 14px;
  line-height: 60px; }

.well .heading h2 {
  font-size: 23px;
  color: #000;
  margin: 0 0 5px; }

.well .heading strong {
  font-weight: normal;
  font-style: italic; }

.well p {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 20px; }

.well a {
  margin-top: 20px;
  display: inline-block; }

@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: #d3d1d1;
  background: transparent; }

.datepicker th {
  text-align: center; }

.radio {
  line-height: 22px; }

/* 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 {
  display: inline-block;
  width: 45%;
  margin-right: 5px; }

/*========================================================
                         Footer
=========================================================*/
footer {
  position: relative;
  color: #656565;
  background: #2b2b2b;
  padding-top: 53px;
  margin-top: 30px; }

footer h5 {
  color: #fff;
  margin-bottom: 0;
  line-height: 26px; }

footer h5 + ul {
  margin-top: 22px; }

footer ul li {
  padding: 4px 0;
  font-size: 15px;
  line-height: 18px; }

footer ul li a {
  color: #707070; }

footer ul li a:visited {
  color: #707070; }

footer ul li a:hover, footer ul li a:focus, footer ul li a:active {
  color: #fff; }

footer .social-list {
  display: inline-block;
  margin: 20px 0 10px 0; }

footer .social-list li {
  padding: 0;
  float: left; }

footer .social-list li + li {
  margin-left: 16px; }

footer .social-list li a {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease; }

footer .social-list li a i {
  color: #fff;
  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; }

footer .social-list li:hover a {
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg); }

footer .social-list li:hover a i {
  color: #505252; }

.common-home footer {
  margin-top: 0; }

.footer > .container {
  padding-left: 0;
  padding-right: 0;
  width: auto; }

.facebook.info h5 {
  margin-bottom: 27px; }

.facebook.info .box-content {
  min-height: 215px; }

.copyright br {
  display: none; }

.copyright {
  margin-top: 46px;
  color: #656565;
  padding-bottom: 52px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif; }

.copyright > .container a {
  color: #656565; }

.copyright > .container a:visited {
  color: #656565; }

.copyright > .container a:hover, .copyright > .container a:focus, .copyright > .container a:active {
  color: #fff; }

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-list {
    margin-top: 10px; }

  .copyright {
    margin-top: 20px;
    padding-bottom: 40px; } }
@media (min-width: 768px) and (max-width: 991px) {
  footer .col-sm-2 {
    width: 33.3333%; }

  footer .col-sm-4 {
    width: 66.6666%; }

  footer .social-list {
    margin-top: 10px; }

  footer ul {
    margin-bottom: 25px; }

  .copyright {
    margin-top: 20px;
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  footer {
    text-align: center;
    padding-top: 40px; }

  footer > .container .col-sm-2 {
    display: none; }

  footer > .container .col-sm-2 {
    width: 100%; }

  footer .copyright {
    margin-top: 0;
    padding-bottom: 45px; }

  footer .map {
    margin: 0 -15px 20px; }

  footer .social-list {
    margin: 0 0 20px; } }
/*==================     ToTop      ======================*/
.toTop {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #404040;
  position: fixed;
  right: 60px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.toTop:hover {
  text-decoration: none;
  color: #fff;
  background: #666666; }

.toTop:visited, .toTop:focus, .toTop:active {
  color: #fff; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*========================================================
                  Responsive Styles
=========================================================*/
@media (min-width: 1200px) {
  .container {
    width: 1200px; }

  .owl-carousel {
    margin: 0 -37px; } }
@media (max-width: 1199px) {
  .table th, .table td {
    padding: 8px; }

  input#input-voucher,
  input#input-coupon {
    display: inline-block;
    margin: 0 0 5px 0;
    width: 100%; }

  #collapse-voucher #collapse-coupon .btn {
    padding-left: 10px;
    padding-right: 10px; }

  #collapse-voucher #collapse-coupon label {
    width: 100%;
    padding: 0;
    margin-bottom: 5px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 24px;
    letter-spacing: 4px; }

  h2 {
    font-size: 22px;
    letter-spacing: 4px; }

  h3 {
    font-size: 21px;
    letter-spacing: 4px; }

  h4 {
    font-size: 18px;
    letter-spacing: 2px; }

  h5 {
    font-size: 16px;
    letter-spacing: 1px; }

  h6 {
    font-size: 14px;
    letter-spacing: 0; }

  .name {
    font-size: 12px;
    line-height: 16px; } }
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 24px;
    letter-spacing: 2px; }

  h2 {
    font-size: 22px;
    letter-spacing: 2px; }

  h3 {
    font-size: 21px;
    letter-spacing: .5px; }

  h4 {
    font-size: 18px;
    letter-spacing: 0; }

  h5 {
    font-size: 16px;
    letter-spacing: 0; }

  h6 {
    font-size: 14px;
    letter-spacing: 0; }

  .panel-body input + span {
    margin-top: 5px;
    display: inline-block; } }
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    letter-spacing: 4px; }

  h2 {
    font-size: 22px;
    letter-spacing: 4px; }

  h3 {
    font-size: 21px;
    letter-spacing: 4px; }

  h4 {
    font-size: 18px;
    letter-spacing: 2px; }

  h5 {
    font-size: 16px;
    letter-spacing: 1px; }

  h6 {
    font-size: 14px;
    letter-spacing: 0; }

  .table-responsive {
    border: 1px solid #ddd; }

  .table-responsive .table-bordered {
    border: none; }

  .delivery_page .table {
    font-size: 13px; } }
@media (max-width: 410px) {
  #accordion .table td,
  #accordion .table thead td {
    font-size: 9px;
    word-wrap: break-word; } }
@media (max-width: 370px) {
  .table.privacy_page td {
    padding: 8px; }

  .delivery_page .table td,
  .delivery_page .table th {
    padding: 6px; } }
