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

/*************** ADD CUSTOM CSS HERE.   ***************/

.variations label {
    white-space: normal!important;
}

.woocommerce-form input {
    border-radius: 3px;
}
div#login-form-popup {
    border-radius: 10px;
}

#customer_details input, #customer_details textarea {
    border-radius: 5px;
}
.woocommerce-message .message-container {
    text-align: center;
    padding: 5px;
    background: #7fba00;
    border-radius: 10px;
    color: #fff;
}
.product-thumbnail img, .woocommerce-mini-cart img {
    border-radius: 5px;
}
#wck_link_theme {
    border-radius: 5px;
}
.button {
    border-radius: 4px;
}
.cauhoi-home h2 {
    background-color: #0d986f;
    margin: 0;
    padding: 10px 8px 6px 8px !important;
    display: block;
    color: #fff;
    font-size: 18px;
    border-radius: 3px 3px 0 0;
}

.copyright-footer .ux-shape-divider svg {
    height: 100px;
}
.variations {
    margin-bottom: 5px;
}
.back-to-top {
    background: #15779e !important;
    border: none !important;
    color: white!important;
}
.div-cau-hoi-home .col {
	border: 1px solid #0d986f;
    padding: 0;
    margin: 0 15px;
    border-radius: 5px;
}
.col-no-padding{
	padding-bottom: 0!important;
}

form.cart button {
    border-radius: 5px;
}
.woocommerce-OrderUpdate-meta {
    display: none;
}

.woocommerce-casso-wordpress-plugin-bank-details h4 b {
    color: red;
}

.payment-instruction strong {
    color: red;
}

.woocommerce-casso-wordpress-plugin-bank-details table {
    font-size: 17px!important;
}
         #form-submit-pay button {
            background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%);
            margin: 10px;
            padding: 5px 20px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

         #form-submit-pay button:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
.order-again {
    display: none;
}
.is-well.col-inner.entry-content {
    border: 1px solid #15779e;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px 5px;
}
.woocommerce-orders-table__cell-order-status {
    color: #15779e;
    font-weight: bold;
}

.payment_box .power_by {
    display: none;
}
input#wck_link_theme::placeholder {
    font-style: italic;
    font-size: 12px;
}

.tab-panels h2 {
    background-color: #0d986f;
    margin: 0;
    padding: 10px 8px 6px 8px !important;
    display: block;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}
.div-cau-hoi .col {
    border: 1px solid #ebebeb;
    padding: 0;
    margin: 0 15px;
	border-radius: 0 0 10px 10px;
}
.flickity-slider img {
    border-radius: 5px;
}
.product-main {
    padding-bottom: 0!important;
	padding-top: 25px!important;
}
.product-footer .woocommerce-tabs {
    border: none;
    padding-top: 0;
}
.woocommerce-breadcrumb {
    display: none;
}
p.wckalkulator-price {
    padding-top: 10px!important;
}
.product-title {
    font-size: 25px;
	color: #15779e;
}
.product-footer .tabs {
    display: none;
}

.product-info label {
    font-size: 15px;
	line-height: 25px;
}

.woocommerce-OrderUpdate-meta {
    font-size: 13px;
}

.woocommerce-OrderUpdate-description {
    font-weight: bold;
}

.cart-popup-inner {
    font-size: 90%;
}

.off-canvas .off-canvas-cart {
    width: 520px;
}

.wckalkulator-price span {
    color: #f00;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.div-cau-hoi {
    font-size: 14px;
}
.home-gioithieu p, .home-giaithich p {
    text-align: justify;
}
.product-title {
    font-size: 22px;
	color: #15779e;
}
}