.woocommerce div.product p.stock {
  font-size: 17px;
  color: #43c47c;
}
.woocommerce form.login .button.woocommerce-form-login__submit {
  width: 100%;
  float: none;
  margin: 0;
  display: block;
  max-width: 100%;
}
.single-product .woocommerce-notices-wrapper + .product,
.single-product .woocommerce-notices-wrapper {
  width: 100%;
  max-width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}
.single-product div.product .product_title {
  background: transparent;
  text-align: left;
  margin-bottom: 20px;
  color: #2a2b2d;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.single-product div.product p.price {
  color: #2a2b2d;
  font-weight: 700;
  font-size: 21px;
}
.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-product-details__short-description p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.single-product .woocommerce-product-details__short-description > ul,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
.single-product div.product form.cart .variations li.variable-item.button-variable-item,
.woocommerce.single-product div.product .cart.variations_form .tawcvs-swatches .swatch {
  background-color: #f7f7f7;
  border: none !important;
  outline: none;
  box-shadow: none;
  padding: 2px 7px;
  height: unset;
  border-radius: 5px;
  margin: 2px 10px 2px 0px;
}
.single-product div.product form.cart .variations li.variable-item.button-variable-item.selected,
.woocommerce.single-product div.product .cart.variations_form .tawcvs-swatches .swatch.selected {
  background-color: #43c47c;
  color: #ffffff;
}
.single-product div.product form.cart .variations li.variable-item.button-variable-item.selected:before,
.woocommerce.single-product div.product .cart.variations_form .tawcvs-swatches .swatch.selected:before {
  border-color: #43c47c;
}
.woocommerce.single-product div.product form.cart .reset_variations {
  color: #f00;
}
.woocommerce.single-product div.product form.cart .button {
  background-color: #141617;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 25px;
  height: 40px;
}
.woocommerce.single-product div.product form.cart .button.disabled {
  opacity: 0.8;
}
.woocommerce.single-product div.product .woocommerce-variation.single_variation {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.woocommerce.single-product div.product .woocommerce-variation.single_variation .woocommerce-variation-description {
  width: 100%;
}
.woocommerce.single-product div.product .woocommerce-variation.single_variation > * {
  width: auto;
}
.woocommerce.single-product div.product .woocommerce-variation.single_variation .price {
  color: #2a2b2d;
  font-weight: 700;
}
.woocommerce.single-product div.product .woocommerce-variation.single_variation .stock {
  color: green;
  font-weight: 600;
}
.woocommerce.single-product .cart.variations_form .tawcvs-swatches {
  margin-bottom: 0px !important;
}
.woocommerce.single-product .product_meta > span {
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}
.woocommerce.single-product .product_meta span > span,
.woocommerce.single-product .product_meta span > a {
  font-weight: 400;
}
.woocommerce div.product form.cart > div:has(> span) {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  row-gap: 10px;
}
.woocommerce table.shop_attributes td p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}

