/*default*/
.btn-primary, .sppb-btn-primary {
  color: white !important; /* Normal state text color */
  background: linear-gradient(90deg, #00B0EE, #0030A7) !important; /* Normal state background gradient */
  border-radius: 50px !important; /* Optional: Rounded corners */
  border: none; /* Optional: Remove border */
  padding: 10px 40px !important; /* Adjust padding for a nice button shape */
  font-size: 16px; /* Adjust text size */
  cursor: pointer; /* Pointer cursor on hover */
   transition: background 0.6s ease-in-out, transform 0.2s ease !important;  /* Smooth transition for background and scale */
    position: relative;
    overflow: hidden;
    display: inline-block;
  font-weight: 600; /* Semibold */
}

.btn-primary:hover, .sppb-btn-primary:hover {
  transform: scale(1.05); /* Slightly enlarge the button on hover */
}

/* Create the animated background effect */
.btn-primary::before, .sppb-btn-primary::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); /* Add background color */
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

/* Hover effect for expanding the background */
.btn-primary:hover::before, .sppb-btn-primary:hover::before {
    width: 250%;
}


/*slidehow slider*/
.sppb-sp-slider-button .sp-slider-btn-text{
  color: white !important; /* Normal state text color */
  background: linear-gradient(90deg, #00B0EE, #0030A7) !important; /* Normal state background gradient */
  border-radius: 50px !important; /* Optional: Rounded corners */
  border: none; /* Optional: Remove border */
  padding: 10px 40px !important; /* Adjust padding for a nice button shape */
  font-size: 16px; /* Adjust text size */
  cursor: pointer; /* Pointer cursor on hover */
   transition: background 0.6s ease-in-out, transform 0.2s ease !important;  /* Smooth transition for background and scale */
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.sppb-sp-slider-button .sp-slider-btn-text:hover {
  transform: scale(1.05); /* Slightly enlarge the button on hover */
}

/* Create the animated background effect */
.sppb-sp-slider-button .sp-slider-btn-text::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); /* Add background color */
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
  font-weight: 600; /* Semibold */
}

/* Hover effect for expanding the background */
.sppb-sp-slider-button .sp-slider-btn-text:hover::before {
    width: 250%;
}

.featurebox img.sppb-img-responsive {
    width: 50px !important;
}

.bottomfeaturebox img.sppb-img-responsive {
    width: 30px !important;
}

.sppb-btn-secondary{
  border-radius: 50px !important; /* Optional: Rounded corners */
  border: none; /* Optional: Remove border */
  padding: 10px 40px !important; /* Adjust padding for a nice button shape */
  font-size: 16px; /* Adjust text size */
  cursor: pointer; /* Pointer cursor on hover */
   transition: background 0.6s ease-in-out, transform 0.2s ease !important;  /* Smooth transition for background and scale */
    position: relative;
    overflow: hidden;
    display: inline-block;
 	color: #0030A7 !important; /* Normal state text color */
   background-color: white !important; /* Normal state background gradient */
  font-weight: 600; /* Semibold */
}

.sppb-btn-secondary:hover {
  transform: scale(1.05); /* Slightly enlarge the button on hover */
}

/* Create the animated background effect */
.sppb-btn-secondary::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); /* Add background color */
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

/* Hover effect for expanding the background */
.sppb-btn-secondary:hover::before {
    width: 250%;
}

/*third button----------------*/
.sppb-btn-success{
  border-radius: 50px !important; /* Optional: Rounded corners */
  border: none; /* Optional: Remove border */
  padding: 10px 40px !important; /* Adjust padding for a nice button shape */
  font-size: 16px; /* Adjust text size */
  cursor: pointer; /* Pointer cursor on hover */
   transition: background 0.6s ease-in-out, transform 0.2s ease !important;  /* Smooth transition for background and scale */
    position: relative;
    overflow: hidden;
    display: inline-block;
 	color: #00B0EE !important; /* Normal state text color */
   background-color: white !important; /* Normal state background gradient */
  font-weight: 600; /* Semibold */
}

.sppb-btn-success:hover {
  transform: scale(1.05); /* Slightly enlarge the button on hover */
}

.sppb-btn-success::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); /* Add background color */
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

/* Hover effect for expanding the background */
.sppb-btn-success:hover::before {
    width: 250%;
}










/*-----*/
.sppb-btn-default {
    background: #1a1a1a;
    border-radius: 0px;
    padding: 12px 25px !important;
    border: 0;
    color: #fff;
    font-size: 14px;
  	font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.5s;
}

.sppb-btn-default:hover, .sppb-btn-default:focus {
    background: #000;
    color: #fff;
}

@media (max-width: 767px) {
    .sppb-btn-default { font-size: 12px; padding: 10px 20px !important; }
}

/*end of default*/


/*primary*/


@media (max-width: 767px) {
    .sppb-btn-primary { 
      font-size: 14px; 
      padding: 10px 20px !important; 
  }
}

/*end of primary*/


/*form button*/


button#bfSubmitButton {
    background: #1a1a1a;
    border-radius: 0px;
    padding: 10px 40px !important;
    border: 0;
    color: #fff;
    font-size: 14px;
  	font-weight: 500;
    letter-spacing: 0.5px;
    transition: 0.5s;
}

button#bfSubmitButton:hover, button#bfSubmitButton:focus {
    background: #000;
    color: #fff;
}

@media (max-width: 767px) {
    button#bfSubmitButton { font-size: 12px; padding: 10px 20px !important; }
}
/*end of form button*/


/*hikashop catalog btn*/

/*hikashop catalog btn*/
button.hikabtn.hikabtn-danger.btn-2{
    color: #2e3138;
    background: #d5d7dd;
    border-color: #d5d7dd;
}

button.hikabtn.hikabtn-danger.btn-2:focus, button.hikabtn.hikabtn-danger.btn-2:hover {
    color: #2e3138;
    background: #d9dbe0;
    border-color: #d9dbe0;
}

div#hikashop_product_contact_main a {
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    background: #505050;
    color: #fff;
    border-radius: 100px;
}

div#hikashop_product_contact_main a:hover,
div#hikashop_product_contact_main a:focus {
    background: #000;
}

/*eo hikashop catalog button*/




