/** Blog
================================================*/
/** Heading */
.head_section {
  position: relative;
  font-family: var(--primary-font);
}
.head_section .sub {
  font-family: "Iner", sans-serif;
  font-size: 16px;
  color: #000;
  padding-top: 3px;
}
.head_section .title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .head_section .title {
    font-size: 26px;
  }
}

.head_block {
  position: relative;
  font-family: "Inter", sans-serif;
}
.head_block .title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .head_block .title {
    font-size: 26px;
  }
}

.head_single {
  position: relative;
  font-family: "Inter", sans-serif;
}
.head_single .title {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .head_single .title {
    font-size: 24px;
  }
}

.head_box {
  position: relative;
  font-family: "Inter", sans-serif;
}
.head_box .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .head_box .title {
    font-size: 20px;
  }
}

/** Section Feature */
.gv_section_feature {
  position: relative;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_section_feature {
    padding: 36px 0;
  }
}
.gv_section_feature .container {
  position: relative;
  z-index: 3;
}
.gv_section_feature .large-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_section_feature .large-item .inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.16);
}
.gv_section_feature .large-item .inner .thumb {
  position: relative;
}
.gv_section_feature .large-item .inner .thumb a {
  display: block;
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
  background-position: center;
  width: 100%;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.26);
}
.gv_section_feature .large-item .inner .thumb a img {
  position: absolute;
  top: 0;
  left: 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 5.2s ease 0s;
}
.gv_section_feature .large-item .inner .info {
  padding: 20px 16px 20px;
  position: relative;
}
.gv_section_feature .large-item .inner .info h3 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .gv_section_feature .large-item .inner .info h3 {
    font-size: 16px;
  }
}
.gv_section_feature .large-item .inner .info h3 a {
  color: #000;
}
.gv_section_feature .large-item .inner .info h3 a:hover {
  color: #E02424;
}
.gv_section_feature .large-item .inner .info .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  font-style: italic;
  margin-bottom: 12px;
}
.gv_section_feature .large-item .inner .info .date i {
  height: 14px;
  width: 14px;
  background-image: url("../images/svg/icn-clock.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 6px;
}
@media (max-width: 991px) {
  .gv_section_feature .large-item .inner .info .desc {
    display: none;
  }
}
.gv_section_feature .post-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_section_feature .post-item .inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.16);
}
.gv_section_feature .post-item .inner .thumb a {
  display: block;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
  background-position: center;
  width: 100%;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.26);
}
.gv_section_feature .post-item .inner .thumb a img {
  position: absolute;
  top: 0;
  left: 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 5.2s ease 0s;
}
.gv_section_feature .post-item .inner .info {
  padding: 16px 12px 16px;
  position: relative;
}
.gv_section_feature .post-item .inner .info h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}
.gv_section_feature .post-item .inner .info h3 a {
  color: #000;
}
.gv_section_feature .post-item .inner .info h3 a:hover {
  color: #E02424;
}
.gv_section_feature .post-item .inner .info .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  font-style: italic;
}
.gv_section_feature .post-item .inner .info .date i {
  height: 14px;
  width: 14px;
  background-image: url("../images/svg/icn-clock.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 6px;
}

/** Post Category */
.gv_post_category {
  padding: 48px 0;
  position: relative;
  z-index: 4;
  background: #fff;
}
@media (max-width: 767px) {
  .gv_post_category {
    padding: 36px 0;
  }
}
.gv_post_category .post-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
/** Post Single */
.gv_post_single {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  z-index: 3;
}
@media (max-width: 767px) {
  .gv_post_single {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.gv_post_single .container .flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}
.gv_post_single .container .flex .flx-left {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .gv_post_single .container .flex .flx-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.gv_post_single .container .flex .flx-right {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .gv_post_single .container .flex .flx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_post_single .content-box {
  padding-bottom: 32px;
  position: relative;
}
.gv_post_single .content-box .meta {
  position: relative;
  padding-bottom: 16px;
}
.gv_post_single .content-box .meta span {
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  color: #666;
}
.gv_post_single .related-box .blog-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

/** Page Single */
.gv_page_single {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  z-index: 3;
}
@media (max-width: 767px) {
  .gv_page_single {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.gv_page_single .container .flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}
.gv_page_single .container .flex .flx-left {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .gv_page_single .container .flex .flx-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.gv_page_single .container .flex .flx-right {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .gv_page_single .container .flex .flx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_single .content-box {
  position: relative;
}
/** Page Woocommerce */
.gv_page_woocommerce {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .gv_page_woocommerce {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.gv_page_woocommerce .container {
  max-width: 1180px;
}

/** Page Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
}
/** Page Thankyou */
.gv_page_thankyou {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}
.gv_page_thankyou .box h1 {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 16px;
}
.gv_page_thankyou .box .desc {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 24px;
}
.gv_page_thankyou .box .more-x a {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
}

/** Contact Box */
@media (max-width: 1024px) {
  .contact-box .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-box .container > .row {
  align-items: stretch;
}
.contact-box .container > .row > [class*=col-] {
  min-height: 100%;
}
@media (max-width: 1024px) {
  .contact-box .container > .row > [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-box .info {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .contact-box .info {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .contact-box .info {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contact-box .info .tag {
  position: relative;
  margin-bottom: 24px;
}
.contact-box .info .tag span {
  width: auto;
  line-height: 32px;
  height: 32px;
  padding: 4px 16px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  border-radius: 24px;
}
.contact-box .info .tag span::before {
  content: "";
  height: 8px;
  min-width: 8px;
  max-width: 8px;
  background: rgb(242, 64, 64);
  border-radius: 24px;
  display: block;
  margin-right: 10px;
}
.contact-box .info .name {
  padding-bottom: 24px;
  position: relative;
}
.contact-box .info .name h1 {
  font-size: 52px;
  line-height: 62.4px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
  color: #F2F2F2;
}
@media (max-width: 575px) {
  .contact-box .info .name h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.contact-box .info .entry-content {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #D3D4DA;
  padding-bottom: 24px;
}
.contact-box .info .entry-content *:last-child {
  margin-bottom: 0;
}
.contact-box .info .image {
  position: relative;
  padding-bottom: 70%;
  display: block;
}
.contact-box .info .image .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
}
.contact-box .info .image .img-1 img {
  width: 100%;
  height: auto;
}
.contact-box .info .image .img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}
.contact-box .info .image .img-2 img {
  width: 100%;
  height: auto;
}
.contact-box .form {
  background: linear-gradient(#3E53AC, #171631);
  width: 50vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .contact-box .form {
    width: 100vw;
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .contact-box .form {
    width: 100vw;
    padding: 60px 15px;
  }
}
.contact-box .form::before {
  content: "";
  background-image: url("../images/bg-image.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.15;
}
.contact-box .form .box {
  position: relative;
  z-index: 3;
  background: #171631;
  border-radius: 16px;
  padding: 32px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 580px;
}
.contact-box .form .box h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 32px;
}
.contact-box .form .box .wpcf7-form p {
  margin: 0 0 16px;
  display: block;
  position: relative;
}
.contact-box .form .box .wpcf7-form label {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  margin-bottom: 7px;
}
.contact-box .form .box .wpcf7-form input[type=text],
.contact-box .form .box .wpcf7-form input[type=tel],
.contact-box .form .box .wpcf7-form input[type=email],
.contact-box .form .box .wpcf7-form input[type=date],
.contact-box .form .box .wpcf7-form textarea, .contact-box .form .box .wpcf7-form select {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
  height: 48px;
  padding: 9px 16px;
  line-height: 30px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  outline: none;
  margin: 0;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}
.contact-box .form .box .wpcf7-form textarea {
  height: 113px;
}
.contact-box .form .box .wpcf7-form input.wpcf7-submit {
  font-family: "Open Sans", sans-serif;
  height: 40px;
  background: linear-gradient(#4263EB, #253885);
  box-shadow: 0px 4px 12px 0 rgba(27, 27, 27, 0.06);
  border-radius: 8px;
  padding: 8px 16px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  width: 100%;
  outline: none;
  cursor: pointer;
}

/** Loop Post */
.post_inner .thumb a {
  display: block;
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
  background-position: center;
  width: 100%;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
}
.post_inner .thumb a img {
  position: absolute;
  top: 0;
  left: 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 5.2s ease 0s;
}
.post_inner .info {
  padding-top: 14px;
  position: relative;
}
.post_inner .info h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}
.post_inner .info h3 a {
  color: #000;
}
.post_inner .info h3 a:hover {
  color: #E02424;
}
.post_inner .info .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  font-style: italic;
}
.post_inner .info .date i {
  height: 14px;
  width: 14px;
  background-image: url("../images/svg/icn-clock.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 6px;
}

/** Loop Blog */
.blog_inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog_inner {
    flex-wrap: wrap;
  }
}
.blog_inner .thumb {
  min-width: 278px;
  max-width: 278px;
}
@media (max-width: 991px) {
  .blog_inner .thumb {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .blog_inner .thumb {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.blog_inner .thumb > a {
  display: block;
  padding-bottom: 64.748%;
  position: relative;
  width: 100%;
  background-position: center;
  overflow: hidden;
  border-radius: 8px;
}
.blog_inner .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%;
}
.blog_inner .info {
  flex: 1;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .blog_inner .info {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .blog_inner .info {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.blog_inner .info .date {
  display: inline-flex;
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(46, 49, 53, 0.7);
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .blog_inner .info .date {
    font-size: 16px;
  }
}
.blog_inner .info .date i {
  display: block;
  width: 18px;
  height: 20px;
  background-image: url("../images/svg/ic-calendar-o.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  opacity: 0.7;
}
.blog_inner .info h3 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}
.blog_inner .info h3 a {
  color: #2E3135;
}
.blog_inner .info .desc {
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #2E3135;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/** 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;
}
.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;
}
@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 #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 .order-payment {
  margin-top: 32px;
  border: 1px solid #444;
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 991px) {
  .woocommerce .order-payment {
    margin-top: 0;
  }
}
.woocommerce .order-payment h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}
.woocommerce .order-payment .image {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 12px;
}
.woocommerce .order-payment .image span {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.woocommerce .order-payment .image span img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.woocommerce .order-payment .desc {
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.woocommerce .order-payment .desc p:last-child {
  margin-bottom: 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .woocommerce ul.order_details li {
    margin-bottom: 10px;
  }
}
.woocommerce .order_payment {
  text-align: center;
  display: none;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .woocommerce .order_payment {
    display: block;
  }
}
.woocommerce .order_payment a {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 8px;
  line-height: 20px;
}
.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;
}
@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;
  }
}

/** Pagination */
.pagination-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-nav ul li {
  display: block;
}
.pagination-nav ul li > a {
  margin: 3px 3px;
  display: flex;
  height: 34px;
  width: 34px;
  line-height: normal;
  background: transparent;
  border: 1px solid #bbb;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
.pagination-nav ul li > a i {
  display: block;
}
.pagination-nav ul li:last-child {
  margin-right: 0;
}
.pagination-nav ul .active > a {
  border-color: #ddb379;
  background: #ddb379;
  color: #fff;
}/*# sourceMappingURL=blog.css.map */