@charset "UTF-8";

/*
Theme Name: Mrcoffee
Theme URI: https://mrcoffee.just-themes.com/
Author: Just-themes
Author URI: https://just-themes.com/
Description: Mr Coffee – is an stylish WordPress Theme created specially for coffee markets, online coffee stores, cake and desserts stores, tea markets, coffee shops and other.
Version: 1.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mrcoffee
Domain Path: /languages/
Tags: food-and-drink, e-commerce, blog, full-width-template, theme-options, one-column, two-columns, left-sidebar, right-sidebar, custom-logo
*/


/* =============================================================================
   Table of contents
   =============================================================================
   1.  Global (52)
   2.  Top Bar (674)
   3.  Page Head (716)
   4.  Main Menu (760)
   5.  Main Slider (936)
   6.  Main Top Products (985)
   7.  Main About Us (1046)
   8.  Main Reasons (1117)
   9.  Main Page Shop (1157)
   10.  Where To Buy (1284)
   11.  Main Reviews (1476)
   12.  Main Blog List (1580)
   13.  Subscribe Form Bottom (1704)
   14.  About Products (1784)
   15.  About Market (1816)
   16.  Blog Page (1850)
   17.  Comments (2679)
   18.  Cart Page (2853)
   19.  Checkout (3190)
   20.  Shop (3547)
   21.  Product Single (4085)
   22.  Contacts (4347)
   23.  Gallery (4435)
   24.  Testimonials (4501)
   25.  Footer (4553)
   26.  Typography (4676)
   27.  404 page & Coming page (5079)
   28.  Visual Composer custom styles (5210)
   29.  CUSTOM RESPONSIVE (5234)
   ============================================================================*/

/* 1. Global
   ===========================================================================*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #b89d64;
    transition: all 400ms;
    outline: none;
}

a:hover {
    color: #2b1b13;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    height: 100%;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

html {
    height: 100%;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

p {
    line-height: 28px;
}

.woocommerce .button,
.btn {
    padding: 10px 21px 10px 21px !important;
    font-size: 12px !important;
    border-radius: 2px;
    vertical-align: top;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
    transition: all 400ms;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {

    background: #b89d64;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {

    background: #2B1B13;
}



.btn.added:after {

    font-family: WooCommerce;
    content: '\e017';
    margin-left: .53em;
    vertical-align: bottom;
}

.woocommerce .button.btn-default,
.btn.btn-default {
    color: #3f2c14;
    background: #b89d64;
}

.woocommerce .button.btn-default:hover,
.btn.btn-default:hover {
    background: #d8cfb5;
    color: #3f2c14;
}

.btn.btn-brown {
    background: #2c1910;
    color: #b89d64;
}

.btn.btn-brown:hover {
    background: #b89d64;
    color: #3f2c14;
}

.btn.btn-bordered {
    background: none;
    color: #b89d64;
    border: 1px solid #b89d64;
    padding: 9px 20px 9px 20px;
}

.btn.btn-bordered:hover {
    background: #2c1910;
    color: #b89d64;
    border: 1px solid #2c1910;
}

.btn-lg {
    padding: 20px 31px 20px 31px;
    font-size: 14px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 10px;
}

.btn-lg.btn-bordered {
    padding: 19px 30px 19px 30px;
}

.btn-sm.btn-bordered {
    padding: 4px 9px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

hr {
    border-color: #e5e0d6;
}

.position-relative {
    position: relative;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

h1 {
    position: relative;
    color: #2c1910;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    font-size: 48px;
}

h1 span {
    color: #b89d64;
}

h2 {
    position: relative;
    color: #2c1910;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-align: center;
    margin: 60px 0 40px;
    font-size: 36px;
}

h2 span {
    color: #b89d64;
}

h2:before {
    content: '';
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background: #b89d64;
    position: absolute;
    left: 50%;
    bottom: -16px;
}

h2.left {
    text-align: left;
}

h2.left:before {
    margin-left: 0;
    left: auto;
}

h3 {
    position: relative;
    color: #2c1910;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-align: center;
    margin: 60px 0 20px;
    font-size: 30px;
}

h3 span {
    color: #b89d64;
}

h4 {
    position: relative;
    color: #2c1910;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-align: center;
    margin: 60px 0 20px;
    font-size: 24px;
}

h4 span {
    color: #b89d64;
}

h5 {
    position: relative;
    color: #2c1910;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-align: center;
    margin: 60px 0 20px;
    font-size: 18px;
}

h5 span {
    color: #b89d64;
}

h6 {
    position: relative;
    color: #2c1910;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-align: center;
    margin: 60px 0 20px;
    font-size: 18px;
}

h6 span {
    color: #b89d64;
}

input[type='text'] {
    height: 49px;
    line-height: 49px;
    padding: 10px 22px 10px 22px;
    font-size: 14px;
    font-weight: 300;
    border: none;
    transition: all 400ms;
}

input[type='tel'] {
    height: 49px;
    line-height: 49px;
    padding: 10px 22px 10px 22px;
    font-size: 14px;
    font-weight: 300;
    border: none;
    transition: all 400ms;
}

input[type='email'] {
    height: 49px;
    line-height: 49px;
    padding: 10px 22px 10px 22px;
    font-size: 14px;
    font-weight: 300;
    border: none;
    transition: all 400ms;
}

textarea {
    padding: 10px 22px 10px 22px;
    background: #f5f2eb;
    border: 1px solid #e3ded4;
    border-radius: 2px;
    resize: vertical;
    transition: all 400ms;
}

.navbar-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    border: none;
}

.navbar-toggle .icon-bar {
    width: 33px;
    height: 4px;
    background: #b89d64;
}

#navbar-toggle-mobile {
    transition: none;
    margin: 30px 10px 0 0;
    position: relative;
    top: initial;
    transform: initial;
    right: initial;
    display: none;
}

#navbar-toggle-mobile .bar-top {
    transform: rotate(45deg);
    transform-origin: 50% 0;
}

#navbar-toggle-mobile .bar-btn {
    transform: rotate(-45deg);
    transform-origin: 16% 0;
}

.collapse.in #navbar-toggle-mobile {
    display: block;
}

.sticky-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.top-nav {
    padding: 25px 0 0;
    transition: all 600ms;
    border-bottom: 1px solid rgba(184, 157, 100, .14);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.top-nav .logo-wrap {
    min-height: 60px;
}

.top-nav .small-logo {
    display: none;
}

.top-nav .small-logo.alt {
    display: inline-block;
}

.top-nav .text-logo {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.top-nav .text-logo:hover {
    color: #e2ded0;
}

.top-nav .main-logo.text-logo {
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-nav .navbar {
    padding-bottom: 9px;
    margin: 0;
    border: 0;
    border-radius: 0;
    clear: both;
    min-height: initial;
}

.top-nav .navbar-collapse {
    padding: 0;
}

.top-nav .top-social li {
    padding: 22px 25px 24px 0;
    display: inline-block;
}

.top-nav .top-social li a {
    font-size: 14px;
}

.top-nav .top-social li a:hover {
    color: #e2ded0;
}

.top-nav .top-right {
    padding-top: 20px;
    position: relative;
    text-align: right;
}

.top-nav .cart {
    margin-right: 36px;
    position: relative;
    font-size: 18px;
}

.top-nav .cart .count {
    position: absolute;
    top: -9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #d8cfb5;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    color: #2b1b13;
}

.top-nav .cart:hover {
    color: #e2ded0;
}

.top-nav .cart:focus {
    color: #e2ded0;
}

.top-nav .cart .name {
    display: none;
}

.top-nav .top-search {
    position: relative;
    display: inline-block;
}

.top-nav .top-search input[type='text'] {
    padding-left: 10px;
    height: 40px;
    position: absolute;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    top: -9px;
    transition: all 400ms;
}

.top-nav .show-field input[type='text'] {
    opacity: 1;
    right: -60%;
    visibility: visible;
}

.top-nav .search {
    position: relative;
    font-size: 18px;
}

.top-nav .search:hover {
    color: #e2ded0;
}

.top-nav .search:focus {
    color: #b89d64;
}

.home.no-slider .top-nav {
    background-color: #241b17;
}

.top-nav.inner-page {
    padding-top: 10px;
    padding-bottom: 6px;
    background: #19100c;
    border: none;
    position: relative;
    transition: all 400ms;
}

.top-nav.inner-page.affix {
    padding-top: 5px;
    padding-bottom: 0;
    margin-top: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.home.logged-in .top-nav {
    margin-top: 32px;
}

.home.no-hlogo.logged-in .top-nav {
    margin-top: 0;
}

figure {
    max-width: 100%;
}

.header-wrap {
    width: 100%;
    background: #241b17;
}

.affix {
    padding: 10px 0 0;
    background: rgba(25, 16, 12, .95);
}

.affix .small-logo {
    display: inline-block;
}

.affix .main-logo {
    display: none;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.not-margin-top.not-margin-top {
    margin-top: 0;
}

.not-margin-bottom.not-margin-bottom {
    margin-bottom: 0;
}

.off-mg-afthed .text-page-wrap {
    padding-top: 0;
}

.off-mg-beffoot .text-page-wrap {
    padding-bottom: 0;
}

.margin-top-section {
    margin-top: 220px;
}

.heder-off-slider {
    background: rgba(25, 16, 12, .95);
}

.full-width {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc((100% - 100vw) /2) !important;
    padding: 0;
}

.max-width-container {
    max-width: 1200px;
    margin: 0 auto !important;
}

.icon {
    font-size: 36px;
    color: #b89d64;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}

.icon:before {
    font-size: 36px;
    color: #b89d64;
}

.ic-coffee:before {
    content: "\f0f4";
}

.ic-plane:before {
    content: "\f072";
}

.ic-check-circle:before {
    content: "\f058";
}

.owl-carousel.owl-carousel .owl-item img {
    transform-style: flat;
    width: auto;
    margin: 0 auto;
}

.logged-in.customize-partial-edit-shortcuts-shown .top-nav.affix {
    margin-top: 0 !important;
}

.logged-in.customize-partial-edit-shortcuts-shown .top-nav.affix nav.navbar {
    top: 0 !important;
}

.logged-in.customize-partial-edit-shortcuts-shown .top-nav.inner-page.affix {
    padding-top: 5px !important;
}

.collapse.in .pull-right {
    width: 100%;
    margin-top: 20px;
}

.post-password-form input[type="password"] {
    display: inline-block;
    border: 1px solid #e3ded4;
    border-radius: 2px;
    padding: 10px 5px;
    margin-right: 10px;
}

.post-password-form input[type="submit"] {
    padding: 14px 21px 14px 21px;
    font-size: 12px;
    border-radius: 2px;
    vertical-align: top;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
    transition: all 400ms;
}

.post-password-form input[type="submit"]:hover {
    border-color: #adadad;
    background: #d8cfb5;
    color: #3f2c14;
}

/* 2. Top Bar
   ===========================================================================*/

.top-bar {
    padding: 5px 0 9px 0;
    background: #b89d64;
    position: relative;
    z-index: 90;
}

.top-bar .top-social {
    text-align: right;
}

.top-bar .top-social li {
    padding: 0 0 0 25px;
    display: inline-block;
}

.top-bar .top-social li a {
    font-size: 14px;
    color: #2b1b13;
}

.top-bar .top-social li a:hover {
    color: #e2ded0;
}

.top-bar-contacts li {
    padding-right: 28px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #f5f2eb;
}

.top-bar-contacts li i {
    margin-right: 8px;
    color: #2c1910;
    font-size: 14px;
}

/* 3. Page Head
   ===========================================================================*/

.page-head {
    padding: 73px 0 20px 0;
    height: 253px;
    background-size: cover;
    background-color: #2b1b13;
    background-repeat: no-repeat;
}

.page-head .breadcrumb {
    margin-bottom: 0;
    text-align: center;
    background: none;
    border-radius: 0;
    font-size: 14px;
    color: #b89d64;
}

.page-head .breadcrumb li,
.page-head .breadcrumb span {
    font-weight: 300;
    margin: 0 5px;
    display: inline-block;
}

.page-head .breadcrumb li a,
.page-head .breadcrumb span a {
    font-size: 14px;
    color: #d8c8b5;
    font-weight: 300;
}

.page-head .breadcrumb li a:hover,
.page-head .breadcrumb span a:hover {
    color: #b89d64;
}

.page-head h1 {
    color: #b89d64;
    word-wrap: break-word;
}

/* 4. Main Menu
   ===========================================================================*/

.main-menu {
    text-align: center;
}

.main-menu > li {
    padding: 0 10px;
    display: inline-block;
}

.main-menu > li > a {
    padding: 24px 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #e2ded0;
    position: relative;
}

.main-menu > li > a:focus {
    background: none;
}

.main-menu > li:hover > a {
    color: #b89d64;
    background: none;
}

