﻿@charset "UTF-8";
/*========================================================
                   Bootstrap Reset
=========================================================*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,cyrillic-ext);
@import url(//fonts.googleapis.com/css?family=Six+Caps);
button, .btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  button::-moz-focus-inner, .btn::-moz-focus-inner {
    border: none;
    padding: 0; }
  button:focus, .btn:focus {
    outline: none; }

label, input, button, select, textarea {
  font-size: 13px;
  color: #60393e; }
  @media (min-width: 768px) and (max-width: 991px) {
    label, input, button, select, textarea {
      font-size: 10px; } }

label {
  font-weight: bold;
  cursor: default; }

.panel-default {
  border-color: #e8d3c9; }
  .panel-default > .panel-heading {
    border-color: #e8d3c9;
    background: #fff; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-color: #e8d3c9; }

textarea {
  resize: none; }

blockquote {
  font-size: inherit;
  line-height: inherit; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px; }

input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus {
  outline: none; }

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 1000; }

.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30;
  color: #fff;
  border-radius: 0; }
  .alert i {
    font-size: 21px;
    margin-right: 5px; }
  .alert a {
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none;
      color: #fff; }
  .alert button.close {
    color: #fff; }
    .alert button.close:hover, .alert button.close:focus {
      opacity: 1;
      color: #fff; }

.alert-success {
  background-color: #55C65E;
  border: 1px solid #48B151; }
  .alert-success a {
    color: #ffef97; }
    .alert-success a:visited {
      color: #ffef97; }
    .alert-success a:hover, .alert-success a:active, .alert-success a:focus {
      color: #fdda1c; }

.alert-danger {
  background-color: #F3515C;
  border-color: #D4323D; }

.alert-info {
  background-color: #FE9126;
  border-color: #E4752B; }

.alert-warning {
  background-color: #EC710D;
  border-color: #D45634; }

.polaroid {
  -webkit-box-shadow: 0 0 1px #e8d3c9;
  -moz-box-shadow: 0 0 1px #e8d3c9;
  box-shadow: 0 0 1px #e8d3c9; }

.pagination {
  margin: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #d5a26d;
  border: none;
  color: #fff; }

.pagination > li > a, .pagination > li > span {
  color: #fff;
  background: #c0a283;
  border: none;
  line-height: 1.2em;
  margin-left: 1px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: #d5a26d;
  border: none;
  color: #fff; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none; }

.table {
  font-size: 14px; }
  .table thead td {
    font-weight: bold;
    color: #a49281 !important;
    font-size: 14px;
    background-color: #fff; }
  .table .btn {
    margin: 2px; }

.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; }

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: none; }

.table-bordered thead tr td {
  border-bottom: none; }

.table-bordered a {
  color: #60393e; }
  .table-bordered a:visited {
    color: #60393e; }
  .table-bordered a:hover, .table-bordered a:focus, .table-bordered a:active {
    color: #c32143; }

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #e8d3c9; }

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal; }

.table > tbody + tbody {
  border-top: none; }

.panel-heading {
  padding: 20px; }

.product-options {
  line-height: 19px; }

.fa-stack-2x {
  font-size: 1.5em; }

.owl-carousel .owl-buttons div {
  color: #c0a283; }
  .owl-carousel .owl-buttons div i {
    line-height: 40px; }
  .owl-carousel .owl-buttons div:hover {
    color: #d5a26d; }

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-size: 16px; }

a.accordion-toggle {
  color: #88735e; }
  a.accordion-toggle:focus, a.accordion-toggle:visited, a.accordion-toggle.collapsed {
    color: #88735e; }
  a.accordion-toggle:hover, a.accordion-toggle:active {
    color: #534435; }

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px; }

.fancybox-skin {
  background: #fbfcf7; }

.tooltip {
  z-index: 10000; }

/*========================================================
                      Google fonts
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
/*========================================================
                   Bootstrap Reset
=========================================================*/
button, .btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  button::-moz-focus-inner, .btn::-moz-focus-inner {
    border: none;
    padding: 0; }
  button:focus, .btn:focus {
    outline: none; }

