/*
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.   ***************/
/* css header menu */
ul.nav-dropdown.nav-dropdown-default {
    border: 0;
    border-radius: 8px;
}
ul.nav-dropdown.nav-dropdown-default a.button.wc-forward {
    font-weight: 400;
    width: 50%;
    text-transform: initial;
    padding: 0 5px;
    font-size: 14px;
}

/* css trang chủ */
/* css section dịch vụ */
.box-sev p {
    line-height: 21px;
    font-size: 14px;
}
.box-sev .icon-box-text.last-reset {
    padding-left: 10px;
}

/* css btn xem thêm */
a.button.primary.btn-xemthem {
    background: #ff00008c;
    font-weight: 400;
}

/* css sản phẩm - tab */
.tab-pro ul li a {
    font-weight: 400;
    font-size: 16px;
    padding: 4px 16px;
    color: #000;
}
.tab-pro ul li.active a {
    color: red;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #000;
}
.product-small.box .price ins bdi {
    color: red;
    font-size: 16px;
}
.product-small.box .price del bdi {
    font-size: 13px;
}

/* css chi tiết sản phẩm */
/* css chính sách thêm vào chi tiết sản phẩm */
.col.col-padding {
	padding-bottom: 0;
}
.row-cs-pro>.col {
    background: #f7f8fa;
    padding: 10px !important;
}
.box-cs-pro {
    display: flex;
    align-items: center;
}
.box-cs-pro .icon-box-img .icon:hover {
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transform: rotateZ(360deg);
}
.box-cs-pro .icon-box-img+.icon-box-text {
    padding-left: 10px;
}
.box-cs-pro p {
    margin-bottom: 0;
    font-size: 15px;
}
div#cs-thanh-toan p, div#cs-doi-hang p, div#cs-van-chuyen p, div#cs-giam-sau p {
    margin-bottom: 5px;
    font-size: 15px;
}
/* css đặc điểm */
.product-short-description {
    margin-top: 15px;
    background: #f7f8fa;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 18px;
}
.product-short-description p {
    margin-bottom: 8px;
}
.product-short-description ul {
	margin-bottom: 0;
}
.product-short-description ul li {
    list-style: none;
    background-image:
    url(/wp-content/uploads/2022/09/icon-check-1.svg);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 24px;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 14.5px;
}
.product-short-description ul li:last-child{
	margin-bottom: 0;
}
h1.product-title.product_title.entry-title {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 5px;
}

.product-info .price del bdi {
    font-size: 14px;
}
.product-info .price ins bdi {
    color: red
}
/* css chọn size */
.lightbox-by-id.lightbox-content.lightbox-white {
    border-radius: 10px;
}
a.chonsize {
    display: block;
    right: 0;
    float: right;
    padding-top: 5px;
    color: #008fc5;
	font-size: 14px;
    text-decoration: underline;
}
.single-product .single_variation_wrap .woocommerce-variation.single_variation {
	display: none !important;
}
button.single_add_to_cart_button.button {
    background: red;
    font-weight: 400;
    opacity: 1;
    border-radius: 2px;
}

/* css trang thanh toán - checkout */
.woocommerce-checkout .row.row-main {
	background-color: #fff;
	padding-top: 15px;
}
input#billing_first_name, .woocommerce-checkout input#billing_address_1, .woocommerce-checkout input#billing_phone, .woocommerce-checkout input#billing_email, .woocommerce-checkout textarea#order_comments {
	border-radius: 6px;
	box-shadow: none;
	border-color: #000;
}
.woocommerce-checkout p#billing_address_1_field {
	margin-right: 0px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr th {
	text-transform: initial;
	color: #000;
}
.woocommerce-checkout .has-border {
	border: 1px solid #1e1e1e;
	border-top: 4px solid #00aeefbf;
}
.woocommerce-checkout .woocommerce-billing-fields {
    padding-top: 15px;
    border-top: 4px solid #00aeefbf;
}
.woocommerce-checkout .ts-product-image {
    width: 52px;
    height: 45px;
    padding-right: 7px;
    vertical-align: middle;
    float: left;
}
button#place_order {
	background: #00aeef;
	width: 100%;
	border-radius: 4px;
}
/* end css trang thanh toán - checkout */

/* css footer */
.footer-widgets.footer.footer-1 {
    border-top: 2px solid red;
}
.ct-foo p:first-child {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.ct-foo p:not(p:first-child) {
    font-size: 13px;
    margin-bottom: 5px;
}
.ct-mail p a,.ct-foo p a:hover {
    color: rgb(2, 77, 188);
}
.ct-foo p a strong {
    color: rgb(218, 67, 67);
}
.copyright-footer {
    color: #545353;
}

.footer-widgets.footer.footer-1 {
    background: #000c;
}
.ct-mail p a,.ct-foo p a, .ct-foo p {
    color: #fff
}

	/* 	css menu */
	.mfp-content div#main-menu {
		background-color: #fff;
	}
	.sidebar-menu.no-scrollbar {
		padding: 0;
	}
	.mfp-content div#main-menu ul li a {
		color: #000;
	}
	input#woocommerce-product-search-field-2 {
		box-shadow: 0 0;
		height: 35px;
	}
	button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
		height: 35px;
	}


@media (max-width: 549px) {
	/* css section dịch vụ */
    .box-sev {
        margin-bottom: 15px;
    }.box-sev .icon-box-img {
		width: 28px !important;
	}

    .box-sev p {
        line-height: 18px;
        font-size: 12px;
    }
	/* 	css btn-xem thêm */
	a.button.primary.btn-xemthem {
        text-transform: initial;
        font-size: 14px;
        padding: 5px 12px;
        line-height: 20px;
        min-height: 20px;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}