/*
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.   ***************/

@font-face {
    font-family: 'Manrope';
    src: url(assets/fonts/Manrope-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Manrope';
    src: url(assets/fonts/Manrope-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Manrope';
    src: url(assets/fonts/Manrope-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Manrope';
    src: url(assets/fonts/Manrope-Bold.ttf);
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700;
}

body {
    font-family: 'Manrope', sans-serif !important;
}

.nav>li>a {
    font-family: 'Manrope', sans-serif !important;
}

.alt-font {
    font-family: 'Manrope', sans-serif !important;
}

p#billing_country_field {
    display: none;
}

.woocommerce-billing-fields .form-row {
    width: 100%;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: #e09e2a;
}

li.account-item {
    width: 40px;
}

/* li.cart-item {
    width: 40px;
} */

.product-info .woobt-additional.woobt-text,
.product-info .woobt-total.woobt-text {
    display: none !important;
}

.sec-9.popup_form .large-5 {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    padding: 0;
}

.sec-9.popup_form {
    padding: 0 !important;
}

span.onsale {
    /* background: #e09e2a; */
    position: relative;
    padding: 3px;
    font-size: 11px;
    border-radius: 3px;
    color: #fff;
    /* margin-left: 10px; */
    bottom: 0px;
}

.product-info span.onsale {
    bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    padding: 7px 8px;
}

.entry-content ol li,
.entry-summary ol li,
.col-inner ol li,
.entry-content ul li,
.entry-summary ul li,
.col-inner ul li {
    font-family: 'Manrope', sans-serif;
}

div#top-bar a {
    color: #04375d;
    padding: 0;
    vertical-align: baseline;
    font-weight: bold;
    text-transform: none;
    font-size: 0.9em;
}

.nav-dropdown>li.nav-dropdown-col {

    min-width: inherit;
    min-width: fit-content;
    width: fit-content;
}

.nav-dropdown>li.nav-dropdown-col ul.sub-menu {
    width: max-content;
}

.header-bottom .sub-menu a {
    width: max-content;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #222;
}

.shop-sidebar .is-divider,
.post-sidebar .is-divider {
    display: none;
}

.sidebar-slider .widget-title,
.shop-sidebar span.widget-title,
.post-sidebar span.widget-title {
	background: #F7D281 !important;
	background: linear-gradient(130deg, rgba(247, 210, 129, 1) 0%, rgba(241, 188, 83, 1) 100%) !important;
    color: #04375d;
    display: block;
    padding: 13px 15px;
    text-align: center;
}

.sidebar-slider .col-inner,
.shop-sidebar .widget,
.post-sidebar .widget {
    border-radius: 10px;
    overflow: hidden;
    background-color: #F5F7F7;
    border: 1px solid #DEDEDE;
}

.sidebar-slider .slider-menu ul.menu>li>a,
.shop-sidebar .widget ul.menu>li>a,
.post-sidebar .widget ul.menu>li>a {
    padding: 15px 0;
    font-size: 1em;
}

.blog-archive-header-wrapper {
    margin-bottom: 30px;
}

.product-main .large-9,
#content .medium-col-first {
    padding-left: 15px;
}

.home-slider .post-sidebar .menu {
    padding: 5px 15px;
    background: #fffafa;
}

.sidebar-slider .slider-menu .menu a:before,
.shop-sidebar .menu a:before,
.post-sidebar .menu a:before {
    content: "\f105";
    position: relative;
    font-family: 'fl-icons';
    margin-right: 5px;
}

.category h1.page-title {
    padding-top: 25px;
}

#ftwp-container.ftwp-wrap #ftwp-contents {
    border: none;
}

.ftwp-fixed-to-post#ftwp-container.ftwp-wrap #ftwp-contents {
    width: 300px !important;
    height: 400px !important;
    top: 100px !important;
    border: none;
}

.banner_chuyen_muc img {
    width: 100%;
    margin-bottom: 30px;
}

.related_posts_by_taxonomy ul {
    padding: 5px 15px;
    background: snow;
}

.related_posts_by_taxonomy ul a:before {
    content: "\f105";
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
    font-size: 14px;
}


h6.entry-category {
    display: none;
}

.blog-archive {
    padding-top: 0;
}

.header-top,
.sec-3 {
	background: #F7D281 !important;
	background: linear-gradient(130deg, rgba(247, 210, 129, 1) 0%, rgba(241, 188, 83, 1) 100%) !important;
}

.absolute-footer {
    color: #111;
}

li.html.custom.html_topbar_left ul li {
    list-style: none;
    display: inline-block;
    margin-left: 24px;
    font-size: 15px;
    margin-bottom: 0;
}

input#woocommerce-product-search-field-0 {
    height: 46px;
    border: 3px solid #ebebeb;
    background: #ebebeb;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 1rem;
    padding-left: 25px;
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: 0;
    position: absolute;
    right: 20px;
    padding: 0;
}

/* li.header-search-form.search-form {
    width: 100%;
} */

.bt-top {
    background: #e09e2a;
    color: #fff;
    padding: 5px 20px;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 12px;
    border-radius: 8px;
}



.nav>li.header-divider {
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 65px;
    vertical-align: middle;
    position: relative;
    margin: 0 36px;
}

li.html_topbar_right a {
    padding: 0 3px;
}

