﻿/*#region PRODUCT WOO */
.woocommerce-products-header__title{
font-size:2rem
}
.site-main {
  margin-bottom: 3rem;
}

.woocommerce-breadcrumb {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-bottom: 1.75rem;
}

.woocommerce-breadcrumb a {
  color: #222;
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  list-style: none;
  padding: 0;
}

.woocommerce-pagination ul.page-numbers li {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  margin-right: 5px;
  border-radius: 5px;
  line-height: 48px;
  text-align: center;
  background-color: #f1f1f1;
  overflow: hidden;
}

.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: block;
  color: #222;
  font-weight: 500;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/*PRODUCT LISTING*/
.woocommerce-products-header {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.woocommerce-ordering .orderby {
  height: 40px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 5px 10px;
}

.gd_filter__wrap {
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.widget_filter {
  margin: 0 8px 8px 0;
  position: relative;
}

.gd_filter p {
  font-weight: 500;
}

.widget_filter .woocommerce-widget-layered-nav-list {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  flex-wrap: wrap;
  padding: 10px 10px 0 10px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 55px;
  left: calc(50% - (400px / 2));
  z-index: 2;
  list-style: none;
}

.gd_filter__wrap .widget_filter.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -7px;
  left: calc(50% - (14px / 2));
  border-bottom: 7px solid #dee2e6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 1;
}

.gd_filter__wrap .widget_filter.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  left: calc(50% - (14px / 2));
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 1;
}

.widget_filter.woocommerce-widget-layered-nav:nth-child(-n+2) .woocommerce-widget-layered-nav-list {
  left: 0 !important;
  right: unset !important;
}

.widget_filter.woocommerce-widget-layered-nav:nth-last-child(-n+2) .woocommerce-widget-layered-nav-list {
  left: unset;
  right: 0;
}

.widget_filter.woocommerce-widget-layered-nav:nth-child(-n+2) .woocommerce-widget-layered-nav-list::before,
.widget_filter.woocommerce-widget-layered-nav:nth-child(-n+2) .woocommerce-widget-layered-nav-list::after {
  left: 20px;
}

.widget_filter.woocommerce-widget-layered-nav:nth-last-child(-n+2) .woocommerce-widget-layered-nav-list::before,
.widget_filter.woocommerce-widget-layered-nav:nth-last-child(-n+2) .woocommerce-widget-layered-nav-list::after {
  left: auto;
  right: 20px;
}

.widget_filter_status .chosen,
.gd_filter__title .gd_text,
.widget_filter .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term>a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f5f5f5;
  color: #444444;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.widget_filter .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin: 0 0.5rem 0.75rem 0;
  font-size: 14px;
  position: relative;
  padding: 0.35rem 1rem;
  height: auto;
}

.widget_filter .woocommerce-widget-layered-nav-list .count {
  display: none;
}

.gd_filter__title.active~.woocommerce-widget-layered-nav-list {
  display: block;
}

.gd_filter__title .gd_text::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  margin-left: 5px;
  font-size: 12px;
  color: var(--color-primary);
}

.widget_filter_status>ul {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 0;
}

.widget_filter_status .chosen {
  list-style: none;
  border-color: var(--color-primary);
  margin-right: 10px;
  background-color: #E5F8F4;
  margin-bottom: 10px;
}

.widget_filter_status .chosen>a {
  color: #222;
}

.widget_filter_status .chosen>a::after {
  content: "\f057";
  font-family: "Font Awesome 5 Pro";
  margin-left: 5px;
  font-size: 14px;
  color: var(--color-primary);
  font-weight: bold;
}

.gd__p_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.gd__p_item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
}

.gd__p_inner {
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s;
  z-index: 1;
}

.gd__p_item::after {
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
  background: #101e5d;
  content: '';
  z-index: 0;
  top: 0;
  border: 1px solid #fff;
  border-radius: 5px;
}
.gd__p_item:hover .gd__p_inner {
  transform: translate(7px,-5px);
}

.gd__p_image {
  padding: 10px;
  margin-bottom: 0;
  display: flex;
}

.gd__p_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gd__p_image .wp-post-image {
  max-width: 100%;
  height: auto;
}

.gd__p_image .size-woocommerce_thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gd__p_content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.gd__p_content .gd_text {
  color: #222;
  font-size: 1rem;
}

.gd__p_content .gd_text:hover {
  color: var(--color-primary);
}

.gd__p_content .woocommerce-Price-amount.amount {
  color: #f00;
  font-weight: 500;
  font-size: 1.1rem;
}
.gd_title__bag {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
}

.gd_title__bag .onsale {
  position: static;
}

/*END PRODUCT LISTING*/

/*PRODUCT DETAIL*/
.pro_info .product_title {
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--color-primary);
}


form.cart {
  display: none;
}

.product_meta .sku_wrapper {
  display: block;
}

.product_meta .sku_wrapper .sku {
  font-weight: 600;
  text-transform: uppercase;
}

.pro_info .price bdi {
  color: var(--red);
  font-weight: 600;
  font-size: 1.25rem;
}

.pro_info .price del bdi {
  color: #a1a1a1;
  text-decoration: line-through solid 1px;
  font-weight: 500;
}

.product_in__series {
  padding: 0;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  flex-flow: wrap;
  min-width: 100%;
}

.product_in__series li {
  flex: 1 1 120px;
  list-style: none;
  padding: 0 5px;
  max-width: 150px;
  margin-bottom: 10px;
}

.product_in__series li .attr {
  color: #464646;
  padding: 0 5px;
  font-size: 0.85rem;
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}

.product_in__series li a {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px 5px;
  display: block;
  line-height: 1;
}

.product_in__series li.selected>a {
  background-color: #E5F8F4;
  border-color: var(--color-primary);
}

