/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*---------global-----------*/
html{overflow-x:hidden}
body{overflow-x:hidden}
/*---căn đều sẳn phẩm---*/
.has-shadow>.col>.col-inner {
    height: 100%;
}
.flickity-viewport .col.is-selected {
    height: 100%;
}
.flickity-viewport .col-inner {
    height: 100%;
}
.product-small.box.has-hover.box-normal.box-text-bottom {
    height: 100%;
}
/*.product-small.box:hover {
     border: 2px dashed #ddd;
}*/
/*---giới hạn chữ tên sản phẩm---*/
p.name.product-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
    margin-bottom: 0.8em;
	font-weight: 700;
}
/*---style product price---*/
.price-wrapper{
    display: table; 
}
.product-summary .price-wrapper{
	margin-bottom: 1em;
}
.price-wrapper .price{
    height: 1.3em;
    display: table-cell;
    vertical-align:middle;
    text-align: center;
    line-height: 120%;
}
.product-short-description {
    padding-bottom: 0.5em;
}
span.amount {
    white-space: nowrap;
    color: #e84545;
    font-weight: bold;
}

/*---style related product---*/
.related.related-products-wrapper.product-section {
	padding-top: 2em;
    padding-bottom: 2em;
}
.related.related-products-wrapper.product-section h3 {
    text-align: center;
}
.related-products-wrapper .product-small.box {
    background-color: #fff;
    /*box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
	border: 2px solid #ddd;
}
/*
.related-products-wrapper .product-small.box:hover {
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}*/
.related-products-wrapper .box-text.box-text-products {
    padding: 15px;
}
.slider-nav-reveal .flickity-prev-next-button:hover, .slider-nav-reveal .flickity-prev-next-button {
    width: 30px;
    top: -2px;
    bottom: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 -150px 15px 0 rgba(0,0,0,0);
    margin: 0 !important;
}
/*---end style related product---*/

/*-style tiêu đề bài viết trước sau-*/
.nav-previous,
.nav-next {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
}
/*---style giới hạn chữ bài viết---*/
.blog-archive h5.post-title.is-large {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.6em;
}
.blog-archive p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
}

