@charset "UTF-8";
/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Lora&family=Montserrat:wght@500&display=swap");
body {
  line-height: 1.2;
  font-family: "Lora", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #444; }

p, .paragraph {
  font-weight: 400;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Lora", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  line-height: 1.2; }

h1, .h1 {
  font-size: 48px; }

h2, .h2 {
  font-size: 38px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 26px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 15px; }

/* Button style */
.btn {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 2px;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .2s ease; }
  .btn:hover, .btn:active, .btn:focus {
    outline: 0;
    box-shadow: none !important; }

.btn-primary {
  background: #ededed;
  color: #64472F;
  border-color: #64472F; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary.active {
    background: #64472F !important;
    border-color: #64472F !important; }

.btn-outline-primary {
  background: transparent;
  color: #444;
  border-color: #B8623A; }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary.active {
    background: #B8623A !important;
    border-color: #B8623A !important;
    color: #fff; }

body {
  background-color: #F8F8F8;
  overflow-x: hidden; }

::selection {
  background: #914d2e;
  color: #fff; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%; }

a:hover {
  color: #B8623A; }

a {
  color: #64472F; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 100px;
  padding-bottom: 100px; }
  .section-sm {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-title {
    margin-bottom: 20px; }
    .section-title-border {
      border-bottom: 1px solid #DEDEDE;
      padding-bottom: 20px;
      display: inline-block; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.border-default {
  border-color: #DEDEDE !important; }

.outline-0 {
  outline: 0 !important; }

.bg-primary {
  background: #B8623A !important; }

.bg-light {
  background: #ededed !important; }

.text-primary {
  color: #B8623A !important; }

.text-light {
  color: #777 !important; }

.text-dark {
  color: #000 !important; }

.text-default {
  color: #444 !important; }

.font-primary {
  font-family: "Lora", sans-serif !important; }

.font-secondary {
  font-family: "Cormorant Garamond", sans-serif !important; }

.font-tertiary {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 1px; }

.zindex-1 {
  z-index: 1; }

.overflow-hidden {
  overflow: hidden; }

.mobile-view {
  display: none; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block; } }
.desktop-view {
  display: block; }
  @media (max-width: 991px) {
    .desktop-view {
      display: none; } }
.form-group {
  margin-bottom: 40px; }
  .form-group label {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 14px; }
  .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 0;
    padding: 0;
    height: 40px; }

textarea.form-control {
  height: 100px !important; }

.input-group > .input-group-append:not(:last-child) > .btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.navbar {
  padding: 0; }
  @media (max-width: 991px) {
    .navbar {
      padding: 10px; } }
.navbar-light .navbar-nav .nav-link {
  color: #444;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #B8623A; }

.navbar-expand-md .navbar-nav .nav-item {
  margin: 0; }
  .navbar-expand-md .navbar-nav .nav-item .nav-link {
    padding: 15px 25px; }
  .navbar-expand-md .navbar-nav .nav-item .lang-list {
    margin: 15px 25px;
    color: #444;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    border: 0;
    background-color: transparent; }

.navbar-expand-md .navbar-nav .dropdown-menu {
  background-color: #F8F8F8;
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
  border-color: #DEDEDE;
  text-align: center; }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
    color: #444;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 7px 22px; }
    .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:hover {
      color: #B8623A; }

.search-wrapper {
  position: relative; }
  .search-wrapper input {
    height: 35px;
    width: 75%;
    margin-left: 25%;
    border: 1px solid #DEDEDE;
    border-radius: 40px;
    font-size: 12px;
    color: #777;
    background-color: transparent;
    padding: 0 15px; }
    @media (max-width: 1200px) {
      .search-wrapper input {
        width: 90%;
        margin-left: 10%; } }
    .search-wrapper input:focus {
      outline: 0;
      border-color: #B8623A; }
    .search-wrapper input::placeholder {
      font-size: inherit;
      color: inherit; }
  .search-wrapper button {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    padding: 11px 15px 10px 10px;
    top: 0;
    font-size: 12px;
    color: #777; }

/* search mobile */
.search-btn {
  border: 0;
  background-color: transparent; }

.search-collapsed {
  max-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  transition: .2s ease;
  opacity: 0; }
  .search-collapsed.open {
    visibility: visible;
    opacity: 1; }
  .search-collapsed form {
    height: 100%; }
  .search-collapsed input {
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #fff;
    font-size: 14px;
    padding: 0 10px; }
    .search-collapsed input:focus {
      box-shadow: none !important;
      border: 0;
      outline: 0; }
  .search-collapsed button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    padding: 10px;
    font-size: 20px; }

.content {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto;
  color: #444; }
  .content * {
    word-break: break-word;
    overflow-wrap: break-word; }
  .content img {
    max-width: 100%;
    margin: 2.5rem 0;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: "Cormorant Garamond", sans-serif;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    color: #000; }
    .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
      margin-top: 0; }
  .content h1 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: center;
    padding-bottom: 1.5rem;
    position: relative; }
    .content h1::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 2px;
      background: #B8623A;
      border-radius: 1px; }
    @media (max-width: 767px) {
      .content h1 {
        font-size: 1.875rem; } }
    @media (max-width: 575px) {
      .content h1 {
        font-size: 1.625rem; } }
  .content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 3rem;
    color: #B8623A;
    position: relative;
    display: inline-block; }
    .content h2::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, #B8623A 0%, rgba(184, 98, 58, 0.3) 70%, transparent 100%);
      border-radius: 1px; }
    @media (max-width: 767px) {
      .content h2 {
        font-size: 1.375rem; } }
    @media (max-width: 575px) {
      .content h2 {
        font-size: 1.25rem; } }
  .content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2.5rem;
    color: #914d2e;
    position: relative;
    padding-left: 1rem; }
    .content h3::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 3px;
      height: 70%;
      background: rgba(184, 98, 58, 0.6);
      border-radius: 1px; }
    @media (max-width: 767px) {
      .content h3 {
        font-size: 1.125rem;
        padding-left: 0.75rem; }
        .content h3::before {
          width: 2px; } }
    @media (max-width: 575px) {
      .content h3 {
        font-size: 1rem; } }
  .content h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 2rem;
    color: #000;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.3px; }
    @media (max-width: 767px) {
      .content h4 {
        font-size: 1rem; } }
  .content h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1.75rem;
    color: #444;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.2px; }
    @media (max-width: 767px) {
      .content h5 {
        font-size: 0.9rem; } }
  .content h6 {
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 1.5rem;
    color: #777;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .content h6 {
        font-size: 0.8rem; } }
  .content p {
    margin-bottom: 1.5rem;
    font-size: 17px;
    line-height: 1.7;
    font-family: "Lora", sans-serif; }
    .content p.lead {
      font-size: 1.25rem;
      line-height: 1.6;
      font-weight: 500;
      color: #000;
      margin-bottom: 2.5rem;
      padding: 2rem;
      background: linear-gradient(135deg, whitesmoke 0%, #ededed 100%);
      border-left: 5px solid #B8623A;
      border-radius: 0 12px 12px 0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .content p {
        font-size: 16px; } }
  .content a {
    color: #B8623A !important;
    text-decoration: none;
    border-bottom: 1px dotted rgba(184, 98, 58, 0.6);
    transition: all 0.3s ease;
    font-weight: bold; }
    .content a:hover {
      color: #6a3922;
      background: rgba(184, 98, 58, 0.1);
      padding: 3px 6px;
      margin: 0 -6px;
      border-radius: 6px;
      border-bottom: none; }
  .content ol, .content ul {
    margin-bottom: 2rem;
    padding-left: 0;
    font-family: "Lora", sans-serif; }
    .content ol li, .content ul li {
      margin-bottom: 1rem;
      line-height: 1.6;
      margin-left: 1.5em; }
  .content ul {
    list-style-type: none; }
    .content ul li {
      padding-left: 2.5rem;
      position: relative; }
      .content ul li::before {
        position: absolute;
        content: '✓';
        left: 0.5rem;
        top: 0.5rem;
        color: #B8623A;
        font-weight: bold;
        font-size: 1.1rem; }
  .content ol {
    counter-reset: mom-counter; }
    .content ol li {
      counter-increment: mom-counter; }
  .content blockquote {
    font-size: 1.125rem !important;
    color: #000;
    padding: 2rem 2.5rem 2rem 4rem;
    border: none;
    margin: 3rem 0;
    font-weight: 400;
    font-style: italic;
    font-family: "Lora", sans-serif;
    background: linear-gradient(135deg, #fdfdfd 0%, #F8F8F8 100%);
    border-radius: 12px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
    .content blockquote::before {
      content: '"';
      font-size: 3.5rem;
      color: rgba(184, 98, 58, 0.4);
      position: absolute;
      top: 1rem;
      left: 1.5rem;
      font-family: serif;
      line-height: 1; }
    .content blockquote p {
      margin-bottom: 0 !important;
      position: relative;
      z-index: 2;
      margin-left: 1em; }
    @media (max-width: 767px) {
      .content blockquote {
        padding: 1.5rem 2rem 1.5rem 3rem;
        font-size: 1rem !important; } }
  .content pre {
    background: #ededed !important;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
    overflow-x: auto;
    font-size: 0.875rem;
    line-height: 1.5; }
  .content code {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #6a3922;
    font-weight: 500; }
    .content code span {
      margin-left: 0.5em !important; }
  .content .notices {
    margin: 2.5rem 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); }
  .content .notices p {
    padding: 1.5rem;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 16px; }
  .content .notices.note p {
    background: #ededed;
    color: #444;
    border-left: 4px solid #B8623A; }
  .content .notices.tip p {
    background: #ededed;
    color: #444;
    border-left: 4px solid #B8623A; }
  .content .notices.info p {
    background: #F8F8F8;
    color: #444;
    border-left: 4px solid #B8623A; }
  .content .notices.warning p {
    background: #ededed;
    color: #000;
    border-left: 4px solid #7e4328; }
  .content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #DEDEDE; }
  .content table td,
  .content table th {
    padding: .75rem;
    vertical-align: top;
    margin-bottom: 0; }
  .content tr:not(:last-child) {
    border-bottom: 1px solid #DEDEDE; }
  .content th {
    font-weight: 500;
    font-family: "Montserrat", sans-serif; }
  .content thead {
    background: #ededed;
    margin-bottom: 0; }
    .content thead tr {
      border-bottom: 1px solid #DEDEDE; }
  .content tbody {
    background: #fafafa;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .content {
      font-size: 16px;
      padding: 0 1rem; }
      .content h1 {
        font-size: 1.625rem; }
      .content h2 {
        font-size: 1.25rem;
        margin-top: 2rem; }
      .content blockquote {
        margin: 2rem -0.5rem; }
      .content .notices p {
        padding: 1.25rem 1rem 1.25rem 3rem;
        font-size: 15px; } }
  @media (max-width: 575px) {
    .content {
      font-size: 15px; }
      .content h1 {
        font-size: 1.5rem; }
      .content h2 {
        font-size: 1.125rem; } }
.single-post-header {
  text-align: center;
  margin-bottom: 3rem; }
  .single-post-header .post-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .single-post-header .post-meta {
        flex-direction: column;
        gap: 1rem; } }
  .single-post-header .post-category {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background: linear-gradient(135deg, #B8623A 0%, #7e4328 100%);
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    font-size: 0.75rem;
    box-shadow: 0 2px 8px rgba(184, 98, 58, 0.3); }
  .single-post-header .post-date {
    color: #777;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }

.single-post-image {
  margin-bottom: 3rem; }
  .single-post-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .single-post-image img {
        height: 220px;
        border-radius: 12px; } }
    @media (max-width: 575px) {
      .single-post-image img {
        height: 250px; } }
.single-post-image {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    .single-post-image {
      height: 300px; } }
  @media (max-width: 575px) {
    .single-post-image {
      height: 250px; } }
.navbar-expand-md .navbar-nav .dropdown-menu {
  text-align: left; }

.formkit-powered-by-convertkit-container a {
  display: none !important; }

#email-freebie .formkit-form .formkit-fields {
  color: red !important;
  display: block !important; }

#email-freebie button.formkit-submit.formkit-submit {
  width: max-content !important;
  width: 100% !important; }

.social-icons a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  font-size: 12px;
  color: #777; }
  .social-icons a:hover {
    color: #B8623A;
    border-color: #B8623A; }

.post-wrapper {
  position: relative; }
  .post-wrapper img {
    height: 500px;
    width: 100%;
    object-fit: cover; }
  .post-wrapper .post-content {
    position: absolute;
    text-align: center;
    padding: 30px 45px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.9); }

.post-title {
  color: inherit; }
  .post-title:hover {
    color: #B8623A; }

.post-category {
  font-family: "Montserrat", sans-serif;
  color: #777;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px; }

.post-date {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777; }

.date-style {
  position: relative; }
  .date-style::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #777;
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%); }
  .date-style::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #777;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%); }
  .date-style.large::before, .date-style.large::after {
    width: 40px; }

.post-slider .post-wrapper {
  margin: 0 10px; }

.post-slider .slick-list {
  overflow: visible; }

.post-slider .slick-dots {
  padding: 0;
  text-align: center;
  margin-top: 20px; }
  .post-slider .slick-dots li {
    display: inline-block;
    list-style-type: none;
    margin: 5px; }
    .post-slider .slick-dots li button {
      padding: 0;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #B8623A;
      color: transparent;
      overflow: hidden; }
    .post-slider .slick-dots li.slick-active button {
      background-color: #B8623A; }

.input-group {
  border-color: #DEDEDE; }
  .input-group .form-control {
    height: 50px; }

.form-control:focus {
  outline: 0;
  border-color: #B8623A;
  box-shadow: none; }

.form-control::placeholder {
  color: #777; }

.footer-list a {
  color: #444;
  font-family: "Montserrat", sans-serif; }
  .footer-list a:hover {
    color: #B8623A; }

.card {
  border: 0;
  border-radius: 0; }
  .card-img-top {
    border-radius: 0; }

.widget {
  padding: 20px 15px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px; }
  .widget-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #DEDEDE; }
  .widget-list a {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #B8623A;
    display: block;
    padding: 7px 0;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .widget .media {
    text-align: left; }
    .widget .media small {
      font-size: 10px; }

.content * {
  word-break: break-word;
  overflow-wrap: break-word; }

.content img {
  max-width: 100%; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 500; }

.content strong {
  font-weight: 600; }

.content a {
  color: #444;
  border-bottom: 1px dotted #DEDEDE; }
  .content a:hover {
    color: #B8623A; }

.content ol,
.content ul {
  padding-left: 20px; }
  .content ol li,
  .content ul li {
    margin-bottom: 10px; }

.content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none; }
  .content ul li {
    padding-left: 20px;
    position: relative; }
    .content ul li::before {
      position: absolute;
      content: '';
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #B8623A;
      left: 3px;
      top: 8px; }

.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #DEDEDE; }

.content table td,
.content table th {
  padding: .75rem;
  vertical-align: top;
  margin-bottom: 0; }

.content tr:not(:last-child) {
  border-bottom: 1px solid #DEDEDE; }

.content th {
  font-weight: 500; }

.content thead {
  background: #ededed;
  margin-bottom: 0; }
  .content thead tr {
    border-bottom: 1px solid #DEDEDE; }

.content tbody {
  background: #fafafa;
  margin-bottom: 0; }

.content .notices {
  margin: 2rem 0;
  position: relative;
  overflow: hidden; }

.content .notices p {
  padding: 10px;
  margin-bottom: 0; }

.content .notices p::before {
  position: absolute;
  top: 2px;
  color: #fff;
  font-family: "themify";
  font-weight: 900;
  content: "\e717";
  left: 10px; }

.content .notices.note p {
  border-top: 30px solid #6ab0de;
  background: #ededed; }

.content .notices.note p::after {
  content: 'Note';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.tip p {
  border-top: 30px solid #78C578;
  background: #ededed; }

.content .notices.tip p::after {
  content: 'Tip';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.info p {
  border-top: 30px solid #F0B37E;
  background: #ededed; }

.content .notices.info p::after {
  content: 'Info';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.warning p {
  border-top: 30px solid #E06F6C;
  background: #ededed; }

.content .notices.warning p::after {
  content: 'Warning';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content blockquote {
  font-size: 20px !important;
  color: #444;
  padding: 20px 40px;
  border-left: 2px solid #B8623A;
  margin: 40px 0;
  font-weight: bold;
  background: #ededed; }
  .content blockquote p {
    margin-bottom: 0 !important; }

.content pre {
  display: block;
  padding: 9.5px;
  margin: 10px 0px 10px;
  white-space: pre-wrap; }

.content code {
  margin-bottom: 0 !important;
  font-size: 100%; }

.code-tabs {
  border: 1px solid #DEDEDE;
  overflow: hidden;
  margin-bottom: 20px; }
  .code-tabs .nav-tabs {
    margin-bottom: 0; }
    .code-tabs .nav-tabs .nav-item {
      padding-left: 0;
      border-right: 1px solid #DEDEDE; }
      .code-tabs .nav-tabs .nav-item .nav-link {
        text-decoration: none;
        font-weight: 500;
        border: 0; }
      .code-tabs .nav-tabs .nav-item::before {
        display: none; }
      .code-tabs .nav-tabs .nav-item.active {
        background: #B8623A; }
        .code-tabs .nav-tabs .nav-item.active .nav-link {
          color: #fff; }
  .code-tabs .tab-content {
    padding: 20px 15px; }

.recent-thumb-alt {
  font-size: 0;
  height: 65px;
  width: 80px;
  background-color: #B8623A;
  text-align: center; }
  .recent-thumb-alt::first-letter {
    font-size: 50px;
    line-height: 65px;
    color: #fff; }

.pagination {
  margin-top: 30px;
  justify-content: center; }
  .pagination .page-item .page-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ededed;
    text-align: center;
    padding: 0;
    margin-right: 10px;
    border: 0;
    color: #444; }
    .pagination .page-item .page-link:hover {
      background: #B8623A;
      color: #fff; }
    .pagination .page-item .page-link:focus {
      box-shadow: none; }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 50%; }
  .pagination .page-item.active .page-link {
    background: #B8623A;
    color: #fff; }

/* TCC */
.formkit-field, .formkit-submit {
  flex: 1 0  50% !important;
  padding-right: 5px !important;
  padding-left: 5px !important; }

.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #DEDEDE; }
  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); }

.product-image-container {
  position: relative;
  overflow: hidden; }
  .product-image-container .product-image {
    transition: transform 0.3s ease; }
  .product-image-container:hover .product-image {
    transform: scale(1.05); }

.product-categories .badge {
  font-size: 0.7rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  background-color: #B8623A;
  color: #fff; }

.skills-tags .badge {
  font-size: 0.7rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  background-color: rgba(184, 98, 58, 0.1);
  color: #914d2e; }

.search-products .input-group .form-control {
  border-color: #DEDEDE;
  font-size: 14px; }
  .search-products .input-group .form-control:focus {
    border-color: #B8623A;
    box-shadow: 0 0 0 0.2rem rgba(184, 98, 58, 0.25); }
  .search-products .input-group .form-control::placeholder {
    color: #777;
    font-style: italic; }

.search-products .input-group .btn {
  border-color: #DEDEDE;
  color: #777; }
  .search-products .input-group .btn:hover {
    background-color: #B8623A;
    border-color: #B8623A;
    color: #fff; }

#category-filter,
#age-filter {
  border-color: #DEDEDE;
  font-size: 14px; }
  #category-filter:focus,
  #age-filter:focus {
    border-color: #B8623A;
    box-shadow: 0 0 0 0.2rem rgba(184, 98, 58, 0.25); }
  #category-filter optgroup,
  #age-filter optgroup {
    font-weight: 600;
    color: #000; }
    #category-filter optgroup option,
    #age-filter optgroup option {
      font-weight: 400;
      color: #444;
      padding-left: 1rem; }

#active-filters .alert {
  border-color: rgba(184, 98, 58, 0.3);
  background-color: rgba(184, 98, 58, 0.05); }
  #active-filters .alert .badge {
    background-color: #B8623A;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem; }
  #active-filters .alert .btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem; }

.price {
  font-weight: 600; }
  .price .text-primary {
    color: #B8623A !important; }
  .price del {
    color: #777;
    font-size: 0.9rem; }

.badge-danger {
  background-color: #e74c3c;
  font-size: 0.7rem;
  font-weight: 600; }

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  color: #777; }
  .empty-state i {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #DEDEDE; }
  .empty-state h4 {
    margin-bottom: 1rem;
    color: #444; }
  .empty-state .btn {
    margin-top: 1rem; }

.product-item {
  transition: all 0.3s ease; }
  .product-item.filtered-out {
    display: none !important; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #914d2e;
  border-color: #914d2e; }

.btn-outline-primary {
  color: #B8623A;
  border-color: #B8623A; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: #B8623A;
    border-color: #B8623A;
    color: #fff; }

@media (max-width: 767px) {
  .search-products,
  #category-filter,
  #age-filter {
    margin-bottom: 1rem; }
    .search-products .form-control,
    .search-products select,
    #category-filter .form-control,
    #category-filter select,
    #age-filter .form-control,
    #age-filter select {
      font-size: 16px; }
  #products-grid .col-xl-3,
  #products-grid .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%; }
  #products-grid .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%; }
  .product-card {
    margin-bottom: 1.5rem; }
  .product-categories .badge,
  .skills-tags .badge {
    font-size: 0.65rem;
    margin-right: 0.2rem; }
  #active-filters .alert {
    font-size: 0.875rem; }
    #active-filters .alert .badge {
      font-size: 0.7rem;
      margin-right: 0.3rem;
      margin-bottom: 0.3rem; } }

@media (max-width: 575px) {
  .row > [class*="col-"] {
    margin-bottom: 0.75rem; }
    .row > [class*="col-"]:last-child {
      margin-bottom: 0; }
  .product-card .card-body {
    padding: 1rem; }
  .product-card .card-title {
    font-size: 1rem;
    line-height: 1.3; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.product-item {
  animation: fadeIn 0.3s ease-in-out; }

.form-control:focus,
select:focus,
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(184, 98, 58, 0.25); }

@media print {
  .search-products,
  #category-filter,
  #age-filter,
  #active-filters,
  .btn {
    display: none; } }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #B8623A; }
