/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
#wp-admin-bar-bapf_debug_bar {
  display: none !important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('./assets/fonts/DINNextLTPro-Light.eot');
    src: url('./assets/fonts/DINNextLTPro-Light.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/DINNextLTPro-Light.woff2') format('woff2'),
        url('./assets/fonts/DINNextLTPro-Light.woff') format('woff'),
        url('./assets/fonts/DINNextLTPro-Light.ttf') format('truetype'),
        url('./assets/fonts/DINNextLTPro-Light.svg#DINNextLTPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('./assets/fonts/DINNextLTPro-Regular.eot');
    src: url('./assets/fonts/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/DINNextLTPro-Regular.woff2') format('woff2'),
        url('./assets/fonts/DINNextLTPro-Regular.woff') format('woff'),
        url('./assets/fonts/DINNextLTPro-Regular.ttf') format('truetype'),
        url('./assets/fonts/DINNextLTPro-Regular.svg#DINNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('./assets/fonts/DINNextLTPro-Bold.eot');
    src: url('./assets/fonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/DINNextLTPro-Bold.woff2') format('woff2'),
        url('./assets/fonts/DINNextLTPro-Bold.woff') format('woff'),
        url('./assets/fonts/DINNextLTPro-Bold.ttf') format('truetype'),
        url('./assets/fonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('./assets/fonts/DINNextLTPro-Medium.eot');
    src: url('./assets/fonts/DINNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/DINNextLTPro-Medium.woff2') format('woff2'),
        url('./assets/fonts/DINNextLTPro-Medium.woff') format('woff'),
        url('./assets/fonts/DINNextLTPro-Medium.ttf') format('truetype'),
        url('./assets/fonts/DINNextLTPro-Medium.svg#DINNextLTPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* html, body, div, applet, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, abbr, acronym, address, big, cite, code,
        del, dfn, em, img, ins, kbd, q, s, samp,
        small, strike, strong, sub, sup, tt, var,
        b, u, center,dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend,
        table, caption, tbody, tfoot, thead, tr, th, td,
        article, aside, canvas, details, embed,
        figure, figcaption, footer, header, hgroup,
        menu, nav, output, ruby, section, summary,
        time{
             font-family: 'DIN Next LT Pro' !important;
            font-style: normal;
        }  */
strong {
  color: #000;
}
/*  admin */
.has-value .hide-if-value {
  display: block;
}
.contact_footer {
  position: fixed;
  right: 27px;
  bottom: 155px;
  width: 50px;
  z-index: 11111111;
}
.contact_footer a img {
  width: 50px;
  margin-top: 10px;
}

/* Header */
.header-wrapper {
  z-index: 31;
}
.single-product .header-wrapper.stuck {
  display:none;
}
.top_header {
  display: none;
}
.home .top_header {
  display: block;
}
.nav-left {
  justify-content: center;
}
#cart-popup .is-divider {
  display: none;
}
.woof_list.woof_list_radio {
  height: 240px;
  overflow: hidden;
    overflow-y: hidden;
  overflow-y: auto;
}
.shop_table .product-quantity {
  width: 100px;
}
.header-nav.header-nav-main.nav.nav-left > li > a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 2px;
  left: 0;
  width: 100%;
  background-color: transparent;
}
.header-nav.header-nav-main.nav.nav-left > li:hover > a::after {
  background-color: #00a7e1 !important;
}
.header-nav.header-nav-main > li.menu_blog  > .sub-menu {
/*   left: -134px;
  opacity: 1;
  visibility: visible; */
  width: 290px;
  min-width: initial;
}
.header-nav.header-nav-main > li.menu_blog > .sub-menu > li a {
  text-transform: initial;
}
.header-nav.header-nav-main > li.menu_blog > .sub-menu > li {
  float: initial;
  width: 100%;
}
.header-nav.header-nav-main.nav.nav-left > li:hover > a {
  border-bottom: 2px solid #000;
	  transform:translatey(0px);
  transition: .5s;
}
.header-nav.header-nav-main > li::before ,.header-nav.header-nav-main > li::after{
  display: none;
}
.top_header,.top_header .flickity-viewport {
  height: 45px !important;
}
.header_item span:last-child {
  font-size: 14px;
  color: #000;
}
.top_header .flickity-viewport > .flickity-slider > .col {
  text-align: center;
  padding-top: 13px !important;
}
#masthead{
  transition: .5s;
}
#masthead:hover {
  background-color: #fff !important;
  transition: .5s;
}
.header-nav.header-nav-main > li > .sub-menu > li > .sub-menu {
  margin-left: 90px;
  margin-top: -40px;
}
.header_item img {
  width: 20px;
	margin-top: -7px;
}
.header-nav.header-nav-main li a {
  color: rgb(50, 50, 50);
	font-weight:500;
	border: none !important;
}
.header-nav.header-nav-main > li > .sub-menu > li > a {
  display: flex;
  align-items: center;
  font-size: 14px !important;
  text-transform: uppercase;
}
.html.custom.html_topbar_left a {
  margin-left: 20px;
}
.html.custom.html_topbar_left a:hover svg {
  fill: rgb(0, 167, 225);
}

.header-nav.header-nav-main > li > .sub-menu {
	padding: 0;
border: none;
	display: block;
max-height: fit-content;
min-width: 1200px;
}
.header-nav.header-nav-main > li > .sub-menu > li {
  width: 25%;
  display: block;
  float: left;
  height: max-content;
  min-height: initial;
  max-height: initial;
}
.header-nav.header-nav-main > li > .sub-menu > li > a img {
  width: 86px;
}
.header-nav.header-nav-main > li > .sub-menu > li .sub-menu li a {
  border: none !important;
  color: rgb(50, 50, 50);
  line-height: 16px;
	font-size: 14px;
}
.header-nav.header-nav-main li:hover > a,.link_item:hover,.blogList li:hover a {
  color: #00a7e1 !important;
}
.Menu_series > .sub-menu.nav-dropdown::after{
	display:none;
}
/* Home */
/* BAnner */
.row_content-banner {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  height: calc(100% - 200px);
}
.btn-home:hover {
  border-color: #3fbce8 !important;
  color: #fff !important;
}

