 body {
   font-family: 'Inter', sans-serif;
 }
 
 #header { 
    background: #065143 !important; 
 }

 #header a {
   color: #fff;
 }

 #header a:hover {
    color: #ec4e20;
    text-decoration: none;
}

 .header-top {
   background-color: #065143 !important;
 }

 #header .header-nav {
    border-bottom: none;
 }

 #header .header-top a[data-depth="0"] {
    text-transform: none;
    color: #fff;
 }

 @media (max-width: 768px) {
    #header .header-top a[data-depth="0"] {
    color: #000 !important;
 }
 }

 #header .top-menu a[data-depth="0"]:hover, a:hover {
    color: #ec4e20;
 }

 #search_widget form input {
   border-radius: 50px;
 }

 #wrapper {
    background: #fff7f5;
 }

  #content > article > header > h1 {
    color: #065143;
    text-align: center;
    font-size: 3rem;
    font-family: 'Caprasimo';
    font-weight: 200;
    padding: 30px;
  }

  .sedestral.single-post header {
    border-bottom: none;
  }
 a {
   color: #ec4e20;
 }
 
 p {
   color: #000;
 }

 #custom-text h1 {
   font-size: 3rem;
   font-family: 'Caprasimo', serif;
   font-weight: 200;
   color: #065143;
 }

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

 .text-primary:hover, .text-primary:focus {
   color: #9e3516 !important;
 }

 #custom-text p {
   padding-top: 20px;
   text-align: left;
   font-size: 1rem;
 }

  .sedestral.single-post:not(:has(.blog-toc)) .content {
   padding-left: 30px;
   padding-right: 30px;
  }

 .sedestral.blog-list .blog-post {
  border: none;
  padding: 30px;
 }

 .product-information .product-description ul li {
   color: #000;
 }
 
 .products-sort-order .select-title {
   border-radius: 50px;
 }

 .products-sort-order .dropdown-menu {
   background: #fff;
 }

 .brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover {
   background: #065143;
 }

 .form-control {
   border-radius: 50px;
 }

 .btn-primary {
    background-color: #ec4e20;
    border-color: transparent;
    border-radius: 50px;
}

 .btn-primary:hover {
    background-color: #9e3516;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #9e3516;
    border-color: transparent;
}

.btn-primary.active, .btn-primary:active:hover {
    color: #fff;
    background-color: #9e3516;
    border-color: transparent;
}

 .product-price {
    color: #ec4e20;
 }

 .product-flags li.product-flag {
    background: #ec4e20;
 }

 .tabs .nav-tabs .nav-link.active {
    color: #065143ff;
 }

 .tabs .nav-tabs .nav-link.active {
    border-bottom: #065143ff;
 }

 .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: #065143ff 3px solid;
 }

 .product-miniature .highlighted-informations .quick-view:hover {
    color: #065143ff;
 }

 .product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
   border: #065143 3px solid;
 }

 .account-list a:hover, .block_newsletter form button[type=submit] .search:hover, .footer-container li a:hover {
    color: #ec4e20;
}

.custom-radio input[type=radio]:checked+span {
   background-color: #ec4e20;
}

.d-inline {
   color: #fff;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover {
    color: #ec4e20;
}

 #footer {
    background: #fff;
 }

 .twitter::before {
   background-image: url(../css/0ba57b3….svg);
 }