/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

body::-webkit-scrollbar {
  	width: 0.4em;
}
body::-webkit-scrollbar-track {
  	background: transparent linear-gradient(180deg, #F8AE00 0%, #9E4A00 100%) 0% 0% no-repeat padding-box;
}
body::-webkit-scrollbar-thumb {
 	background-color: #9E4A00;
}
.banner-section .wpb_single_image .vc_figure img {
    border-radius: 0px 100px 0 100px;
}
.woocommerce .product div.entry-summary p.price {
    margin: 20px 0 !important;
}
.woocommerce .product div.entry-summary .woocommerce-product-details__short-description p {
    margin-bottom: 20px !important;
}
.woocommerce #reviews #comments .woocommerce-Reviews-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px !important;
}
.woocommerce .product .related.products h3 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px !important;
}
.woocommerce .product .related.products ul.products li .desc {}

.woocommerce .product .related.products ul.products li .desc .excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.woocommerce ul.products li.product strong {
    display: inline-block;
}


a, input[type="submit"], button, button[type="submit"], .dontae-row button, .service-section .vc_gitem-animated-block, :after, :before, .woocommerce ul.products li.product .desc,
.woocommerce ul.products li.product .desc a, .woocommerce ul.products li.product .desc .excerpt, .woocommerce ul.products li.product .desc span.price span.woocommerce-Price-amount.amount{
   -webkit-transition: all .3s ease-in-out !important;
   -moz-transition: all .3s ease-in-out !important;
   -o-transition: all .3s ease-in-out !important;
   -ms-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
a:hover, input[type="submit"]:focus,  button, button[type="submit"]:focus, .dontae-row button:focus{
	text-decoration:none !important;
	outline:none !important;
}


h1, h2, h3, h4, h5, h6, p, .wpb_wrapper > div, .has_content .the_content_wrapper{
	margin-bottom:0 !important;
}
.pt-80{
	padding-top:80px !important;
}
.pb-80{
	padding-bottom:80px;
}
.pt-64{
	padding-top:64px !important;
}
.mt-10{
	margin-top:10px;
}
.mt-15{
	margin-top:15px;
}
.mt-30{
	margin-top:30px;
}
.mt-40{
	margin-top:40px;
}
.mt-50{
	margin-top:50px;
}
.text-center{
	text-align:center;
}
.w-100 figure, .w-100 figure .vc_single_image-wrapper, .w-100 figure, .w-100 figure .vc_single_image-wrapper img {
    width: 100%;
}



#Top_bar .top_bar_right{
	padding:0 !important;
	margin-left: 100px;
}
#Top_bar .top_bar_right .top_bar_right_wrapper a {
    margin: 0 !important;
}
#Top_bar .top_bar_right .top_bar_right_wrapper a#search_button {
    margin-right: 30px !important;
}
#Top_bar .top_bar_right .top_bar_right_wrapper a#header_cart {
    order: 1;
}
.banner-section{
	height:902px;
}
.banner-image figure {
    padding: 15px;
    border: 1px solid #9E4A00;
    border-radius: 10px 100px;
}
.vc_btn3-container a.vc_general {
    padding: 0;
    border-radius: 116px !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
    width: 180px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(180deg, #F8AE00 0%, #9E4A00 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    animation: pulse-animation 2s infinite;
	transition: linear .2s !important;
}
ul.footer-social-list li a::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    transform: scale(0);
    border-radius: 50%;
    background: transparent linear-gradient(180deg, #F8AE00 0%, #9E4A00 100%);
    opacity: .5;
    z-index: -1
}
ul.footer-social-list li a:hover:before{
    transform: scale(1);
}
ul.footer-social-list li a:hover{
    color: #fff !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: transparent;
}
ul.footer-social-list li a {
    position: relative;
    z-index: 1;
    transition: linear .2s;
}
.vc_btn3-container a.vc_general:hover{
/* 	animation: gradient 1s ease-in-out infinite; */
}
.banner-section:before, .banner-section:after {
    content: "";
    position: absolute;
}
.banner-section:after {
    width: 977px;
    height: 293px;
    right: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2023/10/banner-stick.png);
	animation: float 3s ease-in-out infinite;
}
.banner-section:before {
    width: 360px;
    height: 400px;
    bottom: -30px;
    left: 0;
    background: url(/wp-content/uploads/2023/10/banner-flower.png);
	animation: float 3s ease-in-out infinite;
}
.icon_box{
	padding:0 !important;
}
.banner-section, .perfection-section{
	overflow:visible !important;
}
.perfection-section .icon_box {
    padding: 30px !important;
    border: 1px solid #9E4A00;
    border-radius: 15px;
	transition: .2s linear;
}
.perfection-section .icon_box:hover {
	border-radius: 0 100px 0 100px;
}
.perfection-section .icon_box .image_wrapper {
    margin: 0 auto 10px;
    width: 70px;
    height: 70px;
    background: transparent linear-gradient(180deg, #EFA400 0%, #9E4A00 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.perfection-section .icon_box h4.title {
    font-size: 42px;
    line-height: 51px;
    color: #9E4A00;
    margin-bottom: 10px !important;
}
.perfection-section .icon_box .desc {
    padding: 0 8px;
}
.perfection-section .icon_box .desc a {
    margin-top: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}
.about-right-col .vc_column-inner {
    padding-left: 90px !important;
}
.about-section .vc_btn3-container a.vc_general, .testimonial-section .vc_btn3-container a.vc_general {
    background: transparent;
    border: 2px solid #fff !important;
}
.right-border {
    display: inline-flex;
    font-family: "Cormorant",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    position: relative;
    align-items: center;
}
.right-border:after {
    content: "";
    width: 52px;
    height: 2px;
    display: inline-block;
    margin-left: 8px;
    background: #fff;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin-bottom: 0;
}

.woocommerce ul.products li.product-category.product {
    margin-bottom: 0;
}
.woocommerce ul.products li.product-category.product .woocommerce-loop-category__title {
    padding-bottom: 0;
    padding-top: 17px;
    font-size: 36px;
    line-height: 46px;
    color: #9E4A00;
}
.woocommerce ul.products li.product-category.product mark.count {
    display: none;
}
.category-section:before, .category-section:after {
    content: "";
    position: absolute;
}
.category-section:before {
    width: 311px;
    height: 303px;
    background: url(/wp-content/uploads/2023/10/Category-left-top-sticks.png);
    left: -1.5%;
    top: 0;
	animation: float 3s ease-in-out infinite;
}
.product-section:before{
	content: "";
    position: absolute;
	width: 311px;
    height: 303px;
    background: url(/wp-content/uploads/2023/10/Category-left-top-sticks.png);
    right: -1.5%;
    top: 0;
	animation: float 3s ease-in-out infinite;
}
.category-section:after {
    width: 306px;
    height: 446px;
    right: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2023/10/Category-left-bottm-flower.jpg);
	animation: float 3s ease-in-out infinite;
}
.text-col .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 41px;
}
ul.list-items {
    margin-top: 20px !important;
    list-style: none;
    margin: 0;
}
ul.list-items li {
    margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    position: relative;
    display: flex;
    align-items: center;
}
ul.list-items li:before {
    content: "\f058";
    display: inline-flex;
    width: 18px;
    height: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
}
/* .woocommerce ul.products li.product:hover h2.woocommerce-loop-category__title {
    color: #fff;
} */
.woocommerce ul.products li.product-category.product {
    padding-bottom: 20px;
    transition: .2s linear !important;
}
.text-col .vc_column-inner .vc_btn3-container a.vc_general {
    background: transparent;
    border: 2px solid #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin-bottom: 0;
    margin: 0 -1% -20px;
}
.woocommerce ul.products li.product {
/*     border-radius: 20px; */
	transition: linear .2s;
}
.woocommerce ul.products li.product .image_frame {
    margin-bottom: 0;
}
.woocommerce ul.products li.product .image_frame:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.woocommerce ul.products li.product .image_frame .mask {
    display:none;
}
.woocommerce ul.products li.product:hover .image_frame .mask:after {
    border-radius: 20px 20px 0px 0px;
    background: rgb(255 255 255 / 0%);
}
.woocommerce ul.products li.product:hover .image_frame .image_wrapper {
    border-color: #fff;
}
.woocommerce ul.products li.product .image_frame .image_wrapper {
/*     border: 1px solid #9E4A00; */
/*     border-radius: 20px 20px 0px 0px; */
}
.woocommerce ul.products li.product .mfn-li-product-row-button, .woocommerce-page ul.products li.product .mfn-li-product-row-button {
    margin-top: 14px;
}
.woocommerce ul.products li.product .desc {
    padding: 20px 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.woocommerce ul.products li.product .desc h4, .woocommerce ul.products li.product h2.woocommerce-loop-category__title {
    color: #9E4A00;
	font-family: "Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 22px !important;
    line-height: 28px !important;
	margin-bottom: 10px !important;
	text-align:left !important;
}
.woocommerce ul.products li.product .desc h4 a {
    color: #9E4A00;
	
}
.woocommerce ul.products li.product .desc .excerpt {
    margin: 10px 0;
    font-size: 15px;
    line-height: 20px;
    color: #8D8A87;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.woocommerce ul.products li.product .desc span.price {
    margin: 0;
}
.woocommerce ul.products li.product .desc span.price span.woocommerce-Price-amount.amount {
    color: #000;
/*     font-family: "Cormorant",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; */
    font-size: 20px;
    font-weight: 700;
}
.woocommerce ul.products li.product .mfn-li-product-row-button a.button, .woocommerce-page ul.products li.product .mfn-li-product-row-button a.button {
    background: transparent linear-gradient(180deg, #F8AE00 0%, #9E4A00 100%) 0% 0% no-repeat padding-box;
	width: 130px;
    padding: 10px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;
}

/* .woocommerce ul.products li.product:hover {
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
} */
/* .woocommerce ul.products li.product:hover .desc {
    background: #9E4A00;
} */
/* .woocommerce ul.products li.product:hover .desc a, .woocommerce ul.products li.product:hover .desc .excerpt, 
.woocommerce ul.products li.product:hover .desc span.price span.woocommerce-Price-amount.amount {
    color: #fff;
} */
.testimonial-section {
	height:647px;
}
.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner {
    background: #707070;
    padding: 22px 110px 30px 50px;
    border-radius: 0 100px 0px 100px;
	display:flex !important;
	flex-direction:column;
	position:relative;
}
.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner h3 {
    display: none;
}
.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner .wpmtst-testimonial-field.testimonial-field {
    display: flex;
    order: -1;
}
.strong-rating-wrapper .star svg path {
    fill: #fff !important;
}
.strong-rating span.star {
    margin-right: 11px !important;
}
.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner p {
    display: flex !important;
    order: -1;
    color: #fff;
    margin: 6px 0px 15px !important;
}
.wpmtst-testimonial-content.testimonial-content {
    display: flex;
    flex-direction: column;
}
.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner:after {
    content: "";
    position: absolute;
    right: 90px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    background: url(/wp-content/uploads/2023/10/quote.png);
	background-size:100% 100%;
}
.strong-bottom {
    position: absolute;
    bottom: 35px;
    left: 170px;
    display: flex;
    flex-direction: column;
}
.strong-bottom .wpmtst-testimonial-field {
    color: #fff;
}
.strong-bottom .wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-size: 26px;
    font-weight: 700;
    font-family: "Cormorant",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    margin-bottom: 5px;
}
.post-item {
    margin-bottom: 0 !important;
}
.posts_group.lm_wrapper {
    margin: 0 -2% 0;
}
.post-item .image_frame {
    margin-bottom: 0;
}
.post-item .post-desc-wrapper .post-desc {
    padding: 0;
    position: absolute;
    bottom: 35px;
    left: 35px;
}
.post-item .post-desc-wrapper .post-desc .post-head .post-meta.clearfix {
    margin-bottom: 0;
}
.post-item .post-desc-wrapper .post-desc .post-head .post-meta.clearfix .author-date {
    width: 100%;
    display: flex;
    color: #fff;
}
.post-item .post-desc-wrapper .post-desc .post-head .post-meta.clearfix .author-date span.date {
    display: flex;
    order: -1;
}
.post-item .post-desc-wrapper .post-desc .post-head .post-meta.clearfix .author-date span.date span.label, .post-item .post-desc-wrapper .post-desc .post-head .post-meta.clearfix .author-date span.date i {
    display: none;
}
.post-item .post-desc-wrapper .post-desc .post-head .post-meta.clearfix .author-date span.vcard.author.post-author {
    position: relative;
    margin-left: 5px;
}
.post-item .post-desc-wrapper .post-desc .post-head .post-meta.clearfix .author-date span.vcard.author.post-author i {
    display: none;
}
.post-item .post-desc-wrapper .post-desc .post-head .post-meta.clearfix .author-date span.vcard.author.post-author:before {
    content: "- By:";
}
.post-item .post-desc-wrapper .post-desc .post-title {
    margin-top: 10px;
}
.post-item .post-desc-wrapper .post-desc .post-title h2.entry-title {
    font-size: 36px;
    line-height: 32px;
}
.post-item .post-desc-wrapper .post-desc .post-excerpt {
    margin: 0 !important;
}
.post-item .post-desc-wrapper .post-desc .post-footer {
    margin: 15px 0 0;
    padding: 0;
}
.post-item .post-desc-wrapper .post-desc .post-footer .button-love {
    display: none;
}
.post-item .post-desc-wrapper .post-desc .post-footer .post-links {
    padding: 0;
    border: 0;
    width: 100%;
}
.post-item .post-desc-wrapper .post-desc .post-footer .post-links i {
    display: none;
}
.post-item .post-desc-wrapper .post-desc .post-footer .post-links a.post-comments {
    display: none;
}
.post-item .post-desc-wrapper .post-desc .post-footer .post-links a.post-more {
    color: #fff;
    text-decoration: underline;
	font-weight:600 !important;
}
.post-item .post-desc-wrapper .post-desc .post-head .post-meta.clearfix .author-date a {
    border: 0;
    color: #fff;
}
.post-item .post-desc-wrapper .post-desc .post-title h2.entry-title a {
    color: #fff;
}
.post-item .image_frame:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1) !important;
}
.post-item .image_frame:hover:after {
    opacity: 0;
}
.post-item .image_frame .mask {
    display: none;
}

