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

/*************** ADD CUSTOM CSS HERE.   ***************/
#wp-admin-bar-a2ztech>.ab-item:before {
    background-image: url(https://a2ztech.vn/content/uploads/2020/04/logo-a2ztech.png) !important;
    width: 100%;
    height: 30p
    background-size: contain;
    content: "";
    display: block;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#wp-admin-bar-a2ztech .ab-item {
    width: 110px;
    height: 30px !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/* Root Setting */
/*@font-face {
    font-family: 'Arial';
    src: url('./fonts/subset-ArialMT.woff2') format('woff2'),
        url('./fonts/subset-ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('./fonts/subset-Arial-BoldMT.woff2') format('woff2'),
        url('./fonts/subset-Arial-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('./fonts/subset-Arial-ItalicMT.woff2') format('woff2'),
        url('./fonts/subset-Arial-ItalicMT.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Arial';
    src: url('./fonts/subset-Arial-BoldItalicMT.woff2') format('woff2'),
        url('./fonts/subset-Arial-BoldItalicMT.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

*/

body, *:not(i){
    font-family: "Arial" !important;
    font-size: 14px;
}

.stars a {
    font-family: 'fl-icons' !important;
}

span.ab-icon {
    font-family: dashicons !important;
}

.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: #333;
}

#content {
    padding-top: 0;
}

.video.video-fit.mb {
    margin-bottom: 15px;
}

.is-outline {
    border: 1px solid;
}
/* END Root Setting */
  
/* Custom icon */
i[class^="klq-"] {
    width: 100%;
    height: 40px;
    margin: 4px 0 5px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

i.klq-icon-dien-thoai {
    background-image: url(./images/phone.png);
}

i.klq-icon-may-tinh-bang {
    background-image: url(./images/tablet.png);
}

i.klq-icon-phu-kien {
    background-image: url(./images/accessories.png);
}

i.klq-icon-sua-chua {
    background-image: url(./images/fix.png);
}

i.klq-icon-tin-tuc {
    background-image: url(./images/news.png);
    background-size: 30px;
}


/* END Custom icon */
  
/* Megamenu */
.header-nav.header-nav-main > li > a {
    position: relative;
}

.header-nav.header-nav-main > li > a:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #fff;
    transition: all 0.6s;
    height: 5px;
    bottom: 0;
    left: 0;
    background: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}

.header-nav.header-nav-main > li:hover > a:after {
    visibility: visible;
    transform: scaleX(1);
}

.nav>li.has-icon-left>a>i[class^="icon-"] {
    position: absolute;
    top: -10px;
    font-size: 20px;
    left: calc(50% - 7px);
    margin: 0;
    transition: all .6s;
    opacity: 0;
}

.nav>li.has-icon-left:hover>a>i[class^="icon-"]{
    opacity: 1;
}

.header-nav.header-nav-main > li > .nav-dropdown-default {
    padding: 10px;
    position: absolute;
    right: 0;
    left: auto !important;
    display: none;
}

.header-nav.header-nav-main > li.current-dropdown > .nav-dropdown-default {
    display: block;
}

ul.header-nav.header-nav-main {
    position: relative;
}

.header-nav.header-nav-main > li {
    position: initial;
    margin-right: 20px;
}
.nav-dropdown-default:after {
    content: "";
    display: table;
    clear: both;
}

.mega-1 {
    width: 160px !important;
}

.mega-2 {
    min-width: 320px !important;
}

.mega-2 > ul > li {
    width: 50%;
    float: left;
}

.mega-3 {
    min-width: 480px !important;
}


.mega-3 > ul > li {
    width: 33.33%;
    float: left;
}

.mega-full {
    width: 100% !important;
    clear: both;
    text-align: center;
}

@media (max-width: 560px) {

    .mega-3 {
        min-width: unset !important;
    }
    .mega-3:after {
        content: "";
        display: table;
        clear: both;
    }
    .mega-3 > ul > li {
        width: 50%;
        padding: 0;
    }
    .nav-vertical li li {
        padding: 0;
    }
    .mega-full > a {
        padding-left: 7px !important;
    }
}
/* END Megamenu */
  
/* Breadcrumb */

.breadcrumbs {
    text-transform: inherit;
    color: #222;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 0;
}

.breadcrumbs a {
    color: #ff9300;
    font-weight: 600;
}
/* END Breadcrumb */

/* Search Form */
.searchform-wrapper .search-field.mb-0 {
    border: none;
    background: #fff;
    box-shadow: none;
    height: 37px;
    border-radius: 5px 0 0 5px;
    width: 250px;
}