.product_in__series .woocommerce-Price-amount.amount bdi {
  font-size: 15px;
  color: var(--red);
}

.product_in__series .woocommerce-Price-amount.amount del bdi {
  color: #a1a1a1;
}

.product_in__series li a .price del {
  display: none;
}

.pro_info .cart .quantity {
  margin: 10px 0;
width: 100px;
padding: 13px;
background: #ebebeb;
height: 100%;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.pro_info .cart .quantity .input-text{
text-align: center;
border: none;
width: 30px;
background: #ebebeb;
}
.pro_info .cart .quantity input[type="number"] {
  -moz-appearance: textfield;
}
#btn-down,
#btn-up {
  border: none;
  background-color: #ebebeb;
  color: var(--primary-color);
  outline: none;
  cursor: pointer;
}

#btn-down {
  padding-left: 0;
  /* padding-right: 15px;*/
}

#btn-up {
  padding-right: 0;
  /* padding-left: 15px;*/
}
.variations_form .quantity {
  display: none !important;
}

.variations_form .quantity .input-text.qty {
  border: 1px solid #ccc;
  height: 40px;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}

.woocommerce-tabs {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.woocommerce-tabs img {
  max-width: 100%;
  height: auto;
}

.woocommerce-tabs .entry-content.wc-tab {
  text-align: justify;
}

.woocommerce-tabs .entry-content.wc-tab h1,
.woocommerce-tabs .entry-content.wc-tab h2,
.woocommerce-tabs .entry-content.wc-tab h3,
.woocommerce-tabs .entry-content.wc-tab h4,
.woocommerce-tabs .entry-content.wc-tab h5,
.woocommerce-tabs .entry-content.wc-tab h6,
.woocommerce-tabs .entry-content.wc-tab p {
  font-size: 1rem;
}

.woocommerce-tabs .wc-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.woocommerce-tabs .wc-tabs li {
  margin-right: 3rem;
}

.woocommerce-tabs .wc-tabs li a {
  padding: 15px 0;
  display: block;
  font-size: 1.15rem;
  color: #222;
  font-weight: 500;
  margin-bottom: -1px;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce-tabs .wc-tabs li.active a {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

/*Recently view*/
.gd_product_recently {
  margin-top: 2.5rem;
}

.gd_product_recently .gd_related__title .gd_text {
  text-align: left;
  font-size: 1rem;
}

.gd_product_recently .gd_related__title .gd_text::after {
  left: 0;
  transform: translateX(0);
}

.gd_product_recently ul.product_list_widget {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
  flex-wrap: wrap;
}

.gd_product_recently ul.product_list_widget li {
  list-style: none;
  flex: 0 0 20%;
  padding: 0 5px;
}

.gd_product_recently ul.product_list_widget li>a {
  display: flex;
}

.gd_product_recently ul.product_list_widget li figure {
  flex: 0 0 80px;
  max-width: 80px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
}

.gd_product_recently ul.product_list_widget li img {
  height: auto;
  width: 100%;
  border-radius: 5px;
}

.gd_product_recently .widget_p_desc .product-title {
  display: block;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 5px;
  display: -webkit-box !important;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd_product_recently .widget_p_desc .product-title:hover {
  color: var(--color-primary);
}

.gd_product_recently .woocommerce-Price-amount bdi {
  color: var(--red);
  font-size: 0.85rem;
}

.gd_product_recently .widget_p_desc del {
  display: none;
}

/*END PRODUCT DETAIL*/

/*PRODUCT DETAIL SIDEBAR*/
.summary.entry-summary {
 
}

.btn_pro {
  background-color: #ff0000;
  display: block;
  border-radius: 5px;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
}

.btn_pro span.text-uppercase {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
}

.btn_pro:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.pro_info .btn_pro {
  width: 100%;
  background-color: transparent;
  /* height: 55px; */
  line-height: 1.1;
  padding: 0;
  display: flex;
  margin-bottom: 0;
}

.pro_info .btn_pro .bk-btn-paynow {
  background-color: var(--color-primary) !important;
  width: 100%;
  padding: 5px 15px;
  display: none !important;
}

.pro_info .btn_pro .bk-btn-paynow span {
  text-transform: none;
}

.pro_info .btn_pro .bk-btn-installment {
  padding: 10px 10px;
  width: 100%;
  margin-right: 0;
}

.pro_info .btn_pro .text-small {
  font-size: 0.75rem;
}

.product-share {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-share .cta {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.product-share .cta.cta_phone span {
  color: #222;
  font-weight: 400;
}

.product-share .cta.cta_phone span span {
  color: var(--color-primary);
  font-size: 1.5rem;
  display: block;
  line-height: 1;
  font-weight: bold;
}

.product-share .cta i {
  font-size: 24px;
  padding: 10px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  margin-right: 10px;
  color: var(--color-primary);
}

.product-share .cta_social {
  display: flex;
}

.product-share .cta_social a {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-left: 10px;
}

.product-share .cta_social a.fb_mess {
  background: url('../images/social_icon.png');
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.product-share .cta_social>a.zalo {
  background: url('../images/social_icon.png');
  background-position: top -49px center;
  background-size: 43px auto;
  background-repeat: no-repeat;
  display: block;
}

.gd_pro__promo {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f1f1f1;
}

.gd_pro__promo .gd_head {
  background-color: #5a7f44;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 1rem;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 5px 5px 0 0;
  margin: -1px;
}

.gd_pro__promo ul {
  padding: 0;
  list-style: none;
}

.gd_pro__promo .gd_content {
  padding: 1rem 1.25rem;
  text-align: justify;
}

.gd_pro__promo ul li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.gd_pro__promo ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 3px;
  color: #222;
  font-size: 14px;
}

.gd_pro__aside {
  margin-top: 3rem;
}

.gd_pro__aside .gd_widget ul {
  list-style: none;
  padding: 0;
}

.gd_pro__aside .gd_widget ul li {
  margin-bottom: 1rem;
  font-size: 15px;
  padding-left: 1.15rem;
  position: relative;
}

.gd_pro__aside .gd_widget ul li strong {
  display: block;
  font-weight: 600;
  font-size: 1rem;
}

.gd_pro__aside .gd_widget ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--color-primary);
  top: 0.65rem;
  left: 0;
}

.gd_widget .gd_choose__item {
  border-bottom: 1px solid #ccc;
}

.gd_widget .gd_choose__inner {
  display: flex;
  padding: 20px 0;
  align-items: center;
  font-size: 15px;
}

.gd_widget .choose_icon {
  margin-right: 15px;
  flex: 0 0 50px;
}

.gd_widget .choose_title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}

.gd_widget .gd_choose__item:last-child {
  border: none;
}

/*END PRODUCT DETAIL SIDEBAR*/

/*CART*/
.wrap_cart .calculated_shipping {}

.wrap_cart .calculated_shipping .shop_table {
  width: auto;
  float: right;
  border: none;
}

.wrap_cart .shop_table tr,
.wrap_cart .shop_table td,
.wrap_cart .shop_table th {
  border: none;
  padding: 5px;
  font-weight: 400;
}

.wrap_cart .calculated_shipping h2 {
  text-align: right;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.gd_page_nosidebar .wrap_cart {
  max-width: 1000px;
  margin: auto;
}

.gd_page_content .woocommerce-notices-wrapper {
  max-width: 1000px;
  margin: auto;
}

.wrap_cart table thead {
  border-bottom: 1px solid #a1a1a1;
}

.wrap_cart table thead th {
  padding: 10px 0;
  height: 2.5rem;
  vertical-align: middle;
  font-weight: 500;
}

.wrap_cart .shop_table td.product-thumbnail {
  padding: 15px 0;
}

.wrap_cart .shop_table td.product-thumbnail a {
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}

.woocommerce-cart-form .shop_table_responsive {
  border-bottom: 1px solid #a1a1a1;
}

.shop_table tbody td.actions {
  padding: 0 0 15px;
}

.shop_table tbody td.product-name {
  min-width: 200px;
}

.wrap_cart .shop_table td.product-remove .remove {
  color: #ed1c24;
}

.wrap_cart .shop_table tr.cart-subtotal {
  display: none;
}

.woocommerce-order.order-success {
  background-color: #f1f1f1;
  padding: 30px 10%;
  border-radius: 10px;
}

.woocommerce-order.order-success strong {
  font-weight: 500;
}

.woocommerce-order.order-success .gd_box__title .gd_text {
  position: relative;
  text-align: center;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.woocommerce-order.order-success .gd_box__title .gd_text::before {
  content: "";
  width: 70px;
  left: 50%;
  bottom: 0;
  position: absolute;
  background-color: var(--color-primary);
  transform: translate(-50%, 0%);
  height: 1px;
}

.woocommerce-thankyou-order-received {
  text-align: center;
}

/*END CART*/
/*ACCOUNT*/
.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
  margin: 0 5px;
}

.woocommerce-MyAccount-navigation ul li>a {
  height: 40px;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f5f5f5;
  color: #444444;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.woocommerce .woocommerce-MyAccount-content {
  max-width: 1000px;
  margin: auto;
  clear: both;
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 10px;
}

.woocommerce .woocommerce-EditAccountForm.edit-account {
  max-width: 800px;
  margin: auto;
}

.woocommerce-Button,
.woocommerce-button {
  border: 0;
  background-color: var(--color-primary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.woocommerce-Button:hover,
.woocommerce-button:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.woocommerce-form.woocommerce-form-login.login,
.woocommerce-ResetPassword.lost_reset_password {
  max-width: 350px;
  margin: auto;
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 10px;
}

.woocommerce-form.woocommerce-form-login.login label {
  width: 100%;
}

.woocommerce-form.woocommerce-form-login.login .password-input {
  width: 100%;
  display: block;
}

/*END ACCOUNT*/
.fav-love {
  position: relative;
  display: inline-block;
  background-color: #ed1c24;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  white-space: nowrap;
  margin-right: 10px;
}

.fav-love::before {
  content: "Yêu thích";
}

.gda__p_item .fav-love {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 10px;
}

.vote_bar {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.vote_bar .stars {
  margin: 0;
}

.vote_bar p.stars a {
  line-height: 1;
}

.vote_bar .count_vote {
  border-bottom: 1px solid;
  color: #ed1c24;
  margin-right: 15px;
}

.vote_bar .sale-total {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #222;
}

.gda_control .button,
.gda_control .wc-forward {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 6px 25px 7px;
  border-radius: 2px;
  background-color: #ed1c24;
  margin: 2px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  transition: all 300ms ease-in 0ms;
}

.gda_control .button.ajax_add_to_cart.added {
  display: none;
}

.gda__p_price .ships-free {
  display: inline-block;
  width: 25px;
  height: 15px;
  background: url(../images/icon/freeship.png) no-repeat center center;
}

.gd__p_price .price {
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
  align-items: baseline;
  width: 100%;
  flex-wrap: wrap;
}

.gd__p_price ins {
  text-decoration: none;
}

.gda__p_price .woocommerce-Price-currencySymbol {
  font-size: 12px;
  margin-left: 4px;
}

.woocommerce-Price-amount.amount {
  display: inline-flex;
  font-size: 16px;
  color: var(--color-primary);
}

.gd__p_price del .woocommerce-Price-amount.amount {
  color: #abacad;
  font-weight: 500;
  font-size: 12px;
  text-decoration: line-through;
}

.gd_voting {
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  padding: 10px;
  font-size: 12px;
}

.gd_voting p.stars a {
  width: 12px;
  margin-right: 2px;
  line-height: 1;
}

.gd_voting p.stars {
  margin: 0;
}

.gd_voting p.stars a::before {
  font-size: 12px;
}

.onsale {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  color: #fff;
  background-color: red;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
}

.gd_onsale.onsale {
  color: #333;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: var(--color-primary);
  font-size: 10px;
  text-transform: none;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 10px 2px;
  border-radius: 3px;
  color: #fff;
}

.gd_featured.onsale {
  background: #ff0000;
  right: auto;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  z-index: 1;
  color: #fff;
}

.single_add_to_cart_button {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 0;
  border-radius: 5px;
  font-weight: 600;
  width: 100%;
  padding: 8px 15px 10px;
  font-size: 1.25rem;
  flex: 0 0 100%;
  line-height: 1.2;
}

.single_add_to_cart_button span {
  text-transform: none;
  display: block;
  font-size: 15px;
  font-weight: normal;
}

.single_add_to_cart_button:hover {
  background-color: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.single_add_to_cart_button .fa-shopping-cart {
  margin-right: 10px;
  font-size: 20px;
}

.single_add_to_cart_fast_button {
  background-color: #d41414;
  border: 1px solid #d41414;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
}

/*variation*/
table.variations {
  width: 100%;
}

table.variations select {
  height: 30px;
  width: 180px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.woocommerce-variation-description {
  margin-top: 10px;
}

.reset_variations {
  margin-left: 15px;
  font-size: 14px;
  color: #c4123f;
}

.single_variation_wrap {
  width: 100%;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  width: 100%;
  margin-top: 15px;
  flex-wrap: wrap;
}

.woocommerce-variation-add-to-cart-disabled .quantity .qty {
  background: none;
  pointer-events: none;
}

.woocommerce-variation-price .woocommerce-Price-amount.amount {
  padding: 0;
}

/*end variation*/
.product-top-content {
  background-color: #fff;
  padding: 2rem 15px;
  border-radius: 14px;
}

.single_product_summary {
  margin-top: 30px;
}

.gda_tabs {
  padding-left: 2.25rem;
  background-color: #fff;
  margin-top: 4.5rem;
}

.gda_tabs *:not(table) {
  max-width: 100%;
  height: auto;
}

.product-attachment-list {
  list-style: none;
  padding: 0;
}

.product-attachment-list li {
  margin-bottom: 11px;
}

.attach-but-title {
  margin-left: 20px;
  color: #444;
}

.product-attachment-list .attach-img {
  width: 40px;
  display: inline-block;
}

.tabs.gda_tabs_control {
  display: flex;
  list-style: none;
  padding-left: 0px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tabs.gda_tabs_control li {
  padding: 15px 12px 12px;
  font-size: 20px;
  font-weight: bold;
  /* background: none; */
  /* margin-bottom: -2px; */
  border-radius: 10px;
  background: #165e95;
  margin-right: 5px;
  margin-bottom: 10px;
}

.gda_tabs_control li a {
  display: block;
  padding: 0 15px;
  line-height: 1;
  white-space: nowrap;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.gda_tabs_control li:last-child a {
  border: none;
}

.tabs.gda_tabs_control li.active {
  background: #fff;
  border: 1px solid #d9d8d8;
}

.tabs.gda_tabs_control li.active a {
  color: #165e95 !important;
}

.tabs.gda_tabs_control li a:hover,
.tabs.gda_tabs_control li.active a {
  color: #fff;
}

.gda_tabs_panel {
  text-align: justify;
  padding: 20px 0;
  border-top: none;
  line-height: 2rem;
}

.gda_tabs_panel>h2:first-child {
  display: none;
}

table.shop_attributes p {
  margin: 0;
}

table.shop_attributes td {
  padding: 0 15px;
}

.woocommerce-noreviews {
  background: none;
  color: #222;
}

.comment-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.comment-form .comment-notes {
  width: 100%;
}

.comment-form .comment-form-rating {
  width: 100%;
}

.comment-form .comment-form-comment {
  width: 100%;
  order: 2;
}

.comment-form .comment-form-author {
  width: 48%;
  order: 1;
}

.comment-form .comment-form-email {
  order: 1;
  width: 48%;
}

.comment-form .form-submit {
  order: 3;
  width: 100%;
}

.comment-form .comment-form-comment label {
  display: block;
}

.comment-form .comment-form-comment textarea {
  height: 85px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 35px;
  padding: 5px 10px;
}

.comment-form .form-submit .submit {
  color: #fff;
  padding: 5px 30px;
  text-transform: uppercase;
  background: #ed1c24;
  border: 1px solid #ed1c24;
}

.comment-form .comment-form-cookies-consent {
  order: 4;
}

.gda_p_related {
  clear: both;
  padding-bottom: 30px;
}

.gda_p_related .gda_related_title {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 25px;
  /*    text-align: center;*/
}

.gda_p_related .owl-nav [class^="owl-"] {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  position: absolute;
  margin-top: -15px;
  border-radius: 5px;
  width: 32px;
  height: 50px;
  text-align: center;
  font-size: 102px;
  color: #393939;
  font-family: -webkit-body;
  line-height: 28px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}

.gda_p_related .owl-nav.disabled [class^="owl-"] {
  opacity: 0.5;
  cursor: default;
}

.gda_p_related .owl-nav .owl-next {
  right: 5px;
}

.gda_p_related .owl-nav .owl-prev {
  left: 5px;
}

.gda_related_content {
  clear: both;
}

/*#endregion */
/**
 * Shop tables
 */
.woocommerce {
  vertical-align: middle;
}

.woocommerce .cart-empty {
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
}

.woocommerce .return-to-shop {
  text-align: center;
  font-size: 16px;
}

.woocommerce-cart-form {
  background-color: #fff;
}

.woocommerce-cart-form .shop_table {
  width: 100%;
}

.shop_table thead {
  text-align: center;
}

.shop_table tbody td {
  vertical-align: middle;
  padding: 0.75rem;
}

.shop_table .product-remove {
  text-align: center;
}

.shop_table .product-name a {
  color: #222;
  font-weight: 500;
}

.shop_table .product-thumbnail {
  text-align: center;
}

.shop_table .product-thumbnail img {
  width: 100%;
  height: auto;
}

.shop_table .quantity {
  text-align: center;
}

.shop_table .quantity .screen-reader-text {
  display: none;
}

.shop_table .quantity input {
  height: 30px;
  width: 50px;
  padding: 2px 5px;
  border: 1px solid #e5e5e5;
}

.shop_table .product-price {
  text-align: left;
}

.shop_table .product-price .amount {
  color: #ed1c24;
  font-weight: 500;
}

.shop_table .product-subtotal {
  text-align: center;
}

.shop_table .product-subtotal .woocommerce-Price-amount.amount {
  color: #222;
  font-weight: 500;
}

.shop_table .actions {
  text-align: right;
}

.shop_table .coupon {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shop_table .coupon #coupon_code {
  border: 1px solid #e5e5e5;
  padding: 2px 10px;
  height: 35px;
  font-size: 18px;
}

.shop_table .coupon .button[type="submit"] {
  height: 35px;
  padding: 5px 10px;
}

.shop_table .button[type="submit"] {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 15px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  border-radius: 3px;
  transition: all 100ms ease-in 0ms;
}

.shop_table .button[type="submit"]:active {
  background: #ed1c24;
  border-color: #ed1c24;
}

.shop_table .button[type="submit"]:hover {
  background: #ed1c24;
  border-color: #ed1c24;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.1);
}

.shop_table .coupon label {
  margin: 0 15px;
}

.cart-collaterals {
  clear: both;
  margin-top: 30px;
}

.cart-collaterals h2 {
  margin-bottom: 10px;
  font-size: 1rem;
  text-align: right;
}

.cart-collaterals .table_wrap {
  text-align: right;
}

.cart-collaterals .table_wrap .shop_table {
  float: right;
  width: auto;
}

.cart-collaterals .cart_totals .order-total th {
  color: #222;
}

.cart-collaterals .cart_totals .woocommerce-Price-amount.amount {
  font-weight: 400;
}

.cart-collaterals .cart_totals .order-total {
  color: #ed1c24;
}

.wc-proceed-to-checkout {
  text-align: right;
  margin: 15px 0;
  width: 100%;
  clear: both;
}

.wc-proceed-to-checkout .wc-forward {
  display: inline-block;
  background: #ed1c24;
  padding: 15px 40px;
  color: #fff;
  border-radius: 5px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.wc-proceed-to-checkout .wc-forward.wc-backhome {
  background: var(--color-primary);
}

.wc-proceed-to-checkout .wc-forward.wc-backhome:hover {
  background: #ed1c24;
}

.wc-proceed-to-checkout .wc-forward:hover,
.wc-proceed-to-checkout .wc-backward:hover {
  background: var(--color-primary);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.wc-proceed-to-checkout .wc-backward {
  display: inline-block;
  margin-right: 10px;
  background: #e5e5e5;
  padding: 6px 15px;
  color: #404040;
  border-radius: 3px;
}

.gd_page_content .woocommerce .woocommerce-checkout {
  max-width: 1000px;
  margin: auto;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px 10%;
  font-size: 14px;
}

/**
 * Products
 */
ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

/*Cart Mini*/
.cart_wrr {
  position: relative;
  z-index: 10;
  float: right;
  padding-top: 7px;
  margin-left: 15px;
}

.cart_wrr .cart-contents {
  color: #fff;
  display: flex;
  white-space: nowrap;
}

.cart_wrr .cart-contents:hover {
  color: #ed1c24;
}

.cart_wrr .cart-contents .amount {
  font-weight: bold;
}

.cart_wrr .icon-cart {
  font-size: 20px;
  margin-right: 10px;
}

.cart_wrr .cart-contents .count {
  font-size: 13px;
  font-style: italic;
  margin-left: 5px;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }

  ul.products li.product.first {
    clear: both;
  }

  ul.products li.product.last {
    margin-right: 0;
  }

  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }

  .columns-2 ul.products li.product {
    width: 48.1%;
  }

  .columns-3 ul.products li.product {
    width: 30.7966666667%;
  }

  .columns-4 ul.products li.product {
    width: 22.15%;
  }

  .columns-5 ul.products li.product {
    width: 16.96%;
  }

  .columns-6 ul.products li.product {
    width: 13.4933333333%;
  }
}


/**
 * Single Product
 */

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  margin-top: 1px;
  align-items: center;
}

.woocommerce-product-gallery__wrapper img {
  max-width: 100%;
}

.woocommerce-product-gallery__image>a {
  display: block;
  width: 100%;
}

.woocommerce-product-gallery__wrapper img:not(.zoomImg) {
  object-fit: contain;
  display: block;
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
  width: 100%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: block;
  z-index: 99;
  font-size: 0;
  display: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  content: "\f00e";
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  position: absolute;
  right: 10px;
  bottom: 118px;
  color: #222;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover::after {
  color: #ed1c24;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "";
  font-size: 30px;
  border-bottom: 86px solid rgba(255, 255, 255, 0.25);
  border-left: 86px solid transparent;
  position: absolute;
  right: 0;
  bottom: 109px;
  text-indent: inherit;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
  margin-top: 1px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  margin-bottom: 10px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 5px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .bx-wrapper .flex-control-thumbs li:not(.bx-clone) {
  margin-right: 0px;
  width: 75px;
  float: left;
  max-width: none;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:not(.bx-clone) img {
  width: 100%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
  padding-right: 0;
}


.stock:empty:before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

.woocommerce-product-gallery .bx-wrapper {
  padding: 0;
  box-shadow: 0 0 0;
  margin: 0;
  border: none;
  background: transparent;
  position: relative;
  width: 100%;
}

.woocommerce-product-gallery .bx-viewport {}

.woocommerce-product-gallery .bx-wrapper .bx-controls-direction a {
  text-indent: inherit;
  font-family: icomoon;
  font-size: 25px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 32px;
  opacity: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-product-gallery .bx-wrapper .bx-controls-direction a.bx-prev {}

.woocommerce-product-gallery .bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
}

.woocommerce-product-gallery .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

/**
 * Checkout
 */
#customer_details {
  padding: 0 0 30px;
  margin-left: -15px;
  margin-right: -15px;
}

#customer_details h3 {
  margin-bottom: 1rem;
}

.woocommerce-additional-fields {
  margin-top: 2rem;
}

#order_review_heading,
#customer_details h3,
#order_review h3 {
  margin-bottom: 15px;
  font-size: 1.15rem;
  text-align: center;
  font-weight: 600;
}

h3#ship-to-different-address {
  width: 100%;
  text-align: right;
}

#ship-to-different-address label {
  font-weight: 400;
  font-size: 14px;
  width: 70%;
  text-align: left;
}

#shipping_method {
  padding: 8px 0 0;
  margin: 0;
}

#shipping_method li {
  list-style: none;
  padding: ;
  font-size: 14px;
}

#shipping_method li label {
  margin-left: 5px;
}

.woocommerce-shipping-totals.shipping th {
  vertical-align: top;
  padding-top: 10px;
}

.woocommerce-form-coupon-toggle {
  margin-top: 40px;
}

.woocommerce .form-row {
  margin: 0;
  justify-content: space-between;
  margin-bottom: 15px;
}

#order_review {
  clear: both;
  margin-bottom: 30px;
}

#order_review .table_wrap {
  width: 100%;
  padding: 0;
}

#order_review .cart-subtotal {
  display: none;
}

#order_review .order-total th {
  font-weight: 500;
}

