img {
  max-width: 100%;
  height: auto!important;
}
.editor img {
  height: auto !important;
}

.header__area .logo {
  margin-left: 15px;
}
.main-menu ul li a {
  padding: 30px 0;
  font-size: 16px;
}
.main-menu ul ul li a  {
  font-size: 14px;
}
.main-menu .sub-menu li a {
    font-size: 16px;
}
.main-menu .sub-menu li a::before {
    top: 70%;
}
.banner-content {
  min-height: 300px;
}
.sidebar__logo {
  padding: 10px 80px 20px 0;
}
.footer-author {
  display: inline-block;
}
.progress-wrap svg.progress-circle path {
  stroke: #ecb41c;
}
.progress-wrap::after {
  color: #ecb41c;
}
.copy-right-text-1 {
  text-transform: none;
}

.product-item-action a,
.product-item-title {
  color: #9c6a34;
}
.woo-price,
.product-dt-price,
.tp-section-wrap span i,
.product-item-price {
  color: #ecb41c;
}
.features-product-item:hover {
  border-color: #ecb41c;
}
.tp-contact-info-title {
  color: #111;
}
.tp-section-title {
  font-size: 40px;
  font-weight: 700;
}
.tp-section-title.fz30 {
  font-size: 30px;
}
.link-title {
  margin: 1em 0 0;
  font-size: 1.2em;
}
.feed-number {
  margin-right: 20px;
  flex: 80px 0 0;
}
.feed-number img {
  margin-right: 0;
}
.breadcrumb-title {
  font-size: 42px;
  line-height: 1.2;
}

