/** PRODUCT ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
  padding-bottom: 8px;
}
.head_taxonomy .sub {
  color: #fff;
  opacity: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media (max-width: 1399px) {
  .head_taxonomy .sub {
    font-size: 0.9em;
  }
}
.head_taxonomy .title {
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .head_taxonomy .title {
    font-size: 1.4em;
  }
}

.head_product {
  position: relative;
  font-family: var(--primary-Font);
  padding-bottom: 8px;
}
.head_product .title {
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .head_product .title {
    font-size: 1.4em;
  }
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  font-weight: 700;
  color: var(--primary-Color);
  font-size: 2.5rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.head_single .divide {
  margin-top: 8px;
  display: inline-block;
  width: 40px;
  height: 4px;
  margin: 0 auto;
  background-color: var(--primary-Color);
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--primary-Color);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .head_box .title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .head_box .title {
    font-size: 22px;
  }
}
.head_box .title span {
  display: inline-block;
  background: #f2f2f2;
  padding-right: 20px;
}
.head_box .title::after {
  content: "";
  height: 2px;
  background: var(--primary-Color);
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/** Heading Blog */
.gv_heading_blog {
  position: relative;
  background: var(--primary-Color);
  color: #fff;
  padding: 1rem 0;
}
.gv_heading_blog .breadcrumb-nav {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
.gv_heading_blog .breadcrumb-nav i {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.gv_heading_blog .breadcrumb-nav span,
.gv_heading_blog .breadcrumb-nav a {
  color: #fff;
}
.gv_heading_blog .breadcrumb-nav .breadcrumb_last {
  opacity: 0.7;
}

/** Banner Blog */
.gv_banner_catalog {
  position: relative;
  overflow: hidden;
}
.gv_banner_catalog .isbanner {
  width: auto !important;
  display: flex;
  align-items: center;
}
.gv_banner_catalog .isbanner .stx-slider {
  position: relative;
  overflow: hidden;
}
.gv_banner_catalog .isbanner .slider-button {
  display: inline-flex;
  align-items: center;
  left: 0.75rem;
  bottom: 45px;
  z-index: 3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .gv_banner_catalog .isbanner .slider-button {
    bottom: 8px;
  }
}
.gv_banner_catalog .isbanner .slider-button > [class*=button-] {
  border-radius: 6px;
  background-color: #fff;
  color: var(--primary-Color);
  font-weight: 400;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  padding: 5px 15px 3px;
  transition: all 0.3s ease-in-out;
}
.gv_banner_catalog .isbanner .slider-button > [class*=button-]:active, .gv_banner_catalog .isbanner .slider-button > [class*=button-]:hover {
  background: var(--primary-Color);
  color: #fff;
}
.gv_banner_catalog .isbanner .slider-button > .swiper-button-disabled {
  background-color: #fff;
  color: var(--primary-Color);
  opacity: 0.8;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .gv_banner_catalog .isbanner .slider-button .button-prev {
    margin-right: 5px;
  }
}
.gv_banner_catalog .isbanner .slider-button .button-prev i {
  margin-right: 8px;
  margin-top: -1px;
  font-size: 1.15em;
}
@media (max-width: 767px) {
  .gv_banner_catalog .isbanner .slider-button .button-next {
    margin-left: 5px;
  }
}
.gv_banner_catalog .isbanner .slider-button .button-next i {
  margin-left: 8px;
  margin-top: -1px;
  font-size: 1.15em;
}
.gv_banner_catalog .isbanner .slider-button .slider-pagination {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .gv_banner_catalog .isbanner .slider-button .slider-pagination {
    display: none;
  }
}
.gv_banner_catalog .isbanner .slider-button .slider-pagination > * {
  flex-shrink: 0;
}
.gv_banner_catalog .isbanner .slider-button .slider-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 !important;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gv_banner_catalog .isbanner .slider-button .slider-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 18px;
  background: #FFF;
  height: 2px;
  margin: 0 15px 0 5px;
  display: block;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
.gv_banner_catalog .isbanner .slider-button .slider-pagination .swiper-pagination-bullet-active::after {
  width: 36px;
}
.gv_banner_catalog .isbanner .banner-item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 39%;
}
.gv_banner_catalog .isbanner .banner-item a 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%;
}
.gv_banner_catalog .isbanner .owl-nav {
  margin: 0;
}
@media (max-width: 767px) {
  .gv_banner_catalog .isbanner .owl-nav {
    display: none;
  }
}
.gv_banner_catalog .isbanner .owl-nav [class*=owl-] {
  height: 46px;
  width: 46px;
  background: rgba(248, 248, 248, 0.2);
  border: 0;
}
.gv_banner_catalog .isbanner .owl-nav [class*=owl-] i {
  line-height: 46px;
  font-size: 25px;
  color: #FFF;
}
.gv_banner_catalog .isbanner .owl-nav [class*=owl-]:hover {
  background: #FFF;
}
.gv_banner_catalog .isbanner .owl-nav [class*=owl-]:hover > i {
  color: #2c72c6;
}
.gv_banner_catalog .isbanner .owl-nav .owl-prev {
  left: 0px;
}
.gv_banner_catalog .isbanner .owl-nav .owl-next {
  right: 0px;
}
.gv_banner_catalog .isbanner .owl-dots {
  bottom: 0;
}
.gv_banner_catalog .isbanner .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  opacity: 0.3;
  border: 0;
  background: #fff;
}
.gv_banner_catalog .isbanner .owl-dots .owl-dot.active span {
  background: var(--second-Color);
  opacity: 1;
}