.sec-1 .large-9 {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.sec-1 .large-3 {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.sec-1 .large-3 .img {
    margin-bottom: 13px;
}

h3.section-title.section-title-center {
    margin: 20px auto;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 35px;
}

.section-title b {
    height: 1px;
    opacity: 0;
    background-color: #f15630;
}

.sec-2 .box-image {
    border-radius: 50%;
    padding: 30px;
    border: 2px solid #E9C469;
}

.sec-2 .box-image img {
    object-fit: scale-down;
}

.sec-2 .box.box-category {
    padding-top: 10px;
}

.sec-2 .box-text {
    padding: 0;
    padding-top: 20px;
}

.product-small.box .box-image {
    padding: 10px 15px 0;
}

.sec-3 .section-title b {
    background-color: #fff;
    opacity: 0;
}

.product-small .box-text {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    padding: 15px 20px !important;
}

.product-small .box-text del {
    text-decoration: none !IMPORTANT;
}

.product-small .box-text del bdi {
    font-size: 10px;
    text-decoration: line-through;
}

.sec-3 {
    padding-bottom: 30px !important;
    margin-bottom: 30px;
}

.row-slider .flickity-page-dots .dot {

    opacity: 1 !important;
    width: 20px !important;
    font-size: 0 !IMPORTANT;
    background: #9e9e9e;
    border-radius: 25px;
    margin: 0 3px;
    height: 4px;
}

.row-slider {
    margin-bottom: 20px;
}

.sec-3 .row-slider .flickity-page-dots .dot {
    background: #fff
}

.product-small .box-text .title-wrapper {
    order: 3;
    /* height: 42px; */
    overflow: hidden;
    font-weight: 700;
}

.product-small .box-text .price-wrapper {
    order: 2;
    width: 100%;
}

.box-excerpt.is-small ul li {
    margin-bottom: 0;
    font-size: 13px;
    /* color: #f00; */
}

.box-excerpt.is-small ul li::marker {
    color: #e09e2a;
}

.product-small .box-text .box-excerpt {
    order: 1;
    height: 60px !important;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.product-small .box-text .add-to-cart-button {
    order: 4;
    text-align: center;
}

.product-small .box-text .title-wrapper a {
    color: #04375d;
    font-size: 14px;
    font-family: 'Manrope';
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.5;
}

p.name.product-title.woocommerce-loop-product__title {
    height: 46px !important;
    overflow: hidden;
}
.wc-contact-text,
.product-small.box ins span.woocommerce-Price-amount.amount,
.product-small.box span.woocommerce-Price-amount.amount {
    color: #ed1c24;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 16px;
}

.product-small .box-text .add-to-cart-button a {
    color: #222;
    border-radius: 10px;
    border-color: #e09e2a;
    font-size: 12px;
    padding-left: 42px;
    padding-right: 20px;
    border: 1px solid #e09e2a;
    font-family: 'Manrope';
    font-weight: 500;
    line-height: 31px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.sec-4 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.sec-4 .col>.col-inner {
    padding-top: 1px;
}

.sec-3 .price-wrapper .price span.woocommerce-Price-amount.amount,
.sec-3 .price-wrapper .price ins span.woocommerce-Price-amount.amount {
    color: #e09e2a;
}

.price-wrapper del span.woocommerce-Price-amount.amount {
    color: #04375d;
}

.sec-3 .price-wrapper .price span.woocommerce-Price-amount.amount,
.sec-3 .price-wrapper .price ins span.woocommerce-Price-amount.amount,
.sec-3 .price-wrapper .price del span.woocommerce-Price-amount.amount {
    color: #e09e2a;
}

.price-wrapper del span.woocommerce-Price-amount.amount {
    color: #04375d00 !important;
    opacity: 11;
    margin: 0;
    margin-bottom: 5px;
    display: block;
    line-height: 17px;
}

.sec-3 button.flickity-button.flickity-prev-next-button.previous,
.sec-3 button.flickity-button.flickity-prev-next-button.next {
    display: none;
}

.product-small .box-text .add-to-cart-button a:hover {
    color: #fff;
    border-color: #e09e2a;
}

.sec-4 span.section-title-main,
.sec-5 span.section-title-main {
    color: #e09e2a;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 40px;
}

.sec-4 .button span {
    font-family: 'Manrope';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 37px;
    /*text-decoration: underline;*/
}

.sec-6 h3.section-title.section-title-center {
    /*width: 76%;*/
    margin-bottom: 0;
}

.sec-6 span.section-title-main {
    color: #e09e2a;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 40px;
}

.sec-6 .box-blog-post {
    border: 2px solid #e5e5e5;
}

.tabbed-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.sec-7 .tabbed-content ul {
    flex: 0 0 calc(100% - 469px);
}

.sec-7 .tabbed-content ul li {
    margin: 0 5px;
}

.sec-7 ol.flickity-page-dots {
    margin-bottom: -40px;
}

.sec-7 {
    padding-bottom: 20px !important;
}

.sec-7 .tabbed-content h3.uppercase.text-right {
    flex: 0 0 456px;
    text-align: left;
    margin: 0;
    font-size: 26px;
    text-transform: none;
    color: #e09e2a;
    letter-spacing: 0;
    margin-top: 10px;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 40px;
    margin: 0;
}

.sec-7 .tabbed-content ul li a {
    padding: 15px 16px;
    line-height: initial;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    background: #e09e2a;
}

.sec-7 .tabbed-content ul li.active a {
    background: #e09e2a;
    color: #fff;
    border-color: #e09e2a;
}

.sec-8 .box-text.text-left {
    padding-bottom: 10px;
}

.sec-8 .box-text {
    padding: 0 0 0 15px !important;
}

.sec-8 h5 {
    color: #fff;
    font-size: 15px;
}

.sec-8 {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    background: rgb(239, 65, 54);
    background: linear-gradient(87deg, rgba(239, 65, 54, 1) 0%, rgba(247, 148, 29, 1) 100%);
}

.sec-8 .box-image img {
    height: 50px !important;
    width: 100%;
    object-fit: contain;
}

.sec-8 .row {
    justify-content: space-between;
}

.sec-8 .col {
    max-width: max-content;
}

.sec-8 .row:after {
    display: none;
}

.sec-9 {
    margin-top: 130px;
    margin-bottom: 100px;
}

.sec-9 .row {
    position: relative;
}

.sec-9 .large-5 {
    position: absolute;
    right: 0;
    width: auto;
    top: -215px;
}

.sec-9 .large-5 .col-inner {
    padding: 30px 30px;
    /* background: url('/wp-content/uploads/2022/11/bg2.jpg') no-repeat center; */
    border-radius: 10px;
    background: rgb(239, 65, 54);
    background: linear-gradient(87deg, rgba(239, 65, 54, 1) 0%, rgba(247, 148, 29, 1) 100%);
}

.sec-9 .large-5 h5 {
    text-align: center;
    color: #ffffff;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 40px;
}

.sec-9 input.wpcf7-form-control {
    border-radius: 15px;
    min-height: 60px;
    border: none;
    box-shadow: none;
    padding: 0 20px;
    margin-bottom: 25px;
}

.sec-9 textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 15px;
}

.sec-9 .wpcf7-submit {
    margin: 0 !IMPORTANT;
    min-height: auto !important;
}

.archive .products .product-small.col {
    padding: 0px 15px 30px;
}

.archive .products {
    max-width: 1250px !important;
    margin-left: -15px !IMPORTANT;
    margin-right: -15px !important;
}

.footer_content .col {
    flex-basis: max-content;
}

.footer_content {
    justify-content: space-between;
}

.footer_content:after {
    display: none;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default>li>a {
    font-weight: bold;
}

.nav-dropdown>li.nav-dropdown-col ul.sub-menu li:hover a {
    color: #e09e2a;
}

.related b {
    display: none;
}

.related .product-small.col {
    padding: 0 15px 30px !important;
}

.related .row-slider {
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: 1250px;
}

.footer_all span.section-title-main {
    border: none;
    margin: 0;
    padding: 0;
}

.footer_all h5 {
    border: none;
    color: #e09e2a;
    margin-bottom: 20px;
    font-size: 19px;
}

.footer_all li {
    font-size: 14px;
    color: #4e4e4e;
    position: relative;
    padding-left: 22px;
    margin-bottom: 25px;
}

.footer_all li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
    color: #e09e2a;
    text-align: center;
    width: 15px;
}

.footer_all p {
    font-size: 14px;
    margin: 0;
    color: #4e4e4e;
    margin-bottom: 20px;
}

.footer-wrapper ul li {
    list-style: none;
    margin-left: 0 !important;
}

.footer-wrapper .row-2 .img {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 34px;
}

.footer-wrapper .row-2 .img:first-child {
    margin-left: 0;
}

.footer-wrapper .col {
    padding-bottom: 0;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

.product-small .box-text .add-to-cart-button a:before {
    left: 20px;
    font-size: 18px;
    font-weight: 500;
    background: url(/wp-content/uploads/2022/12/Asset-2.png) no-repeat;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 6px;
    content: "";
    z-index: 00000;
    background-size: contain;
    right: auto;
}

.page-title .sec-1 .col {
    padding-bottom: 0px;
}

.page-title-inner {
    padding-top: 0;
}

.shop-container {
    display: flex;
    flex-direction: column-reverse;
}

body {
    color: #111;
}

.term-description {
    border: 1px solid #e09e2a;
    padding: 30px;
    border-radius: 25px;
    overflow: hidden;
}

.products {
    order: 2;
}

.berocket_lgv_widget {
    order: 3;
}

.lmp_load_more_button.br_lmp_button_settings {
    order: 1;
}

nav.woocommerce-pagination {
    display: none;
}

.berocket_lgv_list .box-text {
    display: none;
}

h1.product-title.product_title.entry-title {
    color: #04375d;
    font-weight: bold;
    font-size: 23px;
    line-height: 40px;
}

.breadcrumbs {
    font-size: 0.9em;
    font-weight: 600;
}

.product-info .product-page-price.price-on-sale {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.product-title-container .is-divider {
    display: none;
}

p.price.product-page-price.price-on-sale ins span {
    color: #e09e2a;
    font-size: 20px !important;
}

.product-short-description{
    padding: 0px 15px;
    line-height: 150%;
}

.product-short-description p{
    margin-bottom: 5px;
}

li.gift-single {
    list-style: none;
    border: 1px solid #e09e2a;
    border-radius: 10px;
    margin-bottom: 30px;
}

li.gift-single div {
    padding: 0 10px;
}

span.amount {
    color: #ed1c24;
}

.breadcrumbs a {
    color: #04375d;
}

p.title_qt {
    margin-bottom: 0;
    color: #606060;
    font-weight: bold;
    font-size: 21px;
    padding: 5px 20px;
    border-bottom: 1px solid #e09e2a;
    text-transform: capitalize;
}

li.gift-single img {
    width: 53px;
    margin: 5px;
}

.product-info form.cart input.minus,
.product-info form.cart input.plus {
    border: 1px solid #e09e2a;
    background: transparent;
    border-radius: 5px;
    width: 30px;
}

.product-info form.cart input {
    border: 1px solid #e09e2a;
    background: transparent;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    width: 100%;
    background: linear-gradient(87deg, rgba(239, 65, 54, 1) 0%, rgba(247, 148, 29, 1) 100%);
    border: none;
    min-height: 55px;
    border-radius: 10px;
    margin-bottom: 10px;
}

footer#footer>.wpcf7 {
    position: absolute;
}

.on-sale {
    background: #e09e2a !important;
    position: relative;
    padding: 3px;
    font-size: 11px;
    border-radius: 5px;
}

.callout.badge.badge-square {
    height: 21px;
    margin-left: 0;
    width: 36px;
    line-height: 21px;
}

.badge-inner.secondary.on-sale {
    background: transparent;
}

.badge-container {
    right: 25px;
    left: auto;
    margin: 0;
    bottom: 103px;
    top: auto;
}

.single-product .badge-container {
    top: 0;
}

.custom_boloc.cate .widget_product_categories ul.product-categories>li.cat-parent i {
    top: -2px;
    line-height: 1;
}

.custom_boloc.cate .widget_product_categories ul.product-categories>li.cat-parent i::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    line-height: 1;
    font-size: 16px;
}

.custom_boloc.cate .widget_product_categories ul.product-categories>li.cat-parent.active i::before {
    content: "\f068";
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
}

a.button.secondary.bt-action {
    width: 100%;
}

.bt-action-all {
    width: 100%;
    display: flex;
    flex-flow: row;
}

.bt-action-all .col {
    margin-right: 15px !IMPORTANT;
}

.bt-action-all .col a.button {
    background: #e09e2a;
    border-radius: 7px;
}

.bt-action-all .col:last-child {
    margin-right: 0px !important;
}

.cross-sells {
    display: none;
}

form.cart {
    margin-bottom: 5px;
}

.product-tabs li a {
    background: #fff;
    color: #04375d;
    border: 1px solid #e09e2a !important;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
    padding: 10px 30px;
}

.product-tabs li.active a {
    background: #e09e2a;
    color: #fff;
}

.product-tabs li {
    margin: 0 20px;
}

ul.tabs.wc-tabs.product-tabs {
    margin-bottom: 10px;
}

.product-tabs li a:before {
    display: none;
}

.box-blog-post .is-divider {
    display: none;
}

.archive .page-title-inner {
    flex-flow: wrap;
}

.filter_shop {
    flex: 0 0 100%;
}

.filter_shop .prdctfltr_filter_inner {
    display: flex;
}

.prdctfltr_terms_customized_system select {
    box-shadow: none;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #e09e2a;
    font-size: 14px;
    font-weight: 500;
    width: 130px !IMPORTANT;
}

.custom_boloc h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.custom_boloc {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
}

p.woocommerce-result-count {
    display: none;
}

.sx {
    display: flex;
    align-items: center;
}

.prdctfltr_columns_1 .prdctfltr_filter {
    margin-bottom: 0 !important;
}

.custom_boloc select.orderby {
    box-shadow: none;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #e09e2a;
    font-size: 14px;
    font-weight: 500;
    width: 130px !IMPORTANT;
}

.custom_boloc p {
    width: max-content;
    margin-right: 15px;
}

.custom_boloc .berocket_lgv_widget {
    display: flex;
    align-items: center;
    gap: 15px;
}

.custom_boloc .widget.widget_berocket_lgv_widget {
    margin: 0;
    margin-left: 20px;
}

.cate-title {
    width: 100%;
}

.cate-title span.section-title-main {
    color: #e09e2a;
    font-size: 35px;
}

a.lmp_button {
    box-shadow: none;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #e09e2a !important;
    font-size: 14px;
    font-weight: 500;
    width: 130px !IMPORTANT;
    background: #e09e2a !important;
    color: #fff !important;
    padding: 10px !IMPORTANT;
}

.row.category-page-row .berocket_lgv_widget {
    display: none;
}

.filter_shop .prdctfltr_filter_inner .prdctfltr_filter {
    margin-right: 15px;
    width: auto !important;
}

form.prdctfltr_woocommerce_ordering {
    display: flex !important;
}

form.prdctfltr_woocommerce_ordering a.button.prdctfltr_woocommerce_filter_submit {
    margin: 0 !important;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 2.507em;
    font-size: 14px;
    height: 100%;
    border: none;
}

.product-footer .woocommerce-tabs {
    border-top: none;
    padding-top: 0px;
    margin-top: 20px;
}

.pf-help-title {
    display: none;
}

.prdctfltr-widget .prdctfltr_wc {
    margin: 0;
}

.custom_boloc .prdctfltr_buttons {
    margin: 0 !important;
}

.custom_boloc aside {
    margin: 0 !important;
}

.custom_boloc.top {
    margin-top: 20px;
}

.cate_row {
    display: flex;
    width: 100%;
    margin-top: 5px;
    flex-flow: wrap;
}

.custom_boloc.cate .widget_product_categories {
    display: block;
    width: 100%;
    margin: 0 !important;
    margin-top: 30px !IMPORTANT;
}

.custom_boloc.cate .widget_product_categories ul.product-categories {
    display: flex;
    gap: 15px;
}

.custom_boloc.cate .widget_product_categories ul.product-categories ul.children {
    position: absolute;
    top: 38px;
    z-index: 10;
    background: #fff;
    left: 0;
    margin: 0;
    border: 1px solid #ddd;
    padding: 10px 0px;
}

.custom_boloc.cate .widget_product_categories ul.product-categories>li.cat-item a {
    font-weight: normal;
    width: 100%;
    text-transform: capitalize;
}

.custom_boloc.cate .widget_product_categories ul.product-categories ul.children li {
    padding: 0 10px;
}

.custom_boloc.cate .widget_product_categories ul.product-categories ul.children li:hover {
    background: #f15630;
}

.custom_boloc.cate .widget_product_categories ul.product-categories ul.children li:hover a {
    color: #fff;
}


.custom_boloc.cate .widget_product_categories ul.product-categories>li.cat-item {
    padding: 0 0.75em;
    position: relative;
    box-shadow: none;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #e09e2a;
    font-size: 14px;
    font-weight: 500;
}

.custom_boloc.cate {
    flex-flow: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
}

.custom_boloc.cate .widget_product_categories {
    padding: 0;
}

.custom_boloc.cate .widget_product_categories select {
    box-shadow: none;
    border-radius: 5px;
    padding: 0 25px;
}

li.gift-single span {
    font-weight: normal;
    font-size: 12px;
}

button.single_add_to_cart_button.button.alt.wp-element-button:before {
    content: "\f290";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    color: #fff;
    margin-right: 15px;
    font-size: 20px;
}

.related span.section-title-main {
    color: #e09e2a;
    font-size: 30px;
    margin: 0;
}

.product-footer.col {
    border: none !IMPORTANT;
}

.product-footer.col .large-9 {
    padding-right: 30px;
}

div#product-sidebar>*:last-child {
    margin: 0;
}

.related .flickity-slider {
    padding-top: 5px;
}

.related h3 {
    margin-bottom: 30px !important;
}

.related {
    border: none;
}

.tskt h2 {
    background: #e09e2a;
    font-size: 18px;
    text-align: center;
    padding: 15px 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.tskt_content li {
    list-style: none;
    margin: 0 !important;
    border-bottom: 1px solid #e09e2a;
    padding: 10px 15px;
    font-size: 12px;
    display: flex;
    color: #e09e2a;
    font-weight: bold;
}

.tskt_content li:last-child {
    border: none;
}

.tskt_content li span {
    flex: 0 0 120px;
    color: #04375d;
    font-weight: 500;
}

.tskt_content {
    border: 1px solid #e09e2a;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.product-summary .woocommerce-Price-currencySymbol {
    vertical-align: baseline;
    margin: 0;
    font-size: 14px;
}

.product-info .price del {
    font-size: 14px;
}

.pwb-single-product-brands {
    display: none;
}

.col.large-9 {
    border: none !important;
}

.woobt-wrap.woobt-layout-default {
    margin-bottom: 15px;
    border: 1px solid #e09e2a;
    border-radius: 10px;
}

.woobt-wrap.woobt-layout-default .woobt-before-text.woobt-text {
    margin-bottom: 0;
    color: #606060;
    font-weight: bold;
    font-size: 21px;
    padding: 5px 20px;
    border-bottom: 1px solid #e09e2a;
    text-transform: capitalize;
}

.woobt-wrap.woobt-layout-default .woobt-product.woobt-product-this {
    display: none;
}

.woobt-wrap.woobt-layout-default .woobt-product.woobt-product-together {
    border: none;
    padding: 10px;
}

.woobt-products {
    border: none;
    margin: 0 !important;
}

.woobt-wrap.woobt-layout-default span.woobt-title-inner {
    font-size: 12px;
}

.woobt-price-ori {
    font-size: 12px;
}

/* Styles for dialog window */
#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 700px;
    margin: 40px auto;
    position: relative;
}

.mfp-close-btn-in .mfp-close {
    mix-blend-mode: unset;
    opacity: 1;
}

a.popup-with-zoom-anim {
    background: #e8e8e8;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    color: #04375d;
    box-shadow: -1px 4px 6px 1px #b5b5b5;
}

.widget_media_image {
    border-radius: 10px;
    overflow: hidden;
}

#small-dialog .tskt_content {
    overflow-y: visible;
    max-height: 60vh;
    overflow-x: hidden;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;



    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

body {
    overflow: hidden;
}

.product-info form.cart {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.product-small .col-inner {
    border-radius: 15px;
    overflow: hidden;
}

.product-small .wvs-archive-variations-wrapper {
    padding: 0px 15px;
}

.product-small .wvs-archive-variations-wrapper span {
    font-size: 0.9em;
}

.row-slider .col {
    padding-top: 10px;
}

.sec-3 .product-small.box {
    box-shadow: none;
}

.product-small.box span.price {
    display: flex;
    flex-flow: column;
}

.sec-5 .box.box-normal.box-text-bottom.box-blog-post.has-hover .box-image,
.sec-6-1 .box-image,
.sec-7 .box-image {
    border-radius: 25px 25px 0px 0px;
}

.sec-5 .box.box-normal.box-text-bottom.box-blog-post.has-hover .box-text.text-center,
.sec-7 .box-text.text-center,
.sec-6-1 .box.box-normal.box-text-bottom.box-blog-post.has-hover .box-text.text-left {
    border-radius: 0px 0px 25px 25px;
    padding: 25px !important;
}

.sec-5content {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}

.sec-5content .row-slider .flickity-page-dots {
    bottom: -25px;
}

.sec-6-1 h4.post-title.is-large {
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    height: 54px;
    overflow: hidden;
    text-align: center;
    color: #e09e2a;
}

.sec-6-1 .row-slider .flickity-page-dots .dot {
    background: #fff;
}

.sec-6-1 .row-slider .flickity-page-dots {
    bottom: -20px;
}

.sec-6-1 .col:nth-child(1) .img img {
    border: 10px solid #fff;
}

.product-info .price>span.woocommerce-Price-amount.amount {
    color:#ed1c24;
    font-size: 20px !important;
}

.product-info .price>span.woocommerce-Price-amount.amount span {
    font-size: 20px;
}

.sec-3 .flickity-page-dots {
    bottom: -25px !important;
}

.custom_boloc.cate .widget_product_categories span.widget-title {
    margin: 0;
    letter-spacing: 0;
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.custom_boloc.cate .widget_product_categories .is-divider {
    display: none;
}

.product-small .col-inner {
    background: #fff;
}

.product-small.box:hover img {
    transform: translateY(-10px) !important;
    transition: 0.5s;
}

.product-small.box img {
    transition: 0.5s;
}

.sec-5 h4.post-title,
.sec-6 h4.post-title,
.sec-7 h4.post-title {
    text-transform: uppercase;
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

.sec-5 .row-slider .flickity-page-dots .dot,
.sec-7 .row-slider .flickity-page-dots .dot {
    background: #c5c5c5 !important;
}

.sec-6-1 {
background: #F7D281;
background: linear-gradient(130deg, rgba(247, 210, 129, 1) 0%, rgba(241, 188, 83, 1) 100%);
    padding-top: 50px !important;
}

.sec-6-1 h3.section-title.section-title-normal {
    color: #fff;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 40px;
    border-bottom: none;
    margin-bottom: 0;
}

.sec-7 .tab-panels {
    padding-top: 35px;
}

.sec-7 .col.post-item {
    padding-bottom: 0px;
}

.sec-6-1 .section-title b {
    display: none;
}

.sec-6-1 .section-title-normal span {
    border-bottom: none;
}

.col-6-1 h3 {
    color: #fff;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 22px;
}

.sec-6-1 .img img {
    border-radius: 15px;
}

.description_other {
    white-space: break-spaces;
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
    line-height: 1.4;
}

.logo-left .logo {
    margin-right: 100px;
}

.product-category.col h4 {
    color: #e09e2a;
    margin-top: 20px;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 16px;
    letter-spacing: initial;
}

.woobt-wrap.woobt-layout-default>del,
.woobt-wrap.woobt-layout-default>ins,
.woobt-wrap.woobt-layout-default>.onsale {
    display: none;
}

.woobt-price span.onsale {
    display: none;
}

#logo img {
    max-height: 54px !IMPORTANT;
}

body .stuck #logo img {
    max-height: 54px !important;
}

a.added_to_cart:after {
    display: none;
}

.home-slider .img {
    margin-bottom: 10px;
}

.home-slider .img img,
.home-slider .slider-wrapper {
    border-radius: 15px;
    overflow: hidden;
}

.contact-row .contact-item {
    margin-bottom: 7px;
}

.contact-title {
    margin-bottom: 15px;
}

.contact-title .section-title-normal {
    font-size: 25px;
    border: none;
    margin-bottom: 0;
}

.contact-title .section-title-normal span {
    border: none;
    margin: 0;
    padding: 0;
}

.sec-contact .contact-right {
	background: #F7D281 !important;
	background: linear-gradient(130deg, rgba(247, 210, 129, 1) 0%, rgba(241, 188, 83, 1) 100%) !important;
    padding: 30px 30px 20px;
    border-radius: 15px;
    overflow: hidden;
    color: #04375d;
}

#top-bar .nav-small.nav>li.html {
    font-size: 0.9em;
}

.sec-contact .form-flat input:not([type=submit]),
.sec-contact .form-flat select,
.sec-contact .form-flat textarea {
    background-color: #fff !important;
}

.sec-contact input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--fs-color-secondary);
    color: #fff;
}



