@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* common */
html {
  background-color: var(--white) !important;
}

body {
  overflow: hidden !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
body p {
  margin: 0 0 10px;
}
body b,
body strong {
  font-weight: 700;
}
body .dark,
body .dark p,
body .dark td {
  color: var(--white);
}
body .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: 0;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
body .uppercase {
  letter-spacing: 0;
}
body a {
  transition: all 0.3s;
}

/* pb_medium */
@media (min-width: 550px) {
  .pb_medium > .col {
    padding-bottom: 0 !important;
  }
}
/* pb_large */
@media (min-width: 850px) {
  .pb_large > .col {
    padding-bottom: 0 !important;
  }
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  display: none;
}

.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item {
  border: none;
  background-color: transparent;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a {
  color: var(--black);
  font-size: 14px;
  letter-spacing: 0;
  padding: 7px 15px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  flex-grow: unset;
  flex: 1 auto;
  max-width: calc(100% - 35px);
  flex-basis: calc(100% - 35px);
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a > i {
  opacity: 1;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a > i.fa {
  vertical-align: baseline;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a > img {
  width: 20px;
  height: unset;
  margin: 0 5px 0 0;
  -o-object-fit: none;
     object-fit: none;
  position: absolute;
  left: 10px;
  top: 7px;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item.current-menu-item > a {
  color: var(--primary_color);
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > ul {
  padding-bottom: 0;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > ul li {
  margin: 0;
  padding-left: 12px;
  border: none;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > ul li a {
  color: var(--black);
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item .toggle {
  opacity: 1;
  color: #444;
  font-size: 10px;
  width: auto;
  height: auto;
  border: none;
  min-height: auto;
  line-height: unset;
  margin: 0;
  margin-right: 5px;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 30px;
  flex-basis: 30px;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item.header-search-form {
  padding-top: 0;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item .nav-slide-header .toggle {
  max-width: 100%;
  flex-basis: 100%;
  color: var(--primary_color);
  font-size: 14px;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.header-search-form {
  padding: 0 15px 20px 15px;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.header-search-form form input {
  background-color: #fff;
  min-height: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0 !important;
  box-shadow: none;
  padding-right: 35px;
  border: none;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.header-search-form form button[type=submit] {
  border: none;
  background-color: var(--primary_color);
  letter-spacing: 0;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  min-height: 35px;
  height: 35px;
  line-height: 35px;
  border: none;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.custom {
  display: none;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar .logo_mobile {
  border: none;
  text-align: center;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar .logo_mobile a {
  display: block;
  padding: 15px 0 25px;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar .header_account {
  border: none;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar .header_account span {
  color: var(--black);
  font-size: 14px;
  letter-spacing: 0;
  padding: 7px 15px;
  padding-left: 15px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: unset;
  flex: 1 auto;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar .header_account span i {
  margin: 0 7px 0 0;
}

@media (max-width: 480px) {
  .off-canvas-left .mfp-content {
    width: calc(100vw - 90px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .off-canvas-left .mfp-content {
    width: 40vw !important;
  }
}
/* showcoupon */
.showcoupon,
.showlogin {
  color: var(--primary_color);
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}
.showcoupon:hover,
.showlogin:hover {
  color: var(--secondary_color);
}

/* checkout_coupon */
.checkout_coupon {
  margin: 0 15px;
  margin-bottom: 15px;
}
.checkout_coupon input {
  box-shadow: none !important;
}
.checkout_coupon button[type=submit] {
  border: none;
  text-transform: unset;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0 25px;
  min-width: 100px;
}

/* customer_details */
#customer_details .woocommerce-billing-fields p {
  margin-bottom: 0;
}
#customer_details label {
  font-weight: 700;
  font-size: 14px;
}
#customer_details input {
  border: 1px solid #e5e5e5;
  padding: 0 16px;
  min-height: 38px;
  height: 38px;
  line-height: 36px;
  font-size: 14px;
  color: #000;
  box-shadow: none;
}
#customer_details input:focus {
  box-shadow: none;
  border-color: var(--primary_color);
}
#customer_details input[type=checkbox] {
  min-height: unset;
  height: unset;
  line-height: unset;
}
#customer_details textarea {
  border: 1px solid #e5e5e5;
  min-height: 108px;
  padding: 7px 14px;
  font-size: 14px;
  color: var(--black);
  box-shadow: none;
  margin-bottom: 0;
}
#customer_details select {
  box-shadow: none;
}
#customer_details .woocommerce-shipping-fields {
  display: none;
}

.woocommerce-billing-fields__field-wrapper > .form-row,
.woocommerce-shipping-fields__field-wrapper > .form-row {
  width: 100%;
}

#billing_country_field {
  display: none;
}

/* header */
#header #top-bar .flex-row > .flex-col.hide-for-medium.flex-left {
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto;
}
#header #top-bar .nav-left .html_topbar_left {
  display: none;
}
#header #top-bar .nav-left .header_contactinfo {
  margin: 0;
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
#header #top-bar .nav-left .header_contactinfo .item {
  color: var(--black);
  font-size: 15px;
  vertical-align: middle;
}
#header #top-bar .nav-left .header_contactinfo .item.item_address img, #header #top-bar .nav-left .header_contactinfo .item.item_email img {
  position: relative;
  top: -2px;
}
#header #top-bar .nav-left .header_contactinfo .item img {
  margin: 0 3px 0 0;
}
#header #top-bar .nav-left .header_contactinfo .item a {
  color: var(--black);
}
#header #top-bar .nav-left .header_contactinfo .item a:hover {
  color: var(--primary_color);
}
#header #top-bar .mobile-nav .html_topbar_right {
  display: none;
}
#header #top-bar .mobile-nav .header_companyinfo {
  margin: 0;
}
#header #top-bar .mobile-nav .header_companyinfo .company_name {
  text-transform: uppercase;
  color: var(--secondary_color);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}
#header #top-bar .mobile-nav .header_companyinfo .company_name span {
  color: var(--primary_color);
}
#header #top-bar .mobile-nav .header_companyinfo .company_slogan {
  font-size: 12px;
  line-height: 1.3;
}
#header #masthead #logo {
  margin: 0;
}
#header #masthead .header-nav-main.nav-left .html_topbar_right {
  display: none;
}
#header #masthead .header-nav-main.nav-left .header_companyinfo {
  margin: 0;
  width: 100%;
}
#header #masthead .header-nav-main.nav-left .header_companyinfo .company_name {
  font-family: UTM_Aircona;
  font-size: 36px;
  color: var(--secondary_color);
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.4;
  letter-spacing: -2px;
}
#header #masthead .header-nav-main.nav-left .header_companyinfo .company_name span {
  color: var(--primary_color);
}
#header #masthead .header-nav-main.nav-left .header_companyinfo .company_slogan {
  font-family: "Times New Roman";
  font-size: 22px;
  color: var(--primary_color);
  display: inline-block;
  line-height: 1.25;
}
#header #masthead .header-nav-main.nav-right .html_top_right_text {
  display: none;
}
#header #masthead .header-nav-main.nav-right .header_hotline {
  margin: 0;
}
#header #masthead .header-nav-main.nav-right .header_hotline a {
  text-transform: unset;
  letter-spacing: 0;
  padding: 0;
}
#header #masthead .header-nav-main.nav-right .header_hotline .header_hotline_inner {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
}
#header #masthead .header-nav-main.nav-right .header_hotline .header_hotline_inner::before {
  content: "";
  height: 3px;
  width: 170px;
  background-color: var(--primary_color);
  position: absolute;
  right: 0;
  bottom: 6px;
}
#header #masthead .header-nav-main.nav-right .header_hotline .header_hotline_inner::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--primary_color);
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 3px;
}
#header #masthead .header-nav-main.nav-right .header_hotline .header_hotline_inner .hotline_icon {
  width: 51px;
  height: 51px;
  line-height: 45px;
  border: 3px solid var(--primary_color);
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
}
#header #masthead .header-nav-main.nav-right .header_hotline .header_hotline_inner .hotline_txt {
  padding: 0 0 0 15px;
  line-height: 1.3;
  font-weight: 500;
}
#header #masthead .header-nav-main.nav-right .header_hotline .header_hotline_inner .hotline_txt .num {
  font-size: 24px;
  color: var(--secondary_color);
  font-family: UTM_Avo;
  line-height: 1;
}
#header #masthead .header-nav-main.nav-right .header_hotline .header_hotline_inner .hotline_txt .lbl {
  display: block;
  font-size: 14px;
  color: var(--black);
  line-height: 1;
}
#header #masthead .mobile-nav.nav-right .html {
  display: none;
}
#header #masthead .mobile-nav.nav-right .header_hotline .header_hotline_inner .hotline_icon img {
  max-width: 22px;
}
#header #masthead .mobile-nav.nav-right .header_hotline .header_hotline_inner .hotline_txt {
  display: none;
}
#header #masthead .mobile-nav.nav-right .item_language .languages + .languages {
  margin-left: 7px;
}
#header #masthead .mobile-nav.nav-right .cart-item > a > i {
  font-size: 24px;
}
#header #masthead .mobile-nav.nav-right .cart-item > a > i::after {
  opacity: 1;
  box-shadow: none;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-size: 11px;
  top: -5px;
  right: -10px;
}
#header #masthead .mobile-nav.nav-right .nav-icon > a > i {
  font-size: 24px;
  position: relative;
  top: 2px;
}
#header #wide-nav .header-bottom-nav.nav-left > li {
  margin: 0 30px;
}
#header #wide-nav .header-bottom-nav.nav-left > li > a {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0;
  line-height: 60px;
}
#header #wide-nav .header-bottom-nav.nav-left > li > a > .icon-angle-down {
  display: none;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.3s;
  margin: 0;
  border: none;
  padding: 0;
  left: 0;
  max-height: unset;
  opacity: 1;
  display: block;
  min-width: 200px;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li {
  line-height: 1.5;
  background-color: var(--primary_color);
  border: none;
  border-top: 1px solid var(--white);
  display: block;
  width: 100%;
  min-width: unset;
  position: relative;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li a {
  border: none;
  color: var(--white);
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li > ul {
  position: absolute;
  left: 100%;
  top: -1px;
  margin: 0px;
  z-index: 10;
  text-align: left;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.3s;
  width: 100%;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li:hover > ul {
  transform: perspective(600px) rotateX(0deg);
}
#header #wide-nav .header-bottom-nav.nav-left > li:hover > ul {
  transform: perspective(600px) rotateX(0deg);
}
#header #wide-nav .header-bottom-nav.nav-right li {
  margin: 0 20px;
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form .searchform input[type=search] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--white);
  font-size: 15px;
  color: var(--white);
  padding: 0;
  box-shadow: none;
  max-width: 150px;
  min-height: 22px;
  height: 22px;
  line-height: 1;
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form .searchform input[type=search]::-moz-placeholder {
  color: var(--white);
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form .searchform input[type=search]:-ms-input-placeholder {
  color: var(--white);
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form .searchform input[type=search]::placeholder {
  color: var(--white);
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form .searchform button[type=submit] {
  background-color: transparent;
  padding: 0;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  min-height: 22px;
  color: var(--white);
  box-shadow: none;
  border: none;
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form .searchform button[type=submit] i {
  font-size: 18px;
  top: unset;
}
#header #wide-nav .header-bottom-nav.nav-right .cart-item > a > i::after {
  opacity: 1;
  box-shadow: none;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-size: 11px;
  top: -5px;
  right: -10px;
}
#header #wide-nav .header-bottom-nav.nav-right .html_nav_position_text_top {
  display: none;
}
#header #wide-nav .header-bottom-nav.nav-right .item_language .languages + .languages {
  margin: 0 0 0 15px;
}

@media (max-width: 849px) {
  #header #top-bar {
    padding: 5px 0;
    background-color: rgba(103, 190, 0, 0.1) !important;
  }
  #header #masthead {
    height: 80px;
  }
  #header #masthead #logo img {
    max-height: 80px;
    padding: 7px 0;
  }
}
@media (min-width: 850px) and (max-width: 1279px) {
  #header #masthead .header-nav-main.nav-left .header_companyinfo .company_name {
    font-size: 30px;
  }
  #header #wide-nav .header-bottom-nav.nav-left > li {
    margin: 0 15px;
  }
  #header #wide-nav .header-bottom-nav.nav-right li {
    margin: 0 15px;
  }
  #header #wide-nav .header-bottom-nav.nav-right .header-search-form .searchform input[type=search] {
    max-width: 130px;
  }
}
/* sec_hslide */
.sec_hslide .slider .flickity-prev-next-button {
  width: 50px;
  height: 50px;
}
.sec_hslide .slider .flickity-prev-next-button svg {
  border-width: 1px;
  padding: 15px;
}

