﻿.btn-bars,
.btn-close{
    transition: all 0.3s ease;
}

.btn-default{
	background:#ffffff;
	border:1px #ddd solid;
	color:#000000;
}
.form-control {
    color: #444444;
    background: #fff;
}

.dc-header-search .form-control {
    color: #444444;
    background: #fff;
}

.input-group{
    border-radius: 7px;
    overflow: hidden;
}

.form-group{
    margin-bottom: 15px;
}

.dropdown-menu{
    padding: 10px;
}

.dc-header-search .input-group{
    border-radius: 15px;
    border: 1px solid #000;
    overflow: hidden;
}

#run-search{
    background: #fff;
    color:#000;
}

.btn-primary,
#onepcheckout .opc-btn-primary{
	background-color:#f05b8a;
    border: 1px solid#f05b8a;
	color:#fff;
}
.btn-primary:hover,
#onepcheckout .opc-btn-primary:hover{
    background-color:#fff;
    border: 1px solid #f05b8a;
    color:#f05b8a;
}

.input-group > :not(:first-child){
    border-left: 1px solid #333;
}

.fa-stack-yellow .fa-star{
    color:#c52939;
}

.btn-bars{
    background: #0674bb;
    color: #fff;
    padding: 7px 10px 4px 10px;
    border-radius: 7px;
    border:1px solid #0674bb;
}

.btn-bars .fa{
    font-size: 24px;
}

.btn-close{
    background: #0674bb;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border:1px solid #0674bb;
    opacity: 1;
}

.btn-bars:hover,
.btn-bars:focus,
.btn-close:hover,
.btn-close:focus{
    background: none;
    color: #333;
}

.input-group-addon{
    font-size: 14px;
    background: #f0f0f0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 32px;
}
.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}



@media all and (max-width: 768px){

}
