/** BLOG ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .title {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.5px;
  color: var(--heading-Color);
  width: 100%;
}
@media (max-width: 575px) {
  .head_taxonomy .title {
    font-weight: 22px;
  }
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  color: #222;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .head_single .title {
    font-weight: 20px;
  }
}

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.5px;
  color: var(--heading-Color);
  width: 100%;
}
@media (max-width: 575px) {
  .head_blog .title {
    font-weight: 22px;
  }
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: #01a652;
}
@media (max-width: 767px) {
  .head_box .title {
    font-size: 20px;
  }
}

.head_contact {
  position: relative;
  font-family: var(--primary-Font);
}
.head_contact .title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  color: #fff;
}
@media (max-width: 575px) {
  .head_contact .title {
    font-weight: 26px;
  }
}

/** Banner Contact */
.gvx-banner-contact {
  position: relative;
  overflow: hidden;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gvx-banner-contact::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
}
.gvx-banner-contact .container {
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** Banner Blog */
.gvx-banner-blog {
  position: relative;
  overflow: hidden;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .gvx-banner-blog {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .gvx-banner-blog {
    height: 260px;
  }
}
/** Post Category */
.gv_post_category {
  position: relative;
  overflow: hidden;
  padding: 16px 0 40px;
}
@media (max-width: 767px) {
  .gv_post_category .container .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 767px) {
  .gv_post_category .container .row > [class*=col-] {
    padding-left: -8px;
    padding-right: -8px;
  }
}
.gv_post_category .blog-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

/** Post Single */
.gv_post_single {
  position: relative;
  padding: 16px 0 48px;
}
.gv_post_single .container > .flex {
  margin: 0 -16px;
}
.gv_post_single .container > .flex > .clx-left {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 100%;
}
@media (max-width: 991px) {
  .gv_post_single .container > .flex > .clx-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 32px;
  }
}
.gv_post_single .container > .flex > .clx-right {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 100%;
}
@media (max-width: 991px) {
  .gv_post_single .container > .flex > .clx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_post_single .sidebar-main {
  height: 100%;
}

/** Page Single */
.gv_page_single {
  position: relative;
  padding: 16px 0 48px;
}
.gv_page_single .content-wrap .head_blog {
  padding-bottom: 24px;
}

/** Page Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding: 24px 0 48px;
}
.gv_page_contact .form-box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.107);
  padding: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gv_page_contact .form-box {
    padding: 20px;
  }
}
.gv_page_contact .form-box .name {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 16px;
  text-align: center;
  padding-bottom: 12px;
  color: var(--second-Color);
}
@media (max-width: 575px) {
  .gv_page_contact .form-box .name {
    font-weight: 20px;
  }
}
.gv_page_contact .form-box .name::after {
  content: "";
  height: 2px;
  width: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #444;
}
.gv_page_contact .form-box .desc {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
  color: #000;
}
.gv_page_contact .form-box .wpcf7-form p {
  margin-bottom: 0;
}
.gv_page_contact .form-box .wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
}
.gv_page_contact .form-box .wpcf7-form input[type=text],
.gv_page_contact .form-box .wpcf7-form input[type=email],
.gv_page_contact .form-box .wpcf7-form input[type=tel],
.gv_page_contact .form-box .wpcf7-form input[type=date],
.gv_page_contact .form-box .wpcf7-form select {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 0;
  margin: 10px 0;
}
.gv_page_contact .form-box .wpcf7-form textarea {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 0;
  margin: 10px 0;
  height: 144px;
}
.gv_page_contact .form-box .wpcf7-form input.wpcf7-submit {
  border-radius: 0;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
.gv_page_contact .form-box .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.gv_page_contact .contact-box {
  margin-bottom: 32px;
  position: relative;
}
.gv_page_contact .contact-box .row {
  align-items: stretch;
}
.gv_page_contact .contact-box .row > [class*=col-] {
  min-height: 100%;
  padding: 15px;
}
.gv_page_contact .contact-box .info {
  background: var(--primary-Color);
  border-radius: 0;
  padding: 40px 24px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info {
    padding: 24px 16px;
  }
}
.gv_page_contact .contact-box .info h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info h2 {
    margin-bottom: 20px;
  }
}
.gv_page_contact .contact-box .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_page_contact .contact-box .info ul > li {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info ul > li {
    padding-bottom: 20px;
  }
}
.gv_page_contact .contact-box .info ul > li:last-child {
  padding-bottom: 0;
}
.gv_page_contact .contact-box .info ul > li span.icon {
  height: 50px;
  min-width: 50px;
  max-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info ul > li span.icon {
    height: 40px;
    max-width: 40px;
    min-width: 40px;
  }
}
.gv_page_contact .contact-box .info ul > li span.icon svg {
  fill: var(--primary-Color);
}
.gv_page_contact .contact-box .info ul > li span.text,
.gv_page_contact .contact-box .info ul > li a.text {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 200;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info ul > li span.text,
  .gv_page_contact .contact-box .info ul > li a.text {
    font-size: 15px;
  }
}
.gv_page_contact .contact-box .info ul > li span.text strong,
.gv_page_contact .contact-box .info ul > li a.text strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info ul > li span.text strong,
  .gv_page_contact .contact-box .info ul > li a.text strong {
    font-size: 13px;
  }
}
.gv_page_contact .contact-box .info ul > li.ctx-phone a {
  color: white;
}
.gv_page_contact .contact-box .map {
  height: 100%;
}
.gv_page_contact .contact-box .map .embed-map {
  height: 100%;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .gv_page_contact .contact-box .map .embed-map {
    height: 450px;
  }
}
.gv_page_contact .contact-box .map .embed-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.gv_page_contact .payment {
  margin-bottom: 24px;
}
.gv_page_contact .google-map {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.gv_page_contact .google-map iframe {
  height: 450px;
  width: 100%;
  vertical-align: bottom;
}

/** Page Guarant */
.gv_page_guarant {
  position: relative;
  padding: 24px 0 0;
  overflow: hidden;
}
.gv_page_guarant .guarant-box {
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .gv_page_guarant .guarant-box .container {
    max-width: 960px;
  }
}
.gv_page_guarant .guarant-box .container > .row {
  align-items: center;
}
.gv_page_guarant .guarant-box .container > .row > [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_page_guarant .guarant-box .info {
  padding: 0 12px;
}
.gv_page_guarant .guarant-box .info h2.name {
  font-size: 21px;
  font-weight: 700;
  color: var(--second-Color);
  letter-spacing: 0.5px;
  margin: 0 0 20px;
}
.gv_page_guarant .guarant-box .info .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
}
.gv_page_guarant .guarant-box .info .desc span {
  color: var(--second-Color);
}
.gv_page_guarant .guarant-box .form {
  border: 1px solid var(--second-Color);
  border-radius: 10px;
  padding: 24px;
}
.gv_page_guarant .guarant-box .form h4.name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 0 12px;
}
.gv_page_guarant .guarant-box .form .wpcf7-form p {
  margin-bottom: 0;
}
.gv_page_guarant .guarant-box .form .wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.gv_page_guarant .guarant-box .form .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  margin-top: 0px;
  font-style: italic;
  margin-bottom: 6px;
}
.gv_page_guarant .guarant-box .form .wpcf7-form input[type=text],
.gv_page_guarant .guarant-box .form .wpcf7-form input[type=email],
.gv_page_guarant .guarant-box .form .wpcf7-form input[type=tel],
.gv_page_guarant .guarant-box .form .wpcf7-form input[type=date],
.gv_page_guarant .guarant-box .form .wpcf7-form select {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 5px;
  margin: 0px 0 12px;
  font-size: 13px;
  padding: 8px 16px;
}
.gv_page_guarant .guarant-box .form .wpcf7-form textarea {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 0;
  margin: 10px 0;
  height: 144px;
}
.gv_page_guarant .guarant-box .form .wpcf7-form input.is-hidden {
  opacity: 0;
  position: absolute;
  left: -99px;
  top: -99px;
  z-index: -99;
  height: 0;
  width: 0;
  font-size: 0;
  visibility: hidden;
}
.gv_page_guarant .guarant-box .form .wpcf7-form .group-local {
  gap: 10px;
}
@media (max-width: 340px) {
  .gv_page_guarant .guarant-box .form .wpcf7-form .group-local {
    flex-wrap: wrap;
    gap: 0;
  }
}
.gv_page_guarant .guarant-box .form .wpcf7-form .group-local select {
  padding: 8px 10px;
  font-size: 13px;
}
@media (max-width: 340px) {
  .gv_page_guarant .guarant-box .form .wpcf7-form .group-local select {
    min-width: 100%;
  }
}
.gv_page_guarant .guarant-box .form .wpcf7-form input.wpcf7-submit {
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 0.5px;
  background: var(--second-Color);
  border-radius: 34px;
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.gv_page_guarant .guarant-box .form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.gv_page_guarant .quest-box {
  background: #f2f2f2;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .gv_page_guarant .quest-box .container {
    max-width: 960px;
  }
}
.gv_page_guarant .quest-box h2.name {
  font-size: 21px;
  font-weight: 700;
  color: var(--second-Color);
  letter-spacing: 0.5px;
  margin: 0 0 20px;
}
.gv_page_guarant .quest-box .collapx {
  position: relative;
}
.gv_page_guarant .quest-box .collapx .collap-item {
  position: relative;
}
.gv_page_guarant .quest-box .collapx .collap-item .collapx-name {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 16px 16px;
  padding-right: 36px;
  line-height: 20px;
  background: #fff;
  margin-bottom: 12px;
}
.gv_page_guarant .quest-box .collapx .collap-item .collapx-name h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--second-Color);
}
@media (max-width: 575px) {
  .gv_page_guarant .quest-box .collapx .collap-item .collapx-name h5 {
    font-size: 14px;
  }
}
.gv_page_guarant .quest-box .collapx .collap-item .collapx-name i {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
}
.gv_page_guarant .quest-box .collapx .collap-item .collapx-name i::before, .gv_page_guarant .quest-box .collapx .collap-item .collapx-name i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--second-Color);
  transition: all 0.3s ease 0s;
}
.gv_page_guarant .quest-box .collapx .collap-item .collapx-name i::before {
  height: 2px;
  width: 100%;
}
.gv_page_guarant .quest-box .collapx .collap-item .collapx-name i::after {
  height: 100%;
  width: 2px;
}
.gv_page_guarant .quest-box .collapx .collap-item .collapx-desc {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 16px 16px;
  margin-bottom: 10px;
  background: #fff;
}
.gv_page_guarant .quest-box .collapx .collap-item .collapx-desc .desc {
  font-size: 15px;
  line-height: 1.65;
  color: #000;
}
.gv_page_guarant .quest-box .collapx .collap-item .collapx-desc .desc *:last-child {
  margin-bottom: 0;
}
.gv_page_guarant .quest-box .collapx .collap-item.active {
  position: relative;
}
.gv_page_guarant .quest-box .collapx .collap-item.active .collapx-name i::after {
  opacity: 0;
  visibility: hidden;
}
.gv_page_guarant .quest-box .note {
  font-size: 14px;
  font-style: italic;
}