.searchform-wrapper button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: #fff;
    border: none;
    color: #fc932a;
    height: 37px;
    border-radius: 0 5px 5px 0;
}
.autocomplete-suggestion img {
    border-radius: 0;
}
@media (max-width: 560px) {
    .searchform-wrapper .search-field.mb-0 {
        width: 100%;
    }
}
/* END Search Form */

/* Shop */
.shop-container .products.row.row-small {
    max-width: 1140px;
    margin: 0;
    border-top: 1px solid #ebecec;
    border-left: 1px solid #ebecec;
}

.shop-container .product-small.col {
    padding: 0;
}
.page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0;
}

.row.category-page-row {
    padding-top: 0;
}

.term-description {
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 30px;
}

.term-description.viewall {
    max-height: unset;
}

.term-description .product-detail-show {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fff;
}
.term-description .product-detail-show button {
    margin: 0;
    font-size: 12px;
    text-transform: inherit;
    padding: 0;
}

.term-description .product-detail-show button:hover {
    color: #ff931e;
}

/* END Shop */

/* Product item */
.box-products .row.row-collapse {
    border-top: 1px solid #ebecec;
    border-left: 1px solid #ebecec;
}

.product-small .badge-container .badge {
    height: 30px;
    margin: 0;
}

.product-small .badge-container .badge-inner {
    width: 50px;
    display: block;
    height: 23px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 5px;
}
.product-small .badge-container .badge-inner._hot-bubble {
    background: #f04e30;
}

.product-small .badge-container {
    left: 10px;
    margin-top: 10px;
    z-index: 1;
}

.product-small.col {
    border-right: 1px solid #ebecec;
    border-bottom: 1px solid #ebecec;
}

.product-small.col .image-tools {
    background: rgba(224, 224, 224, 0.9);
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 100%;
    transition: all 0.8s;
    font-size: 12px;
    color: #333;
    z-index: 2;
}

.product-small.col:hover .image-tools {
    opacity: 1;
    top: 0;
}

.product-small .box-image .image-none {
    position: relative;
    padding-top: 100%;
}

.product-small .box-image .image-none > a {
    position: absolute;
    top: 0;
	width: 100%;
}

.product-small .box-text.box-text-products {
    padding: 10px;
    border-top: 1px solid #f3f3f3;
}

.phu-kien .product-small .box-excerpt.is-small {
    display: none;
}
.product-small .product-item-head:after {
    content: "";
    display: table;
    clear: both;
}

