@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
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,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


:root {
    --primary-color: #243b1c !important;
    --secondary-color: #398032 !important;
    --text-color: #000000;
    --dark-color: #333333;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  border: none;
  margin: 0;
}

button,
input[type="submit"] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*# sourceMappingURL=reset.css.map */
:root {
  --white-color: #ffffff;
}

.news-feature .list-feature .feature-item .title,
.news-detail-ct .main-content .tag ul li,
.contact-page .contact-box-form .main-form form button,
.contact-page .contact-box-form .main-form form input,
.contact-page .contact-box-form .main-form form textarea,
.product-detail-main .product-info .box-addcart .order-btn button,
.product-detail-main .product-nav-slider .product-nav-item,
.bredcrumb-box #breadcrumbs > span > span a,
.news-item .news-desc .news-title,
.product-item .product-desc .product-name,
.product-item .product-img .product-add-cart .btn-add-cart,
.product-item .product-img .product-add-cart,
.main-btn a,
.footer__wrapper .footer-item .footer-social ul li a,
.footer__wrapper .footer-item ul li,
.header__wrapper .header__main-nav > ul li.menu-item-has-children .sub-menu,
.header__wrapper .header__main-nav > ul li a,
.pagination ul li a:hover {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ws-sgct blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}

.ws-sgct blockquote p {
  margin: 0 !important;
}

.ws-sgct code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.ws-sgct {
  font-size: 16px;
  line-height: 1.6;
}

.ws-sgct p {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .ws-sgct {
    font-size: 16px;
  }
}
.ws-sgct img {
  margin-bottom: 1.5rem;
}

.ws-sgct table {
  margin: 0 0 15px;
  line-height: 2;
}

.ws-sgct table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.ws-sgct table > tbody > tr > td,
.ws-sgct table > tbody > tr > th,
.ws-sgct table > tfoot > tr > td,
.ws-sgct table > tfoot > tr > th,
.ws-sgct table > thead > tr > td,
.ws-sgct table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.ws-sgct h6 {
  font-size: 18px;
}

.ws-sgct h5 {
  font-size: 21px;
}

.ws-sgct h4 {
  font-size: 24px;
}

.ws-sgct h3 {
  font-size: 27px;
}

.ws-sgct h2 {
  font-size: 30px;
}

.ws-sgct ul,
.ws-sgct ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

.ws-sgct ul li,
.ws-sgct ol li {
  line-height: 1.5;
  margin-bottom: 8px;
}

.ws-sgct ol {
  list-style: decimal;
}

.ws-sgct ul {
  list-style: disc;
}

.ws-sgct iframe {
  margin: auto;
}

.ws-sgct .syntaxhighlighter {
  padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6 {
  margin: 0 0 25px;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  max-width: 320px;
  background-color: var(--primary-color);
  z-index: 9999;
  transform: translateX(-100%);
  transition: 0.5s;
  padding-bottom: 50px;
}
.menu-mobile ul {
  list-style: none;
}
.menu-mobile ul li {
  position: relative;
  border-bottom: 1px solid #ffefef4a;
}
.menu-mobile ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 15px 10px;
}
.menu-mobile ul li .li-plus {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  top: 0;
  right: 0;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-mobile ul li .li-plus:before,
.menu-mobile ul li .li-plus:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #fff;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
}
.menu-mobile ul li .li-plus:before {
  width: 11px;
  height: 1px;
}
.menu-mobile ul li .li-plus:after {
  width: 1px;
  height: 11px;
}
.menu-mobile ul li .clicked {
  transform: rotate(180deg);
}
.menu-mobile ul li .clicked.li-plus:before {
  display: none;
}
.menu-mobile ul li > ul {
  margin-top: 0;
  display: none;
}
.menu-mobile ul li > ul li {
  border: none;
}
.menu-mobile ul li > ul li a {
  padding-left: 25px;
}
.menu-mobile ul .current-menu-item a {
  color: var(--primary-color) !important;
  background: var(--white-color);
}
.menu-mobile ul .current-menu-item ul a {
  color: #fff;
}
.menu-mobile ul .current-menu-parent ul {
  display: block;
}
.menu-mobile .menu-mobile-close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.menu-mobile .menu-mobile-close svg {
  color: #fff;
}
.menu-mobile .menu-mobile-close svg path {
  fill: #fff;
  stroke: #fff;
}
.menu-mobile.menu-mobile-active {
  transform: translate(0);
}

.overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1998;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  cursor: pointer;
  z-index: 9999;
}

.swal2-html-container {
  font-size: 16px;
}

.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
}
.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}
.scale-hover img {
  transition: 2s;
}
.scale-hover:hover > img {
  transform: scale(1.09);
}

.pagination {
  justify-content: center;
  margin: 5rem 0 3rem 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul li.active a {
  background: var(--primary-color);
  color: var(--white-color);
}
.pagination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #282828;
  text-decoration: none;
}
.pagination ul li a svg {
  width: 10px;
  height: 14px;
  margin-bottom: 2px;
}
.pagination ul li a svg path {
  stroke: var(--primary-color);
}
.pagination ul li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.pagination ul li a:hover svg path {
  stroke: var(--white-color);
}

