.buy_now {
	width: 100%;
}

.buy_now .buy_it_now_button::before {
    margin-right: -19px;
}

.buy_now .buy_it_now_button::after {
	font-size: 0.5rem;
    margin-right: 10px;
}
.buy_now .btn-slip-effect:hover .bokifa_btn_text {
	transform: translateY(-150%);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.product-block .buy_now .button {
	position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    white-space: unset;
    width: 100%;
    border: none;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 768px) {
    
    .buy_now, .add_to_cart {
        padding: 15px 15px 0px 15px;
    }
}
