/** BLOG ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
  color: var(--primary-Color);
  width: 100%;
  text-transform: uppercase;
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0;
  color: #222;
}

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 14px;
  position: relative;
}
.head_blog .title::after, .head_blog .title::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  position: absolute;
  background: var(--primary-Color);
}
.head_blog .title::before {
  width: 60px;
  bottom: 4px;
}
.head_blog .title::after {
  width: 100px;
  bottom: 0;
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #333;
}

.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: 32px 0 40px;
}
@media (max-width: 991px) {
  .gv_post_category .container > .row > .col-left {
    padding-bottom: 24px;
  }
}
.gv_post_category .head_taxonomy {
  margin-bottom: 24px;
}
.gv_post_category .category-wrap .list .blog-item {
  margin-bottom: 24px;
}
.gv_post_category .sidebar-right .menu-list > li ul {
  left: initial;
  right: 100%;
  border-left: 0;
  border-right: 1px solid var(--primary-Color);
}
@media (max-width: 991px) {
  .gv_post_category .sidebar-right .menu-list > li ul {
    left: 0;
    right: 0;
  }
}

/** Post Single */
.gv_post_single {
  position: relative;
  padding: 32px 0 48px;
}
@media (max-width: 991px) {
  .gv_post_single .container > .row > .col-left {
    padding-bottom: 24px;
  }
}
.gv_post_single .sidebar-right .menu-list > li ul {
  left: initial;
  right: 100%;
  border-left: 0;
  border-right: 1px solid var(--primary-Color);
}
@media (max-width: 991px) {
  .gv_post_single .sidebar-right .menu-list > li ul {
    left: 0;
    right: 0;
  }
}

