/*
Theme Name: Buildnox Child
Template: buildnox
 */
@import url("../buildnox/style.css");
.woocommerce .page-wrapper .main-header {
  background: none;
  background: linear-gradient(to left, #0381b3, #052d46);
  position: relative;
}
.woocommerce .page-wrapper .main-header .header-upper .auto-container .inner-container .logo-box .logo {
  padding: 10px 0px px;
}
.woocommerce .page-wrapper .main-header .header-upper .auto-container .inner-container .logo-box .logo a {
  display: block;
  height: 60px;
  overflow: hidden;
}
.woocommerce .page-wrapper .main-header .header-upper .auto-container .inner-container .logo-box .logo a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1280px) {
  .woocommerce .page-wrapper .main-header .header-upper .auto-container .inner-container .right-column .sidemenu-nav-toggler {
    display: none;
  }
}
.woocommerce .page-wrapper .main-header .header-upper .auto-container .inner-container .right-column .nav-outer .main-menu .navigation > li {
  position: relative;
  padding: 27px 0px;
}

@media (min-width: 1280px) {
  .page-template .page-wrapper .main-header .header-upper .auto-container .inner-container .right-column .sidemenu-nav-toggler {
    display: none;
  }
}

.cart {
  row-gap: 1em;
  flex-wrap: wrap;
}
.cart .quantity {
  display: none;
  margin-right: 1em !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.16) !important;
  border-radius: 4px;
}
.cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.cart .quantity input[type=number]::-webkit-inner-spin-button,
.cart .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart .quantity input[type=number] {
  border: 0px solid #000;
  padding: 0px;
}
.cart .quantity .qty_button {
  background: none transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  cursor: pointer;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.cart .quantity .minus {
  order: 1;
}
.cart .quantity .plus {
  order: 3;
}
.cart .quantity .input-text {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  box-shadow: none !important;
  color: currentColor;
  flex: 1 1 auto;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  min-width: 40px;
  order: 2;
  padding: 0.4em 0;
  text-align: center;
  vertical-align: middle;
}

.woocommerce-page .product-categories {
  display: flex;
  gap: 1em;
}
.woocommerce-page .page-wrapper .woocommerce-breadcrumb {
  margin: 0;
}
.woocommerce-page .page-wrapper .woocommerce-breadcrumb .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.25em;
  margin: 1em 0em;
  background: none;
  color: #172b56;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-page .page-wrapper .woocommerce-breadcrumb .woocommerce-breadcrumb a {
  color: #172b56;
}
.woocommerce-page .page-wrapper .woocommerce-breadcrumb .woocommerce-breadcrumb a:hover {
  color: #fd4a36;
}
.woocommerce-page .page-wrapper .product-categories {
  margin: 2em 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .woocommerce-page .page-wrapper .product-categories {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .woocommerce-page .page-wrapper .product-categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .woocommerce-page .page-wrapper .product-categories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.woocommerce-page .page-wrapper .product-categories .product-name {
  max-width: 300px;
  border: 1px solid #22a2de;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-page .page-wrapper .products::before {
  content: " ";
  display: none;
}
.woocommerce-page .page-wrapper .columns-1,
.woocommerce-page .page-wrapper .columns-2,
.woocommerce-page .page-wrapper .columns-3,
.woocommerce-page .page-wrapper .columns-4,
.woocommerce-page .page-wrapper .columns-5,
.woocommerce-page .page-wrapper .columns-6 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1024px) {
  .woocommerce-page .page-wrapper .columns-1,
  .woocommerce-page .page-wrapper .columns-2,
  .woocommerce-page .page-wrapper .columns-3,
  .woocommerce-page .page-wrapper .columns-4,
  .woocommerce-page .page-wrapper .columns-5,
  .woocommerce-page .page-wrapper .columns-6 {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-page .page-wrapper .columns-1 .product,
.woocommerce-page .page-wrapper .columns-2 .product,
.woocommerce-page .page-wrapper .columns-3 .product,
.woocommerce-page .page-wrapper .columns-4 .product,
.woocommerce-page .page-wrapper .columns-5 .product,
.woocommerce-page .page-wrapper .columns-6 .product {
  box-sizing: border-box;
  margin: 0;
}
.woocommerce-page .page-wrapper .columns-1 .product .product-name .woocommerce-loop-product__title,
.woocommerce-page .page-wrapper .columns-2 .product .product-name .woocommerce-loop-product__title,
.woocommerce-page .page-wrapper .columns-3 .product .product-name .woocommerce-loop-product__title,
.woocommerce-page .page-wrapper .columns-4 .product .product-name .woocommerce-loop-product__title,
.woocommerce-page .page-wrapper .columns-5 .product .product-name .woocommerce-loop-product__title,
.woocommerce-page .page-wrapper .columns-6 .product .product-name .woocommerce-loop-product__title {
  font-size: 25px;
  font-weight: 700;
}
.woocommerce-page .page-wrapper .columns-1 .product .product-price .woocommerce-Price-amount,
.woocommerce-page .page-wrapper .columns-2 .product .product-price .woocommerce-Price-amount,
.woocommerce-page .page-wrapper .columns-3 .product .product-price .woocommerce-Price-amount,
.woocommerce-page .page-wrapper .columns-4 .product .product-price .woocommerce-Price-amount,
.woocommerce-page .page-wrapper .columns-5 .product .product-price .woocommerce-Price-amount,
.woocommerce-page .page-wrapper .columns-6 .product .product-price .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 700;
  color: #161837;
}
.woocommerce-page .page-wrapper .columns-1 .product .product-add-to-cart .button,
.woocommerce-page .page-wrapper .columns-2 .product .product-add-to-cart .button,
.woocommerce-page .page-wrapper .columns-3 .product .product-add-to-cart .button,
.woocommerce-page .page-wrapper .columns-4 .product .product-add-to-cart .button,
.woocommerce-page .page-wrapper .columns-5 .product .product-add-to-cart .button,
.woocommerce-page .page-wrapper .columns-6 .product .product-add-to-cart .button {
  border-radius: 5px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  color: #ffffff;
  transition: 0.5s;
  background-color: #fd4a36;
}
.woocommerce-page .page-wrapper .columns-1 .product .product-add-to-cart .button:hover,
.woocommerce-page .page-wrapper .columns-2 .product .product-add-to-cart .button:hover,
.woocommerce-page .page-wrapper .columns-3 .product .product-add-to-cart .button:hover,
.woocommerce-page .page-wrapper .columns-4 .product .product-add-to-cart .button:hover,
.woocommerce-page .page-wrapper .columns-5 .product .product-add-to-cart .button:hover,
.woocommerce-page .page-wrapper .columns-6 .product .product-add-to-cart .button:hover {
  background-color: #161837;
}
@media (min-width: 1024px) {
  .woocommerce-page .page-wrapper .columns-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .woocommerce-page .page-wrapper .columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.woocommerce-cart .page-wrapper .sidebar-page-container .content-side .thm-unit-test .wc-block-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container .components-button {
  border-radius: 5px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  color: #ffffff;
  transition: 0.5s;
  background-color: #fd4a36;
}
.woocommerce-cart .page-wrapper .sidebar-page-container .content-side .thm-unit-test .wc-block-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container .components-button:hover {
  background-color: #161837;
}

.archive .page-wrapper .shop-content .shop-sidebar {
  background-color: #fafafa;
  height: 100%;
  padding: 30px 40px;
}
.archive .page-wrapper .shop-content .shop-sidebar .berocket_single_filter_widget {
  border-bottom: 1px solid #dfdfdf;
}
.archive .page-wrapper .shop-content .shop-sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head .bapf_hascolarr {
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 25px 15px 18px 0;
  cursor: pointer;
}
.archive .page-wrapper .shop-content .shop-sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body select {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  width: 100%;
  padding: 18.5px 30px;
  font-size: 1em;
}
.archive .page-wrapper .shop-content .shop-sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body li {
  margin-bottom: 8px !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.archive .page-wrapper .shop-content .shop-sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body li input[type=checkbox] {
  width: 24px;
  height: 24px;
  background: white;
  margin-right: 7px;
  vertical-align: top;
  border: 1px solid #e9e9e9;
}
.archive .page-wrapper .shop-content .shop-sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body .checked {
  color: #037eb0;
}
.archive .page-wrapper .shop-content .shop-sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body .checked input[type=checkbox]:checked {
  background: #037eb0;
  background-clip: content-box;
  padding: 5px;
  border: 1px solid #037eb0;
}
.archive .page-wrapper .shop-content .shop-main-content .products .product {
  width: 100%;
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card .product-image img {
  margin: 0;
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card .product-bottom-block {
  background-color: #037eb0;
  display: flex;
  align-items: center;
  color: #333333;
  overflow: hidden;
  position: relative;
  min-height: 105px;
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card .product-bottom-block .square {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px 15px;
  width: 50%;
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #333333;
  min-height: 105px;
}
@media (min-width: 1280px) {
  .archive .page-wrapper .shop-content .shop-main-content .products .product .product-card .product-bottom-block .square {
    font-size: 23px;
  }
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card .product-bottom-block .square .square-title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 3px;
  color: #333333;
  font-weight: 400;
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card .product-bottom-block .product-price {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 105px;
  padding: 10px 15px;
  width: 50%;
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card .product-bottom-block .product-price .product-price-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 3px;
  color: #fff;
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card .product-bottom-block .product-price .price .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media (min-width: 1280px) {
  .archive .page-wrapper .shop-content .shop-main-content .products .product .product-card .product-bottom-block .product-price .price .woocommerce-Price-amount {
    font-size: 23px;
  }
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card .product-bottom-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: -10%;
  height: 100%;
  width: 120%;
  background: #fff;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transform: translate3d(-60%, 0, 0) skew(30deg);
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card:hover .product-bottom-block::before {
  transform: translate3d(0%, 0, 0) skew(30deg);
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card:hover .product-bottom-block .product-price .product-price-title {
  color: #333333;
}
.archive .page-wrapper .shop-content .shop-main-content .products .product .product-card:hover .product-bottom-block .product-price .price .woocommerce-Price-amount {
  color: #333333;
}
.archive .page-wrapper .shop-content .shop-main-content .products .product::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #037eb0;
  z-index: 9;
  height: 36px;
  width: 1px;
}
.archive .page-wrapper .shop-content .shop-main-content .products .product::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #037eb0;
  z-index: 9;
  height: 1px;
  width: 36px;
}

.woocommerce .page-wrapper .product .images .nslick-list .nslick-track .nslick-current .nickx-popup {
  display: block;
  width: 100%;
  height: 100%;
  right: 0px;
}

.woocommerce-page {
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.woocommerce-page .page-wrapper ::-webkit-scrollbar {
  height: 0px;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container {
  margin-bottom: 2em;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container {
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .images {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .images {
    width: 60%;
    margin: 0;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .images .slider {
  padding-bottom: 70px;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .images .slider {
    padding-bottom: 0;
    margin-bottom: 8px;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .images .slider .btn-next {
  left: 55%;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .images .slider .btn-prev {
  left: 35%;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .images .slider .btn-prev,
.woocommerce-page .page-wrapper .auto-container .product .product-container .images .slider .btn-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  cursor: pointer;
  z-index: 9;
  font-size: 23px;
  transition: 0.5s;
  border: 2px solid rgba(23, 43, 86, 0.7);
  box-shadow: none;
  color: #172b56;
  bottom: 0;
  opacity: 1;
  top: auto;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .images .slider .btn-prev,
  .woocommerce-page .page-wrapper .auto-container .product .product-container .images .slider .btn-next {
    left: auto;
    top: 50%;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .images .slider .nslick-arrow:hover {
  background-color: #fd4a36 !important;
  color: #fff !important;
  border-color: #fd4a36;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .images .nickx-slider-nav {
  display: none;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .images .nickx-slider-nav {
    display: block;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .activ img {
  transform: scaleX(-1);
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .summary {
    gap: 8px;
    width: 30%;
    margin: 0;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .product_title {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-weight: 400;
  color: #2d2d2c;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .summary .product_title {
    font-size: 2.625rem;
    line-height: 2.875rem;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .mirror-switcher {
  display: flex;
  gap: 1em;
  align-items: end;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .mirror-switcher .normal_display,
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .mirror-switcher .mirror_reflection {
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .mirror-switcher .normal_display .display-active,
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .mirror-switcher .mirror_reflection .display-active {
  text-decoration-line: underline;
  text-underline-position: under;
  color: #fd4a36;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .product_price {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .product_price .product_price_title {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .summary .product_price .product_price_title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .product_price .woocommerce-Price-amount {
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 700;
  color: #2d2d2c;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .summary .product_price .woocommerce-Price-amount {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .style_custom_field {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .summary .style_custom_field {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .style_custom_field .product_custom_field {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 400;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .style_custom_field .product_custom_field .picture {
  display: flex;
  align-items: center;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .product_custom_field_square {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #9d9c9c;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .summary .product_custom_field_square {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .question {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #2d2d2c;
  color: rgba(45, 45, 44, var(--tw-text-opacity));
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration-color: #b0b0b0;
}
@media (min-width: 1280px) {
  .woocommerce-page .page-wrapper .auto-container .product .product-container .summary .question {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .question span {
  display: flex;
  align-items: center;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .woocommerce-product-rating .star-rating span::before {
  color: #fd4a36;
}
.woocommerce-page .page-wrapper .auto-container .product .product-container .summary .cart {
  margin: 0;
}
.woocommerce-page .page-wrapper .auto-container .product .product_short_description {
  font-size: 14px;
  font-weight: 400;
  color: #2d2d2c;
  line-height: 20px;
}
.woocommerce-page .page-wrapper .auto-container .product .woocommerce-tabs .tabs {
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
  margin: 0;
  gap: 16px;
}
.woocommerce-page .page-wrapper .auto-container .product .woocommerce-tabs .tabs .description_tab {
  color: #0b1930;
}
.woocommerce-page .page-wrapper .auto-container .product .woocommerce-tabs .tabs .active {
  color: #fd4a36;
}
.woocommerce-page .page-wrapper .auto-container .product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 2em;
  box-shadow: 0 0px 2px 2px rgba(61, 61, 61, 0.4);
}
.woocommerce-page .page-wrapper .auto-container .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
.woocommerce-page .page-wrapper .auto-container .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form .comment-respond .comment-form .form-submit #submit {
  border-radius: 5px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  color: #ffffff;
  transition: 0.5s;
  background-color: #fd4a36;
}
.woocommerce-page .page-wrapper .auto-container .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form .comment-respond .comment-form .form-submit #submit:hover {
  background-color: #161837;
}

.woocommerce-page .modal-content .modal-header {
  border-bottom: none;
}
.woocommerce-page .modal-content .modal-body .wpcf7 .wpcf7-form .wpcf7-submit {
  border-radius: 5px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  color: #ffffff;
  transition: 0.5s;
  background-color: #fd4a36;
}/*# sourceMappingURL=style.css.map */