@media (min-width: 991px) {
  .col-lg-1-5 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
/****************FONT*****************/
@font-face {
  font-family: "UTM Avo";
  font-weight: 400;
  src: url("../fonts/UTMAvo.woff2") format("woff2"), url("../fonts/UTMAvo.woff") format("woff");
}
@font-face {
  font-family: "UTM Avo";
  font-weight: 700;
  src: url("../fonts/UTMAvoBold.woff2") format("woff2"), url("../fonts/UTMAvoBold.woff") format("woff");
}
@font-face {
  font-family: "UTM-Scriptina-KT";
  src: url(../fonts/UTM-Scriptina-KT.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Averta";
  src: url(../fonts/AvertaStdCY.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/InterRegular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'DancingScript';
  src: url(../fonts/DancingScript-VariableFont_wght.ttf) format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}



html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 52%;
  }
}
:root {
  --primary-color: #29b05c;
  --text-color: #000000;
  --dark-color: #333333;
  --font-KT: "DancingScript";
}

@media (min-width: 992px) {
  .gutter-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 2.5rem;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .gutter-15 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.gutter-15 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .gutter-15 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body {
  font-family: "UTM Avo";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark-color);
}

body.hidden {
  overflow: hidden;
}

.container {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
    width: 100%;
  }
}

.container-fluid {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .container-fluid {
    max-width: 100%;
  }
}

/*--------------HEADER----------------*/
header.sticky-top {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header__wrapper {
  padding: 6px 0;
}
.header__wrapper .header__logo a {
  display: block;
}
.header__wrapper .header__logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .header__wrapper .header__logo img {
    max-width: 24rem;
  }
  .header__wrapper .header__main {
     margin-left: 0rem !important; 
}
}
@media (max-width: 767px) {
  .header__wrapper .header__logo img {
    max-width: 16rem;
  }
}
.header__wrapper .header__main {
  margin-left: 4rem;
}
@media (min-width: 1200px) {
  .header__wrapper .header__main {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .header__wrapper .header__main {
    flex: 1;
  }
}

.header__logo {
    max-width:200px;
}
.header__wrapper .header__main-top {
  padding-bottom: 1rem;
  position: relative;
}
.header__wrapper .header__main-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(41, 176, 92, 0) 0%, #29b05c 51.56%, rgba(41, 176, 92, 0) 100%);
}
.header__wrapper .header__main-top .header-search form {
  position: relative;
}
.header__wrapper .header__main-top .header-search form input {
  border: none;
  max-width: 24.6rem;
  width: 100%;
  background: rgba(199, 199, 199, 0.34);
  border-radius: 29px;
  font-size: 14px;
  height: 28px;
  padding: 0 1.6rem;
  font-family: "Averta";
  color: var(--dark-color);
}
.header__wrapper .header__main-top .header-search form button {
  position: absolute;
  top: -1px;
  right: 1.2rem;
}
.header__wrapper .header__main-top .header-contact ul {
  display: flex;
  align-items: center;
  gap: 0 5.3rem;
}
.header__wrapper .header__main-top .header-contact ul li {
  font-size: 15px;
}
.header__wrapper .header__main-top .header-contact ul li svg {
  margin-right: 5px;
}
.header__wrapper .header__main-top .header-contact ul li:hover a {
  color: var(--primary-color);
}
.header__wrapper .header__main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header__wrapper .header__main-nav {
    height: 6.5rem;
    line-height: 6.5rem;
  }
}
.header__wrapper .header__main-nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 2.4rem;
  flex: 1;
    margin-right: 3rem;
}
@media (max-width: 1200px) {
  .header__wrapper .header__main-nav > ul {
    gap: 0 2rem;
  }
}
@media (max-width: 991px) {
  .header__wrapper .header__main-nav > ul {
    display: none;
  }
}
.header__wrapper .header__main-nav > ul > li {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 700;
}
@media (max-width: 1200px) {
  .header__wrapper .header__main-nav > ul > li {
    font-size: 15px;
  }
}

