/*
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.   ***************/
/* css topbar */
div#top-bar {
    background-color: #0aacdd;
}

/* css header */
div#masthead {
    background-color: #fff;
}
input#woocommerce-product-search-field-0, input#woocommerce-product-search-field-1 {
    height: 40px;
    box-shadow: none;
    border: 1px solid #0aacdd;
	border-radius: 4px 0px 0px 4px;
}
button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background-color: #0aacdd;
    height: 40px;
	border: none;
	border-radius: 0px 4px 4px 0px;
}
button.ux-search-submit.submit-button.secondary.button.icon.mb-0:before {
	content: "tìm kiếm";
	text-transform: capitalize;
	font-weight: 400;
}
button.ux-search-submit.submit-button.secondary.button.icon.mb-0 i {
    display: none;
}
.top_header_phone:before {
    content: "";
    font-family: 'fl-icons';
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 6px;
    left: -22px;
    float: left;
    position: absolute;
    text-align: center;
    margin-top: -4px;
}
.top_header_phone_1:before {
	border: 2px solid #0aacdd;
}
.top_header_phone_2:before {
	border: 2px solid #fff;
}
.top_header_phone_1 {
	border: 2px solid #0aacdd;
	color: #0aacdd;
	display: none;
}
.top_header_phone_2 {
	border: 2px solid #fff;
	color: #fff;
}
.top_header_phone {
    font-size: 16px;
    border-top-right-radius: 20px;
    border-left: 0;
    border-bottom-right-radius: 20px;
    padding: 0px 20px;
    position: relative;
    font-weight: 700;
    height: 27px;
}

/* css giỏ hàng */
li.cart-item ul.nav-dropdown.nav-dropdown-default {
    border: none;
    border-top: 2px solid #0aacdd;
    border-radius: 8px;
}
li.cart-item a.header-cart-link {
    background-color: #0aacdd;
}
.widget_shopping_cart a.button.wc-forward {
    width: 100% !important;
}
a.button.wc-forward {
    width: 50%;
    font-size: 13px;
    font-weight: 400;
	background-color: #0aacdd;
}
a.button.checkout.wc-forward {
    background-color: #0aacdd;
}

/* css header bottom */
div#wide-nav {
    background-color: #0aacdd;
	box-shadow: rgb(0 0 0 / 25%) 0px 0px 4px 0px;
}
div#wide-nav ul.header-nav li  {
    margin: 0;
}
div#wide-nav ul.header-nav li a.nav-top-link {
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
}
div#wide-nav ul.header-nav li.active a.nav-top-link, div#wide-nav ul.header-nav li.menu-item a.nav-top-link:hover {
    background-color: #0aacdd;
}

div#wide-nav li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-has-children.has-dropdown.current-dropdown:hover ul.sub-menu.nav-dropdown.nav-dropdown-default {
	left: 0;
}
div#wide-nav ul.sub-menu.nav-dropdown.nav-dropdown-default {
    border: none;
    padding: 0;
    border-top: 2px solid #ddb00adb;
}
div#wide-nav ul.sub-menu li.menu-item a {
    margin: 0;
    padding: 8px 15px;
	color: #0aacdd;
}
div#wide-nav ul.sub-menu li a:hover {
    background-color: #0aacdd;
    color: #fff;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before, .nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:after {
    border: none;
}

/* css menu mega drop */
.sub-menu.nav-dropdown {
    border: none;
    border-radius: 8px;
    border-top: 2px solid #0697d8;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
}
.sub-menu.nav-dropdown .row-menu-drop h5.uppercase.header-title {
    text-transform: inherit;
    font-size: 12px;
}
.sub-menu.nav-dropdown .row-menu-drop .text-menu span.ux-menu-link__text {
    color: #000;
    font-size: 14px;
}

.row-menu-drop .product-category.col {
    padding-bottom: 0;
}
.row-menu-drop .box.box-category .box-image {
    padding-top: 10px;
}
.row-menu-drop .box.box-category:hover {
    border-radius: 6px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
}

