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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'SFUFuturaBold'; /* Choose a name you will use later */
  src: url('./fonts/SFUFuturaBold.TTF') format('truetype'); /* Point to the file location */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFUFuturaRegular'; /* Choose a name you will use later */
  src: url('./fonts/SFUFuturaRegular.TTF') format('truetype'); /* Point to the file location */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.hwp-form-lh .col, .hwp-header .col{padding-bottom: 0}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{color: #7a7a7a; font-weight: normal}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type=text]{height: 40px}

body{font-family: SFUFuturaRegular, sans-serif; font-size: 14px; line-height: 1.5em}
.text-b{font-family: SFUFuturaBold, sans-serif;}
.range-check label{position: relative; top: -2px}

.header-search-form-wrapper .searchform-wrapper{border-left: 1px solid #3e3b3c }
.header-search-form-wrapper .searchform-wrapper input{height: 45px; background: transparent; border-width: 0; font-size: 14px}
.header-search-form-wrapper .searchform-wrapper input:focus{box-shadow: none}
.header-search-form-wrapper .searchform-wrapper .ux-search-submit{background-color: transparent; color: #a4a4a4}

.footer-wrapper a{color: #7a7a7a}
.footer-wrapper .ux-menu-link:hover .ux-menu-link__link{color: #b88319}
.footer-wrapper .wpcf7-submit{width: 100%; height: 40px; font-weight: normal}


.hwp-recent-box {margin-top: 20px!important}
.hwp-recent-box li {padding: 10px 0}
.hwp-recent-box li:first-child {padding-top: 0}
.hwp-recent-post {width: 100%;display: table}
.hwp-recent-post>div {display: table-cell;vertical-align: middle}
.hwp-recent-post .box-image {width: 95px}
.hwp-recent-post .box-image .overlay-icon {width: 30px;height: 30px;line-height: 30px}
.hwp-recent-post:hover .box-image .overlay-icon {transform: scale(1.1)}
.hwp-recent-post .box-image .image-cover {border-radius: 10px}
.box-text-link {padding-left: 15px;line-height: 1.1}
.box-text-link a {font-size: 15px}

.shop-container .sort_custom {justify-content: flex-start;}

/*************** CSS FOR BAIVIETLIENQUAN.   ***************/
.blog-single .entry-header .is-divider{max-width: 100%; height: 1px}
.related-box .related-head {font-weight: 700;display: block;margin-bottom: 10px;font-size: 19px;color: black;}
.related-box ul li {margin-bottom: 3px;}
.related-box ul li a {font-weight: 700;font-size: 16px;/*color: #2a9e2f;*/}
.related-box ul li a:hover {text-decoration: underline;}
.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;border-radius: 6px;}
ul.row.related-post li {list-style: none;}
.related-title {line-height: 1.3 !important;margin-top: 10px !important;color: #000;}
.related-title a{color: #000;font-weight: 600;}

.custom-single-meta {margin: 12px 0 0px;display: flex;gap: 14px;flex-wrap: wrap;font-size: 13px;color: #666;}
.custom-single-meta i {margin-right: 5px;color: #999;}


.contact-info-page {list-style: none}
.contact-info-page li{margin-left: 0 !important; display: table;}
.contact-info-page li i{display: table-cell;width: 20px;text-align: center; padding-right: 5px; font-size: 12px}

@media only screen and (min-width: 850px){
  .shop-page-title .page-title-inner > div:last-child{display: none}
  .header-cart-link.button.icon{ height: 60px; width: 60px; line-height:55px; font-size: 1em; color: #363f4d; border: 2px solid #ebebeb}
}
@media only screen and (max-width: 849px){
	.header-search-form-wrapper .searchform-wrapper input{height: 35px}
}

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


}