.header-contact svg,
.header-contact svg path,
.footer-contact svg,
.footer-contact svg path{
    fill: var(--secondary-color)
}
.header__wrapper .header__main-nav > ul > li:hover > a {
  color: var(--secondary-color);
}
.header__wrapper .header__main-nav > ul > li.current-menu-item > a {
  color: var(--secondary-color);
}
.header__wrapper .header__main-nav > ul li {
  position: relative;
}
.header__wrapper .header__main-nav > ul li a {
  display: block;
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children.current-menu-item::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' width='12' height='12' data-icon='caret-down' class='svg-inline--fa fa-caret-down fa-w-10' role='img' viewBox='0 0 320 512'%3E%3Cpath fill='%2329b05c' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children .sub-menu {
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 7rem;
  position: absolute;
  width: 20rem;
  height: auto;
  background: #fff;
  border-top: 2px solid var(--primary-color);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transform: translateY(10px);
  padding: 1rem 0;
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children .sub-menu li {
  line-height: 1.5;
  padding: 5px 2rem;
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children .sub-menu li a {
  display: block;
  font-size: 14px;
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children .sub-menu li:hover {
  background: var(--primary-color);
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children::after {
  margin-left: 2px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' width='12' height='12' data-icon='caret-down' class='svg-inline--fa fa-caret-down fa-w-10' role='img' viewBox='0 0 320 512'%3E%3Cpath fill='%23333333' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
  width: 8px;
}
.header__wrapper .header__main-nav > ul li.menu-item-has-children:hover::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' width='12' height='12' data-icon='caret-down' class='svg-inline--fa fa-caret-down fa-w-10' role='img' viewBox='0 0 320 512'%3E%3Cpath fill='%2329b05c' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
}
.header__wrapper .header__main-nav .header-cart {
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header__wrapper .header__main-nav .header-cart {
    display: flex;
    align-items: center;
  }
}
.header__wrapper .header__main-nav .header-cart .cart {
  width: 3.9rem;
  height: 3.9rem;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__wrapper .header__main-nav .header-cart .count {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  line-height: 1.5;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: var(--secondary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Averta";
  font-size: 1.6rem;
}

.search-form-mb {
  margin-top: 5rem;
}

.search-form-mb .search-form-ct {
  width: 100%;
}

.search-form-mb .search-form-ct .search-title {
  color: var(--white-color);
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

.search-form-mb .search-form-ct form {
  position: relative;
  margin: auto;
}

.search-form-mb .search-form-ct form input {
  padding: 0 3rem 0 1.5rem;
  height: 5rem;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 15px;
}

.search-form-mb .search-form-ct form button {
  position: absolute;
  top: 5px;
  right: 12px;
}

.search-form-mb .search-form-ct form button svg path {
  stroke: var(--primary-color);
}

.search-form-mb .close-btn {
  position: absolute;
  top: 6px;
  right: 10px;
}

.search-icon-mb svg path {
  stroke: var(--primary-color);
}

.search-icon-mb {
  margin-right: 5px;
}

.close-btn svg path {
  fill: var(--primary-color);
}

/*------------------FOOTER----------------*/
.footer__wrapper {
  padding: 15rem 0 7rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .footer__wrapper {
    padding: 7rem 0;
  }
}
.footer__wrapper .footer-logo {
  max-width: 25rem;
}
@media (max-width: 991px) {
  .footer__wrapper .footer-logo {
    margin: 0 auto 2rem auto;
  }
}
.footer__wrapper .footer-item {
  font-size: 1.8rem;
}
.footer__wrapper .footer-item .footer-title {
  font-size: 19px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .footer__wrapper .footer-item .footer-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer__wrapper .footer-item .footer-title {
    font-size: 17px;
    margin-bottom: 2rem;
  }
}
.footer__wrapper .footer-item ul li {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
}
.footer__wrapper .footer-item ul li:hover {
  color: var(--primary-color);
}
.footer__wrapper .footer-item ul li::before {
  margin-right: 5px;
  content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='%2329B05C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.footer__wrapper .footer-item .footer-social {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .footer__wrapper .footer-item .footer-social {
    margin-top: 1.5rem;
  }
}
.footer__wrapper .footer-item .footer-social .footer-social-title {
  padding-left: 1.5rem;
}
.footer__wrapper .footer-item .footer-social ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1rem;
  flex-wrap: wrap;
  margin-left: 1.5rem;
}
.footer__wrapper .footer-item .footer-social ul li {
  margin-bottom: 0;
}
.footer__wrapper .footer-item .footer-social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primary-color);
}
.footer__wrapper .footer-item .footer-social ul li a:hover {
  background: #fff;
}
.footer__wrapper .footer-item .footer-social ul li a:hover svg path {
  fill: var(--primary-color);
}
.footer__wrapper .footer-item .footer-social ul li svg path {
  fill: #fff;
}
.footer__wrapper .footer-item .footer-social ul li::before {
  display: none;
}
.footer__wrapper .footer-item .footer-contact li:before {
  display: none;
}
.footer__wrapper .footer-item .footer-contact li {
  display: flex;
}
.footer__wrapper .footer-item .footer-contact li svg {
  width: 20px;
  margin-top: 6px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .footer__wrapper .footer-item .footer-contact li svg {
    margin-top: 4px;
  }
}

/*------------------HOME SLIDER-------------------*/
.flkt-dots .flickity-page-dots {
  bottom: 4rem;
}
@media (max-width: 767px) {
  .flkt-dots .flickity-page-dots {
    bottom: 1rem;
  }
}
.flkt-dots .flickity-page-dots .dot {
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .flkt-dots .flickity-page-dots .dot {
    margin: 0 5px;
  }
}
.flkt-dots .flickity-page-dots .dot.is-selected {
  background: var(--primary-color);
}

.heading-title {
  margin-bottom: 3rem;
  max-width: 51rem;
}
.heading-title .main-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 767px) {
  .heading-title .main-text {
    font-size: 21px;
    text-align: center;
  }
}
.heading-title .abs-text {
  color: var(--primary-color);
  font-family: var(--font-KT);
  font-size: 4rem;
  font-weight: 600;
  text-align: right;
  display: block;
  text-transform: capitalize;
  line-height: 2.15;
}

@media (max-width: 991px) {
  .home__about .heading-title {
    text-align: center;
    margin: 0 auto 3rem auto;
  }
}

.section-pd {
  margin: 8rem 0;
}
@media (max-width: 767px) {
  .section-pd {
    margin: 6rem 0;
  }
}

.home__about-text {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  color: var(--text-color);
}

.main-btn {
  margin-top: 5rem;
}
.main-btn a {
  text-align: center;
  width: 20rem;
  height: 4.6rem;
  border-radius: 102px;
  border: 1px solid #29b05c;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 4.2rem;
  display: block;
}
.main-btn a:hover {
  color: #fff;
  background: var(--primary-color);
}

/*--------Home about---------------*/
.home__about {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 991px) {
  .home__about {
    background-position: bottom;
  }
}
.home__about .about-img {
  margin: auto;
}
.home__about .about-img img{
    -webkit-mask-image: url("/wp-content/uploads/2025/06/home-about-img.png");
    mask-image: url("/wp-content/uploads/2025/06/home-about-img.png");
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: center;
    background: var(--primary-color);
}
@media (min-width: 992px) {
  .home__about .about-img {
    max-width: 49rem;
  }
}
@media (max-width: 991px) {
  .home__about .about-img {
    max-width: 70%;
  }
}

.img-has-border {
  position: relative;
}
.img-has-border::after {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 504 504' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M171.273 52.9767C-149.392 212.79 72.5135 363.968 123.766 403.689C400.624 643.062 466.085 392.779 494.34 266.693C522.596 140.608 491.938 -106.837 171.273 52.9767Z' stroke='%2329B05C'/%3E%3C/svg%3E%0A");
}

@keyframes spin {
  0% {
    transform: rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateY(180deg) rotateZ(180deg);
  }
}
.home__list-item {
  background: linear-gradient(359.69deg, rgba(41, 176, 92, 0.1) 0.32%, rgba(41, 176, 92, 0.05) 99.79%);
  padding: 9rem 0;
}
.home__list-item .home__list-content {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .home__list-item .home__list-content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .home__list-item .home__list-content::after {
    content: "flickity";
    display: none;
  }
  .home__list-item .home__list-content .flickity-page-dots {
    bottom: -5rem;
  }
}
.home__list-item .home__list-content .item {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .home__list-item .home__list-content .item {
    width: 50%;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .home__list-item .home__list-content .item {
    width: 100%;
    margin-bottom: 0;
  }
}
.home__list-item .home__list-content .item .item-img {
  max-width: 80%;
  margin: auto;
}
.home__list-item .home__list-content .item .item-img img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/wp-content/themes/hazo/assets/images/item-img2.png");
  mask-image: url("/wp-content/themes/hazo/assets/images/item-img2.png");
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: center;
  background: var(--primary-color);
}
.home__list-item .home__list-content .item .item-img::after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 225 226' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76.7904 24.6872C-66.0459 95.8742 32.7991 163.214 55.6288 180.907C178.952 287.533 208.11 176.048 220.697 119.885C233.283 63.7214 219.627 -46.4998 76.7904 24.6872Z' stroke='%2329B05C'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .home__list-item .home__list-content .item .item-img::after {
    bottom: 1rem;
    left: -1rem;
  }
}
.home__list-item .home__list-content .item .item-desc {
  margin-top: 2rem;
}
.home__list-item .home__list-content .item .item-desc .title {
  font-family: var(--font-KT);
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: var(--primary-color);
  line-height: 1.25;
}
.home__list-item .home__list-content .item .item-desc .desc {
  font-size: 15px;
  color: var(--text-color);
  text-align: center;

  word-break: break-word;
}