/* css mobile  */
/* css icon menu */
.mobile-nav .header-button a.icon.button.round.is-outline.is-small:hover {
    background: bottom;
    border: 1px solid #fff;
    color: #fff;
}
.mobile-nav .header-button a.icon.button.round.is-outline.is-small .icon-menu:before {
    content: "";
    font-size: 18px;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    width: 80%;
    background-color: #fff;
    bottom: auto;
}
.off-canvas:not(.off-canvas-center) li.html {
    padding: 0;
}
.off-canvas .sidebar-menu {
    padding: 10px 0 0 0;
}
.mfp-content .col-menu-mobile {
    padding: 0px 4px 14px 4px;
}
.col-menu-mobile .icon-box-img {
    margin-bottom: 4px;
}

/* css main menu mobile */
.mfp-content .nav-vertical > li+li {
    border: none;
}
.mfp-content ul li a {
    font-size: 14px;
    font-weight: 200;
    color: #000;
    text-transform: capitalize;
}
.mobile-sidebar .nav-vertical>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 10px;
}
.mobile-sidebar li.has-icon-left>a>img {
	margin-right: 12px;
}

.sidebar-menu.no-scrollbar {
    padding-top: 0;
}
.mobile-sidebar li.html.custom.html_topbar_left {
    padding: 0;
}
.info_login.width_common img {
    width: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.info_login.width_common {
    padding: 27px 10px 10px 70px;
    background: #0aacdd;
    background-size: cover;
    min-height: 80px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 10px solid #eaeaea;
}
.info_login.width_common span, .info_login.width_common span a {
    color: #fff;
}

/* css trang chủ */
/* css tiêu đề */
.titile-pro h3 {
	border-bottom: 2px solid #0aacdd;
	margin-bottom: 0;
}
.titile-pro h3 span {
	border: none;
}
.titile-pro h3 span {
	width: auto;
    background-color: #0aacdd;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 10px 0;
    position: relative;
    margin: 0;
}
.titile-pro h3 span:after {
    border: 15px solid transparent;
    border-left-color: #0aacdd;
    border-bottom-color: #0aacdd;
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
}
.titile-pro a {
    color: #0aacdd;
}

/* css section banner */
.section-slider {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
}
.section-slider img.attachment-large {
    border-radius: 10px;
}

/* css section danhmuc */
/* css category */
.product-category.col .col-inner {
    box-shadow: rgb(60 64 67 / 20%) 0px 1px 1px 0px, rgb(60 64 67 / 10%) 0px 1px 2px 1px;
}
.product-category.col:hover .col-inner {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
}
.product-category.col .col-inner .box-text.text-center {
    padding-left: 4px;
    padding-right: 4px;
}
/* mobile */
.cate-mobile {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.cate-mobile .product-category.col {
    padding: 4px;
}
.cate-mobile .product-category.col h5 {
    font-weight: 300;
    font-size: 13px;
}
.cate-mobile .box-text.text-center {
    padding-left: 4px;
    padding-right: 4px;
}

/* css mỗi sản phẩm */
.product-small.col span.price del span{
    margin: 0;
}
.product-small.col span.price ins bdi, .product_list_widget ins span.amount bdi {
    font-size: 16px;
    color: #0aacdd;
    font-family: Tahoma,Arial,sans-serif;
}
.product-small.col a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 15px;
    font-family: Tahoma,Arial,sans-serif;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-small.col .ux-swatch.ux-swatch--image {
    border: 1px solid #000;
    box-shadow: 0px 0px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 3px;
}
.product-small.col .ux-swatch.ux-swatch--image.selected {
    box-shadow: 0px 0px;
    border: 1px solid #ff6600;
    color: #ff6600;
}

.product-small.col .badge-container.top {
    right: 8px;
    top: auto;
}
.product-small.col .badge-container.left {
    bottom: 7px;
    left: unset;
}
.product-small.col .badge {
	height: 1em;
    width: 2.1em;
}
.product-small.col .badge-inner.secondary.on-sale {
    background: bottom;
    border-radius: 4px;
    font-size: 12px;
	line-height: 10px;
}
.product-small.col .badge-inner.secondary.on-sale span {
    color: #fa6400;
}
.product-small.col .price del {
	width: 36%;
    float: left;
}
.product-small.col .price ins {
    width: 50%;
    float: left;
}
.buynow-pro {
	border: 1px solid #0aacdd;
	border-radius: 4px;
	text-align: center;
	margin-top: 6px;
	padding: 2px 0;
}
.buynow-pro a {
	color: #0aacdd;
}

/* css section-sp section-3 */
.section-sp ul.product_list_widget li {
    margin-left: 0;
}


/* css section-4 section-tab */

.tab-sp h4 {
	width: 30%;
    float: left;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    color: #fff;
    font-weight: 300;
    background-color: #0aacdd;
    padding-left: 15px;
}
.tab-sp ul.nav {
	width: 70%;
    float: left;
    background-color: #0aacdd;
}
.tab-sp ul.nav li {
    margin: 0
}
.tab-sp ul.nav li a {
    padding-left: 10px;
    padding-right: 10px;
}
.tab-sp ul.nav li a span {
    color: #fff;
    font-weight: 300;
}
.tab-sp ul.nav li.active a, .tab-sp ul.nav li:hover a {
    background-color: #087fa3;
}


/* css section-5 section review,cauhoi */
.title-review h2, .title-cauhoi h2 {
    text-align: center;
    color: #0aacdd;
	font-size: 30px;
}
.cauhoi p {
    background-color: #edf9f8;
    padding: 12px;
    border-radius: 8px;
}
.cauhoi .accordion-inner {
    padding: 0;
}
.cauhoi a.accordion-title.plain.active, .cauhoi a.accordion-title.plain:hover {
    background: bottom;
    color: #fa6400;
    font-weight: 300;
}
.cauhoi a.accordion-title.plain {
    padding-right: 0;
}

/* css footer */
.footer-widgets.footer.footer-2.dark {
    background-color: #0aacdd;
}
.row-footer .col-footer ul li {
    margin-left: 0;
}
.row-footer .col-footer ul li::before {
    content: "";
    font-family: fl-icons;
    padding-right: 6px;
    vertical-align: top;
}
/* css end footer */


/* css chi tiết sản phẩm */
/* css title sản phẩm */
h2.product-title.product_title.entry-title {
    color: #0aacdd;
	font-weight: 300;
}

/* css số lượng đánh giá và mã sản phẩm */
a.woocommerce-review-link, span.ma-sanpham {
    font-size: 14px;
    color: #2058a1;
	font-weight: 400;
}
.star-rating span:before, .stars a:hover:after, .stars a.active:after, .star-rating:before, .woocommerce-page .star-rating:before {
	color: #ff6600;
}
/* css giá biến thể */
.price-same {
    padding-bottom: 5px;
}
.giaban {
	margin-bottom: 5px;
}
.giaban .giabanchinh bdi {
    font-size: 30px;
	color: #ff6600;
}
.giaban span.baogom-vat {
    font-size: 14px;
}
p.thitruong-tietkiem {
	margin-bottom: 10px;
}
p.thitruong-tietkiem span {
    font-weight: 400;
    font-size: 15px;
}
p.thitruong-tietkiem span.phantram {
    color: #ff6600;
}

/* css thuộc tính biến thể */
.ux-swatch.tooltip.ux-swatch--image.selected.tooltipstered, .ux-swatch.tooltip.ux-swatch--label.selected.tooltipstered {
    box-shadow: 0px 0px;
    border: 1px solid #ff6600;
    color: #ff6600;
}
.ux-swatch.tooltip.ux-swatch--image.tooltipstered, .ux-swatch.tooltip.ux-swatch--label.tooltipstered {
    border: 1px solid #000;
    box-shadow: 0px 0px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 3px;
}

table.variations tbody td label {
    font-size: 15px;
}

/* css form thêm vào giỏ */
.product-main .product-info.summary .quantity .button.minus,.shop-container .product-main .product-info.summary .quantity .button.plus {
    width: 40px;
    height: 40px;
    border-radius: 8px !important;
    background-color: #0aacdd;
    margin-right: 8px;
    border: 0px;
    font-weight: bold;
    text-shadow: 0px 0px #ff000000;
    color: #fff;
}
.product-main .product-info.summary .quantity input[type="number"] {
    height: 40px;
    width: 44px;
    border-radius: 8px !important;
    border: 1px solid #0aacdd;
    box-shadow: none !important;
    max-width: 48px;
    font-weight: bold;
    margin-right: 8px;
}
/* css button mua ngay và thêm vào giỏ */
p.title-muangay {
    margin-bottom: 0;
    font-size: 13px;
}
span.text-muangay {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
	line-height: 0px;
}
button#buy_now_button {
    background-color: #0d7a9b;
    width: 100%;
    border-radius: 4px;
    line-height: initial;
    padding-top: 6px;
    padding-bottom: 6px;
    opacity: 1;
}
button.single_add_to_cart_button.button.alt {
    background-color: #0aacdd;
    font-size: 13px;
    border-radius: 4px;
	opacity: 1;
}
.single-product button.single_add_to_cart_button.button.alt {
	padding-top: 4px;
    padding-bottom: 3px;
}

/* css shipnow HN - HCM */
.shippnow {
    border-top: 1px dashed #ddd;
    padding: 10px 0 0;
}
p.shipnow-title-pc b {
    background-image: url(/wp-content/uploads/2021/09/deliverynowmyapham.png);
    background-repeat:  no-repeat;
    background-size: contain;
    padding-left: 48px;
}
p.shipnow-title-mobile b {
    background-image: url(/wp-content/uploads/2021/09/icon_nowfree.png);
    background-repeat: no-repeat;
    background-size: 76px;
    padding-left: 82px;
    background-position: left;
}
p.shipnow-title-pc, p.shipnow-title-mobile {
    font-size: 15px;
	margin-bottom: 8px;
}

/* css button gallery */
.badge-container.is-larger.absolute.left.top.z-1 {
    display: none;
}
.single-product .flickity-slider .col img {
    opacity: 1;
}
a.button.is-outline.circle.icon.button.product-video-popup.tip-top.tooltipstered, a.zoom-button.button.is-outline.circle.icon.tooltip.hide-for-small.tooltipstered {
    border: 2px solid #466082;
}
a.button.is-outline.circle.icon.button.product-video-popup.tip-top.tooltipstered i, a.zoom-button.button.is-outline.circle.icon.tooltip.hide-for-small.tooltipstered i {
    color: #466082;
}
a.button.is-outline.circle.icon.button.product-video-popup.tip-top.tooltipstered:hover i, a.zoom-button.button.is-outline.circle.icon.tooltip.hide-for-small.tooltipstered:hover i {
    color: #fff;
}

.single-product .product-info, .single-product .product-main {
	padding-bottom: 0;
}
.single-product form.variations_form.cart {
	margin-bottom: 0;
}

/* css mô tả sản  phẩm */
.product-footer {
    margin-top: 20px;
}

.product-footer .woocommerce-tabs {
	border: none;
	padding: 0;
}

h3.title-mota span {
    background-color: #0aacdd;
    color: #fff;
    padding: 6px 16px 4px 16px;
    font-weight: 300;
    font-size: 18px;
}
h3.title-mota {
    border-bottom: 2px solid #0aacdd;
}

/* css form comment */
.single-product div#tab-reviews {
    margin-top: 30px;
}
.single-product #commentform input#submit {
    background-color: #0aacdd;
    border-radius: 4px;
	border: none;
}
.single-product textarea#comment {
    min-height: 80px;
}
#commentform input, #commentform textarea {
    border-radius: 6px;
    box-shadow: 0px 0px;
    border: 1px solid #000;
}
.single-product .commentlist  strong.woocommerce-review__author:after {
    background: transparent url(/wp-content/uploads/2021/09/icon-confirm.png) no-repeat center center;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    display: inline-block;
    content: "";
}