#order_review .order-total td strong {
  font-weight: 500;
}

#order_review .order-total td strong .woocommerce-Price-amount.amount {
  color: #ed1c24;
}

#order_review .shop_table tbody td {
  padding: 0.5rem 0;
}

#order_review .shop_table tbody td .amount {
  font-weight: normal;
}

.shop_table tbody td .product-quantity {
  color: #ed1c24;
  font-weight: 400;
  font-size: 1rem;
}

.woocommerce-billing-fields {}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce .form-row .woocommerce-input-wrapper {
  min-width: 200px;
  width: 70%;
}

.woocommerce .form-row input[type="text"],
.woocommerce .form-row input[type="tel"],
.woocommerce .form-row input[type="email"],
.woocommerce .form-row input[type="password"] {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce .form-row .input-text:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.woocommerce .form-row .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
}

.woocommerce .form-row .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.woocommerce .form-row.notes label {
  width: 100%;
}

.woocommerce .form-row.notes .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce .form-row.notes textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ced4da;
  min-height: 103px;
}

#billing_address_2_field {
  justify-content: flex-end;
}

.woocommerce-checkout-payment {
  margin-top: 15px;
}

.payment_methods {
  list-style: none !important;
  padding: 0;
}

.payment_methods .payment_box {
  padding: 0;
  font-size: 15px;
  opacity: 0.65;
  font-style: italic;
}