/* sec_hstyle */
body .section.sec_hstyle {
  padding: 2em 0 !important;
  margin: 2em 0;
}
body .section.sec_hstyle.pt-0 {
  padding-top: 0 !important;
}
body .section.sec_hstyle.pb-0 {
  padding-bottom: 0 !important;
}

/* section-title-container */
body .section-title-container {
  margin: 0;
}
body .section-title-container .section-title-normal {
  margin: 0;
  border: none;
}
body .section-title-container .section-title-normal span {
  border: none;
  margin: 0.83em 0;
  padding: 0;
  font-family: iCielVAGRoundedNext;
  font-size: 1.2em;
  text-transform: unset;
  color: var(--black);
  line-height: 1.4;
}
body .section-title-container .section-title-normal a {
  color: var(--primary_color);
  font-weight: 400;
  font-family: iCielVAGRoundedNext;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.4;
}
body .section-title-container .section-title-normal a i {
  opacity: 1;
  margin: 0 0 0 3px;
  line-height: 1;
  top: 2px;
}
body .section-title-container .section-title-normal a:hover {
  color: var(--secondary_color);
}
body .section-title-container.title_productcat .section-title-normal span {
  margin: 1rem 0;
  font-size: 28px;
}

/* home */
body.home #wrapper,
body.home #main {
  background-color: #f3f3f3;
}

