/*
Theme Name: Shost Theme
Description: Giao diện website được thiết kế bởi Shost.vn
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.cart-item .icon-shopping-basket:after{background-color:var(--primary-color) !important;}
ul li.bullet-checkmark:before{color:var(--primary-color);}
.price del, .product_list_widget del, del .woocommerce-Price-amount{color:var(--primary-color) !important;}
.current .breadcrumb-step, [data-icon-label]:after, .button#place_order, .button.checkout, .checkout-button,.cart .single_add_to_cart_button.button {background-color:var(--primary-color) !important;}
.post-item .box-text .post-title{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.button{
    font-weight: 400;
}
.html .social-icons .button{
    margin: 0 7px !important;
}
.button.icon.is-small {
    border-width: 2px;
}
.nav-dark .is-outline, .nav-dark .social-icons .button.is-outline{
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.nav-dark .is-outline:hover{
    color: #fff;
}
.btn-dark-color{
    background-color: #151515;
}
.img-circle img{
    border-radius: 50%;
}
.branch-bg{
    background-image: url(/wp-content/uploads/2024/03/vector-rice-2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

ul li.bullet-checkmark{
    border-bottom: 0px solid #ececec;
}
.absolute-footer.dark {
    display: none;
}
.related .container-width{
    max-width: 1300px;
}
.section-title-bold span{
    border: 0px solid rgba(0,0,0,.1);
}
.woocommerce-tabs .description_tab, .woocommerce-tabs .reviews_tab{
    font-size: 150%;
}
.widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .price_slider_amount .button, .searchform .button.icon {
    background-color: var(--primary-color);
}
.button{
    font-weight: 400;
}
.html .social-icons .button{
    margin: 0 7px !important;
}
.button.icon.is-small {
    border-width: 2px;
}

.nav-dark .is-outline:hover{
    color: #fff;
}
.btn-dark-color{
    background-color: #151515;
}
.img-circle img{
    border-radius: 50%;
}

ul li.bullet-checkmark{
    border-bottom: 0px solid #ececec;
}
.absolute-footer.dark {
    display: none;
}
.related .container-width{
    max-width: 1300px;
}
.section-title-bold span{
    border: 0px solid rgba(0,0,0,.1);
}
.woocommerce-tabs .description_tab, .woocommerce-tabs .reviews_tab{
    font-size: 150%;
}

.lte-effect-smoke {
  position: relative;
  pointer-events: none;
}
.lte-effect-smoke img {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  bottom: 0%;
  left: 50%;
  margin: 0 0 300px;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-animation: lte-smoke-1 12s infinite;
  -moz-animation: lte-smoke-1 12s infinite;
  -o-animation: lte-smoke-1 12s infinite;
  animation: lte-smoke-1 12s infinite;
}
.lte-effect-smoke .lte-effect-item-2 {
  animation-delay: 2s;
}
.lte-effect-smoke .lte-effect-item-3 {
  animation-delay: 4s;
}
.lte-effect-smoke .lte-effect-item-4 {
  animation-delay: 6s;
}
.lte-effect-smoke .lte-effect-item-5 {
  animation-delay: 8s;
}
.lte-effect-smoke .lte-effect-item-6 {
  animation-delay: 10s;
}
.lte-effect-smoke .lte-effect-item-2 img {
  animation-delay: 2s;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.lte-effect-smoke .lte-effect-item-4 img {
  animation-delay: 6s;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.lte-effect-smoke .lte-effect-item-6 img {
  animation-delay: 10s;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
@keyframes lte-smoke-1 {
  0% {
    opacity: 0;
    transform: translate(-50%, 650px);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: translateY(-50%, 0px);
  }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	

}
.the_content {
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px
}

.the_content h2,
.the_content h3,
.the_content h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    color: var(--primary-color)
}

.the_content figure {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    text-align: center
}

.the_content h6 {
    font-size: 15px
}

.the_content h5 {
    font-size: 17px
}

.the_content h4 {
    font-size: 17px
}

.the_content h3 {
    font-size: 18px
}

.the_content h2 {
    font-size: 20px;
    line-height: 1.5
}

.the_content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem
}

.the_content p {
    color: #333;
    margin-bottom: 1rem;
    font-size: 16.5px;
    line-height: 1.6
}

.the_content ul {
    list-style: disc;
    padding-left: 5rem;
    padding-bottom: 5px
}

.the_content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px
}

.the_content ul li a {
    color: #007bff
}

.the_content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px;
    font-size: 16.5px
}

.the_content ol li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px
}

.the_content ol li a {
    color: #ff5912
}

.the_content a {
    color: var(--primary-color);
    font-weight: 700
}

.the_content blockquote {
    background: #f3f3f3;
    color: #868686;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify
}

.the_content blockquote p {
    margin-bottom: 0
}

.the_content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    content: ""
}

.the_content code {
    background: rgba(0, 0, 0, .05);
    border-radius: 3px;
    font-size: .85rem;
    color: #e83e8c;
    font-size: 15px
}

.the_content table>tbody>tr>td,
.the_content table>tbody>tr>th,
.the_content table>tfoot>tr>td,
.the_content table>tfoot>tr>th,
.the_content table>thead>tr>td,
.the_content table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
    font-size: 16.5px !important
}

.the_content iframe {
    margin: auto
}

.the_content .syntaxhighlighter {
    padding: 10px 0
}