/*aylen style btn*/

.button--aylen::before { background: #bd8521; }

.button--aylen::after { background: #a46c0c; }

/*end of aylen style btn*/

/*button gradient line*/

/*.sppb-btn-default:after, .button--aylen:after, .hikabtn:after, a.hikacart:after, button#bfSubmitButton:after { content: " "; position:absolute; bottom: -1px; width: 100%; height: 3px;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e5b45c), color-stop(50%, #faf9f8), color-stop(100%, #f6d9a6));
  background-image: -moz-linear-gradient(to right, #e5b45c, #faf9f8, #f6d9a6);
  background-image: -webkit-linear-gradient(to right, #e5b45c, #faf9f8, #f6d9a6);
  background-image: linear-gradient(to right, #e5b45c, #faf9f8, #f6d9a6);
}*/

/*end of button gradient line*/

/*button color*/

/*.sppb-btn, .sppb-btn-default { background: transparent !important; border: 2px solid #ecd140 !important;background-color:transparent !important;}*/

/*end of button color*/

/*oblique effect*/

/*.sppb-btn-default {	
        -webkit-transform: skew(-10deg);
	    -moz-transform: skew(-10deg);
	    -o-transform: skew(-10deg);}

button#bfSubmitButton {	
        -webkit-transform: skew(-10deg);
	    -moz-transform: skew(-10deg);
	    -o-transform: skew(-10deg);}*/

/*end of oblique effect*/