.welcome_about_section .heading-1{
	text-transform: capitalize;
}
.contact_section .the-content .gform_wrapper input,
.contact_section .the-content .gform_wrapper select,
.contact_section .the-content .gform_wrapper textarea,
.contact_section .the-form .gform_wrapper input,
.contact_section .the-form .gform_wrapper select,
.contact_section .the-form .gform_wrapper textarea{
	border-bottom: 1px solid #d7d8db;
	transition: .3s;
}
.the-content .gform_wrapper input::placeholder,
.the-content .gform_wrapper select::placeholder,
.the-content .gform_wrapper textarea::placeholder,
.the-form .gform_wrapper input::placeholder,
.the-form .gform_wrapper select::placeholder,
.the-form .gform_wrapper textarea::placeholder{
	color: #b2b2b2;
}
.the-content .gform_wrapper input:hover,
.the-content .gform_wrapper input:focus,
.the-content .gform_wrapper select:hover,
.the-content .gform_wrapper select:focus,
.the-content .gform_wrapper textarea:hover,
.the-content .gform_wrapper textarea:focus,
.the-form .gform_wrapper input:hover,
.the-form .gform_wrapper input:focus,
.the-form .gform_wrapper select:hover,
.the-form .gform_wrapper select:focus,
.the-form .gform_wrapper textarea:hover,
.the-form .gform_wrapper textarea:focus{
    border-color: #036cb6;
}
.the-content .gform_wrapper input:hover::placeholder,
.the-content .gform_wrapper input:focus::placeholder,
.the-content .gform_wrapper select:hover::placeholder,
.the-content .gform_wrapper select:focus::placeholder,
.the-content .gform_wrapper textarea:hover::placeholder,
.the-content .gform_wrapper textarea:focus::placeholder,
.the-form .gform_wrapper input:hover::placeholder,
.the-form .gform_wrapper input:focus::placeholder,
.the-form .gform_wrapper select:hover::placeholder,
.the-form .gform_wrapper select:focus::placeholder,
.the-form .gform_wrapper textarea:hover::placeholder,
.the-form .gform_wrapper textarea:focus::placeholder{
    color: rgba(178,178,178,0.2);
}
.categories_section .box{
	width: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
    padding: 26px;
}
.categories_section .box h3{
	line-height: 48px;
}
.categories_section .box .btn-link{
	max-height: 50px;
    margin: 0 0 10px;
}
.categories_section .flex-container{
	flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center!important;
    margin: 0;
    width: 100%;
}
.categories_section div.contents{
    width: 100%;
	max-width: 610px;
}
.woocommerce-cart-form .actions button{
	margin-top: 0!important;
}
.woocommerce-cart input[name="coupon_code"]{
	text-align: center;
	width: 250px !important;
}
.gform_wrapper.gravity-theme .gform_footer button{
	background-color: #028ad0;
	border: none;
	color: #fff;
	transition: .3s;
	max-width: 100%;
	margin: 0!important;
}
.gform_wrapper.gravity-theme .gform_footer button:hover{
	background-color: #ff6042;
}
.gform_wrapper.gravity-theme .gform_footer{
	padding: 16px 0 0!important;
}
.the-content .gform_wrapper input,
.the-content .gform_wrapper select,
.the-content .gform_wrapper textarea,
.the-form .gform_wrapper input,
.the-form .gform_wrapper select,
.the-form .gform_wrapper textarea{
	border-bottom: 1px solid #002640;
}
.popular_products_section .container-fluid{
	padding: 0;
}
.page_intro_section div.contents{
	max-width: calc(100% - 40px)!important;
}

@media screen and (max-width: 650px){
	.woocommerce-message{
		display: flex;
		flex-direction: column-reverse;
	}
	.woocommerce-message a.button{
		margin: 20px 0 0;
	}
}
@media screen and (max-width: 640px){
	.contact_section .content-form{
	    padding-bottom: 20px!important;
	    border-radius: 8px;
	}
}
@media screen and (max-width: 550px){
	.woocommerce-cart-form .coupon{
		display: flex;
		flex-direction: column;
		row-gap: 15px;
	}
	.woocommerce-cart input[name="coupon_code"],
	.woocommerce-cart-form .actions button{
		width: 100%!important;
		max-width: 100%!important;
	}
}