/* tab_postcategory */
.tab_postcategory .nav_tabs {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  margin: 10px 0;
  padding: 5px 0;
  list-style: none;
}
.tab_postcategory .nav_tabs li {
  margin: 0;
  padding: 0 1.5%;
  background-color: transparent;
  border: 0;
  letter-spacing: 0.375px;
  font-family: iCielVAGRoundedNext;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.tab_postcategory .nav_tabs li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 3px;
  background-color: transparent;
  border-radius: 99px 99px 0 0;
}
.tab_postcategory .nav_tabs li a {
  display: block;
  min-height: 44px;
}
.tab_postcategory .nav_tabs li.active {
  letter-spacing: 0;
  font-weight: 700;
}
.tab_postcategory .nav_tabs li.active a {
  color: var(--secondary_color);
}
.tab_postcategory .nav_tabs li.active::before {
  background-color: var(--secondary_color);
}
.tab_postcategory .nav_tabs li:first-child {
  padding-left: 0;
}
.tab_postcategory .nav_tabs li:first-child.active::before {
  left: 0;
  transform: unset;
}
.tab_postcategory .tab-content {
  padding: 30px 0 0;
}

@media (max-width: 849px) {
  .tab_postcategory .nav_tabs li {
    padding: 0 12px;
  }
  .tab_postcategory .tab-content {
    padding: 10px 0 0;
  }
}
/* grid_hnews */
.grid_hnews .col.post-item .box .box-image .absolute {
  display: none;
}
.grid_hnews .col.post-item .box .box-text {
  padding: 5px 0 0;
}
.grid_hnews .col.post-item .box .box-text .post-title {
  font-size: 22px;
  line-height: 34px;
  font-family: iCielVAGRoundedNext;
  margin: 0;
}
.grid_hnews .col.post-item .box .box-text .is-divider {
  height: 2px;
  max-width: 54px;
  background-color: #c4c4c4;
  margin: 0.75em auto 0;
}

