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

/*************** ADD CUSTOM CSS HERE.   ***************/
.html.custom.html_topbar_right > h3 {
    color: #116d39;
}
.d_list_item > li {
    list-style: none;
}
.d_list_item > li {
    color: #000 !important;
}
.d_list_item > li > i {
    margin-right: 10px;
}
.p-0 {
    padding-bottom: 0;
}
.btn_cart {
    border-radius: 10px;
    font-weight: 600;
}
.muangay-muatragop {
    background: #127cc0;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    border-radius: 10px;
    text-align: center;
}
.product-support {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
}
.product-support-content {
    background: #f8f8f8;
    padding: 10px 0;
}
.product-support .col {
    padding: 0;
}
.product-support p {
    margin: 0;
}
.product-support .fa {
    font-size: 3em;
    margin: 0px 40%;
    color: #f36308;
}
.card .card-content {
    padding: 15px 15px 15px;
    height: 100%;
    border: solid 1px #ddd;
    background: #fff;
    min-height: 150px;
}
.card .card-name {
    padding: 0px 10px;
}
.card h3 {
    font-size: .9em !important;
    margin: 0px 0px 5px;
    font-weight: normal !important;
}
.card h3 a {
    color: #121212;
    font-weight: bold;
}
.product-small, .border {
    border: solid 0.1px #ccc;
}
.p-5 {
    padding: 5px;
}
.product-info {
    border: solid 1px #ccc;
    padding: 0 !important;
}
.product-info h1.name {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 8px 15px;
    color: #fff;
    background: #bf1e2e;
    margin-bottom: 0px;
}
.product-info .price-wrapper, .product-info .product-short-description, .product-info .cart, .product-info .product-support, .product-info .product_meta, .product-info .social-icons {
    padding: 10px 15px;
}
.product-info p {
    margin-bottom: 0.5em;
}
.product-short-description p {
    border-bottom: solid 1px #ccc;
}
.product-info .cart {
    margin-bottom: 0;
}
.product-info .cart button {
    margin-right: 0;
}
.product-info .card-cart {
    display: none;
}
.price-wrapper {
    background: #dbe0e5;
}
.price .card-buy {
    padding: 8px;
    text-align: center;
}
.lien-he {
    color: #df4b0a;
    font-weight: bold;
    margin-bottom: 10px;
}
.lien-he .new {
    font-size: 1.2em;
}
.lien-he span {
    /* display: block; */
}
.price .card-cart {
    
}
.price .card-buy a {
    border: none;
    padding: 5px 5px;
    cursor: pointer;
    border-radius: 3px;
    font-size: .9em;
    font-weight: normal;
    background: #127cc0;
    color: #fff;
}
.box-vertical .box-text {
    padding: 5px 0 0 5px;
}
.product-info .price-wrapper {
    background: #fff;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col, .columns, .gallery-item {
        padding: 0 5px 30px;
    }
    .box-vertical .box-text {
        padding: 0;
    }
    .title-wrapper {
        padding: 5px;
    }
}