.home__product .heading-title {
  margin: 0 auto 3rem auto;
}

.product-item {
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .product-item {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
  }
}
.product-item .product-img {
  background: #faf6f6;
  position: relative;
  overflow: hidden;
}
.product-item .product-img .c-img {
  padding-top: 126%;
}
.product-item .product-img .c-img img {
  object-fit: contain;
}
.product-item .product-img .product-add-cart {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
}
.product-item .product-img .product-add-cart .cart-icon {
  width: 4rem;
  height: 3.5rem;
  margin-bottom: 1.5rem;
}
.product-item .product-img .product-add-cart .btn-add-cart {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  width: 75%;
  background: var(--primary-color);
  text-align: center;
  padding: 0.7rem 0 1rem 0;
  border-radius: 41px;
}
.product-item .product-img .product-add-cart .btn-add-cart button {
  display: block;
  text-align: center;
  width: 100%;
}
.product-item .product-img .product-add-cart .btn-add-cart:hover {
  background: #fff;
  color: var(--primary-color);
}
.product-item .product-desc {
  text-align: center;
  padding: 1rem;
  background: #fff;
}
.product-item .product-desc .product-star {
  margin-bottom: 0.8rem;
  height: 2.4rem;
}
.product-item .product-desc .product-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  min-height: 4.4rem;
}
@media (max-width: 767px) {
  .product-item .product-desc .product-name {
    font-size: 14px;
  }
}
.product-item .product-desc .product-name:hover {
  color: var(--primary-color);
}

.product-item .product-desc .product-price .price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5rem;
  flex-wrap: wrap;
}
.price > .amount > bdi {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
}
.price del {
  color: #8c8c8c;
  font-size: 15px;
}
@media (max-width: 767px) {
  .price del {
    font-size: 14px;
  }
}
.price ins {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
}
.product-item:hover {
  border: 1px solid var(--primary-color);
}
.product-item:hover .product-add-cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.home__cerificate {
  padding: 8rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .home__cerificate {
    padding: 8rem 0 9rem 0;
  }
}
.home__cerificate::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.home__cerificate > .container {
  position: relative;
  z-index: 2;
}
.home__cerificate .section-title {
  color: #fff;
}
.home__cerificate .sub-title {
  width: 60%;
  margin: auto;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .home__cerificate .sub-title {
    width: 90%;
    font-weight: 400;
    font-size: 14px;
  }
}
.home__cerificate-list {
  margin: 3rem -15px 0 -15px;
}
@media (min-width: 768px) {
  .home__cerificate-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .home__cerificate-list {
    margin: 3rem -10px 0 -10px;
  }
  .home__cerificate-list::after {
    content: "flickity";
    display: none;
  }
  .home__cerificate-list .flickity-page-dots {
    bottom: -5rem;
  }
}
.home__cerificate-list .cerificate-item {
  padding: 0 15px;
  flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 767px) {
  .home__cerificate-list .cerificate-item {
    width: 50%;
    padding: 0 10px;
  }
}
.home__cerificate-list .cerificate-item .c-img {
  padding-top: 133.5%;
}

.section-title {
  text-align: center;
  font-size: 2.4rem;
  color: var(--text-color);
  margin-bottom: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 21px;
  }
}