@media (max-width: 849px) {
  .grid_hnews .col.post-item {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0 15px 20px;
  }
  .grid_hnews .col.post-item .box {
    width: 100%;
    -js-display: flex;
    display: flex;
    flex-flow: row wrap;
  }
  .grid_hnews .col.post-item .box .box-image {
    max-width: 30%;
    flex-basis: 30%;
  }
  .grid_hnews .col.post-item .box .box-text {
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .grid_hnews .col.post-item .box .box-text .box-text-inner {
    margin: unset;
  }
  .grid_hnews .col.post-item .box .box-text .post-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  .grid_hnews .col.post-item .box .box-text .is-divider {
    display: none;
  }
}
@media (min-width: 550px) and (max-width: 849px) {
  .grid_hnews .col.post-item .box .box-image {
    text-align: center;
  }
  .grid_hnews .col.post-item .box .box-image .image-cover {
    padding-top: unset !important;
  }
  .grid_hnews .col.post-item .box .box-image .image-cover img {
    position: relative;
    width: 115px;
    height: 65px;
  }
}
/* custom_slide */
.custom_slide.slider .flickity-prev-next-button {
  opacity: 1 !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  min-height: 44px;
  background-color: #f2f6fe;
  border-radius: 50%;
  transform: unset;
  transition: unset;
  box-shadow: none;
}
.custom_slide.slider .flickity-prev-next-button:disabled {
  opacity: 0 !important;
}
.custom_slide.slider .flickity-prev-next-button svg {
  padding: 14px;
  color: var(--secondary_color);
  fill: var(--secondary_color);
}
.custom_slide.slider .flickity-page-dots {
  margin: 6px 0 0;
  position: relative;
  width: 100%;
  left: unset;
  right: unset;
  transform: unset;
}
.custom_slide.slider .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border: none;
  background-color: var(--black);
  box-shadow: none;
  opacity: 0.5;
  margin: 1px 6px;
}
.custom_slide.slider .flickity-page-dots .dot.is-selected {
  opacity: 1 !important;
}