.single-product .commentlist strong.woocommerce-review__author {
    align-items: center;
    display: inline-flex;
}
.single-product .commentlist span.woocommerce-review__dash {
    display: none;
}
.single-product .commentlist .star-rating {
    font-size: 12px;
    float: left;
    margin-right: 12px;
}
.single-product .commentlist time.woocommerce-review__published-date:before {
    content: "Đã mua hàng tại PV Lân - ";
    color: #52b858;
}
.single-product .commentlist time.woocommerce-review__published-date {
    font-size: 14px;
}
.single-product .commentlist img {
    width: 70%;
}
.single-product .commentlist .comment-text.flex-col.flex-grow {
    padding-left: 0;
}
.single-product .commentlist .description p {
    font-style: normal;
}

ol.commentlist li {
    margin-left: 0;
}

/* css sản phẩm liên  quan */
h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    margin: 0;
    width: 100%;
}

/* end css chi tiết sản phẩm */


/* css trang cửa hàng sản phẩm - shop */
/* css breadcrumbs */
.page-title-inner {
	min-height: 0;
	padding: 14px 0 14px 0;
}
.page-title.shop-page-title.product-page-title {
/*     box-shadow: inset 0 1px 3px 1px #e9e9e9; */
	background: #f9f7f7;
}
.page-title-inner .flex-col.medium-text-center {
    padding: 0;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    text-transform: inherit;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase a {
    color: #466082;
	font-size: 14px;
}




/* end css trang cửa hàng sản phẩm - shop */



/* css trang giỏ hàng */
.woocommerce-cart #main {
    background-color: #f2f1f6;
}