.product-small .product-item-head > div.title-wrapper {
    width: calc(100% - 60px);
    float: left;
    margin-right: 10px;
    height: 40px;
    overflow: hidden;
}
.product-small .product-item-head .price-wrapper {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.product-small .product-item-head a.btn.btn-mua {
    background: #ec912c;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    float: right;
    background: -moz-linear-gradient(top, #fa9308 0%, #fa6f1c 100%);
    background: -webkit-linear-gradient(top, #fa9308 0%,#fa6f1c 100%);
    background: linear-gradient(to bottom, #fa9308 0%,#fa6f1c 100%);
}

.product-small .product-item-head .amount {
    color: red;
}

.product-small .product-item-head p.name.product-title {
    font-weight: 600;
}

.product-small .product-item-khuyen-mai {
    font-size: 12px;
    max-height: 75px;
    overflow: hidden;
}

.product-small .product-item-khuyen-mai li, .product-small .product-item-khuyen-mai * {
    margin: 0 !important;
    list-style: none;
    font-size: 12px;
}

ul.wooc_sclist > li {
    list-style: none;
    padding-right: 20px;
    padding-bottom: 10px;
    float: left;
    margin: 0;
}
ul.wooc_sclist > li:last-child {
    padding-right: 0;
}

.wooc_sclist:after {
    content: "";
    display: table;
    clear: both;
}

ul.wooc_sclist {
    padding: 10px 0 0;
    border-top: 1px solid #ec912c;
    border-bottom: 1px solid #ec912c;
}

.mask .icon-care {
    height: 40px;
    width: 40px;
    float: left;
    background: #ff931e url(/wp-content/themes/mobile-ha-xinh/images/icon-care.png) no-repeat center center;
    border-radius: 2px;
}

.mask .text {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 45px);
    float: right;
    color: #ff931e;
    font-size: 16px;
    font-weight: bold;
}

.mask-title ~ ul {
    clear: both;
    margin-top: 10px;
}

.mask ul li {
    margin-bottom: 0;
}

.mask-title:after {
    content: "";
    display: table;
    clear: both;
}

span.mask-link {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0px 5px;
    border-radius: 2px;
    background: #ff931e;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
/* END Product item */

/* Singer Product */
.related-products-wrapper > .row {
    margin: 0 !important;
}

.related-products-wrapper .product-small.box {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.related-products-wrapper .product-small.box .box-image {
    max-width: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
}

.related-products-wrapper .box-text.box-text-products {
    max-width: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    padding: 0 10px;
    border: none;
}

.related-products-wrapper  .box-excerpt.is-small, .related-products-wrapper  .add-to-cart-button, .related-products-wrapper .product-small .badge-container {
    display: none;
}
.related-products-wrapper  .product-small.col {
    border: none;
    margin-bottom: 15px;
}


.related-products-wrapper  .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 60px;
}

.widget-title.shop-sidebar .is-divider.small {
    display: none;
}

.widget-upsell .product_list_widget li+li {
    border: none;
}

h1.product-title.product_title.entry-title {
    color: #fc932a;
    margin-top: 10px;
    margin-bottom: 0;
}

.single-product .badge-container {
    display: none;
}

.single-product #slider_video_home {
    list-style: none;
    margin: 0 -5px;
    width: calc(100% + 10px);
}

#slider_video_home > li {
    padding: 5px !important;
    cursor: pointer;
}

.single-product #video {
    position: relative;
    padding-top: 56.25%;
}
.single-product #video > iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 560px) {
    .single-product .product-gallery, .single-product .product-attr {
        max-width: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .single-product .product-info, 
    .single-product .product-video {
        max-width: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        padding-top: 0;
    }
}
.single-product price-wrapper .price {
    margin: 0;
}

.single-product .product-content {
    text-align: justify;
}

.single-product .sale-box {
    width: 100% !important;
    float: left;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 15px 10px 10px;
    margin: 20px 0;
    position: relative;
}

.single-product .sale-box .sale-box-title {
    position: absolute;
    background: white;
    font-size: 16px;
    padding: 0 8px;
    color: black;
    font-weight: bold;
    margin: -27px 0 0 0;
    display: block;
}

.single-product .sale-box * {
    margin-bottom: 0;
    text-align: left;
    list-style: none;
    margin-left: 0;
}

.single-product h1.title-product {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    float: left;
    line-height: 20px;
}

form.variations_form.cart tr {
    width: auto;
    float: left;
    margin: 0 5px 5px !important;
    font-size: 10px;
}

form.variations_form.cart tr label {
    font-size: 14px;
    font-weight: 400;
}

form.variations_form.cart tr .label {
    float: left;
    padding-right: 10px;
}
form.variations_form.cart tr .value {
    float: right;
}

form.variations_form.cart tr select {
    padding: 0 25px 0 5px;
    margin: 0;
    border-radius: 5px;
    height: 30px;
}


.product-type-variable .product-info .price-wrapper, #add-cart.product-type-variable .price-wrapper {
    display: none;
}

.product-info form.variations_form.cart {
    margin: 0;
    position: relative;
}

.product-info table.variations {
    margin: 0;
}
.product-info .woocommerce-variation-price, #add-cart .woocommerce-variation-price {
    border: none !important;
    width: auto;
    float: left;
    padding: 0;
}

#add-cart  .woocommerce-variation-availability {
    top: 0;
}

.product-info span.amount {
    font-size: 24px;
    font-weight: bold;
    color: #d0021b;
    height: 40px;
    line-height: 40px;
    float: left;
}
.single_variation_wrap .woocommerce-variation-availability {
    display: block !important;
    width: 80px;
    float: right;
    text-align: right;
    top: 9px;
    position: relative;
}
.product-info del span.amount {
    font-size: 18px;
}
.product-info span.woocommerce-Price-currencySymbol {
    font-size: 22px;
}

form.variations_form.cart {
    padding-top: 40px;
}

.single_variation_wrap {
    position: absolute;
    top: 0;
    width: 100%;
}

.single-product  .product-short-description {
    clear: both;
    margin-bottom: 15px;
}

.single-product  .star-rating span {
    font-size: 15.9px;
}
.product_list_widget .star-rating {
    font-size: 13.9px;
}

#attr-detail {
    border: 3px solid #ff931e;
    margin-bottom: 30px;
}

#attr-detail table tr td:first-child {
    font-weight: bold;
    text-align: right;
    width: 160px;
}

#attr-detail table tr td {
    padding: 7px 10px;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
}

#attr-detail table tr td[colspan] {
    text-align: left;
    background: #ff931e;
    font-size: 16px;
    color: white;
        padding: 7px 10px;
}

.product-attr td:first-child {
    width: 125px;
    font-weight: bold;
}