#custom_input label {
  margin: 0;
}

.woocommerce-checkout-review-order-table,
table.order_details {
  width: 100%;
}

.woocommerce-checkout-review-order-table thead,
table.order_details thead {
  text-align: left;
}

.woocommerce-checkout-review-order-table tfoot,
table.order_details tfoot {
  border-top: 1px solid #e5e5e5;
}

.woocommerce-checkout-review-order-table tfoot td,
table.order_details tfoot td {
  text-align: right;
  padding: 10px 0;
}

.woocommerce-checkout-review-order-table .product-total,
table.order_details .product-total {
  text-align: right;
}

.woocommerce-terms-and-conditions-wrapper {
  clear: both;
  margin-top: 15px;
  width: 100%;
}

.woocommerce-terms-and-conditions-wrapper a {
  color: #ed1c24;
  font-weight: bold;
  text-decoration: underline;
}

#place_order {
  margin-top: 30px;
}

#place_order,
.gd_accout_content button[type="submit"] {
  display: inline-block;
  border: none;
  margin: auto;
  padding: 8px 30px;
  text-transform: uppercase;
  background: #ed1c24;
  color: #fff;
  cursor: pointer;
  transition: all 100ms ease-in 0ms;
  border-radius: 3px;
}

#place_order:hover,
#place_order:active {
  background: #ed1c24;
}