@media (min-width: 1280px) {
  .custom_slide.slider .flickity-prev-next-button.previous {
    left: calc(-22px + 0.5rem);
  }
  .custom_slide.slider .flickity-prev-next-button.next {
    right: calc(-22px + 0.5rem);
  }
}
/* products */
body .products.row {
  margin: 0 -0.5rem !important;
}
body .products .product-small.col {
  padding: 0.5rem !important;
}
body .products .product-small.col .col-inner {
  background-color: var(--white);
  box-shadow: 0 0 10px rgba(15, 61, 145, 0.12);
  border-radius: 12px;
  padding: 12px;
}
body .products .product-small.col .col-inner:hover {
  border: 2px solid var(--primary_color);
}
body .products .product-small.col .badge-container {
  margin: 0;
  position: unset !important;
}
body .products .product-small.col .badge-container .badge {
  margin: 0;
  display: block;
  width: unset;
  height: unset;
}
body .products .product-small.col .badge-container .badge .badge-inner {
  display: none;
}
body .products .product-small.col .badge-container .badge .badge-inner.on-sale {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: inline-block;
  padding: 5px 10px 0;
  font-family: "Lato", sans-serif;
  background-color: var(--secondary_color);
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  font-size: 0.938rem;
  height: 32px;
  min-width: 67px;
  border-radius: 20px;
  width: unset;
  text-align: center;
}
body .products .product-small.col .box .box-image {
  margin: 0 0 10px;
}
body .products .product-small.col .box .box-image .out-of-stock-label {
  display: none;
}
body .products .product-small.col .box .box-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 42px 0 0;
}
body .products .product-small.col .box .box-text .title-wrapper .product-title {
  margin: 0;
}
body .products .product-small.col .box .box-text .title-wrapper .product-title a {
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 5px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  white-space: wrap;
  color: #112950;
  height: 50px;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-family: iCielVAGRoundedNext;
}
body .products .product-small.col .box .box-text .price-wrapper {
  margin: 0 0 5px;
}
body .products .product-small.col .box .box-text .price-wrapper .price {
  min-height: 51px;
  color: var(--secondary_color);
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  font-family: iCielVAGRoundedNext;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
body .products .product-small.col .box .box-text .price-wrapper .price span.amount {
  color: var(--secondary_color);
}
body .products .product-small.col .box .box-text .price-wrapper .price del {
  display: block;
  height: 22px;
  margin: 0 0 5px;
  text-decoration: unset;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto;
  max-width: 100%;
  flex-basis: 100%;
}
body .products .product-small.col .box .box-text .price-wrapper .price del span.amount {
  color: #b2bac6;
  font-weight: 400;
  margin: 0;
  opacity: 1;
  text-decoration: line-through;
}
body .products .product-small.col .box .box-text .price-wrapper .price span.unit_price {
  font-weight: 400;
}
body .products .product-small.col .box .box-text .add-to-cart-button a {
  margin: 5px 0 !important;
  display: block;
  min-height: 44px;
  height: 44px;
  line-height: 42px;
  border: none;
  box-shadow: none;
  letter-spacing: 0;
  border-radius: 12px;
  text-transform: unset;
  font-weight: 400;
  font-size: 1rem;
  background-color: var(--primary_color);
  color: var(--white);
  font-family: "Arial";
  padding: 1px 6px;
}
body .products .product-small.col .box .box-text .add-to-cart-button a.added_to_cart {
  display: none;
}
body .products .product-small.col.out-of-stock .box .box-text .add-to-cart-button a {
  background: silver;
  cursor: not-allowed;
}

@media (max-width: 549px) {
  body .products .product-small.col .box .box-text {
    padding: 31px 0 0;
  }
  body .products .product-small.col .box .box-text .title-wrapper .product-title a {
    font-size: 0.75rem;
    line-height: 17px;
    margin: 0;
    height: 35px;
  }
  body .products .product-small.col .box .box-text .price-wrapper {
    margin: 0;
  }
  body .products .product-small.col .box .box-text .price-wrapper .price {
    font-size: 0.875rem;
    min-height: 46px;
  }
  body .products .product-small.col .box .box-text .price-wrapper .price del {
    font-size: 0.75rem;
    margin: 0;
    line-height: 22px;
  }
  body .products .product-small.col .box .box-text .add-to-cart-button a {
    min-height: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 0.75rem;
  }
}
/* sec_haboutus */
.sec_haboutus {
  padding-bottom: 20px !important;
}

@media (min-width: 850px) {
  .sec_haboutus .row_haboutus > .col:nth-child(1) {
    max-width: 56%;
    flex-basis: 56%;
  }
  .sec_haboutus .row_haboutus > .col:nth-child(2) {
    max-width: 44%;
    flex-basis: 44%;
  }
}
/* home_aboutus */
.home_aboutus .title {
  font-family: UTM_Silk_Script;
  font-size: 50px;
  color: var(--black);
  display: inline-block;
  line-height: 1;
  margin: 0 0 30px;
}
.home_aboutus .title_2 {
  font-size: 40px;
  text-transform: uppercase;
  color: var(--secondary_color);
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1.2;
}
.home_aboutus .title_2 span {
  color: var(--primary_color);
}
.home_aboutus .description {
  font-size: 18px;
  line-height: 1.8;
}
.home_aboutus .description p {
  margin: 0;
}
.home_aboutus .description a:hover {
  color: var(--primary_color);
}
.home_aboutus .btn_aboutus_wrap {
  text-align: right;
  margin: 45px 0 0;
}
.home_aboutus .btn_aboutus_wrap a.button {
  min-height: 54px;
  height: 54px;
  line-height: 54px;
  border: none;
  background-color: var(--primary_color);
  color: var(--white);
  box-shadow: none;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  padding: 0 30px;
  font-size: 18px;
}
.home_aboutus .btn_aboutus_wrap a.button:hover {
  background-color: var(--secondary_color);
}

@media (max-width: 549px) {
  .home_aboutus .title {
    font-size: 36px;
    margin: 0 0 20px;
  }
  .home_aboutus .title_2 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .home_aboutus .description {
    font-size: 16px;
    line-height: 1.6;
  }
  .home_aboutus .btn_aboutus_wrap {
    margin: 15px 0 0;
    text-align: left;
  }
  .home_aboutus .btn_aboutus_wrap a.button {
    min-height: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
@media (min-width: 550px) and (max-width: 849px) {
  .home_aboutus .title {
    font-size: 36px;
    margin: 0 0 20px;
  }
  .home_aboutus .title_2 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .home_aboutus .description {
    font-size: 16px;
    line-height: 1.6;
  }
  .home_aboutus .btn_aboutus_wrap {
    margin: 15px 0 0;
    text-align: left;
  }
  .home_aboutus .btn_aboutus_wrap a.button {
    min-height: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
/* posttype_share */
.posttype_share {
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0 0;
}

/* contact_map */
.contact_map iframe {
  width: 100%;
  height: 450px;
}

/* contact_info */
.contact_info {
  font-size: 15px;
}
.contact_info .company_name {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--secondary_color);
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
}
.contact_info .company_name span {
  color: var(--primary_color);
}
.contact_info p {
  margin: 0 0 5px;
}
.contact_info p:last-child {
  margin: 0;
}
.contact_info a:hover {
  color: var(--primary_color);
}

/* row_pcontact */
.row_pcontact .col_frm .wpcf7 form {
  margin: 0;
}
.row_pcontact .col_frm .wpcf7 form .frm_input {
  position: relative;
}
.row_pcontact .col_frm .wpcf7 form .frm_input i {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  color: #CCC1C1;
  z-index: 1;
}
.row_pcontact .col_frm .wpcf7 form input {
  height: 32px;
  min-height: 32px;
  line-height: 30px;
  padding: 5px 5px 5px 30px;
  border: 1px solid #d1d1d1;
  color: #666;
  font-size: 12px;
  box-sizing: border-box;
  outline: none;
  background: #fdfdfd;
  width: 100%;
  margin: 0 0 10px;
  box-shadow: none;
}
.row_pcontact .col_frm .wpcf7 form input:focus {
  border-color: var(--primary_color);
}
.row_pcontact .col_frm .wpcf7 form textarea {
  border: 1px solid #d1d1d1;
  line-height: 20px;
  color: #666;
  font-size: 12px;
  box-sizing: border-box;
  outline: none;
  background: #fdfdfd;
  padding: 10px;
  width: 100%;
  min-height: 150px;
  margin: 0 0 10px;
  box-shadow: none;
}
.row_pcontact .col_frm .wpcf7 form textarea:focus {
  border-color: var(--primary_color);
}
.row_pcontact .col_frm .wpcf7 form .frm_submit input {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  background: #f0f0f0;
  min-height: unset;
  height: unset;
  line-height: 1.5;
  font-size: 13px;
  margin: 0;
  width: unset;
  text-transform: unset;
  letter-spacing: 0;
  font-weight: 400;
}
.row_pcontact .col_frm .wpcf7 form .frm_submit input:hover {
  border-color: var(--primary_color);
}
.row_pcontact .col_frm .wpcf7 form .frm_submit .wpcf7-spinner {
  display: none;
}

/* grid_archive */
.grid_archive .col.post-item .box .box-image .absolute {
  display: none;
}
.grid_archive .col.post-item .box .box-text {
  padding: 5px 0 0;
}
.grid_archive .col.post-item .box .box-text .post-title {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  cursor: pointer;
  font-family: iCielVAGRoundedNext;
  margin: 0;
  text-align: left;
  transition: all 0.3s;
}
.grid_archive .col.post-item .box .box-text .post-title:hover {
  color: var(--primary_color);
}
.grid_archive .col.post-item .box .box-text .is-divider {
  height: 2px;
  max-width: 54px;
  background-color: #c4c4c4;
  margin: 10px auto 0;
}

/* nav-pagination links */
body .nav-pagination.links li {
  margin: 0 3px;
}
body .nav-pagination.links li a,
body .nav-pagination.links li span {
  border: none;
  border-radius: 0;
  box-shadow: none;
  letter-spacing: 0;
  font-weight: 500;
  min-height: 32px;
  height: 32px;
  line-height: 32px;
  min-width: 32px;
  font-size: 15px;
  font-family: iCielVAGRoundedNext;
}
body .nav-pagination.links li a {
  background-color: #f6f6f6;
}

/* list_postcat */
.list_postcat {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  margin: 10px 0 32px;
  padding: 5px 0;
}
.list_postcat a {
  position: relative;
  padding: 0 1.5%;
  background-color: transparent;
  border: 0;
  letter-spacing: 0.375px;
  font-family: RoundedNext;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
  font-family: iCielVAGRoundedNext;
}
.list_postcat a:first-child {
  padding-left: 0;
}
.list_postcat a.active {
  font-weight: 700;
  color: var(--secondary_color);
  letter-spacing: 0;
}
.list_postcat a.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 3px;
  background-color: var(--secondary_color);
  border-radius: 99px 99px 0 0;
}

@media (max-width: 1200px) {
  .list_postcat a {
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .list_postcat::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .list_postcat::-webkit-scrollbar-thumb {
    background-color: #888;
  }
  .list_postcat::-webkit-scrollbar {
    height: 10px;
  }
}
/* breadcrumbs */
#breadcrumbs {
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  font-family: iCielVAGRoundedNext;
  margin: 0 0 30px;
}
#breadcrumbs .divider {
  width: 4px;
  height: 4px;
  background-color: #cfe5ca;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 0.5rem;
}
#breadcrumbs a {
  color: #112950;
  opacity: 0.3;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 500;
  color: var(--secondary_color);
}

/* single-post */
.single-post article {
  margin: 0;
}
.single-post article .entry-header .entry-header-text {
  padding: 0;
}
.single-post article .entry-header .entry-header-text .entry-category {
  display: none;
}
.single-post article .entry-header .entry-header-text .entry-title {
  font-size: 2em;
  margin: 0 0 0.67em;
  font-family: iCielVAGRoundedNext;
  line-height: normal;
}
.single-post article .entry-header .entry-header-text .is-divider {
  height: 3px;
  max-width: 54px;
  background-color: #e4e4e4;
  margin: -3px 0 0;
}
.single-post article .entry-content {
  padding: 50px 0 0;
  font-family: iCielVAGRoundedNext;
}
.single-post article .entry-content p {
  margin: 0 0 1em;
}
.single-post article .related_posttype {
  margin: 26px 0 0;
}
.single-post article .related_posttype .related_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #112950;
  margin: 0 0 32px;
  font-family: iCielVAGRoundedNext;
}