/*---style shop and product sidebar---*/
.widget_nav_menu, .block_widget {
	border-radius: 5px;
}
#shop-sidebar aside,
#product-sidebar aside,
.post-sidebar aside,
.mona_sidebar_cate aside {
    background-color: #fff;
	padding: 20px 0 0 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.widget.widget_search,
.mona_sidebar_cate .widget.widget_search {
	padding: 30px 0 0 0;
	border: 0px solid #eee;
}
#shop-sidebar .widget-title,
#product-sidebar .widget-title,
.post-sidebar .widget-title,
.mona_sidebar_cate .widget-title {
	padding: 20px;
	color: #008848;
}
#shop-sidebar ul,
#product-sidebar ul,
.post-sidebar ul,
.mona_sidebar_cate aside ul {
    font-size: 14px;
	font-weight: bold;
    border: 0px solid #ddd;
    border-radius: 0px;
    padding: 0;
    background-color: #fff;
}
#shop-sidebar ul li,
#product-sidebar ul li,
.post-sidebar ul li,
.mona_sidebar_cate ul li {
    padding: 5px 20px;
}
#shop-sidebar ul li:nth-child(odd),
#product-sidebar ul li:nth-child(odd),
.post-sidebar ul li:nth-child(odd),
.mona_sidebar_cate ul li:nth-child(odd) {
    background-color: #fff;
}
/*#shop-sidebar ul li:hover,
#product-sidebar ul li:hover,
.post-sidebar ul li:hover {
    background-color: #008848;
}*/
#shop-sidebar ul li:hover a,
#product-sidebar ul li:hover a,
.post-sidebar ul li:hover a,
.mona_sidebar_cate ul li:hover a,
#shop-sidebar ul li:hover ins span,
#product-sidebar ul li:hover ins span,
.mona_sidebar_cate ul li:hover ins span,
#shop-sidebar ul li:hover del span,
#product-sidebar ul li:hover del span,
.mona_sidebar_cate ul li:hover del span,
#shop-sidebar ul li:hover span.amount,
#product-sidebar ul li:hover span.amount,
.mona_sidebar_cate ul li:hover span.amount{
	color: #008848;
}
/*---style sub-menu---*/
#shop-sidebar li ul.sub-menu,
.mona_sidebar_cate li ul.sub-menu {
    border: 1px solid #f8f8f8;
    border-left: 3px solid #ececec;
    padding: 5px;
}
#shop-sidebar li ul.sub-menu li,
.mona_sidebar_cate li ul.sub-menu li {
    background-color: #fff;
    border: 0;
    padding: 2px 10px;
}
/*#shop-sidebar li:hover ul.sub-menu li,
.mona_sidebar_cate li:hover ul.sub-menu li {
    background-color: #ececec;
}*/
#shop-sidebar li:hover ul.sub-menu li a,
.mona_sidebar_cate li:hover ul.sub-menu li a {
    color: #334862;
}
#shop-sidebar li ul.sub-menu li:hover a,
.mona_sidebar_cate li ul.sub-menu li:hover a {
    color: #008848;
}
#shop-sidebar li:hover i.icon-angle-down,
.mona_sidebar_cate li:hover i.icon-angle-down {
    color: #008848;
}
/*---end style sub-menu---*/
#shop-sidebar ul.product_list_widget li,
#product-sidebar ul.product_list_widget li,
.mona_sidebar_cate ul.product_list_widget li {
    list-style: none;
    padding: 15px 10px 15px 90px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
#shop-sidebar ul.product_list_widget li img,
#product-sidebar ul.product_list_widget li img,
.mona_sidebar_cate ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
#shop-sidebar ul li+li,
#product-sidebar ul li+li,
.post-sidebar ul li+li,
.mona_sidebar_cate ul li+li {
    border-top: 1px solid #ececec;
}
#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider,
.mona_sidebar_cate .is-divider {
	height: 1.5px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 20px 0 0 0;
    width: 100%;
    max-width: 100%;
}
#shop-sidebar ul.product_list_widget li a:not(.remove),
#product-sidebar ul.product_list_widget li a:not(.remove),
.mona_sidebar_cate ul.product_list_widget li a:not(.remove) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
}
#shop-sidebar .recent-blog-posts a,
#product-sidebar .recent-blog-posts a,
.post-sidebar .recent-blog-posts a,
.mona_sidebar_cate .recent-blog-posts a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.4em;
    color: #444;
}
#shop-sidebar span.post_comments.op-7.block.is-xsmall,
#product-sidebar span.post_comments.op-7.block.is-xsmall,
#product-sidebar span.post_comments.oppercase.op-7.block.is-xsmall,
.post-sidebar span.post_comments.op-7.block.is-xsmall,
.mona_sidebar_cate span.post_comments.op-7.block.is-xsmall {
    display: none;
}
#shop-sidebar .widget_product_search, 
#product-sidebar .widget_product_search {
    padding: 20px 20px 0 !important;
	background: none !important;
	margin-bottom: 25px;
	border-radius: 5px;
}
#shop-sidebar .widget_product_search input.search-field.mb-0, 
#product-sidebar .widget_product_search input.search-field.mb-0 {
	border: solid 1px #eee;
 	border-right: none;
	height: 31px;
    border-radius: 3px 0 0 3px;
	font-size: 0.7em;
	box-shadow: none;
}
#shop-sidebar .widget_product_search button.ux-search-submit.submit-button.secondary.button.icon.mb-0, 
#product-sidebar .widget_product_search button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: #fff;
	line-height: 2.2em;
    min-height: 2em;
	border: solid 1px #eee;
	border-left: none;
	border-radius: 0 3px 3px 0;
}
.post-sidebar .widget.widget_search {
    padding: 0;
    border: 0px solid #eee;
}
.post-sidebar input.search-field.mb-0 {
    height: 45px;
    border-radius: 3px 0 0 3px;
}
.post-sidebar button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    width: 45px;
    height: 45px;
    border-radius: 0 3px 3px 0;
}
#shop-sidebar .price_slider_wrapper,
.mona_sidebar_cate .price_slider_wrapper {
    padding: 30px 15px 15px 15px;
    font-size: 0.8em;
}
#shop-sidebar .star-rating,
#product-sidebar .star-rating,
.mona_sidebar_cate .star-rating {
	display: none;
}