.sec-certificate,
.sec-products-new {
	background: #F7D281 !important;
	background: linear-gradient(130deg, rgba(247, 210, 129, 1) 0%, rgba(241, 188, 83, 1) 100%) !important;
}

.sec-support {
	background: #F7D281 !important;
	background: linear-gradient(130deg, rgba(247, 210, 129, 1) 0%, rgba(241, 188, 83, 1) 100%) !important;
}

.footer-2 .contact-item {
    margin-bottom: 5px;
}

.sec-products-new .section-title-container {
    margin-bottom: 0;
}

.sec-products-new h3.section-title.section-title-center {
    color: #04375d;
}

#footer span.widget-title {
    font-size: 1.1em;
    color: #04375d;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
    width: 100%;
}

.wpcf7 {
    color: #04375d;
}

.footer-2 ul.menu>li {
    border: none;
    margin-bottom: 5px;
}

.widget .is-divider {
    display: none;
}

.related-posts-wrapper .post-item::first-child {
    padding-left: 0 !important;
}

.related-posts-wrapper .post-item:last-child {
    padding-right: 0 !important;
}

.product-footer .woocommerce-tabs>.nav-line-grow,
.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    margin-top: 0;
}

li.header-block {
    width: 200px;
    font-size: 0.9em;
    /* margin-right: 150px; */
}