.main-menu > li.active > a,
.main-menu > li.current_page_item > a,
.main-menu > li.current-menu-item > a {
    color: #b89d64;
}

.main-menu > li.parent > a:before,
.main-menu > li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    color: inherit;
    position: absolute;
    top: 23px;
    right: -3px;
    transition: all 200ms;
}

.main-menu > li.parent:hover > a:before,
.main-menu > li.menu-item-has-children:hover > a:before {
    transform: rotate(90deg);
}

.main-menu > li.parent:hover > .sub-menu,
.main-menu > li.menu-item-has-children:hover > .sub-menu {
    top: 61px;
    opacity: 1;
    visibility: visible;
}

.main-menu .sub-menu {
    padding: 17px 0;
    width: 223px;
    position: absolute;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    background: #e5e0d6;
    z-index: 9;
}

.main-menu .sub-menu > li {
    text-align: left;
    position: relative;
}

.main-menu .sub-menu > li > a {
    padding: 9px 20px 7px 20px;
    font-size: 14px;
    color: #2b1b13;
    font-weight: 800;
    display: block;
}

.main-menu .sub-menu > li:hover {
    background: #b89d64;
}

.main-menu .sub-menu > li.parent > a:before,
.main-menu .sub-menu > li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    color: inherit;
    position: absolute;
    top: 8px;
    right: 22px;
    transition: all 200ms;
}

.main-menu .sub-menu > li.parent:hover > a:before,
.main-menu .sub-menu > li.menu-item-has-children:hover > a:before {
    right: 16px;
}

.main-menu .sub-menu > li.parent:hover > .third-level,
.main-menu .sub-menu > li.parent:hover > .sub-menu,
.main-menu .sub-menu > li.menu-item-has-children:hover > .third-level,
.main-menu .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu .sub-menu > li.active,
.main-menu .sub-menu > li.current_page_item,
.main-menu .sub-menu > li.current-menu-item {
    background: #b89d64;
}

.main-menu .third-level,
.main-menu .sub-menu .sub-menu {
    padding: 15px 0;
    width: 223px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background: #b89d64;
    transition: all 300ms;
}

.main-menu .third-level > li:hover,
.main-menu .sub-menu .sub-menu > li:hover {
    background: #2b1b13;
}

.main-menu .third-level > li:hover a,
.main-menu .sub-menu .sub-menu > li:hover a {
    color: #e5e0d6;
}

.main-menu .third-level > li > a,
.main-menu .sub-menu .sub-menu > li > a {
    padding: 9px 20px 7px 20px;
    display: block;
    color: #2b1b13;
    font-weight: 800;
    font-size: 14px;
}

.main-menu .third-level > li.active,
.main-menu .third-level > li.current_page_item,
.main-menu .third-level > li.current-menu-item,
.main-menu .sub-menu .sub-menu > li.active,
.main-menu .sub-menu .sub-menu > li.current_page_item,
.main-menu .sub-menu .sub-menu > li.current-menu-item {
    background: #2b1b13;
}

.main-menu .third-level > li.active a,
.main-menu .third-level > li.current_page_item a,
.main-menu .third-level > li.current-menu-item a,
.main-menu .sub-menu .sub-menu > li.active a,
.main-menu .sub-menu .sub-menu > li.current_page_item a,
.main-menu .sub-menu .sub-menu > li.current-menu-item a {
    color: #e5e0d6;
}

.logged-in .top-nav nav.navbar.in {
    top: 30px;
}

/* 5. Main Slider
   ===========================================================================*/

.main-slider {
    min-height: 880px;
}

.main-slider p {
    margin-bottom: 0;
}

.main-slider-caption {
    z-index: 10;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-slider-caption .top-title {
    padding-bottom: 6px;
    font-size: 48px;
    color: #b89d64;
    font-family: "Playfair Display", serif;
    font-style: italic;
    line-height: 48px;
}

.main-slider-caption .top-title span {
    color: #d8cfb5;
    font-style: normal;
}

.main-slider-caption .big-title {
    padding-bottom: 47px;
    color: #b89d64;
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
}

.main-slider-caption p {
    color: #d8c8b5;
}

.main-slider-caption .btn {
    margin-top: 35px;
}

/* 6. Main Top Products
   ===========================================================================*/

.top-prod-wrap {
    position: relative;
    z-index: 10;
}

.top-prod-types {
    position: relative;
    z-index: 99;
    margin-top: -190px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.top-prod-types .item {
    position: relative;
    text-align: center;
}

.top-prod-types .item .vc_column-inner {
    padding: 60px 0 20px;
}

.top-prod-types .item .name,
.top-prod-types .item .name h5 {
    padding: 0 10px;
    text-align: center;
    color: #b89d64;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    margin-top: 10px;
    font-weight: normal;
}

.top-prod-types .item .name span,
.top-prod-types .item .name h5 span {
    color: #d8cfb5;
}

.top-prod-types .item .name.dark {
    color: #2c1910;
}

.top-prod-types .item .name.dark span {
    color: #f5f2eb;
}

.top-prod-types .item.first {
    background: #b89d64;
}

.top-prod-types .item.second {
    background: #513826;
}

.top-prod-types .item.third {
    background: #2b1b13;
}

/* 7. Main About Us
   ===========================================================================*/

.about-us {
    padding: 122px 0 110px 0;
}

.about-us .about-text h2 {
    margin-bottom: 38px;
    position: relative;
    text-align: left;
}

.about-us .about-text h2:before {
    content: '';
    margin-left: 0;
    width: 70px;
    height: 2px;
    background: #b89d64;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.about-us .about-text h2 span {
    color: #b89d64;
}

.about-us .about-img {
    padding-top: 50px;
}

.about-slogan {
    width: 90%;
    padding-top: 40px;
}

.about-slogan li {
    padding-bottom: 37px;
    overflow: hidden;
}

.about-slogan .icon {
    width: 70px;
    float: left;
}

.about-slogan .icon i {
    font-size: 36px;
    color: #b89d64;
}

.about-slogan .text {
    padding-left: 70px;
}

.about-slogan .text p {
    font-size: 14px;
    line-height: 24px;
}

.about-slogan .title {
    font-size: 18px;
    color: #2c1910;
    font-weight: 800;
}

.vc-about-market .wpb_single_image img {
    max-width: none;
}

/* 8. Main Reasons
   ===========================================================================*/

.reasons {
    padding: 46px 0 45px 0;
    min-height: 628px;
    background: transparent;
}

.reasons h2 {
    color: #f5f2eb;
}

.reasons .item {
    padding-top: 34px;
    text-align: center;
}

.reasons .item .count {
    padding-top: 14px;
    font-size: 100px;
    color: #b89d64;
    font-weight: bold;
    font-family: "Playfair Display", serif;
}

.reasons .item .title {
    font-weight: 800;
    color: #f5f2eb;
    font-size: 24px;
}

.reasons .item .text {
    padding-top: 22px;
    font-size: 14px;
    color: #d8cfb5;
    font-weight: 300;
    line-height: 20px;
}

/* 9. Main Page Shop
   ===========================================================================*/

.popular-item {
    padding: 0 0 113px 0;
}

.popular-item h2 {
    margin-top: 0;
}

.popular-item .shop-slider {
    margin-top: 47px;
}

.popular-item .shop-slider .owl-nav {
    padding-top: 23px;
    position: relative;
}

.popular-item .shop-slider .owl-nav > div {
    position: absolute;
    width: 41px;
    height: 41px;
    font-size: 0;
    border-radius: 2px;
    border: 1px solid #b89d64;
    text-align: center;
    line-height: 41px;
    transition: all 400ms;
}

.popular-item .shop-slider .owl-nav > div:hover {
    background: #b89d64;
}

.popular-item .shop-slider .owl-nav > div:hover:before {
    color: #fff;
}

.popular-item .shop-slider .owl-nav .owl-prev {
    margin-right: 7px;
    right: 50%;
}

.popular-item .shop-slider .owl-nav .owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 14px;
    color: #ba9e64;
    transition: all 400ms;
}

.popular-item .shop-slider .owl-nav .owl-next {
    margin-left: 7px;
    left: 50%;
}

.popular-item .shop-slider .owl-nav .owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #ba9e64;
    transition: all 400ms;
}

.popular-item .item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 26px 15px 40px 15px;
    border-radius: 2px;
    text-align: center;
    transition: all 400ms;
}

.popular-item .item:hover {
    box-shadow: 0 0 5px 5px #f3f3f3;
}

.popular-item .item img {
    width: auto;
    display: inline-block;
}

.popular-item .item .name {
    margin-top: 28px;
    margin-bottom: 2px;
    display: inline-block;
    font-size: 18px;
    color: #2c1910;
    font-weight: 800;
}

.popular-item .item .text {
    font-size: 14px;
    font-weight: 300;
    color: #513826;
}

.popular-item .item .price {
    padding: 21px 0 16px 0;
    font-size: 24px;
    color: #ba9e64;
    font-weight: 800;
}

.popular-item .item .btn {
    font-size: 12px;
    font-weight: 800;
    color: #3f2c14;
    text-transform: none;
}

.popular-item .item .btn i {
    margin-right: 8px;
    color: #fff;
}

.popular-item .item .btn:hover {
    background: #2c1910;
    color: #b89d64;
}

.popular-item .item .btn:hover i {
    color: #fff;
}

/* 10. Where To Buy
   ===========================================================================*/

.where-buy {
    padding: 20px 0 83px 0;
    background: url("assets/images/buy-bg.jpg") 50% 50% no-repeat;
}

.where-buy .nav-tabs {
    padding-top: 33px;
    padding-bottom: 57px;
    border: none;
    text-align: center;
}

.where-buy .nav-tabs > li {
    padding: 0 35px;
    float: none;
    display: inline-block;
}

.where-buy .nav-tabs > li:hover a {
    background: none;
    color: #ba9e64;
}

.where-buy .nav-tabs > li > a {
    padding: 0;
    font-size: 18px;
    font-weight: 800;
    color: #2c1910;
    border: dashed #2c1910;
    border-width: 0 0 1px 0;
}

.where-buy .nav-tabs > li.active > a {
    color: #ba9e64;
    background: none;
    border: none;
}

.where-buy .nav-tabs > li.active > a:hover {
    color: #ba9e64;
    background: none;
    border: none;
}

.where-buy .nav-tabs > li.active > a:focus {
    color: #ba9e64;
    background: none;
    border: none;
}

.where-buy.alt {
    background: none;
}

.buy-item {
    padding: 35px 0 36px 0;
}

.buy-item .icon {
    width: 40px;
    float: left;
}

.buy-item .icon:before {
    content: "\f041";
    color: #ba9e64;
    display: inline-block;
    font: normal normal normal 36px/1 FontAwesome;
    text-rendering: auto;
}

.buy-item .icon i {
    font-size: 36px;
    color: #ba9e64;
}

.buy-item .info {
    padding: 0 0 0 40px;
}

.buy-item .info address {
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #2c1910;
    line-height: 24px;
}

.buy-item .info .phone {
    padding-bottom: 7px;
    font-size: 14px;
}

.buy-item .info .phone i {
    margin-right: 12px;
    font-size: 18px;
    color: #ba9e64;
}

.buy-item .info .mail {
    font-size: 14px;
    color: #513826;
}

.buy-item .info .mail i {
    margin-right: 12px;
    font-size: 18px;
    color: #ba9e64;
}

