/*========================================================
                    Bootstrap Reset
=========================================================*/

button, .btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  button::-moz-focus-inner, .btn::-moz-focus-inner {
    border: none;
    padding: 0; }
  button:focus, .btn:focus {
    outline: none; }

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

.form-control {
  color: #6e4320; }

#button-register {
    float: right;
}
.col-sm-10 .Coffeebulk {
	overflow:hidden;

}

.product-compare input.btn-block[type="submit"],
.product-compare input.btn-block[type="reset"],
.product-compare input.btn-block[type="button"] {
  min-width: 100%;
  width: auto; }

label {
  font-weight: bold;
  cursor: default; }

textarea {
  resize: none; }

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

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

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

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

.bootstrap-datetimepicker-widget {
  z-index: 999 !important; }
  .bootstrap-datetimepicker-widget td.day:hover,
  .bootstrap-datetimepicker-widget td.minute:hover,
  .bootstrap-datetimepicker-widget td.second:hover,
  .bootstrap-datetimepicker-widget thead tr:first-child th:hover,
  .bootstrap-datetimepicker-widget td span:hover {
    background-color: transparent; }
  .bootstrap-datetimepicker-widget .timepicker {
    margin-top: 5px; }
    .bootstrap-datetimepicker-widget .timepicker td > span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 5px 0; }
      .bootstrap-datetimepicker-widget .timepicker td > span:hover {
        color: #ca1f1f; }

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

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 1000002; }

