@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.d-block {
  display: block !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.flex, .nhm-pagination ul, .nhm-pagination ul li a, .products--list--content .oder-top, .widget-area ul li, .widget-area ul li a, .variations_form .woocommerce-variation-add-to-cart, .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.font-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.text-center {
  text-align: center; }

.m-0 {
  margin: 0 !important; }

.p-0 {
  padding: 0 !important; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.the_content {
  line-height: 1.5;
  font-size: 16px;
  text-align: justify; }
  .the_content .heading {
    color: var(--blue); }
  .the_content iframe {
    width: 100%;
    margin: 10px 0px; }
  .the_content article {
    margin-bottom: 1rem; }
  .the_content h1,
  .the_content h2,
  .the_content h3,
  .the_content h4,
  .the_content h5,
  .the_content h6 {
    margin-bottom: 1rem; }
  .the_content h1,
  .the_content h2 {
    font-size: 150%; }
  .the_content h3 {
    font-size: 125%; }
  .the_content h4 {
    font-size: 110%; }
  .the_content h5 {
    font-size: 100%; }
  .the_content h6 {
    font-size: 100%; }
  .the_content p {
    margin-bottom: 1rem; }
    .the_content p:last-child {
      margin-bottom: 0; }
  .the_content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 1rem; }
    .the_content ul li {
      padding: 5px 0px; }
  .the_content ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 1rem; }
    .the_content ol li {
      padding: 5px 0px; }
  .the_content img {
    width: 100%;
    max-width: 100%; }
  .the_content iframe {
    max-width: 100%; }
  .the_content table {
    display: table;
    width: 100%; }
    .the_content table td {
      padding: 10px;
      border: 1px solid #ccc;
      vertical-align: middle;
      font-size: 100%; }
  .the_content blockquote {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    font-style: italic;
    margin-bottom: 20px;
    border-radius: 10px; }
    .the_content blockquote p:last-child {
      margin-bottom: 0; }

.nhm-pagination {
  margin-top: 20px; }
  .nhm-pagination ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .nhm-pagination ul li {
      margin: 0px 5px; }
      .nhm-pagination ul li a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px 15px;
        background-color: var(--blue);
        color: #fff;
        border-radius: 3px; }
        .nhm-pagination ul li a:hover {
          background-color: var(--red); }
    .nhm-pagination ul .active a {
      background-color: var(--red); }

:root {
  --blue: #227ab9;
  --red: #b00e29;
  --yellow: #ffa500;
  --gray: #1d2a46;
  --font: "Montserrat", sans-serif;
  --font-oppen: "Montserrat", sans-serif;
  --background-rgba: linear-gradient(to right, #3a50cb, #15268b); }

.logo-wrapper img {
  max-width: 100%; }

.three_banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.section_4_banner .col-xl-3 .three_banner a {
  aspect-ratio: 1 / 1; }

a,
img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 1020px) {
  .col-lg-cus-30 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%; }

  .col-lg-cus-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }
.logo-footer img {
  height: 100px; }