/* shop-sidebar */
#shop-sidebar aside {
  margin: 0;
}
#shop-sidebar aside + aside {
  margin: 25px 0 0;
}
#shop-sidebar aside .widget-title {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: var(--white);
  text-transform: uppercase;
  background-color: var(--secondary_color);
  padding: 10px 15px;
  text-align: center;
  display: block;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 700;
}
#shop-sidebar aside .is-divider {
  display: none;
}
#shop-sidebar aside .product-categories {
  padding: 8px 10px;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-top: none;
}
#shop-sidebar aside .product-categories li {
  border: none;
  border-bottom: 1px dotted #dbdbdb;
}
#shop-sidebar aside .product-categories li:last-child {
  border-bottom: none;
}
#shop-sidebar aside .product-categories li > a {
  padding: 10px 10px 10px 25px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: relative;
  text-transform: uppercase;
  line-height: 22px;
}
#shop-sidebar aside .product-categories li > a::before {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "";
  width: 4px;
  height: 8px;
  background: url(../images/arrow.png) no-repeat;
}
#shop-sidebar aside .product-categories li > a:hover {
  color: var(--primary_color);
}
#shop-sidebar aside .product-categories li > .toggle {
  margin: 0;
  border: none;
  box-shadow: none;
  min-height: unset;
  height: unset;
  line-height: 1;
}
#shop-sidebar aside .product-categories li > ul {
  border: none;
  margin: 0 0 10px;
}

@media (min-width: 850px) {
  #shop-sidebar aside .product-categories > li {
    position: relative;
  }
  #shop-sidebar aside .product-categories > li .toggle {
    display: none;
  }
  #shop-sidebar aside .product-categories > li > ul {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    display: none;
    margin: 0;
    z-index: 9999;
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    padding: 0;
    max-width: 250px;
  }
  #shop-sidebar aside .product-categories > li:hover > ul {
    display: block;
  }
}
/* category-page-row */
.category-page-row {
  padding: 25px 0 0;
}
.category-page-row .is-sticky-column {
  z-index: 1;
  position: relative;
}