.header-block .header-block-block-1 {
    text-align: center;
}

.header-block .header-block-block-1 h4 {
    margin-bottom: 0px;
    font-size: 0.9em;
}

.header-block .header-block-block-1 .button {
    margin: 0;
}

@media (max-width: 1280px) {
    .slider-nav-outside .flickity-prev-next-button.previous {
        left: 0;
    }

    button.flickity-button.flickity-prev-next-button.next {
        right: 0;
        left: auto;
    }
}

@media (max-width: 1024px) {
    .header-bottom-nav>li>a {
        font-size: 12px;
    }

    form.prdctfltr_woocommerce_ordering a.button.prdctfltr_woocommerce_filter_submit {
        padding: 0 10px;
        font-size: 12px;
        width: 110px;
        line-height: 40px;
        margin-right: 5px !IMPORTANT;
    }

}

@media (max-width: 849px) {
    .product-footer.col .large-9 {
        padding-right: 0;
    }

    body .header.show-on-scroll,
    body .stuck .header-main {
        height: 70px !important;
    }

    body #logo img {
        max-height: 44px !important;
    }

    body .stuck #logo img {
        max-height: 44px !important;
    }

    div#logo {
        margin: auto;
    }

    form.prdctfltr_woocommerce_ordering {
        flex-wrap: wrap;
        gap: 15px;
    }

    .custom_boloc.cate .widget_product_categories ul.product-categories {
        flex-wrap: wrap;
    }

    .custom_boloc {
        flex-wrap: wrap;
    }

    .sec-1 .col-inner {
        padding: 0 15px !important;
    }

    h3.section-title.section-title-center {
        width: 100%;
    }

    .sec-4 span.section-title-main,
    .sec-5 span.section-title-main {
        font-size: 24px;
    }

    .sec-6 h3.section-title.section-title-center {
        width: 100%;
    }

    .sec-6 span.section-title-main {
        font-size: 24px;
    }

    .sec-7 .tabbed-content h4 {
        flex: 0 0 100%;
    }

    .sec-7 .tabbed-content ul {
        flex: 0 0 100%;
        margin-top: 10px;
    }

    .sec-7 .tabbed-content ul li a {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        display: block;
    }

    .sec-7 .tabbed-content ul li {
        width: 45%;
        margin: 5px 15px !IMPORTANT;
        list-style: none;
    }

    .sec-8 .col {
        max-width: 50%;
        flex-basis: 50%;
    }

    .sec-8 .box-image img {
        width: auto;
        margin: auto !important;
        display: block;
        margin-bottom: 5px !important;
    }

    .sec-9 .large-5 {
        max-width: 100%;
    }

    #footer img {
        width: auto;
        margin-bottom: 15px;
    }

    .sec-1 .col {
        max-width: 100%;
        flex-basis: 100%;
        padding-bottom: 15px !IMPORTANT;
    }

    .archive .page-title-inner>div {
        flex: 0 0 100%;
    }

}

