/*
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 {
    margin-bottom: 6px;
}
.nav-spacing-xlarge>li {
    margin: 0 30px;
}
.nav-size-large>li>a {
    font-size: 16px;
    font-weight: normal !important;
}
.header-button .button {
    font-weight: normal !important;
    font-size: 16px;
}
.section .section-content > .row > .col {
    padding-bottom: 0;
}
.product-small.col {
    margin-bottom: 20px;
}
.product-small.box {
    background-color: #fff;
	min-height: 380px;
}

.product-small.box .box-image img {
    height: 178px;
    object-fit: cover;
}
.product-small.box .box-text {
    padding-bottom: 0;
}
.product-small.box .price {
    padding: 0 5px 0 5px;
}
.product-small.box .price .amount {
    font-size: 16px;
    color: #ff0000;
    font-weight: normal;
}
.title-wrapper {
    padding: 0 5px 0px 5px;
}
.product-small.box .product-title a {
    font-size: 15px;
    color: var(--primary-color);
}
.product-small.box .box_attribute {
    padding: 10px 5px 0;
}
.product-small.box .box_attribute .box_attribute-loop {
    border-top: 1px solid #cccccc;
    padding: 10px 0;
    font-size: 12px;
}
.product-small.box .box_attribute .box_attribute-loop span {
    color: #999999;
}
.product-khuyenmai {
    padding: 0 15px;
    background-image: url(images/km.gif);
    background-position: left center;
    padding-left: 38px;
    background-repeat: no-repeat;
    margin-top: 8px;
}
.product-khuyenmai span {
    display: block;
    font-size: 12px;
}

h2.section-title-center {
    color: var(--primary-color);
    font-size: 25px;
    background-image: url(images/bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 15px;
}
.section-title-center b {
    height: 0;
}

.icon-box-text h3 {
    font-size: 18px;
}
.icon-box-text p {
    font-size: 14px;
}

.wpcf7 .wpcf7-form input {
    margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
    display: block;
    margin: auto;
    background-color: #02055A;
}
.wpcf7-spinner {
    position: absolute;
}
.block_dknt h2 {
    margin-bottom: 6px;
}
.section-title-bold b {
    height: 0;
}
.section-title-bold span {
    border: none;
    padding: 0;
    color: var(--primary-color);
}
.section-title-bold span:after {
    content: '';
    width: 48px;
    height: 2px;
    background-color: #e7bd4c;
    display: block;
    margin-top: 6px;
}
h3.section-title-bold {
    font-size: 16px;
    font-weight: normal;
}
.block_footer {
    font-size: 15px;
}
.block_footer ul {
    margin-bottom: 0;
}
.block_footer ul li {
    list-style: none;
    margin-left: 0;
}
.block_footer ul li:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 10px;
    top: -3px;
    position: relative;
}
.block_footer p {
    margin-bottom: 10px;
}
.hotline p {
    margin-bottom: 0;
}
.col-right .row .col {
    padding-bottom: 0;
}
.product-price-container .price .amount {
    font-size: 20px;
    color: #d20808;
}
form {
    margin-bottom: 0 !important;
}
form .row .col {
    padding-bottom: 15px;
}

.absolute-footer {
    display: none;
}
@media (min-width: 850px) {
    .archive .col.post-item .box-vertical .box-image {
        width: 30% !important;
    }
}

@media only screen and (max-width: 820px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    a.devvn_buy_now_style {
        margin-top: 20px;
    }
    .price-wrapper .price {
        margin-top: 20px;
    }

}
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    

}