/** PRODUCT ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .head_taxonomy {
    flex-wrap: wrap;
  }
}
.head_taxonomy .title {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  color: var(--second-Color);
  width: 100%;
}
.head_taxonomy .order {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .head_taxonomy .order {
    padding-top: 12px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .head_taxonomy .order {
    flex-wrap: wrap;
  }
}
.head_taxonomy .order label {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .head_taxonomy .order label {
    width: 100%;
    margin-bottom: 8px;
  }
}
.head_taxonomy .order .woocommerce-ordering {
  margin-bottom: 0 !important;
  width: 100%;
}
.head_taxonomy .order select {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 6px 16px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .head_taxonomy .order select {
    width: 100%;
    padding: 8px 16px;
  }
}

.head_product {
  position: relative;
  font-family: var(--primary-Font);
}
.head_product .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
  line-height: 1.2;
}

.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;
  }
}

/** Product Catalog */
.gv_product_catalog {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_product_catalog {
    padding-top: 36px 0;
  }
}
.gv_product_catalog main .row {
  align-items: stretch;
}
.gv_product_catalog .product-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

/** Product Detail */
.gv_product_detail {
  position: relative;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_product_detail {
    padding-top: 36px 0;
  }
}

/** 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;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .product-sumary {
    padding-bottom: 36px;
  }
}
.product-sumary .image {
  position: relative;
}
.product-sumary .image .slick-slider {
  padding-bottom: 0;
}
.product-sumary .image .prv-gallery {
  margin-bottom: 24px;
}
.product-sumary .image .prv-gallery .item-gallery {
  border: 1px solid #dce0e3;
  padding: 16px 16px;
}
.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 .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 {
  position: relative;
}
.product-sumary .info .sku {
  position: relative;
  padding-bottom: 12px;
}
.product-sumary .info .sku p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.product-sumary .info .sku p b {
  display: inline-block;
  margin-left: 12px;
}
.product-sumary .info .sku p span {
  display: inline-block;
  background: #a2dede;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  line-height: 20px;
  color: #000;
}
.product-sumary .info .price {
  position: relative;
  border-top: 1px solid #dee2e6;
  padding-top: 16px;
  margin-top: 16px;
}
.product-sumary .info .price span {
  font-size: 30px;
  font-weight: 600;
  color: #212529;
}
.product-sumary .info .short-desc {
  padding-top: 16px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
.product-sumary .info .support {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
.product-sumary .info .support a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #01a652;
  border: 1px solid #01a652;
  color: #fff;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0);
  height: 50px;
  padding: 12px 24px;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-right: 12px;
}
.product-sumary .info .support a:last-child {
  margin-right: 0;
}
.product-sumary .info .support a:hover {
  background: #fff;
  color: #01a652;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06);
}
.product-sumary .info .action {
  position: relative;
  padding-bottom: 16px;
}
.product-sumary .info .action a.btx-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #01a652;
  border: 1px solid #01a652;
  color: #fff;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0);
  height: 50px;
  padding: 12px 24px;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-right: 12px;
}
.product-sumary .info .action a.btx-cart:last-child {
  margin-right: 0;
}
.product-sumary .info .action a.btx-cart svg {
  margin-right: 12px;
}
.product-sumary .info .action a.btx-cart:hover {
  background: #fff;
  color: #01a652;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06);
}
.product-sumary .info .combo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-sumary .info .combo ul li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
}
.product-sumary .info .combo ul li a {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: darkorange;
  color: #fff;
  border-radius: 50px;
  padding: 0px 20px;
  height: 48px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.product-sumary .info .combo ul li a span, .product-sumary .info .combo ul li a i {
  font-style: normal;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.product-sumary .info .combo ul li a span {
  font-size: 15px;
  font-weight: 500;
}
.product-sumary .info .combo ul li a i {
  font-size: 13px;
  font-weight: 300;
}
.product-sumary .info .combo ul li a:hover {
  border: 1px solid darkorange;
  color: darkorange;
  background: transparent;
}

/** Product Detail */
.product-detail {
  position: relative;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .product-detail {
    padding-bottom: 36px;
  }
}
.product-detail .tab_product {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 0px;
  margin-bottom: -1px;
}
.product-detail .tab_product > li {
  display: inline-block;
}
.product-detail .tab_product > li > a,
.product-detail .tab_product > li span {
  display: block;
  padding: 16px 24px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  background: #fff;
  border: 1px dashed #dee2e6;
  border-radius: 0px;
  line-height: 20px;
  font-size: 16px;
  color: #222;
  margin-right: 8px;
}
.product-detail .tab_product > li > a:hover,
.product-detail .tab_product > li span:hover {
  background: #01a652;
  color: #fff;
  border-color: #01a652;
}
.product-detail .tab_product > li.active span {
  background: #01a652;
  color: #fff;
  border-color: #01a652;
}
.product-detail .tab_content {
  background: #fff;
  padding: 24px 24px;
  border: 1px dashed #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 > .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 > .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 .product-item {
  padding-top: 15px;
  padding-bottom: 15px;
}/*# sourceMappingURL=product.css.map */