#place_order:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.1);
}

#place_order span {
  display: block;
  text-transform: none;
  font-style: italic;
}

.woocommerce-order-overview__total .woocommerce-Price-amount.amount {
  color: #ed1c24;
}

/*received order*/
.woocommerce-order {
  padding: 30px 0;
}

.woocommerce-thankyou-order-details {
  list-style: none;
  margin-bottom: 30px;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
  list-style: none;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
* Review Tab
*/
.woocommerce-Reviews-title {
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-Reviews-title span {
  color: #ed1c24;
}

.commentlist {
  list-style: none;
}

.commentlist .thread-even {
  border-bottom: 1px solid #e5e5e5;
}

.comment_container {
  display: flex;
  flex-flow: row nowrap;
}

.comment_container .avatar {
  margin-right: 15px;
}

.comment_container .comment-text .meta {
  margin: 0;
}

.comment_container .description {
  font-size: 14px;
  font-style: italic;
  width: 100%;
  position: relative;
}

.comment_container .description::before {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "\e978";
  font-family: icomoon;
  opacity: 0.2;
  font-size: 15px;
}

#reply-title {
  font-size: 16px;
  font-weight: 600;
}

/**
 * Star rating
 */
.woocommerce-product-rating {
  display: flex;
  margin-bottom: 10px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.5em;
  font-family: icomoon;
  font-weight: 400;
}

.star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #fade05;
  font-family: 'Font Awesome 5 Pro';
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  content: "\f005";
  color: #fee029;
  text-indent: 0;
  font-size: 14px;
  font-weight: bold;
}

