/** BLOG ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .sub {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
  margin: 0 0 2px;
}
.head_taxonomy .title {
  line-height: 25px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 14px;
}
.head_taxonomy .title::after {
  content: "";
  width: 117px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  display: block;
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  padding-bottom: 12px;
  position: relative;
}
.head_single .title::after {
  content: "";
  width: 117px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  display: block;
}

.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_section {
  position: relative;
  font-family: var(--primary-Font);
}
.head_section .title {
  margin: 4px 0 16px;
  line-height: 53px;
  font-size: 26px;
  font-weight: 800;
  color: #333;
  text-transform: uppercase;
  display: block;
  padding-bottom: 2px;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 0;
  background-position: left;
}
@media (max-width: 991px) {
  .head_section .title {
    font-size: 20px !important;
  }
}
.head_section .title span {
  color: var(--primary-Color);
}

/** Post Category */
.gv_post_category {
  position: relative;
  overflow: hidden;
  padding: 16px 0 40px;
}
.gv_post_category .container .row {
  margin-left: -8px;
  margin-right: -8px;
  align-items: stretch;
}
.gv_post_category .container .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 100%;
}
.gv_post_category .head_taxonomy {
  margin-bottom: 24px;
}
.gv_post_category .blog-item {
  padding-bottom: 19px;
}

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

/** Collection Single */
.gv_collection_single {
  position: relative;
  min-height: calc(100vh - 412px);
  overflow: hidden;
  margin-bottom: 40px;
}
/** Page Single */
.gv_page_single {
  position: relative;
  margin: 16px 0 48px;
}
.gv_page_single .content-wrap .head_section {
  padding-bottom: 20px;
}

