@charset "utf-8";
/* CSS Document */
  .digg4{ padding:10px; margin:10px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #eae0d9; padding:10px 15px 10px 15px; color:#a1a0a0;  border-radius: 5px; } 
.metpager_9 a.page-num-current{background-color: #e66402;  color: #fff; }
.metpager_9 a:hover { border:1px solid #eae0d9; color:#fff; background-color:#e66402; } 
.metpager_9 a:hover { border:1px solid #eae0d9; color:#fff; background-color:#e66402; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;} 

.gt-shop-details-wrapper .gt-shop-details-image {
  position: relative;
	
}
.gt-shop-details-wrapper .gt-shop-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;border: 1px solid #dddddd;
}
.gt-shop-details-wrapper .gt-shop-details-image .gt-box-text {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 9px 14px;
  line-height: 1;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content {
    margin-left: 0;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content h6 {
  font-size: 16px;
}
.gt-shop-details-wrapper .gt-shop-details-content h6 span {
  color: var(--gt-text);
  font-family: "Inter", sans-serif;
}
.gt-shop-details-wrapper .gt-shop-details-content h2 {
  font-size: 36px;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-details-content h2 {
    font-size: 30px;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .price-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content .price-list li:first-child {
  font-size: 16px;
  color: var(--gt-header);
  font-weight: 500;
}
.gt-shop-details-wrapper .gt-shop-details-content .price-list li span {
  font-weight: 700;
  color: var(--gt-theme);
}
.gt-shop-details-wrapper .gt-shop-details-content .eye-icon {
  display: inline-block;
  margin-top: 12px;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li span {
  color: var(--gt-header);
  font-weight: 500;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(4) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #E69539;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(3) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1D1D1D;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(2) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #E63946;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(1) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ECB014;
}
.gt-shop-details-wrapper .gt-shop-details-content .star {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.gt-shop-details-wrapper .gt-shop-details-content .star i {
  color: #ECB014;
}
.gt-shop-details-wrapper .gt-shop-details-content .star span {
  margin-left: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content p {
  margin-top: 15px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content .cart-quantity {
    flex-wrap: wrap;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .qty {
  display: flex;
  align-items: center;
  background-color: #F2F2F2;
  padding: 16px 14px;
  line-height: 1;
  justify-content: space-between;
  margin-top: 0;
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .qty button,
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gt-header);
  font-weight: 400;
  font-size: 24px;
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .shop-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  padding: 24px 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .shop-btn i {
  margin-right: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .shop-btn:hover {
  background-color: var(--gt-header);
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .icon-item {
    margin-top: 16px;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .icon-item .icon {
  background-color: #F2F2F2;
  padding: 23px 24px;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .icon-item .icon:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-details-wrapper .gt-shop-details-content .buy-btn {
  width: 100%;
  background-color: #F2F2F2;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  padding: 24px 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content .buy-btn:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items {
  margin-top: 25px;
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items li {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items li span {
  color: var(--gt-header);
}
.gt-shop-details-wrapper .gt-shop-details-content .share-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.gt-shop-details-wrapper .gt-shop-details-content .share-list a {
  color: var(--gt-text);
}
.gt-shop-details-wrapper .gt-shop-details-content .share-list a:hover {
  color: var(--gt-theme);
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-bank-list {
  color: var(--gt-header);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content .gt-bank-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-bank-list span {
  display: block;
  color: var(--gt-text);
  font-weight: 400;
}
.gt-shop-details-wrapper .gt-shop-tab-area {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .gt-shop-details-wrapper .gt-shop-tab-area {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area {
    margin-top: 50px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav {
  justify-content: center;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link {
  font-size: 18px;
  color: var(--gt-header);
  font-weight: 500;
  position: relative;
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link.active {
  color: var(--gt-theme);
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--gt-theme);
  transition: 0.3s;
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link.active::before {
    display: none;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content {
  padding-top: 30px;border: 1px solid #dddddd;padding: 10px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-text {
    font-size: 16px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items {
  margin-top: 30px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list {
  margin-top: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li:not(:last-child) {
  margin-bottom: 18px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li i {
  color: var(--gt-theme);
  margin-right: 10px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li span {
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-header);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items.style-2 .gt-shop-flex {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items.style-2 .gt-shop-flex {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
  background-color: #F2F2F2;
  padding: 48px;
  margin-bottom: 40px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    padding: 25px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items h3 {
  margin-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap.border-none {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content .gt-star {
  color: #ECB014;
  margin-bottom: 5px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content h4 {
  font-size: 18px;
  font-weight: 600;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content h4 span {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: var(--gt-text);
  font-size: 14px;
  margin-left: 10px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-review-box-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap p {
  max-width: 760px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
  background-color: #F2F2F2;
  padding: 48px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    padding: 25px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box h3 {
  margin-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt span {
  font-size: 18px;
  font-weight: 600;
  color: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
  padding-bottom: 12px;
  display: inline-block;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt input, .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt textarea {
  width: 100%;
  border: none;
  line-height: 1;
  padding: 18px 24px;
  line-height: 1;
  background-color: var(--gt-white);
  color: var(--gt-text);
  border-radius: 8px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt textarea {
  padding-bottom: 130px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-header);
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-theme);
}

.gt-shop-section-2 {
  position: relative;
  z-index: 9;
}
.gt-shop-section-2 .gt-sub-title {
  font-size: 140px;
  line-height: 1;
  letter-spacing: -1.4px;
  opacity: 0.04;
  position: absolute;
  top: 0;
  left: -29%;
  transform: rotate(90deg);
  bottom: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1899px) {
  .gt-shop-section-2 .gt-sub-title {
    display: none;
  }
}
gt-shop-box-items {
  margin-top: 30px;
  background-color: var(--gt-white);
  position: relative;
  z-index: 9;
}
.gt-shop-box-items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1.5px solid var(--gt-theme);
  border-left: 1.5px solid var(--gt-theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
  z-index: -1;
  border-radius: 8px;
}
.gt-shop-box-items::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.5px solid var(--gt-theme);
  border-right: 1.5px solid var(--gt-theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 8px;
}
.gt-shop-box-items .gt-shop-image {
  overflow: hidden;
  position: relative;
  border-radius: 8px;border: 1px solid #dddddd;
}
.gt-shop-box-items .gt-shop-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 8px;
}
.gt-shop-box-items .gt-shop-image .gt-shop-icon {
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  right: 5%;
}
.gt-shop-box-items .gt-shop-image .gt-shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.gt-shop-box-items .gt-shop-image .gt-shop-icon li a, .gt-shop-box-items .gt-shop-image .gt-shop-icon li button {
  background-color: var(--gt-theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: var(--gt-white);
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.gt-shop-box-items .gt-shop-image .gt-shop-icon li a:hover, .gt-shop-box-items .gt-shop-image .gt-shop-icon li button:hover {
  background-color: var(--gt-header);
}
.gt-shop-box-items .gt-shop-content {
  padding: 24px;
}
.gt-shop-box-items .gt-shop-content h3 {
  margin-bottom: 8px;
  font-size: 20px;
}
.gt-shop-box-items .gt-shop-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-shop-box-items .gt-shop-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-shop-box-items .gt-shop-content .gt-star {
  color: #FCD554;
  margin-top: 5px;
}
.gt-shop-box-items .gt-shop-content .gt-star span {
  color: var(--gt-text);
}
.gt-shop-box-items .gt-shop-content .gt-price-list {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gt-shop-box-items .gt-shop-content .gt-price-list .gt-price del {
  font-size: 14px;
  font-weight: 500;
}
.gt-shop-box-items .gt-shop-content .gt-price-list .gt-price p {
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  color: var(--gt-header);
}
.gt-shop-box-items .gt-shop-content .gt-price-list .gt-theme-btn .gt-text-btn {
  background-color: transparent;
  border: 1.5px solid var(--gt-header);
  color: var(--gt-header);
  padding: 16px 22px;
}
.gt-shop-box-items .gt-shop-content .gt-price-list .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-shop-box-items .gt-shop-content .gt-price-list .gt-theme-btn .gt-text-btn:hover {
  color: var(--gt-white);
  border: 1.5px solid var(--gt-theme);
}
.gt-shop-box-items .gt-shop-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1.5px solid var(--gt-theme);
  border-left: 1.5px solid var(--gt-theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
}
.gt-shop-box-items .gt-shop-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.5px solid var(--gt-theme);
  border-right: 1.5px solid var(--gt-theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.gt-shop-box-items:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.gt-shop-box-items:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transform: initial;
  transform-origin: initial;
}
.gt-shop-box-items:hover .gt-shop-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-shop-box-items:hover .gt-shop-image .gt-shop-icon li {
  transform: scaleX(1);
}
.gt-shop-box-items.style-3::before {
  display: none;
}
.gt-shop-box-items.style-3::after {
  display: none;
}
.gt-shop-box-items.style-3 .gt-shop-content {
background: var(--gt-bg);
  padding: 30px 30px;
}.gt-shop-details-wrapper .gt-shop-tab-area .tab-content {
  padding-top: 30px;border: 1px solid #dddddd;padding: 10px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-text {
    font-size: 16px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items {
  margin-top: 30px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list {
  margin-top: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li:not(:last-child) {
  margin-bottom: 18px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li i {
  color: var(--gt-theme);
  margin-right: 10px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li span {
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-header);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items.style-2 .gt-shop-flex {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items.style-2 .gt-shop-flex {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
  background-color: #F2F2F2;
  padding: 48px;
  margin-bottom: 40px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    padding: 25px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items h3 {
  margin-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap.border-none {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content .gt-star {
  color: #ECB014;
  margin-bottom: 5px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content h4 {
  font-size: 18px;
  font-weight: 600;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content h4 span {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: var(--gt-text);
  font-size: 14px;
  margin-left: 10px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-review-box-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap p {
  max-width: 760px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
  background-color: #F2F2F2;
  padding: 48px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    padding: 25px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box h3 {
  margin-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt span {
  font-size: 18px;
  font-weight: 600;
  color: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
  padding-bottom: 12px;
  display: inline-block;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt input, .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt textarea {
  width: 100%;
  border: none;
  line-height: 1;
  padding: 18px 24px;
  line-height: 1;
  background-color: var(--gt-white);
  color: var(--gt-text);
  border-radius: 8px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt textarea {
  padding-bottom: 130px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-header);
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-theme);
}

.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items {
  margin-bottom: 30px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .widget-title {
  margin-bottom: 20px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .widget-title h5 {
  font-size: 20px;
  font-weight: 600;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: inherit;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single:not(:last-child) {
  margin-bottom: 20px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 5px;
  background-color: var(--gt-bg);
  border-radius: 3px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--gt-theme);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--gt-theme);
  font-size: 11px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--gt-white);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .text-color {
  font-weight: 500;
  color: var(--gt-header);
  font-size: 16px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li {
  font-size: 16px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: var(--gt-bg);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  line-height: 1;
  border-radius: 4px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li:not(:last-child) {
  margin-bottom: 15px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li a {
  color: var(--gt-header);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li span {
  transition: all 0.4s ease-in-out;
  color: var(--gt-header);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--gt-white);
  border-radius: 4px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li:hover {
  background-color: var(--gt-theme);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li:hover a {
  color: var(--gt-white);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-thumb {
  overflow: hidden;
  border-radius: 4px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-thumb img {
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 4px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-content .gt-star {
  color: #FFB21D;
  font-size: 14px;
  margin-bottom: 3px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-content .gt-star span {
  color: var(--gt-text);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-content h6 {
  margin-bottom: 3px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-content h6 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-content h6 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li:not(:last-child) {
  margin-bottom: 16px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li:hover .gt-thumb img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-shop-list-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;background-color: var(--gt-bg);
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 10px;
}

.gt-shop-list-items h4{
font-size: 30px;
  color: #0b3775;
  line-height: 40px;
	margin-bottom: 25px;
}
@media (max-width: 767px) {
  .gt-shop-list-items {
    display: block;
  }
}
.gt-shop-list-items .gt-shop-image {
  max-width: 550px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .gt-shop-list-items .gt-shop-image {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}
.gt-shop-list-items .gt-shop-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 8px;
}
.gt-shop-list-items .gt-shop-image .gt-shop-icon {
  gap: 10px;
  position: absolute;
  top: 24px;
  left: 24px;
}
.gt-shop-list-items .gt-shop-image .gt-shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.gt-shop-list-items .gt-shop-image .gt-shop-icon li a, .gt-shop-list-items .gt-shop-image .gt-shop-icon li button {
  background-color: var(--gt-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: var(--gt-header);
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.gt-shop-list-items .gt-shop-image .gt-shop-icon li a:hover, .gt-shop-list-items .gt-shop-image .gt-shop-icon li button:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-content{max-width: 98%; padding-right: 10px}
.gt-shop-list-items .gt-shop-content span {
  display: inline-block;
  margin-bottom: 5px;
}
.gt-shop-list-items .gt-shop-content .gt-star {
  color: #FFB21D;
  margin-top: 5px;
}
.gt-shop-list-items .gt-shop-content .gt-star span {
  color: var(--gt-text);
}
.gt-shop-list-items .gt-shop-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;padding-right: 5px
}
.gt-shop-list-items .gt-shop-content h4 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-shop-list-items .gt-shop-content .gt-price-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.gt-shop-list-items .gt-shop-content .gt-price-list li {
  font-size: 16px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
}
.gt-shop-list-items .gt-shop-content .gt-price-list li del {
  color: var(--gt-text);
}
.gt-shop-list-items .gt-shop-content p {
  max-width: 100%;
}
.gt-shop-list-items .gt-shop-content .gt-theme-btn span {
  margin: 0;
}
.gt-shop-list-items .gt-shop-content .gt-theme-btn .gt-text-btn {
  padding: 17px 45px;
  background-color: var(--gt-header);
  margin-top: 30px;
}
.gt-shop-list-items .gt-shop-content .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-shop-list-items:hover .gt-shop-image .gt-shop-icon li {
  transform: scaleX(1);
}
.gt-shop-list-items:hover .gt-shop-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 1199px) {
  .gt-shop-list-items.style-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-shop-list-items.style-2 .gt-shop-image {
  flex-basis: 35%;
  max-width: initial;
}
@media (max-width: 1199px) {
  .gt-shop-list-items.style-2 .gt-shop-image {
    flex-basis: 100%;
  }
}
.gt-shop-list-items.style-2 .gt-shop-content h4 {
  font-size: 32px;
}
@media (max-width: 575px) {
  .gt-shop-list-items.style-2 .gt-shop-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 470px) {
  .gt-shop-list-items.style-2 .gt-shop-content h4 {
    font-size: 24px;
  }
}
.gt-shop-list-items.style-2 .gt-shop-content p {
  max-width: 800px;
}
.gt-shop-list-items.style-2 .gt-shop-content .gt-price-list li {
  font-size: 20px;
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
	padding-top: 20px;
}
.sidebar__tags a {
  color: #000000;border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: all 500ms ease;
  display: inline-flex;
  padding: 7.5px 14.5px;
}
.sidebar__tags a:hover {
  color: var(--wallpi-white, #fff);
  background-color: var(--wallpi-base, #72bc3f);
}.gt-service-section-3 {
  position: relative;
  z-index: 9;
  padding-bottom: 160px;
}
@media (max-width: 1199px) {
  .gt-service-section-3 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .gt-service-section-3 {
    padding-bottom: 80px;
  }
}
.gt-service-section-3 .gt-left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

