/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #wrapper {
    background: #ffffff;
 }
 #custom-text {
    background: none;
    padding: 1.5rem;
}
 .btn-primary, .group-span-filestyle .btn-default {
    background-color: #f15a2b;
 }
 .btn-primary:hover, .btn-primary:active {
    background-color: #8a7154;
 }
 .social-sharing {
   display: none;
 }
 .tabs {
   background: none;
 }
 a {
    color: #f15a2b;
 }
 a:hover, .footer-container li a:hover {
    color: #f15a2b;
 }
 #header a:hover {
    color: #f15a2b;
 }
 #header .top-menu a[data-depth="0"]:hover, a:hover {
    color: #f15a2b;
 }
 input:focus, textarea:focus, select:focus, .input-group.focus {
    border-color: #f15a2b !important;
    box-shadow: 0 0 0 0.2rem rgba(138, 113, 84, 0.25) !important;
    outline: none !important;
 }
 .custom-radio input[type="radio"]:checked + span {
    background-color: #f15a2b;
 }
 .product-flags li.product-flag {
    background-color: #f15a2b;
 }
 .product-price {
    color: #f15a2b;
 }
 .tabs .nav-tabs .nav-link.active {
    color: #f15a2b;
 }
 .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #f15a2b;
 }
 .product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover {
    border: #f15a2b 3px solid;
 }
 .product-miniature .highlighted-informations .quick-view:hover {
    color: #f15a2b;
 }