.banner-area {
  background-position: 50% 50%;
}
.index-banner-slider .owl-nav div {
  width: 36px;
  height: 36px;
  background: #ffffff;
  line-height: 30px;
  color: #9d6b34;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
  border: 3px solid #f0f0f0;
  font-size: 20px;
  transition: 0.3s;
}
.index-banner-slider .owl-nav div:hover {
  background: #9d6b34;
  color: #ffffff;
  border-color: #9d6b34;
}
.index-banner-slider .owl-prev {
  left: 3%;
}
.index-banner-slider .owl-next {
  right: 3%;
}
.index-banner-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
}
.index-banner-slider .owl-dot {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
.index-banner-slider .owl-dot span {
  display: block;
  background: #9d6b34;
  border: 2px solid #f0f0f0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.index-banner-slider .owl-dot.active span {
  background: #ecb41c;
}

.captcha {
  display: inline-block;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 2px 0 0 2px;
}
.captcha.is-invalid,
.tp-contact-form-field .is-invalid {
  border-color: #dc3545;
}
.captcha + .invalid-feedback {
  margin-top: 0;
  position: relative;
  top: -0.5em;
}

.hr {
  margin: 3em 0;
  opacity: 1;
  background: #ededed;
}
.badge-primary {
  background: #9d6b34;
}
.download-list {
  font-size: 1em;
}
.download-list a {
  display: inline-block;
  position: relative;
  padding-left: 3.25em;
}
.download-list a:hover {
  color: #ecb41c;
}
.download-list .badge {
  position: absolute;
  left: 0;
  top: 0.35em;
}

.product-wrapper {
  display: block;
}
.cart-btn,
.woo-price {
  font-size: 16px;
}

.sidebar-user-menu i {
    color: #e7d8c8;
    margin-right: 0.5em;
}
.sidebar-user-menu a:hover,
.sidebar-user-menu a:hover i {
    color: #9c6a34;
}
.n-sidebar-categories .active .category-number {
    background: #9c6a34;
    color: #ffffff;
}
.n-sidebar-categories .active .single-category {
    color: #9c6a34;
}


.checkout-form-list .form-control {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    height: 45px;
    padding: 10px;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.checkout-form-list .form-control-plaintext,
.checkout-form-list input.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.checkout-form-list .form-control:focus {
    border-color: #000;
}
.checkout-form-list .form-control.is-invalid,
.checkout-form-list .form-control.is-invalid:focus {
    border-color: #dc3545;
}

.checkout-form-list .form-control::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list .form-control::placeholder {
    color: #6f7172;
    opacity: 1;
}
.checkout-form-list .form-check-input:focus {
    border-color: #e7d8c8;
    box-shadow: 0 0 0 0.25rem rgba(156, 106, 52, 0.25);
}
.checkout-form-list .form-check-input:checked {
    background-color: #9c6a34;
    border-color: #9c6a34;
}

.text-link {
    color: #9c6a34;
}
.text-link:hover {
    text-decoration: underline;
}

.table.forum-table {
    line-height: 1.5;
}
.table.forum-table th,
.table.forum-table td {
    border-width: 0 0 1px;
    padding: 1em;
    vertical-align: middle;
    text-align: center;
}
.table.forum-table thead {
    background: #e7d8c8;
}
.table.forum-table thead th {
    white-space: nowrap;
}
.table.forum-table tbody .title {
    width: 50%;
    text-align: left;
}
.table.forum-table.response-md-down tbody .reply-count i {
    display: none;
}

.forum-widget .forum-widget-button {
    display: inline-block;
    vertical-align: middle;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 0;
    line-height: 1.5;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.forum-widget .forum-widget-button.c1 {
    border-color: #9c6a34;
    color: #9c6a34;
}
.forum-widget .dropdown {
    display: inline-block;
    vertical-align: middle;
}
.forum-widget .pagination-nav {
    text-align: right;
}
.forum-widget .pagination {
    display: inline-flex;
}
.forum-widget .pagination li {
    margin-right: 5px;
}
.forum-widget .pagination li a {
    width: auto;
    min-width: 2.5em;
    height: auto;
    line-height: 1.5;
    padding: 0.5em;
    font-size: 0.9rem;
    border-width: 1px;
}

.forum-form .form-control {
    height: 50px;
    border-radius: 0;
}
.forum-form .nice-select {
    width: 100%;
    border: 1px solid #ced4da;
}
.forum-form .form-control:focus {
    border-color: #e7d8c8;
    box-shadow: 0 0 0 0.25rem rgba(156, 106, 52, 0.25);
}
.forum-form .cke_contents {
    padding: 6px 12px;
}

.forum-user {
    text-align: left;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forum-user .thumb {
    margin-right: 1em;
    width: 40px;
    height: 40px;
}
.forum-user .thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.forum-user .nickname {
    color: #9c6a34;
    font-weight: 700;
}
.forum-user .floor {
    margin-left: auto;
}
.forum-user .badge.bg-gray {
    background: #acacac;
}
.forum-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
    margin-top: 2em;
}
.forum-meta i {
    margin-right: 0.5em;
}
.forum-meta a:hover {
    color: #9c6a34;
}
.forum-floor-link {
    border: 0;
    padding: 0;
    margin: 0 0.5em 0 0;
    display: inline-block;
    color: #9c6a34;
    cursor: pointer;
}
.forum-floor-link:hover {
    color: #9c6a34;
    text-decoration: underline;
}
.mfp-forum-floor .mfp-container {
    padding: 1em;
}
.mfp-forum-floor .mfp-content {
    max-width: 700px;
    padding: 1.5em;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .table.forum-table.response-md-down {
        border-top: 2px solid #e7d8c8;
    }
    .table.forum-table.response-md-down tbody th,
    .table.forum-table.response-md-down tbody td {
        display: block;
        border: 0;
        text-align: left;
        color: #666;
    }
    .table.forum-table.response-md-down tbody tr {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }
    .table.forum-table.response-md-down thead,
    .table.forum-table.response-md-down tbody .last-reply {
        display: none;
    }
    .table.forum-table.response-md-down tbody .title {
        width: 100%;
        padding-bottom: 0;
        color: #111;
    }
    .table.forum-table.response-md-down tbody .reply-count i {
        display: inline-block;
        margin-right: 0.25em;
    }
}
@media only screen and (min-width: 768px) {
    .forum-widget {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .forum-content {
        margin-left: 150px;
    }
    .forum-meta {
        margin-left: 150px;
        clear: left;
    }
    .forum-user {
        float: left;
        width: 120px;
        text-align: center;
        display: block;
        margin-bottom: -1.5em;
    }
    .forum-user .thumb {
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }
}
@media only screen and (min-width: 992px) {
  .main-menu {
    margin-left: 40px;
  }
  .main-menu ul li {
    margin-right: 18px;
  }
  .banner-content {
    min-height: 450px;
  }
  .index-banner-slider .owl-nav div {
    width: 56px;
    height: 56px;
    line-height: 50px;
  }
  .index-banner-slider .owl-dot {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu {
    margin-left: 75px;
  }
  .main-menu ul li {
    margin-right: 25px;
  }
  .main-menu ul li a {
    font-size: 18px;
  }
  .main-menu ul ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .main-menu ul li {
    margin-right: 35px;
  }
  .index-banner-slider .owl-nav div {
    width: 80px;
    height: 80px;
    line-height: 74px;
  }
  .index-banner-slider .owl-dot {
    padding: 10px;
  }
  .index-banner-slider .owl-dot span {
    width: 18px;
    height: 18px;
  }
}
