/** PRODUCT ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  color: var(--primary-Color);
}

.head_product {
  position: relative;
  font-family: var(--primary-Font);
}
.head_product .title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
  padding-bottom: 10px;
  position: relative;
}
.head_product .title::after {
  content: "";
  height: 4px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--primary-Color);
}

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

/** Product Catalog */
.gv_product_catalog {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.gv_product_catalog main > .row {
  align-items: stretch;
}
@media (max-width: 991px) {
  .gv_product_catalog main > .row .col-left {
    display: none;
  }
}
.gv_product_catalog main > .row .col-right > .row {
  margin: 0 -6px;
}
.gv_product_catalog main > .row .col-right > .row > [class*=col-] {
  padding: 6px;
}
.gv_product_catalog .order-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.gv_product_catalog .order-box .filter span {
  font-size: 15px;
  font-weight: 400;
}
.gv_product_catalog .order-box .order {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.gv_product_catalog .order-box .order label {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .gv_product_catalog .order-box .order label {
    display: none;
  }
}
.gv_product_catalog .order-box .order .woocommerce-ordering {
  margin: 0 !important;
}
.gv_product_catalog .order-box .order .woocommerce-ordering select {
  padding: 4px 16px;
  width: 160px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0 !important;
  line-height: 20px;
  border-radius: 0;
}
.gv_product_catalog .product-item .product_inner {
  height: 100%;
}
.gv_product_catalog .extend-box {
  background: #ededed;
  padding: 32px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .gv_product_catalog .extend-box {
    padding: 20px;
  }
}
.gv_product_catalog .extend-box .form {
  position: relative;
  padding-top: 16px;
}
.gv_product_catalog .extend-box .form h3.name {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-Color);
  margin-bottom: 16px;
}
.gv_product_catalog .extend-box .form .wpcf7-form p {
  margin-top: 0 !important;
}
.gv_product_catalog .extend-box .form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.gv_product_catalog .extend-box .form .wpcf7-form input[type=text],
.gv_product_catalog .extend-box .form .wpcf7-form input[type=tel],
.gv_product_catalog .extend-box .form .wpcf7-form input[type=email],
.gv_product_catalog .extend-box .form .wpcf7-form input[type=number],
.gv_product_catalog .extend-box .form .wpcf7-form input[type=date],
.gv_product_catalog .extend-box .form .wpcf7-form select, .gv_product_catalog .extend-box .form .wpcf7-form textarea {
  border-radius: 0px;
  border: 0;
  margin-bottom: 12px;
  width: 100%;
  outline: none;
  display: block;
  background: #fff;
  margin-bottom: 20px;
}
.gv_product_catalog .extend-box .form .wpcf7-form input.wpcf7-submit {
  width: auto;
  margin: 0;
  display: block;
  background: var(--primary-Color);
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 30px 9px;
  border-radius: 0px;
  cursor: pointer;
}
/** Product Detail */
.gv_product_detail {
  position: relative;
  padding: 10px 0;
}
.gv_product_detail main > .row {
  align-items: stretch;
}
@media (max-width: 991px) {
  .gv_product_detail main > .row .col-left {
    display: none;
  }
}

/** 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;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .product-sumary .sx-left {
    padding-bottom: 24px;
  }
}
.product-sumary .image {
  position: relative;
}
.product-sumary .image .slick-slider {
  padding-bottom: 0;
}
.product-sumary .image .prv-gallery {
  border: 1px solid #dce0e3;
  margin-bottom: 14px;
}
.product-sumary .image .prv-gallery .item-gallery {
  padding: 6px;
}
.product-sumary .image .prv-gallery .item-gallery a {
  position: relative;
  padding-bottom: 100%;
  display: block;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
.product-sumary .image .prv-gallery .item-gallery 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%;
}
.product-sumary .image .prv-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  background: var(--second-Color);
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  opacity: 1;
  visibility: visible;
  border-radius: 100%;
}
.product-sumary .image .prv-gallery .slick-arrow::before {
  display: none;
}
.product-sumary .image .prv-gallery .slick-arrow i {
  width: 6px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(0);
}
.product-sumary .image .prv-gallery .slick-arrow.slick-prev {
  left: -10px;
}
@media (max-width: 767px) {
  .product-sumary .image .prv-gallery .slick-arrow.slick-prev {
    left: -10px;
  }
}
.product-sumary .image .prv-gallery .slick-arrow.slick-prev i {
  margin-right: 2px;
  background-image: url("../images/svg/ick-prev.svg");
}
.product-sumary .image .prv-gallery .slick-arrow.slick-next {
  right: -10px;
}
@media (max-width: 767px) {
  .product-sumary .image .prv-gallery .slick-arrow.slick-next {
    right: -10px;
  }
}
.product-sumary .image .prv-gallery .slick-arrow.slick-next i {
  margin-left: 2px;
  background-image: url("../images/svg/ick-next.svg");
}
.product-sumary .image .nav-gallery {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.product-sumary .image .nav-gallery .item-navi {
  padding: 1px 10px;
}
.product-sumary .image .nav-gallery .item-navi span {
  position: relative;
  padding-bottom: 100%;
  display: block;
  background-position: center;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0px 0px 0px 1px #dce0e3;
}
.product-sumary .image .nav-gallery .item-navi span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: con;
     object-fit: con;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.product-sumary .image .nav-gallery .item-navi.slick-current span {
  box-shadow: 0px 0px 0px 1px var(--primary-Color);
}
.product-sumary .image .nav-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  background: var(--second-Color);
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 100%;
}
.product-sumary .image .nav-gallery .slick-arrow::before {
  display: none;
}
.product-sumary .image .nav-gallery .slick-arrow i {
  width: 6px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.product-sumary .image .nav-gallery .slick-arrow.slick-prev {
  left: -10px;
}
@media (max-width: 767px) {
  .product-sumary .image .nav-gallery .slick-arrow.slick-prev {
    left: -10px;
  }
}
.product-sumary .image .nav-gallery .slick-arrow.slick-prev i {
  margin-right: 2px;
  background-image: url("../images/svg/ick-prev.svg");
}
.product-sumary .image .nav-gallery .slick-arrow.slick-next {
  right: -10px;
}
@media (max-width: 767px) {
  .product-sumary .image .nav-gallery .slick-arrow.slick-next {
    right: -10px;
  }
}
.product-sumary .image .nav-gallery .slick-arrow.slick-next i {
  margin-left: 2px;
  background-image: url("../images/svg/ick-next.svg");
}
.product-sumary .info .rating {
  display: block;
  margin-bottom: 10px;
}
.product-sumary .info .sku {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.product-sumary .info .price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.product-sumary .info .price span {
  display: inline-block;
  letter-spacing: 0.3px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-Color);
}
.product-sumary .info .price span.pc-old {
  text-decoration: line-through;
  font-weight: 300;
  opacity: 0.8;
}
.product-sumary .info .price span.pc-sale {
  font-size: 21px;
  font-weight: 600;
}
.product-sumary .info .buy {
  display: block;
  margin-bottom: 20px;
}
.product-sumary .info .buy form.cart {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-sumary .info .buy form.cart .quantity label {
  display: none;
}
.product-sumary .info .buy form.cart .quantity input {
  outline: none;
  width: 90px;
  padding: 10px 16px;
  border: 1px solid #ccc;
  line-height: 20px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.product-sumary .info .buy form.cart button.single_add_to_cart_button {
  background: var(--primary-Color) !important;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 24px;
  line-height: 20px;
  font-weight: 400;
  outline: none;
  border: 0;
  border-radius: 0;
}
.product-sumary .info .cate {
  display: block;
  position: relative;
  font-size: 15px;
  margin-bottom: 16px;
}
.product-sumary .info .support a {
  border: 2px solid var(--primary-Color);
  padding: 10px 20px;
  text-align: center;
  line-height: 20px;
  display: block;
  margin-bottom: 8px;
  color: var(--primary-Color);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.product-sumary .info .support a:last-child {
  margin-bottom: 0;
  background: var(--primary-Color);
  color: #fff;
}

/** Product Detail */
.product-detail {
  position: relative;
  margin-bottom: 32px;
}
.product-detail .tab_product {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 0px;
  margin-bottom: 0px;
}
.product-detail .tab_product > li {
  display: inline-block;
}
.product-detail .tab_product > li > a {
  display: block;
  padding: 12px 24px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  background: #fff;
  border: 1px solid #dee2e6;
  border-bottom: 0;
  border-radius: 0px;
  line-height: 20px;
  font-size: 16px;
  color: #222;
  margin-right: 8px;
}
.product-detail .tab_product > li > a:hover {
  background: var(--primary-Color);
  color: #fff;
  border-color: var(--primary-Color);
}
.product-detail .tab_product > li.active a {
  background: var(--primary-Color);
  color: #fff;
  border-color: var(--primary-Color);
}
.product-detail .tab_content {
  background: #fff;
  padding: 24px 24px;
  border: 1px solid #dee2e6;
}
@media (max-width: 767px) {
  .product-detail .tab_content {
    padding: 16px 16px;
  }
}
.product-detail .tab_content .tab_pane .review {
  padding: 0px;
  position: relative;
}
.product-detail .tab_content .tab_pane .review > .desc {
  font-size: 15px;
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail .tab_content .tab_pane .review .review_list > li {
  margin-bottom: 16px;
  display: block;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .avatar {
  float: left;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info {
  margin-left: 60px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info .desc {
  border: 1px solid #ccc;
  padding: 9px 12px;
  border-radius: 4px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info .desc > span i {
  color: yellow;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info .desc > p {
  margin-bottom: 0px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item::after {
  clear: both;
  display: table;
  content: "";
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li {
  margin-bottom: 16px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li:last-child {
  margin-bottom: 0;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .avatar {
  float: left;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info {
  margin-left: 60px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info .desc {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info .desc > span i {
  color: yellow;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info .desc > p {
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item::after {
  clear: both;
  display: table;
  content: "";
}
.product-detail .tab_content .tab_pane .review .review-form .comment-respond .comment-reply-title {
  font-size: 16px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-notes {
  font-style: italic;
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-rating label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-rating p {
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p {
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p input[type=text] {
  border: 1px dashed var(--primary-Color);
  border-radius: 6px;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  line-height: 20px;
  outline: none;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p input[type=email] {
  border: 1px dashed var(--primary-Color);
  border-radius: 6px;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  line-height: 20px;
  outline: none;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p textarea {
  border: 1px dashed var(--primary-Color);
  border-radius: 6px;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  line-height: 20px;
  height: 140px;
  outline: none;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .form-submit input[type=submit] {
  background: var(--primary-Color) !important;
  border-radius: 0px !important;
  padding: 16px 24px !important;
  line-height: 20px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  border: 0 !important;
  outline: none !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-cookies-consent {
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-cookies-consent label {
  font-style: italic;
}

/** Product Related */
.product-related {
  position: relative;
}
.product-related .owl-carousel .owl-nav > [class*=owl-] {
  height: 65px;
  width: 30px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
}
@media (max-width: 767px) {
  .product-related .owl-carousel .owl-nav > [class*=owl-] {
    opacity: 1;
    visibility: visible;
    width: 24px;
    height: 50px;
  }
}
.product-related .owl-carousel .owl-nav > [class*=owl-] i {
  height: 20px;
  width: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease 0s;
}
@media (max-width: 767px) {
  .product-related .owl-carousel .owl-nav > [class*=owl-] i {
    height: 18px;
    width: 18px;
  }
}
.product-related .owl-carousel .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}
.product-related .owl-carousel .owl-nav .owl-prev i {
  background-image: url("../images/svg/ick-prev.svg");
}
.product-related .owl-carousel .owl-nav .owl-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.product-related .owl-carousel .owl-nav .owl-next i {
  background-image: url("../images/svg/ick-next.svg");
}
/** Filter Mobile */
.gvx-filter-block {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  transform: translateX(-100%);
  transition: all 0.3s ease 0s;
  box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.24);
}
.gvx-filter-block > button {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
  z-index: 5;
}
.gvx-filter-block > button i {
  display: block;
  height: 16px;
  width: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icn-close.svg");
  filter: brightness(0) invert(1);
}
.gvx-filter-block .inner {
  padding: 48px 40px;
  overflow-y: scroll;
  height: 100vh;
}
@media (max-width: 575px) {
  .gvx-filter-block .inner {
    padding: 48px 20px;
  }
}
.gvx-filter-block .inner > button {
  display: block;
  width: auto;
  margin: 0 auto;
  margin-top: 20px;
  background: var(--second-Color);
  color: #fff;
  padding: 10px 24px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  border: 0;
}

.gvx-filter-block.show {
  transform: translateX(0);
}/*# sourceMappingURL=product.css.map */