.single-product  .product-block-title {
    width: 100%;
    float: left;
    color: #ff931e;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    display: block;
}

.single-product  .product-block-title + *{
    clear: both;
}

.single-product  .content-attr {
    overflow: hidden;
    position: relative;
}

.single-product  .product-detail-show {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: auto;
    display: block;
}

.single-product  .product-detail-view {
    color: white !important;
    cursor: pointer;
    background: #ff9300;
    border-radius: 3px;
    padding: 4px 15px;
    border: none;
    margin: 7px;
    background: -moz-linear-gradient(top, #fa9308 0%, #fa6f1c 100%);
    background: -webkit-linear-gradient(top, #fa9308 0%,#fa6f1c 100%);
    background: linear-gradient(to bottom, #fa9308 0%,#fa6f1c 100%);
}

.content-attr.description {
    -webkit-transition: height 2s;
    transition: height 2s;
    max-height: 1000px;
    margin-bottom: 20px;
}

.content-attr.description.viewall {
    max-height: unset;
    padding-bottom: 60px;
}

.single-product h3.widget-title.shop-sidebar, #comments h3.normal {
    display: none;
}

.buy-box {
    width: 100%;
    float: left;
}
.buy-box a {
    display: block;
    width: 100%;
    padding: 18px 0 10px 0;
    margin-top: 10px;
    float: left;
    color: white !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: bold;
    line-height: 0.7em;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.58);
}
.buy-box span {
    font-weight: normal;
    font-size: 12px;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    display: block;
    text-transform: none;
}
.buy-box .buy-now {
    background: #fa9d4d;
    background: -moz-linear-gradient(top, #fa9d4d 0%, #f87f41 100%);
    background: -webkit-linear-gradient(top, #fa9d4d 0%,#f87f41 100%);
    background: linear-gradient(to bottom, #fa9d4d 0%,#f87f41 100%);
}
.buy-box .buy-pay-later {
    background: #5d83db;
    background: -moz-linear-gradient(top, #5d83db 0%, #4163b2 100%);
    background: -webkit-linear-gradient(top, #5d83db 0%,#4163b2 100%);
    background: linear-gradient(to bottom, #5d83db 0%,#4163b2 100%);
}

.product-info.buy-box .buy-now {
    float: left;
}

.product-info .buy-box a {
    width: 49%;
    margin-top: 0px;
}
.product-info .buy-box .buy-pay-later {
    float: right;
}

#add-cart .popup_title {
    line-height: 43px;
    padding-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #ff9300;
}

div#add-cart {
    border-radius: 8px;
    overflow: hidden;
}

#add-cart p.title {
    margin: 0;
}

#add-cart h1.product-title.product_title.entry-title {
    font-size: 18px;
    margin-bottom: 5px;
}

#add-cart span.woocommerce-Price-amount.amount {
    font-size: 20px;
    color: red;
    font-weight: bold;
}

/* .variations_form.cart .single_variation_wrap {
    display: none !important;
} */

#add-cart form.variations_form.cart {
    margin: 0;
    position: relative;
}
#add-cart form.variations_form.cart tr {
    width: 100%;
    margin: 0;
    float: left;
}

.related.related-products-wrapper.product-section .product-small .product-item-khuyen-mai, .related.related-products-wrapper.product-section .product-small.col .image-tools {
    display: none;
}

.single-product .image-tools.absolute.bottom.left.z-3 {
    display: none;
}

#add-cart textarea {
    min-height: 50px;
}

#add-cart input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

@media (min-width: 560px) {
    #add-cart span.wpcf7-form-control-wrap.your-tel {width: 48.5%; float: left}
    #add-cart span.wpcf7-form-control-wrap.your-email {width: 48.5%; float: right}

    form.variations_form.cart tr:nth-child(2) {
        float: right;
    }
}
.stick-add-to-cart-box {
    padding: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}

.stick-add-to-cart-box:after, .product-info .price.product-page-price:after, .product-info .woocommerce-variation-price:after  {
    content: "";
    display: table;
    clear: both;
}

.stick-add-to-cart-box h1.product-title.product_title.entry-title {
    font-size: 18px;
    text-align: center;
}

.stick-add-to-cart-box .price-wrapper {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
}

.stick-add-to-cart-box span.woocommerce-Price-amount.amount {
    font-size: 18px;
    color: red;
}

.single-product .stick-add-to-cart-box .sale-box * {
    font-size: 12px;
}

.product-stick-add-to-cart.navbar-fixed-top {
    position: static;
}
.product-stick-add-to-cart.navbar-fixed-top > .stick-add-to-cart-box {
    position: sticky;
    top: 15px;
}

