/*
Theme Name: Flatsome Child
Description: AZWebsite.vn developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.12.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* SETTING */
:root {
  /* main: 3bb77e */
  --primary-color2: #4e7661;
  --textColor: #00090f;
  --topHeader: #8cc7a8;
  --topHeader2: #b2d18f;
  --bgFlash: linear-gradient(
    to right,
    rgb(140, 199, 168, 0.6),
    rgb(178, 209, 143, 0.6)
  );
}
@font-face {
  font-family: "SVN Mont";
  font-display: swap !important;
  src: url("./fonts/svn-mont-regular.ttf") format("woff");
}
body {
  font-size: 14px;
  font-family: "SVN Mont" !important;
}
body,
input,
textarea,
button,
select {
  color: var(--cl-text);
}

input,
textarea {
  padding: 0 15px !important;
}
img {
  width: auto !important;
}
.coupon button[name="apply_coupon"] {
  color: #fff;
}

body,
input,
textarea,
button,
select {
  line-height: 1.5;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
}
/* TITLE */
.title-module a {
  display: block;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.title-module {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
}
.header-bottom{
    background: none !important;
   
}
.header-bottom .flex-col {
    margin: unset;
    width: 100%
}
.header-bottom li{
	width:fit-content !important;
	padding:0px 10px !important;
}
.header-bottom a{
	white-space: nowrap;
	display:inline-block !important;
width:100%;
    color: #000 !important;
    font-size: 14px !important;
    padding: 7px !important;
    text-align: center;
    position: relative;
    font-weight: 400;
    text-transform: capitalize !important;
    line-height: 22px;
    border: 1px solid #efefef !important;
    border-radius: 8px;
}
.slick-slide,
.slick-slide>div{
	width:fit-content !important;
}

.title-module .box_title img {
  max-width: 140px;
  margin-top: -25px;
}
.title-module span {
  display: inherit;
}
.inf-des-product{
    margin-top: 45px;
}
.description_tab a{   
margin-bottom: -1px;
border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    padding: 8px 0px !important;
    margin-right: 30px ;
}
    
.description_tab a:before{
    display: none;
}
.product-tabs{
    border-bottom: 1px solid #dee2e6
}
.woocommerce-Tabs-panel{
    font-size: 14px;
}
.related-products-wrapper{
    border-top:none;
}
.related-products-wrapper h3{
     font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7.5px 0px;
    line-height: 24px;
    border-bottom: 1px solid #dee2e6;
}
/*END TITLE */
.section-title-container,
.section-title-main,
.wpcf7-submit,
a.button,
.actions button[name="update_cart"],
.checkout_coupon .flex-col button[name="apply_coupon"],
.product-small.box .box-text-products .product-title a,
.category-filtering a {
  margin: 0 !important;
}

a.back-to-top {
  width: 40px;
  height: 40px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color) !important;
  border: none !important;
}

a.back-to-top:hover {
  background-color: var(--primary-color2) !important;
}

a.back-to-top i {
  font-size: 22px !important;
  color: #fff;
}

.row-small > .col,
.row-small > .flickity-viewport > .flickity-slider > .col {
  padding: 0 10px 20px;
}

.slider .flickity-button {
  margin: 0 !important;
  opacity: 1 !important;
  transform: unset;
  min-height: unset;
  width: 35px;
  bottom: unset;
  top: 50%;
  height: 35px;
}
.flickity-button-icon {
  border-radius: 50%;
}
.slider:hover .flickity-button,
.slider .flickity-button {
  transform: translatey(-50%) !important;
}
.related-products-wrapper .col{
    flex-basis: 100%;
    max-width: 100%;
}
.slider .flickity-button svg {
  border: none;
  padding: 10px;
  background-color: var(--primary-color);
}

.slider .flickity-button svg path {
  fill: #fff;
}

.slider .flickity-button.previous {
  left: 0;
}

.slider .flickity-button.next {
  right: 0;
}

.section-title a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}

.title-link .section-title {
  display: inline;
}

.post-item:hover .post-title {
  color: var(--primary-color);
  transition: all 0.25s ease-in-out;
}

.post-item a.plain {
  color: currentcolor !important;
  transition: unset !important;
}

/* SETTING FILLER*/
.widget_price_filter .ui-slider-horizontal {
  height: 6px;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
}

