.search button{
    background-color: #4B2E4C;
    border-radius:5px;
}

.basket_info {
    background-color: #C59D4F;
    color: #FFFFFF;
    display: inline-block;
    padding: 0px 20px;
    height: 41px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    border:none;
}

.categories_panel a:hover{
    background-color: #4B2E4C;
}

@media only screen and (min-width: 900px) {
    .subcategories_panel {
        position: absolute;
        z-index: 12;
        background-color: #FFFFFF;
        width: 80%;
        padding: 10px 20px;
        border: 1px solid #ebebeb;
        border-top: none;
        border-bottom: 3px solid #C59D4F;
        display: none;
        margin-top: 50px;
    }
}

.currency_button .currency_button_icon1, .language_button .language_button_icon1 {
    color: #C59D4F;
    font-size: 1.4rem !important;
    top: 6px;
}

.featured_blog_more {
    margin-bottom: 5px;
    color: #C59D4F;
    font-size: 1.2rem;
    font-weight: bold;
}

.footer_contact i {
    font-size: 1.2rem !important;
    color: #C59D4F;
}

.product_price {
    color: #C59D4F;
    font-size: 1.1rem;
}

.blog_view_title {
    color: #C59D4F;
}

.blog_comments_submit {
    background-color: #4B2E4C;
    border-radius: 4px;
}
#comments_section header {
    height: 30px;
    line-height: 30px;
    color: #C59D4F;
    font-size: 1rem;
}
.blog_comments_header{
   color: #C59D4F; 
}

.details_desc h2 {
font-size: 0.9rem;
color: #777777;
letter-spacing: 1.6px;
}

.details_desc h1 {
font-size: 0.9rem;
color: #777777;
letter-spacing: 1.6px;
}

.details_price .price_inc_tax {
    font-size: 1.5rem;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #C59D4F;
    float: left;
    display: block;
    clear: both;
}

.details_price .price_ex_tax {
    font-size: 1.2rem;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #C59D4F;
    float: left;
    display: block;
    clear: both;
}

.details_atc a {
    display: inline-block;
    float: left;
    background-color: #C59D4F;;
    color: #FFFFFF;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 1.3rem;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius:5px;
}

.social_media li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    margin-top: 10px;
    background-color: #ebebeb;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.product_name{
    margin-bottom:10px;
}
.product_price {
    color: #fff;
    font-size: 1.1rem;
    border-radius: 5px;
    font-weight: bold;
    background: cadetblue;
    padding: 4px;
    display: flex;
    justify-content: center;
    border: none;
}