.uudai_mobile {
    display: none;
}

span.wpcf7-spinner {
    display: none;
}

@media (max-width: 549px) {
    li.account-item {
        width: 30px;
        margin: 0;
    }

    li.cart-item {
        width: 30px;
        margin: 0;
    }

    .row-slider .col {
        padding: 0 5px;
    }

    .row-slider {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    /* 
    .product-small.box {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 16%);
    } */

    .row-slider {
        padding-bottom: 30px;
    }

    .sec-3 .flickity-page-dots {
        bottom: 0px !important;
    }

    .sec-3 {
        padding-bottom: 0px !important;
        margin-bottom: 30px;
    }

    .sec-4 .col>.col-inner {
        padding-top: 1px;
        padding-bottom: 15px;
    }

    .product-category.col h5 {
        font-size: 14px;
    }

    .sec-4 a.button.primary {
        margin: 0;
    }

    .row-slider .flickity-prev-next-button {
        display: none;
    }

    .product-small .box-text {
        padding: 10px !important;
    }

    .sec-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .sec-5 .container.section-title-container {
        margin: 0;
    }

    .sec-5content {
        padding-top: 15px !important;
        padding-bottom: 0px !important;
    }

    .custom_boloc {
        flex-flow: wrap;
    }

    .filter_shop .prdctfltr_filter_inner {
        display: flex;
        flex-flow: wrap;
    }

    .filter_shop .prdctfltr_filter_inner .prdctfltr_filter {
        width: 50% !IMPORTANT;
        margin: 0;
    }

    .cate_row {
        flex-flow: wrap;
    }

    .custom_boloc.cate aside {
        flex: 0 0 100%;
        margin: 0 !important;
    }

    .footer-wrapper .row-2 .img {
        width: 20px !IMPORTANT;
        margin: 0 5px;
    }

    .cate-title span.section-title-main {
        font-size: 24px;
    }

    .related span.section-title-main {
        font-size: 24px;
    }

    .uudai_mobile {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        gap: 5px;
        z-index: 99;
        background: #f15630;
        padding: 5px 5px;
    }

    .uudai_mobile input {
        margin: 0;
        line-height: 40px;
        min-height: 40px;
        border: none;
    }

    .uudai_mobile input.wpcf7-submit.button {
        font-size: 12px;
        background: #f15630;
        line-height: 40px;
        -webkit-animation: zoom 5.3s infinite;
        animation: zoom 1.3s infinite;
        padding: 0px 10px;
    }

    li.html.custom.html_topbar_right {
        text-align: left;
    }

    form.prdctfltr_woocommerce_ordering {
        display: flex !important;
        flex-flow: wrap;
    }

    .custom_boloc .prdctfltr_buttons {
        flex: 1 1 100%;
        margin-top: 10px !IMPORTANT;
        text-align: center;
        margin-bottom: 15px !important;
    }

    .custom_boloc.cate .widget_product_categories ul.product-categories {
        flex-flow: wrap;
        display: flex;
        gap: 0;
    }

    .custom_boloc.cate .widget_product_categories ul.product-categories>li.cat-item {
        flex: 0 0 50%;
        padding: 0 15px;
    }

    .woobt-wrap.woobt-layout-default .woobt-product.woobt-product-together {
        border: none;
        flex-flow: wrap;
    }

    .woobt-wrap.woobt-layout-default .woobt-product.woobt-product-together .woobt-thumb {
        flex: 0 0 50px !IMPORTANT;
    }

    h3.section-title.section-title-center {
        font-size: 18px;
    }

    h3.section-title.section-title-center span {
        font-size: 22px !IMPORTANT;
    }

    .sec-6-1 .section-title-normal span {
        border-bottom: none;
        font-size: 22px;
    }

    .col-6-1 h3 {
        font-size: 15px;
    }

    .sec-8 .box-text {
        padding: 0 0 0 0px !important;
    }

    .sec-8 h4 {
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin-top: 15px;
    }

    .sec-9 .large-5 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .footer_all h4.section-title {
        font-size: 14px;
    }

    .product-small .box-text .title-wrapper a {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-small .box-text .add-to-cart-button a {
        font-size: 12px;
        padding-left: 32px;
        padding-right: 10px;
    }

    .product-small .box-text .add-to-cart-button a:before {
        left: 10px;
    }

    .sec-7 .tabbed-content h4 {
        text-align: center;
        font-size: 18px;
    }

    .sec-7 .tabbed-content ul li a {
        font-size: 12px;
    }

    .prdctfltr_terms_customized_system select {
        max-width: 100% !important;
        width: 100% !important;
    }

    .sec-7 .tabbed-content ul li {
        width: 100%;
        margin: 5px auto !important;
        padding: 0 50px;
        list-style: none;
    }

    .sec-7 .tabbed-content ul button.flickity-button.flickity-prev-next-button {
        opacity: 1;
        left: auto;
        top: 5px;
    }
}

@media (max-width: 320px) {
    .product-small .box-text .add-to-cart-button a {
        font-size: 8px;
        padding-left: 25px;
    }

    a.primary.is-small.mb-0.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart.is-outline:before {
        font-size: 10px;
    }
}

.widget_media_video {
    display: block;
}

.mega-col .img .img-inner {
    border-radius: 5px;
    margin-bottom: 0;
}

.mega-col .wvft-child-categories ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-col .wvft-child-categories ul.menu li {
    margin-left: -15px !important;
}

/* Override parent theme menu item margin */
.menu-item-has-block .nav-dropdown .col-inner ul:not(.nav.nav-vertical) li:not(.tab):not([class^=bullet-]) {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    border: none;
}

.mega-col .wvft-child-categories {
    padding: 0px 15px;
    font-size: 0.9em;
    padding-bottom: 10px;
}

.mega-col .wvft-child-categories h3 {
    margin-bottom: 5px;
}

.mega-col .wvft-child-categories ul.menu li a {
    margin-bottom: 0px;
}

.mega-row .mega-col .col-inner {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgb(204 204 204 / 70%);
    box-shadow: 0 0 5px rgb(204 204 204 / 70%);
    border-radius: 5px;
    padding: 0px;
}

.sec-contact input.wpcf7-form-control.wpcf7-submit {
    border-radius: 5px;
    float: right;
    margin: 0;
    padding: 0 70px;
    font-size: 16px;
}

.sticky-add-to-cart--active .button span,
.button.alt,
.button.checkout,
.checkout-button,
.secondary,
.cart_totals .button {
    color: #fff;
}

.sidebar-slider .slider-menu,
.shop-sidebar ul.menu,
.post-sidebar ul.menu {
    padding: 5px 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.post-item .box-image,
.wvft-categories-news-2 .box-blog-post .box-image,
.gallary-chungnhan .box-image {
    border-radius: 15px;
    overflow: hidden;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    text-align: center;
    color: #f1562f;
}

ul.mobile-nav li:first-child,
.flex-left ul li:first-child {
    font-weight: 600;
}

.sec-home-contact input.wpcf7-form-control.wpcf7-submit {
    border-radius: 5px;
    margin: 0;
    padding: 0 30px;
    font-size: 16px;
}

.sec-home-contact .row-form-lien-he {
	background: #F7D281 !important;
	background: linear-gradient(130deg, rgba(247, 210, 129, 1) 0%, rgba(241, 188, 83, 1) 100%) !important;
    padding: 30px 15px !important;
    border-radius: 15px;
    overflow: hidden;
}

.sec-home-contact input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--fs-color-secondary);
    color: #fff;
}

.sec-home-contact .col-inner h2 {
    line-height: 1.5;
    font-weight: 500;
}

.support-item .last-reset :last-child {
    margin-bottom: 1em;
}

.support-item .icon-box-text h3 {
    margin-bottom: 0px;
    font-size: 1em;
}

.support-item .icon-box-text p {
    margin-bottom: 5px;
}

.support-item {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#block_widget-3 .support-item:last-child {
    border-bottom: none;
}

.support-item .icon-inner {
    border-radius: 99px;
    overflow: hidden;
}

.support-item .social-icons .button.icon {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 0;
}

.support-item .social-icons {
    margin-bottom: 0px !important;
}

.support-item .social-icons .button.is-outline {
    border: 1px solid;
}

/** Tada animation */

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

/** End Tada animation */

.box-dien-thoai .icon-inner {
    background: #e63a27;
    color: #e63a27 !important
}

.box-dien-thoai img {
    margin-top: -15px !important;
    /* Use Tada animation */
    -webkit-animation: tada 1500ms ease-out infinite;
    -khtml-animation: tada 1500ms ease-out infinite;
    -moz-animation: tada 1500ms ease-out infinite;
    -ms-animation: tada 1500ms ease-out infinite;
    -o-animation: tada 1500ms ease-out infinite;
    animation: tada 1500ms ease-out infinite;
}

.sec-home-contact input:not([type=submit]),
.sec-home-contact select,
.sec-home-contact textarea {
    border-color: rgba(0, 0, 0, .09);
    border-radius: 99px;
    box-shadow: none;
    padding: 10px 15px;
    background-color: #fff !important;
    height: auto;
}

.sec-home-contact .col {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .mega-row .mega-col {
        flex-basis: 20%;
        max-width: 20%;
    }

    .mega-row {
        margin: 0 auto !important;
    }

    h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
        font-size: 35px;
    }

    .item-support h3 {
        padding-top: 10px;
        font-size: 1.1em;
    }

    .sec-home-contact .col-inner h2 {
        font-size: 33px;
    }

    .product-small .col-inner {
        box-shadow: 8px 7px 10px 5px rgb(0 0 0 / 16%);
        height: 700px;
    }
}