.widget_price_filter .ui-slider .ui-slider-range {
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle,
.price_slider_amount button {
  background-color: var(--primary-color) !important;
}

.price_slider_amount button {
  border: none;
  border-radius: 3px !important;
  font-weight: 500;
  font-size: 16px !important;
  padding: 6px 15px !important;
  margin: 0;
  line-height: 1;
  min-height: unset;
}

.price_label {
  font-size: 0;
  padding: 0 !important;
  line-height: 1.7;
}

.price_label span {
  font-size: 16px;
  font-weight: 600;
}

.price_label span.from:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  margin: auto 5px;
  vertical-align: middle;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -5px !important;
}

.woof_container {
  padding: 0;
  margin: 0 0 20px;
}

.woof_list li,
.woof_childs_list li {
  margin: 0 0 5px !important;
  padding: 0 !important;
}

.woof_list li:last-child {
  margin-bottom: 0 !important;
}

.woof_list li .woof_checkbox_label {
  padding: 0;
  margin: 0 !important;
  display: inline-block !important;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.woof_list li * {
  display: inline-block;
  vertical-align: middle;
}

.woof_list > li {
  position: relative;
}

.woof_childs_list_opener {
  position: absolute;
  right: 0;
  top: 0;
}

.woof_section_scrolled::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.woof_section_scrolled::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.woof_section_scrolled::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-color);
}

.woof_childs_list_opener span.woof_is_opened,
.woof_childs_list_opener span.woof_is_closed {
  background: unset;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.woof_childs_list_opener span.woof_is_opened:before {
  content: "\f106";
}

.woof_childs_list_opener span.woof_is_closed:before {
  content: "\f107";
}

.woof_list li .woof_checkbox_term {
  margin: 0 10px 0 0 !important;
  display: inline-block;
  width: 15px;
  height: 15px !important;
  position: relative;
  overflow: hidden;
  visibility: hidden;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.woof_list li .woof_checkbox_term:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  border-radius: 3px;
  visibility: visible;
  border: 1px solid #000;
  font-size: 15px;
}

.woof_list li .woof_checkbox_term[checked]:after {
  background-color: var(--primary-color);
  border: currentcolor;
}

.woof_list li .woof_checkbox_term[checked]:before {
  content: "\f00c";
  position: absolute;
  top: -2px;
  left: 2px;
  height: 100%;
  width: 100%;
  font-size: 12px;
  visibility: visible;
  color: #fff;
  z-index: 1;
}

.product-thumbnails img {
  opacity: 1;
}

.single_add_to_cart_button:disabled {
  cursor: not-allowed;
}

.variations tr * {
  padding: 0;
  margin: 0;
}

.variations .label,
.variations .value {
  display: block;
}

.variations .reset_variations {
  position: absolute;
  bottom: 0;
  opacity: 1;
  background-color: red;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
}

.variations .reset_variations[style*="visibility: visible;"] {
  opacity: 1;
}

/* END SETTING FILLTER */
/* TOAST */
.toast {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background-color: transparent;
}

.toast__container {
  border-radius: 2px;
  overflow: hidden;
  padding: 2.5rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.toast__icon {
  margin-bottom: 20px;
}

.action-toast__icon,
.toast__icon {
  display: flex;
  justify-content: center;
}

.action-toast__icon {
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #00bfa5;
}

.toast .icon-tick-bold {
  fill: #fff;
  width: 30px;
}

/* END TOAST */
/* SETTING FILTER MOBILE */
.category-filtering {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 99;
}
.category-filtering a {
  padding: 10px;
  background-color: var(--primary-color);
}
.category-filtering a i:before {
  content: "\f0b0";
  font-family: "Font awesome 5 free";
  font-weight: 900;
}
/* END SETTING FILTER MOBILE */
/* END SETTING */

/* GLOWBAL */
.icon-user::before,
.product-small.box .add_to_cart_button:before,
.product-small.box .box-image .grid-tools .quick-view::before,
.slide_feedback .box-image:before,
.post-item .box-text .post-meta:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

body {
  font-size: 16px !important;
}

.col.pb-20 {
  padding-bottom: 20px !important;
}

.icon-box .icon-box-img {
  margin-bottom: 0 !important;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-weight: 700 !important;
}

.section-category .product-category .box-category .box-text h5,
.post-item .box-text .post-title,
.post-item .box-text .from_the_blog_excerpt,
.product-small.box .box-text-products .product-title a,
.product-small.box .price-wrapper .price {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* PRODUCT SMALL */
.product-small .box-text-products {
  padding: 0px;
  padding: 1px 10px;
}
.product-small .product-title {
  margin-bottom: 8px !important;
}

.product-small .image-none img {
  height: 239px;
  object-fit: contain;
}
.product-small ins bdi {
  color: #c90000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}
.product-small del bdi {
  color: #98a4a9;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}
.product-small .price {
  text-align: center;
  line-height: 1 !important;
}
.product-small.box .box-text-products .product-title a {
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px !important;
  word-wrap: break-word;
  white-space: unset;
  color: var(--textColor);
  line-height: 20px !important;
}
.product-small.box .box-text-products .product-title {
  height: 40px !important;
  margin: 0px;
}
/* END PRODUCT SMALL */
/* header */
.header-search-form .searchform .flex-row {
  display: flex;
  flex-direction: row-reverse !important;
  background: #f6f6f6 !important;
  border-radius: 40px !important;
}

#woocommerce-product-search-field-0 {
  background: #f6f6f6 !important;
  padding-left: 0px !important;
  border-radius: 40px !important;
  box-shadow: none;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
  margin-left: 0;
}
.header-search-form .ux-search-submit {
  width: 39px;
  height: 39px;
  padding: 8px;
  line-height: 39px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0px;
}
.box-tap-chi,
.box-maps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 36px;
  margin-right: 15px;
}
.content_tap_chi,
.box-maps .content_maps {
  margin-left: 5px;
}
.box-tap-chi img,
.box-maps img {
  max-height: 24px;
  max-width: 24px;
}
.box-tap-chi .content_tap_chi a,
.box-maps .content_maps a {
  color: #000;
  font-weight: 600;
  font-size: 12px;
}
#logo {
  width: unset !important;
  height: 65px;
  line-height: 65px;
  padding: 5px 10px;
}
#logo img {
  padding: 0px !important;
  max-height: unset;
  height: 100%;
  object-fit: cover;
}
#logo a {
  height: 100%;
  display: inline-block;
}
.search-form {
  width: 100% !important;
}
.header-main .flex-grow.flex-left {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin: 0px;
}
input {
  font-size: 1rem !important;
}
#woocommerce-product-search-field-0 {
  height: 39px;
  line-height: 39px !important;
  border-radius: 50px !important;
  border: 1px solid transparent;
}
/* end header */
/* product */
.badge-container p,
.badge-container {
  margin: 0px;
}
.badge-container {
  position: absolute;
  bottom: 0px;
  top: unset !important;
}
.badge-container img {
  width: auto !important;
  height: auto !important;
}
/* end product */