.woocommerce-page section.related.products {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  row-gap: 30px;
  align-items: start;
}
/*
.woocommerce-page section.related.products ul.products {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px -20px;
  width: auto;
  max-width: initial;
}
*/
.woocommerce.woocommerce-page nav.woocommerce-pagination ul {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 50px;
  gap: 10px;
}
.woocommerce.woocommerce-page nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce.woocommerce-page nav.woocommerce-pagination ul li > * {
  height: 40px;
  width: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 10px 5px;
  color: #2a2b2d;
  font-size: 16px;
  line-height: 19px;
}
.woocommerce.woocommerce-page nav.woocommerce-pagination ul li > .current,
.woocommerce.woocommerce-page nav.woocommerce-pagination ul li > a:hover {
  background: #2a2b2d;
  color: #ffffff;
  border-color: #2a2b2d;
}
/*-------------------------*/
.single-product .product .back_to_shop a {
  display: block;
  font-size: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 12px 11px;
}
.single-product .product .back_to_shop a:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/dropdown-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/**/
.woocommerce div.product div.summary {
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}
.single-product .entry-summary .variations_form {
  display: none;
}
.cus-variation-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  row-gap: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.cus-variation-form .variation-row-outer {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
}
.cus-variation-form > span {
  display: flex;
  max-width: 200px;
  justify-content: space-between;
  width: 100%;
  color: #000000;
  font-weight: 500;
}
.cus-variation-form > span > span {
  min-width: 100px;
  color: #333333;
}
.cus-variation-form .variation-row-outer::-webkit-scrollbar {
  height: 3px;
  border-radius: 5px;
}
.cus-variation-form .variation-row-outer::-webkit-scrollbar-thumb {
  background-color: rgb(138 138 138);
}
.cus-variation-form .button-wrapper {
  margin-top: 10px;
}
.cus-variation-form .button-wrapper .button {
  padding: 12px 30px;
  font-weight: 500;
}
.cus-variation-form .variation-row-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  width: auto;
  background-color: #ededed;
  border-radius: 10px;
  overflow: hidden;
}
.variation-row-wrapper .variation-row {
  min-width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.variation-row-wrapper .variation-row > * {
  width: 100%;
  height: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.variation-row-wrapper .variation-row:first-child {
  min-width: 125px;
}
.variation-row-wrapper .variation-row span.price_multiply {
  display: none;
}
.variation-row-wrapper .variation-row > .variation-top {
  background: #2c2c2c;
  color: #ffffff;
  font-weight: 500;
  max-height: 50px;
}
.variation-row-wrapper .variation-row > .variation-top span {
  text-transform: uppercase;
}
.variation-row-wrapper .variation-row > .variation-top span:not(:first-child) {
  display: none;
}
.variation-row-wrapper .variation-row .quantity-wrapper .quantity {
  min-width: 100px;
  min-height: 50px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 5px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 4px solid #2c2c2c;
  width: calc(100% - 10px);
}
.variation-row-wrapper .variation-row .quantity-wrapper.product-instock .quantity {
  border-color: #008f50;
}
.variation-row-wrapper .variation-row .quantity-wrapper.product-outofstock .quantity {
  border-color: #ff575a;
}
.variation-row-wrapper .variation-row .quantity-wrapper.product-last-qty .quantity {
  border-color: #ff992c;
}
.variation-row-wrapper .variation-row .quantity-wrapper.product-preorder .quantity {
  border-color: #51b7f9;
}
.variation-row-wrapper .variation-row div.quantity-wrapper.product-backorder .quantity,
.variation-row-wrapper .variation-row div.quantity-wrapper.product-onbackorder .quantity {
  border-color: #7944af;
}
.variation-row-wrapper .variation-row .quantity-wrapper.product-outofstock,.variation-row-wrapper .variation-row .quantity-wrapper.product-outofstock .quantity input,.variation-row-wrapper .variation-row .quantity-wrapper.product-outofstock .quantity input::-webkit-inner-spin-button,.variation-row-wrapper .variation-row .quantity-wrapper.product-outofstock .quantity input::-webkit-outer-spin-button{
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.variation-row-wrapper .variation-row:last-child {
  min-width: 155px;
}
.variation-row-wrapper .variation-row:last-child .quantity-wrapper .quantity {
  width: calc(100% - 15px);
  margin-right: 10px;
}

.variation-row-wrapper .variation-row .quantity-wrapper .quantity input[type="number"].qty {
  border: none;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  min-width: 60px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
  width: auto;
}
.single-product .product .back_to_shop {
  margin-bottom: 25px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}
.woocommerce div.product div.images.woocommerce-product-gallery > * {
  float: left;
}
.woocommerce div.product div.images.woocommerce-product-gallery > .onsale {
  top: 12px;
}
.single-product .product > .onsale {
  display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  width: calc(100% - 150px);
  display: flex;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  display: flex;
}
.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
  width: 150px;
}
.woocommerce div.product div.images.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  right: 175px;
}
.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  padding: 15px 0px;
}
.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs img {
  width: auto;
  margin: auto;
}
.slick-slider.flex-control-nav .slick-arrow,
.woocommerce-page section.related.products .slick-arrow {
  width: 40px !important;
  height: 40px !important;
  background-image: url(../images/dropdown-arrow.svg);
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 0;
  background-color: transparent !important;
  border: none;
  margin: auto;
  padding: 20px !important;
  font-size: 0 !important;
}
.slick-slider.flex-control-nav .slick-arrow.slick-next,
.woocommerce-page section.related.products .slick-arrow.slick-next {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.single-product .entry-summary .product_meta {
  margin-bottom: 30px;
}

.woocommerce-page section.related.products .slick-track {
  display: flex;
}
.woocommerce-page section.related.products .slick-arrow {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 150px;
  margin: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.woocommerce-page section.related.products .slick-arrow.slick-next {
  right: 0;
  left: auto;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
/**/

/**tabs**/
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0px 10px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  background-color: transparent;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  color: #191919;
  padding: 10px 30px;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  max-width: max-content;
  align-items: center;
  transition: all 0.3s;
  border: 1px solid #e4e4e4;
  border-radius: 5px 5px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  background-color: #191919;
  color: #ffffff;
  border-color: #191919;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: transparent;
}
.woocommerce table.shop_attributes {
  border: none;
  width: auto;
}
.woocommerce table.shop_attributes th {
  border: 1px solid #e4e4e4;
}
.woocommerce table.shop_attributes td {
  padding: 5px 10px;
  border: 1px solid #e4e4e4;
}
.woocommerce div.product div.summary .heateor_sss_horizontal_sharing {
  margin-bottom: 20px;
}
.woocommerce div.product div.summary .heateor_sss_horizontal_sharing a span {
  background-color: #ffffff !important;
}
.woocommerce div.product div.summary .heateor_sss_horizontal_sharing a path {
  fill: #191919;
}
/****/
.product-types-details {
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-types-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product-types-details-wrapper .product-type-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #2a2b2d;
  font-family: "Oswald", sans-serif;
}
.product-types-details-wrapper .product-type-details span {
  display: block;
  height: 17px;
  width: 17px;
  border: 2px solid #2a2b2d;
  border-radius: 50%;
}
.product-types-details-wrapper .product-type-details.instock span {
  background-color: #008f50;
}
.product-types-details-wrapper .product-type-details.outofstock span {
  background-color: #ff575a;
}
.product-types-details-wrapper .product-type-details.last-units span {
  background-color: #ff992c;
}
.product-types-details-wrapper .product-type-details.back-order span {
  background-color: #7944af;
  /* background-color: #f6c94a; */
}
.product-types-details-wrapper .product-type-details.pre-order span {
  background-color: #51b7f9;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs .panel p a {
  color: #01426a;
  text-transform: capitalize;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    width: 125px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    width: calc(100% - 125px);
  }
  .woocommerce div.product div.images.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    right: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .header_right a.search-button {
    width: 20px;
    height: 20px;
    margin-top: 0;
    display: inline-block;
    margin-right: 12px;
  }
  .dgwt-wcas-overlay-mobile {
    padding-top: 20px;
  }
  .js-dgwt-wcas-overlay-mobile.dgwt-wcas-overlay-mobile {
    padding-top: 15px;
  }
  .dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .woocommerce-notices-wrapper + .product,
  .single-product .woocommerce-notices-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-page .woocommerce-result-count {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-page section.related.products ul.products {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    flex-direction: column;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport,
  .woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    width: 100%;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    margin-top: 30px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
    padding: 0px 10px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs .slick-track {
    display: flex;
  }
  .woocommerce div.product div.images .flex-control-thumbs.slick-slider .slick-arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  .woocommerce div.product div.images .flex-control-thumbs.slick-slider .slick-arrow.slick-prev {
    left: 0;
    right: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .woocommerce div.product div.images .flex-control-thumbs.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    margin: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 100%;
    max-width: initial;
    border-radius: 5px;
    justify-content: center;
  }
  .variation-row-wrapper .variation-row:first-child {
    min-width: 95px;
  }
  .variation-row-wrapper .variation-row {
    min-width: 110px;
  }
  .variation-row-wrapper .variation-row:last-child {
    min-width: 115px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    right: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .product-types-details-wrapper {
    gap: 12px;
  }
  .product-types-details-wrapper .product-type-details {
    font-size: 12px;
    gap: 7px;
  }
}

/*----------*/

/*------------------------*/
/*--------------------*/
