/* Slider CSS */
.wqvp-quick-view-content-2 {
  display: flex;
}
.product-small-img img {
  width: 70px;
  margin: 10px 0;
  cursor: pointer;
  display: block;
  opacity: 0.6;
}
.product-small-img img:hover {
  opacity: 1;
}
.product-small-img {
  float: left;
}
.product-Image-side {
  position: sticky;
  width: 55%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start;
  top: 0px;
}
.img-container {
  float: right;
  padding: 10px;
}
.img-container img {
  width: 500px;
}

.modal-dialog {
  max-width: 1200px !important;
}
label.btn.btn-outline-primary {
    background-color: white;
    border: 2px solid #DDDDDD;
    font-family: 'Roboto Serif';
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 2px;
}

.carousel-indicators {
    position: relative !important;
}
.product-content {
  width: 45%;
  float: left;
  padding-left: 20px;
}

.modal-header {
  border-bottom: 0px;
}

.amount bdi {
  color: #1c1d1d !important;
  font-size: 18px;
}

th {
  font-weight: 400;
  text-transform: lowercase;
}

.accordion-item {
  border-bottom: 0px !important;
}
h2.accordion-header {
  border: 1px solid #00000054;
  border-bottom: 0px;
}

.border-botom {
  border-bottom: 1px solid #00000054 !important;
}
div#accordionFlushExample {
    margin-top: 20px;
}

table.table.table-bordered thead tr th, table.table.table-bordered tbody tr th, table.table.table-bordered tbody tr td {
    font-size: 14px;
	min-width: 85px;
	color: black;
}

input.qty.qty-width {
    width: 100px !important;
    border-color: black;
    color: black;
    min-height: 34px;
}

.wqvp-product-description, div#flush-careDetails, div#flush-shippingReturn {
    
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

img.imgMargin {
  margin-top: 20px;
}

.accordion-collapse {
  padding: 13px;
  border: 1px solid #00000054 !important;
}

a.button25 {
    width: 90%;
    padding: 13px 24px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0px 14px 0px;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 12px;
}

button.button.btn.btn-primary.quick-view-button {
  position: absolute;
  z-index: 99;
  bottom: 0px;
  width: 100%;
  left: 0px;
  opacity: 0;
  background-color: #000000b0 !important;
  border: none !important;
}

button.button.btn.btn-primary.quick-view-button:hover {
  border: none !important;
}

li.product.type-product {
  position: relative;
}

li.product.type-product:hover button.button.btn.btn-primary.quick-view-button {
  opacity: 1;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: black !important;
  background-color: transparent !important;
  border-color: black !important;
  border-width: 2px;
}

.btn-outline-primary:hover {
  color: black !important;
  background-color: transparent !important;
  border-color: black !important;
  border-width: 2px;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #afb8c5;
  border-width: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
  color: black;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 11px;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: none !important;
}

th {
  border: 1px solid #e9e9e9 !important;
}
td {
  border: 1px solid #e9e9e9 !important;
}
table th {
/*   text-transform: lowercase !important; */
}

.product-content h2 a {
    color: black;
    text-transform: uppercase;
    font-family: "Roboto Serif";
    font-weight: 600;
    text-decoration: none;
}


.accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* Quantity CSS */

div.quantity {
  width: 100%;
  margin-top: 20px;
}

input.qty.qty-width {
  width: 100px !important;
  border-color: black;
  color: black;
}

input.qtyplus.plus {
  border-color: black;
  color: black;
}

input.qtyminus.minus {
  border-color: black;
  color: black;
}

input.qtyminus.minus:hover,
input.qtyminus.minus:focus {
  background-color: black;
  color: #fff !important;
}

input.qtyplus.plus:hover,
input.qtyplus.plus:focus {
  background-color: black;
  color: #fff !important;
}

.productRatingGet {
  display: flex;
}

.star-rating {
  margin-right: 10px;
}

.modal-content {
  margin: 10px;
}

.product-content h2 a {
  color: black;
  font-size: 25px !important;
  text-transform: uppercase;
}

a#buyNowButton25 {
  margin: 0px;
}

.MobileView {
  display: none !important;
}

/* Responsive Start Here */
@media only screen and (max-width: 1115px) {
  .img-container img {
    width: 400px;
  }
  .product-content {
    width: 50%;
  }

  .product-Image-side {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .img-container img {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  button.button.btn.btn-primary.quick-view-button {
    opacity: 1;
  }
  .desktopView {
    display: none !important;
  }
  .MobileView {
    display: block !important;
    opacity: 1;
  }

  .MobileView svg {
    fill: white;
    width: 25px;
  }

  button.button.btn.btn-primary.quick-view-button.MobileView {
    width: 50px;
    top: 10px;
    height: 50px;
    left: calc(100% - 60px);
  }
  .product-content {
    margin-top: 50px;
  }

  .img-container img {
    width: 250px;
  }
  .wqvp-quick-view-content-2 {
    display: flex;
    flex-direction: column;
  }
  .product-Image-side {
    position: relative;
    width: 100%;
  }
  .product-content {
    width: 100%;
    padding-left: 0px;
  }

  .product-small-img img {
    width: 55px;
  }
}

@media only screen and (max-width: 400px) {
  .img-container img {
    width: 195px;
  }
}

a#buyNowButton25 {
  margin-bottom: 15px;
}

.imageBox {
  background-color: black;
  display: flex;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.imageBox img {
  padding: 7px;
  width: 90px;
}

.product-content h2 a {
  color: black;
  text-transform: uppercase;
  font-family: "Roboto Serif";
}

.var_info {
  font-family: "Roboto Serif";
  font-weight: 600;
  color: black;
  font-size: 24px;
  line-height: 43px;
}

span.woocommerce-Price-amount.amount bdi {
  font-size: 24px !important;
  line-height: 43px;
}

/* Tiny Slider CSS */

.my-slider img {
  width: 100%;
}

#nav-thaimail img {
  width: 70px;
  margin: 5px;
}

#nav-thaimail img:first-child {
  margin-left: 0px;
}