.banner_content h2 {
  font-size: 34px;
  font-weight: 600;
  color: #000;
	margin:0;
}
.banner_content p {
  font-size: 18px;
  color: #000;
  line-height: 26px;
}
.btn-home {
  width: 200px;
  margin-top: 10px;
  height: 36px;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px !important;
  --tw-text-opacity: 1;
  color: #000 !important;
  border: 1px solid #000 !important;
  font-weight: 400;
}
.btn_while.btn-home {
  border-color: #fff !important;
  color: #fff !important;
}
.div_content_pwer h2 img {
  height: 29px;
  margin-top: -7px;
}
.div_content_pwer h2 {
  padding-bottom: 12px;
}
.div_content_series b {
  font-size: 98px;
}
.product-category.col .col-inner:hover h5 {
  color: #00a7e1;
}
.banner_archive {
  margin-top: 20px;
}
.product-small.col .badge-container,.product_home .badge-container{
  margin: 0;
  background: none;
}
.product-small.col .onsale span,.product_home .badge-container .onsale span{
  display: block;
	margin-top: 5px;
}
.product-small.col .badge-inner.on-sale,.product_home .badge-container .badge-inner.on-sale{
  border-radius: 0;
  background-color: transparent !important;
}
.product-small.col .callout.badge.badge-circle ,.product_home .badge-container .callout.badge.badge-circle{
  width: 57px;
  height: 60px;
  margin-left: 0;
  background-image: url(/wp-content/uploads/2022/10/bade1.png);
}
#product_menu li ,#product_menu li.current-menu-item > a,#product_menu li.current-product_cat-parent > a{
  display: none;
}
#product_menu li.current-menu-item, #product_menu li.current-menu-item ul li {
  display: block;
}
#product_menu ul {
  display: flex;
  margin: 0;
justify-content: space-around;
}
#product_menu ul li {
  text-align: center;
  margin-bottom: 0;
  height: 100px;
  padding: 5px;
  border-radius: 5px;
}
#product_menu ul li .menu-image {
  width: 50px;
  height: 50px;
  padding: 0;
}
#product_menu ul li .menu-image-title {
  display: block;
  padding: 0 !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 5px;
}
#product_menu .current-menu-item > a {
  color: #2bd37f;
}
#product_menu li.current-product_cat-parent ul li, #product_menu li.current-product_cat-parent,
#product_menu li.current-product_cat-parent ul li a {
  display: block;
}
/* product list */
.woof_show_auto_form.woof_btn_default {
  display: none !important;
}
.row.product_home h5 {
  font-size: 16px;
  font-weight: 300;
  text-transform: inherit;
  color: rgb(50, 50, 50);
}
.box_home h3 span {
  font-size: 60px;
  line-height: 1;
}
.box_home h3 {
  font-size: 31px;
  font-weight: 600;
  border-bottom: 1px solid #ababab;
  line-height: 50px;
}
.box_home .icon-box-img {
  margin-bottom: 0 !important;
}
.box_home .box-text {
  position: absolute;
  top: 30px;
  left: 30px;
  padding-top:0;
  right:30px;
}
button#devvn_cmt_submit {
    height: 39px;
    max-width: 300px;
    color: #000;
    width: 300px;
}