.buy-item .info .mail:hover {
    color: #2b1b13;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs h1,
.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs h2,
.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs h3,
.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs h4 {
    text-align: center;
    margin: 0 0 50px;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs h1:before,
.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs h2:before,
.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs h3:before,
.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs h4:before {
    display: block;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .vc_tta-container {
    max-width: 1200px;
    margin: 0 auto 65px;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .buy-item {
    min-width: 270px;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .vc_tta-tab.vc_tta-tab {
    padding: 0 35px;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .vc_tta-tab.vc_tta-tab a {
    background: none;
    padding: 0;
    font-size: 18px;
    font-weight: 800;
    color: #2c1910;
    border: dashed #2c1910;
    border-width: 0 0 1px 0;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .vc_tta-tab.vc_tta-tab a:hover {
    background: none;
    color: #ba9e64;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .vc_tta-tab.vc_tta-tab.vc_active a {
    background: none;
    color: #ba9e64;
    border: 0;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .vc_tta-tab.vc_tta-tab.vc_active a:hover {
    background: none;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .vc_tta-panel .vc_tta-panel-title a span {
    color: #2c1910;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .vc_tta-panel .vc_tta-panel-title a:hover span {
    color: #b89d64;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .vc_active .vc_tta-panel-title a span {
    color: #b89d64;
}

.wpb-js-composer .mrcoffee-tabs.mrcoffee-tabs .vc_tta.vc_general .vc_tta-panels-container {
    margin: 40px 0 0;
}

.about-market .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

/* 11. Main Reviews
   ===========================================================================*/

.main-reviews {
    padding: 33px 0 68px 0;
    background: #2c1b14;
}

.main-reviews h2 {
    color: #f5f2eb;
}

.main-reviews h2:before {
    background: #f5f2eb;
}

.review-slider.review-slider {
    margin-top: 40px;
}

.review-slider.review-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.review-slider.review-slider .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    font-size: 0;
    border-radius: 2px;
    background: #b89d64;
    border: 1px solid #b89d64;
    text-align: center;
    line-height: 41px;
    transition: all 400ms;
}

.review-slider.review-slider .owl-nav > div:hover {
    background: #f5f2eb;
}

.review-slider.review-slider .owl-nav .owl-prev {
    left: 0;
}

.review-slider.review-slider .owl-nav .owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 14px;
    color: #2c1b14;
    transition: all 400ms;
}

.review-slider.review-slider .owl-nav .owl-next {
    right: 0;
}

.review-slider.review-slider .owl-nav .owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #2c1b14;
    transition: all 400ms;
}

.review-item.review-item {
    text-align: center;
}

.review-item.review-item .text {
    color: #f5f2eb;
    max-width: 70%;
    margin: 0 auto;
}

.review-item.review-item .img-wrap {
    padding-top: 18px;
    display: inline-block;
}

.review-item.review-item .img-wrap img {
    width: auto;
}

.review-item.review-item .name {
    padding-top: 5px;
    color: #b89d64;
    font-size: 18px;
    font-weight: bold;
}

.review-item.review-item .date {
    padding-top: 4px;
    color: #b89d64;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

/* 12. Main Blog List
   ===========================================================================*/

.main-blog .container {
    width: 100%;
}

.main-blog .all-blog {
    margin-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

.main-blog-item {
    padding-top: 30px;
}

.main-blog-item .img-wrap {
    overflow: hidden;
}

.main-blog-item .img-wrap a {
    display: block;
}

.main-blog-item:hover .img-wrap a {
    transform: scale(1.1);
}

.main-blog-item .info {
    height: 163px;
    padding-bottom: 16px;
    overflow: hidden;
    border-bottom: 1px solid #e5e0d6;
    position: relative;
}

.main-blog-item .info:before {
    content: '';
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .4), white);
}

.main-blog-item .name {
    padding: 24px 0 16px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.main-blog-item .text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

.main-blog-item .item-info {
    padding-top: 12px;
    overflow: hidden;
}

.main-blog-item .item-info i {
    margin-right: 7px;
    font-size: 14px;
    color: #b89d64;
}

.main-blog-item .item-info .left {
    width: 50%;
    float: left;
}

.main-blog-item .item-info .right {
    width: 50%;
    float: right;
    text-align: right;
}

.main-blog-item .item-info .right > div {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.main-blog-item .item-info .right > div i {
    transition: all 400ms;
}

.main-blog-item .item-info .date {
    font-size: 11px;
    font-weight: 300;
    color: #2c1b14;
}

.main-blog-item .item-info .like {
    padding-right: 15px;
    font-size: 11px;
    font-weight: 300;
    color: #2c1b14;
}

.main-blog-item .item-info .like:hover i {
    color: #2b1b13;
}

.main-blog-item .item-info .comm {
    padding-right: 4px;
    font-size: 11px;
    font-weight: 300;
    color: #2c1b14;
}

.vc-main-blog .img-wrap.img-wrap {
    margin-bottom: 0;
}

.vc-main-blog .img-wrap.img-wrap img {
    width: 100%;
}

/* 13. Subscribe Form Bottom
   ===========================================================================*/

.subscribe {
    background: #b89d64;
}

.subscribe .inner {
    background: url("assets/images/subs-envelope.png") 100% 0 no-repeat;
}

.subscribe .top-title {
    padding-top: 35px;
    padding-bottom: 2px;
    font-size: 18px;
    color: #fff;
    font-family: "Playfair Display", serif;
    line-height: normal;
}

.subscribe .bottom-title {
    padding-bottom: 38px;
    font-size: 36px;
    font-weight: bold;
    color: #2c1910;
    font-family: "Playfair Display", serif;
    line-height: 36px;
}

.subs-form,
.subs-form-wrap form {
    margin-top: 43px;
    font-size: 0;
    position: relative;
}

.subs-form .es_lablebox,
.subs-form-wrap form .es_lablebox {
    display: none;
}

.subs-form input,
.subs-form-wrap form input {
    display: inline-block;
}

.subs-form input[type='text'],
.subs-form .es_textbox_class,
.subs-form-wrap form input[type='text'],
.subs-form-wrap form .es_textbox_class {
    padding-right: 32%;
    width: 100%;
}

.subs-form input[type='submit'],
.subs-form .es_submit_button,
.subs-form-wrap form input[type='submit'],
.subs-form-wrap form .es_submit_button {
    width: 30%;
    height: 49px;
    line-height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    background: #2b1b13;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #b89d64;
    font-weight: bold;
    transition: all 400ms;
}

.subs-form input[type='submit']:hover,
.subs-form .es_submit_button:hover,
.subs-form-wrap form input[type='submit']:hover,
.subs-form-wrap form .es_submit_button:hover {
    background: rgba(43, 27, 19, .8);
}

/* 14. About Products
   ===========================================================================*/

.about-products .item {
    padding-top: 70px;
    padding-bottom: 17px;
    text-align: center;
}

.about-products .item .name {
    padding-top: 8px;
    padding-bottom: 21px;
    font-size: 24px;
    color: #2c1910;
    font-family: "Playfair Display", serif;
}

.about-products .item .name span {
    color: #b89d64;
}

.about-products .item .text {
    font-size: 14px;
    line-height: 22px;
    color: #513826;
    font-weight: 300;
}

.about-products .item .btn {
    margin-top: 24px;
}

/* 15. About Market
   ===========================================================================*/

.about-market {
    padding: 40px 0 120px 0;
}

.about-market .top-text {
    padding-top: 20px;
    text-align: center;
}

.about-market .item {
    padding-top: 40px;
    text-align: center;
}

.about-market .item .icon i {
    font-size: 36px;
    color: #b89d64;
}

.about-market .item .title {
    padding: 30px 0 14px 0;
    font-size: 18px;
    color: #2c1910;
    font-weight: 800;
}

.about-market.alt {
    padding-top: 60px;
    background: #f8f6f1;
}

/* 16. Blog Page
   ===========================================================================*/

.blog-content {
    padding: 110px 0 120px 0;
}

.blog-content .search-404-title {
    margin-top: 0;
    text-align: left;
}

.blog-content .search-404-title:before {
    display: none;
}

.widget-area {
    margin-top: 0;
    font-size: 14px;
}

.widget-area table {
    font-size: 14px;
}

.widget-area h4 {
    padding-top: 16px;
    padding-bottom: 22px;
    margin-top: 0;
    font-weight: 400;
    text-align: left;
    font-size: 24px;
    color: #f5f2eb;
    position: relative;
    z-index: 0;
}

.widget-area h4:after {
    content: '';
    background: #2b1b13;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.widget-area .widget > form,
.widget-area .widget > ul,
.widget-area .widget > div,
.widget-area .widget > table {
    margin-top: 22px;
}

.widget-area .copyrights {
    padding: 30px;
    margin-bottom: 35px;
    background: #f5f2eb;
    position: relative;
    overflow: hidden;
}

.widget-area .mrc-subscribe .container {
    width: auto;
}

.widget-area .mrc-subscribe .bottom-title {
    padding-bottom: 0;
}

.widget-area .mrc-subscribe .subs-text,
.widget-area .mrc-subscribe .subs-form-wrap {
    width: 100%;
    float: none;
}

.widget-area .mrc-subscribe form input.es_submit_button {
    width: auto;
    padding: 0 10px;
}

.widget-area .widget {
    padding: 0 30px 30px 30px;
    margin-bottom: 35px;
    background: #f5f2eb;
    position: relative;
    overflow: hidden;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.widget-area .widget ul li {
    color: #1f1f1f;
    margin-bottom: 13px;
    vertical-align: middle;
}

.widget-area .widget ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " \f105";
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
    color: #b89d64;
}

.widget-area .widget ul li a {
    color: #1f1f1f;
    vertical-align: middle;
}

.widget-area .widget ul li a:hover {
    color: #b89d64;
}

.widget-area .widget ul li ul {
    padding: 10px 0 0 20px;
}

.widget-area .widget ul li.current-cat a {
    color: #b89d64;
    cursor: default;
}

.widget-area .widget .tags {
    margin: 0;
}

.widget-area .widget .gallery-small {
    padding: 0 11px;
}

.widget-area .widget .gallery-small a {
    padding: 2px;
}

.widget-area .widget .gallery-small a img {
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
       -moz-border-radius: 4px;
       -moz-background-clip: padding;
            border-radius: 4px;
            background-clip: padding-box;
}

.widget-area .widget .gallery-small a:hover {
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
       -moz-opacity: .8;
            opacity: .8;
}

.widget-area .widget .wp-searchform {
    padding: 10px 0 0;
    width: 100%;
    display: block;
    position: relative;
}

.widget-area .widget .wp-searchform input[type="text"],
.widget-area .widget .wp-searchform input[type="search"] {
    width: 100%;
    display: block;
    border: 1px solid #e3ded4;
    border-radius: 2px;
    padding: 10px 5px;
}

.widget-area .widget .wp-searchform button[type="submit"],
.widget-area .widget .wp-searchform input[type="submit"] {
    right: 20px;
    top: 50%;
    margin-top: -5px;
    font-size: 18px;
    color: #b89d64;
    background: none;
    border: 0 none;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
}

.widget-area .widget label {
    display: block;
}

.widget-area .widget select,
.widget-area .widget input[type="text"] {
    width: 100%;
    padding: 10px 5px;
}

.widget-area .widget input[type="button"] {
    padding: 10px 21px 10px 21px;
    font-size: 12px;
    border-radius: 2px;
    vertical-align: top;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
    transition: all 400ms;
}

.widget-area .widget input[type="button"]:hover {
    border-color: #adadad;
    background: #d8cfb5;
    color: #3f2c14;
}

.widget-area .widget .tagcloud a {
    padding: 6px 10px;
    font-size: 12px !important;
    border-radius: 2px;
    vertical-align: top;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 400ms;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #b89d64;
    color: #b89d64;
    display: inline-block;
    margin-bottom: 4px;
}

.widget-area .widget .tagcloud a:hover {
    background: #2c1910;
    color: #b89d64;
    border: 1px solid #2c1910;
}

.widget-area .widget .footer-contacts {
    margin-top: 20px;
}

.widget-area .widget .footer-contacts li {
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    color: #1f1f1f;
}

.widget-area .widget .footer-contacts li i {
    margin-right: 12px;
    font-size: 18px;
    color: #ba9e64;
}

.widget-area .widget .footer-contacts li:before,
.widget-area .widget .social li:before,
.widget-area .widget .instagram-pics li:before {
    display: none;
}

.widget-area .widget .social {
    margin-top: 10px;
}

.widget-area .widget .social a:hover {
    color: #1f1f1f;
}

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

.widget-area .widget.widget_calendar .calendar_wrap {
    padding: 0;
}

.widget-area .widget.widget_calendar caption {
    color: #b89d64;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px;
}

.widget-area .widget.widget_calendar table {
    width: 100%;
    position: relative;
    font-weight: 300;
}

.widget-area .widget.widget_calendar table thead tr th {
    font-weight: 300;
    font-size: 16px;
}

.widget-area .widget.widget_calendar th {
    text-align: center;
    padding: 10px 0;
}

.widget-area .widget.widget_calendar td {
    text-align: center;
    padding: 10px 0;
}

.widget-area .widget.widget_calendar #prev {
    padding-top: 10px;
    text-align: left;
    font-weight: bold;
}

.widget-area .widget.widget_calendar #next {
    padding-top: 10px;
    text-align: right;
    font-weight: bold;
}

.widget-area .widget.widget_calendar #today {
    position: relative;
    z-index: 2;
}

.widget-area .widget.widget_calendar #today:before {
    z-index: -1;
    content: '';
    position: absolute;
    width: 2em;
    height: 2em;
    left: 50%;
    top: 50%;
    border: 1px solid #2b1b13;
   transform: translate(-50%, -50%);
}

.widget-area .widget.woocommerce ul li::before {
    display: none;
}

.widget-area .widget.woocommerce img {
    margin-right: 5px;
}

.widget-area .widget.widget_product_categories ul li::before {
    display: inline-block;
}

.widget-area .widget.widget_shopping_cart .total,
.widget-area .widget.widget_shopping_cart .buttons {
    text-align: right;
}

.widget-area .widget.widget_shopping_cart .total .amount,
.widget-area .widget.widget_shopping_cart .buttons .amount {
    font-size: 18px;
    color: #ba9e64;
    font-weight: 800;
    margin-right: 5px;
}

.widget-area .widget.widget_shopping_cart .total .button,
.widget-area .widget.widget_shopping_cart .buttons .button {
    margin: 0 3px;
    min-width: 130px;
    text-align: center;
    border-radius: 2px;
    color: #3f2c14;
    background: #b89d64;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0;
}

.widget-area .widget.widget_shopping_cart .total .button:hover,
.widget-area .widget.widget_shopping_cart .buttons .button:hover {
    background: #2b1b13;
    color: #f5f2eb;
}

.widget-area .widget.widget_shopping_cart .total .checkout,
.widget-area .widget.widget_shopping_cart .buttons .checkout {
    background: #2b1b13;
    color: #f5f2eb;
}

.widget-area .widget.widget_shopping_cart .total .checkout:hover,
.widget-area .widget.widget_shopping_cart .buttons .checkout:hover {
    background: #b89d64;
    color: #3f2c14;
}

.instagram-size-thumbnail li {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    margin: 0 !important;
    padding: 0;
}

.instagram-size-thumbnail a {
    padding: 3px;
    display: block;
}

.instagram-size-thumbnail img {
    border-radius: 4px;
    background-clip: padding-box;
    max-width: 100%;
}

.blog-item {
    margin-bottom: 84px;
    padding: 0 20px 20px;
}

.blog-item .img-wrap {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.blog-item .img-wrap a {
    display: block;
}

.blog-item:hover .img-wrap a {
    transform: scale(1.1);
}

.blog-item .info {
    overflow: hidden;
    position: relative;
}

.blog-item .info p:last-of-type {
    margin-bottom: 0;
}

.blog-item h4 {
    margin: 0;
    padding: 0 0 18px;
    transition: all 400ms;
    display: inline-block;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    color: #b89d64;
    text-align: left;
}

.blog-item:hover h4 {
    color: #2b1b13;
}

.blog-item.blog-item .text.text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.blog-item .item-info {
    padding-top: 12px;
    overflow: hidden;
}

.blog-item .item-info i {
    margin-right: 7px;
    font-size: 14px;
    color: #b89d64;
}

.blog-item .item-info > div {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.blog-item .item-info > div i {
    transition: all 400ms;
}

.blog-item .item-info .date {
    padding-right: 20px;
    font-size: 11px;
    font-weight: 300;
    color: #2c1b14;
}

.blog-item .item-info .like {
    padding-right: 15px;
    font-size: 11px;
    font-weight: 300;
    color: #2c1b14;
}

.blog-item .item-info .like:hover i {
    color: #2b1b13;
}

.blog-item .item-info .comm {
    padding-right: 4px;
    font-size: 11px;
    font-weight: 300;
    color: #2c1b14;
}

.blog-item .author {
    margin: 0;
    padding-right: 20px;
    font-size: 11px;
    font-weight: 300;
    color: #2c1b14;
}

.blog-post img,
.blog-list img {
    max-width: 100%;
    height: auto;
}

.blog-post .item-info,
.blog-list .item-info {
    padding-top: 12px;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.blog-post .item-info i,
.blog-list .item-info i {
    margin-right: 7px;
    font-size: 14px;
    color: #b89d64;
}

.blog-post .item-info > div,
.blog-list .item-info > div {
    display: inline-block;
    vertical-align: top;
}

.blog-post .item-info > div i,
.blog-list .item-info > div i {
    transition: all 400ms;
}

.blog-post .item-info .date,
.blog-post .item-info .author,
.blog-post .item-info .cat,
.blog-list .item-info .date,
.blog-list .item-info .author,
.blog-list .item-info .cat {
    margin: 0;
    padding-right: 20px;
    font-size: 11px;
    font-weight: 300;
    color: #2c1b14;
}

.blog-post .item-info .like,
.blog-list .item-info .like {
    padding-right: 15px;
    font-size: 11px;
    font-weight: 300;
    color: #2c1b14;
}

.blog-post .item-info .like:hover i,
.blog-list .item-info .like:hover i {
    color: #2b1b13;
}

.blog-post .item-info .comm,
.blog-list .item-info .comm {
    padding-right: 20px;
    font-size: 11px;
    font-weight: 300;
    color: #2c1b14;
}

.blog-post .img-wrap,
.blog-list .img-wrap {
    margin-bottom: 30px;
}

.blog-post .item-info {
    margin-bottom: 30px;
}

.paging-navigation {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
}

.paging-navigation .pagination {
    width: 60%;
    margin-top: 5px;
    margin-bottom: 0;
}

.paging-navigation .pagination .page-numbers:not(.next):not(.prev) {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0;
    color: #2b1b13;
    font-size: 18px;
}

.paging-navigation .pagination .page-numbers:not(.next):not(.prev):not(.current):hover {
    color: #b89d64;
}

.paging-navigation .pagination .page-numbers:not(.next):not(.prev).current {
    color: #ba9e64;
    cursor: default;
}

.paging-navigation hr {
    margin-bottom: 20px;
}

.paging-navigation .prev {
    margin: 0 30px;
    color: #1f1f1f;
    font-size: 14px;
    float: left;
}

.paging-navigation .prev i {
    color: #ba9e64;
    font-size: 14px;
    line-height: 30px;
    margin: 0 8px;
    height: 30px;
    display: inline-block;
}

.paging-navigation .prev:not(.disabled):hover {
    color: #ba9e64;
}

.paging-navigation .next {
    margin: 0 30px;
    color: #1f1f1f;
    font-size: 14px;
    float: right;
}

.paging-navigation .next i {
    color: #ba9e64;
    font-size: 14px;
    line-height: 30px;
    margin: 0 8px;
    height: 30px;
    display: inline-block;
}

.paging-navigation .next:not(.disabled):hover {
    color: #ba9e64;
}

.paging-navigation .prev.disabled {
    color: #e6e6e6;
    cursor: default;
}

.paging-navigation .prev.disabled i {
    color: #e6e6e6;
}

.paging-navigation .next.disabled {
    color: #e6e6e6;
    cursor: default;
}

.paging-navigation .next.disabled i {
    color: #e6e6e6;
}

.pages-pagination {
    margin: 30px 0;
    color: #ba9e64;
    font-size: 14px;
    border-top: 1px solid #eee;
    padding: 20px 10px 0;
}

.pages-pagination a {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 700;
    padding: 0 6px;
}

.pages-pagination a:hover {
    color: #b89d64;
}

.pages-pagination .pages-pagination-title {
    color: #1f1f1f;
    font-weight: 700;
}

.page-numbers {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
}

.page-numbers hr {
    margin-bottom: 20px;
}

.page-numbers .pagination {
    margin-top: 5px;
    margin-bottom: 0;
}

.page-numbers .pagination .page-numbers:not(.next):not(.prev) {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0;
    color: #2b1b13;
    font-size: 18px;
}

.page-numbers .pagination .page-numbers:not(.next):not(.prev):not(.current):hover {
    color: #b89d64;
}

.page-numbers .pagination .page-numbers:not(.next):not(.prev).current {
    color: #ba9e64;
    cursor: default;
}

.page-numbers .prev {
    margin: 0 30px;
    color: #1f1f1f;
    font-size: 14px;
}

.page-numbers .prev i {
    color: #ba9e64;
    font-size: 14px;
    line-height: 30px;
    margin: 0 8px;
    height: 30px;
    display: inline-block;
}

.page-numbers .prev:not(.disabled):hover {
    color: #ba9e64;
}

.page-numbers .next {
    margin: 0 30px;
    color: #1f1f1f;
    font-size: 14px;
}

.page-numbers .next i {
    color: #ba9e64;
    font-size: 14px;
    line-height: 30px;
    margin: 0 8px;
    height: 30px;
    display: inline-block;
}

.page-numbers .next:not(.disabled):hover {
    color: #ba9e64;
}

.page-numbers .prev.disabled {
    color: #e6e6e6;
    cursor: default;
}

.page-numbers .prev.disabled i {
    color: #e6e6e6;
}

.page-numbers .next.disabled {
    color: #e6e6e6;
    cursor: default;
}

.page-numbers .next.disabled i {
    color: #e6e6e6;
}

.ssba > div {
    font-size: 16px;
}

.wp-caption-text {
    background: #f5f2eb;
    padding: 6px 10px;
}

.home .sticky-post,
.archive .sticky-post {
    background: #f8f6f1;
    padding-top: 20px;
}

.sticky-post .text-page {
    background: #f8f6f1;
    padding: 20px;
}

/* 17. Comments
   ===========================================================================*/

.comment-form {
    padding: 30px 30px 43px 30px;
    background: #f5f2eb;
}

.comment-form textarea {
    margin-bottom: 30px;
    height: 140px;
    background: #fff;
    width: 100%;
}

.comment-form .comments-field label {
    display: none;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
}

.comment-form .submit {
    margin: 20px 0 0 0;
}

.comments-area .comment-list {
    list-style: none;
    margin-left: 0 !important;
}

.comments-area .comment-list li .comment-single {
    background: #f5f2eb;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
       -moz-border-radius: 4px;
       -moz-background-clip: padding;
            border-radius: 4px;
            background-clip: padding-box;
    padding: 22px 26px;
    margin-bottom: 26px;
    position: relative;
}

.comments-area .comment-list .children {
    list-style: none;
    padding-left: 100px;
}

.comments-area .comment-info {
    font-size: 14px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    position: relative;
}

.comments-area .comment-info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=") 0 100% repeat-x;
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: .3;
       -moz-opacity: .3;
            opacity: .3;
}

.comments-area .comment-info .comment-author {
    font-weight: 700;
    margin-right: 10px;
}

.comments-area .comment-info .comment-date {
    margin-right: 10px;
    padding-left: 10px;
}

.comments-area .comment-info .comment-time {
    padding-left: 10px;
}

.comments-area .comment-info .comment-edit-link {
    float: right;
}

.comments-area .comments-ol {
    margin-left: -40px;
}

.comments-area .comment-text p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 15px;
}

.comments-area .comment-reply-link {
    font-weight: 700;
}

.comments-area .comment-reply-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    font-size: 11pt;
    vertical-align: middle;
    margin-right: 10px;
    content: "\f149";
}

.comments-area .authorcomment {
    color: #5a270a;
}

.comments-area .comment-author-avatar {
    position: absolute;
    left: 30px;
    top: 30px;
}

.comments-area .comment-author-avatar img {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
       -moz-border-radius: 50%;
       -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
}

.comments-area .comment-content {
    padding: 0 0 0 72px;
}

.comments-area .email-notes {
    font-weight: bold;
}

.comment-respond {
    margin-bottom: 70px;
    margin-top: -20px;
}

.comments-form-wrap h3:not(.comment-reply-title) {
    margin: 60px 0 20px 0;
}

.comments-form-wrap h3.comment-reply-title {
    margin: 0;
}

.comment-awaiting-moderation {
    color: #e5481e;
}

.comment-navigation .screen-reader-text {
    margin: 40px 0 10px;
}

.commentlist .bypostauthor {
    outline: 0;
}

/* 18. Cart Page
   ===========================================================================*/

.shop_table.cart {
    width: 100%;
}

.shop_table.cart thead tr:first-child {
    background: #2b1b13;
}

.shop_table.cart tr th {
    height: 64px;
    border-bottom: 2px solid #fff;
    font-size: 24px;
    color: #f5f2eb;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    background: #2b1b13;
    text-transform: none;
}

.shop_table.cart tbody tr td {
    height: 109px;
}

.shop_table.cart .cart_item td {
    background: #f5f2eb;
    border: 0;
    border-bottom: 2px solid #fff;
}

.shop_table.cart .cart_item .product-thumbnail {
    text-align: center;
}

.shop_table.cart .product-remove {
    width: 90px;
    text-align: center;
}

.shop_table.cart .product-remove a i {
    font-size: 14px;
    color: #e5481e;
}

.shop_table.cart .product-thumbnail {
    width: 100px;
}

.shop_table.cart .product-name a {
    font-size: 14px;
    font-weight: 800;
    color: #2c1910;
}

.shop_table.cart .product-price {
    text-align: center;
}

.shop_table.cart .product-price span {
    font-size: 24px;
    color: #ba9e64;
    font-weight: 800;
}

.shop_table.cart .product-quantity {
    text-align: center;
}

.shop_table.cart .product-subtotal {
    text-align: center;
}

.shop_table.cart .product-subtotal span {
    font-size: 24px;
    color: #ba9e64;
    font-weight: 800;
}

.shop_table.cart .actions {
    padding-top: 17px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f5f1e9;
}

.shop_table.cart .actions .coupon {
    width: 28%;
    float: left;
    font-size: 0;
}

.shop_table.cart .actions .coupon label {
    display: block;
    font-size: 14px;
    color: #2c1910;
    font-weight: 800;
}

.shop_table.cart .actions .coupon > .button {
    min-width: 130px;
    vertical-align: top;
    background: #b89d64;
    border: none;
    font-size: 12px;
    border-radius: 2px;
    color: #3f2c14;
    font-weight: 800;
    transition: all 400ms;
    padding: 0;
}

.shop_table.cart .actions .coupon > .button:hover {
    background: #2b1b13;
    color: #b89d64;
}

.shop_table.cart .actions > .button {
    margin-top: 25px;
    float: right;
    min-width: 130px;
    vertical-align: top;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
    color: #b89d64;
    font-weight: 800;
    transition: all 400ms;
    padding: 0;
}

.shop_table.cart .actions > .button:hover {
    background: #b89d64;
    color: #2b1b13;
}

.shop_table.cart .actions .input-text {
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    line-height: 36px;
    background: #f5f2eb;
    border: solid #e3ded4;
    border-width: 1px 0 1px 1px;
    border-radius: 2px 0 0 2px;
    width: 55%;
}

.shop_table.cart .quantity {
    margin: 0 auto;
    width: 99px;
    position: relative;
}

.shop_table.cart .quantity input {
    width: 99px;
    height: 36px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border-radius: 2px;
    border: none;
}

.shop_table.cart .quantity input:focus {
    outline: 0;
}

.shop_table.cart input[type=number] {
    -moz-appearance: textfield;
}

.shop_table.cart input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop_table.cart .quantity-nav {
    float: left;
    position: relative;
    height: 36px;
}

.shop_table.cart .quantity-button {
    transition: all 400ms;
    position: relative;
    cursor: pointer;
    width: 26px;
    height: 17px;
    border-radius: 2px;
    text-align: center;
    color: #b89d64;
    font-size: 10px;
    line-height: 17px;
    transform: translateX(-100%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
    background: #2c1910;
}

.shop_table.cart .quantity-button:hover {
    color: #2c1910;
    background: #b89d64;
}

.shop_table.cart .quantity-button.quantity-up {
    position: absolute;
    top: 0;
}

.shop_table.cart .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
}

.cart-collaterals {
    text-align: right;
}

.cart-collaterals .cart_totals {
    float: right;
}

.cart-collaterals .cart_totals table {
    width: 100%;
}

.cart-collaterals .cart_totals table tr th {
    text-align: right;
}

.cart-collaterals .cart_totals table tr td {
    text-align: right;
}

.cart-collaterals .checkout-button {
    margin-top: 8px;
    min-width: 140px;
    height: 51px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #b89d64;
    background: #2b1b13;
}

.cart-collaterals .checkout-button:hover {
    background: #b89d64;
    color: #2b1b13;
}

.cart_totals {
    padding-top: 27px;
}

.cart-subtotal th {
    height: 20px;
    font-size: 14px;
    font-weight: 800;
    color: #2b1b13;
}

.cart-subtotal td {
    height: 20px;
    font-size: 14px;
    font-weight: 800;
    color: #ba9e64;
}

.cart-total th {
    height: 20px;
    font-size: 24px;
    font-weight: 800;
    color: #2b1b13;
}

.order-total td {
    height: 20px;
    font-size: 24px;
    font-weight: 800;
    color: #ba9e64;
}

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .variations { margin-bottom: 30px; }
.woocommerce .variations td { display: block; text-align: left; }
.woocommerce .variations td.label { padding-left: 0; font-size: 14px; }
.woocommerce .variations .reset_variations { font-size: 12px; padding-left: 6px; }

.woocommerce .woocommerce-variation {

    margin: -15px 0 20px;
}
.woocommerce .woocommerce-variation .price {

    font-size: 24px;
    font-weight: 800;    
}



.woocommerce-cart table.cart img,
.woocommerce-cart .woocommerce-checkout table.cart img {
    width: 52px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 0;
    font-size: 14px;
}

.woocommerce-page table.cart td.actions {
    text-align: left;
}

.woocommerce-page table.cart td.actions .input-text {
    width: 55%;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #ba9e64;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #ba9e64;
/*
    margin-right: -15px;
    margin-left: 15px;
*/    
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}

.woocommerce-order-overview__date {

    margin-top: 0 !important;
}

/* 19. Checkout
   ===========================================================================*/

.woocommerce-NoticeGroup-checkout ul,
.woocommerce-error {

    margin-left: 0 !important;
}

.woocommerce-customer-details {

    margin-top: 30px;
}

.woocommerce-customer-details h3 {

    margin-top: 30px !important;
}

.woocommerce-checkout h2,
.woocommerce-checkout h3 {
    margin-top: 0;
    text-align: left;
}

.woocommerce-checkout h2:before,
.woocommerce-checkout h3:before {
    display: none;
}

.woocommerce-checkout #payment {
    background: none;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    max-height: 52px;
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}

.woocommerce-checkout #payment div.payment_box:before {
    content: '';
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce-checkout #payment .payment_method_cod div {
    background: #fff;
}

.woocommerce-billing-fields__field-wrapper p {
    padding-top: 16px;
}

.woocommerce-billing-fields .input-text {
    background: #f5f2eb;
    border: 1px solid #e3ded4;
    border-radius: 2px;
    font-size: 14px;
    color: #2c1910;
}

.woocommerce-billing-fields .input-text:focus {
    border-color: #e3ded4;
    box-shadow: 0 0 1px 1px #e3ded4;
    background: none;
}

.woocommerce-billing-fields abbr[title] {
    border: none;
    color: #e5481e;
}

.woocommerce-additional-fields textarea {
    height: 143px;
}

.woocommerce-additional-fields textarea:focus {
    box-shadow: 0 0 1px 1px #e3ded4;
    background: none;
}

.woocommerce form .form-row.woocommerce-validated .select2-container {
    border-color: #b9e564;
    box-shadow: 0 0 1px 1px #b9e564;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
    border-color: #b9e564;
    box-shadow: 0 0 1px 1px #b9e564;
}

.woocommerce form .form-row.woocommerce-validated select {
    border-color: #b9e564;
    box-shadow: 0 0 1px 1px #b9e564;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container {
    border-color: #e75a3a;
    box-shadow: 0 0 1px 1px #e75a3a;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
    border-color: #e75a3a;
    box-shadow: 0 0 1px 1px #e75a3a;
}

.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #e75a3a;
    box-shadow: 0 0 1px 1px #e75a3a;
}

.woocommerce form .form-row .select2-container {
    width: 100%;
}

.woocommerce #payment #place_order {
    float: none;
}

.select2-container--default .select2-selection--single {
    height: 49px;
    padding: 10px 22px 10px 22px;
    border-color: #e3ded4;
    background: #f5f2eb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    width: 100%;
    right: 9px;
    position: absolute;
    top: 10px;
    font-family: FontAwesome;
    font-size: 12px;
    color: #b89d64;
}

.select2-container--open .select2-selection--single {
    background: none !important;
}

.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: "\f077";
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    font-size: 14px;
    color: #2c1910;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
}