.cart-left .woocommerce-cart-form .cart-wrapper, .cart-right .cart-sidebar.col-inner {
    background-color: #fff;
    padding: 15px 20px;
}
.cart-left thead tr th {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}
.woocommerce-cart a.checkout-button.button.alt.wc-forward, .woocommerce-cart button.button.primary.mt-0.pull-left.small, button#place_order {
    background-color: #ff6600;
    border-radius: 4px;
}
.woocommerce-cart a.button-continue-shopping.button.primary.is-outline, .woocommerce-cart input.is-form.expand {
    background-color: #2058a1;
    color: #fff;
    border: none;
    border-radius: 4px;
    line-height: 35px;
}

input#coupon_code {
    box-shadow: 0px 0px #326e51;
    border-radius: 4px;
    border: 1px solid #326e51;
}

/* thay icon xóa sản phẩm */
.woocommerce a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}
.woocommerce a.remove:before, .woocommerce a.remove:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}
.woocommerce a.remove:before{
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}
.woocommerce a.remove:after{
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}
.woocommerce a.remove:hover:before{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}
.woocommerce a.remove:hover {
    background: transparent;
}



/* end css trang giỏ hàng */


/* css trang thanh toán - checkout */

.woocommerce-checkout .row.row-main {
	background-color: #fff;
	padding-top: 15px;
}
input#billing_first_name, .woocommerce-checkout input#billing_address_1, .woocommerce-checkout input#billing_phone, .woocommerce-checkout input#billing_email, .woocommerce-checkout textarea#order_comments {
	border-radius: 6px;
	box-shadow: none;
	border-color: #000;
}
.woocommerce-checkout p#billing_address_1_field {
	margin-right: 0px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr th {
	text-transform: initial;
	color: #000;
}
.woocommerce-checkout .has-border {
	border: 1px solid #1e1e1e;
	border-top: 4px solid #8bbea5;
}
.woocommerce-checkout .woocommerce-billing-fields {
    padding-top: 15px;
    border-top: 4px solid #8bbea5;
}
.woocommerce-checkout .ts-product-image {
    width: 52px;
    height: 45px;
    padding-right: 7px;
    vertical-align: middle;
    float: left;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table dl.variation {
    color: #466082;
    text-transform: capitalize;
    font-weight: 500;
}

/* end css trang thanh toán - checkout */


/* css trang theo dõi đơn hàng */
.page-id-580 #main {
    background-color: #fff;
}
.page-id-580 input#orderid, input#order_email {
    box-shadow: 0px 0px;
}
.page-id-580 button.button {
    background-color: #0aacdd;
    border-radius: 4px;
}
/* end css theo dõi đơn hàng */