div#nav-thaimail {
  overflow: scroll;
  display: flex;
  flex-direction: row;
}

[data-controls] {
  display: none;
}

/* Bootstrap Slide Css Start Here  */

.carousel-indicators button.thumbnail {
  width: 100px;
}

.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}

.carousel-indicators {
  position: static;
}

@media screen and (min-width: 992px) {
  .carousel {
    max-width: 100%;
    margin: 0 auto;
  }
}

.carousel-indicators {
  height: 130px;
}

@media only screen and (max-width: 767px) {
  .product-content {
    margin-top: 15px;
    text-align: center;
  }

  .product-content h2 {
    text-align: center;
  }
  .product-content h2 a {
    font-size: 20px !important;
  }
  button.button.btn.btn-primary.quick-view-button.MobileView {
    background: #00000000 !important;
    border-radius: 50%;
    border: 0px solid #000 !important;
  }
  button.button.btn.btn-primary.quick-view-button.MobileView svg {
    fill: #000 !important;
  }
}

.carousel-indicators {
  height: 130px;
}

@media only screen and (max-width: 767px) {
  .product-content {
    margin-top: 15px;
    text-align: center;
  }

  label.btn.btn-outline-primary {
    font-size: 13px;
  }

  div#myform {
    text-align: center;
    justify-content: center;
    justify-items: center;
    display: flex;
    flex-direction: row;
  }

  .imageBox img {
    padding: 5px;
    width: 50px;
  }
  .wqvp-product-description {
    text-align: left;
  }
  div#flush-careDetails {
    text-align: left;
  }

  div#flush-shippingReturn {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .MobileView svg {
    fill: #ffffff;
    width: 22px !important;
    position: relative;
  }

  button.button.btn.btn-primary.quick-view-button.MobileView {
    width: 50px !important;
    top: 10px;
    height: 50px;
    left: calc(100% - 60px);
    text-align: center !important;
    background-color: black;
  }
  button.accordion-button.p-0.ddd252 {
    text-align: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  button.button.btn.btn-primary.quick-view-button.MobileView {
    background: #00000000 !important;
    border-radius: 50%;
    border: 0px solid #000 !important;
  }
  button.button.btn.btn-primary.quick-view-button.MobileView:focus {
    border: 0px solid red !important;
    box-shadow: none;
  }

  .productRatingGet {
    justify-content: center;
  }

  button.accordion-button.collapsed.p-0.ddd252 {
    justify-content: center;
  }
}
/* End Quick Popup Custom CSS */

/* Add this CSS to your theme's style.css file */

.star-rating .star .full {
  font-size: 1.5em;
  color: #ffd700; /* Gold color for filled stars */
  margin-right: 2px;
}

.star-rating .star .empty {
  color: #ddd; /* Grey color for empty stars */
}

.review-single {
  margin: 20px 5px !important;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.datename {
  display: flex;
  flex-direction: row;
}
.review {
  position: relative;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  font-size: 90%;
  min-height: 85px;
  border-color: #eaeaea;
}

p.review-date {
  padding-left: 5px;
}

/* Review Form CSS */

/* Add this CSS to your theme's style.css file */

.star-rating .star {
  font-size: 14px;
  color: #ffd700; /* Gold color for filled stars */
  margin-right: 2px;
}

.star-rating .star.empty {
  color: #ddd; /* Grey color for empty stars */
}

.review-form {
  margin-top: 20px;
}

.review-form h3 {
  margin-bottom: 15px;
}

.review-form label {
  display: block;
  margin-bottom: 5px;
}

.review-form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.star-rating-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.star-rating-input input {
  display: none;
}

.star-rating-input label {
  font-size: 1.5em;
  color: #ddd;
  cursor: pointer;
}

.star-rating-input input:checked ~ label,
.star-rating-input label:hover,
.star-rating-input label:hover ~ label {
  color: #ffd700; /* Gold color for filled stars */
}

.review-form input[type="submit"] {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.review-form input[type="submit"]:hover {
  background-color: #005177;
}

.inputField25 {
  display: none !important;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 19px !important;
  line-height: 1.618;
  font-size: 1em;
  width: 80px !important;
  font-family: star;
  font-weight: 400;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #f9ca63;
  font-size: 15px;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 15px;
}

.ddd252 {
  border: none !important;
  border-bottom: 0px !important;
  box-shadow: none !important;
}

.ddd252::after {
  display: none;
  width: 0px !important;
}

p.review-content {
  text-align: left;
}

.review-single {
  text-align: left;
}

span.ratingCount25 {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  button.button.btn.btn-primary.quick-view-button.desktopView {
    opacity: 1;
    bottom: 0px;
  }
}

.js-end {
  justify-content: end;
}

/*  Live Site Error CSS */

ul.woo-entry-inner.clr .rating {
  text-align: center !important;
  justify-content: center !important;
  margin: 0 auto;
  display: flex;
}

a#cartButton25 {
  color: black;
}

a#cartButton25:hover {
  color: white;
}
a#buyNowButton25 {
  color: white;
}

.woolentorducts-columns-4 ul.products li.product {
  width: calc(25% - 30px) !important;
  margin-right: 30px !important;
  float: left;
  flex: auto;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin-right: 10px;
  display: contents;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
  float: left;
  margin-right: 34px;
  margin-top: 3px;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
  margin-right: 34px;
}

a.woocommerce-review-link {
  margin-left: -24px;
  background-color: white;
  margin-top: 10px;
}


