/*!
Theme Name: PT Marketplace
Theme URI: http://underscores.me/
Author: Presstigers
Author URI: https://presstigers.com
Description: -
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pt_marketplace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PT Marketplace is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.entry-header {
    position: relative;
    padding: 0;
    background-color: #777777;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.entry-header h1.entry-title {
    padding: 80px 0;
}
.entry-header .entry-title {
    margin: 0;
    color: #fff;
    font-weight: 500;
}


/** modifications **/

.wc-block-components-notice-banner__content{
    padding-left: 60px;
}
.wc-block-components-notice-banner__content li {
    color: red;
    padding: 1px;
}

@media screen and (max-width: 991.98px) {
    .cart-table table tbody tr td::before{
        min-width: 35%;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-cart .woocommerce form .shop_table{
        width: 100%; 
    }
}
.woocommerce .woocommerce-EditAccountForm fieldset {
    padding: 0px;
}

/* start of reviews css */
.wp-custom-form-main-wrapper .wp-custom-review-form {
  width: 100%;
  box-sizing: border-box;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-heading {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating {
  margin-top: 25px;
  padding: 25px 30px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0705882353);
  display: flex;
}
@media (max-width: 767px) {
  .wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating {
    flex-direction: column;
  }
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-avg-rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-basis: 150px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-avg-rating h1 {
  font-size: 45px;
  font-weight: 700;
  color: #222222;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-avg-rating span {
  font-size: 14px;
  color: #717171;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
@media (max-width: 575px) {
  .wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section {
    align-items: center;
  }
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-progress {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 10px;
  height: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 575px) {
  .wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-progress {
    display: none;
  }
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-progress::after {
  content: none;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-progress::-webkit-progress-bar {
  background-color: #f0f0f0;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-progress::-webkit-progress-bar, .wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-progress::-webkit-progress-value {
  border-radius: 10px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-progress::-moz-progress-bar {
  border-radius: 10px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-progress::-webkit-progress-value {
  background: #2E97E6;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-rating div {
  display: flex;
  gap: 10px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-review-rating .wp-custom-progress-section .wp-custom-prorgress-wrapper .wp-custom-rating span {
  font-size: 13px;
  font-weight: 400;
  color: #282828;
  width: 35px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-users-review {
  margin-top: 50px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-users-review .wp-custom-user-review {
  display: block;
  gap: 20px;
  border-bottom: 3px solid #F7F7F7;
  margin-block-start: 20px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-users-review .wp-custom-user-review_leftSection img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-users-review .wp-custom-user-review_rightSection .username {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-users-review .wp-custom-user-review_rightSection .review-date .review span {
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-users-review .wp-custom-user-review_rightSection .review-msg {
  font-size: 15px;
  font-weight: 400;
  color: #5D6E82;
  margin: 20px auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-no-review {
  margin-top: 40px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-no-review h4 {
  color: #5D6E82;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-no-review h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  margin-top: 10px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-no-review h5 {
  color: #5D6E82;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-rating-form {
  margin-top: 20px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-rating-form h4 {
  font-size: 16px;
  font-weight: 600;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-rating-form h4 span {
  color: red;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-rating-form .form-inputs {
  display: flex;
  gap: 20px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-rating-form .form-inputs input {
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  background-color: #F9F9FB;
  border-radius: 10px;
  outline: none;
  border: none;
  width: 100%;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-rating-form .form-textarea {
  margin-block-start: 20px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-rating-form .form-textarea textarea {
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  background-color: #F9F9FB;
  border-radius: 10px;
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  height: 200px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-rating-form .form-btn {
  font-size: 15px;
  font-weight: 400;
  min-width: 150px;
  color: #0DB1C9;
  border: 1px solid #0DB1C9;
  border-radius: 25px;
  padding: 15px 30px;
  background-color: transparent;
  outline: none;
  margin-top: 30px;
}
.wp-custom-form-main-wrapper .wp-custom-review-form .wp-custom-rating-form .form-btn:hover {
  background-color: #0DB1C9;
  color: white;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.rating {
  --star-size: 30px;
  --star-clr-inactive: rgba(128, 128, 128, 0.7);
  --star-clr-active: rgb(245, 158, 11);
  --star-clip-path: polygon(50% 0%,
          61% 35%,
          98% 35%,
          68% 57%,
          79% 91%,
          50% 70%,
          21% 91%,
          32% 57%,
          2% 35%,
          39% 35%);
  display: flex;
  align-items: center;
  gap: 10;
  margin-top: 20px;
  margin-bottom: 20px;
}

label {
  position: relative;
  cursor: pointer;
  width: var(--star-size);
  height: var(--star-size);
}

label::before {
  content: "";
  position: absolute;
  inset: 50%;
  border-radius: 50%;
  background-color: var(--star-clr-hover);
  transition: rotate 450ms ease-in-out, inset 300ms ease-in-out;
  -webkit-clip-path: var(--star-clip-path);
          clip-path: var(--star-clip-path);
}

label:hover::before {
  inset: -1rem;
  rotate: 45deg;
}

label::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--star-clr-inactive);
  -webkit-clip-path: var(--star-clip-path);
          clip-path: var(--star-clip-path);
  transition: 300ms ease-in-out;
  scale: 0.75;
}

label:has(~ label:hover)::after,
label:has(~ label > :checked)::after,
label:has(:checked)::after,
label:hover::after {
  background-color: var(--star-clr-active);
  scale: 1;
}

label:hover ~ label::after {
  scale: 0.75;
}

label:active::before {
  inset: -2rem;
}/*# sourceMappingURL=style.css.map */
/* end of reviews css */

.rating a {
    text-indent: -9999px; /* Moves text off-screen */
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
  }
  .tabs-wrapper .rating label{
    color: #000;
    font-size: 16px;
 }


 .woocommerce #review_form input[type="submit"] {
    font-size: 15px;
    font-weight: 400;
    min-width: 150px;
    color: #0DB1C9;
    border: 1px solid #0DB1C9;
    border-radius: 25px;
    padding: 10px 30px;
    background-color: transparent;
    outline: none;
    margin-top: 30px;
  }
  .woocommerce #review_form input[type="submit"]:hover {
    background-color: #0DB1C9;
    color: white;
  }
  .tabs-wrapper .tab-content .error p{
color:red;
  }
  .star{
    color:gray;
  }
  .star.filled{
    color:rgb(245, 158, 11);
  }

  .review {
    margin-left: 0;
    padding: 10px;
}

.wp-custom-user-review.depth-2 {
    margin-left: 20px;
    padding: 10px;
    border-left: 3px solid #FFA500;
}

.wp-custom-user-review.depth-3 {
    margin-left: 40px;
    padding: 10px;
    border-left: 2px solid #FF4500;
}
.wp-custom-user-review_leftSection.comment-author.vcard {
    display: inline;
    float: left;
    margin-right: 10px;
  }

  .carousel{
    width:95%;
    margin:0px auto;
  }
  .slick-slide{
    margin:10px;
  }
  .slick-slide img{
    width:100%;
    /* border: 2px solid #fff; */
  }


  .carousel .slick-dots li button:before {
    font-size:12px;
    color:#0db1c9;
  }
  .carousel .slick-dots {
    bottom: 8px;
  }
  .carousel .slick-next::before,  .carousel .slick-prev::before{
    color:#0db1c9;
  }
  body #hubspot-messages-iframe-container{
    z-index: 9999 !important;
  }
  .mc4wp-form-fields{
    display: flex;
  width: 100%;
  
  }

  .sjb-mc4wp-alert.true{
    color:red;
  }
  .sjb-mc4wp-alert.false{
    color:green;
  }
  @media (max-width: 600px) {
    .mc4wp-form-fields{
    flex-direction: column;
    }
  }

/* Tassawer Added the following style */
.th-search.search {
  position: relative;
  display: inline-block;
}
.th-search .search-icon {
  cursor: pointer;
  font-size: 20px;
  padding: 5px 10px;
}
.th-search .search-popup {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: white;
  padding: 10px;
  border: 1px solid #0db1c9;
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  border-radius: 0px;
  width: 400px;
}
@media (max-width: 600px) {
  .th-search .search-popup {
    width: 250px;
  }
}
.th-search .search-popup::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 17px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  z-index: 5;
}
.th-search .search-popup::after {
  content: "";
  position: absolute;
  top: -22px;
  right: 16px;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent #0db1c9 transparent;
}
.th-search .search-popup input {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 0px;
}
.th-search .search-popup button[type="submit"] {
  margin-top: 5px;
  width: 100%;
  padding: 8px;
  background-color: #008cba;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  display: none;
}
.th-search #closeSearch {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
.show-password-input{
  display: none;
}