p.stars a:hover~a:before,
p.stars a.active~a:before {
  color: #ccc;
}

p.stars:hover a:before {
  content: "\f005";
  color: #E7711B;
  opacity: 1;
}

p.stars.selected a.active:before {
  content: "\f005";
  color: #E7711B;
  opacity: 1;
}

p.stars.selected a.active~a:before {
  content: "\f005";
  color: #404040;
  opacity: .25;
}

p.stars.selected a:not(.active):before {
  content: "\f005";
  color: #E7711B;
  opacity: 1;
}

.gda_voting p.stars a::before {
  opacity: 1;
  font-weight: bold;
  color: #fee029;
}

.gda_voting p.stars a:hover~a::before {
  content: "\f005";
  color: #fee029;
  opacity: 1;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: red;
}

/**
 * Notices
 */
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
  width: 100%;
  padding: 15px;
  background: #e5e5e5;
  margin-bottom: 15px;
  border-radius: 2px;
  color: #E7711B;
}

.woocommerce-info {
  color: #222222;
  font-size: 1rem;
}

.woocommerce-info a {
  color: #ed1c24;
}

.woocommerce-error li {
  list-style: disc inside;
  font-style: italic;
  font-size: 13px;
}

/**
 * Header cart
 */
.site-header-cart .cart-contents .fal {
  font-size: 16px;
  color: #ed1c24;
  background-color: #fff;
  border-radius: 50%;
  padding: 9px 8px;
}

