/*
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.   ***************/
body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif !important;
}
.header-bottom ul li  a {
    font-size: 14px;
    font-weight: 400;
} 
.flex-center ul.header-bottom-nav li.menu-item  {
	margin: 0 20px;
}
#woocommerce-product-search-field-0 {
	display: block;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.header-nav-main .ux-search-submit {
	height: 40px;
	    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.header-nav-main .ux-search-submit i:after {
	content: 'Tìm kiếm';
	font-family: 'Roboto';
	letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}
.header-nav-main .ux-search-submit i {
	width: 120px;
}
.searchform-wrapper .flex-row {
	border: 1px solid #37648b;
    border-radius: 4px;
}
.block-header p {
    color: #f0ae43;
    margin-top: 5px;
    font-style: italic;
    font-size: 17px;
}
.block-header h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #2a5880;
    margin: 0;
    font-size: 40px;
    letter-spacing: 0;
}
.section-title-normal {
	border:none;
}
.section-title-normal span {
	border:none;
	position: relative;
}
.section-title-normal span:before {
	content: '';
	width: 70px;
	height: 3px;
	background-color: orange;
	bottom: 0;
	position: absolute;
}
.section-title-container {
	margin-bottom: 15px;
}
.product-small .product-title a {
	    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 20px !important;
    height: 55px;
    overflow: hidden;
    display: block;
    padding-top: 6px;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-top: 15px;
    font-family: inherit;
    margin-bottom: 9px;
}
.product-small .price ins span {
	color: #36648b;
    font-size: 17px;
    font-weight: 600;
}
.product-small  del {
	    color: #999;
    text-decoration: line-through;
    padding-left: 10px;
    font-size: 14px;
    margin-right: 10px;
}
.badge-container.absolute {
	display: none;
}
.slide-pr .flickity-prev-next-button {
	opacity: 1;
	height: 0;
	top: -70px;
	margin-top: 0 !important;
}
.slide-pr .flickity-prev-next-button.next {
	right: 0;
}
.slide-pr .flickity-prev-next-button.previous {
	right: 35px;
    left: unset;
}
.slide-pr .flickity-prev-next-button, .slide-pr:hover .flickity-prev-next-button {
	transform: unset;
}
.slide-pr .flickity-prev-next-button svg {
	border: none;
    background: orange;
    font-size: 10px;
    width: 25px;
    border-radius: 5px;
}
.slide-pr .flickity-prev-next-button svg .arrow {
	fill: #fff;
}
.padding {
	padding-left: 20px !important;
}
.product-small {
	padding: 5px;
	border:1px solid transparent;
}
.product-small.box:hover {
	border:1px solid #ccc;
}
.padding-bot .col {
	padding-bottom: 0;
}
.section-title-center b {
	background-color: transparent;
}
.box-blog-post {
	border:1px solid #ccc;
}
.box-blog-post .box-text {
}
.box-blog-post .is-divider {
	display: none;
}
.box-blog-post .post-title {
	padding: 0 15px;
	 color: #666;
    font-size: 14px;
    display: inline-block;
    line-height: 22px;
    height: 50px;
    overflow: hidden;
    background: #fff;
    text-transform: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 600;
}
.box-blog-post .post-meta {
	position: relative;
	font-size: 14px;
    color: #666;
    padding: 10px 15px 10px 35px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    opacity: 1;
}
.box-blog-post .post-meta:before {
	position: absolute;
	content: "\f073";
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 900;
	left: 15px;
	color: #29577f;
}
.box-blog-post  .from_the_blog_excerpt  {
	padding: 0 15px;
}
.box-blog-post .box-text .button {
	font-size: 14px;
	font-weight: 400;
	    padding: 3px 30px;
    margin-left: 15px;
}
.box:hover .post-title {
	color: #ffae00;
}
.dark, .dark p, .dark td{
	color: #fff;
}
.mg0 p {
	margin-bottom: 0;
}
.mg10 p {
	margin-bottom: 10px;
}
.col-sub-footer > .col-inner:before {
	content: '';
	position: absolute;
	    border-left: 50px solid #f0af3e;
    border-right: 0 solid transparent;
    border-bottom: 154px solid transparent;
    border-top: 0 solid transparent;
    right: -50px;
    top: 0;
}
.im-box {
	background-color: #fff;
	padding: 0px 90px;
}
#footer .ux-menu-link__link {
	font-weight: bold;
	font-size: 18px;
	min-height: unset;
}
#footer input {
	height: 50px;
}
#footer .wpcf7-submit {
	background-color: red;
	font-size: 0;
	position: relative;
	width: 70px;
	height: 50px;
}
.absolute-footer {
	display: none;
}
.top-divider {
	display: none;
}
#mega-menu-wrap {
	height: 50px;
	background:#efefef;
}
#wide-nav>.flex-row>.flex-left {
	max-width: 300px;
}
#mega-menu-title {
	color: black;
	font-weight: bold;
	    height: 50px;
    line-height: 30px;
}
#breadcrumbs i {
	font-weight: 300;
	    color: #969595;
    margin: 0px 10px;
}
#breadcrumbs {
	margin-bottom: 0;
}
#breadcrumbs span, #breadcrumbs a {
	color: #969595;
    font-size: 15px; 
}
#breadcrumbs .breadcrumb_last {
	color: #ffae00;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
}
.section-header {
	background: url(/wp-content/uploads/2021/06/bg_breadcrumb.png);
	padding: 15px 0;
	margin-bottom: 30px;
}
.section-header .page-title {
	font-weight: 500;
	margin: 0;
}
.blog-archive {
	padding-top: 0;
}
.widget .is-divider {
	display: none;
}
.widget-title  {
    text-align: left;
    font-size: 20px !important;
    color: #282828;
    margin-bottom: 15px;
    letter-spacing: 0 !important;
    display: block;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
	box-shadow: none;
}
.widget>ul.product-categories li a {
	font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    color: #666666;
    position: relative;
    padding: 10px 0;
}
.widget>ul.product-categories li.active > a {
    font-weight: bold;
    color: #222222;
}
.widget ul li a:hover {
	color: #ffae00;
}
.widget ul.product-categories li a:before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300;
	margin-right: 15px;
}
ul.product_list_widget li img {
	top: 20px;
}
ul.product_list_widget li+li {
    border-top: 1px dashed #ececec;
}
ul.product_list_widget li {
	padding:20px 0 15px 75px;
}
ul.product_list_widget li .product-title {
 	font-size: 14px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    font-weight: normal;
 }
