/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
p.from_the_blog_excerpt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input#woocommerce-product-search-field-0::placeholder {
	color: #e8c943 !important;
}

.wn-border-img img {
    border: 15px solid #248e6a;
}

.category-page-row a.devvn_buy_now.devvn_buy_now_ajax {
    background-color: #248e6a;
    color: white;
    padding: 10px 115px !important;
}

.product-small a.devvn_buy_now.devvn_buy_now_ajax {
    background-color: #248e6a;
    color: white;
    padding: 10px 70px;
}

a.devvn_buy_now.devvn_buy_now_ajax {
    background-color: #248e6a;
    color: white;
    padding: 14px 85px;
}

#product-sidebar h3 {
    background-color: #248e6a;
    width: 100%;
    padding-top: 15px;
    color: white;
    height: 70px;
}

div#product-sidebar {
    padding: 40px;
    border: 2px solid #248e6a;
}

.dang-ky-section {
	padding-bottom: 0!important;
}

.wn-reg-form input[type=email] {
    height: 3em;
	width: 30em;
}

.dang-ky-section .form-nhan-tin input[type='email'] {
    border: none;
    border-bottom: 2px solid #e8e8e8;
    font-style: italic;
    font-size: 16px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    margin-bottom: 0px;
}

.wn-reg-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    margin-bottom: 0px;
    padding: 4px 53px;
    margin-right: 0px;
    background: url(/wp-content/uploads/2023/10/bg-send.png)no-repeat center #248e6a;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

ul.footer-list {
    padding: 10px;
}

ul.footer-list li {
    font-size: 15px;
}

.wn-reg-form {
    display: flex;
    margin-top: 20px;
}

.dang-ky-section .col {
    padding-bottom: 0 !important;
}

.wn-sign-up h3 {
    padding-top: 15px;
}

#footer h3 {
    font-size: 20px;
    padding-top: 20px;
}

.nav li.menu-item, .nav li.menu-item:first-child {
    margin: 0 20px !important;
}

i.icon-search {
    display: none;
}

.thong-tin-section h3 a {
    color: #4c910a;
    display: inline-block;
    position: relative;
}

.searchform-wrapper {
    width: 100%;
    margin-right: 50px;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    display: none;
}

input#woocommerce-product-search-field-0   {
	background-color: rgba(255,255,255,.2) !important;
    border-color: rgba(255,255,255,.09);
	border-radius:99px;
    color: #fff;
}

.form-flat input:not([type="submit"]) {
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border-color: rgb(255, 255, 255);
    color: currentColor !important;
    border-radius: 4px;
    border: 1px solid #5cab10;
    height: 40px;
}

.wn-reg-form-left {
    padding-left: 10px;
}

@media only screen and (max-width: 430px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.product-small a.devvn_buy_now.devvn_buy_now_ajax{
	padding: 10px 60px;
	}
	
	.wn-reg-form input[type=email] {
		width: 100% !important;
	}
	
	.nav li.menu-item {
    	margin: 0;
}

}

