@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}
/** HEADER ============================================*/
/** Topbar */
.gv_topbar_block {
  position: relative;
  overflow: hidden;
  background: #eee;
}
@media (max-width: 991px) {
  .gv_topbar_block {
    display: none;
  }
}
.gv_topbar_block .container > .row {
  align-items: center;
}
.gv_topbar_block .slogan {
  padding: 10px 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.gv_topbar_block .info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gv_topbar_block .info > li {
  display: block;
}
.gv_topbar_block .info > li > a {
  display: flex;
  align-items: center;
  color: #000;
  line-height: 20px;
  padding: 10px 20px;
  border-left: 1px solid #b6b6b6;
  transition: all 0.3s ease 0s;
}
.gv_topbar_block .info > li > a svg {
  height: 15px;
  width: 15px;
  fill: var(--primary-Color);
  margin-right: 10px;
}
.gv_topbar_block .info > li:first-child > a {
  border-left: 0;
}

/** Header Main */
.gv_header_block {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
  z-index: 99;
  background: #fff;
  padding: 12px 0;
}
@media (max-width: 1023px) {
  .gv_header_block {
    display: none;
  }
}
.gv_header_block .container .flex {
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gv_header_block .container .flex .head-left {
  max-width: 20%;
  flex: 0 0 20%;
}
.gv_header_block .container .flex .head-center {
  max-width: 52%;
  flex: 0 0 52%;
  padding-left: 16px;
  padding-right: 16px;
}
.gv_header_block .container .flex .head-right {
  max-width: 28%;
  flex: 0 0 28%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gv_header_block a.logo {
  display: inline-block;
}
.gv_header_block a.logo img {
  height: 80px;
  width: auto;
}
.gv_header_block form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .gv_header_block form {
    max-width: 500px;
  }
}
.gv_header_block form input {
  width: 100%;
  padding: 10px 20px;
  line-height: 20px;
  border: 2px solid #dcdcdc;
  border-radius: 0;
  outline: none;
  display: block;
  background: transparent;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  height: 44px;
}
.gv_header_block form button {
  position: relative;
  height: 44px;
  min-width: 48px;
  max-width: 48px;
  display: flex;
  border-radius: 0 10px 10px 0;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0;
  cursor: pointer;
  background: #333;
}
.gv_header_block form button svg path {
  stroke: #fff;
}
.gv_header_block .cart {
  display: inline-flex;
  align-items: center;
  border: 2px solid var(--primary-Color);
  overflow: hidden;
  border-radius: 30px;
  color: var(--primary-Color);
}
.gv_header_block .cart .cx-icon {
  height: 40px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-Color);
}
.gv_header_block .cart .cx-icon svg {
  height: 18px;
  width: 18px;
  fill: #fff;
}
.gv_header_block .cart .cx-text {
  color: #000;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

/** Header Mobile */
.gv_mobile_block {
  position: relative;
  overflow: hidden;
  display: none;
  z-index: 999;
}
@media (max-width: 1023px) {
  .gv_mobile_block {
    display: block;
  }
}
.gv_mobile_block .container .flex {
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gv_mobile_block .container .flex .head-left {
  max-width: 40%;
  flex: 0 0 40%;
}
.gv_mobile_block .container .flex .head-right {
  max-width: 60%;
  flex: 0 0 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gv_mobile_block a.logo {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.gv_mobile_block a.logo img {
  height: 60px;
  width: auto;
}
.gv_mobile_block a.logo svg {
  width: 140px;
  height: auto;
}
.gv_mobile_block a.cart {
  display: flex;
  height: 40px;
  width: 40px;
  background: var(--primary-Color);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
}
.gv_mobile_block a.cart svg {
  height: 18px;
  width: 18px;
  fill: #fff;
}
.gv_mobile_block a.cart span {
  height: 20px;
  width: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #000;
  border-radius: 4px;
}
.gv_mobile_block button.btx-open {
  outline: none;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  border: 2px solid var(--primary-Color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: transparent;
}
.gv_mobile_block button.btx-open svg {
  height: 28px;
  width: 22px;
  fill: var(--primary-Color);
}
.gv_mobile_block .search {
  margin-bottom: 20px;
}
.gv_mobile_block .search form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.gv_mobile_block .search form input {
  width: 100%;
  padding: 8px 20px;
  line-height: 20px;
  border: 2px solid #dcdcdc;
  border-radius: 0;
  outline: none;
  display: block;
  background: transparent;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  height: 40px;
}
.gv_mobile_block .search form button {
  position: relative;
  height: 40px;
  min-width: 44px;
  max-width: 44px;
  display: flex;
  border-radius: 0 4px 4px 0;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0;
  cursor: pointer;
  background: #333;
}
.gv_mobile_block .search form button svg path {
  stroke: #fff;
}

/** Navigation */
.gv_navigation_block {
  position: relative;
  border-bottom: 2px solid var(--primary-Color);
}
@media (max-width: 991px) {
  .gv_navigation_block .container > .row .col-right {
    display: none;
  }
}
.gv_navigation_block .cate > button {
  line-height: 20px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  outline: none;
  border: 0;
  letter-spacing: 0.5px;
  width: 100%;
  text-transform: uppercase;
  background: var(--primary-Color);
}
@media (max-width: 767px) {
  .gv_navigation_block .cate > button {
    justify-content: space-between;
  }
}
.gv_navigation_block .cate > button::after {
  content: "";
  height: 8px;
  width: 16px;
  display: block;
  position: relative;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-left: 16px;
}
.gv_navigation_block .navi .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 1399px) {
  .gv_navigation_block .navi .menu {
    gap: 20px;
  }
}
.gv_navigation_block .navi .menu > li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.gv_navigation_block .navi .menu > li a {
  display: block;
  padding: 12px 0;
  line-height: 20px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  position: relative;
}
.gv_navigation_block .navi .menu > li a::after {
  content: "";
  height: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  position: absolute;
  z-index: 1;
  background: var(--primary-Color);
}
.gv_navigation_block .navi .menu > li > .sub-menu {
  position: absolute;
  z-index: 99;
  background: #FFF;
  top: 140%;
  left: -12px;
  width: 240px;
  border-radius: 6px;
  color: #000;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.gv_navigation_block .navi .menu > li > .sub-menu > li {
  display: block;
  position: relative;
  border-bottom: 1px dotted #dfdfdf;
}
.gv_navigation_block .navi .menu > li > .sub-menu > li:last-child {
  border-bottom: 0;
}
.gv_navigation_block .navi .menu > li > .sub-menu > li > a {
  font-size: 16px;
  padding: 10px 25px;
  display: block;
  color: #333;
  line-height: 20px;
  font-weight: 500;
}
.gv_navigation_block .navi .menu > li > .sub-menu > li > a:hover {
  color: var(--primary-Color);
}
.gv_navigation_block .navi .menu > li > .sub-menu > li ul {
  position: absolute;
  z-index: 99;
  background: #FFF;
  top: 0;
  left: 100%;
  width: 240px;
  border-radius: 6px;
  color: #000;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.gv_navigation_block .navi .menu > li > .sub-menu > li ul > li {
  display: block;
  position: relative;
}
.gv_navigation_block .navi .menu > li > .sub-menu > li ul > li > a {
  font-size: 14px;
  padding: 8px 25px;
  display: block;
  color: #333;
  line-height: 20px;
  font-weight: 500;
}
.gv_navigation_block .navi .menu > li > .sub-menu > li ul > li > a:hover {
  color: var(--primary-Color);
}
.gv_navigation_block .navi .menu > li > .sub-menu > li ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.gv_navigation_block .navi .menu > li > .sub-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.gv_navigation_block .navi .menu > li:hover::before {
  opacity: 1;
  visibility: visible;
}
.gv_navigation_block .navi .menu > li:hover > a {
  color: var(--primary-Color);
}
.gv_navigation_block .navi .menu > li:hover > a::after {
  height: 3px;
}
.gv_navigation_block .navi .menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.gv_navigation_block .navi .menu > li.active > a,
.gv_navigation_block .navi .menu > li.current-menu-item > a,
.gv_navigation_block .navi .menu > li.current_page_item > a,
.gv_navigation_block .navi .menu > li.current-menu-ancestor > a,
.gv_navigation_block .navi .menu > li.current_page_parent > a,
.gv_navigation_block .navi .menu > li.current_page_ancestor > a {
  color: var(--primary-Color);
}
.gv_navigation_block .navi .menu > li.active > a::after,
.gv_navigation_block .navi .menu > li.current-menu-item > a::after,
.gv_navigation_block .navi .menu > li.current_page_item > a::after,
.gv_navigation_block .navi .menu > li.current-menu-ancestor > a::after,
.gv_navigation_block .navi .menu > li.current_page_parent > a::after,
.gv_navigation_block .navi .menu > li.current_page_ancestor > a::after {
  height: 3px;
}
.gv_navigation_block .navi .menu > li.menu-item-has-children::after {
  height: 6px;
  width: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  content: "";
  position: relative;
  display: block;
  margin-left: 6px;
  top: 2px;
}
.gv_navigation_block .navi .menu > li.menu-item-has-children:hover::after {
  border-top-color: var(--primary-Color);
}

/** Menu Mobile */
.gv_menu_block {
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 9999;
  width: 90%;
  max-width: 380px;
  background: #fff;
  height: 100vh;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translateX(-105%);
}
.gv_menu_block .inner {
  position: relative;
}
.gv_menu_block .inner button {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  height: 36px;
  width: 36px;
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 18px;
}
.gv_menu_block .inner button i {
  display: block;
  height: 16px;
  width: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.gv_menu_block .inner .name {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-left: 16px;
  border-bottom: 1px solid #111;
  background: #545454;
  color: #fff;
  padding-top: 20px;
  height: 72px;
}
.gv_menu_block .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_menu_block .inner > ul.menu-nav {
  position: relative;
}
.gv_menu_block .inner > ul.menu-nav > li {
  display: block;
  position: relative;
  padding: 0px;
}
.gv_menu_block .inner > ul.menu-nav > li > a {
  display: block;
  position: relative;
  color: #262626;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #eee;
}
.gv_menu_block .inner > ul.menu-nav > li > a i {
  height: 18px;
  width: 18px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.gv_menu_block .inner > ul.menu-nav > li i.arrow {
  position: absolute;
  height: 40px;
  width: 40px;
  transition: all 0.3s ease-in-out;
  right: 0px;
  top: 4px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.gv_menu_block .inner > ul.menu-nav > li ul {
  position: relative;
  background: #f0f0f0;
  width: 100%;
  display: none;
  transition: all 0.3s;
  padding: 0px 0;
}
.gv_menu_block .inner > ul.menu-nav > li ul > li {
  display: block;
  position: relative;
  padding: 0 0px;
}
.gv_menu_block .inner > ul.menu-nav > li ul > li > a {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #262626;
  padding: 10px 16px;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #f0f0f0;
}
.gv_menu_block .inner > ul.menu-nav > li ul > li > a:hover {
  color: var(--primary-Color);
}
.gv_menu_block .inner > ul.menu-nav > li ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.gv_menu_block .inner > ul.menu-nav > li ul > li:last-child > a {
  border-bottom: 0;
}
.gv_menu_block .inner > ul.menu-nav > li.show > i.arrow {
  transform: rotate(180deg);
}
.gv_menu_block .inner > ul.menu-nav > li:hover > a {
  color: var(--second-Color);
}
.gv_menu_block .inner > ul.menu-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.gv_menu_block .inner > ul.menu-nav > li:last-child > a {
  border-bottom: 0;
}

.gv_menu_block.open {
  transform: translateX(0);
}

/** Menu Category */
.gvx-menu-category {
  position: relative;
  z-index: 3;
}
.gvx-menu-category .container ul.list {
  position: relative;
  padding: 0px 0px;
  margin: 0;
  background: var(--second-Color);
  border-bottom: 8px solid var(--primary-Color);
  border-radius: 0 0 8px 8px;
}
.gvx-menu-category .container ul.list > li {
  display: block;
  position: relative;
  border-top: solid 1px var(--primary-Color);
  padding: 14px 0;
  padding-left: 32px;
  padding-right: 24px;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.gvx-menu-category .container ul.list > li > a {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
  color: var(--primary-Color);
}
.gvx-menu-category .container ul.list > li > a > i {
  height: 16px;
  width: 16px;
  position: absolute;
  background-image: url("../images/fire.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 8px;
  top: 14px;
}
.gvx-menu-category .container ul.list > li > i.arrow {
  position: absolute;
  right: 0;
  top: 5px;
  color: var(--primary-Color);
  transform: rotate(90deg);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 4;
}
.gvx-menu-category .container ul.list > li ul {
  display: none;
  position: relative;
  background: transparent;
  list-style: none;
  z-index: 99;
  padding: 0;
  margin: 0;
  padding-left: 0px;
  padding-top: 10px;
}
.gvx-menu-category .container ul.list > li ul > li {
  display: block;
  position: relative;
}
.gvx-menu-category .container ul.list > li ul > li > a {
  padding: 10px 0px;
  font-size: 15px;
  padding-left: 0px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary-Color);
  display: block;
  border-top: 1px dotted var(--primary-Color);
}
.gvx-menu-category .container ul.list > li ul > li > a:hover {
  color: var(--primary-Color);
}
.gvx-menu-category .container ul.list > li ul > li:hover > ul {
  display: block;
}
.gvx-menu-category .container ul.list > li ul > li:last-child > a {
  border-bottom: 0;
}
.gvx-menu-category .container ul.list > li ul.show {
  display: block;
}
.gvx-menu-category .container ul.list > li:first-child {
  border-top: 0;
}

/** FOOTER ============================================*/
.gv_footer_block {
  position: relative;
  overflow: hidden;
  padding: 0px 0;
  background: #f2f2f2;
  border-top: 3px solid #ddd;
  color: #000;
}
@media (max-width: 991px) {
  .gv_footer_block {
    padding: 24px 0;
  }
}
.gv_footer_block .container > .row {
  margin: 0 -24px;
}
@media (max-width: 991px) {
  .gv_footer_block .container > .row {
    margin: 0 -15px;
  }
}
.gv_footer_block .container > .row > [class*=col-] {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .gv_footer_block .container > .row > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.gv_footer_block .container > .row .col-left {
  border-right: 1px solid #ccc;
}
.gv_footer_block .container > .row .col-right > .row > [class*=col-] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_footer_block .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--primary-Color);
  text-transform: uppercase;
  line-height: 1.4;
}
.gv_footer_block .desc {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
}
.gv_footer_block .contact {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.gv_footer_block .contact > li {
  display: block;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
}
.gv_footer_block .contact > li i {
  position: absolute;
  left: 0;
  top: 3px;
}
.gv_footer_block .contact > li span {
  display: block;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1.15;
}
.gv_footer_block .contact > li p {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 300;
  color: var(--primary-Color);
  margin-bottom: 0;
}
.gv_footer_block .contact > li:last-child {
  margin-bottom: 0;
}
.gv_footer_block .subcribe {
  display: block;
  position: relative;
  padding-bottom: 32px;
}
.gv_footer_block .subcribe .wpcf7-form .temp-subcribe {
  display: flex;
}
.gv_footer_block .subcribe .wpcf7-form .temp-subcribe p {
  display: flex;
  margin-bottom: 0;
  gap: 8px;
}
.gv_footer_block .subcribe .wpcf7-form .temp-subcribe p input[type=email],
.gv_footer_block .subcribe .wpcf7-form .temp-subcribe p input[type=tel] {
  padding: 10px 20px;
  line-height: 20px;
  background: #fff;
  width: 350px;
  outline: none;
  border-radius: 5px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gv_footer_block .subcribe .wpcf7-form .temp-subcribe p input[type=email],
  .gv_footer_block .subcribe .wpcf7-form .temp-subcribe p input[type=tel] {
    width: 260px;
  }
}
.gv_footer_block .subcribe .wpcf7-form .temp-subcribe p input.wpcf7-submit {
  padding: 10px 20px;
  background: var(--primary-Color);
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}
.gv_footer_block .subcribe .wpcf7-form .temp-subcribe p .wpcf7-spinner {
  position: absolute;
  right: 0;
}
.gv_footer_block .social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 16px;
}
.gv_footer_block .social a {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.gv_footer_block .social a svg path {
  fill: var(--second-Color);
}
.gv_footer_block .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_footer_block .menu > li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.gv_footer_block .menu > li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.45;
}
.gv_footer_block .menu > li a:hover {
  color: var(--primary-Color);
}
.gv_footer_block .menu > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

/** HEADING ============================================*/
.head_section {
  position: relative;
  font-family: var(--primary-Font);
}
.head_section .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 2px solid var(--primary-Color);
}
.head_section .title span, .head_section .title a {
  background: var(--primary-Color);
  color: #fff;
  padding: 12px 20px 11px;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  line-height: 20px;
}

.head_block {
  position: relative;
  font-family: var(--primary-Font);
}
.head_block .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-Color);
  margin-bottom: 0;
}
.head_block .sub {
  font-weight: 500;
  color: #333;
  margin-top: 4px;
  font-size: 16px;
}
.head_block .divide {
  padding-top: 12px;
  display: block;
}
.head_block .divide::before {
  margin: 0 auto;
  content: "";
  height: 1px;
  width: 220px;
  background: var(--primary-Color);
  display: block;
  margin-bottom: 4px;
}
.head_block .divide::after {
  margin: 0 auto;
  content: "";
  height: 1px;
  width: 120px;
  background: var(--primary-Color);
  display: block;
}

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 1.32;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .head_blog .title {
    font-size: 30px;
  }
}

.head_footer {
  position: relative;
  font-family: var(--primary-Font);
}
.head_footer .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--primary-Color);
}

/** BREADCRUMB ============================================*/
.breadcrumb-box {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.breadcrumb-box span,
.breadcrumb-box a {
  font-family: var(--primary-Font);
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: normal;
}
.breadcrumb-box i {
  height: 10px;
  width: 10px;
  background: 0;
  border-radius: 100%;
  display: inline-block;
  margin: 0 4px;
  background-image: url("../images/svg/icn-right.svg");
  filter: brightness(0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumb-box a {
  font-weight: 500;
  color: #000;
}
.breadcrumb-box a:hover {
  color: var(--primary-Color);
}

/** CONTENT ============================================*/
/** Desc */
.desc {
  font-family: var(--primary-Font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  word-wrap: break-word;
}
.desc h1 {
  font-size: 1.9em;
}
.desc h2 {
  font-size: 1.65em;
}
.desc h3 {
  font-size: 1.45em;
}
.desc h4 {
  font-size: 1.2em;
}
.desc h5 {
  font-size: 1.05em;
}
.desc h6 {
  font-size: 1em;
}
.desc img {
  max-width: 100%;
  height: auto;
}
.desc .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.desc .aligncenter img {
  max-width: 100%;
  height: auto;
}
.desc .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.desc .alignleft img {
  max-width: 100%;
  height: auto;
}
.desc .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.desc .alignright img {
  max-width: 100%;
  height: auto;
}

/** Entry Content */
.entry-content {
  font-family: var(--primary-Font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.67;
  word-wrap: break-word;
}
.entry-content a {
  color: var(--primary-Color);
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 1rem;
}
.entry-content h1 {
  font-size: 1.65em;
}
.entry-content h2 {
  font-size: 1.4em;
}
.entry-content h3 {
  font-size: 1.3em;
}
.entry-content h4 {
  font-size: 1.2em;
}
.entry-content h5 {
  font-size: 1.25em;
}
.entry-content h6 {
  font-size: 1em;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content object {
  max-width: 100%;
}
.entry-content ol, .entry-content ul {
  padding-left: 16px;
  margin-bottom: 1rem;
}
.entry-content table {
  width: 100%;
  margin-bottom: 16px;
}
.entry-content table tr {
  border: 1px solid #dedede;
}
.entry-content table tr th {
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--primary-Color);
  color: #fff;
}
.entry-content table tr td {
  padding: 6px 12px;
  color: #000;
}
.entry-content table tr td:last-child {
  text-align: right;
}
.entry-content table tr:nth-child(even) td {
  background: #f6f6f6;
}
.entry-content .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.entry-content .aligncenter img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.entry-content .alignleft img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.entry-content .alignright img {
  max-width: 100%;
  height: auto;
}
.entry-content .wp-caption-text {
  background: #fdfdfd;
  text-align: center;
  margin-bottom: 13px;
  font-style: italic;
  padding: 6px;
  font-size: 13px;
}

/** LOOP ============================================*/
.product_inner {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  padding: 6px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
  transition: all 0.6s ease 0s;
  text-align: center;
  z-index: 2;
}
.product_inner .image {
  position: relative;
}
.product_inner .image a {
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  background-position: center;
}
.product_inner .image a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.product_inner .image a .badge-sale {
  display: flex;
  position: absolute;
  z-index: 6;
  height: 40px;
  width: 40px;
  background-image: url(../images/icon-discount.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: -6px;
  align-items: center;
  top: -6px;
  justify-content: center;
}
.product_inner .image a .badge-sale span {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-Color);
}
.product_inner .info {
  padding-top: 12px;
  position: relative;
  padding-bottom: 6px;
}
.product_inner .info .star {
  display: block;
  margin-bottom: 0.75rem;
}
.product_inner .info .title {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
}
.product_inner .info .title a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
  transition: all 0.6s ease 0s;
}
.product_inner .info .title a:hover {
  color: var(--primary-Color);
}
.product_inner .info .price {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  gap: 10px;
  font-weight: 400;
  color: var(--primary-Color);
  margin-bottom: 0;
  letter-spacing: 0.3px;
}
.product_inner .info .price .px-old {
  font-weight: 300;
  text-decoration: line-through;
}
.product_inner .info .price .px-reg {
  font-weight: 600;
}
.product_inner .info .buy {
  display: flex;
  justify-content: center;
}
.product_inner .info .buy a {
  padding: 6px 16px;
  font-size: 14px;
  border: 0;
  display: inline-flex;
  align-items: center;
  background: var(--primary-Color);
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  line-height: 18px;
  transition: all 0.6s ease 0s;
}
.product_inner .info .buy a i {
  margin-right: 8px;
  position: relative;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff;
}
.product_inner .info .buy a i::before {
  content: "";
  height: 9px;
  width: 9px;
  background-image: url(../images/svg/icx-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.product_inner .info .buy a:hover {
  background: var(--second-Color);
  color: #000;
}
.product_inner .info .buy a:hover::before {
  filter: brightness(0);
}

.post_inner {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.post_inner .image {
  position: relative;
  display: block;
  border-bottom: 3px solid var(--second-Color);
}
.post_inner .image > a {
  position: relative;
  padding-bottom: 60%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.post_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.3s ease 0s;
}
.post_inner .image > a:hover img {
  transform: scale(1.11);
}
.post_inner .info {
  padding-top: 16px;
  z-index: 3;
  position: relative;
}
.post_inner .info .title {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
  display: block;
}
.post_inner .info .title a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 43px;
  transition: all 0.6s ease 0s;
}
.post_inner .info .meta {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  transition: 0.6s;
  z-index: 1;
  margin-bottom: 0.75rem;
}
.post_inner .info .meta::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--second-Color);
  left: 0;
  top: 6px;
  border-radius: 30px;
}
.post_inner .info .more-x {
  display: block;
}
.post_inner .info .more-x a {
  padding: 6px 16px;
  font-size: 14px;
  border: 0;
  display: inline-flex;
  align-items: center;
  background: var(--primary-Color);
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  line-height: 18px;
  transition: all 0.6s ease 0s;
}
.post_inner .info .more-x a i {
  margin-right: 8px;
  position: relative;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff;
}
.post_inner .info .more-x a i::before {
  content: "";
  height: 9px;
  width: 9px;
  background-image: url(../images/svg/icx-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.post_inner .info .more-x a:hover {
  background: var(--second-Color);
}

.blog_inner {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--primary-Color);
}
.blog_inner .image {
  position: relative;
  display: block;
  border-bottom: 3px solid #cdcdcd;
}
.blog_inner .image > a {
  position: relative;
  padding-bottom: 60%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.blog_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.3s ease 0s;
}
.blog_inner .image > a:hover img {
  transform: scale(1.11);
}
.blog_inner .info {
  padding: 12px;
  z-index: 3;
  position: relative;
}
.blog_inner .info .title {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
  display: block;
}
.blog_inner .info .title a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 43px;
  transition: all 0.6s ease 0s;
}
.blog_inner .info .desc {
  font-size: 14px;
  line-height: 1.52;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  overflow: hidden;
  height: 42px;
  color: #888;
  margin-bottom: 0.45rem;
}
.blog_inner .info .meta {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  transition: 0.6s;
  z-index: 1;
  margin-bottom: 0.75rem;
}
.blog_inner .info .meta::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 4px;
  background-color: var(--second-Color);
  left: 0;
  top: 6px;
}
.blog_inner .info .more-x {
  display: block;
}
.blog_inner .info .more-x a {
  padding: 6px 16px;
  font-size: 14px;
  border: 0;
  display: inline-flex;
  align-items: center;
  background: var(--primary-Color);
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  line-height: 18px;
  transition: all 0.6s ease 0s;
}
.blog_inner .info .more-x a i {
  margin-right: 8px;
  position: relative;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff;
}
.blog_inner .info .more-x a i::before {
  content: "";
  height: 9px;
  width: 9px;
  background-image: url(../images/svg/icx-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.blog_inner .info .more-x a:hover {
  background: var(--second-Color);
}

.catalogue_inner {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .catalogue_inner {
    align-items: flex-start;
  }
}
.catalogue_inner .icon {
  position: relative;
  display: block;
  z-index: 2;
  min-width: 64px;
  max-width: 64px;
}
@media (max-width: 575px) {
  .catalogue_inner .icon {
    max-width: 50px;
    min-width: 50px;
  }
}
.catalogue_inner .icon > a {
  position: relative;
  height: 64px;
  width: 64px;
  border-radius: 4px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .catalogue_inner .icon > a {
    height: 50px;
    width: 50px;
  }
}
.catalogue_inner .icon > a svg {
  fill: var(--primary-Color);
}
.catalogue_inner .info {
  flex: 1;
  padding-left: 16px;
}
@media (max-width: 575px) {
  .catalogue_inner .info {
    padding-left: 12px;
  }
}
.catalogue_inner .info .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .catalogue_inner .info .title {
    font-size: 16px;
  }
}
.catalogue_inner .info .title a {
  color: #000;
}
.catalogue_inner .info .title a:hover {
  color: var(--primary-Color);
}
.catalogue_inner .info .param {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 575px) {
  .catalogue_inner .info .param {
    font-size: 13px;
  }
}
.catalogue_inner .info .param span {
  margin-right: 10px;
}

.document_inner {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .document_inner {
    align-items: flex-start;
  }
}
.document_inner .icon {
  position: relative;
  display: block;
  z-index: 2;
  min-width: 64px;
  max-width: 64px;
}
@media (max-width: 575px) {
  .document_inner .icon {
    max-width: 50px;
    min-width: 50px;
  }
}
.document_inner .icon > a {
  position: relative;
  height: 64px;
  width: 64px;
  border-radius: 4px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .document_inner .icon > a {
    height: 50px;
    width: 50px;
  }
}
.document_inner .icon > a svg {
  fill: var(--primary-Color);
}
.document_inner .info {
  flex: 1;
  padding-left: 16px;
}
@media (max-width: 575px) {
  .document_inner .info {
    padding-left: 12px;
  }
}
.document_inner .info .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .document_inner .info .title {
    font-size: 16px;
  }
}
.document_inner .info .title a {
  color: #000;
}
.document_inner .info .title a:hover {
  color: var(--primary-Color);
}
.document_inner .info .param {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 575px) {
  .document_inner .info .param {
    font-size: 13px;
  }
}
.document_inner .info .param span {
  margin-right: 10px;
}

/** Paginate Nav */
.paginate-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.paginate-nav ul > li {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}
.paginate-nav ul > li span, .paginate-nav ul > li a {
  height: 40px;
  width: 40px;
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  font-weight: 600;
}
.paginate-nav ul > li span i, .paginate-nav ul > li a i {
  position: relative;
  width: 16px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.paginate-nav ul > li a.prev i {
  background-image: url("../images/svg/ick-prev.svg");
}
.paginate-nav ul > li a.next i {
  background-image: url("../images/svg/ick-next.svg");
}
.paginate-nav ul > li span.current {
  background: var(--primary-Color);
  color: #fff;
}
.paginate-nav ul li.prv-link a i, .paginate-nav ul li.prv-link span i {
  background-image: url("../images/svg/ick-prev.svg");
}
.paginate-nav ul li.nxt-link a i, .paginate-nav ul li.nxt-link span i {
  background-image: url("../images/svg/ick-next.svg");
}
.paginate-nav ul li.active a, .paginate-nav ul li.active span {
  background: #008CA5;
  color: #fff;
}

/** Paginav Product */
.woocommerce nav.woocommerce-pagination ul {
  display: flex !important;
  flex-wrap: wrap;
  border: 0 !important;
  margin: 0 !important;
  white-space: unset !important;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul > li {
  border: 0 !important;
  padding: 0 4px !important;
  float: none !important;
}
.woocommerce nav.woocommerce-pagination ul > li span, .woocommerce nav.woocommerce-pagination ul > li a {
  height: 40px;
  width: 40px;
  background: #f0f0f0 !important;
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #000 !important;
  font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul > li span i, .woocommerce nav.woocommerce-pagination ul > li a i {
  position: relative;
  width: 16px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce nav.woocommerce-pagination ul > li span:hover, .woocommerce nav.woocommerce-pagination ul > li a:hover {
  background: var(--primary-Color) !important;
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul > li a.prev i {
  background-image: url("../images/svg/ick-prev.svg");
}
.woocommerce nav.woocommerce-pagination ul > li a.next i {
  background-image: url("../images/svg/ick-next.svg");
}
.woocommerce nav.woocommerce-pagination ul > li span.current {
  background: var(--primary-Color) !important;
  color: #fff !important;
}

/** COPYRIGHT ============================================*/
.gvx-copyright-box {
  position: relative;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #000;
}
.gvx-copyright-box .copy {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}/*# sourceMappingURL=style.css.map */