.status .value, .status .a-brand,
.breadcrumb>li:last-child>a,.nav-pills>li>a:hover,
.product-name:hover,.card_news_date b,
a:hover,.price,
.call a{
    color: #F6BEBD;
}
.contact_footer ul li i{
    color: #F6BEBD;
    border: 1px solid #F6BEBD;
}
.searchmini form input,
.btn_dk{
    background: -webkit-linear-gradient(35deg,#F6BEBD 0%,#ff8a6c 100%)!important;
}
.btn_dk:hover{
    background: #F6BEBD;
}
#open-filters,.button_gradient,
.cout_cart{
    background-image: -moz-linear-gradient(35deg,#F6BEBD 0%,#ff8a6c 100%)!important;
    background-image: -ms-linear-gradient(35deg,#F6BEBD 0%,#ff8a6c 100%)!important;
    background-image: -webkit-linear-gradient(35deg,#F6BEBD 0%,#ff8a6c 100%)!important;
}

.text_gradient{
    background: -webkit-linear-gradient(35deg,#F6BEBD 0%,#ff8a6c 100%);
    background: -moz-linear-gradient(35deg,#F6BEBD 0%,#ff8a6c 100%);
    background: -ms-linear-gradient(35deg,#F6BEBD 0%,#ff8a6c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
}
.quantity_wanted_p button {
    background: -webkit-linear-gradient(35deg, #F6BEBD 0%, #ff8a6c 100%);
    background: -moz-linear-gradient(35deg, #F6BEBD 0%, #ff8a6c 100%);
    background: -ms-linear-gradient(35deg, #F6BEBD 0%, #ff8a6c 100%);
}
.quantity_wanted_p button:hover{
    border: 1px solid #F6BEBD;
    color: #F6BEBD;
}
.groupc,
.filter-bar{
    border: 1px solid #F6BEBD;
}
.groupc a:hover{
    background: #F6BEBD !important;
}
.content-social-footer {
    display: flex;
    margin-bottom: 20px;
}
.content-social-footer a {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}
.social-footer h4{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.fb-link {
    background: #1c5eb9;
    color: #fff;
    border-color: #1c5eb9;
}
.yt-link {
    background: red;
    color: #fff;
    border-color: red;
}
.insta-link {
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    color: #fff;
    border-color: transparent;
}
.slide-thumb.owl-carousel .owl-nav button.owl-next{
    right: -25px;
}
.slide-thumb.owl-carousel .owl-nav button.owl-prev{
    left: -25px;
}
.slide-thumb.owl-carousel .owl-nav button:hover{
    background: transparent;
    color: #000;
}
.slide-thumb.owl-carousel .owl-nav button{
    position: absolute;
    top: 18%;
    font-size: 40px;
    background: transparent;
    color: #000;
    outline: none;
}
.coloor_ a{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    width: auto;
    height: auto;
}
.content-social-footer{
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .top-cart-content {
        border: 1px solid #F6BEBD;
    }
    .social-footer{
        margin-top: 45px;
    }
}
@media (min-width: 1025px) {
    .group-action a:hover,.product-tabs ul li a.active,.product-tabs ul li a:hover,
    .pro-detail-tabs ul li a.active:before {
        background: #F6BEBD;
    }
}
@media (min-width: 768px) {
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 768px) {
    .click_menu a{
        color: #000;
    }
    #menu{
        background-color: #f6bebd;
    }
    #menu a {
        color: #000;
    }
    .widget-ft .float-left:last-child .ft_title {
        padding-top: 0;
        margin-top: 0;
    }
}
.billing .form-group:nth-child(2){
    display: none !important;
}