.site-header-cart .cart-contents .count {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  right: -5px;
  background: #4f4d50;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  color: #fff;
}

.site-header-cart .widget_shopping_cart {
  position: absolute;
  padding: 15px;
  width: auto;
  z-index: 999999;
  display: none;
  min-width: 250px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #333;
}

.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
  display: block;
  right: 0;
  visibility: visible;
}

.mini-cart .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.mini-cart .woocommerce-mini-cart-item a.remove_from_cart_button {
  margin-right: 5px;
  display: block;
  color: red;
}

.mini-cart .woocommerce-mini-cart-item .gda_pro__image img {
  width: 55px;
  height: 55px;
  margin-right: 5px;
}

.mini-cart .woocommerce-mini-cart-item .gda_pro_link {
  font-size: 12px;
}

.mini-cart .woocommerce-mini-cart__total strong {
  color: #333;
}

.site-header-cart .gda_pro_link>span {
  display: block;
  color: #4f4d50;
}

.site-header-cart .gda_pro_link span .amount {
  font-size: 12px;
  font-weight: 400;
}

.site-header-cart .buttons>a {
  font-size: 12px;
  text-transform: uppercase;
  background: #f6f6f7;
  color: #222;
  margin-right: 5px;
  padding: 5px 10px;
  white-space: nowrap;
}

.site-header-cart .buttons>a.checkout,
.site-header-cart .buttons>a:hover {
  background: #ed1c24;
  color: #fff;
}

.site-header-cart .buttons>a.checkout:hover {
  color: #222;
}

/**
 * WooCommerce widgets
 */
.wc-bacs-bank-details {
  list-style: inside;
}

/**
 * WooCommerce Price Filter
 */
.price_slider_wrapper {
  float: left;
  width: 100%;
}

.widget_price_filter .price_slider {
  margin: 15px 0;
}

.widget_price_filter .price_slider_amount {
  text-align: center;
  line-height: 2.4em;
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  padding: 15px 0;
}

.widget_price_filter .price_slider_amount .button {
  border: none;
  background: #ed1c24;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: royalblue;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: royalblue;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}


/*Account*/
.gd_page_content .woocommerce {
  margin: 30px 0;
}

.gd_account_navigation {
  height: 100%;
  border-right: 1px solid #e5e5e5;
}

.gd_account_navigation ul {
  list-style: none;
}

.gd_account_navigation .gd_menu_item {}

.gd_account_navigation .gd_menu_item a {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #877846;
  background: #ed1c24;
  color: #fff;
}

.gd_account_navigation .gd_menu_item.is-active a,
.gd_account_navigation .gd_menu_item a:hover {
  background: #ed1c24;
}

.gd_accout_content .addresses .edit {
  text-decoration: underline;
}

.account-orders-table {
  border: 1px solid #e5e5e5;
}

.account-orders-table thead {
  text-align: left;
}

.gd_accout_content .woocommerce-order-details {
  margin-bottom: 30px;
}

/*Thankyou - Bank Info /checkout/order-received */

.woocommerce-bacs-bank-details {
  margin-top: 30px;
}

.woocommerce-order h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.wc-bacs-bank-details-account-name {
  font-size: 18px;
  font-weight: bold;
}

.woocommerce-customer-details {
  margin-top: 20px;
  display: none;
}

.gd_c_review__info {
  border: 1px solid #e5e5e5;
  padding: 15px 30px;
  background: #f7f7f7;
}

.sidebar-product .filter-group {
  clear: both;
}

.sidebar-product .filter-group .checkbox .color-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.sidebar-product .filter-group .checkbox .title {
  display: none;
}

.sidebar-product .filter-group .checkbox {
  display: inline-block;
}

.sidebar-product .filter-group .filter-group-heading {
  margin-bottom: 15px;
  display: block;
}

.sidebar-product .filter-group .checkbox.active {
  position: relative;
}

.sidebar-product .filter-group .checkbox.active::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}

