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

/*************** ADD CUSTOM CSS HERE.   ***************/
.breadcrumbs {
    color: #53585c;
    font-size: 14px;
    /* font-weight: bold; */
    letter-spacing: 0;
    padding: 0;
}
.entry-header-text {
    padding: 0.9em 0em 0.6em 0em;
}
.entry-content {
    padding-top: 0.1em;
    padding-bottom: 1.5em;
}
a {
    color: #288ad6 ;
    text-decoration: none;
}

#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
.relatedcontent h3 {
  font-size: 16px;
  margin-top: 7px;
}
.relatedthumb img {
  height: 100%;
  max-height: 165px;
}
#related_posts {
    margin-top: 30px;
  border-top: 4px double #e8e8e8;
        padding-top: 10px;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
.relatedthumb img {
  min-height: 125px;
}

[data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .badge-inner.on-sale, .current  {
    background-color: #e32124;
    height: 1.8em;
    width: 2.9em;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    /* border-radius: 99999px; */
    /* border-radius: 50%; */
    -moz-border-radius: 50%;
    /* -webkit-border-radius: 50%; */
}
.product-info .product_title{
    text-transform: uppercase;
    font-size: 20px;
    
}
.product-tabs .tab-description{
    font-size: 22px !important;
}

.product_list_widget a{
    font-size: 15px;
}
span.widget-title {
        font-size: 1em;
    font-weight: 600;
    display: block;
    background: url(https://tuyetthienan.com/wp-content/uploads/2021/01/sideba1r.png)no-repeat #170176;
    height: 40px;
    line-height: 40px!important;
    /* padding: 0 10px!important; */
    color: white;
    text-align: left;
    padding-left: 40px !important;
}
.sidebar .widget {
    margin-bottom: 2em;
    border: 1px solid #cfcfcf;
    border-top: none;
    clear: both;
    overflow: inherit;
}
.widget-title .is-divider{
    display: none;
}

span.widget-title {
    font-size: 15px !important;
    letter-spacing: 0;
}

.widget_nav_menu .menu {
    padding: 0px !important;
}
.taxonomy-description{
    margin-bottom: 50px;
}
.nav-dark .header-contact a {font-size: 15px; color: #dfb203;}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
}
.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.col+.col .col-inner {
    margin-right: auto;
    margin-left: 0;
}
.icon-box-left .icon-box-img, .icon-box-right .icon-box-img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
}

.icon-box .icon-box-img {
    margin-bottom: 1em;
    max-width: 100%;
    position: relative;
}
.text-left {
    text-align: left;
}

.icon-box-left, .icon-box-right {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}
.text-left {
    text-align: left;
}
.row-collapse>.flickity-viewport>.flickity-slider>.col, .row-collapse>.col {
    padding: 0 !important;
}
.nav li:last-child {
    margin-right: 0 !important;
}
#related_posts li:nth-child(3n+1){clear:both;}
.col.post-item .post-title.is-large{height: 42px;}
/*.large-3 .widget ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px;
}
.widget ul li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #a1a1a1;
    margin-right: 8px;
}*/
.relative .inner-tags a {
    display: inline-block;
    float: left;
    padding: 0 5px;
    margin: 5px 0;
    line-height: 18px;
    border-right: 1px solid #9e9e9e;
}
.nav-dark  .nav>li>a {color:#ffffff}
.box-text-inner h4{text-transform: uppercase;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}