/* white you custom css code here. only css code will work1 */

.user-select-option .quantity-add-cart .cart-option .cart{
background-color:var(--main-color-one);
color:white;  
}

.product-details-tab .nav .nav-item .nav-link.active{
	color: #3e3232 !important;
	background-color:unset;
}

@media only screen and (min-device-width: 240px) and (max-device-width: 480px) {
.user-select-option .quantity-add-cart .cart-option .add_to_cart
{
	display: block;
    width: 40%;
    position: fixed;
    left: 24%;
    bottom:0;
    margin: 0 0 0 -20%;
  	z-index: 1000;
  	text-align: center;
    border-radius:5px;
}

.user-select-option .quantity-add-cart .cart-option .buy_now
{
	display: block;
    width: 34%;
    position: fixed;
    right: 21%;
    bottom:0;
    margin: 0 0 0 -20%;
    z-index: 1000;
   text-align: center;
   border-radius:5px;
}  
  
  .user-select-option .quantity-add-cart .cart-option .cart_buttons{
    background: #f9f9f9 !important;
    border-top: 1px solid #c5baba;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 11;
    margin: 0px;
    height: 7%;
  }
}