/** Search Result */
.gv_search_result {
  position: relative;
  padding: 16px 0 48px;
  overflow: hidden;
}
.gv_search_result .head_taxonomy {
  padding-bottom: 20px;
}
.gv_search_result .search-tab-list {
  list-style: none;
  padding: 0;
  gap: 10px;
  margin-bottom: 12px;
}
.gv_search_result .search-tab-list > li {
  display: inline-block;
}
.gv_search_result .search-tab-list > li a {
  border: 2px solid #ccc;
  color: #333;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 24px;
  display: block;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.gv_search_result .search-tab-list > li.active > a {
  background: var(--second-Color);
  border-color: var(--second-Color);
  color: #fff;
}
.gv_search_result .search-tab-content .row {
  align-items: stretch;
  margin: 0 -8px;
}
.gv_search_result .search-tab-content .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 100%;
}
.gv_search_result .search-tab-content .row .col-gx-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1099px) {
  .gv_search_result .search-tab-content .row .col-gx-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .gv_search_result .search-tab-content .row .col-gx-5 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .gv_search_result .search-tab-content .row .col-gx-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .gv_search_result .search-tab-content .row .col-gx-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/** Page Tracking */
.gv_page_tracking {
  position: relative;
  margin: 16px 0 48px;
}
.gv_page_tracking .tracking-box {
  overflow: hidden auto;
  height: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  .gv_page_tracking .tracking-box {
    height: 550px;
    overflow: hidden auto;
  }
}
.gv_page_tracking .tracking-box .embed-frame {
  height: 100%;
  width: 100%;
}
.gv_page_tracking .tracking-box .embed-frame iframe {
  width: 100%;
  height: 900px;
}
@media (max-width: 767px) {
  .gv_page_tracking .tracking-box .embed-frame iframe {
    height: 900px;
  }
}
.gv_page_tracking .tracking-box::-webkit-scrollbar-thumb {
  background: rgb(206, 27, 34);
  border-radius: 10px;
}
.gv_page_tracking .tracking-box::-webkit-scrollbar-track {
  box-shadow: grey 0px 0px 5px inset;
  border-radius: 10px;
}

/** Page Woocommerce */
.gv_page_woocommerce {
  position: relative;
  overflow: hidden;
  padding: 16px 0 48px;
  background: #fff;
}
.gv_page_woocommerce .head_section {
  margin-bottom: 16px;
}

/** Woocommerce */
.woocommerce {
  /** Order Detail */
  /** QR Code */
  /** Account */
  /** Bank Detail */
}
.woocommerce .title-woo-panel {
  padding-bottom: 16px;
  display: block;
}
.woocommerce .title-woo-panel .title {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-Color);
}
.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.woocommerce-cart-form .actions .coupon input[name=coupon_code] {
  width: 200px;
  border-radius: 8px;
}
.woocommerce form.checkout input[type=text],
.woocommerce form.checkout input[type=email],
.woocommerce form.checkout input[type=password],
.woocommerce form.checkout input[type=tel], .woocommerce form.checkout textarea, .woocommerce form.checkout select {
  outline: none;
  width: 100%;
  font-size: 13px;
}
.woocommerce form.checkout .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form.checkout #customer_details {
  display: flex;
  flex-direction: column;
}
.woocommerce form.checkout #customer_details .billing-box {
  float: none !important;
  width: 100% !important;
  padding: 0 0 24px 0;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce form.checkout #customer_details .shipping-box {
  float: none !important;
  width: 100% !important;
  padding: 0 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce form.checkout #customer_details .woocommerce-billing-fields h3 {
  font-size: 18px;
  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 #customer_details .woocommerce-additional-fields h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
}
.woocommerce form.checkout #customer_details .table.shop_table {
  font-size: 13px;
}
.woocommerce form.checkout .coupon-box {
  padding-bottom: 24px;
  position: relative;
}
.woocommerce form.checkout .coupon-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
}
.woocommerce form.checkout .coupon-box .checkout_coupon {
  display: flex;
  gap: 10px;
}
.woocommerce form.checkout .coupon-box .checkout_coupon input[type=text] {
  border: 1px solid #ddd;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 4px;
  outline: none;
  min-width: 200px;
}
.woocommerce form.checkout .coupon-box .checkout_coupon input[type=button] {
  background: #0b6bbf;
  border: #0b6bbf;
  line-height: 20px;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-weight: 500;
}
.woocommerce form.checkout #order_review_heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  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: 2px solid var(--primary-Color);
  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;
}
.woocommerce ul.order_details {
  padding-left: 0 !important;
}
@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 .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 .wc-bacs-bank-details {
  margin: 0 0 16px !important;
}
.woocommerce .payment-qr-code {
  margin-bottom: 2.5em;
}
.woocommerce .payment-qr-code .pay-code {
  width: 250px;
  height: auto;
}
.woocommerce .payment-qr-code .pay-code img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.woocommerce .payment-qr-code .pay-code p {
  font-size: 12px;
  margin: 10px 0 0;
  font-weight: 400;
  text-align: center;
}
.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;
  }
}
.woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  font-size: 18px;
  font-weight: 700;
}

/** Content Box */
.content-box {
  position: relative;
  margin-bottom: 30px;
}
.content-box .head_single {
  padding-bottom: 12px;
}
.content-box .meta-box {
  overflow: hidden;
  text-overflow: inherit;
  white-space: nowrap;
  margin-bottom: 20px;
}
.content-box .meta-box span {
  display: flex;
  align-items: center;
  color: #000;
  margin-right: 12px;
  font-size: 13px;
}
.content-box .meta-box span svg {
  height: 12px;
  width: 12px;
  fill: var(--second-Color);
  margin: 5px;
}
.content-box article {
  margin-bottom: 24px;
}
/** Content Wrap */
.content-wrap article {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .content-wrap article {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .content-wrap article {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/** Product Box */
.product-box {
  position: relative;
  margin-bottom: 30px;
}
.product-box > .row {
  align-items: stretch;
  margin: 0 -8px;
}
.product-box > .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 100%;
}
.product-box .head_single {
  margin-bottom: 16px;
}
.product-box .product-item {
  margin-bottom: 18px;
}

/** Related Box */
.related-box {
  position: relative;
  margin-bottom: 30px;
}
.related-box > .row {
  align-items: stretch;
  margin: 0 -8px;
}
.related-box > .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 100%;
}
.related-box .head_single {
  margin-bottom: 16px;
}
.related-box .post-item {
  margin-bottom: 19px;
}

/** Contact Box */
.contact-box {
  border: 2px dashed var(--second-Color);
  background: #f0fdfc;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .contact-box {
    padding: 20px 16px;
  }
}
.contact-box .desc {
  font-size: 14px;
  line-height: 1.56;
}
@media (max-width: 575px) {
  .contact-box .desc {
    font-size: 13px;
    line-height: 1.35;
  }
}
.contact-box .desc *:last-child {
  margin-bottom: 0;
}

