/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.color-scheme-4.green-outline {
    border-radius: 4.0rem;
    display: inline-block;
    padding: 0px 15px;
    text-align: center;
    color: #000 !important;
    background: #fff;
    border: solid 2px #54c63a;
}

.price-fd {
  color: #ff0c0c;
  font-weight: 500;
  letter-spacing: 0px;
}

.price-fd .icon {
    display: inline-block;
    width: 25px;
    height: 17px;
    position: relative;
}

.price-fd.wb {
    margin-top: 12px;	
}

.price-fd.wb > div {
    margin-top: 3px;
}

.price-fd.wb svg {
    color: #000 !important;
    width: 20px;
    margin-left: 3px;
    margin-right: 2px;
    margin-bottom: -6px;
}

.price-fd.wb span {
    color: #000 !important;
    font-family: Outfit, sans-serif !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    display: inline-block;
}

.header-search input.s {
	width: 72px !important;
    padding: 6px !important;
    height: 32px !important;
}

.header-search .fusion-search-button input {
	background: #fff !important;
    color: #000 !important;
    border: solid var(--form_border_width-top) var(--form_border_color) !important;
    border-left: 0px !important;
    height: 32px !important;
    line-height: 32px !important;
    margin-left: -15px !important;
}
@keyframes btn-payment {
  0% {
      left: 0;
      opacity: 0;
  }
  5% {
      opacity: 0;
  }
    48% {
      opacity: .2;
  }
    80% {
      opacity: 0;
  }
    100% {
      left: 82%;
  }
}

@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.icon--inventory {
  &:before,
  &:after {
    width: 9px;
    height: 9px;
    background: #54c63a;
    border-radius: 9px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    margin: 8px;
  }

  &:before {
    animation: inventory-pulse 2s linear infinite;
  }

  @nest .inventory--low & {
    &:before,
    &:after {
      background: #F4AF29;
    }
  }
}

.basic__step-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: none;
    line-height: 1.14285714em;
    border-radius: .28571429rem;
    border: 1px solid rgba(34, 36, 38, .15);
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}

.basic__step-container .step-box__basic {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    flex-direction: column;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0;
    padding: 10px 4px 10px 4px;
    background: #fff;
    color: rgba(0, 0, 0, .87);
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-right: 1px solid rgba(34, 36, 38, .15);
    -webkit-transition: background-color .1s ease, opacity .1s ease, color .1s ease, box-shadow .1s ease;
    transition: background-color .1s ease, opacity .1s ease, color .1s ease, box-shadow .1s ease;
    box-sizing: inherit;
    width: 33.333%;
}

.basic__step-container .step-box__basic .icon__step-box .svg__icon {
    fill: currentColor;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    font-size: 1.5rem;
}

.basic__step-container .step-box__basic .content__step-box {
    text-align: center;
    margin-top: 4px;
}

.basic__step-container .step-box__basic:after {
    display: none;
    position: absolute;
    z-index: 2;
    content: '';
    top: 50%;
    right: 0;
    border: medium none;
    background-color: #fff;
    width: 1.14285714em;
    height: 1.14285714em;
    border-style: solid;
    border-color: rgba(34, 36, 38, .15);
    border-width: 0 1px 1px 0;
    -webkit-transition: background-color .1s ease, opacity .1s ease, color .1s ease, box-shadow .1s ease;
    transition: background-color .1s ease, opacity .1s ease, color .1s ease, box-shadow .1s ease;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
}

.basic__step-container .step-box__basic:after {
    display: block;
}

.basic__step-container .step-box__basic:last-child:after {
    display: none;
}

.basic__step-container .step-box__basic .title__content {
    font-weight: 700;
}

.basic__step-container .step-box__basic .description__content {
    font-size: 13px !important;
    font-weight: 400;
    margin-top: 4px;
    color: rgba(0, 0, 0, .87);
}

#custom-buy-now {
	color:#ffffff !important;
	width: 100%;
	background:#3a3a3a;
	border: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	cursor:pointer;
	position: relative;
	padding: 10px 0px;
    border-radius: 8px;
    margin-top: 12px;
}

#custom-buy-now span {
	color:#ffffff !important;
}

#custom-buy-now:after {
	content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right, #fff0, #ffffff08 1%, #fff9 30%, #ffffffd9 50% 70%, #ffffffd9 71%, #fff0);
    width: 15%;
    height: 100%;
    transform: skew(-10deg);
    animation: btn-payment 1.5s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

#wa-buy-now {
	width: 100%;
	background:linear-gradient(90deg,rgb(26, 182, 86) 0%, #1EA651 100%);
	border: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-top: 10px;
	position:relative;
	text-decoration:none !important;
	border-radius: 8px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0px !important;
	color:#ffffff !important;
	padding: 10px 0px;
}

.fusion-image-wrapper {
    max-height: 360px !important;
    overflow: hidden !important;
    border-radius: 10px;
}

@media screen and (min-width:768px) {
	.awb-menu__sub-ul {
		display: -ms-flexbox!important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-flow: row !important;
        width: 990px !important;
        left: -310px !important;
        flex-wrap: wrap !important;
        background: #fff;
        border: solid 1px #d4d4d4;
	}
	.awb-menu__sub-ul li {
		width:auto !important;
	}
}

@media screen and (max-width:768px) {
	.fusion-animated-texts-wrapper .line1 {
		height:26px !important;
		align-items: center !important;
    	justify-content: center !important;
	}
}