/*
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.   ***************/
.entry-divider.is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#ftwp-container.ftwp-wrap #ftwp-header-minimize {
    position: absolute;
    right: 0;
	width: 50px;
}
#ftwp-container.ftwp-wrap #ftwp-header {
    display: flex;
    align-items: center;
}
#ftwp-container.ftwp-wrap #ftwp-header-title {
    margin-left: 10px;
}
.sec__news .col.post-item {
	padding-bottom: 0;
}
.sec__news .col.post-item .col-inner {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.sec__news .col.post-item:last-child .col-inner {
/* 	border-bottom: none; */
}
.sec__news .col.post-item .box-text.text-left {
    padding-top: 0;
    padding-bottom: 0;
}
.sec__news .box-blog-post .is-divider {
	display: none;
}
.arrow {
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
	top: -10px;
}
.arrow span {
    background: url(https://cokhitruongan.com.vn/wp-content/uploads/2022/07/arrow.png);
    width: 25px;
    top: 9px;
    height: 15px;
    opacity: .3;
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
    right: 0;
    left: 0;
    top: 10px;
    margin: auto;
}
span.arrow:before {
    content: "";
    background: url(https://cokhitruongan.com.vn/wp-content/uploads/2022/07/arrow.png);
    display: block;
    width: 25px;
    right: 0;
    left: 0;
    top: -5px;
    margin: auto;
    position: absolute;
    opacity: 1;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
span.arrow:after {
    content: "";
    background: url(https://cokhitruongan.com.vn/wp-content/uploads/2022/07/arrow.png);
    display: block;
    width: 25px;
    top: 2px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    opacity: .5;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.arrow span {
    animation: bounceAlpha 1s ease-in-out infinite;
}
.arrow:after {
    animation: bounceAlpha 1s ease-in-out infinite .1s;
}
.arrow:before {
    animation: bounceAlpha 1s ease-in-out infinite .2s;
}
@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateY(0px) scale(1);}
  25%{opacity: 0; transform:translateY(10px) scale(0.9);}
  26%{opacity: 0; transform:translateY(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateY(0px) scale(1);}
}
.row__tieu-chi .icon-box h3 {
	margin-bottom: 0;
}
.row__tieu-chi .icon-box {
    display: flex;
    align-items: center;
}
.product-small.col .col-inner {
    position: relative;
    border: 1px solid #e7e9e8;
    background-color: #fff;
}
.product-small.col .product-small.box .box-image {
    padding: 5px;
}
.product-small.box .box-text.box-text-products {
    padding: 7px;
}
.product-small.box .box-text.box-text-products .price-wrapper .price del span.woocommerce-Price-amount.amount {
    font-size: 14px;
}
.product-small.box .box-text.box-text-products .price-wrapper .price span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
p.name.product-title {
    height: 46px;
    margin-bottom: 7px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
p.name.product-title a {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p.name.product-title a:hover {
    color: var(--primary-color);
}
.section-title a {
    font-weight: 400;
    font-size: 14px;
}
.section-title.section-title-normal {
    border-top: 3px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: none;
}
.section-title.section-title-normal span.section-title-main {
   border-bottom: none;
    padding-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    background-color: var(--primary-color);
}
.section-title.section-title-normal span.section-title-main:after {
	border: 18px solid var(--primary-color);
    position: absolute;
    content: "";
    clear: both;
    display: inline-block;
    margin-left: 15px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -36px;
    top: 0;
}
.top-divider {
    display: none;
}
.item_block {
    padding: 0 10px;
    text-align: justify;
    font-family: 'Roboto' !important;
    font-size: 15px;
}
.block_image a:after {
    background: rgba(255,255,255,0.5) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
}
.block_image a:before {
    background: rgba(255,255,255,0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
}
.block_image a:hover:before, .block_image a:hover:after {
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 1s;
    width: 100%;
}
.title_block_parent {
    position: relative;
}
.title_block_parent:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background: #744c32;
    top: 32%;
    content: "";
    z-index: 0;
}
ul {
    list-style: none;
}
.block_2 {
    font-family: 'Roboto' !important;
    font-size: 15px;
}
.title-danh-muc-con a  {
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: var(--primary-color);
    display: block;
    text-align: left !important;
    color: #fff;
    font-weight: 400 !important;
	text-transform: uppercase;
}
.title-danh-muc-con a:hover {
	color: #6f4019;
}
.item_sidebar .is-divider {
    height: 0;
	display: none;
}
.title-danh-muc {
    background: url(https://cokhitruongan.com.vn/wp-content/uploads/2021/03/tm.png) no-repeat;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 17px;
    height: 41px;
    line-height: 38px;
    background-size: 100% 100%;
    padding-left: 15px;
}
.sidebar-inner .widget, .widget-area .widget{
    margin-bottom: 0;
}
.item_sidebar ul {
    background: #fff;
}
.item_sidebar ul li {
    line-height: 28px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    padding-left: 11px;
}
.title-danh-muc.item2 {
    margin-top: 29px;
}
.spnb ul {
    background: #fff;
    padding: 10px;
    font-size: 14px;
}
.spnb .shop-sidebar, .spnb .widget-title span  {
    display: none;
}
.spnb .is-divider {
    display: none;
}
.box-list-view .box .box-image, .box-vertical .box-image {
    width: 20% !important;
}
#logo {
    width: 106px;
}
.relatedcat p {
    text-transform: uppercase;
    font-weight: bold;
}
ul.tlq li {
    list-style: disc;
}
.text-header {
    font-size: 24px;
    font-weight: bold;
}
h2.title-danh-muc-con {
    font-size: 16px;
    margin-bottom: 0;
}
.post ul {
    list-style: disc;
}
li.header-search-form.search-form {
    width: 52%;
	margin-top: 3px;
    margin-bottom: 3px;
}
li.header-search-form.search-form input:not([type="submit"]) {
    background: #fff;
    height: 32px;
    border: none;
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: none;
}
li.header-search-form.search-form select.search_categories {
    height: 32px;
    box-shadow: none;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
li.header-search-form.search-form .submit-button {
    height: 32px;
    min-height: 32px;
    width: 40px;
    background-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: none;
}
li.header-search-form.search-form .searchform .button.icon i {
    color: #000;
}
.phone-header {
	font-family: impact;
	font-weight: 400;
    color: #fd020a;
    font-size: 24px;
    background: url(https://cokhitruongan.com.vn/wp-content/uploads/2022/06/phone.png) no-repeat bottom left;
    padding-left: 30px;
}
.social-buttons {
    display: inline-grid;
    min-width: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    bottom: 70px;
    z-index: 99999;
}
.social-button-content {
    display: inline-grid;
}
.social-buttons a {
    cursor: pointer;
    padding: 8px 0;
    position: relative;
}
.social-buttons img {
    background: #43a1f3;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 1.9;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 999;
}
.alo-circle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: transparent;
    border: 2px solid #0089b9;
    border-radius: 100%;
    height: 50px;
    opacity: .1;
    position: absolute;
    right: -3px;
    top: 3px;
    width: 50px;
}
.social-buttons a span {
    -webkit-animation: headerAnimation .7s 1;
    animation: headerAnimation .7s 1;
    background: #67b634;
    border-radius: 2px;
    color: #fff;
    display: none;
    margin-left: 10px;
    min-width: 180px;
    padding: 9px;
    position: absolute;
    right: 52px;
    text-align: center;
    top: 9px;
    transition: all .2s ease-in-out 0s;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 999;
}
.social-buttons .viber span {
    background-color: #7d3daf;
}
.social-buttons .zalo span {
    background-color: #22a9e0;
}
.social-buttons .sms span {
    background-color: #119949;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}

.section-title b {
	display: none;
}
.title_block .section-title {
	text-align: center;
	display: inline-block;
}
.title_block .section-title span {
    background: url(https://cokhitruongan.com.vn/wp-content/uploads/2021/03/dm.png) no-repeat center center;
    font-size: 22px;
    color: #6f4019;
    text-align: center;
    text-transform: uppercase;
    height: 56px;
    line-height: 48px !important;
    position: relative;
    display: inline-block;
    z-index: 1;
	width: 350px;
}
.title_block .section-title:before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background: #744c32;
    top: 25px;
    content: "";
    z-index: 0;
}
.product-category.col .col-inner .box-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    pointer-events: none;
}
.product-category.col .col-inner .box-image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    pointer-events: none;
}
.product-category.col .col-inner:hover .box-image:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
}
.product-category.col .col-inner:hover .box-image:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}
#theh1 {
    display: none;
}
@media (min-width: 850px) {
	#logo {
		margin-left: 30px;
		margin-bottom: -52px;
		z-index: 9999;
	}
	ul.nav.header-nav.header-bottom-nav.nav-left {
		margin-left: 200px;
		position: relative;
	}
	ul.nav.header-nav.header-bottom-nav.nav-left:before {
		position: absolute;
		content: "";
		top: -4px;
		left: -45px;
		border-left: 30px solid transparent;
		border-bottom: 35px solid #fdb515;
		border-right: 0px solid transparent;
		z-index: 999;
	}
	ul.nav.header-nav.header-bottom-nav.nav-left:after {
		position: absolute;
		left: -215px;
		top: -4px;
		content: "";
		width: 199px;
		height: 35px;
		background-color: #f7f7f7;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}




/*trung css*/
#product-sidebar .widget {
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    padding: 10px 10px;
}
#product-sidebar span.widget-title {
    color: var(--primary-color);
    text-align: center;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: .5em;
    font-size: 0.875rem;
}
#product-sidebar span.widget-title {
   
    font-weight: bold;
    display: block;
    margin-bottom: .5em;
}
#product-sidebar  span.widget-title + .is-divider {
    display: none;
}
#product-sidebar .icon-box {
    border-bottom: 1px dashed #E8E8E8;
    padding-top: 10px;
    padding-bottom: 10px;
}
#product-sidebar .widget p:last-child {
    margin-bottom: 0;
}
#product-sidebar .icon-box strong {
    color: #3075ff;
}
#product-sidebar .icon-box p {
    font-size: 12px;
}
h1.product-title.product_title.entry-title {
    font-size: 20px;
    color: #000;
}
.custom-price-box {
  margin-top: 10px;
  line-height: 1.6;
}
.custom-price-box .label {
  font-size: 15px;
  margin-right: 5px;
}
.custom-price-box .promo-price .value span.amount {
  color: #e60000;
  font-weight: 700;
  font-size: 20px;
}
.custom-price-box .market-price .value span.amount {
  color: #999;
  text-decoration: line-through;
}
.product-info.summary.col-fit.col-divided.col.entry-summary.product-summary.text-left.form-flat {
    font-size: 14px;
}.custom-price-box>div {
    margin: 5px 0px;
}
.camket {
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    padding: 14px 18px;
}
.camket p{
    margin-bottom: 0px;
}
.product-footer .product-page-sections .product-section .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.product-page-sections>.product-section>.row h5 {
    text-transform: none;
    background: #007cbc;
    padding: 10px;
    color: #fff;
    display: table-cell;
    min-width: 165px;
}
ul.product_list_widget .label, ul.product_list_widget .saving, ul.product_list_widget .stock-status {
    display: none;
}
ul.product_list_widget .promo-price *, ul.product_list_widget .market-price * { font-size:12px }
ul.product_list_widget .custom-price-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
    line-height: 15px;
}