/*---style filter in sidebar---*/
ul.woocommerce-widget-layered-nav-list {
    max-height: 300px;
    overflow: auto;
    padding-right: 20px;
}
ul.product_list_widget {
    font-size: 14px;
}
/*---end style filter in sidebar---*/

/*---style mona_sidebar_cate---*/
.mona_sidebar_cate .sidebar-wrapper {
    position: fixed;
    width: 290px;
    max-height: calc(100vh - 110px);
    overflow: auto;
	overflow-x: hidden;
}
.mona_sidebar_cate .sidebar-wrapper::-webkit-scrollbar {
    width: 3px;
}
.mona_sidebar_cate .sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #a7a7a7;
    border-radius: 4px;
}
.mona_sidebar_cate .sidebar-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #a5a5a5;
    -webkit-box-shadow: inset 0 0 2px #a5a5a5;
    border-radius: 4px;
}
.mona_sidebar_cate .widget_product_search {
    padding: 0;
    background-color: #e9edf0;
	margin-bottom: 0;
}
.mona_sidebar_cate .widget_product_search input.search-field.mb-0 {
    height: 31px;
    border-radius: 3px 0 0 3px;
	font-size: 0.7em;
	box-shadow: none;
	border: none;
}
.mona_sidebar_cate .widget_product_search button.ux-search-submit.submit-button.secondary.button.icon.mb-0, 
#shop-sidebar .widget_product_search button.ux-search-submit.submit-button.secondary.button.icon.mb-0, 
#product-sidebar .widget_product_search button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
	background-color: #fff;
	height: 31px;
}
i.icon-search {
    color: #a7a7a7;
}
.mona_sidebar_cate .widget_product_search button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: #fff;
	line-height: 2.2em;
    min-height: 2em;
	border: none;
	border-radius: 0 3px 3px 0;
}
.searchform .button.icon i {
    font-size: 0.8em;
}
.row-tonghop .icon-box.featured-box.icon-box-left.text-left {
   	display: inline-block;   
	vertical-align: middle;
}
.row-tonghop .icon-box-img {   
	display: inline-block; 
	vertical-align: middle;
}
.row-tonghop .icon-box-text.last-reset {   
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
	padding-top: 5px;
}
.row-tonghop .icon-box.featured-box.icon-box-left.text-left p {
    font-size: 0.9em;
}
/*---end style shop and product sidebar---*/

/*---style tab in product---*/
.product-footer .tabbed-content .nav-pills>li>a {
    padding: 0.5em 2.75em;
    border-radius: 0px;
    line-height: 2.5em;
    border: 1px solid #ddd;
	background-color: #eee;
	margin-right: 2px;
}
.product-footer .tabbed-content .nav-pills>li.active>a {
	background-color: #ec1c24;
}
.product-footer .tabbed-content .nav-pills>li:hover>a {
    background-color: #e84545;
    color: #fff;
}

/*---style background product page---*/
.row.category-page-row {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 1200px;
}
.product-main .row.content-row.row-divided.row-large {
    background-color: #fff;
    padding-top: 30px;
    max-width: 1200px;
}
.product-small.box a.ajax_add_to_cart.add_to_cart_button.product_type_simple.button.primary.is-flat.mb-0.is-small {
    padding: 5px 0;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #008848;
    background: none;
    color: #008848;
    font-weight: 300;
}
.product-small.box a.ajax_add_to_cart.add_to_cart_button.product_type_simple.button.primary.is-flat.mb-0.is-small:hover {
	background: #008848;
	color: #fff;
}
.product-footer .tabbed-content .nav-pills>li.active>a {
    background-color: #008848;
}
.product-footer .tabbed-content .nav-pills>li>a:hover {
	background-color: #008848;
}
.mfp-content {
    min-width: 320px !important;
}