/* FLASH SALE */
.section_flashsale {
  padding-right: 45px !important;
  padding-left: 45px !important;
  max-width: 1367px;
  margin: auto;
  border-radius: 5px;
}
.section_flashsale .section-content {
  background: var(--bgFlash);
  padding: 15px;
  border-radius: 5px;
}
.section_flashsale .flash-img h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}
.section_flashsale .flash-img img {
  max-width: 180px;
  vertical-align: -6px;
  animation: zoom-in-out 1500ms infinite;
}

.section_flashsale .section-content > .row > .col {
  padding: 0px;
}
.time-custom-1 {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin: 0px;
}
.time-custom-1 {
  background-color: #fff;
  border-radius: 10px;
  padding: 3px 7px;
  margin-bottom: 25px;
}
.col-mid .col-inner {
  width: fit-content;
  margin: 0 auto !important;
  text-align: center;
}
.title_km {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: var(--primary-color);
  font-weight: 600;
}
.time-custom-1 span {
  color: var(--primary-color);
  font-weight: 500 !important;
  font-size: 14px;
  padding-right: 10px;
}
.time-custom-1 span:not(:last-child) {
  border-right: 1px solid #ccc;
}
.section_flashsale .product-small .col-inner,
.product-small .box {
  background: #fff;
  padding-bottom: 10px;
  border-radius: 10px;
}
.product-small .box img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.section_flashsale .product-small .box {
  background: #fff;
}
/* END FLASH SALE */
.flashsale__bottom .flashsale__progressbar {
  height: 20px;
  width: 100%;
  position: relative;

  background: #9abf71;
}
.flashsale__bottom .flashsale___percent {
  width: 0%;
  height: 100%;
  height: 20px;
  border-radius: 20px;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  z-index: 1;
  background-size: 40px 40px;
}
.flashsale__progressbar {
  border-radius: 20px;
}
.flashsale__label {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.section_flashsale .product-small .col-inner {
  padding: 0px 10px 10px 10px;
}
.flashsale__label {
  line-height: 18px;
  color: #fff;
  font-size: 12px;
}
/* HEADER */
.top-content {
  gap: 20px;
  margin: auto;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  overflow: auto;
  justify-content: center;
  font-size: 14px;
  line-height: 1.7 !important;
}
#top-bar {
  line-height: 30px !important;
  height: 30px;
  background: linear-gradient(
    to right,
    var(--topHeader),
    var(--topHeader2)
  ) !important;
}
/* END HEADER */
/* SECTION BANCHAY */
.banchay .product-small .col-inner {
  background-color: #f7f7f7;
  border-radius: 10px;
}
/*END SECTION BANCHAY */
/* SECTION TÌM KIẾM NHIỀU */
a.primary {
  margin: 0 auto !important;
}
.link_title a {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 30px;
  color: #000;
  font-size: 14px;
  margin: 7px 3.5px 0px 3.5px;
  background-color: #efefef;
}
/* END SECTION TÌM KIẾM NHIỀU */

