.primary, input[type=submit], input[type=submit].button {
    background: linear-gradient(90deg, #05C7BD 0%, #F3582F 100%), linear-gradient(90deg, #C54618 0%, #781F12 100%);
    width: 100%;
    border-radius: 5px;
}
.title-form h3 {
   background: linear-gradient(90deg, #05C7BD 0%, #F3582F 100%), linear-gradient(90deg, #C54618 0%, #781F12 100%);
border-radius: 10px 10px 0px 0px;
    color: white;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
display: block;
}
.title-form .section-title b {
    display: none;
}

.button.alt, .button.checkout, .checkout-button, .secondary {
    background: linear-gradient(90deg, #05C7BD 0%, #F3582F 100%), linear-gradient(90deg, #C54618 0%, #781F12 100%);
    padding: 3px 25px;
}
.box-overlay .box-text, .box-shade .box-text {
    bottom: 0;
    max-height: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, #05C7BD 0%, #F3582F 100%), linear-gradient(90deg, #C54618 0%, #781F12 100%);
}

.text-yellow {
    color: #eecd77;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5294117647);
    font-size: 30px;
}

.justify-start {
    justify-content: flex-start;
    justify-content: flex-start;
    line-height: 1.3;
    margin-bottom: .1em;
    margin-top: .1em;
    font-weight: 600;
}

.footer-wrapper {
    position: relative;
    width: 100%;
    border-top: solid 3px rgb(193 120 76);
}
.header-main {
    height: 70px;
    border-bottom: solid 3px rgb(193 120 76);
}

.text-gradient {
    background-image: linear-gradient(90deg, #05C7BD 0%, #F3582F 100%), linear-gradient(90deg, #C54618 0%, #781F12 100%);
    background-clip: text;
    color: transparent;
}


.nav>li {
    display: inline-block;
    list-style: none;
    padding: 0;
    transition: background-color .3s;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: #fff;
}

.lightbox-content {
     background: linear-gradient(330deg, #2A6562 -41.07%, #2D6B68 -27.27%, #367D7A -7.18%, #459B98 15.41%, #469D9A 16.67%, #4C9B96 24.2%, #5F968B 35.49%, #7D8D7A 49.3%, #A78263 64.36%, #DD7345 80.68%, #EC703D 84.45%), #FFF;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    position: relative;
    border: 2px #ecc09a solid;
    border-radius: 50px 0px 50px 0px;
}

.icon-feauture-box:hover img{
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.icon-feauture-box img{
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
    border: solid 1px #ecc09a;
}

.button.icon.circle, .button.icon.round {
    padding-left: 0;
    padding-right: 0;
    border: 2px #ecc09a solid;
    color: #fff;
    background: linear-gradient(90deg, #05C7BD 0%, #F3582F 100%), linear-gradient(90deg, #C54618 0%, #781F12 100%);
border-radius: 99px;
}



.header-button .button {
    font-size: 16px;
    border: 2px #ecc09a solid;
    width: max-content;
    background: linear-gradient(90deg, #05C7BD 0%, #F3582F 100%), linear-gradient(90deg, #C54618 0%, #781F12 100%);
}

.back-to-top.active {
    opacity: 1;
    pointer-events: inherit;
    transform: translateY(0);
    border: 2px #ecc09a solid;
    background: linear-gradient(138deg, #1968b3 0, #71bf44 100%);
}

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}