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

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4 {
    text-wrap: inherit!important;
}
.stuck .header-main {
    display: none;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    padding: 5px 10px;
    color: #000;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li:hover {
    background: #1e73be;;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li:hover a {
    color: #fff;
}
.bannerinner {
    max-width: 1080px;
    padding-top: 15px;
}
.bannerinner img {
    border-radius: 5px;
}
.homeproducts .pageinner {
    margin-bottom: 25px!important;
    padding: 8px 8px 0 8px;
}
.homeproducts .flickity-button {
    background: #1e73be;
    height: 30px;
    border-radius: 50%;
    opacity: 1!important;
    font-size: 90%;
}
.homeproducts .slider .flickity-prev-next-button:hover .arrow, .homeproducts .slider .flickity-prev-next-button .arrow, .homeproducts .slider .flickity-prev-next-button:hover svg, .homeproducts .slider .flickity-prev-next-button svg {
    fill: #fff!important;
    padding: 10px;
}
.homeproducts .next {
    right:-10px;
}
.homeproducts .previous {
    left: -10px;
}
.homelatest .pageinner {
    margin-bottom: 0;
    margin-top:-20px;
}
.catebanner {
    border-radius: 5px;
    margin-bottom: 25px;
}
.readmorebtn {
    font-size: 90%;
    text-transform: none;
    border-radius: 5px;
    font-weight: normal;
}
.homeexpert {
		max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
		font-size: 90%;
}
.postdate {
		font-size: 90%;
}
.postdate i {
		margin-right: 5px;
		color: #1e73be;
}
.widget {
		background: #fff;
        box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
        border-radius: 5px;
}
.widget-title {
		display: block;
		background: #1e73be;
		color: #fff;
		padding: 15px;
		border-radius: 6px 6px 0 0;
}
.widget .is-divider {
		display: none;
}
.widget ul {
		padding: 0 15px;
}
.widget ul li a {
		color: #000;
}
.widget .current-cat a {
		color: #1e73be;
}
.widget ul li ul {
		border-left: none;
		margin-left:0;
}
.widget ul li ul li {
		list-style-type: circle;
}
.postslist {
		background: #fff;
		border-radius: 6px;
}
.postslist .box-image {
		border-radius: 6px;
}
.postslist h2 {
		font-size: 16px;
}
.postslist h2 a {
		color: #000;
}
.postslist .postinfo {
		color: #1e73be;
		font-size: 90%;
}
.postslist .postinfo i {
		padding-right: 5px;
}
.page-wrapper {
		padding:0;
}
.rightpost {
		display: flex;
		align-items:center;
		border-top:1px dotted #1e73be;
		padding-top: 8px;
		margin-bottom: 8px;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
}
.rightpost .box {
		width: 90px!important;
}
.rightpost .box-image {
		border-radius: 5px;
}
.rightpost .title {
		width: 100%;
		margin-bottom:0;
		margin-left: 10px;
		color: #000;
		font-size: 90%;
}
p.widget-title {
		margin-bottom: 0px;
		padding: 10px 15px;
		text-transform: uppercase;
}
.post {
		margin:0;
}
.relatedtitle {
		text-transform: uppercase;
		font-size: 140%;
		border-bottom: 1px dotted;
		margin-bottom:15px;
}
.relatedpost .box-image {
		border-radius: 6px;
}
.relatedpost .box-text {
		padding: 15px;
}
.relatedpost .overlay {
		background: linear-gradient(0deg, #1b283bc7, transparent 75%);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgba(27, 40, 59, 0.78), transparent 75%);
}
.pageinner {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.page-title-inner {
    min-height: inherit;
    padding: 15px;
    text-transform: none;
}
.breadcrumbs, .breadcrumbs a {
    text-transform: none!important;
    font-size: 95%;
    color:#000;
    text-decoration: none;
}
.product-small .col-inner {
    border:1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}
.product-small .badge-container {
    margin: 5px;
}
.product-small .badge-container .badge {
    height: inherit;
    font-weight: normal;;
}
.product-small .badge-container .badge-inner {
    padding: 5px;
    font-size: 70%;
    font-weight: normal;
    border-radius: 3px;
}
.product-small .col-inner .image-cover {
    border-radius: 5px;
}
.product-small .box-text {
    padding: 15px;
}
.product-small .product-title {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.product-small img {
    background: #fff;
}
.product-small .product-title a {
    color: #000;
}
.product-info .product-title {
    font-size: 20px;
}
.product-info .price-wrapper .price {
    align-items: center;
    display: flex;
    gap: 10;
    width: 100%;
    margin-bottom: 20px;
}
.product-info .price-wrapper ins {
    font-size: 40px;
    margin-right: 20px;
    color: #dd3333!important;
    order: 1!important;
}
.product-info .price-wrapper .price-on-sale del {
    order: 2!important;
}
.product-info .price-wrapper ins .amount {
    color: #dd3333!important;
    font-weight: bold;
}
.ux-quantity {
    display: none;
}
.product-info .single_add_to_cart_button {
    width: 100%;
    border-radius: 5px;
    padding: 8px;
}
.product-info .single_add_to_cart_button::after {
    content:'Giao tận nơi hoặc nhận tại cửa hàng';
    text-transform: none!important;
    display: block;
    font-weight: normal;
    font-size: 90%;
    margin-top: -15px;
    color:yellow;
}

.woobt-products .woobt-product .woobt-price {
    width: 150px;
    flex: 0 0 130px;
    max-width: 150px;
    text-align: end;
    line-height: 1.2;
    font-size: 90%;
}
.woobt-products .woobt-product {
		border:1px solid #ccc;
		margin-bottom:10px;
		border-radius: 5px;
		align-items: center;
}
.woobt-products .woobt-product input {
		margin-bottom:0;
}
.woobt-text {
		margin-bottom:5px!important;
}
.woobt-title-inner {
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.boxkm {
    border:1px solid #1e73be;
    border-radius: 5px;
    margin-bottom: 20px;
}
.boxkm .title {
    background: rgb(30,115,190,0.8);
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    font-size: 110%;
    margin-bottom: 10px;
}
.boxkm i {
    padding-right: 5px;
}
.boxkm ul {
    margin-bottom: 10px;
}
.boxkm ul li {
    margin-bottom: 0px;
}
.boxinner {
    padding: 0 15px;
}
.catedesc table td {
    padding: 10px!important;
    color: #000;
}
.catedesc table tr:nth-child(odd) td {
    background: #f3f3f3;
}
.product-section {
    border-top: none;
}
.product-section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.product-section .slider {
    padding-bottom: 20px;
}
.woofilter .widget {
    box-shadow: none;
}
.woofilter .woof_redraw_zone {
    display: flex;
}
.woofilter .woof_container {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 2px;
    margin-top: 2px;
}
.woofilter .woof_submit_search_form_container {
    margin: 2px;
}
.woofilter .woof_submit_search_form_container .button {
    margin: 0;
    min-height: inherit;
    line-height: inherit;
    font-weight: normal;
    text-transform: none;
    border-radius: 3px;
}
.woof_autohide_wrapper {
    display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}