/* Footer */
.footer-menu li:hover a {
  color: #fff !important;
}
.footer_title h3 {
  font-weight: 700;
  color: #fafafa;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-menu li {
  list-style: none;
  margin: 0 !important;
}
.footer-menu li a {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  color: rgb(153, 153, 153);
}
.wpcf7-form-control.wpcf7-text.wpcf7-email.form-nhantin {
  width: 100%;
  color: #999;
  background: #111;
  padding-left: 1.2rem;
  height: 36px;
  line-height: 36px;
  outline: none;
  border: 1px solid #999;
}
.wpcf7-form-control.wpcf7-submit.form-nhantin {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  min-width: 50px;
  background: #999;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  transition: all .2s ease-in-out;
  margin: 0;
  max-height: 36px !important;
  min-height: 36px !important;
  padding: 0;
  background-image: url(/wp-content/uploads/2022/10/Group_742.webp);
  background-size: 26px;
  background-repeat: no-repeat;
  color: transparent;
	background-position-x: 12px;
background-position-y: 8px;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-form-control.wpcf7-acceptance.optional .form-nhantin {
  margin-bottom: 0;
}
.wpcf7-form-control.wpcf7-acceptance.optional label {
  color: rgb(153, 153, 153);
}
.social-icons.follow-icons.follow_ft a i {
  width: 20px;
  height: 20px;
  background-color: #999;
  color: #000;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
}
.social-icons.follow-icons.follow_ft a {
  padding: 8px;
  line-height: 36px;
  margin: 0 !important;
	border-radius: 999px !important;
}
.absolute-footer {
  display: none;
}
.wpcf7-response-output {
  color: #fff;
}
/* Danh mục sản phẩm */
.shop-page-title.category-page-title {
  display: none;
}
.archive_list {
  background-color: #f9f9fa;
}
.wsubcategs {
  display: flex;
justify-content: space-evenly;
list-style: none;
margin: 0;
padding: 12px 16px;
}
.wsubcategs li {
  margin: 0;
  padding: 0 8px;
  text-align: center;
}
.wsubcategs li img {
  width: auto;
  height: 50px;
}
.wsubcategs li span {
  font-size: 14px;
  line-height: 21px;
  color: rgb(50, 50, 50);
}
.woof_redraw_zone {
    display: flex;
    justify-content: start;
    position: relative;
    overflow: hidden;
    transition: max-height 0.7s linear;
    max-height: 44px;
  }
.woof_submit_search_form_container {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.woof_redraw_zone .iradio_square-blue {
  display: none;
}
.WOOF_Widget {
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    background-color: #fff;
    border-top: 1px solid #2cd37f;
    margin-bottom: 0;
  }
.btn_filter {
  margin: 0;
}
.btn_filter i {
  margin-top: -9px;
  margin-right: 10px;
}
.btn_filter,.widget-title.wpc-filter-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 20px !important;
  cursor: pointer;
  text-transform: initial;
  color: rgb(68, 202, 137);
  margin-bottom: 0;
}
.widget.widget-woof {
    margin: 0;
  }
.widget-area .wpc-filters-labels li.wpc-term-item, .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item {
	float: initial !important;}
.woof_list.woof_list_radio label {
  display: inline-block;
  border-radius: 5px;
  padding: 0 30px 0 20px;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
  color: rgb(50, 50, 50);
  font-weight: 300;
}
.woof_radio_term_reset.woof_radio_term_reset_visible {
  display: none !important;
}
.woof_radio_label.woof_radio_label_selected {
  background-color: #e3e3e3;
  color: #009e49 !important;
}
.header_pro .container {
  padding: 12px 18px;
}
.header_pro {
  background: #f9f9fa;
  border-top: .5px solid #eee;
}
.row.category-page-row {
  padding: 0;
}
#product_menu {
  margin: 0;
}
#product_menu > li {
  margin: 0;
}
.header-nav.header-nav-main > li.menu_danhmuc > .sub-menu {
  display: flex;
  flex-flow: wrap;
}
.woof_list.woof_list_radio label, .woof_checkbox_authors_container .woof_list label {
  display: inline-block;
  border-radius: 5px;
  padding: 0 30px 0 10px;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
  color: rgb(50, 50, 50);
  font-weight: 300 !important;
}
.woof_redraw_zone li {
  margin: 0 !important;
}
.woof_checkbox_authors_container .woof_list label > span {
  font-weight: 300;
}
.product-small.col > .col-inner {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1.5rem 1.5rem 0;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  transition-timing-function: linear;
  box-shadow: 0 0 10px -4px #0000001a;
  height:100%;
}
.product_child_list {
  display: flex;
	flex-wrap: wrap;
}
.product_child_list .product-small.col {
  width: 25%;
}
.woo-variation-swatches.woof_search_is_going  .product_child, .product_simple {
  display: none;
}
.woo-variation-swatches.woof_search_is_going  .product_simple {
  display: block;
}
.product-small.col .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  font-size: 18px;
	line-height: 22px !important;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	height: 66px;
}
.box_option {
  margin-top: 10px;
}
.woof_radio_count {
  display: none;
}
.product_title {
  font-size: 20px;
  padding-left: 15px;
}
.product-small.col .price-wrapper .price {
  font-size: 16px;
  line-height: 26px;
}
.product-small.col .price-wrapper {
  margin-top: 10px;
}
.title_product {
  color: #000;
  padding-left: 15px;
}
.product-small.col .wvs_archive_reset_variations.show ,
.product-small.col .wvs_archive_reset_variations,
.archive.search.search-results .row_product{
  display: none !important;
}
.woof_search_is_going .row.category-page-row > .col > .products,.archive.search.search-results .row.category-page-row > .col > .products {
  display: flex !important;
}
.woof_reset_button_2 {
  margin: 0;
    margin-top: 0px;
  line-height: 1;
  margin-top: -4px;
  color: #000;
  text-transform: inherit;
}
.woof_search_is_going .row_product {
  display: none !important;
}
.box_option a {
  font-size: 16px;
  font-weight: 500;
  background-color: rgb(0, 167, 225);
  padding: 5px 20px;
  border-radius: 999px;
  color: #fff;
}
.product-small.col.product_loadmore a {
font-size: 20px !important;
line-height: 28px;
font-weight: 500;
text-transform: inherit;
padding: 0;
width: auto;
color: #000;
display: flex;
align-items: center;
text-align: center;
margin: 0 auto;
background-color: transparent;
border: none;
}
.product-small.col.product_loadmore .col-inner {
  display: flex;
}
.product-small.col.product_loadmore a svg {
  width: 25px;
  display: inline-block;
}
#shop-sidebar.show .fas.fa-chevron-down {
  transform: rotate(-180deg);
  transition: transform .33s cubic-bezier(.54,-.81,.57,.57);
}
#shop-sidebar .fas.fa-chevron-down {
	margin-top:-2px;
  transition: transform .33s cubic-bezier(.54,-.81,.57,.57);
}
/* product */
.product_top {
  position: sticky;
  top: 0;
  z-index: 29;
  min-height: 65px;
  width: 100%;
  background-color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  border-bottom: 1px solid rgba(0,0,0,.12);
}
.ProductTopBar.container {
  display: flex;
  flex-direction: row;
  height: 65px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.archive #main {
  background-color: #F2F2F2;
}
.productTitle {
  display: flex;
  flex: 1 1;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
#nav_product {
  display: flex;
  max-width: 100vw;
  cursor: pointer;
  align-items: center;
}
#nav_product a {
  height: 64px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 16px;
  transition: all .1s linear;
  display: flex;
  color: #000;
  border-bottom: 3px solid transparent;
}
#nav_product .link_item.active {
  font-weight: bold;
  border-bottom: 3px solid rgb(0, 167, 225);
}
#nav_product a ~ a {
  margin-left: 24px;
}
.col_info .product_title.entry-title {
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  color: rgb(50, 50, 50);
	margin-bottom:0;
}
.ProductTag_productType {
margin-left: 10px;
box-sizing: border-box;
display: inline-block;
font-weight: 700;
padding: 3px 12px;
font-size: 12px;
line-height: 1;
color: #333;
border: .5px solid #333;
border-radius: 12px;
}
.star-rating::before, .woocommerce-page .star-rating::before, .star-rating span::before{
  color: #f7c13b !important;
}
.woocommerce-review-link {
  color: #33b9e7 !important;
  text-decoration: none !important;
  font-size: 13px;
}
.star-rating.star-rating--inline {
  margin-top: 3px;
}
.product-price-container {
  margin: 12px 0 0;
  display: flex;
  font-size: 36px;
}
.price.product-page-price {
  line-height: inherit;
  margin: 0;
}
.product-short-description {
  position: relative;
  overflow: hidden;
  transition: height .3s;
  height: 180px;
}
.LearnLess {
  display: none;
}
.product-short-description::after {
  position: absolute;
  height: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.75) 54%,#fff);
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
}
.LearnBtn {
  margin: 0 !important;
  padding: 0;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: rgb(0, 167, 225);
  text-transform: inherit;
}
.LearnBtn svg {
  height: 1rem;
  width: 1rem;
  transform: rotate(0deg);
  fill: rgb(0, 167, 225);
}
.product-short-description.show {
  height: initial;
}
.product-short-description.show::after,.image-tools.absolute.bottom.left {
  display: none;
}
.ProductInfo_bottomThumbnail {
  position: relative;
  display: flex;
  align-content: space-between;
  align-items: stretch;
  justify-content: space-between;
  padding: 20px 0;
}
.ProductIconBar_icon {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.ProductIconBar_text {
  margin-top: 6px;
  font-weight: 300;
  text-transform: initial;
  line-height: 21px;
  font-size: 14px;
  color: #000;
}
.woocommerce-variation-price {
  height: 0px;
  overflow: hidden;
  padding: 0;
}
.popupProductInfo {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,.6);
backdrop-filter: blur(6px);
z-index: 999999999999;
overflow: hidden;
visibility: hidden;
opacity: 0;
}
.ProductIconBar_icon.active .popupProductInfo {
  overflow: inherit;
  visibility: visible;
  opacity: 1;
}
#wrapper.pop #header,#wrapper.pop .product_top {
  display: none;
}
.popupProductcontent {
  position: relative;
  width: 90%;
  max-height: 90%;
  margin: 56px auto 5%;
  max-width: 840px;
  transition: .4s;
  display: block;
  padding: 20px;
  background-color: #fff;
}
.popupProductcontent .Text_body {
  text-align: left;
}
.popupProductcontent .title {
  color: #333;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 28px;
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 10px;
}
.popupProductcontent .txtCon {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 300;
  text-transform: initial;
}
.add-to-cart-container {
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.variations th.label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.35px;
  color: #000;
  margin-bottom: 10px;
}
.variable-items-wrapper .variable-item.color-variable-item {
  min-width: 50px;
min-height: 50px;
border-radius: 9999px !important;
overflow: hidden;
box-shadow: none !important;
margin: 0 4px 0 0 !important;
padding: 6px !important;
border: 1px solid rgb(226, 226, 226);
}
/* .variable-items-wrapper .variable-item-contents {
  border: 1px solid rgb(221, 221, 221) !important;
  border-radius: 999px;
  min-width: 38px !important;
  height: 38px !important;
} */
.variable-items-wrapper .variable-item.color-variable-item.selected {
  border: 2px solid rgb(63, 188, 232) !important;
}
.variable-item-span.variable-item-span-color {
  border-radius: 999px;
}
.woocommerce-variation-price {
  border: none;
}
.shop-container > div:first-child {
  display: none;
}
.devvn_prod_cmt, #reviews {
  max-width: 100% !important;
}
.specs h2, .faq h2, .download h2, .product-section-title-related {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: rgb(50, 50, 50);
  margin-bottom: 30px;
  text-transform: inherit;
}
.download {
  margin-bottom: 50px;
  padding: 50px 0;
  border-bottom: 1px solid rgb(229, 231, 235);
}
.download .download_item {
  width: 25%;
  display: inline-block;
  color: #000;
  font-weight: bold;
}
.accordion.accodian_product .accordion-item a {
  border: none;
  padding: 0;
  background-color: transparent;
  line-height: 22px;
  font-size: 16px;
  color: rgb(50, 50, 50);
  font-weight: 300;
}
.accordion.accodian_product .accordion-item {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.specs, .faq {
  margin-top: 50px;
}
.accordion.accodian_product .toggle {
  right: 0;
  left: auto;
}
.related.related-products-wrapper .product-small.col > .col-inner {
  padding: 0;
  box-shadow: none;
}
.related.related-products-wrapper .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  margin-top: 5px;
  color: #737373;
  max-height: 34px;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
	line-height:1 !important;
}
.product-small.col > .col-inner .star-rating,
.related.related-products-wrapper .product-small.col .price-wrapper .price
{
  display: none;
}
.related.related-products-wrapper .product-small.col > .col-inner .star-rating {
  display: block;
}
.related.related-products-wrapper .product-small.col .price-wrapper {
  margin-top: 10px;
}
.related.related-products-wrapper .star-rating span::before {
  color: #f7c13b !important;
  font-size: 12px;
}
.product-small.col > .col-inner .variable-items-wrapper .variable-item-contents {
  height: 20px !important;
  width: 20px !important;
	min-width:20px !important;
}
.product-small.col > .col-inner .variable-items-wrapper .variable-item.color-variable-item {
  min-width: 22px;
  min-height: 22px;
  height: 22px !important;
  width: 22px !important;
}
.woocommerce-product-rating {
  display: flex;
}
.star-rating::before {
  font-size: 12px;
}
.container-rating .star-rating {
  margin-top: 2px;
  font-size: 13px;
}
/* .ProductPurchaseBar_Bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  min-height: 65px;
  background-color: rgb(248, 248, 248);
  width: 100%;
}
.ProductPurchaseBar_content {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  align-items: center;
  height: 65px;
} */
.single_add_to_cart_button {
height: 48px;
width: calc(50% - 20px);
padding: 0 12px;
font-weight: 600;
line-height: 1;
background-color: #fff !important;
color: #03a0e2 !important;
text-transform: inherit;
margin-top: 25px !important;
margin-right: 10px !important;
}
.button.buy_now_button {
  height: 46px;
  width: 50%;
  border-radius: 999px;
  padding: 0 12px;
  font-weight: 600;
  background-color: #03a0e2 !important;
  color: #fff;
  text-transform: inherit;
  line-height: 46px;
  text-align: center;
	margin: 0 !important;
	margin-top: 10px !important;
}
/* .ProductPurchaseBar_content .variations,
.ProductPurchaseBar_content .woocommerce-variation.single_variation 
,.ProductPurchaseBar_content .quantity.buttons_added,.col_info .woocommerce-variation-add-to-cart button
,.ProductPurchaseBar_content .woocommerce-variation-add-to-cart .number_input{
  display: none !important;
}
.ProductPurchaseBar_content form {
  margin: 0 !important;
} */
.col_info .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
	flex-wrap: wrap;
}
.col_info .quantity.buttons_added.form-flat .minus,.col_info .quantity.buttons_added.form-flat .plus {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
}
.col_info .quantity.buttons_added.form-flat .input-text {
  min-width: 145px;
  border: 1px solid #000;
}
.col_info .quantity.buttons_added.form-flat {
  margin-left: auto;
margin-right: 0;
width: 50%;
text-align: left;
}
.number_input {
  width: 50%;
  float: left;
}
.related.related-products-wrapper .wvs-archive-variations-wrapper {
  display: none;
}
/* Menu mobile */
.btn_menu_bar svg {
  width: 30px;
  color: #000;
}
.btn_menu_bar {
  padding: 0;
  margin: 0 !important;
  margin-top: 19px !important;
}
.mobile-menu {
  position: absolute;
  z-index: 9999;
  transition: .54s cubic-bezier(.65,.33,.35,.84);
  overflow: auto;
  background: #fff;
  max-width: 100%;
  width: 100%;
  top: 100%;
  left: -100%;
  height: 1000px;
	padding: 0 16px;
}
.mobile-menu.show {
  left: 0;
}
#header-menu li a {
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  font-weight: 500;
  display: block;
  border: none !important;
  color: rgb(50, 50, 50);
	border-bottom: 1px solid #eee !important;
	width: 100%;
}
#header-menu .toggle {
  transform: rotate(-90deg);
	position: absolute;