/* SECTION SUA RUA MAT */
.img-inner {
  border-radius: 5px;
  height: auto;
}
.img-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.img-inner:hover::before {
  animation: circleanima 0.75s;
}
.product_vendor a {
  display: inline-block;
  text-transform: uppercase;
  color: var(--primary-color2);
  font-weight: 600;
  margin: 0px !important;
  margin-top: 5px !important;
}
.product_vendor:hover a {
  color: var(--primary-color);
}
.row-product-tab {
  margin-top: 60px;
}
.row-product-tab .nav.nav-simple {
  position: absolute;
  z-index: 1;
  top: -45px;
}
.tab span {
  display: block !important;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 2px 10px !important;
  transition: all 0.3s ease-in-out;
}
.tab a {
  padding: 0px !important;
}
.tab.active span {
  color: var(--primary-color) !important;
}
.row-product-tab .tab-panels {
  padding-top: 0px;
}
.row-product-tab .product-small.col {
  padding-bottom: 30px;
}
.row-product-tab {
  margin-bottom: 40px;
}
.product-2 {
  padding-bottom: 40px !important;
}
.row-product-tab .nav.nav-simple {
  position: absolute;
  z-index: 1;
  top: -45px;
  left: 55%;
  transform: translateX(-50%);
}
/* END SECTION SUA RUA MAT */