/** Page Woocommerce */
.gv_page_woocommerce {
  position: relative;
  overflow: hidden;
  padding: 16px 0 48px;
  background: #fff;
}
/** Woocommerce */
.woocommerce form .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form .form-row {
  padding: 0;
  flex-wrap: wrap;
}
.woocommerce form .form-row label {
  display: block;
  width: 100%;
}
.woocommerce form .form-row textarea {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 150px !important;
}
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=password] {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce form .form-row span.password-input {
  width: 100%;
}
.woocommerce form .form-row span.password-input input[type=password] {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce form .form-row button.button {
  background: #0b6bbf;
  font-weight: 400;
  padding: 10px 19px;
  color: #FFF;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce form .form-row span.selection span.select2-selection--single {
  height: 40px;
  margin: 0;
  border-radius: 0;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 8px;
  width: 20px;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 15px;
}
.woocommerce form p {
  margin-top: 20px;
}
.woocommerce form p button.button {
  background: black;
  font-weight: 400;
  padding: 10px 19px;
  color: #FFF;
}
.woocommerce form p button.button:hover {
  background: darkorange;
}
.woocommerce form.checkout .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form.checkout #customer_details {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 24px;
}
.woocommerce form.checkout #customer_details .col-1, .woocommerce form.checkout #customer_details .col-2 {
  float: none !important;
  width: auto !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .woocommerce form.checkout #customer_details .col-1, .woocommerce form.checkout #customer_details .col-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.woocommerce form.checkout #customer_details .woocommerce-billing-fields h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
}
.woocommerce form.checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
}
.woocommerce form.checkout #customer_details #ship-to-different-address {
  margin-bottom: 12px;
  float: none !important;
  font-size: 20px;
}
.woocommerce form.checkout #customer_details #ship-to-different-address .woocommerce-form__label {
  margin-bottom: 0;
}
.woocommerce form.checkout #customer_details #ship-to-different-address .woocommerce-form__label span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0.5em 0;
  padding: 20px 30px;
}
.woocommerce form.login .form-row-first,
.woocommerce form.checkout_coupon .form-row-first {
  float: left;
  width: 47%;
}
.woocommerce form.login .form-row-last,
.woocommerce form.checkout_coupon .form-row-last {
  float: right;
  width: 47%;
}
.woocommerce .cart_totals > h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.woocommerce .cart_totals a.button.alt {
  background: var(--primary-Color) !important;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-customer-details .woocommerce-column--1 {
    padding-bottom: 24px;
  }
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--name {
  padding-left: 1.5em;
  position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--name::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e038";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-order .thankyou-box {
  display: block;
  padding-bottom: 24px;
  text-align: center;
}
.woocommerce .woocommerce-order .thankyou-box img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
@media (max-width: 767px) {
  .woocommerce ul.order_details li {
    margin-bottom: 10px;
  }
}
.woocommerce .product-quantity .quantity {
  display: flex;
  align-items: center;
}
.woocommerce .product-quantity .quantity label {
  display: none;
}
.woocommerce .product-quantity .quantity input {
  border-radius: 3px;
  margin: 0 3px;
  border: 1px solid #ccc;
  padding: 0px 0px;
  height: 38px;
  line-height: 38px;
  width: 80px;
}
.woocommerce .product-quantity .quantity span {
  display: flex;
  height: 38px;
  background: #f0f0f0;
  align-items: center;
  justify-content: center;
  width: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  border-radius: 3px;
}
.woocommerce .product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .coupon {
  display: none !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.woocommerce .woocommerce-MyAccount-navigation ul > li {
  padding: 5px 0;
  position: relative;
  display: block;
}
.woocommerce .woocommerce-MyAccount-navigation ul > li > a {
  display: block;
  padding: 10px 24px;
  line-height: 20px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
}
.woocommerce .woocommerce-MyAccount-navigation ul > li.is-active > a {
  border-color: var(--primary-Color);
  background: var(--primary-Color);
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-content .col2-set {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/** Content Box */
.content-box {
  position: relative;
}
.content-box .thumb-box {
  margin-bottom: 24px;
}
.content-box .head_single {
  padding-bottom: 12px;
}
.content-box .meta-box {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  position: relative;
  gap: 12px;
  display: inline-block;
  transition: 0.6s;
  z-index: 1;
  margin-bottom: 20px;
}
.content-box .meta-box span {
  display: flex;
  align-items: center;
  color: #000;
}
.content-box .meta-box span i {
  height: 14px;
  width: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 4px;
  filter: brightness(0);
}
/** Navigation Wrap */
.navi-wrap {
  margin-bottom: 32px;
  position: relative;
}
.navi-wrap .row {
  align-items: center;
}
.navi-wrap span {
  height: 33px;
  min-width: 33px;
  background: #333;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navi-wrap span i {
  color: #fff;
  font-size: 16px;
}
.navi-wrap a {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.1;
  font-weight: 500;
}
.navi-wrap .col-left {
  display: flex;
  align-items: center;
}
.navi-wrap .col-left span {
  margin-right: 12px;
}
.navi-wrap .col-left span i {
  margin-right: 2px;
}
.navi-wrap .col-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.navi-wrap .col-right span {
  margin-left: 12px;
}
.navi-wrap .col-right span i {
  margin-left: 2px;
}

/** Comment Box */
.comment-box {
  position: relative;
}
.comment-box .comment-list {
  padding-bottom: 24px;
}
.comment-box .comment-list .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--second-Color);
}
.comment-box .comment-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-box .comment-list .list > li {
  display: block;
  margin-bottom: 20px;
}
.comment-box .comment-list .list > li .inner {
  display: flex;
}
.comment-box .comment-list .list > li .inner .avatar {
  min-width: 80px;
  max-width: 80px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list > li .inner .avatar {
    max-width: 60px;
    min-width: 60px;
  }
}
.comment-box .comment-list .list > li .inner .avatar span {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}
.comment-box .comment-list .list > li .inner .avatar span img {
  position: absolute;
  left: 0;
  top: 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%;
}
.comment-box .comment-list .list > li .inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list > li .inner .info {
    padding-left: 12px;
  }
}
.comment-box .comment-list .list > li .inner .info .name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.comment-box .comment-list .list > li .inner .info .note {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
}
.comment-box .comment-list .list > li .inner .info .desc {
  background: #f0f0f0;
  padding: 16px;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.56;
  margin-bottom: 12px;
}
.comment-box .comment-list .list > li .inner .info .desc *:last-child {
  margin-bottom: 0;
}
.comment-box .comment-list .list > li .inner .info .tool a {
  border: 1px solid var(--second-Color);
  padding: 3px 6px 2px;
  display: inline-block;
  margin-right: 10px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 3px;
}
.comment-box .comment-list .list > li .inner .info .tool a:hover {
  background: var(--second-Color);
  color: #fff;
}
.comment-box .comment-list .list > li .inner .info .tool a.date {
  border: 1px solid #ccc;
  color: #000;
}
.comment-box .comment-list .list > li .inner .info .tool a.date:hover {
  background: #ccc;
  color: #000;
}
.comment-box .comment-list .list ul.children {
  padding-left: 50px;
  list-style: none;
  margin: 0;
}
.comment-box .comment-list .list ul.children > li {
  display: block;
}
.comment-box .comment-list .list ul.children > li .inner {
  display: flex;
}
.comment-box .comment-list .list ul.children > li .inner .avatar {
  min-width: 50px;
  max-width: 50px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list ul.children > li .inner .avatar {
    min-width: 40px;
    max-width: 40px;
  }
}
.comment-box .comment-list .list ul.children > li .inner .avatar span {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}
.comment-box .comment-list .list ul.children > li .inner .avatar span img {
  position: absolute;
  left: 0;
  top: 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%;
}
.comment-box .comment-list .list ul.children > li .inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list ul.children > li .inner .info {
    padding-left: 12px;
  }
}
.comment-box .comment-list .list ul.children > li .inner .info .name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.comment-box .comment-list .list ul.children > li .inner .info .note {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
}
.comment-box .comment-list .list ul.children > li .inner .info .desc {
  background: #f0f0f0;
  padding: 16px;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.56;
  margin-bottom: 12px;
}
.comment-box .comment-list .list ul.children > li .inner .info .desc *:last-child {
  margin-bottom: 0;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a {
  border: 1px solid var(--second-Color);
  padding: 3px 6px 2px;
  display: inline-block;
  margin-right: 10px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 3px;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a:hover {
  background: var(--second-Color);
  color: #fff;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a.date {
  border: 1px solid #ccc;
  color: #000;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a.date:hover {
  background: #ccc;
  color: #000;
}
.comment-box .comment-form .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--second-Color);
}
.comment-box .comment-form .cancel-comment-reply {
  font-size: 14px;
  margin-bottom: 10px;
}
.comment-box .comment-form form .form-group {
  padding-top: 8px;
  padding-bottom: 8px;
}
.comment-box .comment-form form .form-group input[type=text],
.comment-box .comment-form form .form-group input[type=email],
.comment-box .comment-form form .form-group textarea {
  border: 1px solid #ddd;
  outline: none;
  width: 100%;
  padding: 10px 16px;
  line-height: 20px;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
}
.comment-box .comment-form form .form-group input[type=text]:focus,
.comment-box .comment-form form .form-group input[type=email]:focus,
.comment-box .comment-form form .form-group textarea:focus {
  box-shadow: 0px 0px 6px 0px rgba(38, 40, 39, 0.27);
}
.comment-box .comment-form form .form-group div.error {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: red;
  margin-top: 8px;
}
.comment-box .comment-form form .form-submit {
  padding-top: 8px;
  position: relative;
}
.comment-box .comment-form form .form-submit input {
  border: 0;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  padding: 10px 24px;
  border-radius: 0px;
  line-height: 20px;
}