@media (max-width: 767px) {
    .widget_media_video {
        display: none;
    }

    .product-info .ux-product-brands img {
        max-height: 37px;
        width: auto;
    }

    .product-tabs li {
        margin-bottom: 10px !important
    }

    h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
        font-size: 25px;
    }

    .item-support h3 {
        font-size: 1em;
    }
    
    .footer-2 #text-3 .textwidget img{
    	max-width: 30%;
    	margin:0;
    	margin-right: 5px;
    	float: left;
    	padding: 0;
    }
    .footer-2 #text-3 .textwidget img:last-child {
		max-width: 100%;
		margin:0px;
	}
	
	.product-small .col-inner {
        box-shadow: 8px 7px 10px 5px rgb(0 0 0 / 5%);
        height: 850px;
    }
}

.button,
input[type=button].button,
input[type=reset].button,
input[type=submit],
input[type=submit].button {
    color: #04375d;
}

/* Related Products moved to product-main section */
.related-products-in-main {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-main .related-products-in-main .related-products-wrapper {
    padding: 0;
}

.product-main .related-products-in-main .product-section-title-related {
    margin-top: 0;
}

/* Ensure related products don't appear in footer anymore */
.product-footer .related-products-wrapper {
    display: none;
}

.custom-text-before-meta {
    margin-top: 20px;
}

.custom-text-before-meta .is-xlarge {
    font-size: 1.8em;
}

.header-nav-main.nav-line-bottom>li:last-child>a:before {
    display: none;
}