.sigma_button_wrapper .sigma_btn {
  background-color: #f74f22;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
  letter-spacing: normal;
  overflow: hidden;
  font-weight: 700;
  display: inline-flex;
  z-index: 1;
  line-height: 60px;
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}
.elementor-widget-sc-button.btn-align--left .sigma_button_wrapper {
    text-align: left;
}
.elementor-widget-sc-button.btn-align--right .sigma_button_wrapper {
    text-align: right;
}
.elementor-widget-sc-button.btn-align--center .sigma_button_wrapper {
    text-align: center;
}
.elementor-widget-sc-button.btn-align--justify .sigma_button_wrapper .sigma_btn {
    width: 100%;
    text-align: center;
}
.sigma_button_wrapper .sigma_btn.sigma-btn-size-xs {
    font-size: 12px;
    padding: 0 20px;
    line-height: 42px;
    font-weight: 500;
}
.sigma_button_wrapper .sigma_btn.sigma-btn-size-sm {
    font-size: 14px;
    padding: 0 24px;
    line-height: 50px;
}
.sigma_button_wrapper .sigma_btn.sigma-btn-size-md {
    font-size: 14px;
    padding: 0 30px;
    line-height: 56px;
}
.sigma_button_wrapper .sigma_btn.sigma-btn-size-xl {
    font-size: 16px;
    padding: 0 50px;
    line-height: 70px;
}
.sigma_button_wrapper .sigma_btn .button-text{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.sigma_button_wrapper .sigma_btn .icon-align-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 15;
}
.sigma_button_wrapper .sigma_btn .icon-align-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 5;
}
.custom-button-style-1 .sigma_button_wrapper .sigma_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-color: #00000045;
  width: 10px;
  height: calc(100% - 15px);
  z-index: -1;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.custom-button-style-1 .sigma_button_wrapper .sigma_btn:hover::before{
  width: calc(100% - 14px);
  opacity: 1;
  visibility: visible;
}
.custom-button-style-2 .sigma_button_wrapper .sigma_btn::before {
  content: '';
  position: absolute;
  bottom: -85%;
  left: -95%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: .3s;
  background-color: #00000045;
}
.custom-button-style-2 .sigma_button_wrapper .sigma_btn:hover::before {
  width: 100%;
  left: 0;
  bottom: 0;
}

.custom-button-style-3 .elementor-widget-sc-button.elementor-widget-sc-button .sigma_button_wrapper .sigma_btn:hover::before {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.custom-button-style-3 .elementor-widget-sc-button.elementor-widget-sc-button .sigma_button_wrapper .sigma_btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleY(0);
    z-index: -1;
    transform-origin: 50%;
    border-radius: 50px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.custom-button-style-4 .elementor-widget-sc-button.elementor-widget-sc-button .sigma_button_wrapper .sigma_btn:hover::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.custom-button-style-4 .elementor-widget-sc-button.elementor-widget-sc-button .sigma_button_wrapper .sigma_btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  border-radius: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: none;
  transform-origin: inherit;
}
/* Responsive */
@media(max-width: 991px) {
  .elementor-widget-sc-button.btn-align--tablet-left .sigma_button_wrapper {
      text-align: left;
  }
  .elementor-widget-sc-button.btn-align--tablet--right .sigma_button_wrapper {
      text-align: right;
  }
  .elementor-widget-sc-button.btn-align--tablet--center .sigma_button_wrapper {
      text-align: center;
  }
}
@media(max-width: 400px) {
  .elementor-widget-sc-button.btn-align--mobile-left .sigma_button_wrapper {
      text-align: left;
  }
  .elementor-widget-sc-button.btn-align--mobile--right .sigma_button_wrapper {
      text-align: right;
  }
  .elementor-widget-sc-button.btn-align--mobile--center .sigma_button_wrapper {
      text-align: center;
  }
}