/********************************* Contact Form *********************************/
.contact-form .uacf7-row span {
    margin-bottom: 20px;
}
.contact-form .uacf7-row span input {
    height: 55px;
    padding-left: 20px;
}
.contact-form .uacf7-row span textarea {
    height: 180px;
    resize: none;
    padding-top: 20px;
    padding-left: 20px;
}
.contact-form .uacf7-row  button {
    margin: 0;
	background: transparent linear-gradient(180deg, #F8AE00 0%, #9E4A00 100%) 0% 0% no-repeat padding-box;
    width: 130px;
    padding: 10px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.contact-section .icon_box .desc_wrapper {
    text-align: left;

}
.contact-section .icon_box .desc_wrapper h4.title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px !important;
}
.contact-section .icon_box .desc_wrapper .desc {
    font-size: 16px;
}


/********************************* Subheader *********************************/
#Subheader .column.one {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}
.subheader-both-center #Subheader .title {
    width: auto;
    color: #fff;
}
.subheader-both-center #Subheader .breadcrumbs {
    width: auto;
}
.subheader-both-center #Subheader .breadcrumbs li {
    color: #fff;
}
.subheader-both-center #Subheader .breadcrumbs li a {
    color: #fff;
}
footer .one-fourth.column:nth-child(1) {
    width: 30%;
}
.widget {
    margin: 0;
}
footer h4 {
    margin-top: 36px;
    margin-bottom: 30px !important;
}
aside#media_image-2 {
    margin-bottom: 30px;
}
aside#text-2 {
    margin-bottom: 20px;
}
ul.footer-contact-list li {
    line-height: 22px;
    margin-bottom: 20px;
}
ul.footer-contact-list li:last-child {
    margin-bottom: 0;
}
ul.footer-contact-list li a {
    margin-left: 10px;
}
footer .menu {
    padding: 0;
    list-style: none;
}
.widget_archive ul li:after, .widget_nav_menu ul li:after {
    display: none;
}
footer .menu li {
    line-height: 22px;
    margin-bottom: 20px;
}
footer .menu li a {
    padding: 0;
}
footer .one-fourth.column:nth-child(3) {
	width: 19%;
}
footer .one-fourth.column:nth-child(4) {
    width: 26%;
}
aside#text-3 .textwidget p {
    margin-bottom: 30px !important;
}
aside#text-3 form.wpcf7-form.init {
    position: relative;
}
aside#text-3 form.wpcf7-form.init span {
    margin-bottom: 0;
}
aside#text-3 form.wpcf7-form.init span input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
	color: #fff;
    font-size: 18px;
}
aside#text-3 form.wpcf7-form.init span input::placeholder {
    color: #fff;
    font-size: 18px;
}
aside#text-3 form.wpcf7-form.init p {
    margin-bottom: 0 !important;
}
aside#text-3 form.wpcf7-form.init button {
    padding: 0;
    width: 24px;
    height: 24px;
    background: transparent;
    position: absolute;
    bottom: 22px;
    right: 0;
}
ul.footer-social-list {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
ul.footer-social-list li {
    margin-right: 14px;
}
ul.footer-social-list li a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(180deg, #F8AE00 0%, #9E4A00 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
}
#Footer .footer_copy .social {
    margin: 0;
}

