/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*@font-face {
 font-family: 'SVN-Futura';
  src: url("fonts/svn-futura-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'SVN-Futura';
  src: url("fonts/SVN-Futura-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SVN-Futura';
  src: url("fonts/SFUFuturaHeavy.TTF") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'SVN-Futura';
  src: url("fonts/SFUFuturaBold.TTF") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'hotel-colline';
  src: url("fonts/Hotel-Colline.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
*/
body{
	font-family: Helvetica, Arial, sans-serif;}
b, strong {
    font-weight: inherit;
    font-weight: bold;
}
@media only screen and (max-width: 575px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.product-summary .quantity.buttons_added {
    margin-right: 25px;
}
}
@media only screen and (min-width: 768px) { 
	.callout-sec .row .col {
    padding-bottom: 0;
}
	.custom_title .section-title-normal span {
    margin-right: 40px;
}
}
@media only screen and (min-width: 992px) {
.box-text-inner.blog-post-inner .post-title {
    min-height: 42px;
}
}
@media only screen and (min-width: 1200px) { 
	
.row.row-small[class*=small-column] {
    margin-left: -5px;
    margin-right: -5px;
}

.row.row-small[class*=small-column] .col {
    padding-left: 5px;
    padding-right: 5px;
}
	.banner-home > .col.large-2 {
    flex-basis: 18.666667%;
    max-width: 18.666667%;
}
.banner-home > .col.large-3 {
    flex-basis: 23%;
    max-width: 23%;
}
	ul#vertical-menu>li.menu-item {
	position:relative;
}
    ul#vertical-menu>li.menu-item ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 1;
        padding-left: 0;
        margin-left: 0;
        opacity: 0;
        visibility: hidden;
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        border-left: 1px solid #afafaf;
        max-height: unset;
        border-radius: 1rem;
    }
ul#vertical-menu>li.menu-item:hover ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
ul#vertical-menu>li.menu-item .toggle {
    position: absolute;
    right: 5px;
    transform: rotate(-90deg);
}
	.header-bottom .nav-spacing-xlarge>li.menu-item  {
    margin: 0 20px;
}
.header-bottom-nav li.menu-item-has-children {
    position:relative;
}
	.header-bottom-nav li.menu-item-has-children .sub-menu {
    display: block;
        padding-left: 0;
        padding-right: 0;
}
	
    .header-bottom-nav li.menu-item-has-children .sub-menu .sub-menu {
        position: absolute;
        left: calc(100% + 1px);
        width: 260px;
        background-color: #fff;
        top: 0;
        visibility: hidden;
        opacity: 0;
    }
	.header-bottom-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
		 visibility: visible;
        opacity: 1;
	}
	.header-bottom-nav .nav-dropdown .menu-item-has-children>a {
    font-size: 1em;
}
	    .header-bottom-nav li.menu-item-has-children .sub-menu li.menu-item-has-children {
        display: block;
        width: auto;
    }
}

.nav.header-nav li.menu-item a {
    font-weight: 600;
    font-size: .8rem;
}
.hdevvn-show-cats{
  border: none !important;
}
span.hdevvn-show-cats li{
  display: block;
  width: auto;
  float: left;
  margin: 0 8px;
}
span.hdevvn-show-cats li a {
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    text-transform: capitalize;
}
#wide-nav>.flex-row>.flex-left {
    width: 25%;
    min-width: 25%;
    margin-right: 15px;
}
form.searchform input, form.searchform button, form.searchform select {
    min-height: 40px;
}
.custom_title .section-title {
    background: var(--fs-color-primary);
    border-bottom: 2px solid var(--fs-color-secondary);
}
.custom_title .section-title-main:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 12px solid;
    border-bottom: 22px solid transparent;
    border-left-color: var(--fs-color-secondary);
}
.custom_title .section-title .text-link {
    display: flex;
    padding-left: 5px;
    font-size: .8em;
    margin-left: auto;
    color: #fff;
    padding-right: 5px;
    align-items: center;
    justify-content: center;
}
.custom_title .section-title-main {
    position: relative;
}
.custom_title span.section-title-main {
    background:var(--fs-color-secondary);
    color: white;
    padding: 10px 15px 6px;
    font-size: 16px;
}
.custom_title .section-title-main{
    position: relative;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 0px !important;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: #333333;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.footer_ico {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.footer_ico .icon-box-img.has-icon-bg {
    height: 35px;
}
.footer_ico p {
    margin-bottom: 0;
}
.bg_repeat .bg.section-bg {
    background-repeat: repeat !important;
    background-size: unset !important;
    background-position: unset;
}
.quick_buy_container {
    width: max-content !important;
}
.product-summary .quick_buy_container {
    display: inline-block;
}
.product .col-inner .quick_buy_container {
    display: none;
}
li.header-search-form.search-form.html.relative.has-icon {
    width: 60%;
}