.woocommerce-checkout-review-order-table thead {
    font-size: 24px;
    color: #f5f2eb;
    font-family: "Playfair Display", serif;
    position: relative;
    z-index: 0;
    display: -webkit-box;
}

.woocommerce-checkout-review-order-table thead:before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: -100%;
    background: #2b1b13;
    z-index: -1;
}

.woocommerce-checkout-review-order-table thead th {
    height: 64px;
    color: #fff !important;
}

.woocommerce-checkout-review-order-table thead .product-total {
    text-align: center;
}

.woocommerce-checkout-review-order-table .cart_item {
    border-bottom: 1px solid #fff;
}

.woocommerce-checkout-review-order-table .cart_item td {
    height: 100px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
    font-size: 14px;
    font-weight: 800;
    color: #2c1910;
}

.woocommerce-checkout-review-order-table .cart_item .product-total {
    text-align: right;
    font-size: 24px;
    color: #ba9e64;
    font-weight: 800;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    border: 0;
}

.woocommerce-checkout-review-order.woocommerce-checkout-review-order {
    padding: 0 32px 50px 32px;
    overflow: hidden;
    background: #f5f2eb;
}

.woocommerce-checkout-review-order.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order.woocommerce-checkout-review-order td {
    background: none;
    border: 0;
}