top: 6px;
right: -18px;
}
#header-menu .toggle i{
   color: rgb(50, 50, 50);
}
#header-menu li.menu-item.active > a,#header-menu li.menu-item.active > .toggle i {
  color: #00a7e1 !important;
}
#header-menu li.menu-item.active > .toggle {
  transform: rotate(0deg);
}
#header-menu li{
  margin: 0;
  padding: 0;
  text-align: left;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
	border:none;
	position:relative;
}
#header-menu .sub-menu {
  border: none !important;
}
.btn_menu_bar.active .btn_bar1 {
  display: none;
}
.btn_menu_bar.active .btn_bar2 {
  display: block !important;
}
.btn_bar2 {
  margin-top: -13px;
}
/* Blog */
.content_blog {
  margin-top: 30px;
}
.content_blog h2 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.content_blog h2 span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  width: 60%;
  padding-left: 1.5rem;
}
.content_blog .flex {
  display: flex;
  background: #efefef;
}
.content_blog .imgbox {
  width: 40%;
  max-height: 236px;
  overflow: hidden;
}
.content_blog .blogList {
  width: 60%;
  max-height: 236px;
  padding: 10px 10px 10px 1.5rem;
  overflow: hidden;
  overflow-y: auto;
	margin: 0;
	-ms-overflow-style: none; /* khai báo sử dụng Internet Explorer, Edge */
    scrollbar-width: none; 
}
.content_blog .blogList::-webkit-scrollbar { 
  width: 0 !important;
  display: none; 
}
.content_blog .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_container {
  max-width: 900px;
  margin: 0 auto !important;
  padding: 3rem 0 !important;
}
.content_blog .blogList li {
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  list-style: none;
margin: 0;
}
.content_blog .blogList a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	color: #323232;
}
/* Single */
.top_single-blog {
  display: flex;
  justify-content: space-between;
}
.top_single-blog .breadcrumb__wrapper ul, .top_single-blog .page-navigation-arrows .nav-links {
  list-style: none;
  margin: 0;
  display: flex;
	height: 100%;
line-height: 25px;
}
.top_single-blog .breadcrumb__wrapper ul li {
  margin: 0;
  font-size: 12px;
}
.top_single-blog .page-navigation-arrows .nav-links a {
  font-size: 12px;
  color: #000;
}
.top_single-blog .page-navigation-arrows .nav-links .nav-previous {
  margin-right: 16px;
  position: relative;
}
.top_single-blog .page-navigation-arrows .nav-links .nav-previous::after {
  content: "";
  position: absolute;
  right: -9px;
  width: 1px;
  height: 13px;
  background-color: #000;
  top: 6px;
}
.heading-wrapper--article {
  margin-bottom: 40px;
  margin-top: 10px;
}
.article__title.title {
  color: #323232;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 20px;
}
.heading-divider {
opacity:0;
  width: 70px;
  height: 1px;
  background-color: #000;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomInbl;
}
.single.single-post #masthead {
  border: none;
}
@keyframes zoomInbl {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; }

  to {
    opacity: 1; } }