span.wpcf7-form-control-wrap.your-address {
    clear: both;
}
.khach-hang-dk {
    padding-bottom: 15px;
}
.khach-hang-dk .slider-style-container .flickity-slider>*:not(.is-selected), .khach-hang-dk .slider-style-shadow .flickity-slider>*:not(.is-selected), .khach-hang-dk .slider-style-focus .flickity-slider>*:not(.is-selected) {
    opacity: 1 !important;
}

.khach-hang-dk p {
    margin-bottom: 0;
}
/* END Singer Product */

/* Search Smart Product */
.woof.woof_sid.woof_sid_auto_shortcode {
    padding: 0;
    border: none;
}

.woof_sid_auto_shortcode .woof_container {
    margin: 0;
    max-width: 100px;
    width: auto;
    padding: 0;
    border-right: 1px solid #ddd;
}

.woof_sid_auto_shortcode .woof_container_inner {
    padding: 0;
}

.woof_sid .chosen-container.chosen-container-single {
    min-width: unset;
    width: 100% !important;
    margin: 0;
}

.woof_sid .chosen-container-single .chosen-single {
    border-radius: 0;
    border: none;
    background: unset;
    box-shadow: unset;
}

.woof_sid .woof_redraw_zone {
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.woof_sid .woof_redraw_zone:after {
    content: "";
    display: table;
    clear: both;
}
.woof_sid .woof_submit_search_form_container {
    margin: 0;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 100;
}
.woof_sid  button.button.woof_reset_search_form {
    margin: 0;
    min-height: 11px;
    height: 30px;
    font-size: 14px;
    line-height: 10px;
}

/* END Search Smart Product*/

/* Lightbox */
.mfp-ready .mfp-container > .mfp-close, .mfp-ready  > .mfp-close {
    right: 17px;
    background: #ff931e;
    opacity: 1;
}
/* END Lightbox */

/* back to top */
.back-to-top {
    bottom: 100px;    
}
/* END back to top */

/* breadcrumbs */
nav#breadcrumbs > span > span > span > a, nav#breadcrumbs > span > span > span > .divider, a.reset_variations {
    display: none !important;
}
/* END breadcrumbs */

/* News Archire*/
.blog-single h6.entry-category.is-xsmall {
    display: none;
}

.entry-content.single-page {
    text-align: justify;
}

@media (min-width: 768px) {
    .blog-archive .large-9 .col.post-item:nth-child(1) {
        max-width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        padding-right: 5px;
    }

    .blog-archive .large-9 .col.post-item:nth-child(2) {
        max-width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        padding-left: : 5px;
    }

    .blog-archive .large-9 .col.post-item:nth-child(1) .box.box-vertical, .blog-archive .large-9 .col.post-item:nth-child(2) .box.box-vertical {
        display: block;
    }

    .blog-archive .large-9 .col.post-item:nth-child(1) .box-image, .blog-archive .large-9 .col.post-item:nth-child(2) .box-image {
        width: 100% !important;
        display: block;
    }

    .blog-archive .large-9 .col.post-item:nth-child(1) .box-image .image-cover, .blog-archive .large-9 .col.post-item:nth-child(2) .box-image .image-cover {
        padding-top: 250px !important;
    }

 
    .blog-archive .large-9 .col.post-item:nth-child(1) .box-text, .blog-archive .large-9 .col.post-item:nth-child(2) .box-text {
        width: 100%;
        display: block;
        padding: 15px 0;
    }
}

.blog-archive .large-9 .col.post-item:nth-child(1) .box-text .from_the_blog_excerpt, .blog-archive .large-9 .col.post-item:nth-child(2) .box-text .from_the_blog_excerpt{
    max-height: 90px;
    overflow: hidden;
}

/* END News Archire*/

h1.entry-title {
    font-size: 24px;
}


li#wp-admin-bar-flatsome_panel, ul#wp-admin-bar-appearance li#wp-admin-bar-themes {
    display: none;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .product-info .buy-box a {
        width: 100%;
        margin-bottom: 15px;
    }

    .blog-archive .large-9 .col.post-item .box-text .from_the_blog_excerpt{
        max-height: 90px;
        overflow: hidden;
    }
    .mask .text {
        font-size: 13px;
        width: calc(100% - 35px);
    }
    .mask .icon-care {
        height: 30px;
        width: 30px;
    }
    .mask-title ~ ul {
        max-height: 90px;
        overflow: hidden;
        margin: 0;
    }
    .mask ul li {
        font-size: 12px
    }
}