.woocommerce-checkout-review-order.woocommerce-checkout-review-order .cart-subtotal th,
.woocommerce-checkout-review-order.woocommerce-checkout-review-order .shipping th {
    padding-top: 32px;
    text-align: right;
    font-size: 14px;
    text-transform: none;
}

.woocommerce-checkout-review-order.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order.woocommerce-checkout-review-order .shipping td {
    padding-top: 32px;
    text-align: right;
}

.woocommerce-checkout-review-order.woocommerce-checkout-review-order .shipping th {
    padding-top: 0;
}

.woocommerce-checkout-review-order.woocommerce-checkout-review-order .shipping td {
    padding-top: 0;
}

.woocommerce-checkout-review-order.woocommerce-checkout-review-order .order-total th {
    font-size: 24px;
    text-align: right;
    text-transform: none;
}

.woocommerce-checkout-review-order.woocommerce-checkout-review-order .order-total td {
    font-size: 24px;
    text-align: right;
}

.woocommerce-checkout-payment {
    padding-top: 45px;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img {
    max-height: 52px;
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}

.woocommerce-cart #payment div.payment_box:before,
#add_payment_method #payment div.payment_box:before {
    content: '';
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.wc_payment_method {
    margin-top: 19px;
    position: relative;
}

.payment_box {
    padding: 17px;
    background: #fff;
    border-radius: 2px;
    position: relative;
}

.place-order.place-order input[type="submit"] {
    margin-top: 10px;
    min-width: 167px;
    padding: 0 !important;
    height: 50px;
    float: none;
    vertical-align: top;
    line-height: 50px;
    background: #2b1b13;
    border: none;
    font-size: 14px;
    border-radius: 2px;
    color: #b89d64;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 400ms;
    padding: 0;
}

.place-order.place-order input[type="submit"]:hover {
    background: #b89d64;
    color: #2b1b13;
}

.woocommerce-page #payment #place_order {
    float: none;
}

.order_box h2 {
    margin-bottom: 46px;
}

#ship-to-different-address {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    margin-top: 30px;
}

#ship-to-different-address input {
    position: relative;
    margin: 0 5px 0 5px;
}

.shipping_address input {
    background: #f5f2eb;
    border: 1px solid #e3ded4;
    border-radius: 2px;
    font-size: 14px;
    color: #2c1910;
}

.woocommerce form .form-row.woocommerce-validated .select2-container {
    width: 100% !important;
}

.woocommerce table.shop_table td {
    border: 0;
    border-bottom: 1px solid #fff;
    background: none;
}

/* 20. Shop
   ===========================================================================*/

.shop-wrap {
    padding: 110px 0 110px 0;
}

.shop-sidebar {
    padding: 0 30px 66px 30px;
    background: #f5f2eb;
    overflow: hidden;
}

.shop-sidebar .widget_shopping_cart .widget-title {
    margin-top: 38px;
}

.shop-sidebar .widget-title {
    margin-top: 45px;
    text-align: left;
}