.home__feedback {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .home__feedback .list-feedback .item {
    opacity: 0.5;
    transform: scale(0.8);
    margin: 4rem 0;
  }
  .home__feedback .list-feedback .item.is-selected {
    transform: scale(1.1);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .home__feedback .list-feedback {
    margin: 0 -10px;
  }
  .home__feedback .list-feedback .item {
    padding: 0 10px;
    margin-bottom: 2rem;
  }
}
.home__feedback .feedback-item .feedback-img {
  width: 12.4rem;
  height: 12.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto -6rem auto;
}
.home__feedback .feedback-item .feedback-desc {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 20px;
  padding: 5rem 2rem 2rem 2rem;
}
.home__feedback .feedback-item .feedback-desc .icon {
  margin-bottom: 1rem;
  display: block;
}
.home__feedback .feedback-item .feedback-desc .desc {
  font-size: 15px;
  margin-bottom: 5px;
}
.home__feedback .feedback-item .feedback-desc .author {
  font-size: 15px;
  color: var(--text-color);
  text-transform: uppercase;
  font-weight: 700;
}

.flkt-nav .flickity-prev-next-button {
  width: 4rem;
  height: 4rem;
  border: 1px solid #6f6f6f;
}
@media (max-width: 991px) {
  .flkt-nav .flickity-prev-next-button {
    display: none;
  }
}
.flkt-nav .flickity-prev-next-button svg {
  display: none;
}
.flkt-nav .previous {
  left: -6px;
  top: 57%;
}
.flkt-nav .previous::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L1 7L7 1' stroke='%236E6E6E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flkt-nav .next {
  right: -6px;
  top: 57%;
}
.flkt-nav .next::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='%236E6E6E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flkt-nav .flickity-page-dots .dot {
  background: var(--primary-color);
  margin: 0 6px;
}

.home__gallery .home__gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
@media (max-width: 991px) {
  .home__gallery .home__gallery-list {
    grid-template-columns: 1fr 1fr;
  }
}
.home__gallery .home__gallery-list .home__gallery-item a {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}
.home__gallery .home__gallery-list .home__gallery-item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}

/*-------------------Home news---------------------*/
@media (max-width: 768px) {
  .home__news .list-news .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .home__news .list-news .row .col-md-4 {
    scroll-snap-align: center;
    margin-bottom: 2rem;
  }
}

.news-item {
  height: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.news-item .news-img .c-img {
  padding-top: 74.5%;
}
.news-item .news-desc {
  padding: 1rem 8px 3rem 5px;
}
.news-item .news-desc .news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  .news-item .news-desc .news-title {
    font-size: 15px;
  }
}
.news-item .news-desc .news-title:hover {
  color: var(--primary-color);
}
.news-item .news-desc .desc {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.57;
}
@media (max-width: 480px) {
  .news-item .news-desc .desc {
    font-size: 13px;
  }
}

.bredcrumb-box {
  font-family: "Inter";
  margin: 1.5rem 0;
}
.bredcrumb-box .breadcrumb-separate {
  margin-bottom: 2px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='circle-11' width='5px' height='5px' viewBox='0 0 11 11'%3E%3Cpath d='M10,5.5C10,7.9853,7.9853,10,5.5,10S1,7.9853,1,5.5S3.0147,1,5.5,1S10,3.0147,10,5.5z'%0Afill='%2329b05c'/%3E%3C/svg%3E");
}
.bredcrumb-box #breadcrumbs > span span {
  font-size: 16px;
}
.bredcrumb-box #breadcrumbs > span > span .breadcrumb_last {
  color: var(--primary-color);
}
.bredcrumb-box #breadcrumbs > span > span a:hover {
  color: var(--primary-color);
}

.desc-ct {
  font-size: 15px;
  color: var(--text-color);
  line-height: 1.8;
}

.heading-page {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 49rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.heading-page::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.heading-page .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .heading-page {
    min-height: 30rem;
  }
}
@media (max-width: 767px) {
  .heading-page {
    min-height: 25rem;
  }
}
.heading-page .heading-page-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.heading-page .heading-page-text .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.43;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .heading-page .heading-page-text .title {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .heading-page .heading-page-text .title {
    font-size: 20px;
  }
}
.heading-page .heading-page-text .sub-title {
  font-size: 4rem;
  line-height: 2.15;
  font-family: var(--font-KT);
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .heading-page .heading-page-text .sub-title {
    font-size: 3rem;
  }
}
@media (max-width: 375px) {
  .heading-page .heading-page-text .sub-title {
    font-size: 20px;
  }
}

/*---------------------about-----------------------*/
.about-page .home__list-item {
  background: #fff;
}

.heading-about .heading-about-text {
  max-width: 75rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .heading-about .heading-about-text {
    max-width: 100%;
  }
}
.heading-about .heading-about-img img {
  object-fit: contain;
  width: auto;
  -webkit-mask-image: url("/wp-content/themes/hazo/assets/images/ct2.png");
  mask-image: url("/wp-content/themes/hazo/assets/images/ct2.png");
  mask-repeat: no-repeat;
  mask-size: 100%;
}
@media (min-width: 992px) {
  .heading-about .heading-about-img img {
    width: 100%;
    object-fit: cover;
  }
}