.breadcrumbs {
  padding-top: 20px; }
  .breadcrumbs .last {
    color: #890009; }

.pd-main {
  padding: 50px 0px; }

.products--list--content .oder-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  .products--list--content .oder-top .woocommerce-result-count,
  .products--list--content .oder-top .woocommerce-ordering {
    float: none; }
  .products--list--content .oder-top .woocommerce-ordering {
    margin-bottom: 0; }
  .products--list--content .oder-top p {
    margin-bottom: 0;
    font-weight: 500;
    color: #000; }
  .products--list--content .oder-top select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px; }

.page-products {
  padding-bottom: 50px; }

.siderbar-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  display: none;
  background: rgba(2, 2, 2, 0.5); }
  .siderbar-filter .content {
    background-color: #fff;
    max-width: 300px;
    overflow: auto;
    min-height: 100vh;
    max-height: 100vh; }
  .siderbar-filter .js-close-filter {
    background-color: var(--red);
    padding: 10px;
    cursor: pointer;
    text-align: right; }
    .siderbar-filter .js-close-filter svg {
      fill: #fff; }

.widget-area {
  padding: 10px;
  border-radius: 5px;
  padding-top: 10px; }
  .widget-area .widget-title {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding-left: 22px;
    border-radius: 5px;
    position: relative; }
    .widget-area .widget-title:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border: 1px solid var(--mainColor);
      position: absolute;
      top: 6px;
      left: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .widget-area .widget-title:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border: 1px solid var(--mainColor);
      position: absolute;
      top: 6px;
      left: 5px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .widget-area .widget {
    margin-bottom: 30px; }
  .widget-area ul {
    list-style: none;
    padding: 0 5px;
    margin: 0; }
    .widget-area ul li {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .widget-area ul li:after, .widget-area ul li:before {
        display: none !important; }
      .widget-area ul li a {
        padding: 10px 0px !important;
        font-size: 90%;
        font-weight: 400;
        color: #000;
        padding-left: 5px !important;
        position: relative; }
        .widget-area ul li a:before {
          content: "" !important;
          top: 0;
          left: 0;
          width: 15px;
          height: 15px;
          display: block;
          border: 1px solid #ccc;
          margin-right: 10px; }
        .widget-area ul li a:hover {
          color: var(--red); }
      .widget-area ul li:first-child a {
        padding-top: 0; }
      .widget-area ul li .children {
        padding-left: 10px; }
        .widget-area ul li .children li a {
          font-weight: 400;
          color: #000; }
    .widget-area ul .current-cat a,
    .widget-area ul .chosen a {
      color: var(--red);
      font-weight: bold; }
      .widget-area ul .current-cat a:before,
      .widget-area ul .chosen a:before {
        border-color: var(--red);
        background-color: var(--red); }
      .widget-area ul .current-cat a:after,
      .widget-area ul .chosen a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: 10px;
        background-image: url(../images/check.svg);
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        background-position: center center; }

.btn-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  font-size: 1.4rem;
  border: #ccc solid 1px;
  color: #333f48;
  background-color: #f8f8f8;
  font-weight: 600;
  height: 34px;
  line-height: inherit;
  margin-right: 10px; }

.gallery-thumbs .swiper-button-next:after,
.gallery-thumbs .swiper-button-prev:after {
  display: none; }

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
  background: var(--mainColor); }
  .gallery-thumbs .swiper-button-next svg,
  .gallery-thumbs .swiper-button-prev svg {
    fill: #fff; }
    .gallery-thumbs .swiper-button-next svg path,
    .gallery-thumbs .swiper-button-prev svg path {
      fill: #fff; }

.gallery-thumbs .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.products {
  padding: 10px 0px 15px 0px; }
  .products .price {
    color: var(--red);
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0; }
    .products .price del {
      font-size: 16px;
      font-weight: 500;
      color: #acacac; }
    .products .price ins {
      text-decoration: none !important; }

.variations_form table {
  margin-bottom: 10px; }
  .variations_form table tr td {
    display: block;
    border: 0;
    text-align: left;
    padding: 0; }
    .variations_form table tr td .select_option_label {
      border-radius: 5px;
      border: 1px solid #ccc;
      font-size: 100%;
      padding: 3px 10px;
      font-weight: 500; }
      .variations_form table tr td .select_option_label .yith_wccl_value {
        border: 0; }
    .variations_form table tr td .reset_variations {
      display: none !important; }
    .variations_form table tr td .selected {
      border-color: var(--red);
      background-color: var(--red);
      color: #fff; }
.variations_form .woocommerce-variation-price {
  padding: 0px 0px 10px 0px;
  font-size: 120%;
  font-weight: bold;
  color: var(--red); }
.variations_form .woocommerce-variation-add-to-cart .input-text {
  height: 35px;
  padding: 0;
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-right: 5px; }
.variations_form .woocommerce-variation-add-to-cart .button {
  border-radius: 0;
  background-color: var(--red) !important;
  color: #fff;
  font-weight: 600;
  font-size: 100% !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .variations_form .woocommerce-variation-add-to-cart .button:hover {
    background: var(--blue) !important; }
.variations_form .woocommerce-variation-add-to-cart .buy_now_button {
  margin-left: 5px !important;
  color: #fff !important;
  background-color: #fdc97d !important; }

form.variations_form {
  display: block; }

.cart .input-text {
  height: 35px;
  padding: 0;
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-right: 5px; }
.cart .button {
  border-radius: 0;
  background-color: var(--red) !important;
  color: #fff;
  font-weight: 600;
  font-size: 100% !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .cart .button:hover {
    background: var(--blue) !important; }
.cart .buy_now_button {
  margin-left: 5px !important;
  color: #fff !important;
  background-color: #fdc97d !important; }

.page-code .section_coupons {
  padding: 20px 0px; }
.page-code .bg-products {
  background-color: #fff;
  padding: 15px; }

.product-viewed-content .price {
  color: var(--red);
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0; }
  .product-viewed-content .price del {
    font-size: 16px;
    font-weight: 500;
    color: #acacac; }
  .product-viewed-content .price ins {
    text-decoration: none !important; }

.product-related {
  margin-bottom: 20px; }
  .product-related .item_product_main {
    height: 100%;
    padding-bottom: 0; }

.woocommerce .coupon {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .woocommerce .coupon .input-text {
    width: 200px !important;
    height: 35px !important;
    min-height: 35px; }
  .woocommerce .coupon .button {
    color: #fff !important; }
.woocommerce .cart_totals h2 {
  font-size: 125%; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%; }

.woocommerce table.shop_table td.product-name {
  width: 30%; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  background-color: var(--red); }

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  float: none;
  width: 100%; }

.woocommerce-form-coupon-toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

#ship-to-different-address {
  background: var(--blue);
  padding: 10px;
  color: #fff;
  font-size: 100%;
  margin: 10px 0px;
  border-radius: 5px;
  cursor: pointer; }
  #ship-to-different-address .checkbox {
    margin-bottom: 0; }

.woocommerce-shipping-fields {
  cursor: pointer; }

.showcoupon {
  color: var(--red); }

.page-res .dang-nhap {
  display: none; }

.page-login .dang-ky {
  display: none; }

.link-custom {
  color: var(--red); }

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0;
  background: none !important; }

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 10px;
  top: 5px; }

.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
input[type="search"].dgwt-wcas-search-input {
  line-height: 1;
  background-color: #fff;
  outline: none;
  border: 0 !important; }

input:focus {
  outline: none !important; }

.dgwt-wcas-si {
  width: 150px !important; }

.dgwt-wcas-content-wrapp {
  display: block; }
  .dgwt-wcas-content-wrapp .dgwt-wcas-meta {
    text-align: left;
    line-height: 1.5; }
    .dgwt-wcas-content-wrapp .dgwt-wcas-meta .amount {
      color: red; }
  .dgwt-wcas-content-wrapp .dgwt-wcas-sp {
    text-align: left !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    padding: 0; }
  .dgwt-wcas-content-wrapp .dgwt-wcas-overlay-mobile * {
    text-align: left !important; }
  .dgwt-wcas-content-wrapp .dgwt-wcas-st-title {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 25px !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important; }

@media screen and (max-width: 767px) {
  .products--list--content .oder-top {
    display: block; }

  .products--list--content .woocommerce-ordering {
    margin-top: 10px; }
    .products--list--content .woocommerce-ordering select {
      width: 100%; }

  .product-related .col-custom-mobile {
    margin-bottom: 10px; }

  .cart .button {
    font-size: 14px !important; }

  .col-custom-mobile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .overflow-auto {
    overflow: auto; }

  .overflow-auto .swiper_coupons {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }

  .section_coupons .swiper_coupons .swiper-slide .box-coupon,
  .section_coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap {
    height: auto; }

  header.header .main-header .align-items-center .header-mid .header_tim_kiem {
    margin-top: 40px; }

  .item_product_main {
    padding-bottom: 20px;
    height: 100%; } }
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%; }

:root {
  --wd-text-line-height: 1.6;
  --wd-brd-radius: 0.001px;
  --wd-form-height: 42px;
  --wd-form-color: inherit;
  --wd-form-placeholder-color: inherit;
  --wd-form-bg: transparent;
  --wd-form-brd-color: rgba(0, 0, 0, 0.1);
  --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
  --wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  --wd-main-bgcolor: #fff;
  --wd-scroll-w: 0.001px;
  --wd-admin-bar-h: 0.001px;
  --wd-block-spacing: 20px;
  --wd-header-banner-mt: 0.001px;
  --wd-sticky-nav-w: 0.001px;
  --color-white: #fff;
  --color-gray-100: #f7f7f7;
  --color-gray-200: #f1f1f1;
  --color-gray-300: #bbb;
  --color-gray-400: #a5a5a5;
  --color-gray-500: #767676;
  --color-gray-600: #666;
  --color-gray-700: #555;
  --color-gray-800: #333;
  --color-gray-900: #242424;
  --bgcolor-black-rgb: 0, 0, 0;
  --bgcolor-white-rgb: 255, 255, 255;
  --bgcolor-white: #fff;
  --bgcolor-gray-100: #f7f7f7;
  --bgcolor-gray-200: #f7f7f7;
  --bgcolor-gray-300: #f1f1f1;
  --bgcolor-gray-400: rgba(187, 187, 187, 0.4);
  --brdcolor-gray-200: rgba(0, 0, 0, 0.075);
  --brdcolor-gray-300: rgba(0, 0, 0, 0.105);
  --brdcolor-gray-400: rgba(0, 0, 0, 0.12);
  --brdcolor-gray-500: rgba(0, 0, 0, 0.2);
  --wd-start: start;
  --wd-end: end;
  --wd-center: center;
  --wd-stretch: stretch; }

.wd-toolbar {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 350;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  height: 55px;
  background-color: var(--bgcolor-white);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }

.wd-toolbar > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.wd-toolbar > a,
.wd-toolbar > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%; }

.wd-toolbar > a,
.wd-toolbar > div a {
  height: 45px; }

.wd-toolbar .wd-header-cart.wd-design-5:not(.wd-style-text) {
  -webkit-margin-end: 0;
     -moz-margin-end: 0;
          margin-inline-end: 0; }

.wd-toolbar.wd-toolbar-label-show > a,
.wd-toolbar.wd-toolbar-label-show > div a {
  position: relative;
  padding-bottom: 15px; }

.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
  display: block; }

.global-color-scheme-light .wd-toolbar a {
  color: #fff; }

.global-color-scheme-light .wd-toolbar a:hover {
  color: rgba(255, 255, 255, 0.8); }

.wd-toolbar-label {
  position: absolute;
  inset-inline: 10px;
  bottom: 3px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  padding: 1px 0; }

.wd-toolbar-shop .wd-tools-icon:before {
  content: "\f146";
  font-family: "woodmart-font"; }

.wd-toolbar-blog .wd-tools-icon:before {
  content: "\f145";
  font-family: "woodmart-font"; }

.wd-toolbar-home .wd-tools-icon:before {
  content: "\f144";
  font-family: "woodmart-font"; }

.wd-toolbar-sidebar .wd-tools-icon:before {
  content: "\f15a";
  font-family: "woodmart-font"; }

.wd-toolbar-sidebar.wd-filter-icon .wd-tools-icon:before {
  content: "\f118"; }

.wd-toolbar-link .wd-tools-icon:before {
  content: "\f140";
  font-family: "woodmart-font"; }

.wd-toolbar-link .wd-custom-icon img {
  width: auto;
  height: 20px; }

.wd-toolbar-shop-cat .wd-tools-icon:before {
  content: "\f15a";
  font-family: "woodmart-font"; }

body:not(:has(.wd-nav-side-hidden-mb-on)) .wd-toolbar-shop-cat {
  display: none; }

@media (min-width: 1025px) {
  .wd-toolbar {
    display: none; } }
@media (max-width: 1024px) {
  .sticky-toolbar-on {
    padding-bottom: 55px; }

  .sticky-toolbar-on .wd-sticky-btn {
    bottom: 55px; }

  .sticky-toolbar-on .scrollToTop {
    bottom: 67px; }

  .sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop {
    bottom: calc(12px + 55px + var(--wd-sticky-btn-height)); } }
@media (max-width: 768.98px) {
  .sticky-toolbar-on.wd-sticky-btn-on-mb {
    padding-bottom: calc(55px + var(--wd-sticky-btn-height)); } }
@media (min-width: 769px) and (max-width: 1024px) {
  .sticky-toolbar-on.wd-sticky-btn-on {
    padding-bottom: calc(55px + var(--wd-sticky-btn-height)); } }
.wd-tools-element {
  position: relative;
  --wd-header-el-color: #333;
  --wd-header-el-color-hover: rgba(51, 51, 51, 0.6); }

.wd-tools-element > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  color: var(--wd-header-el-color);
  line-height: 1;
  padding-inline: 10px; }

.wd-tools-element .wd-tools-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0; }

.wd-tools-element .wd-tools-icon:before {
  font-size: 20px; }

.wd-tools-element .wd-tools-text {
  -webkit-margin-start: 8px;
     -moz-margin-start: 8px;
          margin-inline-start: 8px;
  text-transform: var(--wd-header-el-transform);
  white-space: nowrap;
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font); }

.wd-tools-element .wd-tools-count {
  z-index: 1;
  width: var(--wd-count-size, 15px);
  height: var(--wd-count-size, 15px);
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wd-count-size, 15px); }