li.html.custom.html_topbar_right {width: 35%;}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    display: flex;
    flex-wrap: wrap;
}
p#billing_country_field {
    display: none;
}
.woocommerce-billing-fields__field-wrapper p {
    width: calc(50% - 15px);
    margin: 0px 7px;
}
p#billing_first_name_field, p#billing_address_1_field {
    width: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    background: white;
    padding: 30px 15px;
}
.related.related-products-wrapper.product-section {
    background: white;
    margin-top: 30px;
    padding: 0px 0px;
    margin-bottom: 15px;
}
h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    margin: 0px;
    margin-right: 0px !important;
    width: 100%;
    max-width: unset;
}
.product-info.summary.col-fit.col.entry-summary.product-summary {
    background: white;
}
.col-inner.is-well {
    background: white;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #1e73be;
}
.widget_price_filter .price_slider_amount .button {
    background-color: #1e73be;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #2c8de0;
}
button[name="update_cart"] {
    display: none;
}
.is-affixed {
    padding: 0px;
}
/*-------------------------------------------- Hotline -----------------------------------------*/
.widget--action--fixed {
    position: fixed;
    bottom: 25px;
    left: 5px;
    width: 50px;
    z-index: 1;
}
.widget--action--fixed>a.widget--action--item {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-bottom: 10px;
}
a.widget--action--item.click--hotline {
    background-image: url(img/widget_icon_click_to_call.svg);
    background-color: #509600;
}
a.widget--action--item.click--zalo {
    background-image: url(img/widget_icon_zalo.svg);
    background-color: #0068ff;
}
a.widget--action--item.click--messenger {
    background-image: url(img/widget_icon_messenger.svg);
    background-color: #0084ff;
}
.widget--action--fixed>a.widget--action--item:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.widget--action--fixed>a.widget--action--item span {
    position: absolute;
    height: 44px;
    line-height: 47px;
    border-radius: 22px;
    padding: 0px 20px 0 50px;
    right: 113%;
    z-index: -1;
    font-size: 15px;
}
.widget--action--fixed>a.widget--action--item:hover span {
    right: auto;
    left: 0;
}

a.widget--action--item.click--hotline span {
    background-color: #509600;
}
a.widget--action--item.click--zalo span{
    background-color: #0068ff;
}
a.widget--action--item.click--messenger span{
	background-color: #0084ff;
}
a.widget--action--item.click--youtube {
    background-color: #d63f4a;
}
/*------------------------------------------------ End Hotline-------------------------------*/
.price-wrapper span.amount {
    white-space: nowrap;
    color: #bd3745;
    font-weight: bold;
}
.product .product-title.woocommerce-loop-product__title {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 8px;
}
.product-small.box .box-text {
    padding: 10px;
}
ul.header-nav .icon-box {
    margin-bottom: 0;
}
.custom_title .section-title span.hdevvn-show-cats.hide-for-small {
    padding-bottom: 0;
}
.product .badge {
    height: auto;
    width: auto;
}
.product .badge .badge-inner {
    padding: 5px 8px;background-color: #bd3745;
}
.product .title-wrapper .product-title.woocommerce-loop-product__title a,
.name.product-title.woocommerce-loop-product__title a {
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
}
.product .badge .badge-inner span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.breadcrumbs {
    font-size: 14px;
}
.product .box-image a.quick-view {
    font-size: 12px;
}
.box-text .price-wrapper .price{
    font-size: .85em;
}

.newsletter-sec .row .col {
    padding-bottom: 0;
}

.newsletter-sec .row .col h3,.newsletter-sec form.wpcf7-form,.callout-sec .icon-box .icon-box-text p {
    margin-bottom: 0;
}
.newsletter-sec form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.button {
	background-color: #093393;
}
.callout-sec .icon-box:hover .icon img {
    filter: brightness(0) invert(1);
}
.callout-sec .icon-box.featured-box h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--fs-color-primary);
    margin-bottom: 0;
}
.footer-wrapper .section-title-normal span {
    margin-bottom: 0px;
    font-size: 15px;
}
.footer-wrapper .absolute-footer {
    padding: 10px 0 10px;
}
.header-search-form-wrapper button.ux-search-submit.submit-button {
    background-color: var(--fs-color-primary);
    border-radius: 0 12px 12px 0;
}

.header-search-form-wrapper input.search-field {
    border-radius: 12px 0 0 12px;
}
ul#vertical-menu {
    border-radius: 1rem;
    -webkit-box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