.shop-sidebar .mini_cart_item {
    padding: 16px 0 20px 24px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

.shop-sidebar .mini_cart_item .remove {
    font-size: 22px;
    color: #e5481e;
    position: absolute;
    left: 0;
    top: 9px;
}

.shop-sidebar .mini_cart_item img {
    float: left;
    margin-right: 20px;
}

.shop-sidebar .mini_cart_item .name {
    font-size: 14px;
    color: #2c1910;
    font-weight: 800;
}

.shop-sidebar .mini_cart_item .quantity {
    color: #513826;
    font-size: 14px;
    font-weight: 300;
}

.shop-sidebar .mini_cart_item .quantity .amount {
    color: #b89d64;
    font-weight: 800;
}

.shop-sidebar .widget_shopping_cart_content .sub-total,
.shop-sidebar .widget_shopping_cart_content .total {
    padding-top: 25px;
    font-size: 14px;
    color: #ba9e64;
    text-align: center;
    font-weight: 800;
}

.shop-sidebar .widget_shopping_cart_content .sub-total strong,
.shop-sidebar .widget_shopping_cart_content .total strong {
    font-weight: 800;
    color: #2b1b13;
    font-size: 14px;
}

.shop-sidebar .widget_shopping_cart_content .total {
    padding-top: 2px;
    padding-bottom: 23px;
    font-size: 18px;
    color: #ba9e64;
    text-align: center;
    font-weight: 800;
}

.shop-sidebar .widget_shopping_cart_content .total strong {
    font-weight: 800;
    color: #513826;
}

.shop-sidebar .widget_shopping_cart_content .buttons {
    text-align: center;
    padding: 20px 0 6px 0;
    border-top: 1px solid #fff;
}

.shop-sidebar .widget_shopping_cart_content .buttons a {
    margin: 0 3px;
    min-width: 130px;
    text-align: center;
    border-radius: 2px;
    color: #3f2c14;
    background: #b89d64;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0;
}

.shop-sidebar .widget_shopping_cart_content .buttons a:hover {
    background: #2b1b13;
    color: #f5f2eb;
}

.shop-sidebar .widget_shopping_cart_content .buttons .checkout {
    background: #2b1b13;
    color: #f5f2eb;
}

.shop-sidebar .widget_shopping_cart_content .buttons .checkout:hover {
    color: #3f2c14;
    background: #b89d64;
}

.shop-sidebar .widget_product_categories .product-categories {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.shop-sidebar .widget_product_categories .product-categories li {
    color: #1f1f1f;
    margin-bottom: 13px;
    vertical-align: middle;
}

.shop-sidebar .widget_product_categories .product-categories li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " \f105";
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
    color: #b89d64;
}

.shop-sidebar .widget_product_categories .product-categories li a {
    color: #1f1f1f;
    vertical-align: middle;
}

.shop-sidebar .widget_product_categories .product-categories li a:hover {
    color: #b89d64;
}

.shop-sidebar .ui-widget-content {
    height: 4px;
    background: #fff;
    border-radius: 2px;
    border: none;
}

.shop-sidebar .ui-widget-header,
.shop-sidebar .ui-slider-range {
    background-color: #b89d64;
}

.shop-sidebar .ui-slider .ui-slider-handle {
    top: -8px;
    cursor: pointer;
    width: 10px;
    height: 20px;
    background: #b89d64;
    border-radius: 1px;
    border: none;
}

.shop-sidebar .amount-wrap {
    padding-top: 25px;
    text-align: center;
}

.shop-sidebar .amount-wrap label {
    font-weight: 300;
}

.shop-sidebar .amount-wrap #amount {
    font-size: 16px;
    color: #b89d64;
    font-weight: 800;
}

.shop-sidebar .filter-btn {
    margin: 7px auto 0 auto;
    min-width: 130px;
    border: none;
    text-align: center;
    border-radius: 2px;
    color: #3f2c14;
    background: #b89d64;
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 400ms;
}

.shop-sidebar .filter-btn:hover {
    background: #2b1b13;
    color: #f5f2eb;
}

.shop-sidebar .tag-cloud a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.shop-sidebar .price_slider_wrapper {
    padding-top: 13px;
}

.product-item {
    margin-bottom: 30px;
    padding: 26px 15px 40px 15px;
    border-radius: 2px;
    text-align: center;
    transition: all 400ms;
}

.product-item:hover {
    box-shadow: 0 0 5px 5px #f3f3f3;
}

.product-item img {
    width: auto;
    display: inline-block;
}

.product-item .name {
    margin-top: 28px;
    margin-bottom: 6px;
    display: block;
    font-size: 18px;
    font: 800 18px 'Raleway', sans-serif;
    color: #2c1910;
    font-weight: 800;
}

.product-item .text {
    font-size: 14px;
    font-weight: 300;
    color: #513826;
}

.product-item .price {
    padding: 21px 0 16px 0;
    font-size: 24px;
    color: #ba9e64;
    font-weight: 800;
}

.product-item .btn {
    font-size: 12px;
    font-weight: 800;
    color: #3f2c14;
    text-transform: none;
}

.product-item .btn i {
    margin-right: 8px;
    color: #fff;
}

.product-item .btn:hover {
    background: #2c1910;
    color: #b89d64;
}

.product-item .btn:hover i {
    color: #fff;
}

.woocommerce-toolbar {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f1e9;
}

.woocommerce-toolbar .result {
    padding-bottom: 17px;
    padding-top: 17px;
    font-size: 14px;
    color: #2c1910;
    font-weight: 300;
}

.woocommerce-toolbar .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    top: 15px;
}

.woocommerce .products .star-rating {
    margin: 20px auto .5em;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
}

.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #ebe9eb;
    padding-top: 20px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 52px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 20px 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #b89d64;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -8px;
    cursor: pointer;
    width: 10px;
    height: 20px;
    background: #b89d64;
    border-radius: 1px;
    border: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #fff;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: center;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    margin: 7px auto 0 auto;
    min-width: 130px;
    border: none;
    text-align: center;
    border-radius: 2px;
    color: #3f2c14;
    background: #b89d64;
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 400ms;
    padding: 0;
    float: none;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label .from,
.woocommerce .widget_price_filter .price_slider_amount .price_label .to {
    font-size: 16px;
    color: #b89d64;
    font-weight: 800;
}

.woocommerce table.shop_table {
    border: 0;
    border-bottom: 1px solid #fff;
    margin: 0 -1px 0 0;
}

.woocommerce table.shop_table td.actions {
    background: none;
    border: 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 10px;
}

.woocommerce a.remove {
    display: inline-block;
}

.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled,
.woocommerce .shop_table.cart .actions > .button {
    margin-top: 0;
}

.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td {
    background: none;
    font-size: 14px;
}

.woocommerce .cart-collaterals .cart_totals th {
    height: 20px;
    font-weight: 800;
    color: #2b1b13;
}

.shop-sidebar .widget-title {
    margin: 60px 0 20px;
    font-size: 30px;
}

.shop-sidebar .tagcloud {
    font-weight: bold;
}

.woocommerce .product-type-simple a.added_to_cart,
.popular-item a.added_to_cart {
    display: none;
}

.woocommerce-MyAccount-content .woocommerce-Input--text,
.woocommerce-MyAccount-content .woocommerce-Input--email,
.woocommerce-MyAccount-content .woocommerce-Input--password,
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-address-fields .woocommerce-Input--text,
.woocommerce-address-fields .woocommerce-Input--email,
.woocommerce-address-fields .woocommerce-Input--password,
.woocommerce-address-fields input[type="text"],
.woocommerce-address-fields input[type="email"],
.woocommerce-address-fields input[type="tel"] {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    background: #f5f2eb;
    border: 1px solid #e3ded4;
    border-radius: 2px;
    font-size: 14px;
    color: #2c1910;
}

.woocommerce-MyAccount-content .woocommerce-Input--password,
.woocommerce-address-fields .woocommerce-Input--password {
    height: 50px;
    padding: 0 20px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    color: #2c1910;
}

.woocommerce .order-total .woocommerce-Price-amount {
    font-size: 24px;
}

.woocommerce .product-list-item {
    position: relative;
    display: inline-block;
    float: none !important;
    vertical-align: top;
    margin-left: -4px;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-product-gallery-list {
    margin: 10px 0 40px;
}

.woocommerce .woocommerce-product-gallery-list .woocommerce-product-gallery__image {
    padding: 10px;
}

.woocommerce .woocommerce-product-gallery__wrapper a {
    display: block;
    overflow: hidden;
    transition: all 400ms;
}

.woocommerce .woocommerce-product-gallery__wrapper a img {
    transition: all 400ms;
}

.woocommerce .woocommerce-product-gallery__wrapper a:hover img {
    transform: scale(1.1);
}

.woocommerce .related-produkts-wrap .products {
    text-align: center;
}

.woocommerce tr.shipping th {
    vertical-align: top;
}

.woocommerce tr.shipping p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

.woocommerce .woocommerce-MyAccount-content form h3 {
    margin-top: 0;
}

.woocommerce form .form-row .input-checkbox {
    position: relative;
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 20px;
}

/* 21. Product Single
   ===========================================================================*/

.product-single {
    padding: 110px 0 70px 0;
}

.product-single .product-image {
    padding: 40px;
    text-align: center;
    border: 1px solid #f5f2eb;
}

.product-single .product-image img {
    max-width: 100%;
}

.product-single .name {
    padding-bottom: 12px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    display: block;
}

.product-single .top-price {
    padding-bottom: 39px;
    font-size: 24px;
    color: #ba9e64;
    font-weight: 800;
}

.product-single .product-action {
    padding-top: 58px;
}

.product-single .product-action .btn {
    margin-left: 12px;
    font-size: 12px;
    height: 36px;
    font-weight: 800;
    color: #3f2c14;
    text-transform: none;
}

.product-single .product-action .btn i {
    margin-right: 8px;
    color: #fff;
}

.product-single .product-action .btn:hover {
    background: #2c1910;
    color: #b89d64;
}

.product-single .product-action .btn:hover i {
    color: #fff;
}

.product-single .quantity {
    width: 99px;
    position: relative;
}

.product-single .quantity input,
.product-single .quantity .qty {
    width: 99px;
    height: 36px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border-radius: 2px;
    border: none;
    background: #f5f2eb;
    text-align: left;
}

.product-single .quantity input:focus,
.product-single .quantity .qty:focus {
    outline: 0;
}

.product-single .single_add_to_cart_button {
    margin-left: 10px;
}

.product-single input[type=number] {
    -moz-appearance: textfield;
}

.product-single input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-single .quantity-nav {
    float: left;
    position: relative;
    height: 36px;
}

.product-single .quantity .minus,
.product-single .quantity .plus,
.product-single .quantity-button {
    transition: all 400ms;
    position: relative;
    cursor: pointer;
    width: 26px;
    height: 17px;
    border-radius: 2px;
    text-align: center;
    color: #b89d64;
    font-size: 10px;
    line-height: 17px;
    transform: translateX(-100%);
    background: #2c1910;
    float: none;
    padding: 0;
}

.product-single .quantity .minus:hover,
.product-single .quantity .plus:hover,
.product-single .quantity-button:hover {
    color: #2c1910;
    background: #b89d64;
}

.product-single .quantity .minus,
.product-single .quantity-button.quantity-up {
    position: absolute;
    top: 0;
}

.product-single .quantity .plus,
.product-single .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
}

.product-single .product-info {
    padding-top: 51px;
}

.product-single .product-info span {
    padding-bottom: 16px;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.product-single .product-info span a {
    font-weight: 800;
}

.product-single .product-info span span {
    font-weight: 800;
    color: #2b1b13;
    display: inline-block;
    padding: 0;
}

.woocommerce-product-gallery__image {
    padding: 40px;
    text-align: center;
    border: 1px solid #f5f2eb;
}

.woocommerce-tabs .tabs {
    margin-top: 70px;
    font-size: 0;
}

.woocommerce-tabs .tabs li {
    display: inline-block;
}

.woocommerce-tabs .tabs li a {
    min-width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 800;
    color: #b89d64;
    background: #2b1b13;
}

.woocommerce-tabs .tabs li a:hover {
    color: #3f2c14;
    background: #f5f2eb;
}

.woocommerce-tabs .tabs li.active a {
    color: #3f2c14;
    background: #f5f2eb;
}

.woocommerce-tabs .wc-tab {
    padding: 30px 30px 38px 30px;
    border: none;
    background: #f5f2eb;
    border-radius: 2px;
    box-shadow: none;
}

.related-title {
    margin-bottom: 36px;
}

.related-produkts-wrap .woocommerce-loop-product__title {
    padding-bottom: 12px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font: 800 18px 'Raleway', sans-serif;
    display: inline-block;
    color: #2c1910;
}

.related-produkts-wrap .woocommerce-loop-product__title:before {
    display: none;
}

.related-produkts-wrap .name {
    text-align: center;
}

.woocommerce-Reviews .comment-form {
    padding: 20px 0 0;
}

.woocommerce-message {
    border: 0;
    padding: 30px 20px;
}

.woocommerce-message:before,
.woocommerce-message:after {
    display: none;
}

.woocommerce-message .btn {
    float: right;
}

.woocommerce-message .wc-forward {
    display: inline-block;
    margin-top: -6px;
}

.woocommerce .woocommerce-LoopProduct-link .star-rating {
    float: none;
    margin: 10px auto;
}

/* 22. Contacts
   ===========================================================================*/

.contact-wrap {
    padding: 35px 0 104px 0;
}

.contact-wrap h2 {
    text-align: left;
}

.contact-wrap h2:before {
    display: none;
}

.contact-left h2 {
    margin-bottom: 0;
}

.contact-left .item {
    padding-top: 42px;
}

.contact-left .item .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2c1910;
    font-weight: bold;
}

.contact-left .item .title i {
    margin-right: 5px;
    color: #b89d64;
}

.contact-left .item p {
    font-size: 18px;
}

.contact-left .item a {
    font-size: 18px;
    color: #2c1910;
}

.contact-right h2 {
    margin-bottom: 46px;
}

.contact-form {
    padding: 30px 30px 43px 30px;
    background: #f5f2eb;
}

.contact-form .contact-input {
    margin-bottom: 29px;
    width: 100%;
    border: 1px solid #e3ded4;
    border-radius: 2px;
    font-size: 16px;
}

.contact-form textarea {
    margin-bottom: 29px;
    height: 165px;
    background: #fff;
    width: 100%;
    font-size: 16px;
}