.wd-tools-element:hover > a {
  color: var(--wd-header-el-color-hover); }

.wd-tools-element.wd-style-icon .wd-tools-text {
  display: none !important; }

.whb-top-bar .wd-tools-element {
  --wd-count-size: 13px; }

.whb-top-bar .wd-tools-element .wd-tools-icon:before {
  font-size: 14px; }

.whb-top-bar .wd-tools-element .wd-tools-text {
  font-weight: 400;
  font-size: 12px; }

.whb-color-light .wd-tools-element {
  --wd-header-el-color: #fff;
  --wd-header-el-color-hover: rgba(255, 255, 255, 0.8); }

.wd-custom-icon,
picture.wd-custom-icon img {
  max-width: var(--wd-tools-icon-width, 38px);
  width: var(--wd-tools-icon-width, revert-layer);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.wd-tools-custom-icon .wd-tools-icon:before,
.wd-tools-custom-icon .wd-tools-icon:after {
  display: none; }

.wd-tools-custom-icon:hover .wd-custom-icon {
  opacity: 0.6; }

.wd-tools-element:is(.wd-design-2, .wd-design-5).wd-style-icon.wd-with-count {
  -webkit-margin-end: 5px;
     -moz-margin-end: 5px;
          margin-inline-end: 5px; }

.wd-tools-element:is(.wd-design-2, .wd-design-5).wd-style-text.wd-with-count
.wd-tools-text {
  -webkit-margin-start: 14px;
     -moz-margin-start: 14px;
          margin-inline-start: 14px; }

.wd-tools-element:is(.wd-design-2, .wd-design-5) .wd-tools-count {
  position: absolute;
  top: -5px;
  inset-inline-end: -9px;
  background-color: var(--wd-primary-color);
  color: #fff;
  font-size: 9px; }

.wd-tools-element.wd-design-1.wd-with-count .wd-tools-count {
  -webkit-margin-start: 8px;
     -moz-margin-start: 8px;
          margin-inline-start: 8px; }

.wd-tools-element.wd-design-1 .wd-tools-count {
  width: auto;
  height: auto;
  text-transform: var(--wd-header-el-transform);
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
  line-height: inherit; }

.wd-tools-element.wd-design-1 .subtotal-divider {
  display: inline; }

.wd-tools-element.wd-design-4 {
  --wd-count-size: 19px; }

.wd-tools-element.wd-design-4.wd-with-count .wd-tools-count {
  -webkit-margin-start: 6px;
     -moz-margin-start: 6px;
          margin-inline-start: 6px; }

.wd-tools-element.wd-design-4 .wd-tools-count {
  display: inline-block;
  padding: 0 2px;
  background-color: var(--wd-primary-color);
  color: #fff;
  font-weight: 700;
  font-size: 10px; }

.whb-top-bar .wd-tools-element.wd-design-4 {
  --wd-count-size: 16px; }

.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) {
  --wd-count-size: 18px; }