/* support_online */
.support_online {
  border: 1px solid #E6E6E6;
}
.support_online .support_img {
  padding: 10px 10px 0 10px;
}
.support_online .support_img img {
  width: 100%;
}
.support_online .support_img .support_hotline {
  color: var(--white);
  font-size: 15px;
  background-color: var(--secondary_color);
  text-align: center;
  padding: 5.5px 0;
  font-family: "Oswald", sans-serif;
  line-height: 22px;
}
.support_online .support_img .support_hotline a {
  color: #fff200;
  font-size: 20px;
  font-weight: 700;
}
.support_online .support_item {
  padding: 15px 20px 15px 20px;
  border-bottom: 1px dotted #E6E6E6;
}
.support_online .support_item:last-child {
  border-bottom: none;
}
.support_online .support_item .i_top {
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-family: iCielVAGRoundedNext;
}
.support_online .support_item .i_top .info {
  line-height: 1.5;
  margin: 0 0 0 6px;
}
.support_online .support_item .i_top .info span {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.support_online .support_item .i_top .info p {
  color: var(--secondary_color);
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}
.support_online .support_item .i_top .info p a {
  color: var(--primary_color);
}
.support_online .support_item .i_bottom {
  font-family: iCielVAGRoundedNext;
  color: #333;
}
.support_online .support_item .i_bottom .inner {
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 2px 0 0;
}
.support_online .support_item .i_bottom span {
  font-size: 13px;
  font-weight: 500;
  margin-left: 8px;
}
.support_online .support_item .i_bottom a:hover {
  color: var(--primary_color);
}

/* shop-page-title category-page-title */
body .shop-page-title.category-page-title .page-title-inner {
  padding: 20px 15px 0;
  min-height: unset;
}
body .shop-page-title.category-page-title .woocommerce-breadcrumb {
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  font-family: iCielVAGRoundedNext;
  margin: 0;
  font-weight: 500;
  color: var(--secondary_color);
  text-transform: unset;
}
body .shop-page-title.category-page-title .woocommerce-breadcrumb .divider {
  width: 4px;
  height: 4px;
  background-color: #cfe5ca;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 8px;
  margin: 0 0.5rem;
  text-indent: -999px;
  opacity: 1;
}
body .shop-page-title.category-page-title .woocommerce-breadcrumb a {
  color: #112950;
  opacity: 0.3;
}
body .shop-page-title.category-page-title .woocommerce-result-count {
  font-size: 14px;
}
body .shop-page-title.category-page-title .woocommerce-ordering select {
  margin: 0;
  background-color: transparent;
  font-size: 14px;
  box-shadow: none;
}

/* layout_detail_product */
.layout_detail_product .col_gallery .product-images {
  padding: 12px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}
.layout_detail_product .col_gallery .product-images .badge-container {
  display: none;
}
.layout_detail_product .col_gallery .product-images .zoom-button {
  display: none;
}
.layout_detail_product .col_gallery .product-thumbnails .col a {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 0.75rem;
  overflow-x: hidden;
  line-height: 0;
  transform: unset;
}
.layout_detail_product .col_gallery .product-thumbnails .col a img {
  transform: unset;
  opacity: 1;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_detail_product .col_gallery .product-thumbnails .col.is-nav-selected a {
  border-color: var(--primary_color);
}
.layout_detail_product .col_info {
  font-family: iCielVAGRoundedNext;
}
.layout_detail_product .col_info .product-title-container .product-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 24px;
}
.layout_detail_product .col_info .product_sku {
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #5e6f88;
  margin: 0 0 1em;
}
.layout_detail_product .col_info .product-price-container {
  background-color: #f2f4f5;
  padding: 20px 24px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  border-radius: 0.75rem;
}
.layout_detail_product .col_info .product-price-container .price {
  margin: 0;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.layout_detail_product .col_info .product-price-container .price span.amount {
  color: var(--primary_color);
  font-size: 1.5rem;
  font-weight: 700;
}
.layout_detail_product .col_info .product-price-container .price del {
  text-decoration: unset;
}
.layout_detail_product .col_info .product-price-container .price del span.amount {
  opacity: 1;
  color: var(--black);
  font-weight: 400;
  font-size: 1rem;
  text-decoration: line-through;
  margin: 0 15px 0 0;
}
.layout_detail_product .col_info .product-price-container .price .discount {
  font-size: 12px;
  color: #fff;
  background-color: var(--secondary_color);
  border-radius: 0.75rem;
  padding: 3px 10px;
  margin: 0 0 0 10px;
}
.layout_detail_product .col_info .product-short-description {
  padding: 16px 0;
}
.layout_detail_product .col_info .product-short-description p:last-child {
  margin: 0;
}
.layout_detail_product .col_info .add-to-cart-container form {
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  justify-content: space-between;
}
.layout_detail_product .col_info .add-to-cart-container form .quantity {
  margin: 0 0 20px;
  max-width: 100%;
  flex-basis: 100%;
  order: -1;
}
.layout_detail_product .col_info .add-to-cart-container form .quantity input {
  min-height: 38px;
  height: 38px;
  line-height: 36px;
  box-shadow: none;
  background-color: var(--white);
  vertical-align: middle;
}
.layout_detail_product .col_info .add-to-cart-container form button[type=submit] {
  cursor: pointer;
  padding: 8px 20px;
  outline: none;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  background-color: var(--secondary_color);
  color: #fff;
  border: 1px solid var(--secondary_color);
  height: 54px;
  width: 60%;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  margin: 0;
  text-transform: unset;
  letter-spacing: 0;
  transition: all 0.3s;
  order: 1;
  box-shadow: none;
}
.layout_detail_product .col_info .add-to-cart-container form .buy-now {
  order: 0;
  cursor: pointer;
  padding: 8px 20px;
  outline: none;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  height: 54px;
  width: 140px;
  box-sizing: border-box;
  background-color: #f2f6fe;
  border: 1px solid var(--secondary_color);
  font-size: 0.875rem;
  color: var(--secondary_color);
  justify-content: center;
  margin: 0;
  text-transform: unset;
  letter-spacing: 0;
  font-weight: 400;
  box-shadow: none;
}

@media (max-width: 549px) {
  .layout_detail_product .col_info .add-to-cart-container form .buy-now {
    width: 110px;
  }
}
/* layout_tab_related */
.layout_tab_related .col_tab > .col-inner {
  border-radius: 0.75rem;
  padding: 24px 0;
}
.layout_tab_related .col_tab .woocommerce-tabs .product-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  box-shadow: inset 0 -1px 0 0 #f2f4f5;
  padding: 0 24px;
}
.layout_tab_related .col_tab .woocommerce-tabs .product-tabs > li {
  margin: 0;
  padding: 0 12px;
  color: #b2bac6;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  width: unset;
}
.layout_tab_related .col_tab .woocommerce-tabs .product-tabs > li:first-child {
  padding-left: 0;
}
.layout_tab_related .col_tab .woocommerce-tabs .product-tabs > li a {
  position: relative;
  padding: 9px 0;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0;
  text-transform: unset;
  color: #b2bac6;
  width: unset;
}
.layout_tab_related .col_tab .woocommerce-tabs .product-tabs > li a::before {
  display: none;
}
.layout_tab_related .col_tab .woocommerce-tabs .product-tabs > li.active a {
  color: var(--secondary_color);
}
.layout_tab_related .col_tab .woocommerce-tabs .product-tabs > li.active a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  max-width: 100%;
  height: 2px;
  background-color: var(--secondary_color);
  content: "";
  display: block;
  border-radius: 2px 2px 0 0;
}
.layout_tab_related .col_tab .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel {
  line-height: 25px;
  font-family: iCielVAGRoundedNext;
}
.layout_tab_related .col_tab .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  padding: 0 24px;
}
.layout_tab_related .col_tab .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel p {
  margin: 1em 0;
}
.layout_tab_related .col_related > .col-inner {
  border-radius: 0.75rem;
  padding: 20px 24px 30px;
}
.layout_tab_related .col_related .related {
  border: none;
}
.layout_tab_related .col_related .related .product-section-title {
  padding: 1rem 0;
  color: #112950;
  font-weight: 700;
  font-size: 28px;
  text-transform: unset;
  font-family: iCielVAGRoundedNext;
  margin: 0;
}