label, input, button, select, textarea {
  font-size: 13px;
  color: #60393e; }
  @media (min-width: 768px) and (max-width: 991px) {
    label, input, button, select, textarea {
      font-size: 10px; } }

label {
  font-weight: bold;
  cursor: default; }

.panel-default {
  border-color: #e8d3c9; }
  .panel-default > .panel-heading {
    border-color: #e8d3c9;
    background: #fff; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-color: #e8d3c9; }

textarea {
  resize: none; }

blockquote {
  font-size: inherit;
  line-height: inherit; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px; }

input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus {
  outline: none; }

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 1000; }

.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30;
  color: #fff;
  border-radius: 0; }
  .alert i {
    font-size: 21px;
    margin-right: 5px; }
  .alert a {
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none;
      color: #fff; }
  .alert button.close {
    color: #fff; }
    .alert button.close:hover, .alert button.close:focus {
      opacity: 1;
      color: #fff; }

.alert-success {
  background-color: #55C65E;
  border: 1px solid #48B151; }
  .alert-success a {
    color: #ffef97; }
    .alert-success a:visited {
      color: #ffef97; }
    .alert-success a:hover, .alert-success a:active, .alert-success a:focus {
      color: #fdda1c; }

.alert-danger {
  background-color: #F3515C;
  border-color: #D4323D; }

.alert-info {
  background-color: #FE9126;
  border-color: #E4752B; }

.alert-warning {
  background-color: #EC710D;
  border-color: #D45634; }

.polaroid {
  -webkit-box-shadow: 0 0 1px #e8d3c9;
  -moz-box-shadow: 0 0 1px #e8d3c9;
  box-shadow: 0 0 1px #e8d3c9; }

.pagination {
  margin: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #d5a26d;
  border: none;
  color: #fff; }

.pagination > li > a, .pagination > li > span {
  color: #fff;
  background: #c0a283;
  border: none;
  line-height: 1.2em;
  margin-left: 1px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: #d5a26d;
  border: none;
  color: #fff; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none; }

.table {
  font-size: 14px; }
  .table thead td {
    font-weight: bold;
    color: #65011b!important;
    font-size: 14px;
    background-color: #fff; }
  .table .btn {
    margin: 2px; }

.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; }

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: none; }

.table-bordered thead tr td {
  border-bottom: none; }

.table-bordered a {
  color: #60393e; }
  .table-bordered a:visited {
    color: #60393e; }
  .table-bordered a:hover, .table-bordered a:focus, .table-bordered a:active {
    color: #c32143; }

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #e8d3c9; }

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal; }

.table > tbody + tbody {
  border-top: none; }

.panel-heading {
  padding: 20px; }

.product-options {
  line-height: 19px; }

.fa-stack-2x {
  font-size: 1.5em; }

.owl-carousel .owl-buttons div {
  color: #c0a283; }
  .owl-carousel .owl-buttons div i {
    line-height: 40px; }
  .owl-carousel .owl-buttons div:hover {
    color: #d5a26d; }

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-size: 16px; }

a.accordion-toggle {
  color: #88735e; }
  a.accordion-toggle:focus, a.accordion-toggle:visited, a.accordion-toggle.collapsed {
    color: #88735e; }
  a.accordion-toggle:hover, a.accordion-toggle:active {
    color: #534435; }

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px; }

.fancybox-skin {
  background: #fbfcf7; }

.tooltip {
  z-index: 10000; }

body {
  font: 400 16px/24px "Roboto Slab", serif;
  color: #717171;/*#b7a99a;*/
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 25px;
  color: #534435;
  line-height: 1.2em;
  font-weight: 400; }

button {
  outline: none; }

.green {
  color: #0ca549; }

.red {
    color: #ff0404; }
  
/* default font size */
.fa {
  line-height: inherit; }

/* Override the bootstrap defaults */
h1 {
  font-size: 30px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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: #c32143;
  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:visited {
    color: #c32143; }
  a:active {
    background: transparent;
    outline: none; }
  a:visited, a:focus {
    text-decoration: none;
    outline: 0; }
  a:hover {
    text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #c0a283; }

p a:hover {
  text-decoration: underline; }

img {
  /*max-width: 100%;
  height: auto; */}

legend {
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0;
  margin-bottom: 30px; }

label {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase; }

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: #aa606a;
  background-repeat: repeat-x; }

/*========================================================
                      Header styles
=========================================================*/
.header {
  background: #47b3b3;/*f1f2e1;*/
  text-align: center;
  /*margin-bottom: 57px;*/ }
  .header .col-sm-12 {
    min-height: 0; }
  .header .top {
    background: #fff;
    padding: 10px 0 5px;/*28px 0 22px;*/
    margin-bottom: 15px;/*49px;*/
    position: relative; }
    .header .top:before {
      background: url(../images/bg-top.png) repeat-x center top;
      content: "";
      display: block;
      height: 5px;
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%; }
    .header .top > .container > .pull-right {
      margin-right: 35px; }
  .header .box-language, .header .box-currency {
    display: inline-block;
    float: right;
    margin-left: 15px;
    font: bold 18px/22px "Roboto Slab", serif;
    margin-top: 12px;
    color: #ce5968; }
  .header .box-cart {
    display: inline-block; }
  .header .top-block > .col-sm-12 > div {
    position: relative; }
  .header .logo {
    position: absolute;
    z-index: 5;
    display: block;
    width: 31.7%;
    height: 135px;
    text-align: center;
    background: #c05078;
    left: 0;
    bottom: -111px;
    vertical-align: middle; }
    .header .logo a {
      display: block;
      padding: 0;/*0 40px;*/
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none;
      line-height: 135px; }
      .header .logo a img {
        display: inline-block; }
  .header .button-special {
    display: inline-block;
    margin: 0 40px 20px 36px;
    vertical-align: top;
    color: #d12b68;
    font-size: 18px;
    line-height: 22px; }
    .header .button-special:visited {
      color: #d12b68; }
    .header .button-special:hover, .header .button-special:focus, .header .button-special:active {
      color: #e06894; }
  .header .top-block {
    position: relative;
    text-align: left; }
  .header .search {
    float: left;
    margin-top: 1px;
    margin-bottom: 20px;/*55px;*/ }
  .header .dropdown-menu {
    background: #b73c4c;
    padding: 15px 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .header .dropdown-menu > li > button,
    .header .dropdown-menu > li > a {
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400; }
      .header .dropdown-menu > li > button:visited,
      .header .dropdown-menu > li > a:visited {
        color: #fff; }
      .header .dropdown-menu > li > button:hover, .header .dropdown-menu > li > button:focus, .header .dropdown-menu > li > button:active,
      .header .dropdown-menu > li > a:hover,
      .header .dropdown-menu > li > a:focus,
      .header .dropdown-menu > li > a:active {
        color: #fff;
        background: #c95463; }
    .header .dropdown-menu:before {
      background: url(../images/menu-arr-language.png) no-repeat center top;
      content: '';
      display: block;
      height: 5px;
      right: 20px;
      position: absolute;
      top: -5px;
      width: 9px; }

.header .top.isStuck {
  padding: 2px 0; }
  .header .top.isStuck:before {
    background: url(../images/bg-top-stuck.png) repeat-x center top;
    height: 8px; }
  .header .top.isStuck .box-cart {
    margin-bottom: 0; }
  .header .top.isStuck .nav {
    margin-top: 12px; }

.product-special header .button-special, .product-special header .button-special:visited {
  color: #ce5968; }

.common-home .header {
  margin-bottom: 0; }

/*================   Top Links style   ===============*/
.nav {
  display: inline-block;
  float: left;
  margin-top: 15px; }
  .nav > ul {
    padding: 0;
    margin: 0; }
    .nav > ul li {
      padding: 0; }
      .nav > ul li a {
        color: #65011b;/*#c3ae92;*/
        font-size: 14px;
        line-height: 16px; }
        .nav > ul li a i {
          display: none;
          font-size: 16px;
          line-height: 16px; }
        .nav > ul li a:hover, .nav > ul li a:active, .nav > ul li a:focus, .nav > ul li a:hover i, .nav > ul li a:active i, .nav > ul li a:focus i,
        .nav > ul li.active a
        {
          color: #47b3b3;/*#9a7c55; */}
    .nav > ul > li + li {
      margin-left: 24px; }

/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
  color: #aa606a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .box-language .dropdown-toggle:after,
  .box-currency .dropdown-toggle:after {
    display: inline-block;
    content: '\f107';
    margin-left: 9px;
    font-size: 16px;
    line-height: 21px;
    vertical-align: top;
    font-weight: 400;
    font-family: "FontAwesome";
    color: #a9013e; }

.box-currency .dropdown-menu,
.box-language .dropdown-menu {
  margin-top: 21px;
  right: 3px;
  min-width: 154px;
  padding: 6px 0 8px 0; }
  .box-currency .dropdown-menu a, .box-currency .dropdown-menu button,
  .box-language .dropdown-menu a,
  .box-language .dropdown-menu button {
    text-align: left;
    display: block;
    padding: 7px 10px 7px 18px;
    width: 100%;
    font-size: 13px;
    text-transform: capitalize;
    color: #c32143; }
    .box-currency .dropdown-menu a span, .box-currency .dropdown-menu button span,
    .box-language .dropdown-menu a span,
    .box-language .dropdown-menu button span {
      margin-right: 5px; }

/********** Swipe menu ******************/
.toprow-1 {
  color: #60393e;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  display: none;
  background: #fff;
  border-bottom: 1px solid #fbfbfb; }
  .toprow-1 a i, .toprow-1 a:visited i, .toprow-1 a:focus i, .toprow-1 a:hover i, .toprow-1 a:active i {
    color: #ce5968; }

.toprow-1:after {
  top: 50px;
  left: 0;
  width: 100%;
  position: absolute;
  display: block;
  content: '';
  background: url(../images/bg-top-stuck.png) repeat-x scroll center top transparent;
  height: 8px; }

.swipe-control {
  border-right: 1px solid #e8d3c9;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  width: 64px;
  z-index: 100; }
  .swipe-control i {
    line-height: 50px;
    font-size: 30px;
    vertical-align: top;
    color: #ce5968;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .swipe-control:hover i, .swipe-control.active i {
    color: #ce5968; }

.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;
    padding-bottom: 30px; }

.swipe ul {
  padding: 0;
  margin: 0; }
  .swipe ul li {
    list-style-type: none; }
    .swipe ul li a {
      display: block;
      padding: 10px 20px;
      color: #60393e;
      border-top: 1px solid #e8d3c9;
      font-size: 14px;
      line-height: 25px;
      background: #fff; }
      .swipe ul li a i, .swipe ul li a:before {
        font-size: 20px;
        color: #ce5968;
        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;
        vertical-align: top; }
      .swipe ul li a:hover {
        background-color: #fff;
        color: #c05078; }
        .swipe ul li a:hover i, .swipe ul li a:hover:before {
          color: #c05078; }

.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; } }
.header_modules {
  position: relative;
  background: #a3505b;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 1200px) {
  .header .logo {
    width: 370px; }

  html[lang="ru"] .nav > ul > li + li {
    margin-left: 9px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .nav > ul > li + li {
    margin-left: 5px; }

  .header .top > .container > .pull-right {
    margin-right: 0; }

  html[lang="ru"] .nav > ul > li + li {
    margin-left: 4px; }

  html[lang="ru"] .nav > ul li a {
    font-size: 13px; }

  .header .logo {
    height: 108px;
    bottom: -84px;
    width: 297px; }
    .header .logo a {
      line-height: 108px; }

  .header {
    margin-bottom: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header .top > .container > .pull-right {
    margin-right: 0; }

  .header {
    margin-bottom: 12px; }

  .nav > ul li a i {
    display: inline-block; }
  .nav > ul li a span {
    display: none; }

  .header .top {
    margin-bottom: 35px;
    padding: 12px 0 8px; }

  .header .logo {
    height: 86px;
    width: 227px;
    bottom: -67px; }
    .header .logo a {
      line-height: 86px;
      padding: 0 24px; }

  .nav a span {
    display: none; }
  .nav a i {
    display: block; } }
@media (max-width: 767px) {
  .header {
    padding-top: 50px; }
    .header .top {
      margin-bottom: 90px; }
      .header .top > .container > .pull-right {
        margin-right: 0; }
    .header .search {
      float: none;
      margin-bottom: 20px; }
    .header .box-currency {
      margin-right: 0;
      padding: 0; }
    .header div.nav__primary {
      margin-top: 0; }
      .header div.nav__primary .button-special {
        display: none; }
    .header .logo {
      float: none;
      text-align: center;
      margin-top: 0;
      bottom: 0;
      width: 370px;
      margin-top: 0;
      margin-bottom: 70px; }
      .header .logo img {
        display: inline-block; }
    .header .top-block .col-sm-12 {
      width: auto;
      display: inline-block;
      float: left; }
    .header .box-cart {
      float: none;
      margin-top: 0; }
    .header .nav {
      margin-top: 0; }
      .header .nav ul {
        display: none; }
    .header .nav__primary {
      margin-top: 15px;
      background: none; } }
@media (max-width: 530px) {
  .header .logo {
    width: 250px;
    height: 91px;
    margin-bottom: 70px; }
    .header .logo a {
      line-height: 90px;
      padding: 0 20px; }
  .header .top {
    margin-bottom: 60px; } }
@media (max-width: 410px) {
  .header .logo {
    width: 180px;
    height: 65px;
    margin-bottom: 60px; }
    .header .logo a {
      line-height: 64px;
      padding: 0 20px; }
  .header .top {
    margin-bottom: 20px; }

  .box-language .dropdown-toggle,
  .box-currency .dropdown-toggle {
    font-size: 14px;
    line-height: 16px; }
    .box-language .dropdown-toggle:after,
    .box-currency .dropdown-toggle:after {
      font-size: 14px;
      line-height: 16px;
      margin-left: 4px; }

  .header .dropdown-menu:before {
    right: 10px; } }
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: url(../images/content-bg.png) repeat-x center -200px #fff;
  overflow: hidden; }

.common-home #page {
  background: #fff; }

#container {
  background: url(../images/content-bg.png) repeat-x center top; }

/*==================  Marked List  ======================*/
.box.account ul, .box.affilate ul {
  padding: 0;
  list-style-type: none; }
  .box.account ul li, .box.affilate ul li {
    float: none;
    padding: 5px 0; }
    .box.account ul li a, .box.affilate ul li a {
      position: relative;
      display: inline-block;
      color: #88735e;
      font-size: 16px;
      line-height: 19px;
      font-weight: 400; }
      .box.account ul li a:before, .box.affilate ul li a:before {
        content: '\f054';
        margin-right: 10px;
        font-weight: 400;
        font-size: 10px;
        line-height: 19px;
        vertical-align: top;
        font-family: "FontAwesome";
        color: #65011b;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
    /*.box.account ul li a:visited, .box.affilate ul li a:visited {
      color: #88735e; }*/
    .box.account ul li a:hover, .box.account ul li a:active, .box.account ul li a:focus, .box.affilate ul li a:hover, .box.affilate ul li a:active, .box.affilate ul li a:focus {
      color: #65011b; }

.site-map-page #content ul,
.manufacturer-content div,
#content ul.list-unstyled {
  margin: 0;
  list-style-type: none;
  font: 400 16px/19px "Roboto Slab", serif; }
  .site-map-page #content ul a,
  .manufacturer-content div a,
  #content ul.list-unstyled a {
    position: relative;
    color: #88735e; }
    .site-map-page #content ul a:visited,
    .manufacturer-content div a:visited,
    #content ul.list-unstyled a:visited {
      color: #88735e; }
    .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: #c32143; }
    .site-map-page #content ul a:before,
    .manufacturer-content div a:before,
    #content ul.list-unstyled a:before {
      content: '\f054';
      margin-right: 10px;
      font-weight: 400;
      font-size: 10px;
      line-height: 19px;
      font-family: "FontAwesome";
      color: #c32143;
      vertical-align: top; }

.account-account #content ul.list-unstyled {
  margin-bottom: 25px; }

#content .product-info ul.list-unstyled a:before {
  display: none; }

@media (max-width: 767px) {
  aside {
    margin-top: 20px; }
    aside .container {
      padding: 0;
      width: 100%; }

  #content [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 20px; } }
/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../images/lazy-loader.gif) no-repeat center center; }
  .lazy img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0; }
  .lazy.lazy-loaded {
    background: none; }
    .lazy.lazy-loaded img {
      opacity: 1; }

.search {
  position: relative;
  width: 100%;
  padding-right: 31px; }
  .search input {
    color: #000;
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 38px;
    padding: 9px 5px 9px 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #e8d3c9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .search input::-webkit-input-placeholder {
      color: #c3ae92;
      opacity: 1; }
    .search input:-moz-placeholder {
      color: #c3ae92;
      opacity: 1; }
    .search input::-moz-placeholder {
      color: #c3ae92;
      opacity: 1; }
    .search input:-ms-input-placeholder {
      color: #c3ae92;
      opacity: 1; }
  .search button {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
/*    position: absolute;*/
    display: inline-block;
    bottom: -1px;
    right: 0;
    width: 31px;
    height: 38px;
    text-align: center;
    color: #c32143;
/*    border-bottom: 3px solid #c32143;*/
    font: 400 18px/22px "FontAwesome";
    padding-bottom: 16px; }
    .search button::-moz-focus-inner {
      border: none;
      padding: 0; }
    .search button:hover, .search button:active, .search button:focus {
      color: #65011b;/*#e56580;*/
      border-bottom-color: #65011b;/*#e56580; */}
    .search button:before {
      content: ""; }

#livesearch_search_results {
  margin: 10px 0 0;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  color: #fff;
  background: #8b3f6b;
  list-style-type: none;
  z-index: 12;
  font-size: 14px; }
  #livesearch_search_results:before {
    background: url(../images/menu-cart.png) no-repeat right top;
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    left: 20px;
    top: -5px;
    width: 9px; }
  #livesearch_search_results li img {
    float: left;
    margin-right: 10px; }
    #livesearch_search_results li img.loading {
      background: #F5F5F5; }
  #livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
    background-color: #ac7796; }
    #livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
      color: #fff; }
  #livesearch_search_results a, #livesearch_search_results a:visited {
    display: block;
    padding: 5px;
    color: #fff; }
    #livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
      display: table;
      content: "";
      line-height: 0; }
    #livesearch_search_results a:after, #livesearch_search_results a:visited:after {
      clear: both; }

@media (min-width: 768px) and (max-width: 991px) {
  #livesearch_search_results li img {
    display: none !important; } }
/*================ Box Cart  ===============*/
.box-cart {
  margin: 0 0 10px 10px;
  position: relative; }
  .box-cart .btn-danger {
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    background: none !important;
    margin-right: 4px;
    margin-top: -2px; }
    .box-cart .btn-danger:hover, .box-cart .btn-danger:focus, .box-cart .btn-danger:active {
      color: #ffef97;
      background: none; }
  .box-cart a:hover img {
    opacity: .9; }
  .box-cart .btn {
    margin-bottom: 7px; }

/*================  Cart  ===============*/
.cart {
  position: relative; }
  .cart > .dropdown-toggle {
    font-size: 17px;
    line-height: 48px;
    color: #65011b; }
    .cart > .dropdown-toggle strong {
      font-weight: normal; }
    .cart > .dropdown-toggle i.fa-shopping-cart {
      color: #65011b;
      display: inline-block;
      font-size: 18px;
      line-height: 46px;
      height: 48px;
      width: 48px;
      border: 1px solid #47b3b3;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin-right: 10px; }
    .cart > .dropdown-toggle i.fa-angle-down {
      font-size: 18px;
      color: #65011b;
      margin-left: 6px; }
    .cart > .dropdown-toggle:hover {
      color: #47b3b3; }
      .cart > button:hover i {
        color: #47b3b3; }
  .cart .cart-total2 {
    display: none; }
  .cart .text-center {
    padding-bottom: 10px; }

/*================  Cart DropDown ===============*/
.cart .dropdown-menu {
  text-align: left;
  z-index: 1001;
  min-width: 260px;
  width: 281px;
  padding: 17px 0 0 0;
  color: #fff;
  background: #8b3f6b;
  left: -184px;
  right: auto;
  margin-top: 10px;
  font: 400 13px/18px "Roboto Slab", serif; }
  .cart .dropdown-menu:before {
    background: url(../images/menu-cart.png) no-repeat right top;
    right: 68px; }
  .cart .dropdown-menu .title {
    padding: 5px 15px 1px 29px;
    letter-spacing: 1px;
    font: 400 18px/23px "Roboto Slab", serif;
    text-transform: uppercase; }
    .cart .dropdown-menu .title i {
      font-size: 18px;
      margin-right: 7px; }
  .cart .dropdown-menu .quantity {
    margin-top: 3px;
    margin-bottom: 5px; }
  .cart .dropdown-menu .cart-total2 {
    display: inline-block; }
  .cart .dropdown-menu .image {
    margin-left: 24px; }
  .cart .dropdown-menu small {
    font-size: 13px; }
  .cart .dropdown-menu .price-cart {
    color: #fcb4de; }
  .cart .dropdown-menu .name {
    line-height: 16px;
    margin-top: -2px;
    margin-bottom: 5px; }
    .cart .dropdown-menu .name a {
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase; }
      .cart .dropdown-menu .name a:visited {
        color: #fff; }
      .cart .dropdown-menu .name a:hover, .cart .dropdown-menu .name a:focus, .cart .dropdown-menu .name a:active {
        color: #ffef97; }
  .cart .dropdown-menu img {
    max-width: 66px; }
  .cart .dropdown-menu table {
    margin-bottom: 0; }
  .cart .dropdown-menu .table > tbody {
    max-height: 250px;
    overflow: auto; }
  .cart .dropdown-menu .table > tbody > tr {
    border: none;
    border-top: 2px solid #fff; }
    .cart .dropdown-menu .table > tbody > tr:first-child {
      border: none; }
    .cart .dropdown-menu .table > tbody > tr > td {
      padding: 15px 8px; }
      .cart .dropdown-menu .table > tbody > tr > td.text-left {
        padding-right: 0; }
  .cart .dropdown-menu .prod {
    max-height: 230px;
    overflow: auto; }
  .cart .dropdown-menu .block-total {
    border-top: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 0 0;
    text-transform: uppercase; }
    .cart .dropdown-menu .block-total strong {
      font-weight: 700;
      color: #d5a7c1; }
    .cart .dropdown-menu .block-total .table {
      margin: 0; }
    .cart .dropdown-menu .block-total p {
      padding: 8px 24px 21px 0;
      background: #ac7796;
      margin: 0; }
    .cart .dropdown-menu .block-total .table tbody tr {
      border: none; }
      .cart .dropdown-menu .block-total .table tbody tr td {
        border: none;
        line-height: 14px;
        padding: 0px 25px 13px 10px; }
        .cart .dropdown-menu .block-total .table tbody tr td.text-left {
          padding-left: 31px; }
    .cart .dropdown-menu .block-total .btn {
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      text-transform: uppercase;
      font-weight: 400;
      padding: 12px 18px 13px;
      margin: 0 1px 5px; }
      .cart .dropdown-menu .block-total .btn.btn-info {
        color: #511839;
        background: #fff;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400; }
        .cart .dropdown-menu .block-total .btn.btn-info:visited {
          color: #511839; }
        .cart .dropdown-menu .block-total .btn.btn-info:hover, .cart .dropdown-menu .block-total .btn.btn-info:focus, .cart .dropdown-menu .block-total .btn.btn-info:active {
          color: #511839;
          background: #d3b6c7; }
      .cart .dropdown-menu .block-total .btn.btn-primary {
        color: #fff;
        background: #511839; }
        .cart .dropdown-menu .block-total .btn.btn-primary:visited {
          color: #fff; }
        .cart .dropdown-menu .block-total .btn.btn-primary:hover, .cart .dropdown-menu .block-total .btn.btn-primary:focus, .cart .dropdown-menu .block-total .btn.btn-primary:active {
          color: #fff;
          background: #782455; }
  .cart .dropdown-menu .table > tbody > tr > td {
    border-top: none; }
  .cart .dropdown-menu .btn.btn-danger:hover, .cart .dropdown-menu .btn.btn-danger:active, .cart .dropdown-menu .btn.btn-danger:focus {
    color: #fcb4de; }

.cart ul > li tr {
  border-bottom: 2px solid #fff; }

.cart td {
  font-size: 13px; }
  .cart td strong {
    font-size: 14px; }

.cart .total td {
  border: none;
  padding: 4px;
  font-size: 14px; }

.cart .dropdown-menu .block-total .table tbody tr:last-child {
  border-top: 2px solid #fff; }
  .cart .dropdown-menu .block-total .table tbody tr:last-child td {
    padding-top: 14px; }

.cart .table.total tr:last-child td strong,
.cart .table.total tr:last-child td {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #ac7796; }

.cart .table.total tr.last td strong {
  font-size: 19px; }

/*========= responsive =============*/
@media (max-width: 1199px) {
  .cart .cart-total,
  .cart > button strong {
    display: none; }

  .cart .cart-total2 {
    display: inline-block; } }
@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    right: 10px;
    margin: 0;
    z-index: 91; }
    .cart > button {
      border-left: 1px solid #e8d3c9;
      height: 50px;
      padding: 0 10px; }
      .cart > button i.fa-shopping-cart {
        border: none;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        margin-right: 0;
        width: auto;
        color: #ce5968; }
      .cart > button:hover, .cart > button:visited, .cart > button:active, .cart > button:focus {
        color: #ce5968; }
      .cart > button .fa-angle-down {
        display: none; }
      .cart > button .cart-total2 {
        vertical-align: top;
        margin-left: 5px; }
    .cart .dropdown-menu {
      left: auto;
      right: 0; }
      .cart .dropdown-menu:before {
        right: 27px; } }
@media (max-width: 480px) {
  .cart td {
    font-size: 10px; }

  .cart .dropdown-menu .block-total {
    padding-top: 9px; }
    .cart .dropdown-menu .block-total .table tbody tr td {
      font-size: 10px;
      line-height: 12px;
      padding-bottom: 4px; }
  .cart .dropdown-menu .title {
    font-size: 10px;
    line-height: 12px;
    padding-top: 0; }
    .cart .dropdown-menu .title i {
      font-size: 12px;
      margin-right: 5px; }
  .cart .dropdown-menu small {
    font-size: 10px; }
  .cart .dropdown-menu img {
    max-width: 45px; }
  .cart .dropdown-menu .name, .cart .dropdown-menu .name a {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 2px; }
  .cart .dropdown-menu .prod {
    max-height: 200px; } }
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
  .cart .dropdown-menu .prod {
    max-height: 80px; } }
/*========================================================
                      Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout {
  margin-bottom: 83px; }

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%; }
  .product-thumb .image > a {
    display: inline-block;
    width: 100%;
    border: 1px solid #cda1a7; }
    .product-thumb .image > a img {
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      margin: 0 auto;
      background: #fff; }

/* ===================   Product Caption   =================== */
.product-thumb {
  position: relative;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .product-thumb .description, .product-thumb .description-small {
    color: #000;/*#b7a99a;*/
    font: 400 14px/22px "Roboto Slab", serif;/*400 16px/19px "Roboto Slab", serif;*/
    margin-bottom: 21px; }
  .product-thumb .price {
    margin-bottom: 18px;
    float: right; }
  .product-thumb .rating {
    position: absolute;
    left: 30px;
    bottom: 30px;
    pointer-events: none; }
  .product-thumb .quickview {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    margin-top: -51px;
    margin-left: -55px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    color: #fff;
    background: #cda1a7;
    text-transform: uppercase;
    text-align: center;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .product-thumb .quickview span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px;
      font: 700 15px/18px "Roboto Slab", serif; }
  .product-thumb:hover .quickview {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }

.product-grid .price-list,
.product-list .price,
.product-grid .description,
.product-list .description-small {
  display: none; }

/* ==================    Product List, Product Grid    =================== */
.cart-button > div {
  display: inline-block; }

.product-list .product-thumb {
  text-align: left; }
  .product-list .product-thumb > .price {
    display: none; }
  .product-list .product-thumb .caption, .product-list .product-thumb .cart-button {
    overflow: hidden;
    text-align: left; }

.product-list .price-list {
  display: inline-block;
  float: none; }

.product-list .product-thumb .image {
  float: left;
  margin-right: 30px;
  width: 30%; }

.product-grid .product-thumb .image {
  float: none; }

/* ==================   SALE, NEW Message   =================== */
.stickers {
  position: absolute;
  top: -34px;
  left: 34px;
  z-index: 1; }
  .stickers .sale, .stickers .new_pr {
    position: absolute;
    top: 0;
    left: 0;
    font: 700 15px/68px "Roboto Slab", serif;
    width: 68px;
    height: 68px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background: #47b3b3;/*#c32143;*/
    text-align: center;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .stickers .sale {
    background: #65011b;/*#f26522;*/ }

html[lang="de"] .stickers .sale, .stickers .new_pr {
  font-size: 13px; }

html[lang="ru"] .stickers .sale, .stickers .new_pr {
  font-size: 14px; }

/* ===================   Product Price    =================== */
.price, .price-new, .price-old {
  color: #65011b;/*#c32143;*/
  font: 700 24px/29px "Roboto Slab", serif; }

.price-tx {
  color: #c32143;
  font: 700 18px/22px "Roboto Slab", serif; }

.price-new {
  margin-left: 5px; }

.price-old {
  color: #47b3b3;/*#ddc6af;*/
  text-decoration: line-through; }

.price-section .price-new,
.price-section .price-old {
  font-size: 30px;
  line-height: 36px; }

.price-section .price-old {
  font-size: 20px;
  line-height: 30px; }

.price-section .reward {
  display: block;
  margin-top: 10px; }

.price-tax {
  font-size: 12px; }

.price-total {
  font-weight: bold; }

.price s {
  font-size: 15px; }

.prod-stock {
  color: #6BA239; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

/* ===================   Product Rating   =================== */
.rating .fa-stack i {
  font-size: 11px; }

.fa-stack {
  font-size: 11px;
  line-height: 20px;
  width: 0.95em; }
  .fa-stack i {
    color: #c0a283; }
    .fa-stack i.active {
      color: #c32143; }

.table-compare td.rating .fa-stack, .table-compare td.rating .fa-stack-2x {
  width: 1em;
  height: 1em;
  font-size: 1em; }

/* ===================   Product Quickview   =================== */
.quick_info {
  display: none; }

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible; }

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px; }

.fancybox-next {
  right: -60px; }

.fancybox-prev {
  left: -60px; }

.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #e8d3c9;
  padding: 10px;
  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 .rating {
  margin-top: 5px; }

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (max-width: 1199px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .product-thumb .quickview {
    top: 32%; }

  .price, .price-new, .price-old {
    font-size: 19px;
    line-height: 23px; }

  .product-thumb .rating {
    bottom: 24px;
    left: 24px; }

  .stickers {
    left: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .product-layout {
    margin-bottom: 40px; }

  .product-thumb .price {
    margin-bottom: 14px; }

  .product-thumb .quickview {
    top: 29%;
    height: 88px;
    line-height: 88px;
    width: 88px;
    margin-left: -44px;
    margin-top: -44px; }
    .product-thumb .quickview span {
      font-size: 12px;
      line-height: 14px; }

  .price, .price-new, .price-old {
    font-size: 15px;
    line-height: 18px; }

  .stickers {
    left: 10px;
    top: -22px; }
    .stickers .sale, .stickers .new_pr {
      font-size: 10px;
      line-height: 43px;
      height: 43px;
      width: 43px; }

  html[lang="de"] .stickers .sale, .stickers .new_pr {
    font-size: 8px; }

  html[lang="ru"] .stickers .sale, .stickers .new_pr {
    font-size: 8px; }

  .product-thumb .rating {
    bottom: 19px;
    left: 19px; }

  .product-thumb .description, .product-thumb .description-small {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px; } }
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left; }

  .fancybox-next {
    right: -30px; }

  .fancybox-prev {
    left: -30px; } }
@media (max-width: 767px) {
  .product-thumb .quickview {
    display: none; }

  .price, .price-new, .price-old {
    font-size: 20px;
    line-height: 24px; }

  .product-list .product-thumb {
    text-align: center; }

  #content .box,
  #content .block-grid,
  #content .list-block,
  #content .product-list .product-thumb .caption,
  #content .product-list .product-thumb .cart-button {
    text-align: center; }
  #content .box .product-layout, #content .product-grid.product-layout, #content .product-list.product-layout {
    width: 50%;
    display: inline-block;
    max-width: 270px;
    float: none; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 100% !important;
    margin: 0 0 2em; }

  .product-list .product-thumb .image,
  .product-grid .product-thumb .image {
    float: none;
    margin: 0 0 15px;
    width: 100%; }

  .product-layout {
    margin-bottom: 30px; } }
@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    height: 240px !important; } }
@media (max-width: 540px) {
  #content .box .product-layout, #content .product-grid.product-layout, #content .product-list.product-layout {
    width: 100%;
    max-width: 270px;
    float: none; } }
/*========================================================
                         Box
=========================================================*/
.box {
  margin-bottom: 16px; }
  .box .box-heading {
    margin: 0 0 40px; }
    .box .box-heading h3 {
      margin: 0;
      color: #534435;
      font: 400 28px/34px "Roboto Slab", serif; }

.box.featured .box-heading {
  margin-bottom: 61px; }

aside .box .product-layout {
  width: 100%; }
aside .box .box-heading {
  margin-top: 10px; }

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 25px; }

  .box .box-heading h3 {
    font-size: 22px;
    line-height: 27px; } }
@media (max-width: 767px) {
  aside .box .box-heading {
    position: relative;
    cursor: pointer; }
    aside .box .box-heading:after {
      content: '\f055';
      position: absolute;
      right: 17px;
      top: 0;
      font-size: 18px;
      line-height: 50px;
      color: #fff;
      font-family: "FontAwesome"; }
    aside .box .box-heading.active:after {
      content: '\f056'; }
    aside .box .box-heading:hover:after {
      color: #c05078; } }
/*========================================================
                        Buttons
=========================================================*/
.buttons {
  margin: 1em 0; }
  .buttons:before, .buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .buttons:after {
    clear: both; }

.input-group-btn .btn {
  padding: 8px 12px; }
  .input-group-btn .btn i {
    font-size: 15px;
    line-height: 18px; }

/* ================   Default Buttons BEGIN   =============== */
.btn,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn,
.btn {
  font: 700 14px/16px "Roboto Slab", serif;
  color: #fff;
  background: rgba(71,179,179, 1);/*#c0a283;*/
  text-shadow: none;
  border: none;
  padding: 13px 22px 14px;
  text-transform: capitalize;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none; }
  .pull-left a.btn{
    font: 700 14px/16px "Roboto Slab", serif;
  color: #fff;
  background: #c0a283;
  text-shadow: none;
  border: none;
  padding: 13px 22px 14px;
  text-transform: capitalize;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  }
  .btn:visited,
  .btn-default:visited,
  .btn-primary:visited,
  .btn-success:visited,
  .btn-info:visited,
  .btn-warning:visited,
  .btn-danger:visited,
  .btn:visited,
 {
    color: #fff;
    background: #c0a283; }
   .pull-right a.btn:visited {
    color: #fff;
    background: #c0a283; } 
  .btn:hover, .btn:active, .btn:focus,
  .btn-default:hover,
  .btn-default:active,
  .btn-default:focus,
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary:focus,
  .btn-success:hover,
  .btn-success:active,
  .btn-success:focus,
  .btn-info:hover,
  .btn-info:active,
  .btn-info:focus,
  .btn-warning:hover,
  .btn-warning:active,
  .btn-warning:focus,
  .btn-danger:hover,
  .btn-danger:active,
  .btn-danger:focus,
  .btn:hover,
  .btn:active,
  .btn:focus,
  a.btn:hover,
  a.btn:active,
  a.btn:focus {
    color: #65011b;/*#fff;*/
    background: rgba(71,179,179, 0.5);/*#d5a26d;*/ }

/*================   Product Buttons BEGIN   ===============*/
.btn.btn-add,
.btn.btn-danger,
a.btn.btn-danger {
  color: #fff;
  background: rgba(101, 1, 27, 1);/*#aa606a;*/ }
  .btn.btn-add:visited,
  .btn.btn-danger:visited,
  a.btn.btn-danger:visited {
    color: #fff;
    background: #aa606a; }
  .btn.btn-add:hover, .btn.btn-add:active, .btn.btn-add:focus,
  .btn.btn-danger:hover,
  .btn.btn-danger:active,
  .btn.btn-danger:focus,
  a.btn.btn-danger:hover,
  a.btn.btn-danger:active,
  a.btn.btn-danger:focus {
    color: #fff;
    background: rgba(101, 1, 27, 0.75);/*#c32143;*/ }

.btn.btn-add {
  padding-left: 25px;
  padding-right: 25px; }

.btn-icon.btn-add {
  padding-left: 0;
  padding-right: 0; }

.cart-button .btn {
  vertical-align: top;
  margin-right: 15px; }
  .cart-button .btn.btn-info {
    margin-right: 0; }

/* ================   QuickView  =============== */
.product-thumb .quickview {
  display: inline-block;
  opacity: 0;
  -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 {
    background: #aa606a; }

/* ================   Compare Button  =============== */
.nav-cat .btn {
  padding: 15px 20px;
  font-size: 18px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .nav-cat .btn {
      margin-top: 15px; } }

/* ================   Product page buttons  =============== */
.product-buttons {
  margin: 0 -5px 1em;
  padding: 0; }
  .product-buttons:before, .product-buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .product-buttons:after {
    clear: both; }
  .product-buttons li {
    float: left;
    width: 50%;
    padding: 0 5px;
    list-style: none; }
    .product-buttons li button {
      width: 100%; }

.product_page #button-cart {
  width: 100%; }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (max-width: 1199px) {
  .button-view {
    margin-top: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px; } }
@media (max-width: 767px) {
  .button-view {
    display: none; } }
@media (max-width: 410px) {
  .account-address .table td a {
    display: block; }
    .account-address .table td a + a {
      margin-top: 5px; } }
@media (max-width: 440px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-top: 6px; } }
/*=================== Menu gadget ===================*/
.menu-icon {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  padding: 10px 17px;
  background: #a9013e; }
  .menu-icon.active:after {
    content: "\f078"; }
  .menu-icon:after {
    float: right;
    content: "\f077";
    font-family: "FontAwesome";
    margin-top: 0;
    display: inline-block;
    text-align: center;
    width: 1.25em;
    font-size: 13px;
    color: #fff; }
  .menu-icon:hover:after {
    color: #c05078; }

.menu-gadget {
  display: none;
  margin: 5px 0 25px;
  font-weight: 300; }

.menu-gadget .menu ul ul a {
  padding-left: 60px !important; }

.menu-gadget .menu {
  padding: 0;
  margin: 0;
  text-align: left; }
  .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: 0;
      right: 0;
      line-height: 38px;
      height: 40px;
      width: 50px;
      text-align: center;
      font-size: 13px;
      cursor: pointer;
      color: #d9d9d9;
      -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: #c0a283; }
    .menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover {
      background: #f9faf3;
      color: #c3ae92; }
  .menu-gadget .menu a {
    padding: 10px 15px;
    display: block;
    border-top: 1px solid #e8d3c9;
    color: #60393e;
    font-size: 14px;
    line-height: 16px;
    background: #fff; }
  .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; }

@media (max-width: 767px) {
  .menu-gadget {
    display: block; } }
/*========================================================
                      Menu styles
=========================================================*/
.nav__primary .menu {
  display: inline-block;
  position: relative; }
  .nav__primary .menu:before, .nav__primary .menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .nav__primary .menu:after {
    clear: both; }

.nav__primary {
  margin: 20px 0 0 0;
  float: right; }
  .nav__primary .menu {
    padding: 0;
    max-width: 710px; }
    .nav__primary .menu > li {
      position: relative;
      display: inline-block;
      margin-left: 35px;
      padding-bottom: 28px; }
      .nav__primary .menu > li:first-child {
        margin-left: 0; }
      .nav__primary .menu > li > a {
        display: block;
        font-size: 18px;
        line-height: 22px;
        color: #fff;/*#60393e; */}
        /*.nav__primary .menu > li > a:visited {
          color: #60393e; }*/
        .nav__primary .menu > li > a:hover, .nav__primary .menu > li > a:active /*, .nav__primary .menu > li > a:focus*/ 
        {
          color: #65011b; }
      .nav__primary .menu > li.active > a,
      .nav__primary .menu > li > a:hover, .nav__primary .menu > li.sfHover > a,
      .nav__primary .menu > li > a.active {
        color: #65011b; }
      .nav__primary .menu > li ul {
        display: none;
        position: absolute;
        list-style: outside none none;
        z-index: 99;
        left: 0;/*50%;*/
        top: 100%;
        margin: 0;
        margin-left: -65px;
        color: #fff;
        text-align: center;
        background: #840936;
        list-style: none;
        padding: 15px 10px 18px;
        width: 230px;/*130px;*/ }
        .nav__primary .menu > li ul:before {
          position: absolute;
          display: block;
          content: '';
          top: -5px;
          left: 40%;/*50%;*/
          margin-left: -5px;
          height: 5px;
          width: 9px;
          background: url(../images/menu-before.png) no-repeat center top transparent; }
        .nav__primary .menu > li ul li {
          padding: 6px 0;
          position: relative; }
          .nav__primary .menu > li ul li a {
            display: inline-block;
            color: #f9fbe1;
            font-size: 13px;
            line-height: 16px;
            text-transform: uppercase; }
          .nav__primary .menu > li ul li.active > a,
          .nav__primary .menu > li ul li a:hover, .nav__primary .menu > li ul li.sfHover > a,
          .nav__primary .menu > li ul li a.active {
            color: #65011b; }
          .nav__primary .menu > li ul li .sf-with-ul {
            position: relative; }
          .nav__primary .menu > li ul li ul {
            left: 100%;
            top: -10px;
            background: #c95a47;
            margin-left: 10px;
            margin-top: 0; }
            .nav__primary .menu > li ul li ul:before {
              position: absolute;
              display: block;
              content: '';
              top: 25px;
              left: 1px;
              height: 7px;
              width: 4px;
              background: url(../images/submenu-before.png) no-repeat left center transparent; }
            .nav__primary .menu > li ul li ul li a {
              color: #fff; }
            .nav__primary .menu > li ul li ul li.active > a,
            .nav__primary .menu > li ul li ul li a:hover, .nav__primary .menu > li ul li ul li.sfHover > a,
            .nav__primary .menu > li ul li ul li a.active {
              color: #ffedb8; }

/*================ Responsive  ===============*/
@media (min-width: 992px) and (max-width: 1199px) {
  .nav__primary .menu > li {
    margin-left: 15px; }

  .header .button-special {
    margin-left: 10px;
    margin-right: 5px; }

  .nav__primary .menu {
    max-width: 560px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .nav__primary .menu > li {
    margin-left: 8px; }
    .nav__primary .menu > li a {
      font-size: 14px; }

  .header .button-special {
    margin-left: 8px;
    margin-right: 4px;
    font-size: 14px; }

  .nav__primary .menu {
    max-width: 420px; } }
@media (max-width: 767px) {
  .nav__primary .menu {
    display: none; }

  .menu-gadget {
    display: block; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  z-index: 999; }

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important; } }
/*========================================================
                      Banners
=========================================================*/
.banners {
  padding-top: 42px;
  padding-bottom: 60px;
  margin-bottom: 71px;
  position: relative;
  background: url(../images/banner-bottom.png) repeat-x center bottom rgba(101,1,27,0.75); }
  .banners > div .banner-box {
    position: relative; }
    .banners > div .banner-box > a {
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      background: #fff;
      position: relative;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
      .banners > div .banner-box > a:after {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0 solid rgba(71,179,179,0.74);/*rgba(255, 255, 255, 0.4);*/
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .banners > div .banner-box > a:hover img {
        opacity: .8; }
      .banners > div .banner-box > a:hover:after {
        border-width: 10px; }
      .banners > div .banner-box > a img {
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        background: #fff; }
    .banners > div .banner-box .s-desc {
      margin-top: 24px;
      text-align: center;
      position: relative;
      display: inline-block;
      width: 100%;
      font-size: 22px;
      line-height: 32px;
      color: #fff;
      text-transform: uppercase; }
      .banners > div .banner-box .s-desc span {
        display: inline-block;
        width: 51px;
        height: 51px;
        font-size: 20px;
        line-height: 49px;
        margin-top: 16px;
        color: #fff;
        background: #65011b;/*#b5747d;*/
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
        .banners > div .banner-box .s-desc span i {
          margin-left: 2px; }
        .banners > div .banner-box .s-desc span:hover {
          background: #a3505b; }
  .banners:after, .banners:before {
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: 100%;
    width: 400%;
    height: 100%;
    background: url(../images/banner-bottom.png) repeat-x center bottom rgba(101,1,27,0.75); }
  .banners:before {
    left: -400%;
    width: 400%; }

/*========================================================
                   Responsive Banners
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .banners > div .banner-box .s-desc {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px; }

  .banners::after, .banners::before {
    background-position: left bottom; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banners {
    margin-bottom: 57px;
    padding-bottom: 48px;
    padding-top: 34px; }

  .banners > div .banner-box .s-desc {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px; }

  .banners::after, .banners::before {
    background-position: left bottom; } }
@media (max-width: 767px) {
  .banners {
    text-align: center;
    margin-bottom: 57px;
    padding-bottom: 48px;
    padding-top: 34px; }
    .banners > div {
      margin-top: 30px; }
      .banners > div:first-child, .banners > div.clear {
        margin-top: 0; } }
@media (max-width: 480px) {
  .banners > div .banner-box .s-desc {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px; } }
/*========================================================
                       HTML boxes
=========================================================*/
.welcome-block {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.box_html.welcome {
  display: block;
  opacity: 0;
  position: relative;
  z-index: 3;
  width: 31.624%;
  float: left;
  height: 526px;/*515px;*/
  color: #fff;
  background: #65011b;/*#a9013e;*/
  margin-top: 100px;/*111px;*/
  text-align: center;
  padding-top: 60px;
  text-transform: uppercase; }
  .box_html.welcome .tx-wel {
    font: 400 60px/72px 'Six Caps', sans-serif;
    margin-bottom: 0;/*15px;*/ }
  .box_html.welcome .price-wel {
    display: inline-block;
    float: none;
    width: 100%;
    height: 147px;
    color: #65011b;
    font: 400 60px/147px 'Six Caps', sans-serif;
    background: url(../images/price-wel.png) no-repeat center center;
    margin-bottom: 15px; }
  .box_html.welcome p {
    display: inline-block;
    float: none;
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 20px;
    /*background: url(../images/line-wel.png) repeat-x left bottom;*/
    margin-bottom: 28px; }
  .box_html.welcome a {
    display: inline-block;
    float: none;
    font: 400 36px/36px 'Six Caps', sans-serif;
    color: #fff; }
    .box_html.welcome a:visited {
      color: #fff; }
    .box_html.welcome a:hover, .box_html.welcome a:focus, .box_html.welcome a:active {
      color: #d488a3; }
.box_html.name-banners {
  background: rgba(101,1,27,0.75);/*#aa606a;*/
  padding-top: 54px;
  padding-bottom: 9px;
  margin: 0 -15px;
  color: #fff;
  position: relative;
  font-size: 28px;
  line-height: 34px;
  text-align: center; }
  .box_html.name-banners:after, .box_html.name-banners:before {
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: 100%;
    width: 400%;
    height: 100%;
    background: rgba(101,1,27,0.75); }
  .box_html.name-banners:before {
    left: -400%;
    width: 400%; }

.welcome-block .box_html.welcome {
  opacity: 1; }

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (min-width: 1200px) {
  .box_html.welcome {
    width: 370px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .box_html.welcome {
    height: 417px;
    width: 297px;
    padding-top: 28px;
    margin-top: 84px; }
    .box_html.welcome .tx-wel {
      font-size: 48px;
      line-height: 48px;
      margin-bottom: 20px; }
    .box_html.welcome p {
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 16px;
      padding-bottom: 16px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box_html.welcome {
    height: 316px;
    width: 227px;
    padding-top: 14px;
    margin-top: 67px; }
    .box_html.welcome .tx-wel {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 12px; }
    .box_html.welcome .price-wel {
      margin-bottom: 12px; }
    .box_html.welcome p {
      font-size: 13px;
      line-height: 16px;
      margin-bottom: 10px;
      padding-bottom: 10px; }
    .box_html.welcome a {
      font-size: 32px;
      line-height: 32px; }

  .box .box-heading {
    margin: 0 0 30px; }

  .box.featured .box-heading {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .box .box-heading {
    margin: 0 0 30px; }

  .box.featured .box-heading {
    margin-bottom: 30px; }

  .box_html.welcome {
    margin-top: 0;
    height: 332px;
    padding-top: 20px;
    width: 40%; }
    .box_html.welcome .tx-wel {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 14px; }
    .box_html.welcome .price-wel {
      margin-bottom: 14px; }
    .box_html.welcome p {
      font-size: 13px;
      line-height: 16px;
      margin-bottom: 10px;
      padding-bottom: 10px; }
    .box_html.welcome a {
      font-size: 32px;
      line-height: 32px; }

  aside .box .box-heading {
    padding: 10px 17px;
    background: #a9013e;
    font-size: 18px;
    line-height: 30px; }
    aside .box .box-heading h3 {
      color: #fff;
      font-size: 18px;
      line-height: 30px; }

  aside .box.bestsellers,
  aside .box.latest,
  aside .box.specials {
    text-align: center; }
    aside .box.bestsellers .product-layout,
    aside .box.latest .product-layout,
    aside .box.specials .product-layout {
      display: inline-block;
      float: none;
      width: 300px; } }
@media (max-width: 650px) {
  .box_html.welcome {
    width: 45%;
    height: 241px;
    padding-top: 15px; }
    .box_html.welcome .tx-wel {
      font-size: 25px;
      line-height: 25px;
      margin-bottom: 10px; }
    .box_html.welcome .price-wel {
      background-image: url(../images/price-wel-litt.png);
      font-size: 40px;
      line-height: 90px;
      height: 90px;
      margin-bottom: 10px; }
    .box_html.welcome a {
      font-size: 25px;
      line-height: 25px; } }
@media (max-width: 480px) {
  .box_html.welcome {
    width: 50%;
    height: 155px;
    padding-top: 12px; }
    .box_html.welcome .tx-wel {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 8px; }
    .box_html.welcome .price-wel {
      margin-bottom: 8px;
     /* background: none;*/
      color: #fff;
      font-size: 25px;
      line-height: 25px;
      height: auto; }
    .box_html.welcome p {
      font-size: 11px;
      line-height: 14px; }
    .box_html.welcome a {
      font-size: 20px;
      line-height: 20px; } }
footer {
  color: #fff;
  background: #65011b;/*#aa606a;*/
  padding-top: 67px;
  /*position: relative;*/
  /*margin-top: 40px;*/ }
  footer h5 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    text-transform: lowercase;
    margin-bottom: 48px; }
  footer hr {
    border-color: #d5b0b5;
    margin-top: 20px;
    margin-bottom: 20px;/*79px;*/ }
  footer ul li {
    padding: 6px 0; }
    footer ul li a {
      color: #fff;
      text-transform: lowercase; }
      footer ul li a:visited {
        color: #fff; }
      footer ul li a:hover, footer ul li a:focus, footer ul li a:active {
        color: #ffdaac; }
  footer .powered {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin-top: 12px; }
    footer .powered a {
      color: #fff; }
      footer .powered a:visited {
        color: #fff; }
      footer .powered a:hover, footer .powered a:focus, footer .powered a:active {
        color: #ffdaac; }
  footer .foot_phone {
    display: inline-block;
    float: right;
    color: #ffdaac;
    font-size: 24px;
    line-height: 29px;
    margin-top: 12px;
    margin-right: 50px; }
    footer .foot_phone i {
      font-size: 22px;
      margin-right: 12px; }
  footer .social {
    display: inline-block; }
    footer .social li {
      padding: 0 4px;
      float: left; }
      footer .social li a {
        display: inline-block;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        background: #ba6b76;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        footer .social li a i {
          color: #fff;
          font-size: 18px;
          line-height: 55px;
          vertical-align: top; }
        footer .social li a:hover, footer .social li a:focus, footer .social li a:active {
          background: #a54d59; }
  footer:before {
    background: url(../images/parallax-top.png) repeat-x center top;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.common-home footer {
  margin-top: 0; }
  .common-home footer:before {
    display: none; }

.footer {
  position: relative;
  color: #b7a99a; }
  .footer:before {
    background: url(../images/cart-top.png) repeat-x scroll center top;
    content: '';
    z-index: 1;
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.copyright br {
  display: none; }

.copyright {
  font-size: 11px;
  line-height: 20px;
  text-align: center; }
  .copyright > .container {
    padding-top: 0;/*49px;*/
    padding-bottom: 20px;/*70px; */}

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  footer .powered {
    font-size: 16px; }

  footer .foot_phone {
    font-size: 19px;
    margin-right: 0; }

  footer h5 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 38px; }

  footer ul li {
    padding: 4px 0; }
    footer ul li a {
      font-size: 14px;
      line-height: 16px; } }
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    padding-top: 43px; }
    footer .powered {
      font-size: 13px; }
    footer .foot_phone {
      font-size: 19px;
      margin-right: 0; }
    footer h5 {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 30px; }
    footer hr {
      margin-bottom: 50px;
      margin-top: 13px; }
    footer ul li {
      padding: 4px 0; }
      footer ul li a {
        font-size: 14px;
        line-height: 16px; }
    footer .social li
    a {
      height: 44px;
      line-height: 44px;
      width: 44px; }
      footer .social li
      a i {
        font-size: 16px;
        line-height: 44px; }
    footer .copyright > .container {
      padding-bottom: 45px;
      padding-top: 31px; } }
@media (max-width: 767px) {
  footer > .container {
    display: none; }

  footer {
    padding-top: 40px;
    text-align: center; }
    footer .powered {
      float: none;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 20px;
      width: 100%; }
    footer .social {
      float: left; }
    footer hr {
      display: none; }

  .copyright > .container {
    padding-bottom: 40px;
    padding-top: 0; }

  footer .foot_phone {
    margin-right: 0; }

  .social_blocks .soc_block.pinterest .box-content > span {
    width: 100%;
    text-align: center; }
    .social_blocks .soc_block.pinterest .box-content > span > span {
      display: inline-block !important;
      width: 100%; }

  .fb-like-box {
    width: 100% !important; }

  .fb-like-box > span,
  .fb-like-box > span > iframe {
    width: 100% !important; }

  #google-map {
    height: 300px !important; } }
@media (max-width: 520px) {
  footer .social {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    footer .social li {
      float: none;
      display: inline-block; }
  footer .foot_phone {
    float: none; } }
@media (max-width: 489px) {
  .fb-like-box > span,
  .fb-like-box > span > iframe {
    height: 300px !important; } }
@media (max-width: 383px) {
  .fb-like-box > span,
  .fb-like-box > span > iframe {
    height: 350px !important; } }
@media (max-width: 330px) {
  .fb-like-box > span,
  .fb-like-box > span > iframe {
    height: 400px !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  color: #aa606a;
  background: #fff;
  border: 1px solid #f9f3f4;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    background: #8c4b54;
    border-color: #8c4b54;
    text-decoration: none;
    color: #fff; }

@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: 10px 0 35px;
  padding: 15px 20px;
  font: 400 12px/14px "Roboto Slab", serif;
  border-radius: 0;
  border: none;
  color: #60393e;
  background: #f2f3e2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase; }
  .breadcrumb a {
    display: inline-block;
    color: #65011b; }
    .breadcrumb a:visited {
      color: #88735e; }
    .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
      color: #47b3b3; }
  .breadcrumb li.last span {
    color: #4c4034; }
  .breadcrumb i {
    font-size: 15px;
    vertical-align: top; }
  .breadcrumb > li + li::before {
    color: #b7a99a; }

/**---------------------**/
.pagination {
  margin: 0; }

.name {
  font: 400 18px/22px "Roboto Slab", serif;
  color: #88735e;
  margin-bottom: 5px; }

.name a {
  color: #88735e; }
  .name a:visited {
    color: #88735e; }
  .name a:hover, .name a:focus, .name a:active {
    color: #4c4034; }

td .name a {
  font-size: 13px; }

td .price, .price b {
  padding-bottom: 0; }

td .price, td .price b {
  font-size: 18px;
  line-height: 22px; }

td .price s {
  color: #ddc6af;
  font-size: 16px;
  line-height: 22px; }

/*************************/
.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: #c0a283; }

#list-view,
#grid-view {
  background: none;
  box-shadow: none;
  color: #e3e3bd; }
  #list-view i,
  #grid-view i {
    line-height: 36px;
    height: 32px; }

/* list group */
.list-group a {
  border: 1px solid #e8d3c9;
  color: #b7a99a;
  padding: 8px 12px; }

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #e8d3c9;
  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 img {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .thumbnail a:hover img {
    opacity: .8; }

.image-additional a {
  display: block;
  border: 1px solid #e8d3c9; }
  .image-additional a:hover {
    border-color: #a9013e; }

.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 {
  text-transform: uppercase;
  color: #777;
  padding: 3px 10px; }

/***************PRODUCT PAGE**********************/
.quickview_description {
  margin-top: 15px; }

.fancybox-inner .price {
  margin-bottom: 15px; }

.quickview_description iframe,
.product-desc iframe {
  width: 40% !important;
  height: 200px !important;
  float: left;
  margin-right: 2em; }

.quickview-style .inf {
  font-size: 14px;
  margin-bottom: 10px; }

.quickview-style .cart-button {
  margin-top: 10px; }

.btn-icon, a.btn-icon {
  display: inline-block;
  padding: 0;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center; }
  .btn-icon i, a.btn-icon i {
    min-width: 20px;
    vertical-align: top; }

.product-desc ul {
  list-style: inside; }

.product-section {
  margin-bottom: 3em; }

.product-content-columns {
  margin-bottom: 20px; }

.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: #c0a283; }

.review-form-title {
  text-align: center; }

#reviews_form_title {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #aa606a;
  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 #aa606a;
  content: '';
  margin-left: -10px; }

.product-review-form {
  display: none; }

.bootstrap-datetimepicker-widget td span.glyphicon:hover {
  background: none !important; }

.product_page #button-cart {
  width: 100%; }

.bx-wrapper .bx-viewport {
  background-color: transparent; }

.bx-wrapper .bx-controls-direction a i {
  line-height: 30px;
  vertical-align: top; }

.bx-wrapper .bx-controls-direction a:hover {
  color: #fff;
  background-color: #d5a26d; }

.bx-wrapper .bx-controls-direction a {
  background: #c0a283;
  border: 1px solid #c0a283;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 30px; }

@media (max-width: 767px) {
  .soc_block {
    margin-bottom: 15px; }

  .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 {
  border: 1px solid #e8d3c9; }

#default_gallery {
  margin-bottom: 30px; }

#default_gallery .product-image {
  cursor: pointer; }

#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(172, 119, 150, 0.7);
  text-align: center;
  right: auto;
  margin: 0;
  left: auto;
  border: 0; }

#default_gallery .image-thumb .bx-wrapper .bx-prev:hover,
#default_gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #8b3f6b; }

#default_gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto;
  right: auto; }

#default_gallery .image-thumb .bx-wrapper .bx-prev i,
#default_gallery .image-thumb .bx-wrapper .bx-next i {
  line-height: 30px;
  color: #fff;
  display: block; }

#default_gallery .image-thumb img:hover,
#default_gallery .image-thumb .active img {
  border-color: #aa606a; }

#default_gallery .image-thumb img {
  border: none; }

#default_gallery .image-thumb {
  padding: 0;
  float: left;
  padding-right: 1em;
  width: 18%; }

.product-image {
  float: left;
  width: 81.6%;
  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-author {
  font-size: 14px;
  color: #60393e;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px; }

.review-score {
  margin-bottom: 10px; }
  .review-score .fa-stack {
    width: 1.5em;
    height: 1.5em;
    color: #dedbdb; }
  .review-score .fa-stack .active {
    color: #c32143; }

.product_page h1 {
  margin-bottom: 20px; }

.product-section a:hover {
  color: #c0a283; }

.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 #e8d3c9;
  margin-bottom: 1px; }

#default_gallery .image img {
  vertical-align: top;
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative !important; }

.product_page h1.product-title {
  margin: 0 0 10px 0; }

.general_info {
  margin-bottom: 20px; }

.fancybox-skin .rating {
  margin: 5px 0 10px; }

.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8d3c9; }

.box-subcat {
  padding: 0;
  margin: 0; }
  .box-subcat li {
    list-style: none;
    text-align: center;
    margin-bottom: 30px; }
    .box-subcat li .image {
      margin-bottom: 15px; }
      .box-subcat li .image a {
        display: block;
        overflow: hidden;
        position: relative;
        background: #fff;
        border: 1px solid #cda1a7; }
        .box-subcat li .image a img {
          background-color: #fff; }
    .box-subcat li.first-in-line {
      clear: left; }

.img-thumbnail {
  border: 0;
  background-color: #f7f9fd;
  padding: 0;
  border-radius: 0; }

.product-filter {
  border-top: 1px solid #e8d3c9;
  border-bottom: 1px solid #e8d3c9;
  padding: 20px 0;
  margin-bottom: 20px; }
  .product-filter label {
    font-size: 12px;
    padding-top: 8px;
    text-transform: uppercase; }
  .product-filter select.form-control {
    font-size: 11px; }

.nav-cat {
  margin-bottom: 40px; }

.nav-cat .nam-page {
  margin: 5px 0 5px 10px; }

.button-view button:active,
.button-view button:focus,
.button-view button:hover {
  color: #aa606a; }

.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; }

/*======== RELATED PRODUCTS =============*/
.related-products .owl-carousel .owl-item > div {
  margin-left: 15px;
  margin-right: 15px; }

.related-slider {
  padding: 0 30px;
  margin: 0;
  list-style-type: none; }
  .related-slider .owl-item {
    text-align: center; }
  .related-slider .product-thumb {
    display: inline-block;
    width: 100%;
    max-width: 270px; }
  .related-slider .image {
    margin-bottom: 15px; }
    .related-slider .image img {
      background: #f7f9fd; }

.cart-button .btn {
  margin: 0 0 0 10px; }
  .cart-button .btn.btn-add {
    margin-left: 0; }

.product-thumb .cart-button .btn {
  margin: 0 7px 5px; }

.related-products li .product-thumb {
  margin-bottom: 0; }

/*======== PRODUCT TABS =============*/
.tabs {
  margin-top: 10px; }

.tabs .tab-heading i {
  font-size: 26px;
  color: #7e7e7e;
  float: right;
  margin-top: 5px; }

.tabs .tab-heading {
  padding: 13px 20px;
  line-height: 32px;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #e8d3c9;
  border-bottom: 4px solid #000;
  background-color: #fff; }

.tabs .tab-content {
  padding: 20px 0; }

#review td {
  font-size: 13px; }

.rating a {
  cursor: pointer; }

/*======== 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; }

@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 #e8d3c9; }

  .box-subcat li .image a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }
/************** QUICKVIEW **************************/
.quick_info {
  display: none; }

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible; }

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px; }

.fancybox-skin {
  color: #b7a99a; }

.fancybox-inner .img-responsive {
  border: 1px solid #cda1a7; }

.fancybox-inner a {
  color: #88735e; }
  .fancybox-inner a:visited {
    color: #88735e; }
  .fancybox-inner a:hover, .fancybox-inner a:focus, .fancybox-inner a:active {
    color: #c32143; }

.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #cda1a7;
  padding: 10px; }

/****** ABOUT PAGE*****/
.extra-wrap {
  overflow: hidden; }

.dropcap {
  background: #65011b;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font: 300 25px/30px "Roboto Slab", serif;
  min-width: 50px;/*67px;*/
  height: auto;
  margin: 0px 20px 20px 0;
  padding: 5px;/*17px;*/
  width: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: block;
  float: left; }

img.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

hr {
  border-color: #e8d3c9; }

.sm_hr {
  height: 1px;
  background-color: #e5e5e5;
  margin: 50px 0; }

.about-page h4 {
  margin: -3px 0 5px;
  font-size: 16px;
  line-height: 20px; }

.about-page h3 {
  text-transform: uppercase; }

.human_info figure,
.about-page figure {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e8d3c9;
  padding: 12px;
  display: block;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0; }

.human_info figure {
  float: left;
  margin-right: 20px; }

.about-page .excerpt {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px; }

.about-page h5 {
  text-align: center;
  margin: 0 0 5px; }
  .about-page h5 a {
    color: #88735e; }
    .about-page h5 a:visited {
      color: #88735e; }
    .about-page h5 a:hover, .about-page h5 a:focus, .about-page h5 a:active {
      color: #c32143; }

.about-page i {
  color: #aa606a;
  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 {
  font-weight: 400; }

.testimonials .testi-item {
  margin-bottom: 30px; }

.testimonials .testi-item a {
  font-size: 14px; }

.testimonials .testi-meta {
  line-height: 18px;
  padding-left: 50px;
  display: block; }

.testimonials .user {
  text-transform: uppercase;
  font-size: 14px;
  color: #b7a99a; }

.testimonials blockquote:after {
  content: '';
  position: absolute;
  display: block;
  background: url(../images/testi_arr.png) no-repeat left top;
  width: 21px;
  height: 20px;
  bottom: -20px;
  left: 30px; }

.testimonials blockquote {
  border: 1px solid #e8d3c9;
  position: relative;
  margin-bottom: 30px; }
  .testimonials blockquote a {
    color: #b7a99a; }
    .testimonials blockquote a:hover, .testimonials blockquote a:focus, .testimonials blockquote a:active {
      color: #88735e; }

.terms_conditions_page p {
  margin-bottom: 20px; }

.terms_conditions_page h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #88735e; }

.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 #e8d3c9; }

.privacy_page {
  font-weight: 300; }

.privacy_page h4 {
  float: right;
  margin: 0 0 10px;
  line-height: normal;
  font-size: 18px; }

/********** SITEMAP PAGE ******************/
.site-map-page #content ul li {
  padding: 5px 0; }

.site-map-page #content .breadcrumb li {
  padding: 0 20px; }
  .site-map-page #content .breadcrumb li i {
    display: none; }

.site-map-page #content ul li a {
  font-size: 13px; }

.site-map-page #content ul li a i {
  font-size: 15px;
  margin-right: 5px;
  color: #aa606a; }

.site-map-page #content ul li {
  list-style-type: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #c32143;
  font-weight: 300; }

/********/
.product-manufacturer #content strong {
  font-weight: 400;
  color: #88735e; }
.product-manufacturer #content p a {
  color: #a9013e;
  font-size: 14px;
  font-weight: 700; }
  .product-manufacturer #content p a:hover, .product-manufacturer #content p a:active, .product-manufacturer #content p a:focus {
    color: #c05078;
    text-decoration: none; }

.manufacturer-list {
  border: 1px solid #e8d3c9;
  margin-bottom: -1px; }
  .manufacturer-list a {
    font-weight: 400; }

.manufacturer-heading {
  background: #fff;
  border-bottom: 1px solid #e8d3c9;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 2px;
  padding: 5px; }

.manufacturer-heading span {
  background: #c05078;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px; }

.manufacturer-content a i {
  font-size: 15px;
  color: #aa606a;
  margin-right: 5px; }

.manufacturer-content {
  padding: 20px; }

/********** ACCOUNT ******************/
.well {
  background-color: #fff;
  border: 1px solid #e8d3c9;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none; }
  .well .heading {
    border-bottom: 1px solid #e8d3c9;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .well .heading i {
      color: #dddecd;
      float: left;
      font-size: 40px;
      margin: 0 15px 10px 0;
      line-height: 44px; }
    .well .heading h2 {
      font-size: 18px;
      margin: 0 0 5px; }
    .well .heading strong {
      font-weight: normal;
      font-style: italic; }
  .well p {
    border-bottom: 1px solid #e8d3c9;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .well a {
    display: inline-block;
    margin-top: 10px; }

#content ul.list-unstyled li {
  padding: 6px 0; }

#content ul.list-unstyled li a i {
  font-size: 17px;
  margin-right: 5px;
  color: #aa606a; }

.zoomWindow {
  z-index: 40 !important; }

.bootstrap-datetimepicker-widget {
  padding-bottom: 0; }
  .bootstrap-datetimepicker-widget ul {
    margin-bottom: 0; }

.bootstrap-datetimepicker-widget .picker-switch, .bootstrap-datetimepicker-widget .timepicker-picker .btn {
  margin-bottom: 4px;
  margin-top: 4px; }

.bootstrap-datetimepicker-widget td span.glyphicon:hover {
  background: none !important; }

.bootstrap-datetimepicker-widget .datepicker .day.active:hover,
.bootstrap-datetimepicker-widget .datepicker .day.active {
  color: #fff; }

.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: #aa606a; }
.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: #aa606a; }

.radio {
  line-height: 18px; }

.gm-style > .gmnoprint {
  bottom: 100px !important; }

div.rd-video {
  height: auto; }
  div.rd-video > div {
    padding: 7% 0; }

/* parallax */
.parallax {
  margin-bottom: 0;
  color: #fff;
  font-size: 55px;
  line-height: 75px;
  text-transform: uppercase;
  text-align: center; }
  .parallax > div {
    padding: 166px 0 156px; }
    .parallax > div:after, .parallax > div:before {
      position: absolute;
      width: 100%;
      height: 5px;
      top: 0;
      left: 0;
      display: block;
      content: '';
      background: url(../images/parallax-top.png) repeat-x center top; }
    .parallax > div:after {
      top: auto;
      bottom: 0;
      background: url(../images/parallax-bottom.png) repeat-x center bottom; }
    .parallax > div .row > .col-sm-12 {
      padding: 0; }
  .parallax span {
    font-size: 72px;
    color: #ffed8b; }
  .parallax .block-parallax-1,
  .parallax .block-parallax-2 {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 38px 67px 20px 55px;
    height: 194px;
    color: #634e2b;
    background: #fff;
    font-size: 20px;/*25px;*/
    line-height: 32px;
    vertical-align: top;
    text-align: left;
    margin: 0 8px;
    background-clip: padding-box;
    letter-spacing: 2px;
    border: 15px solid rgba(71, 179, 179, 0.54);/*rgba(255, 255, 255, 0.34);*/
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .parallax a.block-parallax-1, .parallax a.block-parallax-2 {
    font-weight: 400; text-align:center; }
    .parallax a.block-parallax-1:hover, .parallax a.block-parallax-1:active, .parallax a.block-parallax-1:focus, .parallax a.block-parallax-2:hover, .parallax a.block-parallax-2:active, .parallax a.block-parallax-2:focus {
      color: #61a10f; }
  .parallax a.block-parallax-1:hover, .parallax a.block-parallax-1:active, .parallax a.block-parallax-1:focus {
    color: #c32143; }
  .parallax .block-parallax-1 span {
    color: #61a10f;
    font-size: 45px;/*55px;*/
    line-height: 62px;
    letter-spacing: 0; }
  .parallax .block-parallax-2 {
    padding: 26px 57px 19px 188px;
    background: url(../images/parallax-img.jpg) no-repeat left top #fff;
    background-clip: padding-box;
    font-size: 20px;/*30px;*/
    line-height: 32px;
    letter-spacing: 2px; }
    .parallax .block-parallax-2 span {
      color: #c32143;
      font-size: 45px;/*72px;*/
      line-height: 74px;
      letter-spacing: 0; }

/* video */
.rd-video {
  height: 629px;
  color: #fff;
  font-size: 55px;
  line-height: 75px;
  text-transform: uppercase;
  text-align: center; }
  .rd-video span {
    font-size: 72px;
    color: #ffed8b; }
  .rd-video > div {
    padding: 188px 0 134px; }
    .rd-video > div:after, .rd-video > div:before {
      position: absolute;
      width: 100%;
      height: 5px;
      top: 0;
      left: 0;
      display: block;
      content: '';
      background: url(../images/parallax-top.png) repeat-x center top; }
    .rd-video > div:after {
      top: auto;
      bottom: 0;
      background: url(../images/parallax-bottom.png) repeat-x center bottom; }
    .rd-video > div .row > .col-sm-12 {
      padding: 0; }

.rd-video a {
  display: inline-block;
  color: #fff;
  font: 700 30px/36px "Roboto Slab", serif;
  padding: 16px 38px 19px 37px;
  background: #c32143;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 37px; }
  .rd-video a i {
    font: 400 22px/38px "FontAwesome";
    margin-left: 10px;
    display: inline-block;
    height: 36px;
    vertical-align: top; }
  .rd-video a:hover, .rd-video a:active, .rd-video a:focus {
    background: #de395c; }

/* social_blocks */
.social_blocks {
  margin-top: 108px;
  margin-bottom: 104px; }
  .social_blocks .soc_block > div {
    border: 1px solid #cda1a7;
    padding-top: 35px;
    padding-bottom: 35px;
    display: inline-block;
    width: 100%; }
    .social_blocks .soc_block > div .box-heading {
      padding-left: 35px;
      padding-right: 35px; }
      .social_blocks .soc_block > div .box-heading h3 {
        font-size: 25px;
        line-height: 34px;
        color: #534435;
        margin-bottom: 16px; }
    .social_blocks .soc_block > div .box-content {
      padding-left: 35px;
      padding-right: 35px; }
  .social_blocks .soc_block.facebook .box-heading h3 {
    margin-bottom: 27px; }
  .social_blocks .soc_block.facebook > div {
    padding-bottom: 45px; }
  .social_blocks .soc_block.instagram .box-heading h3 {
    margin-bottom: 55px; }
  .social_blocks .soc_block.instagram .box-content {
    display: inline-block;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 24px; }
  .social_blocks .soc_block.instagram a {
    display: inline-block;
    float: left;
    width: 89px;
    height: 89px;
    margin: 0 7px 12px 7px; }
    .social_blocks .soc_block.instagram a span {
      display: none; }
  .social_blocks .soc_block.pinterest > div {
    padding-bottom: 30px; }
  .social_blocks .soc_block.pinterest .box-content {
    padding-left: 25px;
    padding-right: 25px; }
    .social_blocks .soc_block.pinterest .box-content > span {
      padding: 0 !important;
      background: none !important;
      border-radius: 0 !important;
      box-shadow: none !important; }

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
.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: 1199px) {
  .table th, .table td {
    padding: 8px; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (max-width: 1490px) {
  .rd-video {
    height: 506px; }
    .rd-video > div {
      padding: 150px 0 107px; } }
@media (max-width: 991px) {
  .button-view {
    margin-top: 10px; } }
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .parallax .block-parallax-1, .parallax .block-parallax-2 {
    border-width: 12px;
    font-size: 20px;
    height: 155px;
    line-height: 26px;
    margin: 0 6px;
    padding: 31px 54px 16px 44px; }

  .parallax .block-parallax-1 span {
    font-size: 44px;
    line-height: 50px; }

  .parallax > div {
    padding: 133px 0 125px; }

  .rd-video {
    font-size: 44px;
    height: 412px;
    line-height: 60px; }
    .rd-video > div {
      padding: 120px 0 86px; }

  .parallax .block-parallax-2 {
    font-size: 24px;
    line-height: 26px;
    padding: 21px 46px 15px 150px; }

  .parallax .block-parallax-2 span {
    font-size: 58px;
    line-height: 59px; }

  .social_blocks .soc_block.instagram .box-content {
    padding-bottom: 7px; }

  .social_blocks .soc_block.pinterest .box-content {
    padding-top: 34px;
    padding-bottom: 50px; }

  #default_gallery .image-thumb .bx-wrapper .bx-prev,
  #default_gallery .image-thumb .bx-wrapper .bx-next {
    height: 22px;
    line-height: 22px; }
    #default_gallery .image-thumb .bx-wrapper .bx-prev i,
    #default_gallery .image-thumb .bx-wrapper .bx-next i {
      line-height: 22px; }

  #default_gallery .image-thumb {
    padding-right: 16px; }

  .parallax, .rd-video > div {
    font-size: 44px;
    line-height: 60px; }
    .parallax span, .rd-video > div span {
      font-size: 58px; }
    .parallax a, .rd-video > div a {
      font-size: 24px;
      line-height: 30px;
      margin-top: 30px;
      padding: 13px 30px 15px; }
      .parallax a i, .rd-video > div a i {
        line-height: 33px;
        height: 30px; }

  .social_blocks .soc_block.col-sm-5,
  .social_blocks .soc_block.col-sm-3 {
    width: 33.3333%; }

  .fb-like-box {
    width: 230px !important; }
    .fb-like-box > span, .fb-like-box > span > iframe {
      width: 100% !important;
      height: 300px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .social_blocks {
    margin-bottom: 75px;
    margin-top: 70px; }
    .social_blocks .soc_block > div {
      padding-bottom: 28px;
      padding-top: 15px; }
    .social_blocks .soc_block.facebook > div {
      padding-bottom: 20px; }

  .social_blocks .soc_block.instagram .box-content {
    padding-bottom: 53px;
    padding-top: 13px; }

  .rd-video {
    font-size: 35px;
    height: 326px;
    line-height: 48px; }
    .rd-video > div {
      padding: 94px 0 67px; }

  .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; }

  .social_blocks .soc_block.col-sm-5 {
    width: 37%; }

  .social_blocks .soc_block.instagram.col-sm-4 {
    width: 28%; }
    .social_blocks .soc_block.instagram.col-sm-4 a {
      height: 71px;
      width: 71px; }

  .social_blocks .soc_block.pinterest.col-sm-3 {
    width: 34%; }

  .social_blocks .soc_block > div .box-heading {
    padding-left: 15px;
    padding-right: 15px; }
    .social_blocks .soc_block > div .box-heading h3 {
      font-size: 22px;
      line-height: 27px; }

  .fb-like-box {
    width: 230px !important; }
    .fb-like-box > span, .fb-like-box > span > iframe {
      width: 100% !important;
      height: 345px !important; }

  .social_blocks .soc_block.instagram a {
    height: 80px;
    margin: 4px;
    width: 80px; }

  .social_blocks .soc_block.pinterest .box-content {
    padding: 50px 0 47px; }

  .social_blocks .soc_block > div .box-content,
  .social_blocks .soc_block.instagram .box-content {
    padding-left: 10px;
    padding-right: 10px; }

  .parallax, .rd-video {
    font-size: 35px;
    line-height: 48px; }
    .parallax > div, .rd-video > div {
      padding: 77px 0; }
    .parallax span, .rd-video span {
      font-size: 46px; }
    .parallax a, .rd-video a {
      font-size: 19px;
      line-height: 24px;
      margin-top: 24px;
      padding: 12px 24px 14px; }
      .parallax a i, .rd-video a i {
        line-height: 26px;
        height: 24px; }

  .parallax .block-parallax-1, .parallax .block-parallax-2 {
    border-width: 8px;
    font-size: 16px;
    height: 124px;
    line-height: 21px;
    margin: 0 5px;
    padding: 25px 28px 13px 25px; }

  .parallax .block-parallax-1 span {
    font-size: 35px;
    line-height: 40px; }

  .parallax > div.parallax-2 {
    padding: 101px 0 95px; }

  .parallax .block-parallax-2 {
    font-size: 19px;
    line-height: 21px;
    padding: 17px 27px 12px 110px; }

  .parallax .block-parallax-2 span {
    font-size: 46px;
    line-height: 47px; }

  .panel-body input + span {
    margin-top: 5px;
    display: inline-block; }

  #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 {
    padding-right: 15px; }

  input#input-voucher,
  input#input-coupon {
    display: inline-block;
    width: 100%;
    margin-right: 0; } }
@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .magnificent-area {
    display: none !important; }

  .parallax > div {
    background-attachment: scroll !important;
    background-position: center center !important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #full_gallery {
    display: block; }

  .product-content-columns #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: 979px) {
  .box-subcat li .name a {
    font-size: 14px; } }
@media (max-width: 767px) {
  a.quickview {
    display: none !important; }

  #full_gallery {
    display: block; }

  #default_gallery {
    visibility: hidden;
    height: 0; }
    #default_gallery .image-thumb, #default_gallery .product-image {
      height: 0; }

  .social_blocks {
    margin-bottom: 60px;
    margin-top: 56px; }

  .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; }

  .parallax, .rd-video {
    font-size: 35px;
    line-height: 48px; }
    .parallax > div, .rd-video > div {
      padding: 77px 0; }
    .parallax span, .rd-video span {
      font-size: 46px; }
    .parallax a, .rd-video a {
      font-size: 19px;
      line-height: 24px;
      margin-top: 24px;
      padding: 12px 24px 14px; }
      .parallax a i, .rd-video a i {
        line-height: 26px;
        height: 24px; }

  .parallax .block-parallax-1, .parallax .block-parallax-2 {
    border-width: 8px;
    font-size: 16px;
    height: 124px;
    line-height: 21px;
    margin: 5px;
    padding: 25px 28px 13px 25px; }

  .parallax .block-parallax-1 span {
    font-size: 35px;
    line-height: 40px; }

  .parallax > div {
    padding: 101px 0 95px; }

  .parallax .block-parallax-2 {
    font-size: 19px;
    line-height: 21px;
    padding: 17px 27px 12px 110px; }

  .parallax .block-parallax-2 span {
    font-size: 46px;
    line-height: 47px; }

  input#input-voucher,
  input#input-coupon {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0; } }
@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 90% !important;
    height: 240px !important; }

  .parallax, .rd-video {
    font-size: 28px;
    line-height: 38px; }
    .parallax span, .rd-video span {
      font-size: 36px; } }
@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: 9px;
    word-wrap: break-word; }

  .parallax, .rd-video {
    font-size: 20px;
    line-height: 30px; }
    .parallax span, .rd-video span {
      font-size: 24px; }
    .parallax .block-parallax-1, .parallax .block-parallax-2, .rd-video .block-parallax-1, .rd-video .block-parallax-2 {
      border-width: 6px;
      font-size: 13px;
      height: 99px;
      line-height: 17px;
      margin: 4px;
      padding: 20px 22px 10px 20px;
      letter-spacing: 1px; }
      .parallax .block-parallax-1 span, .parallax .block-parallax-2 span, .rd-video .block-parallax-1 span, .rd-video .block-parallax-2 span {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0; }
    .parallax .block-parallax-2, .rd-video .block-parallax-2 {
      font-size: 15px;
      line-height: 17px;
      padding: 14px 22px 10px 88px; }
      .parallax .block-parallax-2 span, .rd-video .block-parallax-2 span {
        font-size: 36px;
        line-height: 38px; }

  .rd-video {
    line-height: 22px; }
    .rd-video a {
      margin-top: 8px;
      font-size: 15px;
      line-height: 19px;
      padding: 9px 16px; }
      .rd-video a i {
        height: 19px;
        line-height: 19px; } }
@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; }

  .panel-group .btn {
    white-space: normal; } }


.map iframe
{
    width: 100%;
    height: 100%;
}
.box_html.welcome a.banshop
{
    display: block;
    margin-bottom: 50px;
}
.box_html.welcome a.banshop .price-wel
{
    color: #47b3b3;
    font-size: 50px;
}
.box_html.welcome a.banshop:hover .price-wel
{
    color: #65011b;
}
.footer_box h4, .footer_box p a
{
    color: #47b3b3;
}
.footer_box p
{
    color: #fff!important;
}
.ychoose h3
{
    font-size: 18px;
    line-height: 26px;
    color: #47b3b3;
    margin-top: 0;
}
.about-page h4
{
    color: #65011b;
}
.about-page .ychoose h4
{
    color: #000;
    font-size: 16px;
}
.cart-button .btn.btn-add
{
    background: #65011b;
}
.cart-button .btn.btn-add:hover
{
    background: #47b3b3;
}
.imgright
{
    float: right;
    margin: 0 0 20px 20px;
}
.nav__primary .menu > li:hover ul
{
    display: block;
}
.nav__primary .menu > li ul li a:hover
{
    color: #47b3b3;
}
.box_html.welcome ul
{
    list-style-type: none;
    text-align: left;
    margin-bottom:0;
}
.box_html.welcome ul li
{
    background: url(../images/tick.png) no-repeat;
    padding-left: 35px;
    background-position: left;
}
.box_html.welcome ul li a
{
    font-family: 'Philosopher', sans-serif;
    font-size: 22px;
    line-height: normal;
    text-transform: capitalize;
}
.box_html.welcome ul li a:hover, .box_html.welcome a.banshop1:hover
{
    color: #47b3b3;
}
.box_html.welcome a.banshop1
{
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    color: #65011b;
}
.ychoose ul, .servli ul
{
    padding-left: 0;/*15px;*/
    list-style: none;
    
}
.ychoose ul li
{
    color: #000;
    margin-bottom: 10px;
    background: url(../images/tick.png) no-repeat;
    padding-left: 35px;
}
/*.ychoose ul li::before
{
    content: "\f111";
    color: #65011b;
    font-size: 18px;
    vertical-align: middle;
    font-family: fontawesome;
}*/
.servli ul li
{
    margin-bottom: 10px;
    color: #000;
    background: url(../images/tick.png) no-repeat;
    padding-left: 35px;
    min-height: 30px;
}
.servli ul li a
{
    color: #65011b;
    line-height: 30px;
}

.servli ul li a:hover
{
    color: #47b3b3;
}
/*.parallax a.block-parallax-1
{
    width: 38%;
    margin-right: 2%;
}
.parallax a.block-parallax-2
{
    width: 58%;
    margin-left: 2%;
}*/

.social_blocks .maxheight1
{
    float:left;
    width: 100%;
}
.col-sm-9.services .col-sm-12
{
    margin-bottom: 45px;
}
.squareimg a.magnifier2 img
{
    width: 260px;
    height: 195px;
}
.vertimg a.magnifier2 img
{
    width: 260px;
    height: 347px;
}

.box-subcat .col-sm-3 img
{
    width: 100%;
    height: auto;
}
.mt15
{
    margin-top: 15px;
}
footer .abn 
{
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 22px;
    margin-top: 12px;
    width: 300px;
    font-weight: bold;
}

/**********************/
.respclear
{
    display: none;
}
.menu1btn
{
    display: none;
}
#content, #column-left
{
    margin-top: 50px;
}
#search input
{
    width: 85%;
    float: left;
}
#search input + input
{
    width: 25%;
    float: left;
    border: none;
}
#search input + .button-search::before
{
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    top: 18px;
    position: absolute;
    margin-left: 10px;
}
.product-layout.product-grid.col-lg-3 .lazy img
{
    height:100%;
    max-height: 100%;
}


.carousel-inner h4{
  text-align: center;
}
@media (max-width: 1200px)
{
    .nav__primary .menu > li > a
    {
        font-size: 16px;
    }
    .header
    {
        margin-bottom: 0;
    }
    .box_html.welcome .tx-wel
    {
        font-size: 18px!important;
        line-height: 35px!important;
        margin-bottom: 20px!important;
    }
    .soc_block.col-sm-4 img 
    {
	width: 100%;
	height: auto;
	max-width: 450px;
	float: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}
    .parallax .block-parallax-1, .parallax .block-parallax-2
    {
        margin-bottom: 25px;
    }
    .parallax .block-parallax-2 span
    {
        font-size: 40px;
    }
    .parallax .block-parallax-2
    {
        font-size: 20px;
        background-size: 135px;
    }
    footer .social li a
    {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    footer .abn
    {
        width: 200px;
        font-size: 18px;
    }
    footer .social li a i
    {
        line-height: 35px;
    }
    .about-page img
    {
        width: 500px;
        height: 253px;
        float: none;
        text-align:center;
        margin: 10px auto;
        display: block;
    }
    #content
    {
        margin-top: 20px;
    }
    .squareimg a.magnifier2 img
    {
        width: 202px;
        height: 151px;
    }
    .vertimg a.magnifier2 img
    {
        width: 202px;
        height: 315px;
    }
    .human_info
    {
        margin-bottom: 15px;
    }
}

@media (max-width: 1023px)
{
    #tm_menu
    {
        width: 100%;
        margin-left: 0;
    }
    .nav__primary .menu > li
    {
        margin-left: 5px;
    }
    .nav__primary .menu
    {
        max-width: 100%;
    }
    .nav__primary .menu > li > a
    {
        font-size: 15px;
    }
    .box_html.welcome .price-wel
    {
        background-size: 110px;
    }
    .box_html.welcome a.banshop
    {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .box_html.welcome a.banshop .price-wel
    {
        font-size: 30px;
        margin-bottom: 0;
        height: 115px;
        line-height: 115px;
    }
    .box_html.welcome .tx-wel
    {
        line-height: 28px!important;
    }
    .product-thumb:hover .quickview
    {
        display: none;
        opacity: 0;
    }
    .social_blocks .soc_block.col-sm-5
    {
        width: 100%;
        margin-bottom: 25px;
    }
    .soc_block.col-sm-4, .social_blocks .soc_block.pinterest.col-sm-3
    {
        width: 98%;/*48%;*/
        margin: 1%;
        float: left;
    }
    .social_blocks .soc_block.col-sm-5 .maxheight1,
    .social_blocks .soc_block .maxheight1
    {
        height: auto!important;
    }
    footer .col-sm-3
    {
        width: 50%;
        float: left;
        text-align:left;
    }
    .respclear
    {
        display: block;
        clear: both;
    }
    footer hr
    {
        margin-bottom: 15px;
    }
    footer .social
    {
        margin-top: 20px;
    }
    footer .copyright > .container
    {
        padding-bottom: 25px;
    }
    .header .logo a
    {
        padding: 0 0;
    }
    .servli ul li
    {
        padding-left: 20px;
        min-height: 20px;
        background-size: 15px;
    }
    .servli ul li a
    {
        line-height: normal;
    }
    .about-page .services img
    {
        width: 300px;
        height: 198px;
    }
    .about-page .col-sm-8, .about-page .col-sm-4
    {
        width: 100%;
    }
    .squareimg a.magnifier2 img
    {
        width: 147px;
        height: 110px;
    }
    .vertimg a.magnifier2 img
    {
        width: 147px;
        height: 196px;
    }
    .contactus #column-left.col-sm-3
    {
        display: none;
    }
    .contactus .col-sm-9
    {
        width: 100%;
    }
    .contactus .panel-body .col-sm-3, .contactus .panel-body .col-sm-2, .contactus .panel-body .col-sm-4
    {
        width: 50%;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .header .nav ul.active
    {
        display: block;
        width: 250px;
        float: left;
        position: fixed;
        z-index: 99999;
        background: #fff;
        padding: 10px;
    }
    .header .nav ul.active li
    {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0!important;
        margin-bottom: 10px;
    }
    .header .nav ul.active li a
    {
        float: left;
    }
    .search
    {
        padding-right: 0;
    }
    
    .header .top
    {
        margin-bottom:0;
    }
    .row.top-block .col-sm-4
    {
        width: 40%;
        float: right;
        margin-top: 10px;
    }
    .row.top-block .col-sm-8
    {
        width: 50%;
        float: left;
    }
    .row.top-block .col-sm-12
    {
        float: left;
        width: 100%;
    }
    .header .logo
    {
        position: relative;
    }
    .menu1btn
    {
        display: block;
        width: 75px;
        padding: 10px 15px;
        border: 1px solid #65011b;
        border-radius: 5px;
        background: #65011b;
        color: #fff;
        margin-top: 25px;
        cursor: pointer;
    }
    .nav__primary .menu.active
    {
        display: block;
    }
    .nav__primary .menu.active li
    {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0!important;
        margin-bottom: 10px;
        padding-bottom: 5px;
        position:relative;
    }
    .nav__primary .menu.active li a
    {
        float: left;
        width:100%;
    }
    .nav__primary .menu.active > li ul
    {
        display: block;
        position: relative;
        float: left;
        margin-left: 15px;
        top: 0;
        z-index: 0;
    }
    .nav__primary .menu > li ul::before
    {
        display: none;
    }
    .menu1btn.on, .menu1btn:hover
    {
        background: #fff;
        color: #65011b;
    }
    .header .logo
    {
        display: block;
        margin: 10px auto;
        height: auto;
    }
    .welcome-block
    {
        position: relative;
    }
    .box_html.welcome
    {
        width: 100%;
        height: auto;
    }
    footer .abn
    {
        width: 100%;
    }
    footer .social 
    {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    footer .social li 
    {
        float: none;
        display: inline-block;
    }
    footer .container
    {
        display:block;
    }
    .top.fixed
    {
        /*position: fixed;
        width: 100%;*/
    }
    #serv1, #serv2, #serv3, #serv4, #serv5, #serv6
    {
        padding-top: 51px;
    } 
    .squareimg .col-sm-3, .vertimg .col-sm-3
    {
        float: left;
        width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 639px)
{
    .soc_block.col-sm-4, .social_blocks .soc_block.pinterest.col-sm-3
    {
        width: 98%;
    }
    .soc_block.col-sm-4 div, .social_blocks .soc_block.pinterest.col-sm-3 div
    {
        height: auto!important;
    }
    .about-page img
    {
        width: 250px;
        height: 126px;
    }
    .cateimgcenter img
    {
        float: none;
        text-align:center;
        margin: 10px auto;
        display: block;
    }
}
@media (max-width: 479px)
{
    .parallax .block-parallax-2 span
    {
        font-size: 20px;
    }
    .parallax .block-parallax-2
    {
        font-size: 14px;
        padding-left: 65px;
        background-size: 70px;
    }
    footer .col-sm-3, .squareimg .col-sm-3, .vertimg .col-sm-3
    {
        width: 100%;
    }
    .about-page .services img
    {
        width: 250px;
        height: 165px;
    }
    h3
    {
        font-size: 22px;
    }
    .form-group.required
    {
        margin-left: 0!important;
    }
    .row.top-block .col-sm-4
    {
        width: 50%;
        float: right;
    }
    .row.top-block .col-sm-8
    {
        width: 50%;
        float: left;
}
}
.price-oldd
{
    font-size:18px;
    color:#333;
   text-decoration: line-through!important;
   margin-left:10px;
}
.qtybox {

    width: 23%!important;
    text-align: center!important;
}
.cart_summary tr th, .cart_summary tr td
{
  width:20%!important;
  text-align:center;  
} 
.height-box
{
    height:500px!important
}
.photos {
    float: left;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background: #fff;
    position: relative;
}
.photos:after, .photos:before {
      position: absolute;
      width: 100%;
      height: 5px;
      top: 0;
      left: 0;
      display: block;
      content: '';
      background: url(../images/parallax-top.png) repeat-x center top; }
    .photos:after {
      top: auto;
      bottom: 0;
      background: url(../images/parallax-bottom1.png) repeat-x center bottom; }

/*footer {
float: left;
width: 100%;
}*/
iframe#instagram-embed-0 {
    min-width: 270px!important;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	background: url(../images/bg.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
    .popup .col-sm-12, .popup .container, .popup .row {
    height: 100%;
    }
    .popup .col-sm-12 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    }
.modal1 {
    width: auto;
    background: #fff;
    border: 10px solid #65011d;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
    
    .modal1 .fa {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 10px;
	background: #65011d;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 14px;
	box-sizing: border-box;
    color: #fff;
    cursor: pointer;
}
        .modal1 .fa:hover {
            background: #000;
        }
    .modal1 input, .modal1 textarea {
    width: 190px;
    display: block;
    margin: 0 auto 15px;
    }
/*.popup p {
        display: none;
    }*/
.popup h1, .popup h2, .popup h3 {
margin: 10px auto;
line-height: normal;
}
.popup h1 {
	font-size: 26px;
	font-style: italic;
}
.closebtn {
position: absolute;
top: 50px;
right: 50px;
cursor: pointer;
z-index: 99999;
}
@media (max-width: 1023px) {
    iframe#instagram-embed-0 {
    margin: 10px auto!important;
    }
}
@media (max-width: 767px) {
    .photos {
    flex-flow: row wrap;
    }
        .photos img {
        max-width: 33.3333%;
        }
    .modal1 {
        padding: 40px 5px 5px 5px;
    }
    .popup h1 {
        font-size: 28px;
    }
    .popup h3 {
        font-size: 18px;
    }
    .modal1 img {
        width: 180px;
        height: auto;
    }
}
@media (max-width: 639px) {
    /*.popup h1, .popup h2, .popup h3 {
        display: none;
    }*/
    /*.popup p {
        display: block;
    }*/
}
@media (max-width: 479px) {
  .photos img {
        max-width: 50%;
        }
    
}