.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) .wd-tools-inner {
  position: relative; }

.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8)
.wd-tools-inner
.wd-tools-icon {
  position: static; }

.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) .wd-custom-icon {
  max-width: var(--wd-tools-icon-width, 20px); }

.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) .wd-tools-count {
  position: absolute;
  top: -3px;
  inset-inline-end: -7px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  color: var(--wd-primary-color);
  font-size: 11px; }

.whb-top-bar .wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) {
  --wd-count-size: 13px; }

.whb-top-bar
.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8)
.wd-custom-icon {
  max-width: var(--wd-tools-icon-width, 14px); }

.wd-tools-element:is(.wd-design-6, .wd-design-7)
:is(.wd-tools-inner, .wd-tools-icon) {
  height: 42px;
  border-radius: 42px; }

.wd-tools-element:is(.wd-design-6, .wd-design-7) .wd-tools-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 13px; }

.wd-tools-element:is(.wd-design-6, .wd-design-7):not(.wd-with-wrap)
.wd-tools-icon {
  width: 42px; }

.whb-top-bar
.wd-tools-element:is(.wd-design-6, .wd-design-7)
:is(.wd-tools-inner, .wd-tools-icon) {
  height: 28px; }

.whb-top-bar .wd-tools-element:is(.wd-design-6, .wd-design-7) .wd-tools-inner {
  padding: 0 9px; }

