:root {
  --theme-color: #941b1b !important;
}

html {
  scroll-behavior: smooth;
}

#bwp-header .header-wrapper {
  padding: 1em 0;
}

.content-variations .variations .value > select {
  border: 1px solid #939393;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: 170px 8px !important;
}

.content-variations .variations .type_attribute.select {
  border: none !important;
  width: auto !important;
}
.content-variations .variations .type_attribute {
  flex-direction: column;
}
.cat-item.cat-item-15,
.safe-checkout,
.content-variations .variations .woo-selected-variation-item-name {
  display: none !important;
}

.list-product .content-form-attribute-color {
  pointer-events: none;
}
.products-list.grid .product-wapper .products-thumb {
  display: block !important;
}
.products-list.grid
  .product-wapper
  .products-thumb
  .product-thumb-hover
  .wp-post-image,
.products-list.grid .product-wapper .products-thumb .product-thumb-hover {
  width: 100%;
  aspect-ratio: 1 / 1;
}
.products-list.grid .product-wapper .product-attribute > div.images img {
  pointer-events: none;
}
.products-list.grid
  .product-wapper:hover
  .products-thumb
  .product-thumb-hover
  .wp-post-image {
  opacity: 1 !important;
  visibility: visible !important;
}
/* icon social */

#fixed-tool {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  z-index: 9;
  gap: 10px;
  position: fixed;
  bottom: 130px;
  right: 0;
}

.back-top.button-show {
  right: 0;
}

@media screen and (max-width: 992px) {
  /* #fixed-tool {
		right: 15px;
	} */

  .select-none .icon-social {
    width: 40px;
    height: 40px;
  }
}

#fixed-tool a:hover {
  opacity: 0.8;
  color: #fff;
}

a {
  text-decoration: none;
}
.select-none .icon-social {
  font-size: 24px;
  align-items: center;
  background-color: var(--theme-color);
  display: flex;
  width: 45px;
  height: 45px;
  flex-direction: row;
  justify-content: center;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* end icon social */

/* modal */
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.modal-bg {
  position: absolute;
  background: #292b2bcc;
  width: 100%;
  height: 100%;
}
.modal-container {
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 30px;
  max-width: 850px;
}
.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  appearance: none;
  color: var(--theme-color);
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
}

input[type="date"] {
  width: 100%;
  height: 50px;
  border: 1px solid;
  margin-bottom: 30px;
  padding: 10px 20px;
}

input[type="date"]:invalid::-webkit-datetime-edit {
  color: #939393;
}

.contact-us-form .button input[type="submit"] {
  background-color: var(--theme-color);
  color: #fff;
}

.contact-us-form .button input[type="submit"]:hover {
  background-color: #fff;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.contact-us-form .file-input {
  display: flex;
  align-items: center;
  gap: 18px;
}

.contact-us-form .file-input-text {
  background-color: var(--theme-color);
  color: #fff;
  padding: 5px 10px;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
}
.contact-us-form .file-input-text:hover {
  border-color: #941b1b;
  color: var(--theme-color);
  background: #fff;
}
.contact-us-form .note {
  color: #939393;
}
.contact-us-form input[type="file"] {
  display: none;
}
.product-delivers {
  display: flex;
  margin-bottom: 10px;
}

.product-delivers .content-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

a.modal-trigger {
  font-size: calc(var(--font-size-body, 14px) + 1px);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 50px;
  color: #999;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 5px 0;
  white-space: nowrap;
  background: transparent;
  color: #000 !important;
  border: 1px solid #000;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

a.modal-trigger:hover {
  background: var(--theme-color);
  color: #fff !important;
}
@media (max-width: 1024px) {
  .modal-container {
    max-width: 90%;
  }
}