.admin-bar .pswp {
  height: calc(100% - 32px);
  top: 32px;
}

.pswp .pswp__bg {
  background: #222;
}

.pswp__caption .pswp__caption__center {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .woocommerce-product-gallery__image>a {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .woocommerce-product-gallery__wrapper img:not(.zoomImg) {
    object-fit: contain;
  }

  .gda_p_single__summary .cart-single-wrap {
    position: relative;
  }

  .gda_p_single__summary .cart-single-wrap .quick-order {
    position: absolute;
    bottom: 15px;
    left: 200px;
  }

  #billing_city_field .select2-container,
  #billing_address_2_field .select2-container {
    flex: 0 0 70%;
  }

  #billing_address_2 {
    visibility: hidden;
  }

  #billing_address_2_field>label {
    width: 30% !important;
  }
}


@media screen and (max-width: 1200px) {
  .tabs.gda_tabs_control li {
    flex: 0 0 48%;
    padding: 10px;
    text-align: center;
    margin-right: 0;
  }

  .gda_tabs,
  .gd_top__title {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gda__p_price del {
    font-size: 12px;
    display: none;
  }

  .woocommerce-product-gallery__wrapper img {
    height: 35vw;
  }

  .gd_product_recently ul.product_list_widget li {
    flex: 0 0 33.3333%;
  }

  .gd__p_content {
    padding: 5px;
  }

  .gd__p_content .gd_text {
    font-size: 13px;
  }

  .woocommerce-Price-amount.amount {
    font-size: 13px;
  }

  .product-share {
    margin-bottom: 30px;
  }

  .widget_filter.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
    left: 0 !important;
    right: unset !important;
  }

  .widget_filter.woocommerce-widget-layered-nav:nth-child(-n+10) .woocommerce-widget-layered-nav-list::before,
  .widget_filter.woocommerce-widget-layered-nav:nth-child(-n+10) .woocommerce-widget-layered-nav-list::after {
    left: 20px;
  }

}

@media screen and (max-width: 767px) {
  .gda_p_single__images {
    border-right: none;
  }

  .woocommerce-product-gallery__wrapper img {
    max-width: 100%;
    max-height: calc(60vw);
  }

  .gd__p_item {
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 10px;
  }

  .gd__p_content {
    padding: 0 5px 5px;
  }

  .gd_product_recently ul.product_list_widget li {
    flex: 0 0 50%;
  }

  .wc-tab .table-bordered td.col-md-3 {
    width: 25%;
    text-align: left;
  }

  .gd_filter__block {
    position: relative;
  }

  .gd_filter__wrap {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }

  .gd_filter__wrap .widget_filter {
    position: static;
  }
}

@media screen and (max-width: 576px) {
  .pro_info {
  margin-top: 10px;
}
  .woocommerce-tabs {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .woocommerce-tabs .wc-tabs {
  justify-content: start;
}
.woocommerce-tabs .wc-tabs li a {
  font-size: 1rem;
  text-transform: none;
  margin-right: 10px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  flex-wrap: nowrap;
  overflow-y: scroll;
  justify-content: start;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 25%;
}

  .woocommerce-tabs .wc-tabs li {
    margin: 0 5px;
  }

  .gd_filter__block {
    position: relative;
  }

  .gd_filter__wrap {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }

  .gd_filter__wrap .widget_filter {
    position: static;
  }

  .woocommerce-pagination ul.page-numbers li {
    height: 40px;
    width: 40px;
    line-height: 38px;
  }

  .wrap_cart .shop_table td.product-thumbnail a {
    width: 65px;
    height: 65px;
    padding: 2px;
    margin-right: 15px;
  }

  .wp-post-image.lazied {
    max-height: calc(100vw - 30px);
  }

  .woocommerce-product-gallery__wrapper img {
    max-height: calc(100vw - 30px);
  }

  .gda_paging ul.page-numbers {
    margin-bottom: 2.5rem;
  }

  .gda__p_inner {
    padding: 5px;
  }

  .gda_paging ul li .page-numbers {
    margin-bottom: 10px;
  }

  .tabs.gda_tabs_control li {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .product-top-content {
    padding: 15px;
  }

  .gd_top__title {
    margin-top: 1rem;
    padding: 1.25rem;
  }

  .gda_tabs.wc-tabs-wrapper.woocommerce-tabs {
    margin-top: 1rem;
    padding-left: 0;
  }

  .gda_p_single__title {
    flex-wrap: ;
  }

  .gda_p_single__title .fav-love {
    margin-bottom: 5px;
  }

  .gda_p_single__summary .cart .quick-order {
    margin-top: 15px;
    width: 187px;
    text-align: center;
  }

  .gda__p_items.row,
  .gda_related_content.row {
    margin-left: -10px;
    margin-right: -10px;
  }

  #customer_details {
    padding: 0;
  }

  #order_review .table_wrap {
    width: 100%;
  }

  .wc-proceed-to-checkout {
    text-align: center;
    margin: 15px 0;
    display: flex;
  }

  .gd_pro__aside {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .woocommerce-breadcrumb {
    display: none;
  }

  .tabs.gda_tabs_control li {
    flex: 0 0 100%;
  }

  .gd__p_item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }

  .gd__p_content {
    padding: 0 5px 5px;
  }

  .gd_product_recently ul.product_list_widget li {
    flex: 0 0 100%;
  }

  .woocommerce .form-row .woocommerce-input-wrapper {
    width: 100%;
  }

  .woocommerce .form-row label {
    width: 100%;
    display: block;
  }

  .gd_page_content .woocommerce .woocommerce-checkout {
    padding: 30px;
  }

  #billing_country_field {
    display: none;
  }
}