/*
Theme Name: Shop Đồng hồ
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"]{display:none;}
h1.entry-title.mb.uppercase {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 15px;
    border-left: 5px solid #555;
    background: #e9e9e9;
}
.page-inner p {
    text-align: justify;
}
div#product-sidebar .prdctfltr_filter, .page-left-sidebar .large-3 .prdctfltr_filter, .post-sidebar  .prdctfltr_filter, .page-left-sidebar .large-3 aside#woocommerce_products-2, .post-sidebar  aside#woocommerce_products-2, div#shop-sidebar .prdctfltr_filter , div#shop-sidebar aside#woocommerce_products-2 {
    border: 1px solid #e8e8e8;
    padding: 15px !important;
    border-radius: 5px;
}

div#product-sidebar label span, .page-left-sidebar .large-3  label span, .post-sidebar  label span, div#shop-sidebar label span {
    font-weight: 400;
}

.prdctfltr_sub {
    margin-left: 22px !important;
}
.price-wrapper {
    margin-top: 7px;
}

.shop-container .product-small> .col-inner {
    border: 1px solid #e8e8e8;
    padding: 0 15px;
    border-radius: 5px;
}
a.page-number {
    border-radius: 0 !important;
    border-width: 1px !important;
}

span.page-number.current {
    border-radius: 0;
    background: #4b4242;
    border-color: #4b4242;
}
span.page-number.dots {
    border: none;
}
a#top-link {
    border: 1px solid white;
    background-color: #00b9eb;
}
.mc4wp-form-fields p.dien-mail {
    width: 65%;
    display: inline-block;
}

.mc4wp-form-fields p.nhan-nut {
    width: 34%;
    display: inline-block;
    margin-left: -5px;
}

.mc4wp-form-fields input {
    border-radius: 99px;
}
.f2 {
	padding-top: 60px !important;
	padding-bottom: 0 !important;
}
.f2 ul {
    list-style: none;
}

.f2 li {
    margin-left: 0 !important;
}

.f2 li a, .f2 p {
    font-weight: 300 !important;
    color: #ccc;
}
.absolute-footer.dark {
    color: rgba(255,255,255,0.5);
    background: rgba(0,0,0,0.7);
}
.absolute-footer.dark .container.clearfix {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}
footer#footer {
    background: url(/wp-content/uploads/2019/10/bg-footer.jpg);
}
.header-bottom ul.nav-dropdown.nav-dropdown-default li a {
    text-transform: uppercase;
}

.header-bottom  ul.nav-dropdown.nav-dropdown-default {
    border-radius: 20px;
    border: 1px;
}
.header-bottom-nav li a {
    font-weight: 400;
}
p.name.product-title a {
    padding-top: 5px;
    color: #000;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.san-pham .large-columns-4 .col-inner {
    height: 100%;
}
#tab-description table, .shop-container table, .entry-content.single-page table, .page-inner table {
	margin-top: 1em;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

#tab-description tr, #tab-description td, .shop-container tr, .shop-container td, .entry-content.single-page tr, .entry-content.single-page td, .page-inner tr, .page-inner td {
    text-align: left;
    padding: 15px;
    border: 1px solid #e1e1e1;
    color: #1c1c1c;
}
#tab-description th:first-child, #tab-description td:first-child, .shop-container th:first-child, .shop-container td:first-child, .entry-content.single-page th:first-child, .entry-content.single-page td:first-child, .page-inner th:first-child, .page-inner td:first-child {
    padding-left: 15px;
}

.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}
.relatedcat p {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.relatedcat {
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
}
.blog-share {
    text-align: left;
}

.blog-share .is-divider.medium {
    display: none;
}

.blog-share a {
    border-radius: 0 !important;
    border-width: 1px !important;
}
.entry-content.single-page {
    padding-top: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}