/*---z-index sidebar mobile---*/
.mfp-wrap {
	z-index: 900001;
}
/*--------end global--------*/


/*---------header-----------*/
.header-main .searchform input.search-field.mb-0 {
    border-radius: 5px;
}
/*---style mona_html---*/
.mona_html {
    font-size: 14px;
}
.mona_html:before {
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #333;
}
.mona_html.showroom:before {
    content: "\f015";
}
.mona_html.hotline:before {
	width: 1.5em;
	height: 1.5em;
    content: "";
	background: transparent url('http://localhost:8080/webbanhang/wp-content/uploads/2018/07/customer-service.svg') no-repeat;
    background-size: 1.5em 1.5em;
    animation-name: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.mona_html a {
	color: #333;
	font-weight: 700;
}
/*---style active nav---*/
.header-main .nav-left {
    -ms-flex-pack: center;
    justify-content: center;
}
.header-main .nav > li {
	margin: 0 15px;
}
.header-main .nav > li:hover > a,
.header-main .nav > li.current-menu-item > a,
.header-main .nav > li.current-menu-parent > a,
.header-main .nav > li.current-post-parent > a,
.header-main .nav > li.current-product-parent > a,
.header-main .nav > li.current_page_parent > a,
.header-main .nav > li.current-product-ancestor > a {
    color: #e2ba48;
}

.header-main input.search-field.mb-0 {
    background-color: #fff;
}
/*--------end header--------*/


/*---------content-----------*/
ul.shipping {
	list-style: none;
	background: #F6F8FA;
	padding: 10px;
}
ul.shipping li {
	margin-left: 0;
}
ul.shipping li i {
	margin-right: 5px;
}
.menu-danh-muc-san-pham-vertical-menu-container ul.menu > li.menu-item, 
#product-sidebar ul.product-categories > li.cat-item, 
#product-sidebar ul.product-categories > li.cat-item > ul.children > li.cat-item {
	background: #fff;
}
.menu-danh-muc-san-pham-vertical-menu-container ul.menu > li.menu-item > ul.sub-menu, 
#product-sidebar ul.product-categories > li.cat-item > ul.children > li.cat-item  {
	border: none !important;
}
.menu-danh-muc-san-pham-vertical-menu-container ul.menu > li.menu-item > ul.sub-menu > li > a, 
#product-sidebar ul.product-categories > li.cat-item > ul.children > li.cat-item > a {
	font-weight: 300;
}
.row_nhomhang .col-inner {
	border-radius: 5px;
}
/*-----style contact form-----*/
.form-ct {
    width: 780px;
    margin: 0 auto;
    max-width: 100%;
}
.form-ct .form-row {
    padding: 5px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-ct .form-row.w50 {
    width: 50%;
}
.form-ct input,
.form-ct textarea{
    margin-bottom: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}
.form-ct .center-txt {
    text-align: center;
}
.form-ct .center-txt input{
    min-width: 50%;
}
.form-ct .wpcf7-form-control:focus {
    border-color: #f8b742;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 183, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 183, 66, 0.6);
}
/*---end style contact form---*/

/*---style mona_title---*/
.mona_title {
    text-transform: uppercase;
    border-left: 4px solid #008848;
    padding-left: 10px;
    font-size: 1em;
}
.mona_title.goiy {
    border-left: 0;
    padding-left: 0;
}
.mona_title.goiy:before {
    content: "\f290";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 15px 0 5px;
    color: #fc5905;
    font-weight: 400;
}

/*---style btn_mona---*/
.btn_mona {
    padding: 5px 30px;
}
.btn_mona:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0);
}
.btn_mona span {
    color: #0064c2;
}
.btn_mona:hover span {
    color: #008848;
}