.contact-form input[type="submit"] {
    min-width: 186px;
    height: 48px;
    vertical-align: top;
    line-height: 48px;
    background: #3f2c14;
    border: none;
    font-size: 16px;
    border-radius: 2px;
    color: #b89d64;
    font-weight: 600;
    transition: all 400ms;
}

span.wpcf7-not-valid-tip {
    margin-top: -30px;
    margin-bottom: 20px;
}

/* 23. Gallery
   ===========================================================================*/

.gallery-wrap .paging-navigation {
    margin-top: 37px;
}

.gallery-wrap .gallery-item {
    margin-top: 30px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.gallery-wrap .gallery-item img {
    max-width: 100%;
    transition: all 400ms;
}

.gallery-wrap .gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-wrap .gallery-item-row {
    text-align: center;
}

.gallery-wrap .gallery-item-wrap {
    display: inline-block;
}

.isotope-item img {
    transition: all 400ms;
}

.isotope-item:hover img {
    transform: scale(1.1);
}

.wpb_image_grid .wpb_image_grid_ul {
    text-align: center;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item.isotope-item {
    list-style: none !important;
    margin: 6px 10px 10px;
    max-width: 100%;
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: inline-block;
    padding: 0;
    overflow: hidden;
}

.wpb_image_grid .wpb_image_grid_ul img {
    display: block;
    max-width: 100%;
    height: auto;
}

.gallery-caption {
    outline: 0;
}

/* 24. Testimonials
   ===========================================================================*/

.testimonials {
    padding: 53px 0 150px 0;
}

.testimonials .review-item {
    padding-bottom: 73px;
    border-top: 1px solid #f5f1e9;
}

.testimonials .review-item .quote {
    padding-top: 27px;
    color: #f5f2eb;
    font-size: 60px;
}

.testimonials .review-item .text {
    color: #2b1b13;
    font-size: 16px;
    line-height: 28px;
}

.testimonials .review-item .img-wrap {
    padding-top: 18px;
    display: inline-block;
    max-width: 400px;
}

.testimonials .review-item .img-wrap img {
    width: 100%;
}

.testimonials .review-item .name {
    padding-top: 5px;
    color: #b89d64;
    font-size: 18px;
    font-weight: bold;
}

.testimonials .review-item .date {
    padding-top: 4px;
    color: #b89d64;
    font-size: 12px;
    font-weight: 300;
}

.testimonials-list .review-item:first-child {
    border: none;
}

/* 25. Footer
   ===========================================================================*/

footer.footer {
    margin: 0;
}

.footer .widget {
    font-size: 12px;
    font-weight: 300;
    color: #d8cfb5;
    line-height: 20px;
    margin-bottom: 20px;
}

.footer .widget p {
    font-size: 12px;
    font-weight: 300;
    color: #d8cfb5;
    line-height: 20px;
}

.footer .footer-contacts li {
    padding-bottom: 16px;
    font-size: 14px;
    font-weight: 300;
    color: #f5f2eb;
}

.footer .footer-contacts li i {
    margin-right: 12px;
    font-size: 18px;
    color: #ba9e64;
}

.footer .footer-contacts a {
    color: #fff;
}

.footer .footer-contacts a:hover {
    color: #ba9e64;
}

.top-footer {
    padding: 75px 0 40px 0;
    background: #2b1b13;
}

.top-footer aside .widget {
    display: none;
}

.top-footer aside .widget:first-child {
    display: block;
}

.footer-about .title,
.footer-about .widget-title,
.footer .title,
.footer .widget-title {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #b89d64;
    font-family: "Playfair Display", serif;
    margin: 0;
    text-align: left;
}

.footer-social .title {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #b89d64;
    font-family: "Playfair Display", serif;
}

.social li {
    padding-left: 8px;
    display: inline-block;
}

.social li:first-child {
    padding-left: 0;
}

.social li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    display: block;
    background: #e5e0d6;
    font-size: 18px;
    color: #2b1b13;
}

.social li a:hover {
    background: #b89d64;
}

.bottom-footer {
    padding: 28px 0 29px 0;
    background: #1e130e;
}

.bottom-footer .copyrights {
    color: #b89d64;
    font-size: 14px;
}

.bottom-footer .copyrights a {
    font-size: 14px;
    color: #fff;
}

.bottom-footer .copyrights a:hover {
    color: #b89d64;
}

/* 26. Typography
   ===========================================================================*/

.text-page ul {
    list-style-type: disc;
}

.text-page-wrap {
    padding: 110px 0 80px 0;
}

.text-page .small {
    font-size: 14px;
    line-height: 1.5em;
}

.text-page .small p {
    margin-bottom: 20px;
}

.text-page .date {
    font-size: 14px;
    display: block;
    margin: -14px 0 30px 0;
}

.text-page blockquote {
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 900;
    font-style: italic;
    border-left: 4px solid #b89d64;
    margin: 30px 0 30px 30px;
    padding: 0 0 0 30px;
}

.text-page hr {
    margin: 60px 0 45px 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=") 0 100% repeat-x;
}

.text-page hr + h1 {
    margin-top: 30px;
}

.text-page hr + h2 {
    margin-top: 30px;
}

.text-page hr + h3 {
    margin-top: 30px;
}

.text-page ol {
    font-size: 16px;
    margin-left: 15px;
}

.text-page ol ul,
.text-page ol ol {
    margin-top: 5px;
    padding-left: 0;
}

.text-page ol li {
    margin-bottom: 6px;
}

.text-page ul {
    font-size: 16px;
    margin-left: 15px;
}

.text-page ul ul,
.text-page ul ol {
    margin-top: 7px;
    padding-left: 0;
}

.text-page ul li {
    margin-bottom: 6px;
}

.text-page dd {
    font-style: italic;
    /* Курсивное начертание текста */
}

.text-page dt {
    margin-top: 1em;
    /* Отступ сверху */
}

.text-page .tags-short {
    border-top: 1px dashed #f5f5f5;
    margin: 20px 0;
    padding: 16px 0;
    font-weight: 700;
}

.text-page .tags-short strong {
    color: #1f1f1f;
}

.text-page .tags-short a {
    font-weight: 700;
}

.text-page .btn-lg {
    margin-bottom: 25px;
}

.text-page .btn-default {
    margin-bottom: 20px;
}

.text-page .btn-sm {
    margin-bottom: 15px;
}

.text-page .social-small {
    margin-bottom: 15px;
}

.text-page .social-small a {
    padding: 0 5px;
}

.text-page table {
    width: 100%;
    border-collapse: collapse;
}

.text-page table tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 4px;
       -moz-background-clip: padding;
            border-top-left-radius: 4px;
            background-clip: padding-box;
}

.text-page table tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 4px;
       -moz-background-clip: padding;
            border-top-right-radius: 4px;
            background-clip: padding-box;
}

.text-page table tr:first-child th:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 4px;
       -moz-background-clip: padding;
            border-top-left-radius: 4px;
            background-clip: padding-box;
}

.text-page table tr:first-child th:last-child {
    -webkit-border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 4px;
       -moz-background-clip: padding;
            border-top-right-radius: 4px;
            background-clip: padding-box;
}

.text-page table tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 4px;
       -moz-background-clip: padding;
            border-bottom-left-radius: 4px;
            background-clip: padding-box;
}

.text-page table tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 4px;
       -moz-background-clip: padding;
            border-bottom-right-radius: 4px;
            background-clip: padding-box;
}

.text-page table th {
    padding: 20px 28px;
    text-transform: uppercase;
    background: #b89d64;
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 800;
}

.text-page table th a {

    color: #1f1f1f;
}

.text-page table td {
    padding: 20px 28px;
    font-size: 16px;
    background: #f5f5f5;
    border: 1px solid #fff;
}

.text-page .social {
    margin-top: 30px;
    margin-bottom: 15px;
}

.text-page .gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.text-page .gallery:after {
    display: table;
    content: "";
    clear: both;
}

.text-page .gallery-item {
    margin: 0;
    float: left;
    padding: .5em;
}

.text-page .gallery-item img {
    width: 100%;
}

.text-page .gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.text-page .gallery-columns-2 .gallery-item {
    width: 50%;
}

.text-page .gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.text-page .gallery-columns-4 .gallery-item {
    width: 25%;
}

.text-page .gallery-columns-5 .gallery-item {
    width: 20%;
}

.text-page .gallery-columns-6 .gallery-item {
    width: 16.6667%;
}

.text-page .gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.text-page .gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.text-page .gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.text-page .gallery-columns-2 .gallery-item:nth-child(2n+1),
.text-page .gallery-columns-3 .gallery-item:nth-child(3n+1),
.text-page .gallery-columns-4 .gallery-item:nth-child(4n+1),
.text-page .gallery-columns-5 .gallery-item:nth-child(5n+1),
.text-page .gallery-columns-6 .gallery-item:nth-child(6n+1),
.text-page .gallery-columns-7 .gallery-item:nth-child(7n+1),
.text-page .gallery-columns-8 .gallery-item:nth-child(8n+1),
.text-page .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.text-page > h1,
.text-page > h2,
.wpb_wrapper > h1,
.wpb_wrapper > h2 {
    margin-top: 0;
}

.text-page > h2:not(:first-of-type),
.wpb_wrapper > h2:not(:first-of-type) {
    margin-top: 60px;
}

.singular-post .text-page h1,
.singular-post .text-page h3,
.singular-post .text-page h4,
.singular-post .text-page h5,
.singular-post .text-page h6 {
    text-align: left;
    margin-bottom: 20px;
}

.singular-post .text-page h1:before,
.singular-post .text-page h3:before,
.singular-post .text-page h4:before,
.singular-post .text-page h5:before,
.singular-post .text-page h6:before {
    display: none;
}

.alignleft {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.alignright {
    display: inline-block;
    float: right;
    margin-left: 2em;
    margin-top: .5em;
    margin-bottom: 1em;
}

.aligncenter {
    clear: both;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: .5em;
    margin-bottom: 1em;
    text-align: center;
}

ol {
    margin-top: 25px;
    margin-bottom: 30px;
}

ul.disc {
    list-style: none;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-left: 25px;
}

ul.disc li {
    color: #1f1f1f;
}

ul.disc li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    color: #b89d64;
    position: absolute;
    margin: 4px 0 0 -26px;
}

ul.check {
    list-style: none;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-left: 25px;
}

ul.check li {
    color: #1f1f1f;
}

ul.check li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    color: #b89d64;
    position: absolute;
    margin: 4px 0 0 -26px;
}

ul.disc.strong li {
    font-weight: 700;
    margin-bottom: 10px;
}

ul.check.strong li {
    font-weight: 700;
    margin-bottom: 10px;
}

ul.disc.disc li:before {
    content: "•";
    font-size: 30px;
    margin: -4px 0 0 -22px;
}

ul.check.disc li:before {
    content: "•";
    font-size: 30px;
    margin: -4px 0 0 -22px;
}

/* 27. 404 page & Coming page
   ===========================================================================*/

.page-coming {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-coming .center {
    margin: 20% 0 20%;
    text-align: center;
}

.page-coming h1 {
    font-size: 100px;
    color: #cec5ac;
}

.page-coming .error-text {
    padding-top: 24px;
    padding-bottom: 70px;
    font-size: 18px;
    color: #b89d64;
    font-weight: 300;
    line-height: 24px;
}

body.error404 {
    background: #2b1b13 50% 50% no-repeat;
}

.page-404 {
    background: #2b1b13 50% 50% no-repeat;
}

.page-404 .center {
    margin: 8% 0 8%;
    text-align: center;
}

.page-404 h1 {
    padding-top: 60px;
    font-size: 48px;
    color: #b89d64;
    font-family: "Playfair Display", serif;
}

.page-404 .error-text {
    font-size: 18px;
    color: #cec5ac;
    font-weight: 400;
    line-height: 24px;
}

.page-404 .wp-searchform {
    margin-top: 83px;
    margin-bottom: 60px;
    font-size: 0;
    position: relative;
}

.page-404 .wp-searchform input {
    display: inline-block;
}

.page-404 .wp-searchform input[type='text'] {
    padding-right: 32%;
    width: 100%;
}

.page-404 .wp-searchform input[type='submit'] {
    width: 30%;
    height: 49px;
    line-height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    background: #b89d64;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #3f2c14;
    font-weight: bold;
    transition: all 400ms;
}

.page-404 .wp-searchform input[type='submit']:hover {
    background: #2b1b13;
    color: #b89d64;
}

#getting-started {
    display: table;
    width: 100%;
}

#getting-started .item {
    width: 20%;
    text-align: center;
    display: table-cell;
    font-size: 100px;
    font-weight: bold;
    color: #b89d64;
    font-family: "Playfair Display", serif;
}

#getting-started .item span {
    padding-top: 10px;
    font-size: 24px;
    font-weight: 800;
    color: #cec5ac;
    display: block;
    font-family: "Raleway", sans-serif;
}