.about-content {
  padding: 7.5rem 0;
  background: #f8f8f8;
}
.about-content .about-title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color);
}
.about-content p.sub-title {
  font-size: 15px;
  line-height: 2;
  color: var(--text-color);
  margin-bottom: 2.5rem;
}
.about-content .list-content .content-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px 2rem -20px;
}
@media (max-width: 991px) {
  .about-content .list-content .content-item {
    margin: 0 -10px 2rem -10px;
  }
}
.about-content .list-content .content-item .item-img,
.about-content .list-content .content-item .item-text {
  padding: 0 20px;
  flex: 0 0 auto;
  width: 50%;
}
.about-content .list-content .content-item .item-img img{
    -webkit-mask-image: url("/wp-content/themes/hazo/assets/images/ct2.png");
    mask-image: url("/wp-content/themes/hazo/assets/images/ct2.png");
    mask-repeat: no-repeat;
    mask-size: 100%;
}
@media (max-width: 991px) {
  .about-content .list-content .content-item .item-img,
  .about-content .list-content .content-item .item-text {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .about-content .list-content .content-item .item-img,
  .about-content .list-content .content-item .item-text {
    width: 100%;
  }
}
.about-content .list-content .content-item .item-text {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  font-weight: 500;
  color: var(--text-color);
}
.about-content .list-content .content-item:nth-child(even) {
  flex-direction: row-reverse;
}

/*-----------------CHI TIẾT SẢN PHẨM----------------------*/
.product-detail-main .product-detail-ct {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5rem;
  border-bottom: 1px solid #c4c4c4;
}

.product-detail-main .product-detail-ct .product-detail-desc .product-detail-desc {
  padding-left: 0;
}
.product-detail-main .product-detail-ct .product-detail-desc .container {
  padding: 0;
}

.product-detail-main .product-slider {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 991px) {
  .product-detail-main .product-slider {
    max-width: 100%;
    width: 100%;
  }
}
.product-detail-main .product-detail-desc {
  flex: 1;
  padding-left: 6rem;
}
@media (max-width: 991px) {
  .product-detail-main .product-detail-desc {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
.product-detail-main .product-main-slider .product-slider-item .product-img {
  padding-top: 115.3%;
  background: #faf6f6;
}
@media (max-width: 991px) {
  .product-detail-main .product-main-slider .product-slider-item .product-img {
    padding-top: 70%;
  }
}
.product-detail-main .product-main-slider .product-slider-item .product-img img {
  object-fit: contain;
}
.product-detail-main .product-nav-slider {
  margin: 1rem -1.5rem 0 -1.5rem;
}
.product-detail-main .product-nav-slider .product-nav-item {
  padding: 0 1.5rem;
}
.product-detail-main .product-nav-slider .product-nav-item.is-nav-selected .product-slider-img {
  border: 1px solid var(--primary-color);
}
.product-detail-main .product-nav-slider .product-slider-img {
  border: 1px solid transparent;
  padding-top: 115.3%;
  background: #faf6f6;
}
@media (max-width: 991px) {
  .product-detail-main .product-nav-slider .product-slider-img {
    padding-top: 100%;
  }
}
.product-detail-main .product-nav-slider .product-slider-img img {
  object-fit: contain;
}
.product-detail-main .product-detail-desc .product-name {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 2rem;
}
.product-detail-main .product-detail-desc .desc {
  color: var(--text-color);
  text-align: justify;
}
.product-detail-main .product-detail-desc .desc p,
.product-detail-main .product-detail-desc .desc ul {
  margin-bottom: 1rem;
}
.product-detail-main .product-info {
  margin-top: 1rem;
}
.product-detail-main .product-info .product-price {
  text-align: center;
  font-size: 2.4rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  display: flex;
  gap: 0 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .product-detail-main .product-info .product-price {
    margin-top: 1.5rem;
  }
}
.product-detail-main .product-info .product-status {
  height: 4.9rem;
  line-height: 4.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  background: #ff840a;
  margin-bottom: 1.5rem;
}
.product-detail-main .product-info .box-addcart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-main .product-info .box-addcart .box-number {
  width: 40%;
  padding: 1rem 2rem 1rem 2rem;
  border: 1px solid var(--primary-color);
  height: 4.9rem;
  line-height: 4.5;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media (max-width: 991px) {
  .product-detail-main .product-info .box-addcart .box-number {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .product-detail-main .product-info .box-addcart .box-number {
    width: 40%;
  }
}
.product-detail-main .product-info .box-addcart .box-number input {
  background: none;
  max-width: 100%;
  margin-bottom: 3px;
}
.product-detail-main .product-info .box-addcart .box-number input[type="number"] {
  text-align: center;
  width: 60%;
  margin-bottom: 0;
}
.product-detail-main .product-info .box-addcart .box-number input::-webkit-outer-spin-button,
.product-detail-main .product-info .box-addcart .box-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail-main .product-info .box-addcart .box-number input[type="number"] {
  -moz-appearance: textfield;
}
.product-detail-main .product-info .box-addcart .order-btn {
  flex: 1;
  margin-left: 1.4rem;
}
.product-detail-main .product-info .box-addcart .order-btn button {
  padding: 1rem 2rem 1.5rem 2rem;
  height: 4.9rem;
  border: 1px solid var(--primary-color);
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: var(--primary-color);
}
.product-detail-main .product-info .box-addcart .order-btn button:hover {
  background: #1b8844;
}
.cuttr-readmore {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
}

.product-related .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 4rem;
}
.product-related .product-related-list {
  margin: 0 -10px;
}
.product-related .product-related-list .item {
  padding: 0 10px;
}
.product-related .product-related-list .previous,
.product-related .product-related-list .next {
  top: 37%;
}

/*-----------CHỨNG NHẬN----------------*/
.certificate-ct .heading-title {
  max-width: 60rem;
}
.certificate-ct .desc {
  font-size: 15px;
  color: var(--text-color);
  line-height: 1.8;
}
.certificate-ct .desc .text {
  margin-bottom: 2rem;
}
.certificate-ct .desc .certificate-img {
  margin-bottom: 2rem;
}

/*-------------VIDEO-HÌNH ẢNH-------------------*/
.list-videos {
  margin: 0 -2rem 6rem -2rem;
}
.list-videos .item {
  padding: 0 2rem;
}
.list-videos .item .video-item {
  position: relative;
  padding-top: 70.7%;
}
.list-videos .item .video-item .video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 8.2rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  z-index: 4;
  padding: 1.5rem 2rem;
  font-weight: 700;
}
.list-videos .item .video-item .video-btn {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.list-videos .item .video-item .video-btn svg {
  width: 6rem;
  height: 6rem;
}
.list-videos .item .video-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.list-videos .previous,
.list-videos .next {
  top: 50%;
}
.list-videos .previous {
  left: -4.5rem;
}
.list-videos .next {
  right: -4.5rem;
}
@media (max-width: 1200px) {
  .list-videos .previous {
    left: -3rem;
  }
  .list-videos .next {
    right: -3rem;
  }
}
.list-image-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
@media (max-width: 991px) {
  .list-image-item {
    grid-template-columns: 1fr 1fr;
  }
}
.list-image-item .img-item a {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}
.list-image-item .img-item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}

.list-images .previous,
.list-images .next {
  top: 50%;
}
.list-images .previous {
  left: -6rem;
}
.list-images .next {
  right: -6rem;
}

@media (max-width: 1200px) {
  .list-images .previous {
    left: -4.5rem;
  }
  .list-images .next {
    right: -4.5rem;
  }
}

.media-images {
  margin-bottom: 8rem;
}

/*-----------news-page----------*/
.news-page {
  margin-bottom: 8rem;
}
.news-page .gutter-15 > [class*="col-"] {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news-page .gutter-15 > [class*="col-"] {
    margin-bottom: 20px;
  }
}

/*--------------LIÊN HỆ--------------*/
.contact-page .contact-box-map iframe {
  display: block;
  width: 100%;
  min-height: 59.6rem;
}
@media (max-width: 991px) {
  .contact-page .contact-box-map iframe {
    height: 45rem;
    min-height: auto;
  }
}
.contact-page .contact-box-form {
  margin-top: -15rem;
  position: relative;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 6rem 13rem 6rem 13rem;
}
@media (max-width: 991px) {
  .contact-page .contact-box-form {
    margin-top: -10rem;
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-box-form {
    padding: 3rem 2rem;
  }
}
.contact-page .contact-box-form .contact-title {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 3rem;
}
.contact-page .contact-box-form .form-text .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .contact-page .contact-box-form .form-text .list-info {
    margin-bottom: 2rem;
  }
}
.contact-page .contact-box-form .form-text .list-info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #000;
}
.contact-page .contact-box-form .form-text .list-info ul li svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-right: 1rem;
  font-size: 14px;
}
.contact-page .contact-box-form .main-form form input,
.contact-page .contact-box-form .main-form form textarea {
  font-size: 14px;
  color: var(--text-color);
  width: 100%;
  height: 4rem;
  background: #ebebeb;
  backdrop-filter: blur(4px);
  padding: 0 1rem 0.4rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
}
.contact-page .contact-box-form .main-form form input:focus,
.contact-page .contact-box-form .main-form form textarea:focus {
  border: 1px solid var(--primary-color);
}
.contact-page .contact-box-form .main-form form textarea {
  height: 8.7rem;
  padding-top: 0.5rem;
}
.contact-page .contact-box-form .main-form form textarea:focus {
  outline: none;
}
.contact-page .contact-box-form .main-form form button {
  text-align: center;
  width: 19.8rem;
  height: 4.7rem;
  color: #fff;
  padding-bottom: 0.3rem;
  font-size: 14px;
  background: var(--primary-color);
  border-radius: 38px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.contact-page .contact-box-form .main-form form button:hover {
  background: #1e8445;
}

.contact-content {
  margin-bottom: 8rem;
}

/*--------------CHI TIẾT TIN TỨC--------------*/
.news-detail-ct {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .news-detail-ct {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .news-detail-ct .col-lg-8 {
    padding-right: 2.4rem;
    border-right: 1px solid #c4c4c4;
  }
}
@media (min-width: 992px) {
  .news-detail-ct .col-lg-4 {
    padding-left: 2.4rem;
  }
}
.news-detail-ct .main-content .post-author {
  gap: 0 5px;
  font-weight: 500;
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--text-color);
}
.news-detail-ct .main-content .post-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 2rem;
}
.news-detail-ct .main-content .desc {
  padding-bottom: 2rem;
  text-align: justify;
  font-size: 15px;
  color: var(--text-color);
}
.news-detail-ct .main-content .time-share {
  padding: 2rem 0;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-detail-ct .main-content .time-share {
    justify-content: center;
  }
}

.news-detail-ct .main-content .time-share .time {
  font-size: 14px;
  color: var(--text-color);
  font-style: italic;
}
@media (max-width: 767px) {
  .news-detail-ct .main-content .time-share .time {
    margin-bottom: 2rem;
  }
}
.news-detail-ct .main-content .time-share .share ul {
  display: flex;
  gap: 0 2rem;
  align-items: center;
}
.news-detail-ct .main-content .time-share .share ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-detail-ct .main-content .time-share .share ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0px 1px 6px 1px #ccc;
}
.news-detail-ct .main-content .tag {
  padding: 2rem 0;
  /* border-bottom: 1px solid #c4c4c4; */
  font-family: "Inter";
}
.news-detail-ct .main-content .tag ul {
  display: flex;
  gap: 0 1.6rem;
  align-items: center;
  flex-wrap: wrap;
}
.news-detail-ct .main-content .tag ul li {
  padding: 3px 2rem;
  border: 1px solid #919191;
  border-radius: 4px;
  color: var(--text-color);
  font-size: 16px;
}
.news-detail-ct .main-content .tag ul li:hover {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.news-related {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .news-related .row {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
  }
  .news-related .row .col-9 {
    scroll-snap-align: center;
  }
}

.news-feature {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}
.news-feature .title-feature {
  height: 6.2rem;
  line-height: 6rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  background: var(--primary-color);
  padding: 0 1rem;
}
.news-feature .list-feature .feature-item {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  border-bottom: 1px solid #e8e8e8;
}
.news-feature .list-feature .feature-item .feature-img {
  width: 25%;
}
.news-feature .list-feature .feature-item .feature-img img {
  width: 100%;
}
.news-feature .list-feature .feature-item .title {
  flex: 1;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.news-feature .list-feature .feature-item .title:hover {
  color: var(--primary-color);
}
.home__about {
  padding: 8rem 0;
  margin: 0;
}

/*Giỏ hàng*/

.site-single-news {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .site-single-news {
    margin-top: 3rem;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--primary-color);
}
.site-single-news .quantity {
  display: flex;
  align-items: center;
}
.site-single-news .quantity .qty_button {
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-single-news .quantity .qty_button:focus {
  outline: none;
  box-shadow: none;
}
.site-single-news .quantity .minus {
  border-right: none;
}
.site-single-news .quantity .plus {
  border-left: none;
}
.site-single-news .woocommerce .quantity .qty {
  min-width: 52px;
  height: 40px;
  font-size: 16px;
  border-radius: 0;
  padding: 0;
}
.site-single-news .woocommerce button,
.woocommerce .woocommerce-message .button {
  padding: 1.5rem 2rem;
  display: inline-block;
  font-weight: normal;
  background: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  border: 1px solid transparent;
  color: #fff !important;
  border-radius: 0;
}

.site-single-news .woocommerce button:hover,
.woocommerce .woocommerce-message .button:hover {
  transform: scale(1);
  background: #1f8a47 !important;
  background-color: #1f8a47 !important;
}
.site-single-news .coupon .input-text {
  height: 44px;
  font-size: 16px;
  border-radius: 0;
}
.gini-woocommerce-page h2 {
  color: var(--primary-color);
}
.site-single-news .wc-proceed-to-checkout .checkout-button {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: var(--primary-color) !important;
  background-image: none !important;
}
.site-single-news .wc-proceed-to-checkout .checkout-button:hover {
  background: #1f8a47 !important;
  background-image: none !important;
  transform: scale(1);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
form.woocommerce-checkout h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--primary-color);
  width: 100%;
  font-size: 20px;
}
.woocommerce-address-fields label,
.woocommerce-billing-fields label {
  margin-bottom: 5px;
  font-weight: bold;
  color: var(--primary-color);
  width: 100%;
}
input.woocommerce-Input,
.woocommerce-input-wrapper input,
.woocommerce .woocommerce-cart-form input,
#order_comments {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  min-height: 40px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--primary-color);
}
.woocommerce-form-row label,
.woocommerce-additional-fields__field-wrapper .form-row label {
  color: var(--primary-color);
}
.product-subtotal bdi {
  color: var(--primary-color);
  font-weight: 700;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce-page table.cart td.actions .coupon {
  float: right;
}
@media (max-width: 991px) {
  .woocommerce-page table.cart td.actions .coupon {
    float: unset;
    width: 100%;
  }
}
.site-single-news .woocommerce input[name="coupon_code"] {
  width: 310px !important;
  max-width: 100%;
}
@media (max-width: 767px) {
  .site-single-news .woocommerce input[name="coupon_code"] {
    width: 100% !important;
    max-width: 100%;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: unset;
    width: 100%;
  }
}

.product-detail-main .product-info .product-price .price del {
  font-size: 1.8rem;
}
.product-detail-main .product-info .product-price .price ins {
  font-size: 2.2rem;
}

.product-detail-main .product-info .product-price .price > .amount > bdi {
  font-size: 2.2rem;
}
.misha_loadmore {
  text-align: center;
  width: 20rem;
  height: 4.6rem;
  border-radius: 102px;
  border: 1px solid #29b05c;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 4.2rem;
  display: block;
  margin: 5rem auto 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.misha_loadmore:hover {
  color: #fff;
  background: var(--primary-color);
}
.news-related-list {
  margin: 0 -10px;
}
.news-related-list .col-9 {
  padding: 0 10px;
  margin-bottom: 2rem;
}
.news-related .flkt-dots .flickity-page-dots {
  bottom: -2.4rem;
}
.news-related .flkt-dots .flickity-page-dots .dot {
  border: 1px solid var(--primary-color);
  margin: 0 4px;
}
@media (max-width: 991px) {
  .news-related {
    margin-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .site-single-news .woocommerce .col2-set {
    margin: 0;
  }
  .site-single-news .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    padding: 0;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
  }
  .woocommerce form .form-row input.input-text {
    font-size: 14px;
  }
  .woocommerce-page .col2-set .col-2 {
    padding: 0;
  }
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.woocommerce form .form-row input.input-text {
  color: #000;
}
.woocommerce-input-wrapper textarea::placeholder {
  font-size: 14px;
}
.woocommerce form .form-row textarea {
  height: 23rem;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  text-align: center;
  margin-top: 3rem;
  display: block;
  width: 100%;
}
.woocommerce-checkout #payment div.form-row {
  padding: 1em 1em 1.5em 1em;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 2rem;
  font-size: 2rem;
}

@media (max-width: 991px) {
  .product-detail-main .product-info .box-addcart form {
    width: 100%;
  }
}

@media (max-width: 1200px) {
    .header__wrapper .header__main-nav > ul > li {
        font-size: 12px;
    }
}


#comments {
  margin-top: 2rem;
}

.woocommerce a.added_to_cart {
  padding-top: 0;
}
.btn-add-cart .ajax_add_to_cart.added {
  display: none;
}
.btn-add-cart .added_to_cart {
  animation: fade 0.8s;
  font-weight: 600;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media(max-width:991px){
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
}