/*---style mona_post---*/
.mona_post .box.box-normal.box-text-bottom.box-blog-post.has-hover {
    border-radius: 10px;
    background-color: #f7f9f8;
    padding-bottom: 0;
	box-shadow: 0 0 25px rgba(0,0,0,.01);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 15px;
}
.mona_post .box.box-normal.box-text-bottom.box-blog-post.has-hover:hover {
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.mona_post img.attachment-original.wp-post-image {
    border-radius: 10px 10px 0 0;
}
.mona_post .box-text.text-left {
    padding: 1.2em;
    border-radius: 0 0 10px 10px;
}
.mona_post h5.post-title.is-large {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}
.mona_post .post-meta.is-small.op-8 {
    margin-bottom: 1em;
}
.mona_post .post-meta.is-small.op-8:before {
    content: "\f073";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #e5c128;
}
.mona_post .is-divider {
    display: none;
}
.mona_post p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
    color: #424242;
}
.mona_post button.button.is-link.is-small.mb-0 {
    text-transform: capitalize;
}
.mona_post button.button.is-link.is-small.mb-0:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    color: #ed1c24;
}
/*---end style mona_post---*/

/*---style row_nhomhang---*/
.row_nhomhang .product-category h5 {
    text-transform: capitalize;
    color: #0064c2;
	font-weight: 400;
	font-family: "helvetica", sans-serif;
}
.row_nhomhang .product-category:hover h5 {
    color: #008848;
}

/*---style post_vertical---*/
.post_vertical h5.post-title.is-large {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.6em;
    font-size: 1em;
    font-weight: 400;
}
.post_vertical .is-divider {
    display: none;
}
.post_vertical .box-vertical {
    display: inline-flex;
    width: 100%;
	max-height: 50px !important;
}
.post_vertical .post-item {
	border-bottom: 1px dashed #eee;
	margin-bottom: 10px
}
.post_vertical .box-vertical .box-image {
    width: 25% !important;
	max-height: 50px !important;
}
.post_vertical .box-vertical .box-text {
    width: 75% !important;
    max-height: 50px !important;
    padding-left: 1em;
}
/*--------style post_vertical--------*/
/*--------end content--------*/


/*---------footer-----------*/
.sec_footer p{
    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 0.8em;
}
.sec_footer a{
    color: #288ad6;
    font-size: 14px;
}
.sec_footer a:hover{
    color: #008848 !important;
}
p.green, p.green a {
    color: #008848;
    font-weight: 700;
}
p.green a:hover {
	color: #288ad6 !important;
}
.mona_sidebar_footer ul {
    margin: 0;
}
.mona_sidebar_footer ul.menu>li+li, 
.mona_sidebar_footer .widget>ul>li+li {
	border-top: 0px dashed rgba(238, 238, 238, 0.3);
}
.mona_sidebar_footer ul > li {
    display: inline-block;
}
.mona_sidebar_footer ul > li > a {
    margin-right: 15px;
}
.mona_sidebar_footer ul > li:hover > a,
.mona_sidebar_footer ul > li.current-menu-item > a,
.mona_sidebar_footer ul > li.current-menu-parent > a,
.mona_sidebar_footer ul > li.current-post-parent > a,
.mona_sidebar_footer ul > li.current_page_parent > a,
.mona_sidebar_footer ul > li.current-product-parent > a,
.mona_sidebar_footer ul > li.current-product-ancestor > a {
    color: #008848;
}

/*---style form dang ky---*/
.sec_footer form.wpcf7-form {
    margin-bottom: 0;
}
.sec_footer .wpcf7 p {
    display: inline-flex;
}
.sec_footer input#email-dang-ky {
    height: 40px;
    border-radius: 3px 0 0 3px;
	border-right: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}
.sec_footer input#btn-gui {
    height: 40px;
    border-radius: 0 3px 3px 0;
}
.mona-hiden{
	display:none !important;
}
#btn-gui-icon {
    height: 40px;
    border-radius: 0 3px 3px 0;
    color: #02a010;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
    border: 1px solid #ddd;
    border-left: 0;
    cursor: pointer;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
/*--------end footer--------*/

/*-----style tablet mode-----*/
@media screen and (max-width: 849px){
	.mona_sidebar_cate .sidebar-wrapper {
    	width: 185px;
	}
}
/*---end style mobile mode---*/
/*-----style mobile mode-----*/
@media screen and (max-width: 549px){

}
/*---end style mobile mode---*/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}