/** 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;
}

/** Loop */
.product_inner {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  z-index: 2;
}
.product_inner .image {
  position: relative;
  overflow: hidden;
}
.product_inner .image > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.product_inner .image > a picture {
  display: block;
  height: 195px;
  position: relative;
  width: 100%;
  background-position: center;
}
@media (max-width: 767px) {
  .product_inner .image > a picture {
    height: 400px;
  }
}
.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-top: 12px;
  position: relative;
}
.product_inner .info .title {
  margin: 0px 1px;
  padding: 0;
  overflow: hidden;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  display: block;
}
.product_inner .info .title a {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  min-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.product_inner .info .price {
  position: relative;
  margin-top: 15px;
}
.product_inner .info .price a {
  display: block;
  position: relative;
  padding: 6px 14px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-radius: 22px;
  border: 1px solid #959595;
  color: #ddd;
  line-height: 16px;
  height: 29px;
  font-weight: 500;
  color: #000;
  opacity: 0.8;
}
.product_inner .info .price a span {
  color: #CE1B22;
}
.product_inner:hover .info .price a {
  background: #3cbeb3;
  border: 0;
  color: #fff;
}
.product_inner:hover .info .price a span {
  color: #fff;
}

.post_inner {
  position: relative;
  overflow: hidden;
  padding: 0px;
  line-height: 16px;
  font-size: 12px;
  background-color: #f7f6fa;
  border-bottom: 1px dotted #eaeaea;
}
.post_inner .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.post_inner .image > a {
  display: block;
}
.post_inner .image > a picture {
  position: relative;
  padding-bottom: 69%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.post_inner .image > a picture 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: 8px 12px;
}
.post_inner .info .meta {
  overflow: hidden;
  text-overflow: inherit;
  white-space: nowrap;
  padding: 14px 0px 14px 0px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-width: 77%;
  margin: 0 auto;
  min-height: 33px;
}
.post_inner .info .meta span {
  display: flex;
  align-items: center;
  color: #000;
  flex: 1;
  margin-right: 30px;
}
.post_inner .info .meta span svg {
  height: 12px;
  width: 12px;
  fill: #ff3e89;
  margin: 5px;
}
.post_inner .info .title {
  display: block;
  font-weight: 700;
  transition: all 0.6s ease;
  position: relative;
  font-size: 13px;
  max-width: 90%;
  margin: 0 auto 6px;
  line-height: 20px;
  padding: 10px 7px 0 7px;
}
@media (max-width: 767px) {
  .post_inner .info .title {
    max-width: 100%;
  }
}
.post_inner .info .title a {
  transition: all 0.3s ease;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_inner .info .title a:hover {
  color: var(--hover-Color);
}
.post_inner .info .desc {
  margin: 7px auto 28px;
  font-size: 13px;
  color: #616161;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  height: 38px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1px 7px 0px 7px;
}
@media (max-width: 767px) {
  .post_inner .info .desc {
    max-width: 100%;
  }
}
.post_inner .info hr {
  margin-top: 13px;
  margin-bottom: 13px;
  border-top: 1px solid #eaeaea;
  opacity: 1;
}
.post_inner .info .more-x {
  position: relative;
  text-align: center;
  line-height: 29px;
  padding: 0px 0px 10px;
}
.post_inner .info .more-x a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 3px;
  display: block;
}
.post_inner .info .more-x a img {
  width: auto;
  display: initial;
  max-width: 100%;
  max-height: 100%;
}/*# sourceMappingURL=blog.css.map */