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


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

li.html.custom.html_topbar_left {
    font-weight: bold;
    color: #000;
}

ul#header-contact a {
    text-transform: none;
    color: #000;
    font-size: 15px;
    font-weight: normal !important;
}

.nav>li>a {
    font-weight: 900 !important;
    color: #444;
    padding: 10px 15px;
}

.header-nav-main>li.active>a.nav-top-link,
.header-nav-main>li:hover>a.nav-top-link {
    background: #060606;
    padding: 10px 15px;
    border-radius: 5px;
    color: #f2c31a;
}

a.header-cart-link.off-canvas-toggle.nav-top-link.icon.primary.button.round.is-small {
    background: red;
}

.nav-spacing-large>li {
    margin: 0 5px;
}

.bg-banner .bg.fill.bg-fill.bg-loaded {
    background-size: contain !important;
}

.banner.has-hover.bg-banner {
    background-color: transparent !important;
}

.wrap-text {
    background-image: url(./images/img-text.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 86px 66px 96px 66px !important;
}

.button.is-outline,
input[type='submit'].is-outline,
input[type='reset'].is-outline,
input[type='button'].is-outline {
    border: 1px solid currentColor;
    background-color: transparent;
}

p.name.product-title a {
    font-size: 15px;
    font-weight: 800;
    color: #444;
    line-height: 22px;
}

.product-small:hover .product-title a {
    color: #d6a218 !important;
}

a.button.white.is-outline {
    border-radius: 5px !important;
    border: 1px solid #ccc;
    margin: 0;
    padding: 4px 31px;
}

a.button.white.is-outline span {
    color: #333;
    font-family: Roboto-Slab;
}

a.button.white.is-outline:hover {
    border: 1px solid #e7af7a;
}

.box-blog-post .is-divider {
    display: none;
}

.post-title.is-large {
    line-height: 26px;
    margin: 0 0 7px 0;
}

img.attachment-original.size-original.wp-post-image {
    border-radius: 5px;
    overflow: hidden;
}

.info-giatri {
    background: #fff;
    padding: 30px 20px;
    text-align: justify;
    line-height: 28px;
    border-radius: 10px;
    min-height: 384px;
}

.icon-box-text.last-reset h3,
.icon-box-text.last-reset p {
    color: #000 !important;
}

.wrap-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.du-antieubieu p {
    color: #000;
    font-weight: 600;
}

.dark .is-divider {
    background-color: #FFAE65;
    max-width: 50px !important;
}

#text-2 .textwidget p {
    margin: 0 0 9px 0;
}

div#text-3 {
    padding: 0 0 0 60px;
}

#footer .widget li {
    list-style: inherit;
}

#footer .widget ul {
    padding: 0 0 0 17px;
}

.nav-dropdown-bold .nav-column li>a,
.nav-dropdown.nav-dropdown-bold>li>a {
    margin: 0 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 5px;
    color: #fff !important;
    font-weight: bold;
}

.nav-column li>a,
.nav-dropdown>li>a {
    width: auto;
    display: block;
    padding: 10px 20px;
    line-height: 1.3;
    color: #fff !important;
    font-weight: bold !important;
}

li.cat-item.cat-item-15 {
    display: none;
}

aside#woocommerce_product_categories-2 {
    background: #060606;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

aside#woocommerce_product_categories-2 span.widget-title.shop-sidebar {
    float: left;
    width: 100%;
    background: #d6a218;
    color: #fff;
    padding: 21px 5px;
    text-align: center;
}

aside#woocommerce_product_categories-2 ul.product-categories {
    float: left;
    width: 100%;
    background: #221F1F;
}

aside#woocommerce_product_categories-2 ul.product-categories>li>a {
    color: #d6a218;
    font-size: 13px;
    font-weight: 800;
    padding: 16px 16px;
}

span.amount {
    white-space: nowrap;
    color: #ff0000;
    font-weight: bold;
}

aside#woocommerce_product_categories-2 .current-cat>a {
    color: #fff;
    font-weight: bolder;
}

@media only screen and (max-width: 767px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .wrap-text {
        background-image: url(./images/img-text.png);
        background-repeat: no-repeat !important;
        background-size: cover !important;
        padding: 70px 20px 51px 20px !important;
    }
    .row-sp p {
        text-align: center !important;
    }
}