/** Project Category */
.gv_project_category {
  position: relative;
  padding: 32px 0 48px;
  overflow: hidden;
}
.gv_project_category .container > .row {
  align-items: stretch;
}
.gv_project_category .container > .row > [class*=col-] {
  min-height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_project_category .head_taxonomy {
  padding-bottom: 12px;
}
/** Project Single */
.gv_project_single {
  position: relative;
  padding: 32px 0 48px;
}
/** Document Category */
.gv_document_category {
  position: relative;
  padding: 32px 0 48px;
}
@media (max-width: 991px) {
  .gv_document_category .container > .row .col-left {
    order: 2;
  }
}
@media (max-width: 991px) {
  .gv_document_category .container > .row .col-right {
    order: 1;
    padding-bottom: 24px;
  }
}
.gv_document_category .head_taxonomy {
  margin-bottom: 24px;
}
.gv_document_category .block-document {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cdcdcd;
}
.gv_document_category .block-document:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.gv_document_category .block-document .head_box {
  margin-bottom: 16px;
}
.gv_document_category .block-document table.document {
  width: 100%;
}
.gv_document_category .block-document table.document thead tr {
  background: #222;
  color: #fff;
}
.gv_document_category .block-document table.document thead tr td {
  padding: 7px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.gv_document_category .block-document table.document tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.gv_document_category .block-document table.document tbody tr td {
  padding: 8px 10px;
  font-size: 15px;
}
.gv_document_category .block-document table.document tbody tr td:nth-child(2), .gv_document_category .block-document table.document tbody tr td:nth-child(3), .gv_document_category .block-document table.document tbody tr td:nth-child(4) {
  text-align: center;
}
.gv_document_category .block-document .x-more {
  margin-top: 12px;
  display: block;
  text-align: center;
}
.gv_document_category .block-document .x-more > a {
  background: var(--primary-Color);
  color: #fff;
  padding: 8px 24px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  display: inline-block;
}
.gv_document_category .archive-box table.document {
  width: 100%;
}
.gv_document_category .archive-box table.document thead tr {
  background: #222;
  color: #fff;
}
.gv_document_category .archive-box table.document thead tr td {
  padding: 7px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.gv_document_category .archive-box table.document tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.gv_document_category .archive-box table.document tbody tr td {
  padding: 8px 10px;
  font-size: 15px;
}
.gv_document_category .archive-box table.document tbody tr td:nth-child(2), .gv_document_category .archive-box table.document tbody tr td:nth-child(3), .gv_document_category .archive-box table.document tbody tr td:nth-child(4) {
  text-align: center;
}

/** Page Single */
.gv_page_single {
  position: relative;
  padding: 32px 0 48px;
}
.gv_page_single .content-wrap .head_blog {
  padding-bottom: 24px;
}
.gv_page_single .content-wrap article .entry-content {
  text-align: justify;
}

/** Page Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding: 32px 0 48px;
}
.gv_page_contact .head_blog {
  margin-bottom: 36px;
}
.gv_page_contact .contact-info {
  margin-bottom: 48px;
}
.gv_page_contact .contact-info .company {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.gv_page_contact .contact-info > .row > [class*=col-] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_page_contact .contact-info .contact-item {
  padding-bottom: 24px;
}
.gv_page_contact .contact-info .contact-item:last-child {
  padding-bottom: 0;
}
.gv_page_contact .contact-info .contact-item .inner .icon {
  min-width: 64px;
  max-width: 64px;
}
@media (max-width: 575px) {
  .gv_page_contact .contact-info .contact-item .inner .icon {
    min-width: 50px;
    max-width: 50px;
  }
}
.gv_page_contact .contact-info .contact-item .inner .icon span {
  height: 64px;
  width: 64px;
  background: var(--primary-Color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .gv_page_contact .contact-info .contact-item .inner .icon span {
    height: 50px;
    width: 50px;
  }
}
.gv_page_contact .contact-info .contact-item .inner .icon span svg {
  height: 26px;
  width: 26px;
  fill: #fff;
}
@media (max-width: 575px) {
  .gv_page_contact .contact-info .contact-item .inner .icon span svg {
    height: 23px;
    width: 23px;
  }
}
.gv_page_contact .contact-info .contact-item .inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 24px;
}
@media (max-width: 575px) {
  .gv_page_contact .contact-info .contact-item .inner .info {
    padding-left: 18px;
  }
}
.gv_page_contact .contact-info .contact-item .inner .info span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.gv_page_contact .contact-info .contact-item .inner .info p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22;
}
.gv_page_contact .contact-info .name {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}
.gv_page_contact .contact-info .wpcf7-form p {
  margin-bottom: 0;
}
.gv_page_contact .contact-info .wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
}
.gv_page_contact .contact-info .wpcf7-form input[type=text],
.gv_page_contact .contact-info .wpcf7-form input[type=email],
.gv_page_contact .contact-info .wpcf7-form input[type=tel],
.gv_page_contact .contact-info .wpcf7-form input[type=date],
.gv_page_contact .contact-info .wpcf7-form select {
  border: 1px solid var(--primary-Color);
  width: 100%;
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}
.gv_page_contact .contact-info .wpcf7-form textarea {
  border: 1px solid var(--primary-Color);
  width: 100%;
  border-radius: 4px;
  padding: 10px 16px;
  margin: 0;
  height: 92px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.gv_page_contact .contact-info .wpcf7-form input.wpcf7-submit {
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 0px;
}
.gv_page_contact .contact-info .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.gv_page_contact .contact-form .name {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.gv_page_contact .contact-form .embed-map {
  height: 400px;
  position: relative;
  width: 100%;
  display: block;
}
.gv_page_contact .contact-form .embed-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

/** Page Culture */
.gv_page_culture {
  position: relative;
  overflow: hidden;
  padding: 32px 0 48px;
}
@media (max-width: 991px) {
  .gv_page_culture .container > .row > .col-left {
    padding-bottom: 24px;
  }
}
.gv_page_culture .head_taxonomy {
  margin-bottom: 24px;
}
.gv_page_culture .culture-wrap .culture-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.gv_page_culture .culture-wrap .culture-item:last-child {
  margin-bottom: 0;
}
.gv_page_culture .culture-wrap .culture-item .fcx-left {
  flex: 0 0 22%;
  max-width: 22%;
  padding-right: 12px;
}
@media (max-width: 1023px) {
  .gv_page_culture .culture-wrap .culture-item .fcx-left {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
@media (max-width: 767px) {
  .gv_page_culture .culture-wrap .culture-item .fcx-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
  }
}
.gv_page_culture .culture-wrap .culture-item .fcx-right {
  flex: 0 0 78%;
  max-width: 78%;
}
@media (max-width: 1023px) {
  .gv_page_culture .culture-wrap .culture-item .fcx-right {
    flex: 0 0 68%;
    max-width: 68%;
  }
}
@media (max-width: 767px) {
  .gv_page_culture .culture-wrap .culture-item .fcx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_culture .culture-wrap .culture-item > .name h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
.gv_page_culture .culture-wrap .culture-item > .name h2 a {
  color: var(--primary-Color);
}
.gv_page_culture .culture-wrap .culture-item > .name h2 a:hover {
  color: var(--second-Color);
}
.gv_page_culture .culture-wrap .culture-item > .name h2::after {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--primary-Color);
}
.gv_page_culture .culture-wrap .culture-item > .gallery .owl-carousel .owl-nav > [class*=owl-] {
  height: 32px;
  width: 32px;
  opacity: 1;
  visibility: visible;
}
.gv_page_culture .culture-wrap .culture-item > .gallery .owl-carousel .owl-nav > [class*=owl-] i {
  font-size: 16px;
}
.gv_page_culture .culture-wrap .culture-item > .gallery .owl-carousel .owl-nav .owl-prev {
  left: -16px;
}
@media (max-width: 575px) {
  .gv_page_culture .culture-wrap .culture-item > .gallery .owl-carousel .owl-nav .owl-prev {
    left: -8px;
  }
}
.gv_page_culture .culture-wrap .culture-item > .gallery .owl-carousel .owl-nav .owl-next {
  right: -16px;
}
@media (max-width: 575px) {
  .gv_page_culture .culture-wrap .culture-item > .gallery .owl-carousel .owl-nav .owl-next {
    right: -8px;
  }
}
.gv_page_culture .culture-wrap .culture-item > .gallery .gallery-item .inner {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.gv_page_culture .culture-wrap .culture-item > .gallery .gallery-item .inner .img {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.gv_page_culture .culture-wrap .culture-item > .gallery .gallery-item .inner .img 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%;
}
.gv_page_culture .culture-wrap .culture-item > .gallery .gallery-item .inner h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 24px;
  margin: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  z-index: 4;
  transition: all 0.3s ease 0s;
}
.gv_page_culture .culture-wrap .culture-item > .gallery .gallery-item .inner h4::after {
  height: 250%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.81) 90%);
  transition: all 0.3s ease 0s;
}
.gv_page_culture .culture-wrap .culture-item > .gallery .gallery-item .inner:hover h4 {
  color: var(--second-Color);
}
.gv_page_culture .culture-wrap .culture-item > .gallery .gallery-item .inner:hover h4::after {
  background: linear-gradient(rgba(1, 96, 159, 0.01) 0%, rgba(1, 96, 159, 0.4) 40%, rgba(1, 96, 159, 0.81) 90%);
}

/** Page Prize */
.gv_page_prize {
  position: relative;
  overflow: hidden;
  padding: 32px 0 48px;
}
@media (max-width: 991px) {
  .gv_page_prize .container > .row > .col-left {
    padding-bottom: 24px;
  }
}
.gv_page_prize .head_taxonomy {
  margin-bottom: 30px;
}
.gv_page_prize .tab-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
}
@media (max-width: 767px) {
  .gv_page_prize .tab-menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    padding-bottom: 8px;
  }
}
.gv_page_prize .tab-menu > li {
  display: inline-block;
}
.gv_page_prize .tab-menu > li > a {
  display: block;
  min-width: 156px;
  background: var(--primary-Color);
  color: #fff;
  padding: 12px 12px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  transition: all 0.3s ease 0;
}
@media (max-width: 767px) {
  .gv_page_prize .tab-menu > li > a {
    padding: 9px 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}
.gv_page_prize .tab-menu > li > a:hover {
  background: var(--second-Color);
}
.gv_page_prize .tab-menu > li.active > a {
  background: var(--second-Color);
}
.gv_page_prize .prize-box .tab-panel .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.gv_page_prize .prize-box .tab-panel .desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.gv_page_prize .prize-box .tab-panel .form {
  background: #ededed;
  border-radius: 10px;
  padding: 40px 40px;
  position: relative;
}
@media (max-width: 575px) {
  .gv_page_prize .prize-box .tab-panel .form {
    padding: 20px 20px;
  }
}
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form .row {
  align-items: center;
}
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form .row > [class*=col-] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .gv_page_prize .prize-box .tab-panel .form .wpcf7-form label {
    margin-bottom: 0px;
  }
}
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form p {
  margin-bottom: 0;
}
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
}
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form input[type=text],
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form input[type=email],
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form input[type=tel],
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form input[type=number],
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form input[type=date],
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form select {
  border: 1px solid #dfdfdf;
  width: 100%;
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  background: #fff;
}
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form textarea {
  border: 1px solid #dfdfdf;
  width: 100%;
  border-radius: 4px;
  padding: 10px 16px;
  margin: 0;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
}
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form input.wpcf7-submit {
  width: auto;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 24px;
  text-transform: uppercase;
  border-radius: 4px;
  color: #fff;
  letter-spacing: 0px;
  background: var(--primary-Color);
}
.gv_page_prize .prize-box .tab-panel .form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 20px;
}