ul#vertical-menu>li.menu-item a{
    line-height: 22px;
    text-transform: capitalize;
    color: #222;
    font-size: 13px;
    padding: 6px 10px;
    font-weight: 600;
    display: block;
}
ul#vertical-menu>li.menu-item {
    border: 0;position:relative;
}
ul#vertical-menu>li.menu-item ul.sub-menu a {
	    background: #e5e5e5;
}
ul#vertical-menu>li.menu-item ul.sub-menu > li.menu-item{
    border-bottom: 1px solid rgb(255 255 255 / 97%);
}
ul#vertical-menu>li.menu-item .ux-menu-icon {
    max-height: 20px;
    width: auto;
    margin-right: 5px;
}
ul#vertical-menu>li.menu-item a:hover {
    background-color: #efefef;
}
ul#vertical-menu>li.menu-item.has-child a i.icon-angle-down {
    display: none;
}
.img.border-radius img,.slider-wrapper.border-radius img {
    border-radius: 1rem;
}
.product-small.box.box-normal,.product-small.box {
    border-radius: 10px;
    -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.product-small.box.box-normall:hover,.product-small.box:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 1;
}
.box-text .name.product-title.woocommerce-loop-product__title {
    font-weight: 600;margin-bottom: 8px;
}
.section-title-container .section-title-normal span {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.section-title-container .section-title-normal {
    border-bottom: 0;
    margin-bottom: 0;
}
.box.box-default.box-blog-post {
    padding: 10px;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.box.box-default.box-blog-post:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 1;
}
.box-text-inner.blog-post-inner .post-title {
    font-size: 15px;
    margin-bottom: 12px;
}
.box-blog-post .is-divider {
    display: none;
}
.box-text-inner.blog-post-inner .post-title .plain {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.footer-wrapper {
    font-size: 14px;
}
.box.box-category.has-hover.box-default .box-image img {
    max-height: 60px;
    width: auto;
}

.box.box-category.has-hover.box-default .box-image {
    text-align: center;
}

.box.box-category.box-default {
    background: #FCA5A5;
    padding: 10px;
    border-radius: 1rem;
}
.box.box-category.box-default .box-text .header-title {
    color: #fff;
    text-transform: unset;
}
.box.box-category.box-default .box-text {
    padding-bottom: 0;
}
.row > .product-category:nth-child(2) .box.box-category.box-default{background: #FDA4AF;}
.row > .product-category:nth-child(3) .box.box-category.box-default{background: #F9A8D4;}
.row > .product-category:nth-child(4) .box.box-category.box-default{background: #C4B5FD;}
.row > .product-category:nth-child(5) .box.box-category.box-default{background: #A5B4FC;}
.row > .product-category:nth-child(6) .box.box-category.box-default{background: #93C5FD;}
.row > .product-category:nth-child(7) .box.box-category.box-default{background: #6EE7B7;}
.row > .product-category:nth-child(8) .box.box-category.box-default{background: #FCD34D;}
.row > .product-category:nth-child(9) .box.box-category.box-default{background: #FDBA74;}
.row > .product-category:nth-child(10) .box.box-category.box-default{background: #FDBA74;}
.row > .product-category:nth-child(11) .box.box-category.box-default{background: #FCD34D;}
.row > .product-category:nth-child(12) .box.box-category.box-default{background: #6EE7B7;}
.row > .product-category:nth-child(13) .box.box-category.box-default{background: #93C5FD;}
.row > .product-category:nth-child(14) .box.box-category.box-default{background: #A5B4FC;}
.row > .product-category:nth-child(15) .box.box-category.box-default{background: #C4B5FD;}
.row > .product-category:nth-child(16) .box.box-category.box-default{background: #F9A8D4;}
.box.box-category.box-default .box-text .header-title {
    min-height: 38px;
    justify-content: center;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
ul.header-nav .icon-box .icon-box-text {
    color: #222;
}
.product-small.box .box-image {
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.product-small.box .box-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.box-image .image-fade_in_back {
    height: 100%;
}
.product-small.box .box-image a {
    height: 100%;
}
.specifications,.product-footer .content,.product-main .side-icon {
    -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 1rem;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.side-icon .icon-box.featured-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.side-icon .icon-box.featured-box .icon-box-text {
    padding-left: 10px;
}
.side-icon .icon-box.featured-box .icon-box-img .icon img {
    max-height: 40px;
    width: auto;
}
.side-icon .icon-box.featured-box .icon-box-img {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
}
.product-title.product_title.entry-title {
    font-size: 22px;
}
.specifications ul {
    padding-left: 15px;
}
.box.box-vertical.box-blog-post .box-image .image-cover {
    padding-top: 67% !important;
}