.page-coming-full {
    height: 100%;
    width: 100%;
}

.page-coming-full .center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    margin: 0;
}

/* 28. Visual Composer custom styles
   ===========================================================================*/

.home .mrcoffee-tabs.mrcoffee-tabs h1,
.home .mrcoffee-tabs.mrcoffee-tabs h2,
.home .mrcoffee-tabs.mrcoffee-tabs h3,
.home .mrcoffee-tabs.mrcoffee-tabs h4 {
    margin: 60px 0 50px;
}

.home .full-width > .vc_column_container > .vc_column-inner {
    padding: 0;
}

.wpb_content_element.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.wpb_button {
    margin-bottom: 0;
}

.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner.vc_column-inner {
    padding-top: 0;
}

/* 29. CUSTOM RESPONSIVE
   ===========================================================================*/

@media (min-width: 601px){

    .logged-in .top-nav.inner-page.affix{
        padding-top: 37px;
    }
}

@media (max-width: 1199px){

    .top-nav{
        padding: 10px 0;
    }

    .top-nav .navbar{
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .top-nav .navbar-collapse{
        background: #513826;
        width: 100%;
        border: none;
        box-shadow: none;
    }

    .top-nav .top-right{
        padding-top: 0;
        padding-left: 17px;
        padding-right: 17px;
        text-align: left;
    }

    .top-nav .cart{
        display: inline-block;
    }

    .top-nav .cart .name{
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 800;
        color: #e2ded0;
    }

    .top-nav .search{
        display: block;
    }

    .top-nav .top-search{
        padding-top: 20px;
        display: block;
    }

    .top-nav .top-search input[type='text']{
        position: relative;
        width: 100%;
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .top-nav .top-search a{
        display: none;
    }

    .top-nav nav.navbar{
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 10000;
        overflow-y: auto;
    }

    .home.logged-in .top-nav nav.navbar{
        top: 32px;
    }

    .main-menu li{
        display: block;
        text-align: left;
    }

    .main-menu > li > a{
        padding: 8px;
    }

    .main-menu .sub-menu{
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
    }

    .main-menu .sub-menu > li:hover{
        background: none;
    }

    .main-menu .sub-menu > li:hover > a{
        color: #b89d64;
        background: none;
    }

    .main-menu .sub-menu > li a{
        color: #e2ded0;
    }

    .main-menu .sub-menu > li.parent > a:before,
    .main-menu .sub-menu > li.menu-item-has-children > a:before{
        display: none;
    }

    .main-menu > li.parent > a:before,
    .main-menu > li.menu-item-has-children > a:before{
        display: none;
        display: none;
    }

    .main-menu .third-level,
    .main-menu .sub-menu .sub-menu{
        padding-top: 0;
        padding-bottom: 0;
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
    }

    .main-menu .third-level li a,
    .main-menu .sub-menu .sub-menu li a{
        color: #e2ded0;
    }

    .main-menu .third-level li:hover,
    .main-menu .sub-menu .sub-menu li:hover{
        background: none;
    }

    .main-menu .third-level li:hover a,
    .main-menu .sub-menu .sub-menu li:hover a{
        color: #b89d64;
        background: none;
    }

    .top-social{
        width: 100%;
        text-align: center;
    }

    .about-us{
        padding-top: 90px;
        clear: both;
    }

    .top-nav.inner-page{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .top-nav.inner-page.affix{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .shop_table.cart .actions .coupon{
        width: 40%;
    }

    .shop-sidebar .widget_shopping_cart_content .buttons a{
        margin-bottom: 20px;
    }

    /*.home.no-slider{
	.blog-content {
		padding-top: 254px;
	}
	&.logged-in{
	  .blog-content {
		  padding-top: 254px;
	  }
	}
  }*/
}

@media (max-width: 991px){

    .top-prod-types{
        margin-top: 0;
    }

    .woocommerce-checkout .order_box{
        margin-top: 60px;
    }

    .woocommerce input.button:disabled,
    .woocommerce input.button[disabled]:disabled,
    .woocommerce .shop_table.cart .actions > .button{
        margin-top: 10px;
    }

    .woocommerce .product-list-row{
        text-align: center;
    }

    .page-coming-full .error-text{
        padding-bottom: 20px;
    }

    .vc-about-market .wpb_single_image img{
        max-width: 100%;
    }

    .mrcoffee-tabs.mrcoffee-tabs .buy-item{
        min-width: initial;
        margin: 0 20px;
    }

    .sidebar{
        margin-top: 100px;
    }

    .main-logo{
        display: none;
    }

    .top-nav .small-logo{
        display: inline-block;
    }

    .main-slider{
        min-height: 600px;
    }

    .top-prod-types{
        position: relative;
        z-index: 1;
        top: 0;
    }

    .about-us{
        padding-top: 90px;
        clear: both;
        padding-top: 0;
    }

    .about-us .about-img{
        padding-top: 0;
        padding-bottom: 30px;
    }

    .about-us .about-img img{
        max-width: 100%;
    }

    .main-slider-caption p br{
        display: none;
    }

    .where-buy{
        background-size: cover;
    }

    .review-item .text br{
        display: none;
    }

    .main-blog{
        padding-bottom: 60px;
    }

    .subscribe .inner{
        background: none;
    }

    .subscribe .bottom-title{
        padding-bottom: 10px;
    }

    .subs-form,
    .subs-form-wrap form{
        margin-top: 0;
        margin-bottom: 30px;
    }

    .main-blog-item .info{
        height: 115px;
    }

    .blog-content{
        padding: 70px 0 70px 0;
    }

    .blog-item{
        padding-bottom: 44px;
    }

    .paging-navigation .pagination{
        margin-bottom: 40px;
    }

    .shop_table.cart .actions .coupon{
        width: 70%;
    }

    .woocommerce-toolbar{
        padding-top: 30px;
    }

    .no-sidebar-shop .woocommerce-toolbar{
        padding-top: 0;
    }

    .product-single .name{
        padding-top: 20px;
    }

    .top-bar-contacts li a{
        color: #f5f2eb;
    }

    .main-slider-caption{
        top: 55%;
    }

    .widget-area .mrc-subscribe .bottom-title{
        padding-bottom: 10px;
    }

    /*.home.no-slider{
	.blog-content {
		padding-top: 195px;
	}
	&.logged-in{
	  .blog-content {
		  padding-top: 195px;
	  }
	}
  }*/
}

@media (max-width: 782px){

    .home.logged-in .top-nav{
        margin-top: 46px;
    }

    .home.logged-in .top-nav nav.navbar{
        top: 46px;
    }

    .logged-in .top-nav.inner-page.affix{
        padding-top: 56px;
    }
}

@media (max-width: 768px){

    .about-market{
        margin-top: 40px;
    }

    .home .mrcoffee-tabs.mrcoffee-tabs{
        padding: 40px 0;
    }

    .home .mrcoffee-tabs.mrcoffee-tabs .vc_tta-panels-container{
        margin: 60px 0 100px;
    }

    .home .mrcoffee-tabs.mrcoffee-tabs h1,
    .home .mrcoffee-tabs.mrcoffee-tabs h2,
    .home .mrcoffee-tabs.mrcoffee-tabs h3,
    .home .mrcoffee-tabs.mrcoffee-tabs h4{
        margin: 0 0 4px;
    }
}

@media (max-width: 767px){

    .comments-area .comment-list li .comment-single{
        padding: 18px 18px;
    }

    .comments-area .comment-list .children{
        padding-left: 25px;
    }

    .comments-area .comment-info{
        font-size: 14px;
    }

    .woocommerce-message,
    .woocommerce-info{
        margin-right: 15px;
    }

    .navbar-toggle{
        right: 20px;
    }

    .popular-item .shop-slider{
        margin-left: 0;
        margin-right: 0;
    }

    .where-buy .nav-tabs > li{
        padding: 0 10px;
    }

    .footer-about{
        padding: 20px 0;
    }

    .footer-social{
        padding-top: 10px;
    }

    footer.footer,
    .footer .widget-title{
        text-align: center;
    }

    .top-social-wrap{
        display: none;
    }

    .shop_table.cart .product-remove{
        text-align: center;
        display: block;
        width: 100%;
    }

    .shop_table.cart .product-remove:before{
        display: none;
    }

    .shop_table.cart .product-thumbnail{
        text-align: center;
        display: block;
        width: 100%;
    }

    .shop_table.cart .product-thumbnail:before{
        display: none;
    }

    .shop_table.cart .actions{
        text-align: left;
    }

    .shop_table.cart .actions:before{
        display: none;
    }

    .shop_table.cart .actions .coupon{
        width: 100%;
    }

    .shop_table.cart .actions .coupon label{
        text-align: left;
    }

    .shop_table.cart .actions > .button{
        float: none;
    }

    .shop_table.cart .product-price{
        text-align: right;
    }

    .shop_table.cart .product-subtotal{
        text-align: right;
    }

    .shop_table.cart .product-quantity{
        overflow: hidden;
    }

    .shop_table.cart .quantity{
        float: right;
        margin: 0;
    }

    .shop_table.cart .cart_item td{
        border: none;
    }

    .shop_table_responsive.cart tbody tr td{
        vertical-align: top;
        padding: 20px;
        height: auto;
        text-align: right;
        display: block;
        width: 100%;
    }

    .shop_table_responsive.cart thead{
        display: none;
    }

    .shop_table_responsive.cart td:before{
        content: attr(data-title) ": ";
        float: left;
        font-size: 24px;
        line-height: 24px;
        font-family: "Playfair Display", serif;
    }

    .cart_item{
        border-bottom: 20px solid #fff;
    }

    .cart-collaterals .cart_totals{
        float: none;
    }

    .paging-navigation .pagination{
        width: 100%;
    }

    .text-page table th{
        font-size: 14px;
        padding: 10px 12px;
    }

    .text-page table td{
        font-size: 14px;
        padding: 10px 12px;
    }

    .page-coming.full h1{
        font-size: 60px;
        line-height: 60px;
    }

    #getting-started .item{
        font-size: 60px;
    }

    #getting-started .item span{
        font-size: 18px;
    }
}

@media (max-width: 650px){

    .main-slider-caption .top-title{
        font-size: 28px;
        line-height: normal;
    }

    .main-slider-caption .big-title{
        padding-bottom: 10px;
        font-size: 60px;
        line-height: 50px;
    }

    .main-slider-caption .btn{
        margin-top: 10px;
    }

    .paging-navigation .prev{
        display: none;
    }

    .paging-navigation .next{
        display: none;
    }
}

@media (max-width: 600px){

    .logged-in .top-nav.inner-page.affix{
        padding-top: 5px;
    }

    .logged-in .top-nav.inner-page.affix .navbar{
        margin-top: 80px;
    }

    .home.logged-in .top-nav{
        margin-top: 0;
    }

    .home.logged-in .top-nav nav.navbar{
        top: 0;
    }

    .home.logged-in .top-nav.affix-top nav.navbar{
        top: 43px;
    }

    /*.home.no-slider{
	.blog-content {
		padding-top: 134px;
	}
	&.logged-in{
	  .blog-content {
		  padding-top: 164px;
	  }
	}
  }*/
}

@media (max-width: 550px){

    .top-bar-contacts .skype{
        display: none;
    }

    .text-page table th{
        font-size: 12px;
        padding: 5px 7px;
    }

    .text-page table td{
        font-size: 12px;
        padding: 5px 7px;
    }

    .page-404 .center img{
        max-width: 100%;
    }

    .where-buy .nav-tabs{
        padding-bottom: 20px;
    }

    .where-buy .nav-tabs > li{
        padding-bottom: 20px;
    }

    .review-slider.review-slider .owl-nav > div{
        background: rgba(184, 157, 100, .2);
        border: 0;
    }
}

@media (max-width: 400px){

    .comments-area .comment-list .children{
        padding-left: 0;
    }

    .comments-area .comment-author-avatar{
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 15px;
        text-align: center;
    }

    .comments-area .comment-content{
        padding: 0;
    }

    .woocommerce-checkout-review-order.woocommerce-checkout-review-order{
        padding: 0 0 50px;
    }

    .page-coming h1{
        font-size: 50px;
    }

    .top-bar-contacts .mail{
        display: none;
    }

    .shop_table.cart .actions .coupon > .button{
        margin-top: 25px;
    }

    #getting-started .item{
        font-size: 40px;
    }

    #getting-started .item span{
        font-size: 14px;
    }

    .subs-form-wrap form .es_submit_button{
        font-size: 13px;
    }

    .blog-item h1,
    .blog-item h2,
    .blog-item h3,
    .blog-item h4{
        overflow-wrap: break-word;
        display: block;
    }
}

@media (max-width: 320px){

    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input{
        width: 45%;
    }

    .woocommerce-page .shop_table.cart .actions .coupon > .button{
        margin-top: 0;
    }
}