/* css trang tài khoản */
.woocommerce-account main#main {
    background-color: #fff;
}
.woocommerce-account .dashboard-links a:hover {
    background-color: #0aacdd;
}
/* end css trang tài khoản */


/* css trang chi tiết đơn hàng */
a.woocommerce-button.button.view {
    background-color: #326e51;
    border-radius: 4px;
}
/* end css trang chi tiết đơn hàng */

@media (max-width: 1080px) {
	div#wide-nav ul.header-nav li a.nav-top-link {
		padding: 8px 15px;
	}
}

@media (min-width: 1024px) {
	/* 	css trang giỏ hàng */
	.woocommerce-cart td.product-name {
		width: 45%;
	}
	.woocommerce-checkout td.product-name {
		width: 70%;
	}
}

@media (max-width: 992px) {
	/* 	css header */
	
	.top_header_phone_2 {
		display: none;
	}
	.top_header_phone_1 {
		display: block;
	}
}

@media (min-width: 850px) {
	/* 	css trang giỏ hàng */
	.row-divided>.col+.col:not(.large-12) {
		border-left: none;
	}
	.cart-left.col {
		padding-right: 12px;
	}
	.cart-right.col {
		padding-left: 12px;
	}
}


@media (min-width: 768px) {
	/* 	css chi tiết sản phẩm */
	p.shipnow-title-mobile {
		display: none;
	}
	/* 	css trang thanh toán  - checkout */
	.woocommerce-checkout p#billing_phone_field, .woocommerce-checkout p#billing_email_field {
		width: 48%;
		float: left;
	}
	.woocommerce-checkout p#billing_phone_field {
		margin-right: 4%;
	}
	.woocommerce-checkout p.form-row-wide {
		clear: inherit;
	}
}
@media(max-width: 855px){
    .cate-mobile .product-category.col h5 {
    font-weight: 300;
    font-size: 11px !important;
}
}
@media (max-width: 768px) {
	#masthead .flex-left .button.icon.is-small {
		border: 1px solid #0aacdd;
		color: #0aacdd;
	}
	/* 	css header */
	div#wide-nav {
		background-color: #fff;
		box-shadow: 0px 0px;
	}
	/* 	css chi tiết sản phẩm */
	h2.product-title.product_title.entry-title {
		font-size: 16px;
		font-weight: 400;
		color: #000;
	}
	p.shipnow-title-pc {
		display: none;
	}
	/* 	css trang cửa hàng sản phẩm - shop */
	nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
		text-align: left;
		padding-left: 15px;
	}
	/* css section-4 section-tab */
	.tab-sp ul.nav {
		width: 100%;
		justify-content: flex-start;
	}
	.tab-sp h4 {
		display: none;
	}
}

@media (max-width: 549px) {
	/* 	css trang giỏ hàng */
	.cart-left .woocommerce-cart-form .cart-wrapper, .cart-right .cart-sidebar.col-inner {
		background-color: #fff;
		padding: 10px;
	}
	/* 	css section-5 section review, cauhoi */
	.cauhoi a.accordion-title.plain {
		font-size: 15px;
	}
}

@media (max-width: 375px) {
	/* css section-4 section-tab */
	.tab-sp ul.nav li a {
		padding-left: 8px;
		padding-right: 8px;
	}
}


@media (max-width: 320px) {
	/* css section-4 section-tab */
	.tab-sp ul.nav li a {
		padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
	}
}


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


}