.meta_blog .meta-info-list {
  font-size: 12px;
  color: #000;
}
.share-btn a {
  margin: 0;
  width: 38px;
  height: 38px;
  text-align: center;
  padding: 0;
  line-height: 35px;
  border-radius: 999px;
  border: 1px solid rgb(219, 219, 219);
  background-color: #fff;
}
.share-btn {
  display: inline-block;
  margin-left: 10px;
}
.share-btn.share-btn--twitter i,.share-btn.share-btn--twitter:hover a{
  color: rgb(29, 161, 241);
}
.share-btn.share-btn--facebook i,.share-btn.share-btn--facebook:hover a{
  color: rgb(66, 102, 178);
}
.share-btn.share-btn--prinset i,.share-btn.share-btn--prinset:hover a{
  color: rgb(229, 1, 34);
}
.share-btn.share-btn--mail i,.share-btn.share-btn--mail:hover a{
  color:rgb(229, 1, 34);
}
.share-btn.share-btn--twitter:hover a{
  background-color: rgb(29, 161, 241);
	border-color:rgb(29, 161, 241);
}
.share-btn.share-btn--facebook:hover a{
  background-color: rgb(66, 102, 178);
	border-color:rgb(66, 102, 178);
}
.share-btn.share-btn--prinset:hover a{
  background-color: rgb(229, 1, 34);
	border-color:rgb(229, 1, 34);
	
}
.share-btn.share-btn--mail:hover a{
  background-color: rgb(229, 1, 34);
	border-color:rgb(229, 1, 34);
}
.share-btn:hover a i{
  color:#fff !important;
}
.share-btn a i {
  margin: 0 !important;
  font-size: 12px;
}
.author-share-wrap {
  text-align: right;
  margin-bottom: 30px;
}
.bai-viet-lien-quan .title {
  color: #323232;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.125;
}
.bai-viet-lien-quan .col.col_content > .col-inner {
  border: thin solid #dddddd;
  box-shadow: 0 2px 3px #dddddd1a,0 0 0 1px #dddddd1a;
}
.bai-viet-lien-quan .col.col_content > .col-inner .box-text {
  padding: 20px;
}
#ftwp-widget-container #ftwp-list {
  display: block !important;
}
#ftwp-widget-container #ftwp-header {
  display: none;
}
#ftwp-widget-container #ftwp-contents {
  top: 20% !important;
  height: max-content !important;
  border: none !important;
}
#ftwp-widget-container #ftwp-list {
  display: block !important;
  overflow: initial !important;
  height: max-content !important;
}
.ftwp-item a {
  padding: 5px 10px !important;
}
.woof_products_top_panel_ul ul li {
  line-height: 38px;
}
/* Landing */
.slide_ld .video-button-wrapper {
  position: absolute;
  top: calc((100% - 60px)/2);
  left: calc((100% - 60px)/2);
}
.slide_ld .col-inner img {
  border-radius: 7px !important;
}
.product-small.box.product_lp .image-cover {
  width: 70%;
  margin: 0 auto;
}
.product-small.box.product_lp .box_option {
  position: initial;
  transform: inherit;
  margin-top: 20px;
}
.product-small.box.product_lp {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1.5rem;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  transition-timing-function: linear;
  box-shadow: 0 0 10px -4px #0000001a;
}
.tabbed-content.tab_langding .nav li {
  min-width: 280px;
  cursor: pointer;
  text-align: center;
}
.tabbed-content.tab_langding .nav li a {
  width: 100%;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid #000 !important;
  color: rgb(102, 102, 102);
  text-transform: inherit;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
}
.tabbed-content.tab_langding .nav li:not(last-child) {
  margin-right: 20px;
}
.tabbed-content.tab_langding > .nav {
  margin-bottom: 50px;
}
.tabbed-content.tab_langding .nav li a span {
  display: block;
  width: 100%;
}
.tabbed-content.tab_langding .nav li.active a {
  background-color: rgb(64, 64, 64);
  color: #fff;
}
.img_boder img {
  border-radius: 10px;
}
.col_left .img, .col_left .img-inner, .col_left img {
  object-fit: cover;
  height: 100%;
}
.col_right_bt {
  padding-bottom: 0 !important;
}
.row_dive .col_right .col-inner {
  background: linear-gradient(139.94deg, #F9FAFE 0.29%, #D0D9EC 47.27%, #8C91C2 101.64%, #8490BF 101.66%);
    background-color: rgba(0, 0, 0, 0);
}

/* Page search */
.page_search h1 {
  display: ruby-text;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
.label_title {
  font-size: 14px;
  font-weight: 300;
}
.searchform-wrapper.ux-search-box .search-field {
  height: 34px;
  box-shadow: none;
	padding-left: 50px;
}
.searchform .flex-col:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.searchform .ux-search-submit .icon-search {
  color: #515151;
  font-size: 12px !important;
}
.searchform .ux-search-submit {
  height: 34px;
  min-height: 34px !important;
  max-width: 34px;
  padding: 0 !important;
  background-color: transparent !important;
  border: none;
	line-height: 34px;
}
.widget_wpc_filters_widget {
  width: inherit;
}
.wpc-filters-widget-wrapper .wpc-filters-section {
  width: 25%;
}
.wpc-filters-widget-wrapper {
  display: flex;
}
.wpc-term-item-content-wrapper label .wpc-filter-label-wrapper {
  border: none !important;
  background-color: #029c49;
  opacity: 1;
  color: #fff !important;
}
.wpc-term-item-content-wrapper label .wpc-filter-label-wrapper a {
  color: #fff;
}
.wpc-edit-filter-set,.wpc-posts-found {
  display: none;
}
/*************** ------------------------PC  --------------------------  ***************/
@media (min-width: 1024px){
.Menu_series > .sub-menu.nav-dropdown {
  min-width: 960px !important;
max-width: 970px;
-moz-column-count: 2;
column-count: 2;
padding: 10px !important;
}
.Menu_series > .sub-menu.nav-dropdown li {
  width: 100% !important;
  position: relative;
}
.Menu_series > .sub-menu.nav-dropdown li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
  }
.series7 {
  height: 280px !important;
  margin-bottom: 10px !important;
}
.series6 {
  height: 200px !important;
}
.series5 {
  height: 320px !important;
  margin-bottom: 10px !important;
}
.series3 {
  height: 160px !important;
}
.Menu_series > .sub-menu.nav-dropdown li h2 {
  font-size: 36px;
  color: #fff;
  line-height: 24px;
  text-transform: initial;
  font-weight: 500;
}
.Menu_series > .sub-menu.nav-dropdown li a {
  display: block !important;
}
.Menu_series > .sub-menu.nav-dropdown li h2 b {
  font-size: 96px;
  line-height: 96px;
}
.Menu_series > .sub-menu.nav-dropdown li p {
  color: #fff;
  text-transform: initial;
  font-size: 16px;
  font-weight: bold;
}
.black_cl h2, .black_cl p {
  color: #000 !important;
}
}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
@media (width: 1024px){
.product-small.col .col-inner:hover .box_option {
  transform: translateX(20px);
}
}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){
.product_child_list .product-small.col {
  width: 33.33%;
}
.btn_filter, .woof_container_inner h4 {
  padding: 10px 10px;
}
.box_home .box-text {
  position: absolute;
  top: 20px;
  left: 20px;
  padding-top: 0;
  right:0;
}
.blog-single .col_sidebar {
  display: none;
}
.download .download_item:nth-child(2) {
  width: 45%;
}
}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
.Menu_series > .sub-menu.nav-dropdown li img{
    display: none !important;
}
.Menu_series li img, .Menu_series li p {
  display: none;
}
button#devvn_cmt_submit {
    max-width: 163px;
}
.nav-left {
  justify-content: flex-start;
}
.top_header, .top_header .flickity-viewport {
  height: 38px !important;
}
.banner_content h2 {
  font-size: 20px;
  line-height: 24px;
}
.banner_content p {
  font-size: 15px;
line-height: 16px;
margin-top: 5px;
}
.row_content-banner {
  top: 60px;
}
.div_content_pwer h2 img {
  height: 18px;
  margin-top: -7px;
}	
#header .header-main li.html.custom {
  display: block;
}	
.row.product_home h5 {
  font-size: 11px;
}
.box_home h3 span {
  font-size: 48px;
}
.box_home h3 {
  font-size: 20px;
}
.blog_container {
  max-width: 95%;
  margin: 0 auto !important;
  padding: 0;
}
.tabbed-content.tab_langding .nav li {
  min-width: 225px;
}
#header .header-cart-link {
  padding: 0 !important;
  margin-top: 10px;
  color: #000 !important;
}
}
/*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
#header .stuck .header-main {
  height: 96px !important;
}
.product_child_list .product-small.col {
  width: 100%;
}
.box_option a {
  font-size: 14px;
	}
.product-small.col .price-wrapper .price {
  font-size: 14px;
  line-height: 24px;
}
.product-small.box {
  display: flex;
	align-items:center;
}
	.product-small.col > .col-inner {
  padding: 10px;
}
.product-small.box .box-image {
width: 41%;
margin-right: 11px;
padding-top: 11%;
height: 89px;
max-height: 101px;
}

.product-small.box .box-text.box-text-products {
  padding: 0;
}
.product-small.col .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  -webkit-line-clamp: 2;
  height: 44px;
	font-size: 16px;
}
	.product-small.col.product_loadmore .col-inner {
  padding: 0;
  height: 50px;
  margin-bottom: 30px;
}
.box_option {
  transform: initial;
}
.product-small.col {
  padding-bottom: 15px;
}
.single_add_to_cart_button, .button.buy_now_button {
  font-size: 14px !important;
  padding: 0 !important;
}
.download {
  margin-bottom: 30px;
  padding: 20px 0;
}
.download .download_item {
  width: 100% !important;
}
.devvn_cmt_submit {
  width: 100%;
}
.woof_submit_search_form_container {
  display: none;
}
.div_content_series b {
  font-size: initial;
}
.content_blog .flex {
  display: block;
}
.content_blog .imgbox,.content_blog .blogList {
  width: 100%;
}
.content_blog h2 span {
  width: 100%;
  text-align: center;
  padding-left: 0;
}
.content_blog .blogList li {
  display: block;
  height: initial;
}
.content_blog .blogList a {
  overflow: inherit;
  white-space: normal;
}
.accodian_footer .accordion-item > a {
  font-weight: 700;
  color: #fafafa;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0;
}
.section {
  margin-top: 10px;
}
.footer_title h3 {
  font-size: 14px;
}
.accodian_footer .accordion-item > a {
  font-weight: 700;
  color: #fafafa;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0;
  line-height: 30px;
  border: none;
  border-bottom: 1px solid hsla(0,0%,100%,.2);
}
.accodian_footer .toggle {
  right: 0;
  left: auto;
  top: -4px;
  margin: 0;
  text-align: right;
	color: #fff;
opacity: 1;
}
.accodian_footer .accordion-item > a .icon-angle-down::before {
  content: "\f067";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 5px;
  font-size: 16px;
}
.accodian_footer .accordion-item > a.active .toggle {
  transform: inherit;
}
.accodian_footer .accordion-item > a.active .toggle .icon-angle-down::before {
  content: "\f068";
}
.social-icons.follow-icons.follow_ft {
  text-align: center;
}
.col_footermb {
  padding-bottom: 2px !important;
}
.accodian_footer .accordion-item .accordion-inner {
  padding: 0;
}
.accodian_footer .accordion-item .accordion-inner a {
  padding: 0 0 0 10px;
  font-size: 14px;
}
.html.custom.html_topbar_left {
  width: 110px;
}
#header .html.custom.html_topbar_left {
  display: flex !important;
  justify-content: flex-end;
  margin-top: 5px;
}
#header .html.custom.html_topbar_left #search {
  margin-right: 10px;
}

.html.custom.html_topbar_left a {
  margin-left: 0;
}
.html.custom.html_topbar_left a svg {
  fill: #000;
}
#logo {
  margin: 0;
}
#logo a img {
  margin-left: auto;
  margin-top: 5px;
  margin-right: 10px;
}
.wsubcategs {
  overflow-x: auto;
  width: auto;
  justify-content: flex-start;
}
.wsubcategs li {
  min-width: 30%;
}
.woof_redraw_zone {
  display: block;
}
.btn_filter, .woof_container_inner h4 {
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
}
.woof_block_html_items {
  display: none;
}
.woof_container_inner h4 {
  border-bottom: 1px solid #e5e7eb;
}
.woof_container_inner.active .woof_block_html_items {
  display: block;
}
.woof_container {
  margin: 0;
  padding: 0;
}
#nav_product a {
  min-width: fit-content;
  font-size: 14px;
  height: 50px;
}
#nav_product a ~ a {
  margin-left: 18px;
}
.ProductTopBar.container {
  height: 50px;
}
.product_top {
  min-height: 50px;
	}
.productTitle {
  display: none;
}
.box_home .box-text {
  position: absolute;
  top: 10px;
  left: 10px;
  padding-top: 0;
  right: 10px;
  width: fit-content;
}
.box_home.box_khampha .box-text {
  position: initial !important;
  padding-top: 10px;
}
.flickity-page-dots {
  left: 0%;
  right: 0%;
}
.tabbed-content.tab_langding .nav li a {
  padding: 0 10px;
  font-size: 12px;
  line-height: 30px;
}
.tabbed-content.tab_langding .nav li {
  min-width: initial;
}
.tabbed-content.tab_langding .nav li:not(last-child) {
  margin-right: 8px;
}
.tabbed-content.tab_langding > .nav {
  margin-bottom: 10px;
}
.ProductPurchaseBar_content .single_add_to_cart_button, .ProductPurchaseBar_content .button.buy_now_button {
  width: initial;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
.continue-shopping.pull-left .button-continue-shopping {
  width: 100%;
  max-width: 100% !important;
  display: block;
  min-width: 100%;
}
.continue-shopping {
  width: 100%;
}
.actions.clear .button {
  width: 100%;
}
button#devvn_cmt_submit {
    width: 100%;
    max-width: 100%;
}
.woof_redraw_zone > div {
    width: 100% !important;
}
.product_fillter {
  padding: 0;
}
#logo img {
  max-height: 73px !important;
}
	#shop-sidebar {
  display: block !important;
}
	#shop-sidebar > div {
  width: 100% !important;
}
.berocket_single_filter_widget {
  max-height: 38px;
  overflow: hidden;
  border-top: 1px solid #e1e0e0;
	transition: max-height 0.7s linear;
}
.berocket_single_filter_widget.active {
  max-height: 1000px;
}

}

@media (min-width: 740px) and (max-width: 809px){
	.btn_filter {
  padding: 10px 0;
}
}



.row.category-page-row .col.large-3 ,.row.category-page-row .col.large-9{
  flex-basis: 100%;
  max-width: 100%;
}
.woof_redraw_zone > div {
  width: 20%;
}
.woof_redraw_zone.show {
  max-height: 1000px;
}
.woof_radio_term {
  display: none !important;
}
.product_fillter {
  padding-bottom: 0;
}
.woof_products_top_panel {
  display: none !important;
}
.woof_search_is_going .wsubcategs li:first-child {
  display: none;
}
#shop-sidebar {
  display: flex;
}
#shop-sidebar > div {
  width: 20%;
}
#shop-sidebar {
  display: flex;
  padding: 4px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  background-color: #fff;
  border-top: 1px solid #2cd37f;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  transition: max-height 0.7s linear;
  max-height: 44px;
}
#shop-sidebar.show {
  max-height: 1000px;
}
.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
  display: none;
}



/*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
.related-products-wrapper .product-small.box {
  display: block !important;
}
.related-products-wrapper .product-small.box .box-image {
  width: 100% !important;
  margin-right: 0 !important;
  padding-top: 100% !important;
  height: initial !important;
  max-height: initial !important;
}
	.product_home .product-small.box .box-image {
  width: 41%;
  margin-right: 11px;
  padding-top: 0%;
  height: 98px;
  max-height: 101px;
}

}