/* white you custom css code here. only css code will work */

.header-inner.style-01 .btn-wrapper{
	display: none;
}

.social-link a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 39px;
    border-radius: 50%;
    background-color: #ff6280;
    margin: 0 4px;
    text-align: center;
    font-size: 14px;
    color: #ffffff !important;
}
.user-select-option .quantity-add-cart .cart-option .cart.add_to_cart,
.user-select-option .quantity-add-cart .cart-option .cart.buy_now{
	background-color: #FF6280 !important;
    border: 1px solid #FF6280 !important;
    color: #fff !important;
}