/** Product Catalog */
.gv_product_catalog {
  position: relative;
  overflow: hidden;
  padding: 36px 0;
}
@media (max-width: 767px) {
  .gv_product_catalog {
    padding-top: 24px 0;
  }
}
.gv_product_catalog main .row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .gv_product_catalog main .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.gv_product_catalog main .row > [class*=col-] {
  min-height: 100%;
}
@media (max-width: 767px) {
  .gv_product_catalog main .row > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.gv_product_catalog .product-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .gv_product_catalog .product-item {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
.gv_product_catalog .product-item .product_inner {
  height: 100%;
}

/** Product Detail */
.gv_product_detail {
  position: relative;
  padding: 32px 0 48px;
}
@media (max-width: 767px) {
  .gv_product_detail {
    padding-top: 24px 0 36px;
  }
}
/** Woocommerce */
.woocommerce {
  width: 100%;
}
.woocommerce .details__content address {
  padding: 20px;
}
.woocommerce div.product .product_title {
  font-size: 25px;
  color: #000;
  margin-bottom: 13px;
  font-weight: bold;
  line-height: 1.3;
}
.woocommerce div.product p {
  font-size: 14px;
  line-height: 1.45;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  line-height: 1 !important;
  color: #d71a00 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
}
.woocommerce div.product form.cart {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart div.quantity .qty {
  height: 40px;
  width: 80px;
  padding: 0 5px 0 10px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
}
.woocommerce div.product form.cart button.button.alt {
  line-height: 20px;
  padding: 10px 23px;
  border: 0;
  background: #0072bc;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  outline: none;
  border-radius: 0;
}
.woocommerce div.product .quick-link {
  display: block;
  margin-bottom: 2em;
}
.woocommerce div.product .quick-link a {
  display: inline-block;
  padding: 10px 23px;
  line-height: 20px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #5EAB46;
}
.woocommerce div.product .product_meta {
  padding-bottom: 25px;
  display: block;
}
.woocommerce div.product .product_meta .sku_wrapper {
  margin-bottom: 10px;
  display: block;
}
.woocommerce div.product .product_meta .sku_wrapper span.sku {
  font-weight: bold;
}
.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_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;
}

/** Product Sumary */
.product-sumary {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .product-sumary {
    padding-bottom: 24px;
  }
}
.product-sumary [class*=sfx-] {
  padding-left: 20px;
  padding-right: 20px;
}
.product-sumary .sfx-1 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .product-sumary .sfx-1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.product-sumary .sfx-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .product-sumary .sfx-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.product-sumary .image {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  padding: 1.25rem;
  background: var(--primary-Color);
  box-shadow: 0px 3px 18px rgba(35, 38, 40, 0.3);
}
.product-sumary .image .prv-gallery {
  position: relative;
  padding-bottom: 50px;
  flex-grow: 1;
}
.product-sumary .image .prv-gallery .swiper {
  height: 100%;
  overflow: hidden;
}
.product-sumary .image .prv-gallery .slide-action {
  position: absolute;
  height: 50px;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}
.product-sumary .image .prv-gallery .slide-action .slide-button {
  display: flex;
  align-items: center;
}
.product-sumary .image .prv-gallery .slide-action .slide-button > [class*=button-] {
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 1em;
  transition: all 0.4s ease-in-out;
}
.product-sumary .image .prv-gallery .slide-action .slide-button > [class*=button-] span {
  height: 26px;
  width: 26px;
  border-radius: 4px;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--primary-Color);
}
.product-sumary .image .prv-gallery .slide-action .slide-button > [class*=button-] span i {
  line-height: 0;
}
.product-sumary .image .prv-gallery .slide-action .slide-button .button-prev span {
  margin-left: 8px;
}
.product-sumary .image .prv-gallery .slide-action .slide-button .button-next {
  margin-left: 20px;
}
.product-sumary .image .prv-gallery .slide-action .slide-button .button-next span {
  margin-right: 8px;
}
.product-sumary .image .prv-gallery .slide-action .slide-pagination {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-sumary .image .nav-gallery {
  flex-shrink: 0;
}
.product-sumary .image .nav-gallery .swiper-slide::before {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  transition: all 0.3s ease-in-out;
}
.product-sumary .image .nav-gallery .swiper-slide img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.product-sumary .image .nav-gallery .swiper-slide-thumb-active::before {
  background: transparent;
}
.product-sumary .info .tax {
  font-size: 14px;
  color: #7a7a7d;
  font-weight: 400;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.product-sumary .info .price {
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 1.75rem;
  color: var(--primary-Color);
}
.product-sumary .info .meta {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.product-sumary .info .meta ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.product-sumary .info .meta ul > li {
  color: var(--primary-Color);
  font-size: 0.9125em;
  display: grid;
  align-items: center;
  grid-template-columns: 0 1fr;
  grid-gap: 1.5rem;
  margin-bottom: 0.5rem;
}
.product-sumary .info .meta ul > li::before {
  content: "\f0a9";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
}
.product-sumary .info .meta ul > li:last-child {
  margin-bottom: 0;
}
.product-sumary .info ul.param {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-right: -4px;
  align-items: stretch;
}
.product-sumary .info ul.param > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 4px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .product-sumary .info ul.param > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .product-sumary .info ul.param > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-sumary .info ul.param > li a {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 12px 1.25rem;
  gap: 1rem;
  font-size: 0.875rem;
  background: #00142e;
  border-radius: 4px;
  color: #fff;
  align-items: center;
}
.product-sumary .info ul.param > li a .icon {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-sumary .info ul.param > li a .icon img {
  height: 24px;
  width: 24px;
  border-radius: 100%;
}
.product-sumary .info ul.param > li a .name {
  display: flex;
  flex-flow: column nowrap;
  font-size: 0.875rem;
  font-weight: 200;
}
.product-sumary .info ul.param > li a .name h4 {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 0.875rem;
}
.product-sumary .info ul.param > li a .name p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.2;
}

/** Product Detail */
.product-detail {
  position: relative;
}
.product-detail .detail-box {
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 1px;
}
@media (max-width: 575px) {
  .product-detail .detail-box {
    padding: 0.75rem 0.5rem;
  }
}
.product-detail .detail-box > .name {
  font-size: 18px;
  font-weight: 300;
  color: var(--primary-Color);
  margin-bottom: 0.75rem;
}
.product-detail .detail-box .video-embed {
  padding-bottom: 56.29%;
  display: block;
  position: relative;
  width: 100%;
}
.product-detail .detail-box .video-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

/**
 * PRODUCT VIEWED
 */
.product_viewed {
  background: #FFF;
  margin-bottom: 15px;
}
.product_viewed .title_viewed {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.product_viewed .Product-viewed .owl-item + .owl-item {
  border-left: 1px solid #ebebeb;
}
.product_viewed .Product-viewed .item__product {
  padding: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.product_viewed .Product-viewed .item__product .image {
  padding: 25px;
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.product_viewed .Product-viewed .item__product .image > a {
  position: relative;
  background-position: center;
  padding-bottom: 143.3333%;
  width: 100%;
  display: block;
}
.product_viewed .Product-viewed .item__product .image > a img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product_viewed .Product-viewed .item__product .image > span {
  position: absolute;
  left: 7px;
  top: 7px;
  background: red;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 3px 5px;
  line-height: 1;
  display: block;
  z-index: 2;
}
.product_viewed .Product-viewed .item__product .title {
  min-height: 40px;
}
.product_viewed .Product-viewed .item__product .title > a {
  color: #505050;
  font-weight: 300;
  font-size: 13px;
}
.product_viewed .Product-viewed .item__product .title > a h3 {
  font-weight: 100;
  line-height: 1.4;
  font-size: 13px;
}
.product_viewed .Product-viewed .item__product .star {
  display: flex;
  align-items: center;
}
.product_viewed .Product-viewed .item__product .star .star_rating {
  display: inline-block;
  position: relative;
}
.product_viewed .Product-viewed .item__product .star .star_rating:before {
  content: "\e66a\e66a\e66a\e66a\e66a";
  display: inline-block;
  font-family: "Rivolicons-Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  color: #d0d0d0;
}
.product_viewed .Product-viewed .item__product .star .star_rating > span.rt {
  width: 95%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
.product_viewed .Product-viewed .item__product .star .star_rating > span.rt i {
  color: yellow;
  font-size: 13px;
}
.product_viewed .Product-viewed .item__product .star .star_prop {
  margin-left: 7px;
  font-size: 11px;
}
.product_viewed .Product-viewed .item__product .price-group .old-price {
  font-size: 0.8em;
  color: #505050;
}
.product_viewed .Product-viewed .item__product .price-group .price {
  font-weight: bold;
  color: #d71a00;
}
.product_viewed .Product-viewed .item__product .price-group .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #d71a00;
  border-radius: 10px;
}
.product_viewed .Product-viewed .item__product .price-group .price_min,
.product_viewed .Product-viewed .item__product .price-group .price_max {
  font-weight: bold;
  color: #d71a00;
}
.product_viewed .Product-viewed .item__product .overlay {
  margin-top: 10px;
  opacity: 0;
  display: block;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.product_viewed .Product-viewed .item__product .overlay .button-buy-now {
  display: block;
  text-align: center;
  background: #d71a00;
  border: 1px solid #d71a00;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  transition: all 0.25s ease-in-out;
}
.product_viewed .Product-viewed .item__product .overlay.disable {
  cursor: not-allowed;
}
.product_viewed .Product-viewed .item__product:hover .overlay {
  opacity: 1;
}

/** LOOP */
.product_inner {
  position: relative;
  height: 100%;
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.product_inner .image {
  position: relative;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding: 0.5rem 0 !important;
}
.product_inner .image:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.product_inner .image a {
  display: block;
  padding-bottom: 59%;
  position: relative;
  width: 100%;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.product_inner .image a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.product_inner .image a .price {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  background-color: var(--primary-Color);
}
@media (max-width: 575px) {
  .product_inner .image a .price {
    width: 100%;
  }
}
.product_inner .info {
  padding: 1rem 1rem;
  padding-top: 0.5rem;
  position: relative;
  flex: 1 1 auto;
}
.product_inner .info .title {
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.product_inner .info .title a {
  color: #00142E;
}
.product_inner .info .param ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.product_inner .info .param ul > li {
  font-size: 0.9125em;
  display: grid;
  align-items: center;
  grid-template-columns: 0 1fr;
  grid-gap: 1.25rem;
}
.product_inner .info .param ul > li::before {
  content: "\f0a9";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
}
.product_inner .action {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
}
.product_inner .action button, .product_inner .action a {
  font-size: 14px;
  outline: none;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0;
  color: var(--primary-Color);
  font-weight: 400;
  font-size: 0.8125rem;
  text-transform: uppercase;
  background: transparent;
}
.product_inner .action a {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.product_inner .action:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.product_inner:hover {
  color: #00142E;
  box-shadow: 0 3px 18px rgba(35, 38, 40, 0.3) !important;
}
.product_inner:hover .image a img {
  transform: translateX(0.5rem);
}/*# sourceMappingURL=product.css.map */