.btn-primary {
    background-color: #349dd9;
    border-color: #349dd9;
}

#switch-location {
    position: absolute;
    z-index: 10;
    right: -20px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 2px #333;
    border-radius: 50%;
    text-align: center;
}
#switch-location i {
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

#top-cart .top-cart-items .top-cart-item a {
    display: flex;
}
#top-cart .top-cart-items .top-cart-item a .top-cart-item-desc {
    color: #333;
}
#top-cart .top-cart-items .top-cart-item.active {
    padding: 5px 8px;
}
#top-cart .top-cart-items .top-cart-item.active .top-cart-item-desc {
    color: #f8a51a;
}

.top-search-open .top-search-form a {
    display: inline-block;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.top-search-open .top-search-form a i {
    font-size: 30px;
}

form label {
    color: #f8a51a;
}

.fbox-effect:hover .fbox-icon i {
    background-color: #f8a51a;
}

.fbox-light .fbox-icon i {
    color: #f8a51a;
}
.fbox-light .fbox-icon i:hover {
    background-color: #f8a51a;
}

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

#page-title {
    background-color: #f8a51a;
}
#page-title h1 {
    color: #fcfcfc;
}
#page-title span {
    color: #349dd9;
    font-weight: normal;
}

@media (min-width: 992px) {
    #slider.canvas-slider .text-overlay-mask h4 {
        font-size: 24px;
    }
}
.tab-nav li a {
    font-size: 18px;
    color: rgba(83, 82, 82, 0.847);
}
.tab-nav li.ui-tabs-active {
    background-color: #fff;
}
.tab-nav li.ui-tabs-active a {
    border-color: #fff;
    background-color: #fff;
    color: #333;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 3px #333;
}
.ui-autocomplete li {
    list-style: none;
    padding: 4px;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
}

.tab-container {
    background-color: #fff;
    box-shadow: 0px 3px 3px #f8a51a;
    padding-left: 30px;
    padding-right: 30px;
}

.errors ul {
    list-style-position: inside;
}
.errors ul li {
    color: red;
}