.menu-item img._before, .rtl .menu-item img._after {
    width: 18px;
}
.product-thumbnails a {
        border: 1px solid #d8d8d8;
    padding: 5px;
}
.product-main {
    padding-top: 0;
}
.woocommerce-breadcrumb {
    display: none;
}
.product-info .product-title {
    color: #282828;
    font-size: 23px;
    margin: 0;
    /* margin-top: 10px; */
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 32px;
    font-weight: 600;
}
.product-info ins span.amount {
    color: red;
    font-size: 25px;
}
.product-info del span.amount {
    font-size: 18px;
}
.product-short-description li {
    list-style: circle;
        font-size: 14px;
    margin-bottom: 5px;
}
.product-info .sku {
    font-size: 13px;
}
.product-info .sku span {
    font-weight: bold;
    color: black;
}
.wrapper-product {
    display: flex;
}
.woocommerce-product-rating {
    font-size: 13px;
    color: #6b6b6b;
}
.woocommerce-product-rating .rat {
    color: black;
}
.woocommerce-product-rating .woocommerce-review-link {
    font-size: 13px;
    color: #6b6b6b;
}
.product-info .single_add_to_cart_button {
    background-color: #f00 !important;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    text-transform: initial;
    height: 35px;
    letter-spacing: 0;
    position: relative;
    padding: 0 30px;
}
.product-info .single_add_to_cart_button:before {
    content: "\f291";
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900;
    margin-right: 8px;
}
.star-rating--inline {
    margin-left: 10px;
    margin-right: 10px;
}
.fake {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 12px;
}
.fake span {
    color: red;
}
.cart .quantity .qty {
    border-radius: 5px !important;
    text-align: left;
    height: 35px;
    padding: 0 10px;
    max-width: 100px;
    width: 60px;
}
.quantity:before {
    content: 'Số lượng: ';
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-right: 5px;
}
.quantity .minus, .quantity .plus {
    display: none !important;
}
.product-section .section-title-normal {
    border-bottom: 1px solid #ececec;
}
#block_widget-2 .padding-bot .col-inner {
    background: #f6f6f6;
    padding: 16px 10px;
}
#block_widget-2 {
    z-index: 2; 
}
#block_widget-2 .icon-box .col-inner {
    border: 1px solid #eee;
    padding:15px;
    background-color: #fff;
}
#block_widget-2 .icon-box h5 {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0;
}
#block_widget-2 .icon-box .icon-box-text {
    color: #777575;
    text-align: justify;
    font-size: 13px;
    max-width: 200px;
    display: block;
    font-weight: normal;
    margin-top: 8px;
}
#block_widget-2 .featured-box {
    border-bottom: 1px dashed #e0dcdc;
    margin-bottom: 8px;
    padding-bottom: 12px;
}
#block_widget-2 .featured-box:last-child {
    border:none;
}
#product-sidebar span.amount {
    font-size: 14px;
}
#product-sidebar ins span.amount {
    color: #36648b;
}
.pr_tag a {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 15px 10px 0;
    -webkit-transition: color .2s;
    font-size: 14px;
}
.pr_tag a:before {
    content: '';
    border-radius: 10px;
    box-shadow: inset -1px 1px rgb(80 70 70 / 57%);
    height: 6px;
    left: 10px;
    width: 6px;
    top: 10px;
    position: absolute;
    z-index: 9999;
    background: #fff;
}
.pr_tag a:after {
    content: '';
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    right: -10px;
    top: 0;
    position: absolute;
}
.pr-top {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 10px;
    font-size: 14px;
}
.pr-top p {
    margin: 0;
}
.block__promo {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
}
.pr-content ul {
    margin: 10px 0;
}
.pr-content li {
    list-style: none;
    font-size: 13px;
}
.pr-content li span {
    font-size: 12px;
    background: red;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 99%;
    color: #fff;
    margin-right: 10px;
}


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


}