@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
/*========================================================
                   Bootstrap Reset
=========================================================*/
.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  width: 100%;
  z-index: 1000; }

legend {
  color: #527b8d;
  border-color: #dbe8ed;
  padding: 15px 0 !important; }

.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #dbe8ed;
  color: #527b8d; }

.panel-default > .panel-heading + .panel-collapse .panel-body, .modal-header {
  border-color: #dbe8ed; }

.panel {
  background: #f2f9fb; }

.panel-title i {
  color: #ff8106; }
.panel-title a:hover, .panel-title a:focus, .panel-title a:active {
  color: #ff8106; }

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

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

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

.alert {
  color: #FFF;
  font-weight: bold;
  padding: 10px 10px 13px;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

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

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

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

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

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

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

.modal-header .close:hover {
  color: #1DACD9; }

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

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

.pagination {
  border-radius: 0; }

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

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #ff8106;
  border-color: #ff8106;
  color: #FFF; }

.pagination > li > a, .pagination > li > span {
  color: #527b8d;
  border-color: #d3e3e7; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: #ff8106;
  border-color: #ff8106;
  color: #fff; }

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

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  box-shadow: none;
  outline: none; }

.table-bordered {
  border-radius: 0; }

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

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

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

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 13px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  box-shadow: none; }

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

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

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

.table-bordered {
  border-color: #dbe8ed; }

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

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

label,
input,
button,
select,
textarea {
  font-size: 13px;
  color: #698d9c; }
  @media (min-width: 768px) and (max-width: 991px) {
    label,
    input,
    button,
    select,
    textarea {
      font-size: 10px; } }

label {
  font-weight: bold; }

textarea {
  resize: none; }

label {
  cursor: default; }

.close:hover,
.close:focus {
  opacity: 1; }

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

.table {
  background: #f2f9fb; }

.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: red;
  font-weight: bold;
  font-size: 100%;
  font-size: 16px; }

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px; }

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

.tooltip {
  z-index: 1050; }

@media (max-width: 767px) {
  .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; } }
body {
  font: 400 14px/24px "Roboto Slab", serif;
  color: #527b8d;
  background: #1DACD9; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 20px; }

button {
  outline: none; }

.green {
  color: green; }

/* default font size */
.fa {
  line-height: inherit; }

hr {
  border-color: #dbe8ed; }

h1, h2, h3, h4, h5, h6 {
  color: #527b8d; }

/* Override the bootstrap defaults */
h1 {
  font-size: 26px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

button {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

a {
  font: inherit;
  color: #ff8106;
  text-decoration: none;
  outline: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
    background: transparent;
    outline: none; }
  a:visited, a:focus {
    color: #ff8106;
    text-decoration: none;
    outline: 0; }
  a:hover {
    text-decoration: none;
    color: #1DACD9; }

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

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

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

label {
  font-size: 12px;
  font-weight: normal; }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0; }

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

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

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

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

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  color: #ffffff;
  background-color: #1DACD9;
  background-repeat: repeat-x; }

/*========================================================
                      Header styles
=========================================================*/
.nav__primary.isStuck .search {
  display: none; }

.nav {
  margin-top: -40px; }
  @media (max-width: 767px) {
    .nav {
      margin-top: -75px; } }
  .nav .list-inline {
    display: inline-block;
    margin: 26px 0 10px 0; }
    @media (max-width: 767px) {
      .nav .list-inline {
        display: none; } }
    .nav .list-inline li {
      padding-right: 12px;
      padding-left: 12px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .nav .list-inline li {
          padding-right: 8px;
          padding-left: 8px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .nav .list-inline li {
          padding-right: 20px;
          padding-left: 20px; } }
      .nav .list-inline li a {
        font-size: 21px;
        line-height: 25px;
        color: #527b8d; }
        .nav .list-inline li a span span {
          display: inline-block;
          width: 44px;
          height: 44px;
          line-height: 42px;
          vertical-align: top;
          margin-top: -9px;
          margin-left: 3px;
          text-align: center;
          background: #eaf5f8;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .nav .list-inline li a {
            font-size: 15px; }
            .nav .list-inline li a span span {
              height: 34px;
              width: 34px;
              line-height: 32px;
              margin-top: -5px; } }
        .nav .list-inline li a:hover {
          color: #ff8106; }

.top-menu {
  display: inline-block;
  width: 100%;
  background: #fff;
  position: relative; }
  @media (max-width: 767px) {
    .top-menu {
      background: none; }
      .top-menu .col-sm-3 {
        display: none; }
      .top-menu .col-sm-9 {
        padding: 0;
        width: 100% !important; } }

.search {
  display: inline-block;
  float: right; }

.header {
  background: #1DACD9;
  padding: 0 0 72px;
  position: relative;
  text-align: center; }
  .header .pull-right {
    text-align: right; }
  .header .button-log {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 18px; }
    .header .button-log a {
      color: #fff;
      margin: 0 0 5px 17px; }
      @media (max-width: 767px) {
        .header .button-log a {
          margin-bottom: 15px; } }
      .header .button-log a:hover {
        color: yellow; }
      .header .button-log a i {
        color: #ff8106;
        font-size: 17px;
        line-height: 18px;
        vertical-align: top;
        padding-right: 10px; }
      @media (max-width: 480px) {
        .header .button-log a {
          margin-left: 10px; }
          .header .button-log a span {
            display: none; } }
  .header .top-button {
    margin-top: 69px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .header .top-button {
        margin-top: 5px; } }
    @media (max-width: 767px) {
      .header .top-button {
        margin-top: 20px; } }
    @media (max-width: 480px) {
      .header .top-button {
        margin-top: 27px; } }
  .header .phone {
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin-top: 55px;
    letter-spacing: -.5px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header .phone {
        font-size: 19px;
        line-height: 26px;
        margin-top: 69px;
        letter-spacing: 0; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .header .phone {
        font-size: 19px;
        line-height: 26px;
        margin-top: 80px;
        margin-bottom: 25px;
        letter-spacing: 0; } }
    @media (max-width: 767px) {
      .header .phone {
        font-size: 19px;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 5px;
        text-align: left;
        float: left;
        letter-spacing: 0; } }
    @media (max-width: 600px) {
      .header .phone {
        font-size: 14px;
        margin-top: 23px; } }
    .header .phone a {
      color: #fff;
      font-size: 40px;
      letter-spacing: -1px;
      font-weight: bold; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .header .phone a {
          font-size: 26px;
          letter-spacing: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .header .phone a {
          font-size: 26px;
          letter-spacing: 0; } }
      @media (max-width: 600px) {
        .header .phone a {
          font-size: 20px;
          letter-spacing: 0; } }
      .header .phone a:hover {
        color: yellow; }
  .header .box-language,
  .header .box-currency {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 13px 13px; }
    @media (max-width: 480px) {
      .header .box-language,
      .header .box-currency {
        margin-bottom: 5px; } }
    .header .box-language form,
    .header .box-currency form {
      line-height: 18px; }
      .header .box-language form .btn-group,
      .header .box-currency form .btn-group {
        vertical-align: top; }
    .header .box-language .dropdown-menu,
    .header .box-currency .dropdown-menu {
      text-align: center; }
      .header .box-language .dropdown-menu li a:hover, .header .box-language .dropdown-menu li button:hover,
      .header .box-currency .dropdown-menu li a:hover,
      .header .box-currency .dropdown-menu li button:hover {
        color: #ff8106;
        background: #eaf5f8; }
  .header .box-cart {
    float: right;
    margin: 0 0 0 51px; }
    @media (max-width: 1199px) {
      .header .box-cart {
        margin-left: 25px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header .box-cart {
        margin-left: 10px; } }
    .header .box-cart .cart .bg-cart {
      margin: -10px 0 10px 0; }
      @media (max-width: 767px) {
        .header .box-cart .cart .bg-cart {
          margin: 0; } }
      .header .box-cart .cart .bg-cart > button {
        font-size: 21px;
        color: #527b8d; }
        @media (max-width: 767px) {
          .header .box-cart .cart .bg-cart > button {
            line-height: 50px; } }
        .header .box-cart .cart .bg-cart > button i.fa-shopping-cart {
          font-size: 62px;
          line-height: 62px;
          color: #fff;
          vertical-align: top; }
          @media (max-width: 767px) {
            .header .box-cart .cart .bg-cart > button i.fa-shopping-cart {
              color: #527b8d;
              font-size: 40px;
              line-height: 50px;
              height: 50px; } }
        .header .box-cart .cart .bg-cart > button strong, .header .box-cart .cart .bg-cart > button .cart-total {
          display: none; }
    .header .box-cart .btn-danger {
      color: #fff;
      padding: 5px 7px;
      line-height: 16px; }
  .header .logo {
    float: left;
    margin-top: 45px; }
    @media (min-width: 1200px) {
      .header .logo {
        margin-left: -15px;
        margin-right: 104px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header .logo {
        margin-top: 60px; } }
  .header .dropdown-menu {
    background: #fff;
    border: 1px solid #dbe8ed;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07); }
    .header .dropdown-menu > li > button:hover, .header .dropdown-menu > li > a:hover {
      background: #1DACD9;
      color: #FFF; }
  .header > .container .col-sm-12 {
    min-height: 0; }

/*===================   Top Panel   ===================*/
.top_panel {
  background: #fff; }
  .top_panel:before, .top_panel:after {
    display: table;
    content: "";
    line-height: 0; }
  .top_panel:after {
    clear: both; }

/*================   Top Links style   ===============*/
.nav {
  text-align: center; }
  .nav > ul {
    padding: 0;
    margin: 0; }
    .nav > ul li {
      padding: 0; }
    .nav > ul > li + li {
      margin-left: 20px; }
  .nav a {
    font-size: 13px; }
    .nav a:hover, .nav a .active {
      color: #1DACD9; }
  .nav i {
    font-size: 20px; }

/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle {
  color: yellow; }

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  cursor: pointer;
  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; }
  .box-language .dropdown-toggle:hover,
  .box-currency .dropdown-toggle:hover {
    color: yellow; }
  .box-language .dropdown-toggle:after,
  .box-currency .dropdown-toggle:after {
    display: inline-block;
    content: '\f107';
    margin-left: 5px;
    font-size: 15px;
    font-weight: 400;
    font-family: "FontAwesome"; }

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

/*================  DropDown Menu item ===============*/
/********** Swipe menu ******************/
.toprow-1 {
  color: #527b8d;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  display: none;
  background: white;
  border-bottom: 1px solid #dbe8ed; }

.swipe-control {
  border-right: 1px solid #dbe8ed;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  width: 64px;
  z-index: 100;
  color: #527b8d; }
  .swipe-control i {
    line-height: 50px;
    font-size: 30px;
    vertical-align: top;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #527b8d; }
  .swipe-control:visited i {
    color: #527b8d; }
  .swipe-control:hover i, .swipe-control.active i, .swipe-control:active i, .swipe-control:focus i {
    color: #ff8106; }

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

.swipe ul {
  padding: 0;
  margin: 0; }
  .swipe ul li {
    list-style-type: none; }
    .swipe ul li a {
      display: block;
      padding: 10px 20px;
      color: #527b8d;
      border-top: 1px solid #dbe8ed;
      line-height: 25px;
      background: #fafafa; }
      .swipe ul li a i, .swipe ul li a:before {
        font-size: 21px;
        color: #ff8106;
        margin-right: 9px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .swipe ul li a:hover {
        background-color: whitesmoke;
        color: #ff8106; }
        .swipe ul li a:hover i, .swipe ul li a:hover:before {
          color: #ff8106; }

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

.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; } }
/*========================================================
               Responsive Header styles
=========================================================*/
@media (max-width: 767px) {
  .header {
    padding-top: 50px;
    padding-bottom: 85px; }
    .header .search {
      float: none; }
    .header .box-currency {
      margin-right: 0;
      padding: 0; }
    .header .logo {
      float: none;
      text-align: center; }
      .header .logo img {
        display: inline-block; }
    .header .box-cart {
      float: none;
      margin-top: 0; }
    .header .nav {
      margin-top: 0; }
      .header .nav ul {
        display: none; }
    .header .box-right {
      margin-top: 0; }
      .header .box-right:before, .header .box-right:after {
        display: table;
        content: "";
        line-height: 0; }
      .header .box-right:after {
        clear: both; }
    .header .top_panel {
      padding: 0; }
    .header .nav__primary {
      margin-top: 15px;
      background: none; } }
html[lang="ru"] .nav .list-inline li {
  padding-right: 8px;
  padding-left: 8px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    html[lang="ru"] .nav .list-inline li {
      padding-right: 2px;
      padding-left: 2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    html[lang="ru"] .nav .list-inline li {
      padding-right: 20px;
      padding-left: 20px; } }

/*==================     Search Form     ======================*/
.search {
  position: relative;
  margin: 11px 0 10px 10px; }
  @media (min-width: 1200px) {
    .search {
      margin-left: 46px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search {
      margin-right: 0;
      margin-left: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search {
      margin-right: 0;
      margin-left: 10px; } }
  @media (max-width: 767px) {
    .search {
      margin: 0;
      float: none;
      background: #eaf5f8;
      width: 100%;
      display: inline-block; } }
  .search input {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    color: #527b8d;
    display: block;
    margin: 0;
    float: left;
    font-size: 15px;
    line-height: 23px;
    width: 85px;
    height: 59px;
    padding: 18.5px 5px 18.5px 15px;
    background: #eaf5f8;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .search input {
        width: 90px; } }
    @media (max-width: 767px) {
      .search input {
        width: 84%;
        float: left;
        display: inline-block; } }
    .search input::-webkit-input-placeholder {
      color: #527b8d;
      opacity: 1; }
    .search input:-moz-placeholder {
      color: #527b8d;
      opacity: 1; }
    .search input::-moz-placeholder {
      color: #527b8d;
      opacity: 1; }
    .search input:-ms-input-placeholder {
      color: #527b8d;
      opacity: 1; }
  .search button, .search button:focus, .search button:active {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    display: inline-block;
    color: #527b8d;
    background: #eaf5f8;
    height: 59px;
    float: right;
    padding: 0 14px 0 6px; }
    .search button::-moz-focus-inner, .search button:focus::-moz-focus-inner, .search button:active::-moz-focus-inner {
      border: none;
      padding: 0; }
    .search button i, .search button:focus i, .search button:active i {
      font: 400 24px/50px 'FontAwesome', sans-serif;
      color: #527b8d;
      vertical-align: top; }
  .search button:hover i, .search button:focus:hover i, .search button:active:hover i {
    color: #1DACD9; }

@media (max-width: 479px) {
  .search-form {
    width: 270px; } }
#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px !important;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  list-style-type: none;
  z-index: 12;
  width: 100%;
  min-width: 290px;
  border-top: 0;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  border: 1px solid #dbe8ed;
  text-align: left; }
  #livesearch_search_results li {
    padding: 0px;
    overflow: hidden; }
    #livesearch_search_results li img {
      overflow: hidden;
      float: left;
      margin-right: 10px; }
      #livesearch_search_results li img.loading {
        background: #fff; }
    #livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
      background-color: #eaf5f8; }
      #livesearch_search_results li:hover a, #livesearch_search_results li.highlighted a {
        color: #ff8106; }
  #livesearch_search_results a, #livesearch_search_results a:visited {
    display: block;
    padding: 5px;
    float: left;
    width: 100%;
    color: #698d9c;
    text-decoration: none; }

@media (min-width: 768px) and (max-width: 991px) {
  #livesearch_search_results li img {
    display: none !important; } }
/*================ Box Cart  ===============*/
.box-cart {
  position: relative; }
  .box-cart .btn-danger {
    border: 0;
    font-size: 13px; }
  .box-cart .btn {
    margin-bottom: 7px; }

.cart-total {
  display: none; }

.cart-total3 {
  display: none; }

/*================  Cart  ===============*/
.box-cart .cart {
  position: relative; }
  .box-cart .cart .bg-cart {
    position: relative;
    background: url(../image/cart.png) no-repeat center top;
    width: 80px;
    height: 158px;
    padding-top: 50px;
    text-align: center;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    @media (max-width: 767px) {
      .box-cart .cart .bg-cart {
        background: none;
        width: auto;
        height: 50px;
        padding: 0 10px 0 15px;
        border-left: 1px solid #dbe8ed;
        margin: 0; } }
    .box-cart .cart .bg-cart:hover, .box-cart .cart .bg-cart.open {
      margin-top: 0;
      margin-bottom: 0; }
    .box-cart .cart .bg-cart > button {
      background: none;
      border: none;
      display: inline-block;
      padding: 0;
      outline: none;
      outline-offset: 0;
      cursor: pointer;
      -webkit-appearance: none;
      position: relative;
      padding: 20px 11px; }
      .box-cart .cart .bg-cart > button::-moz-focus-inner {
        border: none;
        padding: 0; }
      .box-cart .cart .bg-cart > button:hover i.fa-shopping-cart {
        color: yellow; }
      .box-cart .cart .bg-cart > button.open button i.fa-shopping-cart {
        color: yellow; }
      @media (max-width: 767px) {
        .box-cart .cart .bg-cart > button {
          padding: 0; }
          .box-cart .cart .bg-cart > button:hover i.fa-shopping-cart, .box-cart .cart .bg-cart > button:active i.fa-shopping-cart, .box-cart .cart .bg-cart > button:focus i.fa-shopping-cart {
            color: #ff8106; }
          .box-cart .cart .bg-cart > button.open button i.fa-shopping-cart {
            color: #ff8106; } }
  .box-cart .cart .dropdown-menu {
    font-size: 13px;
    line-height: 16px; }
    .box-cart .cart .dropdown-menu .name a {
      font-size: 13px;
      line-height: 18px; }
    .box-cart .cart .dropdown-menu .table {
      background: none; }
      .box-cart .cart .dropdown-menu .table tbody tr:first-child > td {
        border: none; }
  .box-cart .cart .cart-total2 {
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: 46px; }
    @media (max-width: 767px) {
      .box-cart .cart .cart-total2 {
        bottom: auto;
        left: auto;
        position: relative;
        margin-left: 10px; } }

/*================  Cart DropDown ===============*/
.cart ul > li:first-child tr {
  border-bottom: 1px solid #dbe8ed; }

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

.cart .total td {
  border: 0;
  padding: 2px;
  font-size: 14px; }

.cart .price-cart {
  color: #1DACD9; }

.cart .dropdown-menu {
  z-index: 1001;
  min-width: 260px; }
  .cart .dropdown-menu img {
    max-width: 50px; }
  .cart .dropdown-menu tr .text-center button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .cart .dropdown-menu table {
    margin-bottom: 10px; }
  .cart .dropdown-menu li > div {
    padding: 0 10px; }
  .cart .dropdown-menu li p {
    margin: 20px 0; }

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

.cart .table.total tr.last td strong,
.cart .table.total tr.last td {
  font-size: 20px;
  font-style: normal; }

.cart .table.total tr.last td strong {
  font-weight: bold;
  color: #ff8106;
  font-size: 15px; }

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

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

@media (max-width: 767px) {
  .box-cart .cart {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 91;
    border-left: none; }
    .box-cart .cart .dropdown-menu {
      max-height: 300px;
      overflow: auto; } }
/*=================== Menu gadget ===================*/
#menu-icon {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 21px;
  font-family: "Roboto Slab", serif;
  line-height: 25px;
  padding: 27px 25px 28px;
  background: #1DACD9; }
  #menu-icon.active:after {
    content: "\f107"; }
  #menu-icon:after {
    float: right;
    content: "\f106";
    font-family: "FontAwesome";
    margin-top: 0;
    display: inline-block;
    text-align: center;
    width: 1.1em;
    font-size: 25px;
    color: #fff; }
  #menu-icon:hover:after {
    color: #ff8106; }

.menu-gadget {
  display: none;
  margin: 35px 0 20px; }

.menu-gadget .menu ul ul a {
  padding-left: 60px !important; }

.menu-gadget .menu {
  padding: 0;
  margin: 0; }
  .menu-gadget .menu ul {
    width: auto;
    padding: 0;
    display: none; }
  .menu-gadget .menu li {
    position: relative;
    list-style-type: none; }
    .menu-gadget .menu li i {
      position: absolute;
      display: block;
      top: 3px;
      right: 2px;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 25px;
      cursor: pointer;
      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; }
      .menu-gadget .menu li i:hover {
        color: #ff8106; }
    .menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover {
      background: #cbe6ee;
      color: #ff8106; }
  .menu-gadget .menu a {
    padding: 10px 15px;
    display: block;
    border-top: 1px solid #ecf3f5;
    color: #527b8d;
    font-size: 14px;
    background: #d3eaf0; }
  .menu-gadget .menu li li a {
    padding: 10px 15px 10px 45px; }
  .menu-gadget .menu li li:last-child {
    padding-bottom: 0; }
  .menu-gadget .menu li li li a {
    padding: 10px 15px 10px 35px; }

.menu-gadget .menu li i.fa-angle-up:before {
  content: "" !important; }

/*========================================================
                      Menu styles
=========================================================*/
.menu-button {
  line-height: 24px; }
  .menu-button > .menu {
    text-align: left;
    margin: 0 -15px; }
    .menu-button > .menu:before, .menu-button > .menu:after {
      display: table;
      content: "";
      line-height: 0; }
    .menu-button > .menu:after {
      clear: both; }
    .menu-button > .menu > li {
      position: relative;
      float: left; }
      .menu-button > .menu > li a {
        color: #fff;
        font-size: 30px;
        line-height: 36px;
        font-weight: bold;
        width: 100%;
        height: 80px;
        letter-spacing: -.5px;
        display: inline-block;
        background: #ff8106;
        padding: 21px 18px 23px 30px;
        cursor: pointer;
        text-transform: uppercase; }
        @media (min-width: 768px) and (max-width: 991px) {
          .menu-button > .menu > li a {
            padding-left: 20px; } }
        .menu-button > .menu > li a i {
          display: inline-block;
          float: right;
          font-size: 21px;
          line-height: 40px;
          height: 36px;
          color: #ff8106;
          vertical-align: top; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .menu-button > .menu > li a {
            font-size: 22px; }
            .menu-button > .menu > li a i {
              font-size: 22px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .menu-button > .menu > li a {
            font-size: 20px; }
            .menu-button > .menu > li a i {
              display: none; } }
      .menu-button > .menu > li.sfHover > a,
      .menu-button > .menu > li > a:hover,
      .menu-button > .menu > li > a.active {
        color: #fff;
        background-color: #ff9b39; }
        .menu-button > .menu > li.sfHover > a i,
        .menu-button > .menu > li > a:hover i,
        .menu-button > .menu > li > a.active i {
          color: #fff; }
      .menu-button > .menu > li ul {
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
        display: inline-block;
        width: 100%; }
        .menu-button > .menu > li ul li {
          border-top: 1px solid #dbe8ed;
          background: #fff; }
          .menu-button > .menu > li ul li:first-child {
            border-top: none; }
          .menu-button > .menu > li ul li ul li a:hover {
            background: #ff8106; }
          .menu-button > .menu > li ul li a {
            color: #698d9c;
            font-size: 15px;
            line-height: 18px;
            font-weight: normal;
            text-transform: none;
            width: 100%;
            height: auto;
            padding: 21px 48px 20px 25px;
            background: none; }
            @media (min-width: 768px) and (max-width: 991px) {
              .menu-button > .menu > li ul li a {
                padding-left: 15px; } }
            .menu-button > .menu > li ul li a:hover {
              color: #fff;
              background: #1DACD9; }
            .menu-button > .menu > li ul li a i {
              position: absolute;
              pointer-events: none;
              top: 11px;
              right: 10px;
              display: inline-block;
              width: 36px;
              height: 36px;
              background: #eaf5f8;
              font-size: 25px;
              line-height: 36px;
              text-align: center;
              vertical-align: top;
              color: #ff8106; }

.nav__primary {
  padding: 0;
  line-height: 0;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .nav__primary {
      margin-bottom: 0; } }
  .nav__primary > .container {
    position: relative; }
    .nav__primary > .container:before {
      position: absolute;
      content: '';
      display: block;
      background: #fff;
      top: 0;
      left: 5%;
      width: 90%;
      height: 100%;
      -webkit-box-shadow: 0 5px 20px rgba(120, 144, 161, 0.3);
      -moz-box-shadow: 0 5px 20px rgba(120, 144, 161, 0.3);
      box-shadow: 0 5px 20px rgba(120, 144, 161, 0.3); }
      @media (max-width: 767px) {
        .nav__primary > .container:before {
          display: none; } }
    .nav__primary > .container .top-menu .col-sm-9 {
      width: 77%;
      padding-right: 11px; }
      @media (max-width: 767px) {
        .nav__primary > .container .top-menu .col-sm-9 {
          padding-right: 0; } }
    .nav__primary > .container .top-menu .col-sm-3 {
      width: 23%; }
      .nav__primary > .container .top-menu .col-sm-3 ul {
        list-style: none;
        padding: 0; }
        .nav__primary > .container .top-menu .col-sm-3 ul ul {
          margin: 0; }

/*================ Menu  ===============*/
.nav__primary .menu-button .menu {
  list-style: none; }
  .nav__primary .menu-button .menu li {
    position: relative; }
    .nav__primary .menu-button .menu li ul {
      display: none;
      height: auto;
      min-width: 100%;
      top: 100%;
      width: 100%;
      left: 0;
      position: absolute; }
      .nav__primary .menu-button .menu li ul ul {
        left: 100%;
        display: inline-block;
        padding-top: 0;
        top: 0;
        padding-left: 3px; }
  .nav__primary .menu-button .menu > li {
    width: 100%; }

/*================ Sub-menu lvl1  ===============*/
.nav__primary .menu ul {
  display: none;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*================ Sub-menu lvl1 item  ===============*/
.nav__primary .menu ul li {
  position: relative; }
.nav__primary .menu ul a {
  display: inline-block; }

/*================ Sub-menu lvl2 ===============*/
.nav__primary .menu ul ul {
  left: 100%;
  top: 0; }
  .nav__primary .menu ul ul:before {
    display: none; }

.nav__primary .menu ul > li > .sf-with-ul {
  position: relative; }
  .nav__primary .menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    content: '\f054';
    font: 400 14px/14px 'FontAwesome'; }

@media (max-width: 767px) {
  .nav__primary .menu {
    display: none; }

  .menu-gadget {
    display: block; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  z-index: 99; }

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important; } }
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #eaf5f8;
  overflow: hidden; }

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

/*==================  Marked List  ======================*/
.box.account ul, .box.affilate ul {
  padding: 10px 20px;
  background: #fff;
  list-style-type: none; }
  @media (min-width: 768px) and (max-width: 992px) {
    .box.account ul, .box.affilate ul {
      padding-left: 15px;
      padding-right: 15px; } }
  .box.account ul li, .box.affilate ul li {
    border-top: 1px solid #eaf5f8;
    padding: 11px 0 10px; }
    .box.account ul li:first-child, .box.affilate ul li:first-child {
      border: none; }
    .box.account ul li a, .box.affilate ul li a {
      position: relative;
      display: inline-block;
      color: #527b8d; }
      @media (min-width: 768px) and (max-width: 992px) {
        .box.account ul li a, .box.affilate ul li a {
          font-size: 13px; } }
      .box.account ul li a:before, .box.affilate ul li a:before {
        content: '\f054';
        margin-right: 8px;
        font-weight: 400;
        font-size: 10px;
        font-family: "FontAwesome";
        color: #ff8106;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        vertical-align: top;
        display: inline-block;
        margin-top: 1px; }
        @media (min-width: 768px) and (max-width: 992px) {
          .box.account ul li a:before, .box.affilate ul li a:before {
            margin-right: 5px;
            font-size: 8px; } }
  .box.account ul a:hover, .box.affilate ul a:hover {
    color: #1DACD9; }

.site-map-page #content ul, .manufacturer-content div, #content ul.list-unstyled {
  margin: 0;
  list-style-type: none; }
  .site-map-page #content ul a, .site-map-page #content ul a:visited, .manufacturer-content div a, .manufacturer-content div a:visited, #content ul.list-unstyled a, #content ul.list-unstyled a:visited {
    position: relative;
    color: #527b8d; }
    .site-map-page #content ul a:before, .site-map-page #content ul a:visited:before, .manufacturer-content div a:before, .manufacturer-content div a:visited:before, #content ul.list-unstyled a:before, #content ul.list-unstyled a:visited:before {
      content: '\f054';
      margin-right: 8px;
      font-weight: 400;
      font-size: 10px;
      font-family: "FontAwesome";
      color: #ff8106;
      vertical-align: top;
      margin-top: 1px;
      display: inline-block; }
  .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: #1DACD9; }

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

@media (max-width: 767px) {
  aside {
    margin-top: 20px; }
    aside .container {
      padding: 0;
      width: 100%; }

  .information-contact #content [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 10px; } }
/*========================================================
                        Buttons
=========================================================*/
.buttons {
  margin: 1em 0; }
  .buttons:before, .buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .buttons:after {
    clear: both; }

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

/*================   Default Buttons BEGIN   ===============*/
.btn-danger,
.btn-primary,
.btn-info,
.btn-default {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  text-shadow: none;
  border-radius: 0;
  background: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .btn-danger::-moz-focus-inner,
  .btn-primary::-moz-focus-inner,
  .btn-info::-moz-focus-inner,
  .btn-default::-moz-focus-inner {
    border: none;
    padding: 0; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  text-shadow: none;
  box-shadow: none;
  background: none; }

.btn:visited,
.btn {
  font-size: 14px;
  color: #FFF;
  background: #1DACD9;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 12px 16px;
  outline: none; }

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  background: #ff8106;
  color: #FFF; }

.btn-icon,
.btn-icon:visited {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  background: #c4e3eb; }
  .btn-icon i,
  .btn-icon:visited i {
    font-size: 20px;
    line-height: 40px;
    vertical-align: top; }
  .btn-icon:hover, .btn-icon:active, .btn-icon:focus,
  .btn-icon:visited:hover,
  .btn-icon:visited:active,
  .btn-icon:visited:focus {
    background: #527b8d; }
  .btn-icon.btn-add,
  .btn-icon:visited.btn-add {
    background: #1DACD9; }
    .btn-icon.btn-add:hover, .btn-icon.btn-add:active, .btn-icon.btn-add:focus,
    .btn-icon:visited.btn-add:hover,
    .btn-icon:visited.btn-add:active,
    .btn-icon:visited.btn-add:focus {
      background: #ff8106; }

#button-payment-method.btn {
  margin-bottom: 10px; }

.btn-info, .btn-info:visited {
  background-color: #c4e3eb; }

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #527b8d; }

.btn-danger, .btn-danger:visited {
  background-color: #ff1a1a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #ff4d4d; }

/*================   Default Buttons END   ===============*/
/*================   Product Buttons BEGIN   ===============*/
.product-thumb .product-btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #ff8106;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  padding: 17px 20px 18px; }
  .product-thumb .product-btn::-moz-focus-inner {
    border: none;
    padding: 0; }

.product-thumb .product-btn:hover {
  background-color: #1DACD9; }

.product-thumb .product-btn-add {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #1DACD9;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  padding: 16px 25px 19px; }
  .product-thumb .product-btn-add::-moz-focus-inner {
    border: none;
    padding: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product-thumb .product-btn-add {
      font-size: 17px;
      line-height: 20px;
      padding: 13px 20px 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-thumb .product-btn-add {
      font-size: 14px;
      line-height: 16px;
      padding: 10px 16px 12px; } }

.product-thumb .product-btn-add:hover {
  background-color: #ff8106; }

.product-thumb .quickview {
  display: inline-block;
  opacity: 0;
  top: 30%;
  left: 50%;
  font-size: 12px;
  line-height: 14px;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  padding: 12px 5px;
  color: #fff;
  background: #9ed1de;
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px); }
  .product-thumb .quickview:hover {
    color: #fff;
    background: #65b6cb; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product-thumb .quickview {
      top: 27%; } }

/*================   Product Buttons END   ===============*/
#compare-total {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  padding: 17px 20px 18px;
  background: #1DACD9;
  margin-left: 10px; }
  #compare-total:hover {
    background: #ff8106; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #compare-total {
      font-size: 17px;
      line-height: 21px;
      padding: 14px 16px 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #compare-total {
      font-size: 14px;
      line-height: 17px;
      padding: 11px 13px; } }
  @media (max-width: 767px) {
    #compare-total {
      font-size: 17px;
      line-height: 21px;
      padding: 14px 16px 14px; } }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px; }

  .product-filter .button-view {
    margin-top: 10px; } }
@media (max-width: 1199px) {
  .information-contact .panel .btn-info {
    padding-left: 8px;
    padding-right: 8px;
    white-space: normal; }
    .information-contact .panel .btn-info i.fa-map-marker {
      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; } }
/*========================================================
                      Banners
=========================================================*/
.banners > div {
  margin-bottom: 30px;
  display: inline-block;
  max-width: 100%; }
  @media (max-width: 767px) {
    .banners > div {
      display: inline-block;
      text-align: left; } }
  .banners > div .banner-box {
    position: relative; }
    .banners > div .banner-box > a {
      display: block; }

@media (max-width: 767px) {
  .banners {
    text-align: center; } }
.banners a {
  overflow: hidden;
  display: inline-block;
  max-width: 100%; }
  .banners a .s-desc {
    position: absolute;
    padding: 0 35px 30px;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .banners a .s-desc {
        padding: 0 32px 24px; } }
    @media (max-width: 400px) {
      .banners a .s-desc {
        padding: 0 32px 24px; } }
    .banners a .s-desc .name-banner {
      display: inline-block;
      width: 100%;
      font: 700 40px/42px "Roboto Slab", serif;
      text-transform: uppercase;
      margin-bottom: 15px;
      color: #527b8d; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .banners a .s-desc .name-banner {
          font-size: 32px;
          line-height: 34px;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .banners a .s-desc .name-banner {
          font-size: 21px;
          line-height: 22px;
          margin-bottom: 8px; } }
      @media (max-width: 400px) {
        .banners a .s-desc .name-banner {
          font-size: 32px;
          line-height: 34px;
          margin-bottom: 10px; } }
    .banners a .s-desc .button {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font-size: 21px;
      line-height: 25px;
      padding: 16px 28px 19px;
      background: #1DACD9;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .banners a .s-desc .button {
          font-size: 17px;
          line-height: 20px;
          padding: 13px 22px 15px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .banners a .s-desc .button {
          font-size: 14px;
          line-height: 16px;
          padding: 10px 18px 12px; } }
      @media (max-width: 400px) {
        .banners a .s-desc .button {
          font-size: 17px;
          line-height: 20px;
          padding: 13px 22px 15px; } }
  .banners 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; }
  .banners a:hover .button {
    background-color: #ff8106; }
  .banners a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/*========================================================
                   Responsive Banners
=========================================================*/
/*========================================================
                      HTML boxes
=========================================================*/
@media (max-width: 767px) {
  .box_html.events {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; } }

/*========================================================
               Responsive HTML boxes
=========================================================*/
/*========================================================
                      Product
=========================================================*/
.product-layout {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 30px; }

/*=================== Product Image ===================*/
.product-thumb .image {
  position: relative;
  text-align: center; }
  .product-thumb .image > a {
    display: inline-block;
    max-width: 100%;
    position: relative;
    padding: 0 !important; }
    .product-thumb .image > a img {
      position: relative;
      display: inline-block;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      margin-left: auto;
      margin-right: auto; }

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

/*=================== Product Caption ===================*/
.product-thumb {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .product-thumb h4 a:hover, .product-thumb .name a:hover {
    color: #1DACD9; }
  .product-thumb .quickview {
    position: absolute;
    z-index: 2;
    color: #fff; }
  .product-thumb:hover .quickview {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }
  .product-thumb:hover .new_pr, .product-thumb:hover .sale {
    top: -35px; }
  .product-thumb:hover .image > a img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/*==================  Product List  ===================*/
.product-list .product-thumb .caption {
  overflow: hidden; }

.product-list .product-thumb .image {
  float: left;
  margin-right: 30px;
  width: 30%; }
.product-list .product-thumb .cart-button .btn {
  margin-top: 0;
  display: inline-block; }

/*==================  SALE, NEW Message ===================*/
.sale, .new_pr {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  top: -25px;
  right: 10px;
  color: #fff;
  background: url(../image/new.png) no-repeat center top;
  width: 40px;
  height: 115px;
  z-index: 2;
  pointer-events: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sale, .new_pr {
      top: -35px;
      right: -5px; } }
  .sale span, .new_pr span {
    position: relative;
    display: inline-block;
    margin: 69px 0 0 -2px;
    text-align: center;
    width: 47px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.sale {
  background-image: url(../image/sale.png); }

/*=================== Product Price  ===================*/
.price {
  display: inline-block;
  font: 400 21px/22px "Roboto Slab", serif;
  color: #1DACD9;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 5px; }

.tax {
  font-size: 14px; }

.price-section {
  font-size: 31px;
  color: #1DACD9;
  line-height: normal;
  margin-bottom: 5px;
  padding-bottom: 5px; }
  .price-section .reward-block {
    font-size: 12px;
    color: #527b8d; }

.price-old {
  display: inline-block;
  text-decoration: line-through;
  color: #59d9f8;
  font-size: 13px;
  line-height: 16px; }

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

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

.price s {
  color: #59d9f8;
  font-size: 13px; }

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

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

.price-section span.reward {
  display: block; }

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

.table.table-bordered .price {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: inherit;
  text-align: right; }

/*=================== Product Rating ===================*/
.rating {
  line-height: 20px; }
  .rating .fa-stack {
    font-size: 11px;
    width: 0.9em; }
  .rating .fa-star {
    color: #f7b73d;
    font-size: 11px; }
  .rating .fa-star + .fa-star-o {
    color: #f7b73d; }
  .rating .fa-star-o {
    font-size: 11px;
    color: #f7b73d; }
  .rating .none-star {
    color: #FFF;
    font-size: 11px; }

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

.fancybox-skin .fa-stack {
  color: #1DACD9; }

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

/*=================== CUSTOM Block Products ===================*/
/*========================================================
               Responsive Styles Product
=========================================================*/
@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
@media (max-width: 767px) {
  .product-thumb {
    padding: 10px 5px 10px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }

  .grid {
    text-align: center; }
    .grid .product-grid {
      float: none;
      max-width: 270px;
      display: inline-block; }

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

  .product-desc iframe {
    float: none;
    margin: 0 0 2em;
    max-width: 560px;
    width: 100% !important; } }
/*=========== lang ================*/
html[lang="de"] .sale,
html[lang="ru"] .sale {
  background-image: url(../image/sale-ru.png); }
html[lang="de"] .new_pr,
html[lang="ru"] .new_pr {
  background-image: url(../image/new-ru.png); }
html[lang="de"] .sale, html[lang="de"] .new_pr,
html[lang="ru"] .sale,
html[lang="ru"] .new_pr {
  height: 125px;
  top: -30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    html[lang="de"] .sale, html[lang="de"] .new_pr,
    html[lang="ru"] .sale,
    html[lang="ru"] .new_pr {
      top: -40px; } }
  html[lang="de"] .sale span, html[lang="de"] .new_pr span,
  html[lang="ru"] .sale span,
  html[lang="ru"] .new_pr span {
    width: 62px;
    margin: 76px 0 0 -10px; }
html[lang="de"] .product-thumb:hover .sale, html[lang="de"] .product-thumb:hover .new_pr,
html[lang="ru"] .product-thumb:hover .sale,
html[lang="ru"] .product-thumb:hover .new_pr {
  top: -40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    html[lang="de"] .product-thumb:hover .sale, html[lang="de"] .product-thumb:hover .new_pr,
    html[lang="ru"] .product-thumb:hover .sale,
    html[lang="ru"] .product-thumb:hover .new_pr {
      top: -45px; } }

/*=================================*/
/*========================================================
                         Box
=========================================================*/
#content .box .box-content {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center; }

.box .product-thumb, .grid .product-thumb, .related-slider .product-thumb {
  max-width: 270px;
  display: inline-block; }

.related-slider .owl-item {
  text-align: center; }
  .related-slider .owl-item .product-thumb {
    text-align: left; }

.product-thumb {
  background: #fff;
  padding: 14px 20px 20px 20px;
  overflow: hidden;
  text-align: left; }
  .product-thumb .rating {
    position: absolute;
    top: 5px;
    left: 10px; }
  .product-thumb .caption {
    margin-left: 9px; }
    .product-thumb .caption .name {
      display: inline-block;
      width: 100%;
      margin-bottom: 13px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-thumb .caption {
        margin-left: 0; }
        .product-thumb .caption .name {
          margin-bottom: 8px; } }
    .product-thumb .caption .cart-button {
      display: inline-block;
      width: 100%; }
      .product-thumb .caption .cart-button button {
        margin-bottom: 10px; }
      .product-thumb .caption .cart-button .btn-icon {
        margin-right: 5px; }
    .product-thumb .caption .description,
    .product-thumb .caption .description-small {
      margin-bottom: 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-thumb .caption .description,
        .product-thumb .caption .description-small {
          font-size: 13px;
          line-height: 18px; } }

.product-grid .description,
.product-list .description-small {
  display: none; }

#container .box {
  margin-bottom: 0; }
  #container .box .owl-item > div {
    line-height: 0; }
    #container .box .owl-item > div .product-thumb {
      line-height: 24px; }

.box {
  margin-bottom: 30px;
  overflow: hidden; }
  .box .box-heading {
    background: #fff;
    margin: 0 0 30px;
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%; }
    .box .box-heading h3 {
      margin: 0;
      color: #527b8d;
      font: 400 21px/25px "Roboto Slab", serif;
      padding: 27px 25px 28px 28px; }
      @media (max-width: 480px) {
        .box .box-heading h3 {
          font-size: 18px;
          padding-left: 15px;
          padding-right: 105px; } }
  .box .owl-carousel {
    background: none;
    border: none;
    margin-bottom: 0; }
    .box .owl-carousel .owl-item > div {
      margin: 0 15px; }
    .box .owl-carousel .owl-buttons div {
      opacity: 1 !important;
      top: -90px;
      text-shadow: none;
      border: 1px solid #d3e3e7;
      background: #fff;
      width: 40px;
      height: 40px;
      line-height: 38px;
      text-align: center; }
      .box .owl-carousel .owl-buttons div.owl-prev {
        left: auto;
        right: 78px; }
      .box .owl-carousel .owl-buttons div.owl-next {
        right: 35px; }
      .box .owl-carousel .owl-buttons div i {
        font-size: 15px;
        line-height: 38px;
        color: #527b8d; }
      .box .owl-carousel .owl-buttons div:hover i {
        color: #ff8106; }

aside .box.featured .product-layout, aside .box.bestsellers .product-layout {
  padding-left: 0;
  padding-right: 0; }
@media (min-width: 768px) and (max-width: 991px) {
  aside .box .box-heading h3 {
    font-size: 15px;
    padding-left: 18px;
    padding-right: 10px; } }
aside .box .box-content .product-layout {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0; }
  aside .box .box-content .product-layout:first-child {
    margin-top: 0; }

/*========================================================
                    Responsive Box
=========================================================*/
@media (max-width: 767px) {
  .list {
    text-align: center; }
    .list .product-layout {
      text-align: left;
      max-width: 270px;
      float: none;
      display: inline-block; }
      .list .product-layout .product-thumb {
        max-width: 270px;
        display: inline-block; }
        .list .product-layout .product-thumb .image {
          float: none;
          margin-right: 0;
          width: auto; }

  aside .box.featured, aside .box.bestsellers {
    text-align: center; }
    aside .box.featured .product-layout, aside .box.bestsellers .product-layout {
      float: none;
      max-width: 270px;
      display: inline-block;
      padding-left: 15px;
      padding-right: 15px; }
  aside .box .box-heading {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px; }
    aside .box .box-heading:after {
      content: '\f055';
      position: absolute;
      right: 25px;
      top: 0;
      font-size: 21px;
      line-height: 80px;
      text-align: center;
      float: right;
      font-family: "FontAwesome";
      color: #527b8d; }
    aside .box .box-heading.active:after {
      content: '\f056'; }
    aside .box .box-heading:hover:after {
      color: #ff8106; }
  aside .box .box-content {
    padding-top: 20px; } }
/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  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; }

/*========================================================
                         Footer
=========================================================*/
footer {
  margin-top: 22px;
  padding-top: 30px;
  background: #1DACD9;
  color: #fff; }
  footer .foot-clear {
    display: none; }
  @media (min-width: 768px) and (max-width: 992px) {
    footer .col-sm-2 {
      width: 33.3333%; }
    footer .col-sm-3 {
      width: 50%; }
    footer .foot-clear {
      display: block; } }
  footer h5 {
    font-size: 21px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 27px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer h5 {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 22px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer h5 {
        margin-bottom: 10px; } }
  footer .social h5 {
    margin-bottom: 25px; }
  footer li {
    padding: 5px 0;
    line-height: 16px;
    margin-bottom: 18px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer li {
        line-height: 14px;
        margin-bottom: 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer li {
        line-height: 16px;
        margin-bottom: 5px; } }
    footer li a {
      color: #fff;
      font-size: 14px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        footer li a {
          font-size: 12px; } }
      footer li a:visited {
        color: #fff; }
      footer li a:hover, footer li a:focus, footer li a:active {
        color: yellow; }
  footer .social a {
    margin-right: 7px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    footer .social a i {
      display: inline-block;
      width: 81px;
      height: 81px;
      font-size: 28px;
      line-height: 81px;
      text-align: center;
      color: #fff;
      background: #36e8f8;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
      footer .social a i.fa-twitter {
        background: #4465f6; }
    footer .social a:hover {
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.copyright br {
  display: none; }

.copyright {
  margin-top: 35px;
  font-size: 12px;
  line-height: 14px;
  border-top: 1px solid #98ca4f;
  padding-top: 27px;
  padding-bottom: 27px; }
  @media (max-width: 767px) {
    .copyright {
      padding-bottom: 50px; } }
  .copyright a {
    color: #fff; }
    .copyright a:hover {
      color: yellow; }

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  footer h5 {
    font-size: 19px; }

  footer .footer_box {
    margin-top: 15px; } }
@media (max-width: 767px) {
  footer {
    padding-top: 0;
    margin-top: 20px; }

  .box-right-bottom,
  footer > .container {
    display: none; }

  footer {
    text-align: center; }
    footer .copyright {
      margin-top: 0; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #d3e3e7;
  font-size: 15px;
  color: #d3e3e7;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: fixed;
  right: 66px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover, .toTop:visited, .toTop:focus, .toTop:active {
    text-decoration: none;
    color: #527b8d;
    border-color: #527b8d; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/* alert */
.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30; }

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

#product .alert {
  position: relative; }

/*=================== Breadcrumb ===================*/
.breadcrumb {
  margin: 0 0 30px;
  padding: 15px 25px;
  border-radius: 0;
  border: none;
  background: #fff; }
  .breadcrumb a {
    display: inline-block; }
  .breadcrumb a:hover {
    color: #1DACD9; }
  .breadcrumb i {
    font-size: 15px; }

.pagination {
  margin: 0; }

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

.price-new {
  color: #1DACD9;
  margin-right: 5px; }

td .price,
.price b {
  font-size: 15px;
  padding-bottom: 0;
  font-weight: normal; }

.price b, .price s {
  display: inline-block;
  margin-right: 5px; }

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

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

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

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

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

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

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

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

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

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

#list-view,
#grid-view {
  background: none;
  box-shadow: none;
  color: #c4e3eb; }

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

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

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

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

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

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

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

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

.thumbnails > img {
  width: 100%; }

.thumbnail a {
  display: block; }
  .thumbnail a:hover {
    opacity: .9; }

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

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

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

.flexslider .slides img {
  width: inherit; }

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

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

.slides li {
  text-align: center; }

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

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

/** dropdown **/
.dropdown-menu > li > a,
.dropdown-menu > li > button {
  text-transform: uppercase;
  color: #698d9c;
  padding: 0 10px;
  line-height: 16px;
  font-size: 12px;
  vertical-align: top; }

/***************PRODUCT PAGE**********************/
.quickview_description {
  margin-top: 15px; }

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

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

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

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

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

.product-share {
  clear: both;
  padding: 0;
  height: 32px;
  margin-top: 1em; }
  .product-share li {
    display: inline-block;
    text-align: center;
    margin-right: 3px; }
    .product-share li a {
      display: block;
      height: 30px;
      width: 30px;
      border-radius: 100%;
      background: #ccc;
      color: #fff; }
      .product-share li a:hover {
        background: #383838; }
    .product-share li i {
      line-height: 32px;
      font-size: 18px; }

.product-buttons {
  clear: both;
  overflow: hidden;
  margin: 0 -5px 1em;
  padding: 0 0 5px; }
  .product-buttons li {
    float: left;
    width: 50%;
    padding: 0 5px;
    list-style: none; }
    .product-buttons li button {
      width: 100%; }

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

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

#reviews_form_title:hover {
  color: #ff8106; }

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

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

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

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

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

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

.product-content-columns .btn-add {
  font-size: 21px;
  line-height: 25px;
  padding: 17px 20px 18px;
  background: #1DACD9; }
  .product-content-columns .btn-add:visited {
    background: #1DACD9; }
  .product-content-columns .btn-add:hover, .product-content-columns .btn-add:focus, .product-content-columns .btn-add:active {
    background: #ff8106; }
.product-content-columns .btn-icon i {
  min-width: 1.4em; }

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

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

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

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

@media (max-width: 767px) {
  .bx-wrapper .bx-controls-direction .bx-prev i, .bx-wrapper .bx-controls-direction .bx-next i {
    display: none; }
  .bx-wrapper .bx-controls-direction .bx-prev:before, .bx-wrapper .bx-controls-direction .bx-next:before {
    font-family: "FontAwesome"; }

  .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: '\f104'; }

  .bx-wrapper .bx-controls-direction .bx-next:before {
    content: '\f105'; } }
.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
  line-height: 0; }
.product-gallery:after {
  clear: both; }

#full_gallery {
  background: #fff;
  border: 1px solid #dbe8ed; }

#default_gallery {
  /*border:1px solid #ececec;*/
  margin-bottom: 30px; }

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

#default_gallery .image-thumb .bx-wrapper .bx-prev,
#default_gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background: rgba(82, 123, 141, 0.4);
  text-align: center;
  right: auto;
  margin: 0;
  left: auto;
  border: 0; }
  #default_gallery .image-thumb .bx-wrapper .bx-prev i,
  #default_gallery .image-thumb .bx-wrapper .bx-next i {
    line-height: 30px;
    color: #fff;
    display: block; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #default_gallery .image-thumb .bx-wrapper .bx-prev,
    #default_gallery .image-thumb .bx-wrapper .bx-next {
      height: 20px;
      line-height: 20px; }
      #default_gallery .image-thumb .bx-wrapper .bx-prev i,
      #default_gallery .image-thumb .bx-wrapper .bx-next i {
        font-size: 16px;
        line-height: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #default_gallery .image-thumb .bx-wrapper .bx-prev,
    #default_gallery .image-thumb .bx-wrapper .bx-next {
      height: 16px;
      line-height: 16px; }
      #default_gallery .image-thumb .bx-wrapper .bx-prev i,
      #default_gallery .image-thumb .bx-wrapper .bx-next i {
        font-size: 12px;
        line-height: 16px; } }

#default_gallery .image-thumb .bx-wrapper .bx-prev:hover,
#default_gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #b1dae5; }

#default_gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto;
  right: auto; }

#default_gallery .image-thumb img:hover,
#default_gallery .image-thumb .active img {
  border-color: #9dd1df; }

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

#default_gallery .image-thumb {
  padding: 0;
  float: left;
  padding-right: 1em;
  width: 18%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #default_gallery .image-thumb {
      padding-right: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #default_gallery .image-thumb {
      padding-right: 15px; } }

.product-image {
  float: left;
  width: 81.5%;
  background: none; }

.zoomWindow {
  background-color: #fff; }

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

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

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

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

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

.review-score .fa-stack {
  width: 1.2em;
  height: 1.2em;
  color: #f7b73d; }
  .review-score .fa-stack .fa-stack-2x {
    font-size: 14px; }

.product_page h1 {
  font-size: 23px;
  margin-bottom: 20px;
  line-height: normal; }

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

.reward-block span {
  display: block; }

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

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

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

#full_gallery {
  display: none; }

/***************owl carousel**********************/
.owl-carousel {
  box-shadow: none; }

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

/***************PRODUCT CATEGORY PAGE**********************/
.zoomWrapper {
  vertical-align: top; }

#default_gallery .image {
  background-color: #efeeee;
  width: 81.6%;
  overflow: hidden;
  border: 1px solid #dbe8ed;
  margin-bottom: 1px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    #default_gallery .image {
      width: 82%; } }

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

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

.general_info {
  margin-bottom: 20px; }

.fancybox-inner .price {
  margin-bottom: 15px; }

.fancybox-inner .cart-button .btn-icon {
  margin-right: 5px; }

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

.fancybox-overlay-fixed {
  z-index: 100; }

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

/*================== tooltip ==================*/
.tooltip-inner {
  background-color: #527b8d; }

.tooltip.top .tooltip-arrow {
  border-top-color: #527b8d; }

.tooltip.top-left .tooltip-arrow {
  border-top-color: #527b8d; }

.tooltip.top-right .tooltip-arrow {
  border-top-color: #527b8d; }

.tooltip.right .tooltip-arrow {
  border-right-color: #527b8d; }

.tooltip.left .tooltip-arrow {
  border-left-color: #527b8d; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #527b8d; }

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #527b8d; }

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #527b8d; }

/*=============================================*/
.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbe8ed; }

.box-subcat {
  padding: 0;
  margin: 0; }
  .box-subcat li {
    list-style: none;
    text-align: center;
    margin-bottom: 30px; }
    .box-subcat li .image {
      margin-bottom: 10px;
      -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 {
        display: inline-block;
        max-width: 100%; }
        .box-subcat li .image a img {
          background-color: #fff; }
        .box-subcat li .image a:hover {
          border-color: #1DACD9; }
    .box-subcat li.first-in-line {
      clear: left; }

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

.product-filter {
  border-top: 1px solid #dbe8ed;
  border-bottom: 1px solid #dbe8ed;
  padding: 18px 0;
  margin-bottom: 20px; }
  .product-filter label {
    font-size: 13px;
    font-weight: bold;
    padding-top: 7px; }

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

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

.button-view button:active,
.button-view button:focus,
.button-view button:hover {
  color: #1DACD9; }

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

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

/*=============== Event =================*/
.events {
  width: 50%;
  padding: 0 15px 0 0;
  float: left; }
  .events > div {
    padding: 17px 40px 20px 25px;
    color: #fff;
    background: #ff8106; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .events > div {
        padding-top: 19px; } }
    @media (max-width: 480px) {
      .events > div {
        padding-right: 25px; } }
    .events > div div {
      display: inline-block;
      width: 100%;
      margin-bottom: 3px; }
  .events .num {
    font-size: 80px;
    line-height: 80px;
    display: inline-block;
    float: left;
    font-weight: 300;
    width: 120px;
    margin-right: 5px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .events .num {
        font-size: 64px;
        line-height: 64px;
        width: 96px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .events .num {
        font-size: 51px;
        line-height: 51px;
        width: 77px; } }
    @media (max-width: 480px) {
      .events .num {
        font-size: 51px;
        line-height: 51px;
        width: 77px; } }
  .events p {
    color: #fff;
    overflow: hidden;
    padding-top: 8px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .events p {
        font-size: 13px;
        line-height: 21px;
        padding-top: 6px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .events p {
        font-size: 12px;
        line-height: 16px;
        padding-top: 4px; } }
    @media (max-width: 480px) {
      .events p {
        font-size: 13px;
        line-height: 16px;
        padding-top: 4px; } }

/*======== RELATED PRODUCTS =============*/
.related-slider {
  padding: 0 15px;
  margin: 0;
  list-style-type: none; }

.related-products .owl-carousel {
  padding-left: 30px;
  padding-right: 30px;
  background: none;
  border: none; }
  .related-products .owl-carousel .owl-item > div {
    margin-left: 15px;
    margin-right: 15px; }
  .related-products .owl-carousel li .product-thumb {
    margin-bottom: 0; }
  .related-products .owl-carousel .owl-buttons div i {
    color: #b1dae5; }
  .related-products .owl-carousel .owl-buttons div:hover i {
    color: #ff8106; }
  .related-products .owl-carousel:hover .owl-buttons .owl-next {
    right: 8px !important; }

/*======== PRODUCT TABS =============*/
.tabs {
  margin-top: 10px; }

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

.tabs .tab-heading {
  padding: 13px 20px;
  line-height: 32px;
  color: #527b8d;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #dbe8ed;
  border-bottom: 4px solid #dbe8ed;
  background-color: #fff; }

.table .price {
  display: table-cell;
  font-size: 15px; }

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

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

.rating a {
  cursor: pointer; }

/*=========Name===================*/
@media (min-width: 768px) and (max-width: 991px) {
  .name {
    line-height: 20px; } }
.name a {
  color: #ff8106;
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .name a {
      font-size: 13px;
      line-height: 20px; } }
  .name a:hover {
    color: #1DACD9; }

/*======== 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; }

.table .rating {
  line-height: 20px; }
.table .btn, .table button {
  margin: 2px; }

@media (max-width: 991px) {
  .table-compare {
    overflow-x: scroll;
    overflow-y: hidden; }
    .table-compare .table.table-bordered td + td {
      min-width: 270px; } }
@media (max-width: 767px) {
  .table.table-bordered {
    margin-bottom: 10px; }

  .table-responsive {
    border: none; }
    .table-responsive .table-bordered {
      border: 1px solid #dbe8ed; } }
/************** QUICKVIEW **************************/
.quick_info {
  display: none; }

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

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

.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #dbe8ed;
  padding: 10px; }

/****** ABOUT PAGE*****/
.extra-wrap {
  overflow: hidden; }

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

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

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

.about-page h4 {
  margin: -5px 0 5px;
  line-height: 26px; }

.about-page {
  font-size: 14px;
  line-height: 26px; }

.about-page figure img {
  border: 1px solid #dbe8ed; }

.human_info figure,
.about-page figure {
  background: #f2f9fb;
  border: 1px solid #dbe8ed;
  padding: 12px;
  display: block;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0; }

.about-page figure a:hover img {
  border-color: #b9d2dc; }

.human_info figure {
  float: left;
  margin-right: 20px; }

.about-page .excerpt {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px; }

.about-page h5 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 5px; }

.about-page i {
  color: #1DACD9;
  display: block;
  float: left;
  font-size: 56px;
  margin-right: 15px;
  overflow: hidden; }

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

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

.testimonials .testi-item {
  line-height: 20px;
  margin-bottom: 30px; }

.testimonials .testi-item .testi-item_blockquote a {
  font-size: 13px;
  color: #6a95a8; }
  .testimonials .testi-item .testi-item_blockquote a:visited {
    color: #527b8d; }
  .testimonials .testi-item .testi-item_blockquote a:hover, .testimonials .testi-item .testi-item_blockquote a:active, .testimonials .testi-item .testi-item_blockquote a:focus {
    color: #ff8106; }

.testimonials .testi-meta {
  line-height: 18px;
  padding-left: 50px;
  display: block; }

.testimonials .user {
  text-transform: uppercase;
  font-size: 12px; }

.testimonials blockquote:after {
  content: '';
  position: absolute;
  display: block;
  background: url(../image/testi_arr.png) no-repeat left top;
  width: 21px;
  height: 20px;
  bottom: -20px;
  left: 30px; }

.testimonials blockquote {
  border: 1px solid #dbe8ed;
  position: relative;
  margin-bottom: 30px;
  background: #fff; }

.terms_conditions_page p {
  margin-bottom: 20px; }

.terms_conditions_page h4 {
  margin: 0 0 10px;
  text-transform: uppercase; }

.panel-default,
.form-control {
  border-color: #dbe8ed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7aa1b2; }

.table.privacy_page td {
  border-top: 0;
  padding: 0 30px 30px; }

.privacy_page td:first-child {
  text-align: right; }

.privacy_page tr > td + td {
  border-left: 1px solid #dbe8ed; }

.privacy_page {
  font-size: 14px;
  line-height: 22px; }
  .privacy_page h4, .privacy_page p {
    margin-top: 20px; }

.privacy_page h4 {
  max-width: 300px;
  float: right;
  margin-bottom: 10px;
  line-height: normal;
  text-transform: uppercase;
  font-size: 16px; }

.map {
  padding: 0 0 0 15px;
  width: 50%;
  float: left; }
  .map .map_model {
    max-width: 100%;
    display: inline-block; }
  @media (max-width: 767px) {
    .map {
      width: 100%;
      padding: 0;
      text-align: center; } }

/********** SITEMAP PAGE ******************/
.site-map-page #content ul li {
  padding: 5px 0; }

.breadcrumb {
  color: #527b8d; }
  .breadcrumb a {
    color: #527b8d; }
    .breadcrumb a:visited {
      color: #527b8d; }
    .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
      color: #ff8106; }

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

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

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

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

/********/
.manufacturer-list {
  border: 1px solid #dbe8ed;
  margin-bottom: -1px;
  background: #f2f9fb; }

.manufacturer-heading {
  background: #fff;
  border-bottom: 1px solid #dbe8ed;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 5px; }

.manufacturer-heading span {
  background: #ff8106;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px; }

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

.manufacturer-content {
  padding: 15px 20px 20px; }

/********** ACCOUNT ******************/
.well {
  background-color: #f2f9fb;
  border: 1px solid #dbe8ed;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none; }
  .well .heading {
    border-bottom: 1px solid #dbe8ed;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .well .heading i {
      color: #1DACD9;
      float: left;
      font-size: 56px;
      margin-right: 14px;
      line-height: 60px; }
    .well .heading h2 {
      font-size: 18px;
      color: #527b8d;
      margin: 0 0 5px; }
    .well .heading strong {
      font-weight: normal;
      font-style: italic; }
  .well p {
    border-bottom: 1px solid #dbe8ed;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .well a {
    display: inline-block;
    margin-top: 10px; }

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

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

.zoomWindow {
  z-index: 40 !important; }

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

.datepicker .prev, .datepicker .next {
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .datepicker .prev:hover, .datepicker .next:hover {
    color: #1DACD9; }
.datepicker th {
  text-align: center; }
.datepicker .day {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer; }
  .datepicker .day:hover, .datepicker .day.active {
    color: #1DACD9; }

.radio {
  line-height: 18px; }

/* 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%; } }
.fancybox-next {
  right: -60px; }

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

input#input-voucher,
input#input-coupon {
  display: inline-block;
  width: 45%;
  margin-right: 5px; }

@media (max-width: 991px) {
  input#input-voucher,
  input#input-coupon {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%; } }
@media (max-width: 1200px) {
  .table th, .table td {
    padding: 8px; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .fb-like-box {
    width: 210px !important; }
    .fb-like-box > span, .fb-like-box > span > iframe {
      width: 100% !important;
      height: 300px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .well .heading {
    text-align: center; }
    .well .heading h2 {
      font-size: 17px; }
    .well .heading i {
      float: none; }

  .fancybox-next span {
    right: 25px; }

  .fancybox-prev span {
    left: 25px; }

  .panel-body input + span {
    margin-top: 5px;
    display: inline-block; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #full_gallery {
    display: block; }

  #default_gallery {
    display: none; }

  .box .box-content .box-product ul li:hover .quick-view-button {
    display: none !important;
    visibility: hidden; }

  .bx-wrapper .bx-controls-direction .bx-prev i, .bx-wrapper .bx-controls-direction .bx-next i {
    display: none; }
  .bx-wrapper .bx-controls-direction .bx-prev:before, .bx-wrapper .bx-controls-direction .bx-next:before {
    font-family: "FontAwesome"; }

  .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: '\f104'; }

  .bx-wrapper .bx-controls-direction .bx-next:before {
    content: '\f105'; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box-subcat li .name a {
    font-size: 13px;
    line-height: 20px; } }
@media (max-width: 767px) {
  a.quickview {
    display: none !important; }

  #full_gallery {
    display: block; }

  #default_gallery {
    display: none; }

  .tabs .tab-heading:hover {
    cursor: pointer; }

  .tabs .tab-content {
    display: none; }

  .checkout_button, .button-view {
    display: none; }

  aside {
    display: block; }

  .box-subcat li {
    overflow: hidden;
    text-align: left;
    float: left;
    width: 50%; }
    .box-subcat li .image {
      display: inline-block;
      float: left;
      margin-right: 15px;
      width: 25%; }
    .box-subcat li:nth-child(2n+1) {
      clear: both; }
    .box-subcat li + li {
      margin-top: 0 !important; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 90% !important; }

  .delivery_page .table {
    font-size: 13px; } }
@media (max-width: 600px) {
  .breadcrumb > li + li:before {
    display: none; }

  .breadcrumb > li:last-child:after {
    display: none; }

  .breadcrumb > li:after {
    width: auto;
    position: static;
    border: 0;
    content: '>';
    margin-left: 5px;
    display: inline-block;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }

  .breadcrumb > li {
    padding: 0; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 90% !important;
    height: 240px !important; } }
@media (max-width: 530px) {
  .panel-group .panel input#input-voucher,
  .panel-group .panel input#input-coupon {
    width: 100%; }
  .panel-group .panel span {
    display: block;
    margin-top: 5px; } }
@media (max-width: 500px) {
  img.alignleft, .human_info figure {
    float: none;
    margin: 0 auto 20px; }

  h1 {
    font-size: 26px; }

  .box-subcat li {
    width: 100%;
    float: none; } }
@media (max-width: 410px) {
  #accordion .table td,
  #accordion .table thead td {
    font-size: 12px;
    word-wrap: break-word; } }
@media (width: 360px) {
  .common-home .box.latest .box-content, .common-home .box.specials .box-content {
    padding: 0 25px; } }
@media (max-width: 370px) {
  img.alignleft {
    float: none;
    margin: 0 0 20px; }

  .table.privacy_page td {
    padding: 8px; }

  .delivery_page .table td,
  .delivery_page .table th {
    padding: 6px; } }
/*=========== lang ================*/
html[lang="ru"] .nav .list-inline a {
  font-size: 17px; }
@media (min-width: 992px) and (max-width: 1199px) {
  html[lang="ru"] .nav .list-inline a {
    font-size: 14px; }
    html[lang="ru"] .nav .list-inline a span span {
      height: 34px;
      width: 34px;
      line-height: 32px;
      margin-top: -5px; } }

/*=================================*/

.payment ul {
    float: right;
}
.payment ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}