/* content_tab_product_info */
.content_tab_product_info table {
  margin: 0;
}
.content_tab_product_info table tbody tr {
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.content_tab_product_info table tbody tr:nth-child(even) {
  background-color: #ebf5ef;
}
.content_tab_product_info table tbody tr td {
  padding: 20px 24px;
  width: 20%;
  white-space: pre-wrap;
  border: none;
  font-size: 16px;
  color: var(--black);
  font-family: iCielVAGRoundedNext;
}
.content_tab_product_info table tbody tr td:nth-child(1) {
  padding-right: 16px;
  font-weight: 700;
}
.content_tab_product_info table tbody tr td:nth-child(2) {
  padding-left: 16px;
  width: 80%;
}

/* footer */
#footer .footer-2 {
  padding: 32px 0 0;
  border: none;
}
#footer .footer-2 .widget {
  margin: 0 0 40px;
}
#footer .footer-2 .widget-title {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  color: var(--gray);
  text-transform: unset;
  line-height: 1.3;
  margin: 0 0 30px;
}
#footer .footer-2 .is-divider {
  display: none;
}
#footer .footer-2 .footer_companyinfo .ft_logo {
  margin: 0 0 20px;
}
#footer .footer-2 .footer_companyinfo .ft_description {
  color: var(--gray);
  font-size: 15px;
}
#footer .footer-2 .footer_companyinfo .ft_description p:last-child {
  margin: 0;
}
#footer .footer-2 .widget_nav_menu .menu > li {
  border: none;
}
#footer .footer-2 .widget_nav_menu .menu > li a {
  font-size: 15px;
  color: var(--gray);
  padding: 0;
  line-height: 1.8;
  display: block;
}
#footer .footer-2 .widget_nav_menu .menu > li a:hover {
  color: var(--primary_color);
}
#footer .footer-2 .footer_follow .fl_item {
  font-size: 15px;
  color: var(--gray);
}
#footer .footer-2 .footer_follow .fl_item + .fl_item {
  margin: 10px 0;
}
#footer .footer-2 .footer_follow .fl_item a {
  color: var(--gray);
}
#footer .footer-2 .footer_follow .fl_item a img {
  position: relative;
  top: -1px;
}
#footer .footer-2 .footer_follow .fl_item a:hover {
  color: var(--primary_color);
}
#footer .footer-2 .footer_follow .bct {
  margin: 20px 0 0;
}
#footer .footer-2 .footer_contactinfo {
  color: var(--gray);
  line-height: 1.75;
  font-size: 15px;
}
#footer .footer-2 .footer_contactinfo p {
  margin: 0;
}
#footer .footer-2 .footer_contactinfo a {
  color: var(--gray);
}
#footer .footer-2 .footer_contactinfo a:hover {
  color: var(--primary_color);
}
#footer .absolute-footer {
  color: var(--white);
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 0;
}

@media (max-width: 849px) {
  #footer .footer-2 .widget {
    margin: 0 0 25px;
  }
  #footer .footer-2 .widget-title {
    margin: 0 0 15px;
  }
}
@media (min-width: 550px) and (max-width: 849px) {
  #footer .footer-2 > .row > .col {
    max-width: 50%;
    flex-basis: 50%;
  }
}
/* back-to-top */
body .back-to-top.button {
  width: 30px;
  height: 30px;
  background-color: #999;
  border-radius: 0 !important;
  bottom: 10px;
  right: 10px;
  border: none;
  min-width: unset;
  min-height: unset;
  line-height: 30px;
  color: var(--white);
  margin: 0;
  transition: all 0.3s;
}
body .back-to-top.button:hover {
  background-color: var(--primary_color);
}

/* footer_hotline_fixed */
.footer_hotline_fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  background-color: var(--secondary_color);
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s;
}
.footer_hotline_fixed a {
  white-space: nowrap;
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 22px;
}
.footer_hotline_fixed a img {
  margin: 0 4px 0 0;
}
.footer_hotline_fixed a:hover {
  color: var(--white);
}
.footer_hotline_fixed:hover {
  background-color: var(--primary_color);
}/*# sourceMappingURL=style.css.map */