/* BUTTON */
.video-button-wrapper {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.section-video .img-inner:before {
  display: none;
}
.open-video {
  min-height: unset !important;
  min-width: unset !important;
  width: 50px !important;
  height: 50px !important;
  border: none !important;
  background: #fff !important;
}
.icon-play {
  font-size: unset !important;
}
.section-video img {
  border-radius: 10px;
}
.section-video .col-inner:hover .open-video {
  color: #fff;
  background: linear-gradient(
    to right,
    var(--topHeader),
    var(--topHeader2)
  ) !important;
}
.section-video .col-inner {
  cursor: pointer;
}
.section-news {
  padding-bottom: 40px !important;
}
.devvn_readmore_flatsome a,
.a-show-more {
  padding: 5px 30px !important;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 14px;
  transition: all 300ms;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  min-height: unset !important;
  line-height: 24px !important;
  border: 1px solid var(--primary-color) !important;
}
.related .product-small .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.related .product-small .box-image a{
display: inline-block;
    width: 60px;
    height: 60px;
   
}
.related .product-small .image-none img{
    height: unset;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.related .box-image{
    padding: 0px !important;
}
.related .product_vendor,
.related .add-to-cart-button,
.related .image-tools {
    display: none !important
}
.related .product-small .price,
.related .box-text {
    text-align: left
}

.devvn_readmore_flatsome a:hover,
.a-show-more:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.see-more {
  display: inline-block;
  padding: 3px 10px;
  background-color: #fff !important;
  color: var(--primary-color2) !important;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 300;
  border: none !important;
  min-height: unset;
  line-height: 24px !important;
}

.see-more:hover {
  background-color: var(--primary-color2) !important;
  color: #fff !important;
}
.add-to-cart-button a.primary.add_to_cart_button {
  color: #fff;
  display: block;
  outline: 0px;
  height: 36px !important;
  line-height: 30px !important;
  width: auto;
  padding: 3px 10px !important;
  border-radius: 30px !important;
  min-height: unset;
  font-weight: 300;
  font-size: 14px;
  display: inline-block !important;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  margin-right: 5px !important;
  margin-left: 5px !important;
  text-transform: capitalize;
}
div.add-to-cart-button {
  position: absolute;
  width: 100%;
  top: 50%;
  transition: all 0.35s ease;
  transform: translateY(150px);
  left: 0;
  opacity: 0;
}
.product-small .box-text {
  position: static;
}
.product-small.box:hover div.add-to-cart-button {
  opacity: 1;
  transform: translate(0px) !important;
}
/* END BUTTON */

/* SECTION ABOUT2 */
.section.product_3 {
  margin-bottom: 40px !important;
}
.title-product a {
  display: block;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 600;
}
.title-product span {
  font-size: 16px;
  max-width: 430px;
  display: inline-block;
  font-weight: 400;
}
.title-product a {
  color: var(--primary-color2);
}
.title-product {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}
.title-product img {
  display: block;
  margin: 0 auto;
  max-width: 64px;
}
.section-dino .product-small .image-none img {
  height: auto;
}
.section-dino .col-right {
  flex-basis: 810px;
  max-width: 810px;
  margin-left: auto;
}
.section-dino .row {
  justify-content: space-evenly;
}
.section-dino {
  margin-bottom: 40px;
}
/* END SECTION ABOUT2 */
/* FOOTER */
.footer-main .top-footer h2 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.footer-main .top-footer .img,
.footer-main .top-footer .img-inner {
  position: static;
  margin: 0px;
}
.footer-main .top-footer .img-inner:before {
  display: none;
}

.footer-main .top-footer > .col-top > .col-inner {
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(to right, #b2d18f, rgba(140, 199, 168, 0.8));
}
.footer-main .top-footer .img {
  position: absolute;
  bottom: 0px;
  left: 46%;
  max-width: 140px;
}
.footer-main .wpcf7-form-control-wrap input {
  box-shadow: none;
  height: 48px;
  width: 100%;
  padding: 0 125px 0 20px;
  font-size: 14px;
  border-radius: 50px;
  margin: 0px;
  border: 1px solid #ebebeb;
}
.footer-main .wpcf7-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: initial;
  height: 48px;
  font-size: 14px;
  padding: 0 30px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 0px 48px 48px 0px;
  line-height: inherit;
  text-transform: capitalize;
  font-weight: 500;
}
.footer-main form {
  margin: 0px;
}
.footer-main .wpcf7-spinner {
  display: none;
}
.footer-main .desc {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.bottom-footer {
  padding-top: 10px;
}
.bottom-footer .img-inner:before {
  display: none;
}
.bottom-footer img {
  height: 60px;
}
.bottom-footer .des_foo {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
}
.icon-user:before {
  content: "\f007";
  color: #000;
}
.account-login {
  border-color: #000 !important;
}
.header-account-title {
  text-transform: capitalize;
  color: #000;
}
.social-icons a {
  display: inline-block;
  width: 35px !important;
  font-size: 14px !important;
  margin-right: 5px !important;
  height: 35px !important;
  line-height: 35px !important;
  border-radius: 5px !important;
  text-align: center;
  position: relative;
  border: none !important;
  color: #fff;
  background-color: var(--primary-color2) !important;
}
/* END FOOTER */
/* CHUYÊN MỤC  */
.danhmuc ins,
.danhmuc del,
.danhmuc .product-title {
  display: none;
}
.danhmuc img {
  position: relative !important;
}
.danhmuc .product_list_widget img,
.danhmuc a,
.danhmuc ul.product_list_widget li {
  padding: 0px;
  margin: 0px !important;
}

.danhmuc .col-left:after {
  content: "";
  background: var(--primary-color);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.danhmuc .box-image > div {
  text-align: center;
}
.danhmuc img {
  max-height: 90%;
  object-fit: contain;
}
.danhmuc .box-text {
  padding: 0px;
}
.box_cont_cate {
  display: block;
  padding: 0 10px 10px;
}
.col-right {
  flex-basis: unset;
  max-width: unset;
}
.danhmuc .col-left {
  border-right: 1px dashed var(--primary-color);
}
.danhmuc .product_list_widget li:last-child {
  border: none;
}
.danhmuc .product_list_widget > li {
  border-bottom: 1px dashed var(--primary-color);
}
.danhmuc .box {
  margin-top: 10px;
}
.danhmuc .col-left {
  flex-basis: unset;
  max-width: unset;
  flex: 1;
}
.danhmuc ul.product_list_widget li img {
  height: unset;
}
ul.product_list_widget li a:not(.remove) {
  display: inline-block;
}
.product_list_widget {
  margin: 0px;
}
ul.product_list_widget li {
  min-height: unset;
}
.box_cont_cate h3 a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.box_cont_cate span {
  color: #777;
  font-size: 14px;
}
.danhmuc .col-right {
  width: 70px;
  min-width: 70px;
}
.danhmuc .col-wrapper > .col-inner {
  border: 1px dashed var(--primary-color);
  border-radius: 10px;
}
/* END CHUYÊN MỤC */
.post-title {
  color: #222;
  font-size: 16px;
  line-height: 22px !important;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
  margin: 0px;
}
.from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0px !important;
  color: #2f2f2f;
  line-height: 22px;
  margin-bottom: 0px;
  word-break: break-word;
}
.post-item .box-text {
  padding: 0px;
  margin-top: 10px;
  padding: 0px 10px 10px;
  position: static !important;
}
.post-item .col-inner {
  display: block;
  position: relative;
  background-color: #fafafa;
  border-radius: 10px;
}
.post-item .col-inner .box-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.is-divider {
  display: none;
}
/* .flashsale__bottom {
  display: none;
} */
.post-item .post-meta {
  position: absolute;
  left: 0px;
  width: 120px;
  height: 32px;
  text-align: center;
  background: #94c83d;
  border-radius: 0px 40px 0px 0px;
  color: #fff;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  line-height: 1.2;
  opacity: 1;
  top: calc(100% - 142px);
}
/* single product */
.product-info .product-title {
  font-size: 22px;
  margin: 0px 0px 15px;
  line-height: 26px;
  font-weight: 600;
}
.product-policises-wrapper
  .product-policises
  .item_poli
  > div:not(.content_poli) {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.product-policises .item_poli {
  display: flex;
  align-items: flex-start;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0px;
}
.product-policises-wrapper .product-policises {
  font-size: 14px;
  flex-direction: column;
  background-color: #fff;
  flex-flow: row wrap;
  display: flex;
  row-gap: 7px;
}
.price-box {
  margin-bottom: 15px;
}

.qty.text {
  display: block;
  color: var(--textColor);
  text-align: center;
  box-shadow: none;
  background: #fff;
  margin: 0;
  height: 40px !important;
  line-height: 40px !important;
  box-shadow: none;
  border-radius: 0px;
  font-size: 16px;
  width: 60px !important;
  padding: 0;
  border: none;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  max-width: unset !important;
}
.price-box .special-price bdi {
  font-size: 32px;
  font-weight: 600;
  color: #cc2020 !important;
  line-height: 32px;
}
.price-box .old-price bdi {
  color: #9f9f9f;
  font-size: 20px;
  font-weight: 500;
  margin-left: 8px;
  display: inline-block;
  text-decoration: line-through;
}
.minus.button {
  border-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.plus.button {
  border-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.button.is-form:hover {
  box-shadow: none !important;
}
.plus.button,
.minus.button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 16px !important;
  color: #333;
  text-align: center;
  padding: 0px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff !important;
}
.product-info button.buy_now_button,
.product-info button.single_add_to_cart_button {
  background-color: #000 !important;
  font-weight: 300;
  padding: 0px 20px 0px 50px !important;
  text-transform: capitalize;
  min-height: unset;
  line-height: 40px !important;
  border-radius: 40px;
  height: 40px;
}
.product-info button.buy_now_button {
  background: linear-gradient(to right, var(--topHeader), var(--topHeader2));
  font-weight: 300;
  margin-left: 10px;
  width: 130px;
  padding: unset !important;
  font-size: 14px;
}
.product-info .single_add_to_cart_button:before {
  background-image: url("/wp-content/uploads/2024/01/shopping-bag.png");
  content: "";
  display: inline-block !important;
  position: absolute;
  left: 15px;
  z-index: 99999;
  height: 25px;
  width: 25px;
  top: 50%;
  transform: translatey(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.group-status {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}
.group-status .status_name {
  color: var(--primary-color);
  font-weight: 500;
}
.save-price {
  color: #fff;
  position: relative;
  background: var(--primary-color);
  padding: 0px 3px;
  border-radius: 3px;
  font-size: 14px;
  min-width: 20px;
  margin-left: 10px;
}
.price-box {
  display: flex;
  align-items: center;
}
.zoom-button {
  display: none !important;
}
.title_section_coupon {
  padding: 10px;
  background: linear-gradient(to right, var(--topHeader), var(--topHeader2));
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  margin-top: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section_coupon .item_coupon {
  position: relative;
  background: #fff;
  padding: 10px;
  min-height: 90px;
}
.voucher > .col-inner {
  background: linear-gradient(to right, var(--topHeader), var(--topHeader2));
}
.voucher .row-des-voucher {
  background: #fff;
}
.row-des-voucher .large-3 {
  min-width: 70px;
  height: 70px;
  max-width: 70px !important;
  flex-basis: 70px;
}
.row-des-voucher .large-9 {
  width: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  padding-left: 10px !important;
}
.row-des-voucher {
  padding: 10px;
  min-height: 90px !important;
}
.row-voucher .voucher .row {
  margin: 0px;
}
.content_wrap .content-top {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 18px;
}
.coupon-code {
  display: inline-block;
  color: #fff;
  background: var(--primary-color);
  padding: 3px 10px;
  border-radius: 40px;
  margin-top: 3px;
  cursor: pointer;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}
.content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-bottom p {
  margin: 0px;
}
.content_wrap .info-button {
  font-size: 12px;
  color: #009ef6;
  font-weight: 300;
  text-decoration: underline;
}
.content_wrap .content-top span {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 14px;
  margin-top: 3px;
}
.row-des-voucher h4 {
  margin: 0px;
  position: absolute !important;
  top: 50%;
  transform: translatey(-50%);
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
  color: #ffe70c;
  font-weight: 600;
  font-size: 18px;
}
.row-des-voucher .box-text {
  position: static;
}
.wcpa_type_radio-group {
  margin: 0px !important;
}
.wcpa_section {
  margin: 0px !important;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  border: 2px dotted var(--primary-color);
  padding: 10px;
}
.wcpa_form_outer {
  margin-bottom: 15px;
}
.wcpa_field_label {
  font-weight: 600 !important;
  font-size: 16px !important;
  margin: 0px !important;
}
.wcpa_field_desc {
  display: inline-block !important;
  color: #000;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.voucher .col {
  padding-bottom: 20px;
}
.voucher .col-inner {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.related-products-wrapper .quick-view-added {
  display: none;
}
.absolute-footer {
  display: none;
}
.copyright p {
  margin: 0px;
}
span.wsp {
  color: var(--primary-color2);
  display: block !important;
  padding: 10px 0;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.copyright {
  border-top: 1px solid var(--primary-color2);
}
.copyright .img-inner {
  text-align: end;
  padding: 10px 0px;
}
.copyright .img-inner img {
  height: 20px;
}
.flashsale__bottom {
  display: none;
}
.section_flashsale .flashsale__bottom {
  display: block;
}
/*end single product */
@media (min-width: 1200px) {
}

@media (min-width: 849px) {
}

@media (min-width: 549.1px) and (max-width: 849px) {
}

@media (max-width: 849px) {
  .prd-info .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .prd-info form {
    margin-bottom: 0px;
  }
  .product-info .product-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
  }
  .price-box .special-price bdi {
    font-size: 22px;
    line-height: 22px;
  }
  .price-box .old-price bdi {
    font-size: 16px;
  }
  .quantity {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-info button.single_add_to_cart_button {
    font-size: 14px !important;
  }
  .product-policises .item_poli {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .title_section_coupon {
    margin-top: 0px;
  }
  .product-policises {
    margin-top: 10px;
    gap: 10px !important;
  }
  .title_section_coupon {
    font-size: 18px;
    padding: 5px;
  }
  .row-voucher .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row-voucher {
    margin-bottom: 20px;
  }
  .voucher .row {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .voucher .row .col {
    flex: 0 0 auto;
    max-width: 320px;
  }
  .woocommerce-product-gallery__image {
    text-align: center;
  }
  .shop-container {
    margin-top: 20px;
  }
  #footer .social-icons {
    margin: 10px 0px;
  }
  .title-menu {
    font-weight: 600;
  }
  .list-menu {
    margin-bottom: 10px;
  }
  .copyright .img-inner {
    text-align: center;
  }
  .section-dino {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
  }
  .section.product_3 .large-columns-5,
  .row-image-2,
  .section_flashsale .row-product {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .section-video .row .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .section-news .tabbed-content .nav {
    flex-wrap: nowrap;
    margin: 0px;
    overflow-x: auto !important;
    width: auto;
  }
  .section-news .tab span {
    padding: 0px !important;
  }
  .section-news .nav {
    padding-left: 7px;
    padding-right: 7px;
  }
  .section-news .tabbed-content .nav li {
    flex: 0 0 auto;
    margin: 0px !important;
    margin-right: 25px !important;
  }
  .section-news .tabbed-content .nav li span {
    font-size: 16px;
    color: #333;
  }
  .footer-main .top-footer h2 {
    font-size: 16px;
    text-align: center;
  }
  .footer-main .top-footer > .col-top > .col-inner {
    padding: 10px;
    text-align: center;
  }
  .footer-main .wpcf7-submit,
  .footer-main .wpcf7-form-control-wrap input {
    height: 40px;
    margin-top: 10px !important;
    font-size: 14px !important;
  }

  .section_flashsale .row-product .col {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;

    padding: 0px;
  }
  .section_flashsale .row-product .col:not(:last-child) {
    margin-right: 10px;
  }
  .section_flashsale .product-2 {
    padding: 0px !important;
  }
  .section.product_3 .large-columns-5 .col {
    min-width: 65%;
    flex-basis: 65%;
  }
  .tab span {
    font-size: 14px;
  }
  .title-product a {
    font-size: 24px;
  }
  .title-product {
    margin-bottom: 30px !important;
  }
  .row-image-2 .col {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 7px;
    padding-right: 7px;
  }
  .row-product-tab {
    margin: 0px;
  }
  .row-product-tab .large-4 {
    display: none;
  }
  .row-product-tab .nav.nav-simple {
    position: static;
    transform: unset;
    justify-content: center;
  }
  .section_flashsale .row-product {
    margin: 0px !important;
  }

  .add-to-cart-button {
    display: none !important;
  }
  .section_flashsale {
    padding: 10px !important;
    padding-top: 27px !important;
  }
  .section_flashsale .flash-img img {
    max-width: 130px;
  }
  .col-mid .col-inner {
    margin-top: 20px !important;
  }
  .section_flashsale .flash-img h2 {
    width: fit-content;
    display: inline-block;
  }
  .col-absolute {
    position: absolute;
    right: 10px;
  }
  .section.best_filter {
    padding-top: 0px !important;
  }
  .section.best_filter .col-top {
    padding: 7px 0px;
  }
  .row-bottom {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .row-bottom .col {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .section_flashsale .box-image .image-none {
    padding-top: 20px;
  }

  .header-bottom {
    background: none !important;
  }
  #woocommerce-product-search-field-1 {
    box-shadow: none !important;
    border: none;
    background: transparent !important;
    padding-left: 0px !important;
  }

  .section_slider .medium-4 .col-inner {
    display: flex;
    gap: 3.5px;
  }
  .section.danhmuc {
    padding-top: 0px !important;
  }
  .title-module {
    font-size: 20px;
  }
  .row-danhmuc-1 {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    width: auto;
    display: flex;
    padding-top: 4px;
    margin-top: -4px;
  }
  .row-danhmuc-1 > .col {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .ux-search-submit.button i {
    top: unset;
  }
  .section_slider {
    padding-top: 10px !important;
  }
  .section_slider .row > .col {
    padding-bottom: 10px !important;
  }
}

/* CSS MOBILE */
@media (max-width: 549px) {
  .off-canvas-cart {
    width: calc(100vw - 50px) !important;
    background: #fff;
  }
  .off-canvas-cart .inner-padding {
    padding: 20px 15px;
  }
}
@keyframes zoom-in-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-4deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1, 1, 1) rotate(4deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1, 1, 1) rotate(-4deg);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes circleanima {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.4;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