.whb-top-bar
.wd-tools-element:is(.wd-design-6, .wd-design-7):not(.wd-with-wrap)
.wd-tools-icon {
  width: 28px; }

.whb-top-bar .wd-tools-element:is(.wd-design-6, .wd-design-7) .wd-tools-count {
  font-size: 9px; }

.wd-tools-element.wd-design-6 > a > :is(.wd-tools-inner, .wd-tools-icon) {
  border: 1px solid rgba(0, 0, 0, 0.105); }

.whb-color-light
.wd-tools-element.wd-design-6
> a
> :is(.wd-tools-inner, .wd-tools-icon) {
  border-color: rgba(255, 255, 255, 0.25); }

.wd-tools-element.wd-design-7 > a > :is(.wd-tools-inner, .wd-tools-icon) {
  background-color: var(--wd-primary-color);
  color: #fff;
  -webkit-transition: inherit;
  transition: inherit; }

.wd-tools-element.wd-design-7:hover > a > :is(.wd-tools-inner, .wd-tools-icon) {
  color: rgba(255, 255, 255, 0.8); }

svg {
  width: 20px; }

@media screen and (max-width: 757px) {
  .main-widget {
    display: none; } }

.slick-produc-lq {
  margin: 0px -5px; }
  .slick-produc-lq .items {
    padding: 0px 5px; }

@media screen and (max-width: 767px) {
  .item_product_main
  .product-action
  .product-info
  .name-price
  .product-price-cart
  .price {
    font-size: 12px; }

  .item_product_main .product-action .product-info {
    padding: 12px 5px; }

  .section_coupons .swiper_coupons .swiper-slide {
    min-height: 140px; }

  header.header
  .header-menu
  .container
  .navigation-horizontal
  .tab-content-mb-nhm {
    display: block !important; }

  #menu-item-236 {
    display: none; }

  .section_product_tab .view-more {
    margin-top: 20px; }

  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
    padding: 10px 0px;
    padding-left: 48px; } }

/*# sourceMappingURL=style.css.map */