/** Product View */
.product-view {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}
.product-view .row {
  align-items: center;
}
@media (max-width: 767px) {
  .product-view .row .pv-right {
    display: none;
  }
}
.product-view .pvx-info {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .product-view .pvx-info {
    align-items: stretch;
  }
}
.product-view .pvx-info .thumb {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 575px) {
  .product-view .pvx-info .thumb {
    min-height: 100%;
  }
}
.product-view .pvx-info .thumb a {
  display: block;
  padding-bottom: 115%;
  background-position: center;
  width: 100%;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 575px) {
  .product-view .pvx-info .thumb a {
    padding-bottom: 0;
    height: 100%;
  }
}
.product-view .pvx-info .thumb 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-view .pvx-info .thumb:hover a img {
  transform: scale(1.06);
}
.product-view .pvx-info .info {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 16px;
}
.product-view .pvx-info .info .title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000;
}
.product-view .pvx-info .info .price {
  margin-bottom: 16px;
}
.product-view .pvx-info .info .price p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}
.product-view .pvx-info .info .price span {
  display: block;
  color: var(--second-Color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.product-view .pvx-info .info .more a {
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  line-height: 20px;
  font-size: 14px;
  background: var(--primary-Color);
  display: inline-block;
  color: #fff;
}
.product-view .pvx-info .info .more a:hover {
  background: var(--hover-Color);
}
.product-view .pvx-gallery {
  display: flex;
  margin: 0 -8px;
  list-style: none;
  padding: 0;
}
.product-view .pvx-gallery > li {
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
  padding-left: 8px;
  padding-right: 8px;
}
.product-view .pvx-gallery > li .img span {
  display: block;
  padding-bottom: 115%;
  background-position: center;
  width: 100%;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.product-view .pvx-gallery > li .img span 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-view .pvx-gallery > li .img:hover span img {
  transform: scale(1.06);
}

/** Loop Post */
.post_inner {
  position: relative;
  overflow: hidden;
}
.post_inner .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.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%;
}
.post_inner .info {
  position: relative;
  padding-top: 12px;
}
.post_inner .info .meta {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  position: relative;
  gap: 12px;
  display: inline-block;
  transition: 0.6s;
  z-index: 1;
}
.post_inner .info .meta span {
  display: flex;
  align-items: center;
  color: #000;
}
.post_inner .info .meta span i {
  height: 14px;
  width: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 4px;
  filter: brightness(0);
}
.post_inner .info .title {
  display: block;
  margin: 10px 0 12px 0;
  font-weight: 500;
  transition: all 0.6s ease;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 12px;
}
.post_inner .info .title::after {
  content: "";
  height: 1px;
  width: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--second-Color);
}
.post_inner .info .title a {
  transition: all 0.3s ease;
  color: #000;
}
.post_inner .info .title a:hover {
  color: var(--hover-Color);
}
@media (max-width: 767px) {
  .post_inner .info .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
  }
}
.post_inner .info .desc {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 68px;
}
.post_inner .info .more-x {
  display: block;
}
.post_inner .info .more-x a {
  color: var(--primary-Color);
  transition: all 0.6s ease 0s;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.post_inner .info .more-x a svg {
  height: 12px;
  width: 12px;
  margin-left: 8px;
}/*# sourceMappingURL=blog.css.map */