.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30;
  color: #fff;
  border-radius: 0; }
  .alert i {
    font-size: 21px;
    margin-right: 5px; }
  .alert a {
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none;
      color: #fff; }
  .alert button.close {
    color: #fff; }
    .alert button.close:hover, .alert button.close:focus {
      opacity: 1;
      color: #fff; }

.alert-success {
  background-color: #55C65E;
  border: 1px solid #48B151; }
  .alert-success a {
    color: #feea3a; }
    .alert-success a:visited {
      color: #feea3a; }
    .alert-success a:hover, .alert-success a:focus, .alert-success a:active {
      color: #feed53; }

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

.alert-info {
  background-color: #6e4320;;
  border-color: #6e4320;; }

.alert-warning {
  background-color: #EC710D;
  border-color: #D45634; }

.pagination {
  margin: 0; }

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

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  background: #ca1f1f;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.pagination > li > a, .pagination > li > span {
  color: #6e4320;
  background: #e7d0bc;
  border: none;
  font-size: 14px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  margin-left: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 1; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #fff;
  background: #ca1f1f;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

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

.buttons.clearfix {
  margin: 30px 0; }

.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #6e4320 !important;
  font-size: 13px;
  background-color: #f9f9f9; }

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

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

.table .btn {
  margin: 2px; }

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

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

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #e7e7e7; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none; }

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

.table-responsive .btn-primary:hover, .table-responsive .btn-primary:focus, .table-responsive .btn-primary:active {
  color: #fff;
  background: #5a371a; }

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

.panel strong {
  color: #6e4320; }

.panel-default {
  border: none; }
  .panel-default > .panel-heading {
    background-color: #6e4320;
    border-color: #6e4320;
    color: #e7d0bc; }
    .panel-default > .panel-heading a {
      color: #e7d0bc; }
      .panel-default > .panel-heading a:visited {
        color: #fff; }
      .panel-default > .panel-heading a:hover, .panel-default > .panel-heading a:focus, .panel-default > .panel-heading a:active {
        color: #fff; }

.panel-body {
  background: #f4ece6; }
  .panel-body table {
    background: #fff;
    border-color: #dcc5b1; }
    .panel-body table thead td {
      background-color: #fcf9f7 !important; }
    .panel-body table td, .panel-body table tr {
      border-color: #dcc5b1 !important; }

.panel-heading {
  padding: 20px; }

.atm-f {
  height: 28px !important; }

a.addthis_button_tweet {
  width: 85px !important; }

.addthis_button_facebook_like {
  line-height: 20px; }

html[lang="de"] a.addthis_button_tweet {
  width: 97px !important; }

html[lang="ru"] a.addthis_button_tweet {
  width: 101px !important; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8; }

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1; }

.text-danger {
  color: #F00; }

.has-error * + .text-danger {
  margin-top: 5px; }

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

/*================== tooltip ==================*/
.tooltip {
  z-index: 10000;
  opacity: 1 !important; }

.tooltip-inner {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 8px 12px 7px;
  background-color: #6e4320;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.tooltip.top .tooltip-arrow {
  border-top-color: #6e4320; }

.tooltip.top-left .tooltip-arrow {
  border-top-color: #6e4320; }

.tooltip.top-right .tooltip-arrow {
  border-top-color: #6e4320; }

.tooltip.right .tooltip-arrow {
  border-right-color: #6e4320; }

.tooltip.left .tooltip-arrow {
  border-left-color: #6e4320; }

.tooltip.bottom {
  padding-left: 5px;
  padding-right: 5px; }
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #6e4320;
    border-width: 15px;
    border-top-width: 0;
    margin: -2px 0 0 -14px; }

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #6e4320; }

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #6e4320; }

/*=============================================*/
.product-image .polaroid {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
  .product-image .polaroid .magnificent-area {
    z-index: 2 !important; }
  .product-image .polaroid .magnificent-viewport {
    z-index: 1 !important; }

.modal-backdrop {
  z-index: 1000002; }

.modal {
  z-index: 1000003; }

/*========================================================
                      Main Styles
=========================================================*/
body {
  /*font: 400 14px/20px "Roboto", sans-serif;*/
  color: #6e4320;
  background: #633a1b; }

h1, h2, h3, h4, h5, h6 {
  color: #6e4320;
  margin: 0 0 20px;
  font-weight: 400;
  line-height: 1.2em; }

/* Override the bootstrap defaults */
h1 {
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: 300; }

h2 {
  font-size: 44px;
  margin-bottom: 25px;
  font-weight: 300; }

h3 {
  font-size: 40px;
  font-weight: 300; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px; }

h6 {
  font-size: 16px;
  margin-bottom: 10px; }

.header_modules {
  overflow: hidden; }

.green {
  color: green; }

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

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

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

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

label {
  font-size: 14px;
  font-weight: 400; }

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

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

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

td .price, .price b, .tx-price {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  color: #6e4320; }

.price s {
  font-size: 16px; }

.fa {
  line-height: inherit; }

table tbody tr th {
  color: #6e4320; }

/*========================================================
                      Header styles
=========================================================*/
.header {
  line-height: 0;
  margin-bottom: 30px;
  background: url(../image/header-subpage-bg.webp) repeat center top; }
  .header .top-menu {
    padding-top: 41px; }
  .header .logo {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px; }
    .header .logo a {
      display: inline-block;
      max-width: 100%; }
  .header .header-menu {
    height: 161px;
    background: url(../image/bg-header-menu.gif) repeat center top #e7d0bc; }
    .header .header-menu .pull-right > a {
      font-size: 20px;
      line-height: 30px;
      color: #6e4320;
      display: inline-block;
      float: right;
      margin: 23px 85px 0 32px; }
      .header .header-menu .pull-right > a i {
        font-size: 30px;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 19px;
        vertical-align: top;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .header .header-menu .pull-right > a:hover, .header .header-menu .pull-right > a:focus, .header .header-menu .pull-right > a:active {
        color: #ca1f1f; }
        .header .header-menu .pull-right > a:hover i, .header .header-menu .pull-right > a:focus i, .header .header-menu .pull-right > a:active i {
          color: #ca1f1f; }
  .header .btn-group {
    vertical-align: top; }
    .header .btn-group.open .dropdown-toggle {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  #top-links .header .dropdown-menu {
   border-radius: 10px !important;
	padding: 0px !important;
	position: absolute;
    color: #6e4320;
    background: #fbf8f4;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 18px;
    min-width: 167px;
    padding: 15px 15px 20px 20px;
    margin-top: 8px; }
    .header .dropdown-menu > li {
      padding: 5px 0; }
      .header .dropdown-menu > li a {
        display: inline-block;
       /* color: #6e4320; */}
      .header .dropdown-menu > li > button:hover,
      .header .dropdown-menu > li > a:hover {
        color: #ca1f1f;
        background: none;
        text-decoration: none; }

.common-home .header {
  margin-bottom: 0;
  background: none; }
  .common-home .header .dropdown-menu {
    background: #fff; }
  .common-home .header .logo {
    position: absolute;
    display: block;
    bottom: -442px;
    left: 50%;
    margin-left: -178px;
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    min-width: 355px;
    min-height: 257px;
    line-height: 257px; }
    .common-home .header .logo a {
      vertical-align: middle; }
  .common-home .header .logo, .common-home .header .logo a, .common-home .header .logo a img {
    max-height: 100%; }
  .common-home .header .top-menu {
    padding-top: 61px;
    height: 125px;
    margin-bottom: 0; }

.header_modules {
  position: relative;
  margin-bottom: 30px; }

/*================   Top Links style   ===============*/
.nav {
  float: left;
  display: inline-block;
  margin: 0; }
  .nav > ul {
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight:bold; }
    .nav > ul > li {
      position: relative;
      padding: 0; }
      .nav > ul > li + li {
        padding-left: 21px;
        position: relative; }
        .nav > ul > li + li:before {
          position: absolute;
          top: 0;
          left: 0;
          content: '|';
          display: inline-block;
          color: #fff; }
      .nav > ul > li a {
        color: #fff;
        position: relative;
        text-decoration: none !important; }
        .nav > ul > li a:visited {
          color: #fff; }
        .nav > ul > li a i {
          padding-right:5px; }
        .nav > ul > li a:hover, .nav > ul > li a:focus, .nav > ul > li a:active {
          color: #e7d0bc; }
      .nav > ul > li ul li a:before {
        display: none; }
      .nav > ul > li.open > a {
        color: #e7d0bc;
        text-shadow: 1px 0 0 #e7d0bc;
        text-decoration: underline; }
        .nav > ul > li.open > a:hover, .nav > ul > li.open > a:focus, .nav > ul > li.open > a:active {
          text-shadow: 1px 0 0 #e7d0bc;
          text-decoration: underline; }

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

.box-language,
.box-currency {
  float: right;
  margin: 0 0 10px 10px; }
  .box-language .dropdown-toggle,
  .box-currency .dropdown-toggle {
    display: inline-block;
    font: 400 20px/24px "Roboto", sans-serif;
    color: #fff;
    padding: 0;
    cursor: pointer;
    text-transform: capitalize;
    -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: '\e06f ';
      color: #fff;
      vertical-align: top;
      font: 400 20px/26px "material-design";
      height: 24px;
      margin-left: 0; }
    .box-language .dropdown-toggle:hover, .box-language .dropdown-toggle:active, .box-language .dropdown-toggle:focus,
    .box-currency .dropdown-toggle:hover,
    .box-currency .dropdown-toggle:active,
    .box-currency .dropdown-toggle:focus {
      color: #e7d0bc; }
      .box-language .dropdown-toggle:hover:after, .box-language .dropdown-toggle:active:after, .box-language .dropdown-toggle:focus:after,
      .box-currency .dropdown-toggle:hover:after,
      .box-currency .dropdown-toggle:active:after,
      .box-currency .dropdown-toggle:focus:after {
        color: #e7d0bc; }
  .box-language .btn-group.open,
  .box-currency .btn-group.open {
    color: #565656; }
    .box-language .btn-group.open .dropdown-toggle,
    .box-currency .btn-group.open .dropdown-toggle {
      color: #e7d0bc; }
      .box-language .btn-group.open .dropdown-toggle:after,
      .box-currency .btn-group.open .dropdown-toggle:after {
        content: '\e07c';
        color: #e7d0bc; }

.box-currency .dropdown-menu,
.box-language .dropdown-menu {
  padding: 15px 15px 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: 20px;
  left: auto;
  right: 0;
  border: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .box-currency .dropdown-menu li,
  .box-language .dropdown-menu li {
    width: 100%;
    display: block;
    padding: 4px 0; }
    .box-currency .dropdown-menu li a, .box-currency .dropdown-menu li button,
    .box-language .dropdown-menu li a,
    .box-language .dropdown-menu li button {
      text-align: left;
      display: inline-block;
      font: 400 14px/16px "Roboto", sans-serif;
      padding: 0;
      color: #6e4320; }
      .box-currency .dropdown-menu li a:hover, .box-currency .dropdown-menu li a:active, .box-currency .dropdown-menu li a:focus, .box-currency .dropdown-menu li button:hover, .box-currency .dropdown-menu li button:active, .box-currency .dropdown-menu li button:focus,
      .box-language .dropdown-menu li a:hover,
      .box-language .dropdown-menu li a:active,
      .box-language .dropdown-menu li a:focus,
      .box-language .dropdown-menu li button:hover,
      .box-language .dropdown-menu li button:active,
      .box-language .dropdown-menu li button:focus {
        color: #ca1f1f;
        background: none; }
      .box-currency .dropdown-menu li a img, .box-currency .dropdown-menu li button img,
      .box-language .dropdown-menu li a img,
      .box-language .dropdown-menu li button img {
        display: inline-block;
        margin: 0 5px 0 0; }

/**********  Swipe menu ******************/
.toprow-1 {
  color: #f0e3d8;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000001;
  display: none;
  background: #633a1b;
  border-bottom: none; }

.swipe-control {
  border-right: 1px solid #432712;
  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: #fff;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .swipe-control:hover i, .swipe-control.active i {
    color: #fff; }

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

.swipe ul {
  padding: 0;
  margin: 0; }
  .swipe ul li {
    list-style-type: none; }
    .swipe ul li a {
      display: block;
      padding: 10px 20px;
      color: #f0e3d8;
      border-top: 1px solid #432712;
      font-size: 16px;
      line-height: 24px;
      background: #4f2e16; }
      .swipe ul li a i, .swipe ul li a:before {
        font-size: 19px;
        color: #f0e3d8;
        margin-right: 6px;
        vertical-align: top;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .swipe ul li a:hover {
        background-color: #3b2310;
        color: #fff; }
        .swipe ul li a:hover i, .swipe ul li a:hover:before {
          color: #fff; }

.swipe .foot li a:before {
  content: "\f05a";
  font-family: "FontAwesome";
  display: inline-block; }

.ind .swipe {
  display: block;
  left: 0; }
.ind #page {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 88; }
.ind .shadow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999; }

.swipe .foot li + li a:before {
  content: "\f0d1"; }
.swipe .foot li + li + li a:before {
  content: "\f06a"; }
.swipe .foot li + li + li + li a:before {
  content: "\f085"; }

.swipe .foot.foot-1 li a:before {
  content: "\f0ac"; }
.swipe .foot.foot-1 li + li a:before {
  content: "\f079"; }
.swipe .foot.foot-1 li + li + li a:before {
  content: "\f0e8"; }

.swipe .foot.foot-2 li a:before {
  content: "\f02c"; }
.swipe .foot.foot-2 li + li a:before {
  content: "\f06b"; }
.swipe .foot.foot-2 li + li + li a:before {
  content: "\f0c0"; }
.swipe .foot.foot-2 li + li + li + li a:before {
  content: "\f0a3"; }

.swipe .foot.foot-3 li a:before {
  content: "\f0cb"; }
.swipe .foot.foot-3 li + li a:before {
  content: "\f003"; }

@media (max-width: 767px) {
  .toprow-1 {
    display: block; } }
/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 1200px) {
  .header .logo, .header .logo a, .header .logo a img {
    max-height: 100%; } }
@media (max-width: 1199px) {
  .header .logo, .header .logo a, .header .logo a img {
    max-height: 200px; } }
@media (min-width: 768px) {
  .header {
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover; }

  .common-home .header {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0; }

  .header_modules .camera_target_content {
    overflow: visible; }
    .header_modules .camera_target_content:before, .header_modules .camera_target_content:after {
      position: absolute;
      display: block;
      z-index: 2;
      content: '';
      bottom: 0;
      right: 100%;
      margin-right: -15px;
      height: 96px;
      width: 500%;
      background: url(../image/bg-header-menu.gif) repeat right top #e7d0bc; }
    .header_modules .camera_target_content:after {
      left: 100%;
      margin-right: 0;
      margin-left: -15px;
      background-position: left top; } }
@media (max-width: 1860px) {
  .common-home .header .top-menu {
    height: 105px;
    padding-top: 41px; }
  .common-home .header .logo {
    margin-bottom: -25px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .common-home .header .top-menu {
    height: 75px;
    padding-top: 21px; }
  .common-home .header .logo {
    margin-bottom: -17px;
    margin-left: -140px;
    min-width: 276px;
    min-height: 200px;
    line-height: 200px; }
  .common-home .header .logo, .common-home .header .logo a, .common-home .header .logo a img {
    max-height: 200px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-menu {
    height: 120px; }
    .header .header-menu .pull-right > a {
      font-size: 14px;
      line-height: 16px;
      margin: 22px 40px 0 26px; }
      .header .header-menu .pull-right > a i {
        font-size: 24px;
        line-height: 16px;
        margin-right: 10px; }

  .nav > ul {
    font-size: 14px;
    line-height: 16px; }
    .nav > ul li + li {
      margin-left: 7px;
      padding-left: 16px; }

  .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: 18px;
      height: 16px; }

  .common-home .header .top-menu {
    height: 57px;
    padding-top: 21px; }
  .common-home .header .logo {
    margin-bottom: -25px;
    margin-left: -103px;
    min-width: 200px;
    min-height: 145px;
    line-height: 145px; }
  .common-home .header .logo, .common-home .header .logo a, .common-home .header .logo a img {
    max-height: 150px; } }
@media (max-width: 767px) {
  .header {
    margin-left: -15px;
    margin-right: -15px; }
    .header .top-menu {
      padding: 10px 15px 5px;
      background: #633a1b;
      margin-bottom: 0; }
    .header .header-menu {
      height: auto; }
      .header .header-menu .pull-right > a {
        display: none; }

  .box-currency .dropdown-menu, .box-language .dropdown-menu {
    margin-top: 15px; }

  .common-home .header {
    background: url(../image/header-subpage-bg.webp) repeat center top; }
    .common-home .header .logo {
      position: relative;
      bottom: auto !important;
      left: auto;
      padding-left: 15px;
      padding-right: 15px;
      margin: 20px 0;
      min-width: 0;
      min-height: 0;
      line-height: 0; }
    .common-home .header .top-menu {
      height: auto;
      background: #633a1b;
      padding-top: 10px; } }
@media (max-width: 767px) {
  .header .logo, .header .logo a, .header .logo a img {
    max-height: 100%; }
  .header .logo {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 0; } }
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden; }

/*==================  Marked List  ======================*/
.box.account ul,
.box.affilate ul {
  padding: 0;
  list-style-type: none; }
  .box.account ul a,
  .box.affilate ul a {
    position: relative;
    display: inline-block;
    padding: 6px 0;
    font-size: 14px;
    line-height: 16px;
    color: #6e4320;
    vertical-align: top; }
    .box.account ul a:visited,
    .box.affilate ul a:visited {
      color: #6e4320; }
    .box.account ul a:hover, .box.account ul a:focus, .box.account ul a:active,
    .box.affilate ul a:hover,
    .box.affilate ul a:focus,
    .box.affilate ul a:active {
      color: #ca1f1f; }

.site-map-page #content ul,
.manufacturer-content div,
#content ul.list-unstyled {
  margin: 0;
  list-style-type: none; }
  .site-map-page #content ul li,
  .manufacturer-content div li,
  #content ul.list-unstyled li {
    line-height: 16px;
    padding: 6px 0; }
  .site-map-page #content ul a,
  .manufacturer-content div a,
  #content ul.list-unstyled a {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #6e4320;
    vertical-align: top; }
    .site-map-page #content ul a:visited,
    .manufacturer-content div a:visited,
    #content ul.list-unstyled a:visited {
      color: #6e4320; }
    .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: #ca1f1f; }

.manufacturer-content div {
  line-height: 16px; }

#content ul.list-unstyled + h2 {
  margin-top: 30px; }

.site-map-page #content ul {
  padding-left: 0;
  font-size: 14px;
  color: #6e4320;
  text-transform: uppercase; }
  .site-map-page #content ul a {
    text-transform: none; }
  .site-map-page #content ul ul {
    padding: 10px 0 0 25px; }

@media (max-width: 767px) {
  #page {
    padding-top: 50px; }

  aside {
    margin-top: 20px; }
    aside .container {
      padding: 0;
      width: 100%; } }
/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center; }
  .lazy img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0; }
  .lazy.lazy-loaded {
    background: none; }
    .lazy.lazy-loaded img {
      opacity: 1; }

.search {
  position: relative;
  float: left;
  display: inline-block;
  margin: 0; }
  .search .search-block {
    display: inline-block;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .search i {
    font: 400 30px/76px "FontAwesome";
    display: inline-block;
    height: 80px;
    vertical-align: top;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease; }
  .search input {
    color: #6e4320;
    display: block;
    float: left;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    width: 160px;
    height: 80px;
    padding: 26px 5px 30px 40px;
    background: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .search input:focus {
      outline: none; }
    .search input::-webkit-input-placeholder {
      color: #6e4320;
      opacity: 1; }
    .search input:-moz-placeholder {
      color: #6e4320;
      opacity: 1; }
    .search input::-moz-placeholder {
      color: #6e4320;
      opacity: 1; }
    .search input:-ms-input-placeholder {
      color: #6e4320;
      opacity: 1; }
  .search button {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #6e4320;
    background: none;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    float: right; }
    .search button::-moz-focus-inner {
      border: none;
      padding: 0; }
    .search button:visited {
      color: #6e4320; }
  .search button:hover, .search button:active, .search button:focus {
    color: #ca1f1f; }

#livesearch_search_results {
  margin: 0;
  text-align: left;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 300px;
  left: 0;
  color: #6e4320;
  background-color: #fbf8f4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  list-style-type: none;
  z-index: 12;
  font-size: 14px;
  line-height: 16px; }
  #livesearch_search_results li img {
    float: left;
    margin-right: 10px; }
    #livesearch_search_results li img.loading {
      background: #fff; }
  #livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
    background-color: #ede0d5; }
    #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: #ca1f1f; }
  #livesearch_search_results a, #livesearch_search_results a:visited {
    display: block;
    padding: 5px;
    color: #6e4320; }
    #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; }

.common-home #livesearch_search_results {
  background-color: #fff; }

@media (min-width: 768px) and (max-width: 991px) {
  .search input {
    font-size: 14px;
    height: 60px;
    line-height: 16px;
    padding: 23px 5px 23px 30px; }
  .search i {
    font-size: 24px;
    height: 60px;
    line-height: 60px; } }
@media (max-width: 767px) {
  .search {
    display: inline-block;
    width: 100%;
    margin: 0;
    float: none; }
    .search .search-block {
      display: block; }
      .search .search-block input {
        width: 80%; }
      .search .search-block button {
        width: 20%;
        text-align: right;
        padding-right: 5%; } }
/*================  Cart DropDown ===============*/
.cart .dropdown-menu {
  z-index: 1001;
  width: 330px;
  color: #fff;
  background: #6e4320;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  left: auto;
  left: 0;
  top: 100%;
  padding: 0;
  margin-top: 19px;
  max-height: 600px;
  overflow: auto; }
  .cart .dropdown-menu img {
    max-width: 75px; }
  .cart .dropdown-menu table {
    margin-bottom: 0; }
  .cart .dropdown-menu p {
    margin-bottom: 2px; }

.common-home .cart .dropdown-menu {
  background: #6e4320; }

.cart ul > li:first-child tr {
  border-bottom: 1px solid #e7e7e7; }

.cart td {
  font-size: 13px; }

.box-cart .btn-danger {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  border: none;
  background: none;
  padding: 0;
  margin: 3px 0 0;
  vertical-align: top; }
  .box-cart .btn-danger i {
    text-shadow: none; }
  .box-cart .btn-danger:hover {
    color: #e7d0bc;
    border: none;
    background: none; }

.cart i, .cart strong, .cart span {
  vertical-align: middle; }
.cart small {
  font-size: 13px;
  line-height: 16px; }
.cart .dropdown-menu > li.default-tx {
  padding: 20px 10% 22px;
  color: #fff; }
.cart .dropdown-menu > li div {
  margin: 2px 0 0; }
.cart .dropdown-menu > li .name {
  margin: 0 0 5px; }
  .cart .dropdown-menu > li .name a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase; }
    .cart .dropdown-menu > li .name a:visited {
      color: #fff; }
    .cart .dropdown-menu > li .name a:hover, .cart .dropdown-menu > li .name a:active, .cart .dropdown-menu > li .name a:focus {
      color: #e7d0bc; }
.cart .total td {
  border: none;
  padding: 2px;
  color: #e7d0bc; }
.cart .default-tx {
  padding: 20px 0 10px; }
.cart .text-left > div {
  color: #c5a081;
  font-weight: 400;
  font-size: 13px; }
  .cart .text-left > div.name {
    color: #fff;
    font-weight: 400;
    font-size: 14px; }
.cart .price-cart {
  color: #c5a081;
  font-size: 13px;
  font-weight: 400;
  vertical-align: top; }
.cart .table > tbody > tr {
  border: none;
  border-top: 1px solid #8e6c51; }
  .cart .table > tbody > tr:first-child {
    border: none; }
  .cart .table > tbody > tr > td {
    padding: 6px 5px 15px; }
    .cart .table > tbody > tr > td.text-center {
      padding-left: 59px; }
    .cart .table > tbody > tr > td.text-right {
      padding-right: 45px; }
    .cart .table > tbody > tr > td.text-left {
      padding-top: 15px; }
.cart li.tx {
  padding: 20px 20px 0 60px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-transform: lowercase; }
  .cart li.tx span {
    vertical-align: top; }
  .cart li.tx i {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    line-height: 22px;
    vertical-align: top; }
.cart li.block-total {
  padding: 9px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border-top: 1px solid #8e6c51;
  text-transform: uppercase; }
  .cart li.block-total .table {
    margin: 0; }
    .cart li.block-total .table tr {
      border: none; }
      .cart li.block-total .table tr td.text-left {
        padding: 0 5px 9px 60px;
        color: #fff; }
      .cart li.block-total .table tr td.text-right {
        padding: 0 45px 9px 5px;
        color: #c5a081; }
  .cart li.block-total p.text-right {
    color: #6e4320;
    background: #ecdfd4;
    padding: 5px 41px 31px 15px;
    margin: 0; }
    .cart li.block-total p.text-right .table.total {
      text-transform: lowercase; }
      .cart li.block-total p.text-right .table.total td + td {
        font-weight: 300; }
    .cart li.block-total p.text-right .table tbody tr {
      border: none; }
      .cart li.block-total p.text-right .table tbody tr td {
        color: #6e4320;
        border: none;
        font-size: 20px;
        line-height: 24px;
        padding: 0px 20px 11px 10px; }
        .cart li.block-total p.text-right .table tbody tr td.text-left {
          padding-left: 20px; }
  .cart li.block-total .btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 12px 20px 13px;
    color: #ecdfd4;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px; }
    .cart li.block-total .btn + .btn {
      margin-left: 8px; }

.cart .table.total tr.last,
.cart .table.total tr:last-child {
  background: #ecdfd4; }
  .cart .table.total tr.last td,
  .cart .table.total tr:last-child td {
    text-transform: lowercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #6e4320; }
    .cart .table.total tr.last td.text-left,
    .cart .table.total tr:last-child td.text-left {
      color: #6e4320;
      font-weight: 300;
      padding: 16px 5px 5px 49px; }
    .cart .table.total tr.last td.text-right,
    .cart .table.total tr:last-child td.text-right {
      color: #6e4320;
      padding: 16px 47px 5px 5px; }

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 768px) {
  .box-cart {
    position: relative;
    display: inline-block;
    float: right;
    margin: 23px 83px 0 0; }
    .box-cart a:hover img {
      opacity: .9; }
    .box-cart .btn {
      margin-bottom: 7px; }
    .box-cart:after, .box-cart:before {
      position: absolute;
      top: 50%;
      left: 86px;
      width: 184px;
      height: 1px;
      margin-top: -1px;
      content: '';
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .box-cart:before {
      left: -200px; }

  .logo + .box-cart {
    margin-top: 15px; }

  .cart {
    position: relative; }
    .cart > button i {
      vertical-align: top;
      font-size: 30px;
      line-height: 30px;
      margin: 0 5px 0 0;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .cart > button strong {
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      vertical-align: top; }
    .cart > button .cart-total2, .cart > button .cart-total {
      display: none; }
    .cart > button:hover, .cart.open > button {
      color: #ca1f1f; }
      .cart > button:hover i, .cart.open > button i {
        color: #ca1f1f; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box-cart {
    margin-top: 21px; }

  .cart > button strong {
    font-size: 14px;
    line-height: 16px; }
  .cart > button i {
    font-size: 24px;
    line-height: 16px; }
  .cart .dropdown-menu {
    left: auto;
    right: 0;
    margin-top: 22px; } }
@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1000001; }
    .cart > button {
      color: #fff;
      line-height: 50px;
      min-width: 90px;
      text-align: left;
      height: 50px;
      padding: 0 10px 0 15px;
      border-left: 1px solid #432712; }
      .cart > button strong, .cart > button .cart-total {
        display: none; }
      .cart > button i {
        font-size: 30px;
        line-height: 50px;
        vertical-align: top;
        margin-right: 7px; }
      .cart > button .cart-total2 {
        display: inline-block;
        vertical-align: top; }
    .cart .dropdown-menu {
      max-height: 300px;
      overflow: auto;
      margin-top: 0;
      margin-left: 0;
      left: auto;
      right: 0; }
      .cart .dropdown-menu:after {
        display: none; }
    .cart > button:hover i, .cart.open i {
      color: #fff; } }
/*========================================================
                       Product
=========================================================*/
.common-home #content .box + .box {
  padding-top: 82px; }
  .common-home #content .box + .box:before {
    position: absolute;
    content: '';
    top: 0;
    left: -224px;
    width: 1648px;
    height: 1px;
    background: #e7e7e7; }

.common-home .box .product-layout > div:nth-child(4n+1) {
  clear: left; }

/* ===================   Product Layout   =================== */
.product-layout > div {
  margin-bottom: 17px;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important; }

.common-home #content .box {
  margin-bottom: 55px; }
  .common-home #content .box .box-carousel {
    margin-bottom: 0; }

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative;
  margin-bottom: 0; }
  .product-thumb .image > a {
    display: block;
    overflow: hidden;
    position: relative; }
    .product-thumb .image > a img {
      margin: 0 auto;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .product-thumb .image > a:hover img {
      opacity: .9; }

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

.description-small,
.description {
  color: #b1805b;
  font-weight: 300; }

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

.cart-button {
  position: relative;
  width: 100%; }
  .cart-button button {
    margin-bottom: 20px; }

.product-thumb {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .product-thumb .name {
    margin-bottom: 14px; }
  .product-thumb .image {
    background: #fff;
    margin-bottom: 16px; }
    .product-thumb .image a {
      border: 1px solid #e7e7e7; }
  .product-thumb .price {
    margin-bottom: 14px; }
  .product-thumb .description, .product-thumb .description-small {
    margin-bottom: 10px; }
  .product-thumb .quickview {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 10px;
    display: inline-block;
    color: #6e4320;
    font-size: 24px;
    line-height: 30px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0; }
    .product-thumb .quickview:hover {
      color: #ca1f1f; }
  .product-thumb:hover .quickview {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1; }

.product-thumb .rating,
.fancybox-inner .rating {
  margin-bottom: 17px;
  position: relative;
  letter-spacing: -1px;
  line-height: 0;
  height: 19px; }
  .product-thumb .rating i,
  .fancybox-inner .rating i {
    width: 1.1em; }

.cart-button .btn-product {
  margin-right: 20px; }
  .cart-button .btn-product + .btn-product {
    margin-right: 0; }

.product-list .product-thumb {
  text-align: left; }
  .product-list .product-thumb .image {
    overflow: hidden;
    float: left;
    margin-right: 30px;
    width: 33%;
    max-width: 270px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .product-list .product-thumb .caption {
    padding: 0; }
  .product-list .product-thumb .name {
    padding: 0; }

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

/* ==================   SALE, NEW Message   =================== */
.stickers {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;
  right: 0; }

.sale, .new_pr {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: -37px;
  right: -68px;
  background: #6e4320;
  color: #fff;
  font-size: 20px;
  padding-top: 93px;
  line-height: 24px;
  font-weight: 300;
  width: 135px;
  height: 135px;
  text-align: center;
  vertical-align: top;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand');
  margin-left: -31px;
  margin-top: -31px; }

.sale {
  background: #ca1f1f; }

html[lang="de"] .sale, html[lang="de"] .new_pr {
  font-size: 18px;
  padding-top: 95px; }

html[lang="ru"] .sale, html[lang="ru"] .new_pr {
  font-size: 19px;
  padding-top: 95px; }

/* ===================   Product Price    =================== */
.price-new, .price-old, .price {
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300; }

.price {
  margin-bottom: 10px; }

.price-old {
  text-decoration: line-through;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

.price-new {
  margin-right: 7px; }

.price-section .price-new {
  margin-right: 10px; }

.price-section .price-new,
.price-section .price-old {
  font-size: 48px;
  color: #6e4320;
  line-height: 48px; }

#content .product-info .product-section {
  text-transform: uppercase; }
  #content .product-info .product-section span, #content .product-info .product-section a {
    text-transform: none; }
  #content .product-info .product-section li a {
    color: #ca1f1f; }
    #content .product-info .product-section li a:visited {
      color: #ca1f1f; }
    #content .product-info .product-section li a:hover, #content .product-info .product-section li a:focus, #content .product-info .product-section li a:active {
      color: #6e4320; }

.price-section .price-old {
  color: #6e4320;
  font-size: 20px;
  line-height: 24px; }

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

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

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

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

.product-thumb .price-tax {
  display: none; }

.product-list .product-thumb .price-tax {
  display: block;
  color: #6e4320; }

.common-home .box {
  position: relative; }

.owl-carousel .owl-buttons div i {
  font-size: 33px; }

.owl-carousel .owl-buttons .owl-prev {
  left: -17px !important; }
.owl-carousel .owl-buttons .owl-next {
  right: -17px !important; }

.common-home .box .owl-carousel {
  background: none; }
  .common-home .box .owl-carousel .owl-controls .owl-buttons .owl-prev,
  .common-home .box .owl-carousel .owl-controls .owl-buttons .owl-next {
    top: 35.2%; }

.owl-carousel .owl-buttons div:hover {
  color: #fff; }

.fancybox-wrap .image {
  line-height: 0; }
  .fancybox-wrap .image a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #e7e7e7; }
    .fancybox-wrap .image a img {
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .fancybox-wrap .image a:hover img {
      opacity: .9; }
.fancybox-wrap .inf a:hover, .fancybox-wrap .inf a:focus, .fancybox-wrap .inf a:active {
  text-decoration: none; }
.fancybox-wrap .cart-button {
  margin-bottom: 15px; }
.fancybox-wrap .rating {
  display: block;
  margin-bottom: 10px; }

/* ===================   Product Rating   =================== */
.rating .fa-stack i {
  font-size: 13px; }

.fa-stack {
  font-size: 13px;
  line-height: 16px;
  width: 0.9em;
  height: 16px;
  vertical-align: top; }
  .fa-stack i {
    color: #ca1f1f; }
    .fa-stack i.active {
      color: #fff; }

.rating .fa-star {
  width: 1em; }

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

.product-info {
  font-size: 14px;
  color: #6e4320; }
  .product-info a {
    color: #ca1f1f; }
    .product-info a:visited {
      color: #ca1f1f; }
    .product-info a:hover, .product-info a:focus, .product-info a:active {
      color: #721111; }
  .product-info .rating-section {
    margin-bottom: 10px; }
    .product-info .rating-section .fa-stack {
      vertical-align: middle; }

.rating.review-score {
  margin-bottom: 10px; }

.product-buttons {
  list-style: outside none none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
  width: 100%; }
  .product-buttons li {
    float: left;
    margin-right: 30px; }
    .product-buttons li button {
      width: 100%;
      text-align: left; }
    .product-buttons li + li {
      margin-right: 0; }

.product_page #product .form-horizontal .btn-add {
  background: #ca1f1f;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  position: relative;
  overflow: hidden !important; }
  .product_page #product .form-horizontal .btn-add:visited {
    color: #fff;
    background: #ca1f1f; }
  .product_page #product .form-horizontal .btn-add:hover, .product_page #product .form-horizontal .btn-add:focus, .product_page #product .form-horizontal .btn-add:active {
    color: #fff;
    background: #b41c1c; }
  .product_page #product .form-horizontal .btn-add span {
    background: none;
    position: relative;
    z-index: 2; }
  .product_page #product .form-horizontal .btn-add .over {
    background: #6e4320;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    top: 0;
    width: 0; }
  .product_page #product .form-horizontal .btn-add i {
    float: left;
    position: relative;
    z-index: 2; }
  .product_page #product .form-horizontal .btn-add:hover .over {
    width: 100%; }

.product-review-form #captcha {
  margin: 0 20px 20px; }

/*===================== Related Products ========================*/
.related-products .product-section_title {
  text-align: center; }
.related-products .owl-item {
  text-align: center; }
  .related-products .owl-item .product-thumb {
    max-width: 270px;
    text-align: left;
    display: inline-block; }
.related-products .owl-carousel .owl-buttons .owl-prev {
  left: 0 !important;
  margin-top: -18px; }
.related-products .owl-carousel .owl-buttons .owl-next {
  right: 0 !important;
  margin-top: -18px; }
.related-products .product-thumb .price-new, .related-products .product-thumb .price-old, .related-products .product-thumb .price {
  font-size: 33px;
  line-height: 33px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .related-products .product-thumb .price-new, .related-products .product-thumb .price-old, .related-products .product-thumb .price {
      font-size: 26px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    .related-products .product-thumb .price-new, .related-products .product-thumb .price-old, .related-products .product-thumb .price {
      font-size: 33px;
      line-height: 33px; } }
  @media (max-width: 560px) {
    .related-products .product-thumb .price-new, .related-products .product-thumb .price-old, .related-products .product-thumb .price {
      font-size: 36px;
      line-height: 36px; } }

.related-slider.owl-carousel {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 -15px; }

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

.fancybox-skin {
  color: #6e4320; }

.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 #e7e7e7;
  padding: 10px;
  margin-top: 20px; }

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

.quickview-style .inf {
  font-size: 14px;
  margin-bottom: 10px; }
.quickview-style .cart-button {
  margin-top: 10px; }
  .quickview-style .cart-button .btn {
    padding: 0;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center; }
.quickview-style .rating {
  margin-top: 5px; }

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (min-width: 1848px) {
  .owl-carousel .owl-buttons .owl-prev {
    left: -162px !important; }
  .owl-carousel .owl-buttons .owl-next {
    right: -162px !important; } }
@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) {
  .price-new, .price {
    font-size: 38px;
    line-height: 38px; }

  .price-new {
    margin-right: 3px; }

  .common-home #content div.box {
    margin: 0 15px 60px; }
    .common-home #content div.box + .box {
      padding-top: 56px; }

  .cart-button .btn-product {
    margin-right: 10px; }
    .cart-button .btn-product + .btn-product {
      margin-right: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .price-new, .price {
    font-size: 30px;
    line-height: 30px; }

  .price-new {
    margin-right: 3px; }

  .price-old {
    font-size: 14px;
    line-height: 16px; }

  .cart-button .btn-product {
    margin-bottom: 10px; }

  .common-home #content div.box {
    margin: 0 15px 48px; }
    .common-home #content div.box + .box {
      padding-top: 45px; }

  .sale, .new_pr {
    top: -30px;
    right: -54px;
    font-size: 16px;
    padding-top: 76px;
    line-height: 19px;
    width: 108px;
    height: 108px;
    margin-left: -25px;
    margin-top: -25px; }

  html[lang="de"] .sale,
  html[lang="de"] .new_pr {
    font-size: 15px;
    padding-top: 78px; }

  html[lang="ru"] .sale,
  html[lang="ru"] .new_pr {
    font-size: 15px;
    padding-top: 76px; } }
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left; }

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

  .fancybox-prev {
    left: -30px; } }
@media (max-width: 767px) {
  .product-layout > div {
    margin-bottom: 30px; }

  .common-home #content div.box {
    margin-bottom: 45px; }
    .common-home #content div.box + .box {
      padding-top: 45px; }

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

  .owl-carousel .owl-buttons .owl-prev {
    left: 0 !important; }
  .owl-carousel .owl-buttons .owl-next {
    right: 0 !important; }

  aside .box .product-layout, .product-grid {
    text-align: center; }

  .common-home .box .owl-carousel .owl-buttons .owl-prev {
    left: 0 !important; }

  .common-home .box .owl-carousel .owl-buttons .owl-next {
    right: 0 !important; }

  .common-home .box .owl-carousel .owl-wrapper-outer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  .box .product-layout, .product-grid {
    text-align: center; }
    .box .product-layout > div, .product-grid > div {
      max-width: 300px;
      display: inline-block;
      float: none;
      text-align: left;
      vertical-align: top; }
      .box .product-layout > div .cart-button, .product-grid > div .cart-button {
        display: block; }

  .box .product-layout .owl-item {
    text-align: center; }
    .box .product-layout .owl-item > div {
      display: inline-block;
      width: 100%;
      max-width: 270px; }

  .common-home #content .product-layout > div {
    margin-bottom: 30px; }

  #content .product-layout.product-grid {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    float: none;
    vertical-align: top; }

  aside .box {
    margin-bottom: 20px; }

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

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

  .product-grid .product-thumb .image {
    float: none;
    margin: 0 0 28px;
    width: 100%;
    vertical-align: top; }

  .related-slider {
    text-align: center; }
    .related-slider .product-thumb {
      display: inline-block;
      text-align: left;
      max-width: 270px; }
    .related-slider.owl-carousel .owl-buttons .owl-prev {
      left: 2px !important; }
    .related-slider.owl-carousel .owl-buttons .owl-next {
      right: 2px !important; } }
.tooltip {
  pointer-events: none; }

@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    height: 240px !important; }

  .product-list {
    margin-bottom: 30px; }
    .product-list .product-thumb {
      text-align: center; }
      .product-list .product-thumb .description {
        margin-bottom: 20px; }
      .product-list .product-thumb .image {
        display: inline-block;
        float: none;
        margin: 0 0 15px 0;
        width: 100%; } }
@media (max-width: 540px) {
  #content .product-layout {
    float: none; } }
/*========================================================
                          Box
=========================================================*/
.box {
  margin-bottom: 30px; }
  .box .box-heading {
    margin: 0 0 30px;
    text-align: center; }
    .box .box-heading h3 {
      font-size: 48px;
      margin: 0; }

aside .box .box-heading h3 {
  font-size: 40px; }

html[lang="ru"] aside .box .box-heading h3 {
  font-size: 34px; }

.common-home .box .box-heading {
  margin-bottom: 39px; }

#content .box .bestsellers,
#content .box .latest,
#content .box .featured,
#content .box .specials {
  margin-bottom: 0; }

.common-home .box {
  margin-bottom: 13px; }
  .common-home .box .owl-item {
    position: relative; }

aside .box .product-layout .box-carousel > div {
  margin-bottom: 30px;
  max-width: 270px; }

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .box .box-heading h3 {
    font-size: 38px; }

  aside .box .box-heading h3 {
    font-size: 33px; }

  html[lang="ru"] aside .box .box-heading h3 {
    font-size: 27px; }

  .common-home #content div.box {
    margin-bottom: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box .box-heading h3 {
    font-size: 30px; }

  aside .box .box-heading h3 {
    font-size: 28px; }

  html[lang="ru"] aside .box .box-heading h3 {
    font-size: 20px; }

  .common-home #content div.box {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .common-home #container .box {
    display: inline-block;
    width: 100%; }
    .common-home #container .box .box-heading h3 {
      margin-bottom: 30px; }

  .common-home #content .box {
    margin-left: 0;
    margin-right: 0; }
    .common-home #content .box .box-carousel {
      margin-left: -10px;
      margin-right: -10px; }

  aside .box .product-layout .box-carousel {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center; }
    aside .box .product-layout .box-carousel > div {
      display: inline-block;
      float: none;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      max-width: 300px; }

  .box .cart-button .row .one-third {
    float: none;
    display: inline-block; }
    .box .cart-button .row .one-third.btn-quickview {
      display: none; }

  aside .box .box-content {
    display: none; }
  aside .box .product-layout .box-carousel .owl-item {
    display: inline-block;
    max-width: 300px;
    padding: 0 15px; }

  aside .box .box-heading {
    position: relative;
    cursor: pointer;
    padding: 15px 20px;
    margin-bottom: 15px;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #6e4320;
    line-height: 30px; }
    aside .box .box-heading h3 {
      color: #fff;
      font-size: 25px;
      line-height: 30px; }
    aside .box .box-heading:after {
      content: '\f055';
      position: absolute;
      right: 0;
      top: 0;
      color: #fff;
      font-size: 25px;
      line-height: 60px;
      padding-right: 20px;
      font-family: "FontAwesome"; }
    aside .box .box-heading:hover:after {
      color: #ca1f1f; }
    aside .box .box-heading.active:after {
      content: '\f056'; } }
@media (max-width: 480px) {
  .box .box-heading h3 {
    font-size: 30px; } }
/*========================================================
                         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;
  font-size: 15px;
  line-height: 18px; }
  .input-group-btn .btn i {
    font-size: 15px;
    line-height: 18px;
    vertical-align: top; }

/* ================   Default Buttons BEGIN   =============== */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #6e4320;
  background: #e7d0bc;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border: none;
  padding: 9px 25px 10px;
  outline: none; }
  .btn-default:visited,
  .btn-primary:visited,
  .btn-success:visited,
  .btn-info:visited,
  .btn-warning:visited,
  .btn-danger:visited,
  .btn:visited {
    color: #6e4320;
    background: #e7d0bc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active,
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-success:hover,
  .btn-success:focus,
  .btn-success:active,
  .btn-info:hover,
  .btn-info:focus,
  .btn-info:active,
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning:active,
  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger:active,
  .btn:hover,
  .btn:focus,
  .btn:active {
    color: #ca1f1f;
    background: #dab696; }

.btn-primary {
  color: #f0e3d8;
  background: #6e4320; }
  .btn-primary:visited {
    color: #f0e3d8;
    background: #6e4320; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #935624;
    color:white; }
    .btn-default:hover, .btn-primary:hover, .btn-success:hover, .btn:hover {
    	background: #935624 !important;
    	color:white !important;
    }

/*===============================*/
.btn-product {
  display: inline-block;
  color: #ca1f1f;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px; }
  .btn-product span {
    font-weight: bold;
    vertical-align: bottom; }
  .btn-product i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 5px; }
  .btn-product:visited {
    color: #ca1f1f; }
  .btn-product:hover, .btn-product:focus, .btn-product:active {
    color: #721111; }

.btn-icon {
  background: #6e4320;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 !important;
  margin: 0;
  outline: none;
  outline-offset: 0;
  vertical-align: top;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .btn-icon i {
    font-size: 24px;
    line-height: 45px;
    color: #fff; }
  .btn-icon:visited {
    background: #6e4320; }
  .btn-icon:hover, .btn-icon:active, .btn-icon:focus {
    background: #ca1f1f; }

.btn-warning, .btn-danger {
  color: #fff;
  background: #ca1f1f; }
  .btn-warning:visited, .btn-danger:visited {
    color: #fff;
    background: #ca1f1f; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    color: #fff;
    background: #b41c1c; }

.btn-add {
  color: #fff;
  height: 45px; }
  .btn-add span {
    display: inline-block;
    background: #ca1f1f;
    position: relative;
    font-size: 20px;
    line-height: 45px;
    height: 45px;
    padding: 0 19px 0 15px;
    vertical-align: top;
    text-transform: lowercase;
    -webkit-border-radius: 0 22px 22px 0;
    -moz-border-radius: 0 22px 22px 0;
    border-radius: 0 22px 22px 0; }
    .btn-add span .over {
      position: absolute;
      content: '';
      display: block;
      height: 100%;
      width: 0;
      top: 0;
      left: 0;
      padding: 0;
      background: #6e4320;
      z-index: 1;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .btn-add span .title {
      position: relative;
      z-index: 2;
      padding: 0;
      background: none; }
  .btn-add i {
    display: inline-block;
    background: #6e4320;
    font-size: 24px;
    line-height: 45px;
    height: 45px;
    padding: 0 13px 0 15px;
    -webkit-border-radius: 22px 0 0 22px;
    -moz-border-radius: 22px 0 0 22px;
    border-radius: 22px 0 0 22px; }
  .btn-add:visited span {
    background: #ca1f1f; }
  .btn-add:hover span .over, .btn-add:focus span .over, .btn-add:active span .over {
    width: 100%; }

.btn-icon.btn-add i {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  height: auto;
  padding: 0; }

/* ================   Compare Button  =============== */
.nav-cat .btn {
  margin-bottom: 10px; }

/* ================   Product page buttons  =============== */
.product_page #button-cart {
  width: 100%;
  margin-bottom: 0; }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (max-width: 1199px) {
  .button-view {
    margin-top: 10px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-product {
    font-size: 11px;
    line-height: 13px; }
    .btn-product i {
      font-size: 16px;
      line-height: 19px;
      margin-right: 4px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px; }

  .btn-product {
    font-size: 11px;
    line-height: 13px; }
    .btn-product i {
      font-size: 16px;
      line-height: 19px;
      margin-right: 4px; }

  .btn-add i {
    font-size: 22px;
    padding-left: 12px;
    padding-right: 8px; }
  .btn-add span {
    font-size: 15px;
    padding-left: 8px;
    padding-right: 15px; } }
@media (max-width: 767px) {
  .button-view {
    display: none; }

  .btn-default,
  .btn-primary,
  .btn-success,
  .btn-info,
  .btn-warning,
  .btn-danger,
  .btn {
    padding: 12px 18px 13px; }

  .btn-icon {
    width: 41px;
    height: 41px;
    line-height: 41px;
    padding: 0 !important; }
    .btn-icon i {
      font-size: 24px;
      line-height: 41px; } }
@media (max-width: 410px) {
  .account-address .table td a {
    display: block; }
    .account-address .table td a + a {
      margin-top: 5px; } }
@media (max-width: 400px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-top: 10px; } }
/*===================  Menu gadget ===================*/
.menu-icon {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  height: 60px;
  padding: 15px 10px 15px 20px;
  background: #6e4320; }
  .menu-icon:after {
    float: right;
    content: "\e07b";
    font-family: "material-design";
    margin-top: 0;
    display: inline-block;
    text-align: center;
    width: 1.25em;
    padding-right: 10px;
    font-size: 20px;
    color: #daa880; }
  .menu-icon:hover:after {
    color: #fff; }
  .menu-icon.active:after {
    content: "\e07c"; }

.menu-gadget {
  color: #929da5;
  font-size: 16px;
  line-height: 19px; }

.menu-gadget {
  display: none; }

.menu-gadget .menu ul ul a {
  padding-left: 20px; }

.menu-gadget .menu {
  padding: 12px 0 17px;
  margin: 0;
  background: #462b15; }
  .menu-gadget .menu ul {
    width: auto;
    padding: 10px 0 0;
    display: none; }
  .menu-gadget .menu li {
    position: relative;
    list-style-type: none;
    padding: 6px 16px 6px 30px;
    display: block; }
    .menu-gadget .menu li a {
      font-size: 18px;
      line-height: 16px;
      display: inline-block;
      color: #e7d0bc;
      vertical-align: top; }
    .menu-gadget .menu li i {
      display: inline-block;
      float: right; }
    .menu-gadget .menu li li {
      padding-left: 0;
      padding-top: 7px;
      padding-bottom: 8px; }
      .menu-gadget .menu li li a {
        font-size: 14px;
        line-height: 16px;
        vertical-align: top; }
      .menu-gadget .menu li li.active > a, .menu-gadget .menu li li > a:hover, .menu-gadget .menu li li a.active {
        color: #fff; }
    .menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover, .menu-gadget .menu li a.active {
      color: #fff; }

.menu-gadget .menu li i {
  font-size: 20px;
  line-height: 16px;
  height: 16px;
  color: #daa880;
  vertical-align: top;
  cursor: pointer; }
  .menu-gadget .menu li i:hover {
    color: #fff; }

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .menu-block .menu-gadget .menu li {
    padding-top: 5px;
    padding-bottom: 5px; }
    .menu-block .menu-gadget .menu li.parent {
      padding-top: 10px;
      padding-bottom: 10px; }
    .menu-block .menu-gadget .menu li a {
      font-size: 14px; } }
@media (max-width: 767px) {
  .menu-gadget {
    display: block;
    text-align: left; }
    .menu-gadget .menu {
      display: none; } }
/*========================================================
                      Menu styles
=========================================================*/
/*================ Menu  ===============*/
.nav__primary {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 0; }
  .nav__primary .menu {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative; }
    .nav__primary .menu > li {
      display: table-cell;
      /*font: 400 20px/19px "Roboto", sans-serif;*/
	  font: 400 20px/19px "Arial", cursive;
      text-align: center;
      height: 81px;
      position: relative; }
      .nav__primary .menu > li + li > a {
        margin-left: 1px; }
      .nav__primary .menu > li > a {
        display: block;
        height: 81px;
        padding-top: 17px;
        color: #6e4320;
        background: rgba(208, 193, 181, 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;
        position: relative; }
        .nav__primary .menu > li > a.sf-with-ul:after {
          display: none; }
        .nav__primary .menu > li > a .title {
          z-index: 2;
          position: relative; }
        .nav__primary .menu > li > a .over {
          position: absolute;
          content: '';
          display: block;
          height: 0;
          width: 100%;
          bottom: 0;
          left: 0;
          padding: 0;
          background: #6e4320;
          z-index: 1;
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
      .nav__primary .menu > li.sfHover > a, .nav__primary .menu > li > a:hover, .nav__primary .menu > li > a.active {
        color: #e7d0bc; }
        .nav__primary .menu > li.sfHover > a .over, .nav__primary .menu > li > a:hover .over, .nav__primary .menu > li > a.active .over {
          height: 100%; }
      .nav__primary .menu > li > .sf-with-ul {
        position: relative; }
      .nav__primary .menu > li > ul {
        display: none;
        list-style: outside none none;
        position: absolute;
        padding: 25px 14px 5px 10px;
        background: #6e4320;
        text-align: left;
        z-index: 3;
        left: 0;
        top: 100%;
        min-width: 500px;
        width: 100%;
        margin-top: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .nav__primary .menu > li > ul li {
          position: relative;
          font-size: 14px;
          line-height: 16px;
          padding: 6px 0; }
          .nav__primary .menu > li > ul li a {
            display: inline-block;
            color: #6e4320; }
            .nav__primary .menu > li > ul li a:before {
              position: relative;
              content: '- '; }
        .nav__primary .menu > li > ul li.active > a,
        .nav__primary .menu > li > ul a:hover,
        .nav__primary .menu > li > ul li.sfHover > a {
              color: #e7d0bc !important;}
        .nav__primary .menu > li > ul ul {
          position: relative;
          list-style: outside none none;
          display: block !important;
          height: auto !important;
          padding: 10px 0 17px 50px; }
          .nav__primary .menu > li > ul ul > li {
            opacity: 1 !important; }
            .nav__primary .menu > li > ul ul > li a {
              color: #ca1f1f; }
          .nav__primary .menu > li > ul ul li.active > a,
          .nav__primary .menu > li > ul ul a:hover,
          .nav__primary .menu > li > ul ul li.sfHover > a {
            color: #6e4320; }
          .nav__primary .menu > li > ul ul:before {
            display: none; }

.common-home .nav__primary .menu > li > ul {
      background: #6e4320; }

/*========================================================
                  Responsive Styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .nav__primary .menu > li > ul {
    min-width: 400px;
    padding: 40px 15px 50px 40px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .nav__primary .menu > li {
    font-size: 16px;
    line-height: 19px;
    height: 60px; }
    .nav__primary .menu > li > a {
      height: 60px;
      padding-top: 19px; }
    .nav__primary .menu > li > ul {
      min-width: 400px;
      padding: 40px 15px 50px 40px; } }
@media (max-width: 767px) {
  .nav__primary, .nav {
    display: none; }

  .menu-gadget {
    display: block; } }
/*==================  Stuck menu  ======================*/
@media only screen and (min-width: 991px) {
  .scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000001;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 4px solid #e7e7e7;
    background: #fff; }
    .scroll-fix .header-logo .logo {
      top: 7px; }
    .scroll-fix .header-logo > .pull-right {
      top: 7px; }
    .scroll-fix .cart .dropdown-menu {
      margin-top: 7px; }
    .scroll-fix .nav__primary {
      margin: 17px 0 0;
      min-height: 39px; }
      .scroll-fix .nav__primary .menu > li a:before {
        top: -17px; }
      .scroll-fix .nav__primary .menu > li > .sf-with-ul {
        padding-bottom: 17px; }
        .scroll-fix .nav__primary .menu > li > .sf-with-ul:after {
          bottom: 0; } }
/*========================================================
                       Banners
=========================================================*/
.banners {
  padding-top: 31px;
  padding-bottom: 174px;
  background: url(http://coffeebulk.com.ua/image/catalog/pod-2050x1008.webp) no-repeat center top #fff;
  position: relative;
  z-index: 3; }
  .banners .col-sm-4 {
    position: relative; }
  .banners > div .banner-box {

    margin-bottom: 31px;
    line-height: 0;
    background: rgba(111, 67, 33, 0.7); }
    .banners > div .banner-box a {
      position: relative;
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      color: #6e4320;
      background: url(../image/bg-header-menu.gif) repeat center top #e7d0bc;
      -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:visited {
        color: #6e4320; }
      .banners > div .banner-box a:hover, .banners > div .banner-box a:focus, .banners > div .banner-box a:active {
        color: #ebded3; }
      .banners > div .banner-box a img {
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        position: relative; }
      .banners > div .banner-box a .s-desc {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 218px;
        text-align: center;
        display: inline-block;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
        .banners > div .banner-box a .s-desc > div {
          display: inline-block;
          width: 100%;
          font: 400 40px/38px "Arial", cursive;
          vertical-align: middle; }
          .banners > div .banner-box a .s-desc > div .tx-1 {
            font-size: 72px;
            line-height: 60px; }
          .banners > div .banner-box a .s-desc > div .tx-2 {
            font: 400 20px/20px "Roboto", sans-serif;
            display: inline-block; }
          .banners > div .banner-box a .s-desc > div .color-1 {
            color: #ca1f1f; }
          .banners > div .banner-box a .s-desc > div i {
            font-size: 36px;
            line-height: 34px;
            display: inline-block;
            margin-bottom: 2px; }
      .banners > div .banner-box a:hover, .banners > div .banner-box a:focus, .banners > div .banner-box a:active {
        background-image: none;
        background-color: transparent; }
        .banners > div .banner-box a:hover img, .banners > div .banner-box a:focus img, .banners > div .banner-box a:active img {
          opacity: .3; }

/*========================================================
                   Responsive Banners
=========================================================*/
@media (max-width: 1199px) {
  .banners {
    padding-bottom: 50px;
    background-position: center bottom; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .banners > div .banner-box a .s-desc {
    line-height: 174px; }
    .banners > div .banner-box a .s-desc > div {
      font-size: 38px;
      line-height: 30px; }
      .banners > div .banner-box a .s-desc > div .tx-1 {
        font-size: 58px;
        line-height: 48px; }
      .banners > div .banner-box a .s-desc > div i {
        font-size: 29px;
        line-height: 27px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banners > div .banner-box a .s-desc {
    line-height: 130px; }
    .banners > div .banner-box a .s-desc > div {
      font-size: 30px;
      line-height: 24px; }
      .banners > div .banner-box a .s-desc > div .tx-1 {
        font-size: 46px;
        line-height: 38px; }
      .banners > div .banner-box a .s-desc > div .tx-2 {
        font-size: 16px;
        line-height: 16px; }
      .banners > div .banner-box a .s-desc > div i {
        font-size: 23px;
        line-height: 22px; } }
@media (max-width: 767px) {
  .banners {
    padding-bottom: 30px;
    background-position: center top;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0; }
    .banners > div .banner-box {
      margin-bottom: 20px; }
    .banners .row .col-sm-4 {
      display: inline-block;
      float: none;
      text-align: left;
      max-width: 400px; } }
@media (max-width: 480px) {
  .banners .row .col-sm-4 {
    max-width: 100%; } }
@media (max-width: 400px) {
  .banners > div .banner-box a .s-desc {
    line-height: 205px; }
    .banners > div .banner-box a .s-desc > div {
      font-size: 38px;
      line-height: 30px; }
      .banners > div .banner-box a .s-desc > div .tx-1 {
        font-size: 58px;
        line-height: 48px; }
      .banners > div .banner-box a .s-desc > div i {
        font-size: 29px;
        line-height: 27px; } }
@media (max-width: 350px) {
  .banners > div .banner-box a .s-desc {
    line-height: 174px; } }
/*========================================================
                       HTML boxes
=========================================================*/
.box_html.banner-home {
  position: relative;
  z-index: 2;
  background: url(../image/bg-header-menu.gif) repeat center top #e7d0bc;
  text-align: center;
  font: 20px "Arial", cursive !important;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 1px;
  letter-spacing: 2px; }
  .box_html.banner-home .container > .title {
    font: 400 72px/86px "Arial", cursive;
    text-transform: none;
    margin-bottom: 5px;
    letter-spacing: 0;
    display: inline-block;
    width: 100%; }
    .box_html.banner-home .container > .title span {
      color: #ca1f1f; }
  .box_html.banner-home .panel-button {
    margin-top: 36px;
    padding: 20px 0 21px;
    background: rgba(111, 67, 33, 0.1);
    line-height: 0;
    letter-spacing: 0; }
    .box_html.banner-home .panel-button a {
      display: inline-block;
      position: relative;
      overflow: hidden;
      font-size: 20px;
      line-height: 24px;
      text-transform: none;
      color: #f0e3d8;
      background: #6e4320;
      padding: 9px 25px 10px;
      -webkit-border-radius: 22px;
      -moz-border-radius: 22px;
      border-radius: 22px; }
      .box_html.banner-home .panel-button a .over {
        position: absolute;
        content: '';
        display: block;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0;
        background: #ca1f1f;
        z-index: 1;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .box_html.banner-home .panel-button a .title {
        position: relative;
        z-index: 2;
        padding: 0;
        background: none; }
      .box_html.banner-home .panel-button a:visited {
        color: #f0e3d8;
        background: #6e4320; }
      .box_html.banner-home .panel-button a:hover, .box_html.banner-home .panel-button a:focus, .box_html.banner-home .panel-button a:active {
        color: #fff; }
        .box_html.banner-home .panel-button a:hover .over, .box_html.banner-home .panel-button a:focus .over, .box_html.banner-home .panel-button a:active .over {
          height: 100%; }

/*========================================================
                  Responsive Styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .box_html.banner-home {
    font-size: 18px;
    line-height: 22px;
    padding-top: 20px; }
    .box_html.banner-home .container > .title {
      font-size: 58px;
      line-height: 69px; }
    .box_html.banner-home .panel-button {
      margin-top: 29px;
      padding: 16px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box_html.banner-home {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px; }
    .box_html.banner-home .container > .title {
      font-size: 46px;
      line-height: 55px; }
    .box_html.banner-home .panel-button {
      margin-top: 23px;
      padding: 13px 0; } }
@media (max-width: 767px) {
  .box_html.banner-home {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px; }
    .box_html.banner-home .container > .title {
      font-size: 46px;
      line-height: 55px; }
    .box_html.banner-home .panel-button {
      margin-top: 23px;
      padding: 13px 0; } }
@media (max-width: 480px) {
  .box_html.banner-home {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 14px; }
    .box_html.banner-home .container > .title {
      font-size: 36px;
      line-height: 36px; } }
#tm-newsletter-popup-form:before, #tm-newsletter-popup-form:after {
  display: table;
  content: "";
  line-height: 0; }
#tm-newsletter-popup-form:after {
  clear: both; }

.newsletter-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000002;
  background: rgba(0, 0, 0, 0.45); }

.newsletter-popup-close-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  padding: 0;
  color: #fff;
  background: none;
  padding-top: 17px;
  padding-bottom: 17px; }
  .newsletter-popup-close-btn:hover, .newsletter-popup-close-btn:focus, .newsletter-popup-close-btn:active {
    color: #d9b598; }

#tm-newsletter-popup-form {
  float: left;
  width: 100%;
  max-width: 100%; }

.newsletter-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -486px;
  margin-top: -317px;
  width: 971px;
  height: 633px;
  color: #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 76px 25px 0;
  text-align: center; }
  .newsletter-popup:before, .newsletter-popup:after {
    display: table;
    content: "";
    line-height: 0; }
  .newsletter-popup:after {
    clear: both; }
  .newsletter-popup .box-content {
    width: 100%;
    text-align: left; }
    .newsletter-popup .box-content .logo {
      text-align: center;
      margin-bottom: 78px;
      bottom: auto !important; }
    .newsletter-popup .box-content p {
      font: 300 14px/20px "Roboto", sans-serif;
      color: white;
      width: 50%;
      float: left;
      padding-left: 75px;
      padding-right: 30px;
      margin-top: 147px; }
    .newsletter-popup .box-content h4 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 3px;
      padding-left: 75px;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      width: 100%; }
  .newsletter-popup .newsletter-popup-btn {
    color: #ebded3;
    background: #ca1f1f;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    height: 48px;
    padding: 11px 26px 13px;
    text-transform: lowercase;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin-left: 12px; }
    .newsletter-popup .newsletter-popup-btn:hover, .newsletter-popup .newsletter-popup-btn:focus, .newsletter-popup .newsletter-popup-btn:active {
      background: #b41c1c; }
  .newsletter-popup #tm-newsletter-popup-form {
    width: 50%;
    float: right;
    text-align: left;
    margin-top: 117px;
	}
  .newsletter-popup .tm-login-form {
    position: relative;
    margin-top: 0;
    background: none; }
    .newsletter-popup .tm-login-form:before, .newsletter-popup .tm-login-form:after {
      display: table;
      content: "";
      line-height: 0; }
    .newsletter-popup .tm-login-form:after {
      clear: both; }
    .newsletter-popup .tm-login-form input.form-control {
      width: 200px;
      color: #6e4320;
      background: #ebded3;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      border-radius: 24px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      font-size: 14px;
      line-height: 16px;
      font-weight: 300;
      padding: 16px 10px 16px 20px;
      height: 48px; }
      .newsletter-popup .tm-login-form input.form-control::-webkit-input-placeholder {
        color: #6e4320;
        opacity: 1; }
      .newsletter-popup .tm-login-form input.form-control:-moz-placeholder {
        color: #6e4320;
        opacity: 1; }
      .newsletter-popup .tm-login-form input.form-control::-moz-placeholder {
        color: #6e4320;
        opacity: 1; }
      .newsletter-popup .tm-login-form input.form-control:-ms-input-placeholder {
        color: #6e4320;
        opacity: 1; }
    + .newsletter-popup .tm-login-form-btn {
      margin-left: 7px; }
  .newsletter-popup .logo img {
    display: inline-block; }
  .newsletter-popup-close-btn {
    outline: none;
    border: none;
    position: absolute; }
  .newsletter-popup-btn.button-1 {
    margin-top: 0;
    border: none;
    outline: none;
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    line-height: 16px;
    height: 50px;
    padding: 17px 20px; }

.newsletter-popup .newsletter-error, .newsletter-popup .newsletter-success {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 100%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.newsletter-error {
  color: #D4323D; }

.newsletter-success {
  color: #55C65E; }

.tm-login-form {
  line-height: 20px; }
  .tm-login-form .newsletter-popup-close-btn,
  .tm-login-form .form-control {
    top: 0;
    vertical-align: top !important;
    display: inline-block; }

@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-popup {
    margin-left: -360px;
    margin-top: -229px;
    height: 458px;
    width: 720px;
    padding: 35px 25px 0;
    background-size: 100%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%; }
    .newsletter-popup .box-content h4 {
      padding-left: 20px;
      margin-bottom: 0; }
    .newsletter-popup .box-content p {
      padding-left: 20px;
      font-size: 12px;
      line-height: 18px; }
    .newsletter-popup .box-content .logo {
      margin-bottom: 40px; }
      .newsletter-popup .box-content .logo img {
        max-width: 300px; }
    .newsletter-popup .tm-login-form input.form-control {
      width: 180px;
      padding-right: 5px;
      padding-left: 15px; }

  .newsletter-popup-close-btn {
    padding-top: 6px;
    padding-bottom: 6px; } }
@media (max-width: 767px) {
  .newsletter-popup-wrap {
    display: none !important;
     }
}
.newsletter {
  width: 100%;
  display: inline-block; }
  .newsletter .box-content {
    color: #6e4320;
    background: none;
    padding: 0; }
  .newsletter .tm-login-form {
    float: left;
    display: inline-block;
    width: 269px;
    line-height: 18px; }
  .newsletter h5 + .box-content {
    margin-top: 28px; }
  .newsletter p {
    margin-bottom: 5px;
    padding: 0 30% 0 0; }
  .newsletter .form-control {
    color: #fff;
    background: #e7d0bc;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: none;
    padding-left: 15px; }
  .newsletter .dropdown-btn {
    margin: 28px 0 0 14px;
    float: right;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: none;
    letter-spacing: 2px; }
    .newsletter .dropdown-btn:visited {
      color: #fff;
      background: none; }
    .newsletter .dropdown-btn:hover, .newsletter .dropdown-btn:active, .newsletter .dropdown-btn:focus {
      color: #6e4320;
      background: none; }
  .newsletter.box {
    margin-bottom: 0; }
  .newsletter #tm-newsletter-form {
    display: inline-block; }
  .newsletter .tm-login-form .form-control {
    margin-bottom: 13px; }

.newsletter-error, .newsletter-success {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.newsletter-error {
  color: white; }

.newsletter-success {
  color: #55C65E; }

@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter .tm-login-form {
    width: 190px; }
  .newsletter p {
    padding: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  button.dropdown-btn {
    font-size: 12px; } }
@media (max-width: 767px) {
  .newsletter.box {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
    .newsletter.box #tm-newsletter-form {
      display: inline-block; }
    .newsletter.box .dropdown-btn {
      margin-left: 8px; }
    .newsletter.box p {
      padding-right: 0; } }
@media (max-width: 480px) {
  .newsletter .tm-login-form {
    width: 190px; } }
/* ===================   Breadcrumb   =================== */
.breadcrumb {
  margin: 0 0 30px;
  padding: 15px 15px 15px 20px;
  border-radius: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #6e4320;
  background: url(../image/bg-header-menu.gif) repeat center top #e7d0bc;
  font-size: 14px;
  line-height: 18px; }
  .breadcrumb i {
    font-size: 16px;
    line-height: 18px; }
  .breadcrumb a {
    display: inline-block;
    color: #6e4320; }
    .breadcrumb a:visited {
      color: #6e4320; }
    .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
      color: #ca1f1f; }
  .breadcrumb > li {
    position: relative;
    display: inline; }
    .breadcrumb > li.last span {
      color: #ca1f1f; }
    .breadcrumb > li + li:before {
      color: #6e4320; }

.name {
  color: #6e4320; }
  .name a {
    color: #6e4320; }
    .name a:visited {
      color: #6e4320; }
    .name a:hover, .name a:active, .name a:focus {
      color: #ca1f1f; }

#list-view,
#grid-view {
  padding: 0;
  margin: 0 5px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #e7d0bc;
  font-size: 27px;
  line-height: 30px; }
  #list-view i,
  #grid-view i {
    text-shadow: none; }

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

/* ===================   Product Page   =================== */
.product-section, .product-content-columns {
  margin-bottom: 30px; }

.product-share {
  height: 32px;
  margin-top: 25px; }

#product .product-share {
  margin-top: 15px; }

.rating {
  line-height: 23px; }
  .rating a {
    letter-spacing: 0; }
  .rating i {
    display: inline-block;
    font-size: 15px;
    line-height: 19px;
    color: #6e4320; }

.review-form-title {
  text-align: center; }
  .review-form-title h3 {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ca1f1f;
    padding: 0 10px 5px;
    display: inline-block;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .review-form-title h3:before {
      position: absolute;
      bottom: -20px;
      left: 50%;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top-color: #ca1f1f;
      content: '';
      margin-left: -10px; }
    .review-form-title h3:hover {
      color: #ca1f1f; }

.rating-section a {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px; }

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

/* ===================   Product Gallery   =================== */
.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
  line-height: 0; }
.product-gallery:after {
  clear: both; }
.product-gallery .product-image {
  cursor: pointer;
  float: left;
  width: 84%;
  padding-left: 15px; }
.product-gallery .bx-wrapper {
  margin: 0 !important; }
.product-gallery .image-thumb {
  float: left;
  width: 16.5%; }

#default_gallery .image-thumb {
  float: left;
  padding: 0 1em 0 0;
  width: 16.5%; }
#default_gallery .product-image {
  width: 79.6%;
  padding: 0; }

.product-gallery .image-thumb .bx-wrapper .bx-prev,
.product-gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 28px;
  background: rgba(110, 67, 32, 0.6);
  text-align: center;
  margin: 0;
  color: #fff; }
  .product-gallery .image-thumb .bx-wrapper .bx-prev:hover,
  .product-gallery .image-thumb .bx-wrapper .bx-next:hover {
    background: #ca1f1f; }

.product-gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto; }

.product-gallery .image-thumb li a {
  border: 1px solid #e7e7e7;
  background: #fff;
  display: block; }
  .product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.active {
    border-color: #ca1f1f; }

.image-additional {
  margin: 0;
  padding: 0;
  list-style-type: none; }

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

.review-score .fa-stack {
  width: 1.2em;
  height: 1.2em;
  margin-bottom: 10px; }
  .review-score .fa-stack i {
    font-size: 1.2em; }

.product-title {
  margin: 0 0 15px; }

.reward-block span {
  display: block; }

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

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

#full_gallery {
  display: none;
  margin-bottom: 15px; }
  #full_gallery .bx-viewport {
    padding-right: 1px; }
  #full_gallery #gallery li {
    border: 1px solid #e7e7e7; }

@media (max-width: 1199px) {
  #full_gallery {
    display: block; }
    #full_gallery .bx-viewport {
      padding-right: 2px; }

  .product-gallery {
    visibility: hidden;
    height: 0; }
    .product-gallery .image-thumb, .product-gallery .product-image {
      height: 0; }

  .bx-wrapper .bx-controls-direction a {
    background: #965b2b;
    border: 1px solid #965b2b;
    font-family: "FontAwesome";
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 40px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .bx-wrapper .bx-controls-direction a i {
      display: none; }
    .bx-wrapper .bx-controls-direction a:hover {
      border-color: #6e4320;
      background: #6e4320;
      color: #fff; }

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

  .bx-wrapper .bx-controls-direction .bx-next:before {
    content: '\f054'; } }
/* ===================   Sub Category on Category Page   =================== */
.box-subcat {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .box-subcat li {
    text-align: center;
    margin-bottom: 30px; }
    .box-subcat li .image {
      margin-bottom: 15px; }
      .box-subcat li .image a {
        display: inline-block;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        border: 1px solid #e7e7e7; }
        .box-subcat li .image a img {
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
        .box-subcat li .image a:hover img {
          opacity: .8; }
    .box-subcat li.first-in-line {
      clear: left; }

@media (min-width: 768px) {
  .breadcrumb > li {
    white-space: nowrap; } }
@media (max-width: 767px) {
  .box-subcat li {
    text-align: left;
    float: left;
    width: 50%; }
    .box-subcat li .image {
      display: inline-block;
      float: left;
      margin-right: 15px;
      width: 40%; }
    .box-subcat li:nth-child(2n+1) {
      clear: both; }

  .product_page #full_gallery {
    text-align: center; }
    .product_page #full_gallery .bx-wrapper {
      width: 435px;
      display: inline-block; } }
@media (max-width: 500px) {
  .box-subcat li {
    width: 100%;
    float: none;
    clear: both; } }
/* ===================   Product Filter  =================== */
.product-filter {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 0;
  margin-bottom: 20px; }
  .product-filter label {
    font-size: 13px;
    padding-top: 7px; }

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

/* ========   BLOCK COMPARE   ============= */
.compare-block {
  margin-bottom: 20px; }

.compare-block .image {
  margin-right: 10px; }

.compare-block .remove a {
  font-size: 19px;
  line-height: normal; }

.compare-info {
  width: 100%; }

.block-compare {
  position: relative;
  overflow: hidden; }

@media (max-width: 991px) {
  .product-compare .table-responsive {
    overflow-x: scroll; } }
/* ===================   About Page   =================== */
.extra-wrap {
  overflow: hidden; }

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

.about-page.excerpt {
  margin-bottom: 30px; }

.about-page h4 {
  font-size: 20px;
  line-height: 24px; }

.recent-posts {
  text-align: center; }
  .recent-posts > div {
    margin-bottom: 20px; }

/* ===================   Number   =================== */
.dropcap {
  width: 67px;
  height: 67px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ca1f1f;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
  font-size: 30px;
  line-height: 30px;
  margin: 0 20px 30px 0;
  padding: 19px 10px 18px;
  display: inline-block;
  text-align: center;
  float: left; }

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

/* ===================   Divider   =================== */
.sm_hr {
  height: 1px;
  background-color: #e0e0e0;
  margin: 50px 0; }

/* ===================   Thumbnail   =================== */
.thumbnail {
  padding: 0;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0;
  border: none; }
  .thumbnail > a {
    display: inline-block;
    max-width: 100%;
    padding: 12px;
    background: #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .thumbnail > a:hover {
      background: #ca1f1f; }

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

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

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

@media (max-width: 500px) {
  img.alignleft, .human_info .thumbnail {
    float: none;
    margin: 0 auto 20px; } }
/* ===================   Testimonials   =================== */
.testimonials .testi-item {
  margin-bottom: 30px; }
.testimonials .testi-meta {
  line-height: 18px;
  padding-left: 50px; }
.testimonials .user {
  text-transform: uppercase;
  font-size: 14px;
  color: #6e4320; }
.testimonials blockquote {
  border: 1px solid #e7e7e7;
  margin-bottom: 15px;
  position: relative; }
  .testimonials blockquote:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../image/testi_arr.jpg) no-repeat left top;
    width: 21px;
    height: 20px;
    bottom: -20px;
    left: 20px; }

/* ===================   Privacy Policy  =================== */
.privacy_page.table td {
  border-top: 0;
  padding: 0 30px 30px; }
  .privacy_page.table td:first-child {
    text-align: right; }
.privacy_page tr > td + td {
  border-left: 1px solid #e7e7e7; }

.privacy_page h4 {
  max-width: 300px;
  float: right;
  font-size: 16px; }

/* ===================   Site Map Page  =================== */
.site-map-page #content ul {
  list-style-type: none; }
  .site-map-page #content ul li {
    padding: 7px 0; }
  .site-map-page #content ul a {
    font-size: 14px; }

/* ===================   Manufacturer List  =================== */
.manufacturer-list {
  border: 1px solid #e7e7e7;
  background: #f9f9f9; }
  .manufacturer-list + .manufacturer-list {
    margin-top: -1px; }
  .manufacturer-list .manufacturer-heading {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
    font-weight: bold;
    padding: 5px; }
    .manufacturer-list .manufacturer-heading span {
      background: #ca1f1f;
      color: #fff;
      display: inline-block;
      font-size: 25px;
      text-align: center;
      text-transform: uppercase;
      width: 50px;
      height: 50px;
      line-height: 50px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .manufacturer-list .manufacturer-content {
    padding: 20px; }

/*====================== Parallax =========================*/
::i-block-chrome, .parallax > div {
  background-attachment: scroll !important; }

.parallax {
  position: relative;
  overflow: hidden; }
  .parallax > div {
    padding: 87px 0 73px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 36px; }
    .parallax > div > div > div > div > .title {
      display: inline-block;
      font: 400 60px/60px "Arial", cursive; }
    .parallax > div p {
      font-size: 20px;
      line-height: 28px;
      color: #fff;
      margin: 26px 0 0 0; }
    .parallax > div p + a {
      margin-top: 33px; }
    .parallax > div a {
      display: inline-block;
      position: relative;
      overflow: hidden;
      font-size: 20px;
      line-height: 24px;
      color: #6f4321;
      background: #fff;
      padding: 9px 25px 10px;
      -webkit-border-radius: 22px;
      -moz-border-radius: 22px;
      border-radius: 22px;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important; }
      .parallax > div a .over {
        position: absolute;
        content: '';
        display: block;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0;
        background: #ca1f1f;
        z-index: 1;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .parallax > div a .title {
        position: relative;
        z-index: 2;
        padding: 0;
        margin-bottom: 7px;
        background: none; }
      .parallax > div a:visited {
        color: #6f4321;
        background: #fff; }
      .parallax > div a:hover, .parallax > div a:focus, .parallax > div a:active {
        color: #fff; }
        .parallax > div a:hover .over, .parallax > div a:focus .over, .parallax > div a:active .over {
          height: 100%; }
    .parallax > div .container {
      max-width: 100%; }

/* ===================   Carousel  =================== */
.carousel-block {
  padding-top: 116px;
  padding-bottom: 110px;
  background: #fafafa; }

.owl-carousel {
  background: none; }
  .owl-carousel .item {
    text-align: center; }
    .owl-carousel .item a {
      display: inline-block;
      max-width: 100%;
      float: none; }
      .owl-carousel .item a img {
        opacity: .1;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .owl-carousel .item a:hover img {
        opacity: 1; }
  .owl-carousel .owl-buttons div {
    color: #6e4320; }
    .owl-carousel .owl-buttons div:hover {
      color: #ca1f1f; }

.ps-carousel {
  background: #fff; }

/* ===================   Account Page  =================== */
.well {
  background-color: #ecdfd4;
  border: none;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none; }
  .well .heading {
    margin-bottom: 20px; }
    .well .heading:before, .well .heading:after {
      display: table;
      content: "";
      line-height: 0; }
    .well .heading:after {
      clear: both; }
    .well .heading i {
      float: left;
      font-size: 56px;
      margin-right: 14px;
      line-height: 60px; }
    .well .heading h2 {
      font-size: 23px;
      margin: 0 0 5px; }
    .well .heading strong {
      font-weight: normal;
      font-style: italic; }
  .well p {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0 20px; }
  .well a {
    margin-top: 20px;
    display: inline-block; }

@media (min-width: 768px) and (max-width: 991px) {
  .well .heading {
    text-align: center; }
    .well .heading h2 {
      font-size: 17px; }
    .well .heading i {
      float: none; } }
.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .datepicker .prev:hover, .datepicker .prev.active, .datepicker .next:hover, .datepicker .next.active, .datepicker .day:hover, .datepicker .day.active, .datepicker .year:hover, .datepicker .year.active, .datepicker .month:hover, .datepicker .month.active, .datepicker .picker-switch:hover, .datepicker .picker-switch.active {
    color: #ca1f1f;
    background: transparent; }
.datepicker th {
  text-align: center; }

.radio {
  line-height: 18px; }

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
input#input-voucher,
input#input-coupon {
  display: inline-block;
  width: 45%;
  margin-right: 5px; }

/*========================================================
                         Footer
=========================================================*/
footer {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  padding-top: 71px;
  margin-top: 30px;
  color: #b1805b;
  background: #6f4321; }
  footer .footer {
    margin-left: -15px;
    margin-right: -15px; }
    footer .footer > .container {
      max-width: 100%; }
  footer h5 {
	  padding-top: 5px;
    color: #f5e8dd;
    margin: 0 10% 0 0;
    text-transform: capitalize; }
    footer h5 + ul {
      margin-top: 23px; }
  footer ul li {
    padding: 5px 0; }
    footer ul li a {
      color: #b1805b; }
      footer ul li a:visited {
        color: #b1805b; }
      footer ul li a:hover, footer ul li a:focus, footer ul li a:active {
        color: #f5e8dd; }

.common-home footer {
  margin-top: 0; }

.facebook.info h5 {
  margin-bottom: 25px; }
.facebook.info .box-content {
  min-height: 224px; }

.copyright br {
  display: none; }

.copyright {
  margin-top: 49px;
  color: #9d6e4b;
  background: #633a1b;
  padding-top: 36px;
  padding-bottom: 51px;
  line-height: 16px; }
  .copyright a {
    color: #9d6e4b; }
    .copyright a:visited {
      color: #9d6e4b; }
    .copyright a:hover, .copyright a:focus, .copyright a:active {
      color: #f5e8dd; }

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 1200px) {
  footer h5 {
    letter-spacing: 1.2px; }
  footer ul li {
    letter-spacing: .4px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  footer {
    padding-top: 57px; }
    footer .copyright {
      margin-top: 45px;
      padding-bottom: 40px;
      padding-top: 30px; }

  .facebook.info .box-content {
    min-height: 179px; } }
@media (min-width: 768px) and (max-width: 991px) {
  footer .col-sm-2 {
    width: 33.3333%;
    margin-bottom: 20px; }
  footer .col-sm-4 {
    width: 66.6667%; } }
@media (max-width: 767px) {
  footer {
    padding-top: 0; }
    footer .col-sm-2 {
      display: none; }
    footer .col-sm-4 .facebook {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px; }
      footer .col-sm-4 .facebook h5 {
        margin-right: 0; }

  .copyright {
    margin-top: 0; } }
/*==================     ToTop      ======================*/
.toTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #965b2b;
  position: fixed;
  right: 40px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .toTop:hover {
    text-decoration: none;
    color: #fff;
    background: #ca1f1f; }

.toTop:visited, .toTop:focus, .toTop:active {
  color: #fff; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*========================================================
                  Responsive Styles
=========================================================*/
@media (min-width: 1200px) {
  .container {
    width: 1200px; }

  .owl-carousel {
    margin: 0; } }
@media (max-width: 1199px) {
  .table th, .table td {
    padding: 8px; }

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

  #collapse-voucher #collapse-coupon .btn {
    padding-left: 10px;
    padding-right: 10px; }
  #collapse-voucher #collapse-coupon label {
    width: 100%;
    padding: 0;
    margin-bottom: 5px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 38px; }

  h2 {
    font-size: 35px; }

  h3 {
    font-size: 32px; }

  h4 {
    font-size: 24px; }

  h5 {
    font-size: 18px;
    line-height: 22px; }

  h6 {
    font-size: 16px; }

  .parallax > div {
    line-height: 29px;
    padding: 70px 0 58px; }
    .parallax > div > div > div > div > .title {
      font-size: 92px;
      line-height: 84px; }
    .parallax > div p {
      font-size: 16px;
      line-height: 22px;
      margin-top: 21px; } }
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 26px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px;
    line-height: 22px; }

  h6 {
    font-size: 16px; }

  .parallax > div {
    line-height: 23px;
    padding: 56px 0 46px; }
    .parallax > div > div > div > div > .title {
      font-size: 74px;
      line-height: 67px; }
    .parallax > div p {
      font-size: 13px;
      line-height: 18px;
      margin-top: 17px; }

  .panel-body input + span {
    margin-top: 5px;
    display: inline-block; } }
@media (max-width: 767px) {
  .table-responsive {
    border: 1px solid #e7e7e7; }
    .table-responsive .table-bordered {
      border: none; }

  .delivery_page .table {
    font-size: 13px; }

  .parallax > div {
    line-height: 23px;
    padding: 56px 0 46px;
    background-attachment: scroll !important; }
    .parallax > div > div > div > div > .title {
      font-size: 45px;
      line-height: 40px; }
    .parallax > div p {
      font-size: 13px;
      line-height: 18px;
      margin-top: 17px; }
      .parallax > div p br {
        display: none; } }
@media (max-width: 480px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 26px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px;
    line-height: 22px; }

  h6 {
    font-size: 16px; }

  .parallax > div > div > div > div > .title {
    font-size: 32px;
    line-height: 32px; } }
@media (max-width: 410px) {
  #accordion .table td,
  #accordion .table thead td {
    font-size: 14px;
    word-wrap: break-word; } }
@media (max-width: 370px) {
  .table.privacy_page td {
    padding: 8px; }

  .delivery_page .table td,
  .delivery_page .table th {
    padding: 6px; } }



.modal-backdrop.fade.in {
    display: none !important;
}

.phone-block {
 font-weight: 700;
  font-size: 15px;
  margin-left: 5%;
margin-top: 2%;
margin-bottom:2%;
}

.phone-block span {
  line-height: 20px;
}


.phone-block {
	width:100% !important;}

@media (max-width: 1025px) {
	.phone-block span {
		font-size:10px !important;}
	.search input {width:100px;
	font-size:15px;}
		.nav__primary .menu > li > a {
			padding-top: 10px;
			font-size: 10px;}

}

.shoping_cart a, #d_quickcheckout a {
    color: #ca1f1f;
}


.phone-block a {
    color: #6e4320;
}


.phone-block a:hover {
	 color: #ca1f1f;
}

#top-links .dropdown-menu {
    background: #6e4320 !important;
}

.nav > ul > li a:hover, .nav > ul > li a:focus, .nav > ul > li a:active {
    color: #e7d0bc !important;
}

.nav__primary .menu > li > ul li a {
color:white;
}

 .nav__primary .menu > li > ul, {
    background: #6e4320 !important;
}

.nav__primary .menu > li > ul ul > li a {
	color:white;
}

.nav__primary .menu > li > ul > li a:focus {
	    color: #e7d0bc !important;
}
.box_html.Coffeebulk {
    width: 80%;
    left: 10%;
    position: relative;
}

.box_html.Coffeebulk {
    width: 80%;
    left: 10%;
    position: relative;
    background: url(../image/bg-header-menu.gif) repeat center top #e7d0bc;
    padding: 20px;
    /*margin: 10px;
     opacity: 0.9; */

}

  .content_bottom {
    font: 16px "Arial", cursive !important;
    position: relative;
    max-width: 100%;
    overflow: hidden;
  /* background: url(http://coffeebulk.com.ua/image/cache/catalog/pod-2050x1008.webp) repeat center center #fff; */
    color: #6e4320;
	       background: url(http://coffeebulk.com.ua/image/catalog/coffee1.jpg) no-repeat bottom;
    /* background: url(../image/bg-header-menu.gif) repeat center top #e7d0bc; */
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


.onner {color: blue}
.spoiler {border:0px solid #ddd; padding:3px;}
.spoiler .inner {border:0px solid #eee; padding:3px;margin:3px;}

#content .col-sm-10 {
	background: url(../image/bg-header-menu.gif) repeat center top #e7d0bc;
	padding: 20px;
}

.col-sm-10 span {
    font: 16px "Arial", cursive !important;
}
body{
    font: 16px "Arial", cursive !important;
}

.cof {
	background: #e7d0bc;
    border-radius: 5px;
    padding: 5px 5px;
    display: block;
    font-family: arial;
    bottom: 0;
    left: 10%;
    position: absolute;
    z-index: 99;
    text-align: center;
    font-weight: bold;
    color: #6f4321;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #e7d0bc;
    width: 80%;
    margin: 0px auto;
	    box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.5s;
}

p.cof1 {
    text-align: center;
    background: #e7d0bc;
    padding: 7px 5px;
    position: absolute;
    bottom: 0;
    display: block;
    left: 10%;
    font-family: arial;
    font-weight: bold;
    color: #6f4321;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #e7d0bc;
    width: 80%;
    margin: 0px auto;
	cursor: pointer
}

p.cof2 {
      position: absolute;
    /* bottom: 58%; */
    display: block;
    left: -0.1%;
    font-family: arial;
    font-weight: bold;
    color: #6f4321;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #e7d0bc;
    width: 100%;
    margin: 0px auto;
	text-align: center;
	cursor: pointer
}
.menu>li:nth-child(2) {
    width: 15%;
}

footer .col-sm-2 {
    display: block !important;
}