/** Page Woocommerce */
.gv_page_woocommerce {
  position: relative;
  overflow: hidden;
  padding: 32px 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;
}
.woocommerce .cart_totals .shop_table tbody tr th {
  width: 50%;
}
.woocommerce .cart_totals .cart-subtotal-excl-tax th {
  font-weight: 400;
}
@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 label {
  display: none !important;
}
.woocommerce .product-quantity .quantity .quantity-box {
  display: flex;
  align-items: center;
}
.woocommerce .product-quantity .quantity .quantity-box 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 .quantity-box 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 .quantity-box input::-webkit-outer-spin-button,
.woocommerce .product-quantity .quantity .quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .product-quantity .quantity .quantity-box 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;
  margin-bottom: 32px;
}
.content-box .head_single {
  padding-bottom: 8px;
}
.content-box .meta-box {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: 0.6s;
  z-index: 1;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .content-box .meta-box {
    font-size: 13px;
  }
}
.content-box .meta-box span {
  display: flex;
  align-items: center;
  color: #000;
  font-style: italic;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
@media (max-width: 575px) {
  .content-box .meta-box span {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.content-box .meta-box span::before {
  content: "";
  height: 14px;
  width: 1px;
  background: #cdcdcd;
  position: absolute;
  right: -1px;
  top: 3px;
  transform: skew(-12deg);
}
.content-box .meta-box span svg {
  height: 14px;
  width: 14px;
  fill: var(--primary-Color);
  margin-right: 8px;
}
.content-box .meta-box span:last-child::before {
  display: none;
  margin-right: 0;
  padding-right: 0;
}
/** Related Box */
.related-box {
  position: relative;
}
.related-box > .row {
  align-items: stretch;
}
.related-box > .row > [class*=col-] {
  min-height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.related-box .head_box {
  margin-bottom: 12px;
}

/** Related List */
.related-list .head_box {
  margin-bottom: 24px;
}
.related-list .list .blog-item {
  margin-bottom: 24px;
}
.related-list .list .blog-item:last-child {
  margin-bottom: 0;
}

/** Product Box */
.product-box {
  margin-top: 32px;
}
.product-box .head_box {
  margin-bottom: 24px;
}
.product-box .owl-carousel .owl-nav > [class*=owl-] {
  height: 34px;
  width: 34px;
  position: absolute;
  margin: 0;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  background: var(--primary-Color) !important;
}
.product-box .owl-carousel .owl-nav > [class*=owl-] i {
  font-size: 14px;
  line-height: normal;
  color: #fff;
}
.product-box .owl-carousel .owl-nav .owl-prev {
  left: -17px;
}
@media (max-width: 575px) {
  .product-box .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.product-box .owl-carousel .owl-nav .owl-next {
  right: -17px;
}
@media (max-width: 575px) {
  .product-box .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.product-box .owl-carousel .owl-nav.disabled {
  display: block !important;
}
@media (max-width: 767px) {
  .product-box .owl-carousel .owl-nav.disabled {
    display: none !important;
  }
}
.product-box .owl-carousel .owl-dots {
  position: relative;
  bottom: initial;
  left: initial;
  width: 100%;
  margin-top: 24px;
  transform: translateX(0);
}
.product-box .owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  border-color: #ddd;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.product-box .owl-carousel .owl-dots .owl-dot.active span {
  border-color: var(--second-Color);
  background: var(--second-Color);
}
.product-box .product-item {
  padding-bottom: 5px;
}
.product-box .product-item .product_inner {
  box-shadow: 0px 0px 3px 0px rgba(1, 96, 159, 0.3);
}

/** 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;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media (max-width: 575px) {
  .post_inner {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.post_inner .image {
  max-width: 260px;
  min-width: 260px;
}
@media (max-width: 575px) {
  .post_inner .image {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.post_inner .image > a {
  position: relative;
  padding-bottom: 66.92%;
  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: 12px 0 20px;
  border-bottom: 1px solid var(--primary-Color);
}
@media (max-width: 575px) {
  .post_inner .info {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.post_inner .info .title {
  display: block;
  font-weight: 500;
  transition: all 0.6s ease;
  position: relative;
  font-size: 18px;
  margin-bottom: 8px;
}
.post_inner .info .title a {
  transition: all 0.3s ease;
  color: #000;
}
.post_inner .info .title a:hover {
  color: var(--primary-Color);
}
.post_inner .info .meta {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: 0.6s;
  z-index: 1;
  margin-bottom: 16px;
}
.post_inner .info .meta span {
  display: flex;
  align-items: center;
  color: #000;
  font-style: italic;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
.post_inner .info .meta span::before {
  content: "";
  height: 14px;
  width: 1px;
  background: #cdcdcd;
  position: absolute;
  right: -1px;
  top: 3px;
  transform: skew(-12deg);
}
.post_inner .info .meta span svg {
  height: 14px;
  width: 14px;
  fill: var(--primary-Color);
  margin-right: 8px;
}
.post_inner .info .meta span:last-child::before {
  display: none;
  margin-right: 0;
  padding-right: 0;
}
.post_inner .info .desc {
  color: #000;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project_inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
  border-bottom: 1px solid var(--primary-Color);
}
.project_inner .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.project_inner .image > a {
  position: relative;
  padding-bottom: 80%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.project_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%;
}
.project_inner .info {
  position: relative;
  padding: 16px 16px 24px;
}
.project_inner .info .title {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  transition: all 0.6s ease;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.project_inner .info .title a {
  transition: all 0.3s ease;
  color: #000;
}
.project_inner .info .title a:hover {
  color: var(--hover-Color);
}

.product_inner {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  z-index: 2;
  box-shadow: 0px 0px 10px 0 rgba(1, 96, 159, 0.3);
}
.product_inner .image {
  position: relative;
  overflow: hidden;
}
.product_inner .image > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.product_inner .image > a picture {
  display: block;
  padding-bottom: 66.3%;
  position: relative;
  width: 100%;
  background-position: center;
}
.product_inner .image > a picture 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%;
}
.product_inner .info {
  padding: 16px;
  position: relative;
  min-height: 127px;
}
.product_inner .info h4 {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
}
.product_inner .info h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 38px;
  color: #000;
}
.product_inner .info h4 a:hover {
  color: var(--primary-Color);
}
.product_inner .info .price {
  position: relative;
}
.product_inner .info .price p {
  text-align: center;
  margin-bottom: 0;
}
.product_inner .info .price .var-price {
  text-align: center;
  margin-bottom: 0;
}
.product_inner .info .price .olx-price, .product_inner .info .price .prx-old {
  font-size: 13px;
  font-weight: 500;
  color: #878787;
  text-decoration: line-through;
}
.product_inner .info .price .rgx-price, .product_inner .info .price .prx-reg {
  font-size: 16px;
  font-weight: 700;
  color: #EE1C25;
  margin-bottom: 4px;
}/*# sourceMappingURL=blog.css.map */