#Footer .footer_copy .social li {
    margin-right: 30px;
}
#Footer .footer_copy .social li a {
    font-size: 28px;
}


/********************************* Responsive Css *********************************/
@media screen and (min-width: 1240px) and (max-width: 1499px){
	.section_wrapper, .container{
		max-width: 1220px;
	}
}

@media screen and (max-width: 1499px){
	h1 {
		font-size: 70px;
		line-height: 70px;
	}

	.banner-section:after {
		width: 607px;
		height: 183px;
		background-size: contain;
	}

	.banner-section:before {
		width: 240px;
		height: 300px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.banner-section {
		height: 750px;
	}

	h2 {
		font-size: 60px;
    	line-height: 64px;
	}

	.perfection-section .icon_box h4.title {
		font-size: 36px;
		line-height: 40px;
	}

	.perfection-section .icon_box .desc a {
		margin-top: 10px;
	}

	.right-border {
		font-size: 20px !important;
	}

	.about-right-col {}

	.about-right-col p br {
		display: none;
	}

	.about-right-col .vc_column-inner {}

	.category-section:before {
		width: 211px;
		height: 203px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.category-section {
		padding-top: 40px !important;
		/* padding-bottom: 40px !important; */
	}

	.woocommerce ul.products li.product-category.product .woocommerce-loop-category__title {
		font-size: 34px;
		padding-top: 7px;
	}

	.category-section .vc_row.wpb_row.vc_inner.vc_row-fluid.mt-50.text-center {
		margin-top: 40px;
	}

	.category-section:after {
		width: 160px !important;
		height: 230px !important;
		background-size: contain;
		background-repeat: no-repeat;
		right: -4px !important;
	}

	.incense-section {
		padding-top: 40px !important;
		padding-bottom: 40px;
	}

	h3 {
		font-size: 40px;
		line-height: 45px;
	}

	.incense-section p br {
		display: none;
	}

	ul.list-items li {
		margin-bottom: 8px;
		/* font-size: 14px; */
	}

	.product-section {
		padding-top: 40px !important;
		padding-bottom: 40px;
	}

	.product-section:before {
		width: 211px;
		height: 203px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.woocommerce ul.products li.product .desc h4 a {
		font-size: 28px;
		line-height: 28px;
	}

	.woocommerce ul.products li.product .desc .excerpt {
		margin: 5px 0 !important;
	}

	.woocommerce ul.products li.product .desc {
		padding: 10px 10px;
	}

	.product-section .vc_row.wpb_row.vc_inner.vc_row-fluid.mt-50.text-center {
		margin-top: 10px;
	}

	.testimonial-section {
		height: 425px;
	}

	.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner:after {
		width: 50px;
		height: 50px;
	}

	.strong-bottom .wpmtst-testimonial-field.testimonial-field.testimonial-name {
		font-size: 23px;
	}

	.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner .wpmtst-testimonial-field.testimonial-field {
		margin-top: 0 !important;
	}

	.blog-section {
		padding-top: 40px !important;
		padding-bottom: 40px;
	}

	.post-item .post-desc-wrapper .post-desc .post-title {
		margin-top: 5px;
	}

	.post-item .post-desc-wrapper .post-desc .post-footer {
		margin: 5px 0 0;
	}

	.post-item .post-desc-wrapper .post-desc .post-title h2.entry-title {
		font-size: 32px;
		line-height: 28px;
	}

	#Footer .widgets_wrapper {
		padding: 30px 0;
	}

	footer h4 {
		margin-top: 26px;
		margin-bottom: 24px !important;
		font-size: 32px;
	}

	footer .menu li a {
		font-size: 16px;
	}

	footer .menu li {
		margin-bottom: 15px;
	}

	ul.footer-contact-list li {
		margin-bottom: 14px;
		font-size: 16px;
	}

	aside#text-3 .textwidget p {
		margin-bottom: 20px !important;
	}

	aside#text-3 form.wpcf7-form.init span input {
		padding-bottom: 16px;
		font-size: 16px;
	}

	aside#text-3 form.wpcf7-form.init span input::placeholder {
		font-size: 16px;
	}

	ul.footer-social-list li {
		margin-right: 10px;
		font-size: 16px;
	}

	#Footer .footer_copy .one {
		margin-bottom: 10px;
		padding-top: 20px;
	}

	#Footer .footer_copy .copyright {
		font-size: 17px;
	}
	.woocommerce ul.products li.product-category.product{
    	padding-bottom: 14px;
	}

}

/******************************* Animations *******************************/
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}