body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method {
  border: 1px solid;
  border-color: var(--site-border-color);
  margin-bottom: 12px;
  padding: 8px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
  padding-top: 8px;
  padding-left: 29px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method:last-child {
  border-bottom: 1px solid var(--site-border-color);
}

body.woocommerce-checkout
  .woocommerce
  .woocommerce-checkout-payment
  .payment_methods
  .wc_payment_method
  .payment_box
  > p {
  margin-bottom: 0;
}

body.woocommerce-checkout
  .woocommerce
  .woocommerce-checkout-payment
  .payment_methods
  .wc_payment_method
  input.input-radio {
  vertical-align: -2px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method > label {
  margin-left: 12px;
}

.order_details {
  margin-left: 0;
  list-style-type: none;
  display: inline-block;
}

.order_details li {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.order_details li:first-child {
  border-top: 1px solid #f3f3f3;
  padding-top: 12px;
}

.payment_paynet_banks_block {
  width: 100%;
}

.payment_paynet_banks_table {
  max-width: 300px;
}

.nova-container {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

@media print, screen and (max-width: 47.99875em) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon #coupon_code {
    padding-left: 0.75rem !important;
  }

  .woocommerce-cart
    .woocommerce
    .woocommerce-cart-form
    tr:not(.cart_item)
    td.actions
    .coupon
    button[name="apply_coupon"] {
    padding-right: 0.75rem !important;
  }

  .wc-proceed-to-checkout {
    margin-bottom: 24px;
  }

  .woocommerce-message {
    margin-bottom: 40px !important;
  }

  .woocommerce-message:before {
    margin-left: 0 !important;
  }

  .woocommerce-message .with-button a {
    position: absolute;
    bottom: 16px;
  }

  .woocommerce-message p {
    padding-right: 0 !important;
    margin-bottom: 20px;
    display: inline-block;
    padding-top: 8px;
  }

  body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-quantity {
    justify-content: space-between;
  }
}

.premium-main-nav-menu > .premium-nav-menu-item:last-child > .premium-menu-link {
  border-width: 0 !important;
}

body.woocommerce .woocommerce-archive-header {
  border: none !important;
}

button[name="update_cart"] {
  display: none !important;
}

@media print, screen and (min-width: 64em) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon {
    float: right;
  }

  .product-name {
    position: relative;
  }

  .product-name .remove {
    position: absolute;
    right: 32px;
    top: 40px;
    margin: 0 !important;
  }

  body.woocommerce-cart .page-header-content {
    display: none;
  }

  .shopping_cart_status_menu {
    justify-content: center;
  }
}

.shopping_cart_status_menu {
  margin-bottom: 0.5rem !important;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form td {
  padding: 0.25rem 0;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form td.product-price {
  padding: 0.25rem 1rem 0.25rem 0;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form td.product-quantity,
body.woocommerce-cart .woocommerce .woocommerce-cart-form th.product-quantity {
  text-align: center;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions {
  padding-top: 0.75rem;
}

body.woocommerce-cart .cart-collaterals {
  margin-top: 0;
}

a.compare {
  font-size: 0.9rem !important;
  border: 1px solid #000b56;
  padding: 3px 8px 2px 8px;
  border-radius: 3px;
  display: inline-block;
  height: 28px;
}

a.compare::before {
  content: "\f362";
  font: var(--fa-font-solid);
  margin-right: 8px;
}

.yith-wcwl-add-to-wishlist {
  font-size: 0.9rem !important;
  border: 1px solid #000b56;
  padding: 3px 8px 2px 8px;
  border-radius: 3px;
  display: inline-block;
  height: 28px;
}

.yith-wcwl-wishlistexistsbrowse {
  font-size: 0.9rem !important;
}

.yith-wcwl-wishlistexistsbrowse .feedback i {
  color: #ff0201;
}

.yith-wcwl-add-button {
  font-size: 0.9rem !important;
}

.yith-wcwl-add-button > a i {
  margin-right: 5px !important;
}

.add_to_wishlist {
  font-size: 0.9rem !important;
}

.shopping_cart_status_menu {
  display: none;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  padding: 0 !important;
  margin-top: 8px;
  height: 42px;
  text-transform: none !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
}

.cart-collaterals {
  width: 320px !important;
  max-width: 100% !important;
  margin-bottom: 24px;
}

#coupon_code {
  height: 42px;
  border-radius: 8px;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-subtotal {
  text-align: right;
}

.fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > label {
  display: block !important;
  width: 100%;
  padding-left: 44px !important;
}

li.tabs-title:last-child {
  display: none;
}

.tabs li:last-child {
  display: none !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody {
  display: block !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: transparent !important;
}

body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-totals.shipping
  .woocommerce-shipping-methods
  label[for^="shipping_method"] {
  padding: 0 !important;
  margin: 0px 0 0 5px !important;
  font-size: 14px !important;
}

body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-totals.shipping
  .woocommerce-shipping-methods
  li {
  margin: 0 !important;
}

body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-totals.shipping
  .woocommerce-shipping-destination {
  display: none !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
  max-width: 90px !important;
  width: 90px !important;
  min-width: 90px !important;
}

body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-totals.shipping
  .woocommerce-shipping-calculator {
  display: none !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
  padding: 8px !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
  padding-right: 0;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
  width: 100% !important;
  text-align: right !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:last-child {
  border-bottom: none !important;
}

.shop_table.shop_table_responsive.cart {
  margin-bottom: 16px !important;
}

body.single-product .kitify-products {
  padding-left: 48px;
  padding-right: 48px;
}

.actions .coupon {
  width: 270px !important;
}

.woocommerce-cart-form .cross-sells {
  display: none;
}

.bapf_head h3 {
  font-size: 1rem !important;
}

h4.widget-title {
  font-size: 1rem !important;
}

.widget.woocommerce.widget_product_search {
  padding-bottom: 0;
  border-bottom: 0;
}

/* set mobile min-width media */

@media print, screen and (min-width: 64em) {
  /*.kitify-products .kitify-products__list_wrapper .products .product-item {
		display: flex;
	}*/

  .kitify-products .kitify-products__list_wrapper .products .product-item .product-item__description {
    display: flex;
    align-items: center;
    padding: 0 15px 0 15px;
  }

  .kitify-products
    .kitify-products__list_wrapper
    .products
    .product-item
    .product-item__description
    .product-item__description--info {
    text-align: left;
  }

  body.archive .yith-wcwl-add-to-wishlist {
    position: absolute;
    right: 150px;
    bottom: 24px;
  }

  body.archive .compare {
    position: absolute;
    right: 32px;
    bottom: 24px;
  }
}

.bapf_sfilter ul li {
  position: relative;
}

.bapf_sfilter ul li i.bapf_ochild,
.bapf_sfilter ul li i.bapf_cchild {
  position: absolute;
  top: 5px;
  right: -20px;
}

.bapf_sfilter.bapf_ckbox label {
  vertical-align: 5px;
}

body.single-product table tr {
  margin-bottom: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

ul.compare-header-button {
  list-style-type: none;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

ul.list-header-button {
  list-style-type: none;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

ul.list-header-button .woosw-menu-item {
  display: block;
  margin-top: 20px;
}

ul.compare-header-button li {
  text-align: center;
}

ul.compare-header-button .woosc-menu-item .woosc-menu-item-inner,
ul.compare-header-button .woosw-menu-item .woosw-menu-item-inner {
  font-family: "Overpass", Sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  display: block;
}

ul.compare-header-button .woosc-menu-item .dlicon,
ul.compare-header-button .wooscwmenu-item .splicon {
  font-size: 24px;
  color: #69727d;
  display: block;
  margin-top: -9px;
}

ul.compare-header-button .woosc-menu-item .woosc-menu-item-inner:after,
ul.compare-header-button .woosw-menu-item .woosw-menu-item-inner:after {
  top: -27px;
  right: 3px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
}

ul.compare-header-button.mobile-button .woosw-menu-item .woosw-menu-item-inner:after {
  right: -10px;
}

.woosc-btn,
.woosw-btn {
  font-size: 0.9rem !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 32px;
  width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.woosc-btn:hover,
.woosw-btn:hover {
  border-color: var(--site-secondary-button-color);
}

body.woocommerce-shop .woosw-btn {
  position: absolute;
  left: 120px;
  bottom: -30px;
}

body.woocommerce-shop .woosc-btn {
  position: absolute;
  left: 80px;
  bottom: -30px;
}

html[lang="en-US"] body.woocommerce-shop .woosw-btn {
  left: 130px;
}

html[lang="en-US"] body.woocommerce-shop .woosc-btn {
  left: 90px;
}

.woosc-btn.woosc-added .woosc-btn-icon,
.woosw-btn.woosw-added .woosw-btn-icon {
  color: #ff0201;
  font-size: 16px;
  vertical-align: -2px;
}

.product-item__description--actions {
  display: none;
}

.woosc-bar-btn:not(.woosc-bar-btn-open) .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span {
  display: none !important;
}

.woosc-bar-btn:not(.woosc-bar-btn-open) .woosc-bar-btn-icon-inner {
  font-family: "woosc" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.woosc-bar-btn:not(.woosc-bar-btn-open) .woosc-bar-btn-icon-inner::after {
  content: "\e91c";
  font-size: 28px;
  position: absolute;
  top: -8px;
  left: -6px;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open {
  padding-left: 70px !important;
  line-height: 52px !important;
  border-radius: 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #ddd !important;
}

.select2.select2-container {
  z-index: 9 !important;
}

ul.products
  .product
  .product-item
  .product-item__description
  .product-item__description--info
  a.title
  h3.woocommerce-loop-product__title {
  font-size: 16px;
  color: var(--site-secondary-button-color);
}

ul.products
  .product
  .product-item
  .product-item__description
  .product-item__description--info
  a.title:hover
  h3.woocommerce-loop-product__title {
  text-decoration: underline;
  color: var(--site-primary-button-color);
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
  max-width: 600px !important;
}

.woosw-popup-content-bot-inner {
  display: none !important;
}

span.woosw-menu-item-inner::before {
  display: inline-block;
  speak: none;
  text-transform: none;
  content: "\ea2b";
  font: normal normal normal 1em/1 NovaIcons;
  position: absolute;
  top: -29px;
  font-size: 24px;
}

.woosc-btn-has-icon .woosc-btn-icon,
.woosw-btn-has-icon .woosw-btn-icon {
  vertical-align: -1px;
}

.kitify-cart__icon {
  font-size: 24px !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--atc p,
.woosw-popup .woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline {
  display: none;
}

ul.products .product .product-item .product-item__thumbnail {
  margin-top: 5px;
}

#panel_teknik-ozellikler table.table {
  table-layout: fixed;
}

#panel_teknik-ozellikler table.table td {
  border-color: #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
}

#panel_teknik-ozellikler table.table td:first-child {
  width: 200px;
}

#panel_ticari-veriler-2 table.table {
  table-layout: fixed;
}

#panel_ticari-veriler-2 table.table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

#panel_ticari-veriler-2 table.table td:first-child {
  width: 180px;
}

#panel_indirmeler table.table td:first-child {
  width: 280px;
}

#single_product_tab.tabs li {
  flex: 1;
}

#single_product_tab.tabs li.tabs-title a {
  padding: 20px 12px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
}

.flex-control-nav.flex-control-thumbs {
  gap: 12px;
  justify-content: flex-start !important;
}

.flex-control-nav.flex-control-thumbs li {
  flex: 0 0 100px !important;
}

.datasheet-btn {
  text-transform: capitalize;
  height: 42px;
  padding: 0 20px;
}

.datasheet-generator .datasheet-sections {
  display: grid;
  grid-template-columns: auto;
  gap: 16px;
  margin-bottom: 24px;
}

.datasheet-generator .datasheet-sections .section-check {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.datasheet-generator .datasheet-sections .section-check input[type="checkbox"] {
  transform: scale(1.3);
  margin: 0 5px 3px 3px !important;
}

.datasheet-generator .datasheet-sections .section-check label {
  font-size: inherit;
}

p.datasheet-txt {
  font-size: 16px;
}

.cfvsw-swatches-option[data-title^="19."],
.cfvsw-swatches-option[data-title^="29."],
.cfvsw-swatches-option[data-title^="39."],
.cfvsw-swatches-option[data-title^="49."],
.cfvsw-swatches-option[data-title^="59."],
.cfvsw-swatches-option[data-title^="69."],
.cfvsw-swatches-option[data-title^="79."],
.cfvsw-swatches-option[data-title^="89."],
.cfvsw-swatches-option[data-title^="99."],
.cfvsw-swatches-option[data-title^="16."],
.cfvsw-label-option.cfvsw-swatches-option[data-title^="16.520"] {
  background: #acd6eb !important;
}

.cfvsw-swatches-option[data-title^="10."],
.cfvsw-swatches-option[data-title^="20."],
.cfvsw-swatches-option[data-title^="30."],
.cfvsw-swatches-option[data-title^="40."],
.cfvsw-swatches-option[data-title^="50."],
.cfvsw-swatches-option[data-title^="60."],
.cfvsw-swatches-option[data-title^="70."],
.cfvsw-swatches-option[data-title^="80."],
.cfvsw-swatches-option[data-title^="90."] {
  background: #1e73be;
}

.cfvsw-swatches-option[data-title^="11."],
.cfvsw-swatches-option[data-title^="21."],
.cfvsw-swatches-option[data-title^="31."],
.cfvsw-swatches-option[data-title^="41."],
.cfvsw-swatches-option[data-title^="51."],
.cfvsw-swatches-option[data-title^="61."],
.cfvsw-swatches-option[data-title^="71."],
.cfvsw-swatches-option[data-title^="81."],
.cfvsw-swatches-option[data-title^="91."] {
  background: #1ca421;
}

.cfvsw-swatches-option[data-title^="12."],
.cfvsw-swatches-option[data-title^="22."],
.cfvsw-swatches-option[data-title^="32."],
.cfvsw-swatches-option[data-title^="42."],
.cfvsw-swatches-option[data-title^="52."],
.cfvsw-swatches-option[data-title^="62."],
.cfvsw-swatches-option[data-title^="72."],
.cfvsw-swatches-option[data-title^="82."],
.cfvsw-swatches-option[data-title^="92."] {
  background: #ff5100;
}

.cfvsw-swatches-option[data-title^="13."],
.cfvsw-swatches-option[data-title^="23."],
.cfvsw-swatches-option[data-title^="33."],
.cfvsw-swatches-option[data-title^="43."],
.cfvsw-swatches-option[data-title^="53."],
.cfvsw-swatches-option[data-title^="63."],
.cfvsw-swatches-option[data-title^="73."],
.cfvsw-swatches-option[data-title^="83."],
.cfvsw-swatches-option[data-title^="93."],
.cfvsw-swatches-option[data-title^="017-"] {
  background: #000000;
}

.cfvsw-swatches-option[data-title^="14."],
.cfvsw-swatches-option[data-title^="24."],
.cfvsw-swatches-option[data-title^="34."],
.cfvsw-swatches-option[data-title^="44."],
.cfvsw-swatches-option[data-title^="54."],
.cfvsw-swatches-option[data-title^="64."],
.cfvsw-swatches-option[data-title^="74."],
.cfvsw-swatches-option[data-title^="84."],
.cfvsw-swatches-option[data-title^="94."] {
  background: #7a7a7a;
}

.cfvsw-swatches-option[data-title^="15."],
.cfvsw-swatches-option[data-title^="25."],
.cfvsw-swatches-option[data-title^="35."],
.cfvsw-swatches-option[data-title^="45."],
.cfvsw-swatches-option[data-title^="55."],
.cfvsw-swatches-option[data-title^="65."],
.cfvsw-swatches-option[data-title^="75."],
.cfvsw-swatches-option[data-title^="85."],
.cfvsw-swatches-option[data-title^="95."],
.cfvsw-swatches-option[data-title^="22.630"] {
  background: #e10800;
}

.cfvsw-swatches-option[data-title^="16.50"],
.cfvsw-swatches-option[data-title^="16.51"] {
  background: linear-gradient(
    105deg,
    rgba(28, 164, 33, 1) 30%,
    rgba(255, 81, 0, 1) 30%,
    rgba(255, 81, 0, 1) 70%,
    rgba(30, 115, 190, 1) 70%,
    rgba(30, 115, 190, 1) 100%
  ) !important;
  border-width: 0;
  color: #fff !important;
}

.cfvsw-swatches-option[data-title^="16.65"],
.cfvsw-swatches-option[data-title^="16.66"] {
  background: linear-gradient(
    105deg,
    rgba(28, 164, 33, 1) 50%,
    rgba(255, 81, 0, 1) 50%,
    rgba(255, 81, 0, 1) 100%
  ) !important;
  border-width: 0;
  color: #fff !important;
}

.cfvsw-swatches-option {
  color: #fff;
  background: #f6f7f8;
  font-weight: 500;
  position: relative;
  width: 28px !important;
  height: 28px !important;
}

.cfvsw-swatches-option:hover .cfvsw-swatch-inner {
  display: flex;
}

.cfvsw-swatches-option:hover:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.7);
}

.cfvsw-swatches-option .cfvsw-swatch-inner {
  position: absolute;
  top: -34px;
  z-index: 901;
  background: rgba(0, 0, 0, 0.75);
  width: auto;
  padding: 4px 12px;
  height: 26px;
  display: none;
}

.cfvsw-swatches-option:first-child .cfvsw-swatch-inner {
  left: -2px;
}

.cfvsw-swatches-option.cfvsw-selected-swatch {
  border-color: var(--site-primary-button-color) !important;
  border-width: 2px !important;
}

.cfvsw-swatches-option.cfvsw-selected-swatch::after {
  content: "\2713";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc((100% - 24px) / 2);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding-top: 4px;
  color: #fff;
  font-size: 18px;
}

body.single.single-product .woocommerce-variation.single_variation {
  display: none !important;
}

.woosc-bar-remove.hint--top {
  border-radius: 8px !important;
}

.woosc-bar-search.hint--top {
  border-radius: 8px !important;
}

.woosc-bar-print.hint--top {
  border-radius: 8px !important;
}

.woosc-bar-items .woosc-bar-item img {
  border-radius: 8px !important;
}

.woosc-bar-btn.woosc-bar-btn-text {
  border-radius: 8px !important;
}

.elementor-15 .elementor-element.elementor-element-6796a8f .kitify-search__submit {
  padding: 12px 10px 10px 10px;
  margin-top: -15px;
}

span.kitify-search__popup-trigger-icon.kitify-blocks-icon {
  font-size: 24px;
}

.kitify-cart__icon {
  display: block;
  font-size: 26px;
  margin-left: 7px;
  margin-right: 9px;
}

.bapf_clr_span {
  border-radius: 4px;
  border-width: 0 !important;
  border-color: var(--site-primary-button-color) !important;
}

.bapf_clr_text {
  padding-left: 10px;
}

.bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span,
.bapf_sfilter.brchecked_default input:checked + label .bapf_img_span,
.bapf_sfilter.brchecked_rotate input:checked + label .bapf_clr_span,
.bapf_sfilter.brchecked_rotate input:checked + label .bapf_img_span {
  transform: none !important;
  border-width: 2px !important;
}

.bapf_body ul li.checked .bapf_clr_span::before {
  content: "\2713";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: -8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--site-primary-button-color);
  padding-top: 4px;
  text-shadow: none;
  color: #fff;
  font-size: 16px;
}

.bapf_body ul li.checked .bapf_clr_span {
  overflow: visible;
}

.bapf_body ul li label {
  font-size: 14px !important;
}

.bapf_body ul li label:hover {
  color: #209dd8 !important;
}

.bapf_head h3 {
  cursor: pointer;
}

ul.products {
  gap: 8px;
}

ul.products li.product {
  padding-bottom: 10px !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 8px;
  padding: 0px 5px 48px 5px;
  border-color: #f3f3f3;
  flex: auto;
}

ul.products .product .product-item .product-item__thumbnail-placeholder a img {
  border-radius: 6px;
}

a.reset_variations {
  margin-top: 20px !important;
}

a.reset_variations::before {
  margin-top: -3px;
}

.select2-selection__rendered {
  height: 41px !important;
  border-radius: 8px !important;
  min-height: 41px !important;
}

.form-row.validate-required::before {
  display: none !important;
}

.woocommerce-billing-fields .billing_company_field {
  margin-bottom: 16px;
}

.woocommerce-billing-fields .billing_tax_office_field {
  margin-bottom: 16px;
}

.woocommerce-billing-fields .billing_tax_number_field {
  margin-bottom: 16px;
}

div.woocommerce form .woocommerce-billing-fields .woocommerce-billing-only-fields__field-wrapper {
  margin-top: 0 !important;
}

body {
  --kitify-primary-color: #004c96;
  --kitify-pagination-link-hover-bg-color: #209dd8;
  --kitify-secondary-color: #209dd8;
  --kitify-body-color: #373f42;
  --kitify-border-color: #f3f3f3;
}

.premium-nav-menu-item .premium-menu-link:hover {
  color: var(--site-secondary-button-color) !important;
}

#account-icon-desktop:hover a {
  color: var(--site-secondary-button-color) !important;
}

#account-icon-desktop h3 {
  margin-top: 7px !important;
}
  
#cart-icon-desktop:hover a {
  color: var(--site-secondary-button-color) !important;
}

.compare-header-button:hover a,
.compare-header-button:hover a i,
.compare-header-button:hover a span::before {
  color: var(--site-secondary-button-color) !important;
}

.compare-header-button a,
.compare-header-button a i {
  color: var(--site-primary-button-color) !important;
}

body.woocommerce
  .woocommerce-archive-header
  .woocommerce-archive-header-inside
  .woocommerce-archive-toolbar
  .nova-custom-view
  ul
  li.active {
  border: solid 1px var(--site-heading-color) !important;
  border-radius: 8px;
}

body.woocommerce
  .woocommerce-archive-header
  .woocommerce-archive-header-inside
  .woocommerce-archive-toolbar
  .nova-custom-view
  ul
  li {
  padding: 6px 10px 4px 10px !important;
  height: initial;
}

.woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view label {
  margin-right: 24px !important;
}

select.orderby {
  border: 1px solid #d1d1d6 !important;
  border-radius: 8px !important;
  height: 42px !important;
  margin-right: 24px;
  line-height: 42px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28221, 221, 221%29'></polygon></svg>") !important;
  background-origin: content-box !important;
  background-position: right 0px center !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
}

.woocommerce-archive-header {
  margin-bottom: 0 !important;
  padding-bottom: 18px !important;
  padding-top: 12px;
}

.woocommerce-result-count {
  margin-top: 2px;
  margin-left: 16px;
  border-bottom: 1px solid #ccc;
  color: #333333;
}

.woocommerce-product-search {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d1d1d6;
}

.woocommerce-product-search input {
  height: 42px;
  line-height: 42px;
}

.bapf_body input[type="checkbox"] {
  border-radius: 4px;
}

.bapf_stylecolor .bapf_body ul li label {
  margin-left: 0 !important;
  margin-bottom: 8px;
}

.bapf_stylecolor .bapf_body ul li label .bapf_clr_span {
  margin: 0 !important;
}

.bapf_sfa_taxonomy {
  display: inline-flex;
  font-size: 14px;
  border: 1px solid;
  border-radius: 4px;
  padding: 5px 8px 2px 8px;
  background: #0051bb;
  color: #fff;
  margin-bottom: 6px;
  flex-direction: column;
}

.bapf_sfa_taxonomy ul {
  margin: 0;
}

.bapf_sfa_taxonomy ul li a {
  margin-right: 8px;
}

.bapf_sfa_taxonomy span {
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 3px;
  margin-bottom: 3px;
  margin-top: 2px;
}

.bapf_sfa_unall {
  margin: 5px 0 0 0;
  border: 1px solid #0051bb;
  border-radius: 4px;
  padding: 5px 8px 2px 8px;
  display: flex;
  font-size: 14px;
  width: fit-content;
}

.kitify-products
  ul.products
  .product
  .product-item
  .product-item__description
  .product-item__description--info
  span.price {
  position: absolute;
  left: 0;
  bottom: -26px;
  margin: 0 !important;
}

.kitify-products ul.products .product.outofstock .woosc-btn {
  left: 0 !important;
}

.kitify-products ul.products .product.outofstock .woosw-btn {
  left: 40px !important;
}

.kitify-products ul.products .product.outofstock .price {
  display: none;
}

.woosc-icon-19:before {
  content: "\ea96" !important;
  font: normal normal normal 14px / 1 dliconoutline !important;
}

.woosw-icon-5:before {
  content: "\ea2b" !important;
  font: normal normal normal 1em / 1 NovaIcons !important;
}
.woosw-icon-8:before {
  content: "\ea09" !important;
  font: normal normal normal 1em / 1 NovaIcons !important;
}

.woosc-btn-icon-text .woosc-btn-text {
  display: none;
}

.woosw-btn-icon-text .woosw-btn-text {
  display: none;
}

.kitify-cart__count-val {
  color: var(--site-text-color);
}

.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease all;
  color: var(--site-primary-button-color);
  text-decoration: none;
}

.woocommerce-Price-amount.amount:hover {
  color: var(--site-secondary-button-color);
}

.price a {
  color: var(--site-text-color);
  text-decoration: underline;
  font-size: 15px;
}

.price a:hover {
  color: var(--site-secondary-button-color);
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn:hover .woosc-bar-btn-icon-wrapper {
  background-color: var(--site-secondary-button-color);
  transition: 0.3s ease all;
  border-radius: 8px;
}
.button:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
}

table.variations tr:nth-child(2) {
  display: none !important;
}

[data-elementor-type="product"].product-type-variable .variations_form .woocommerce-variation-price,
.single-product.product-type-variable .variations_form .woocommerce-variation-price {
  margin-bottom: 0 !important;
}

.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
  width: 104px !important;
}
[data-elementor-type="product"] .cart .button,
.single-product .cart .button {
  width: initial !important;
}

body.single-product .woosc-btn {
  position: absolute;
  left: 0;
  bottom: -8px;
}

body.single-product .woosw-btn {
  position: absolute;
  left: 40px;
  bottom: 12px;
}

ul#single_product_tab {
  width: 100%;
  display: flex;
}

.nova-woocommerce-tabs .tabs-content {
  width: 1024px;
  margin: 0 auto;
}

.certs-wrapper {
  display: flex;
  gap: 48px;
  justify-content: center;
}

.cert-item img {
  height: 100px;
  padding: 10px 0;
}

.cert-item a {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cert-item a:hover {
  text-decoration: underline;
  color: var(--site-heading-color);
}

.cross-detail {
  font-size: 20px;
  background: var(--site-primary-button-color);
  width: 32px;
  height: 32px;
  display: flex;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.cross-detail:hover {
  background: var(--site-secondary-button-color);
  color: #fff !important;
  text-decoration: none !important;
}

.combined-wrapper img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  margin-right: 16px;
}

.combined-wrapper .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.combined-wrapper table td:first-child {
  width: 170px;
}

.combined-wrapper table.table td {
  padding: 10px 16px;
}

body.home .kitify-banner {
  border: 1px solid #ebebeb;
  border-radius: 8px !important;
}

.wpsm_panel-heading {
  border-radius: 8px 8px 0 0 !important;
  padding-bottom: 4px !important;
}

.wpsm_panel-heading:has(.collapsed) {
  border-radius: 8px !important;
}

.wpsm_panel-body {
  border-radius: 0 0 8px 8px !important;
}

.woocommerce-product-gallery__image a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 500px;
  position: relative;
}

.elementor-31 .elementor-element.elementor-element-d9e5f5a .zoominner {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e9e0e0;
  height: 500px;
}

.flex-viewport {
  border: 1px solid #b6b6b6;
  border-radius: 10px;
}
span.ac_title_class {
  font-size: 0.875rem;
}

body.single-product table tbody th,
body.single-product table tbody td,
body.single-product table tr {
  padding-right: 20px;
  font-size: 0.875rem;
  font-family: "Overpass";
  color: var(--site-text-color);
}

body.single-product .tabs-panel table tr a {
  font-weight: 600;
}

body.single-product .tabs-panel table tr a:hover {
  text-decoration: underline;
  color: var(--site-heading-color);
}

a.woosc-btn.woosc-btn-\{product.id\}.woosc-btn-added.woosc-added {
  font-weight: 600;
  font-family: "Overpass";
}

body
  .kitify.elementor-kitify-wooproduct-images
  .kitify-product-images.layout-type-1
  .center-thumb
  .flex-control-thumbs {
  justify-content: left;
}

body .kitify.elementor-kitify-wooproduct-images .kitify-product-images.layout-type-1 .flex-control-thumbs li {
  width: calc(100% / var(--singleproduct-image-column));
  flex: 0 0 calc(70% / var(--singleproduct-image-column));
}

.cfvsw-label-option,
.cfvsw-image-option {
  border: 1px solid #00000000;
}

.kitify-product-images .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  border: solid 1px #b6b6b6 !important;
}

.elementor-31 .elementor-element.elementor-element-d9e5f5a .flex-control-thumbs li img {
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  border-radius: 10px;
  box-shadow: none;
}

@media (min-width: 782px) {
  .cfvsw-swatches-option.cfvsw-image-option.has-tip {
    width: 76px;
    height: 51px;
  }
}

.kitify-product-images .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  border: solid 1px #d5d5d5 !important;
}

body .kitify.elementor-kitify-wooproduct-images .kitify-product-images.layout-type-1 .flex-control-thumbs li {
  width: calc(95% / var(--singleproduct-image-column));
  flex: 0 0 calc(72% / var(--singleproduct-image-column));
}

body
  .kitify.elementor-kitify-wooproduct-images
  .kitify-product-images.layout-type-1
  .center-thumb
  .flex-control-thumbs {
  justify-content: left;
}

@media (max-width: 767px) {
  .cfvsw-swatches-option.cfvsw-image-option.has-tip {
    width: 49px;
    height: 40px;
  }
}

.flex-control-nav.flex-control-thumbs {
  margin-bottom: 0 !important;
}

[data-elementor-type="product"] .nova-woocommerce-tabs,
.single-product .nova-woocommerce-tabs {
  text-align: center;
  margin-bottom: 3.75rem;
  max-width: 100%;
  margin: 0 auto;
}

div[itemprop="description"] {
  line-height: 1.5em;
  color: #000;
  font-size: 14px;
  min-height: 80px;
  margin-bottom: 20px;
}

div[itemprop="description"] p {
  margin-bottom: 0.75rem;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 0.75rem;
}

@media print, screen and (max-width: 39.99875em) {
  body.woocommerce-checkout .woocommerce-info {
    padding-left: 46px;
    font-size: 11px;
    padding-right: 0px;
  }
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody {
  display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-family: inherit;
  font-size: 1.1875rem;
  display: none;
  margin-bottom: 0.5rem;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: var(--site-accent-color-2);
  padding: 0px;
}

a#panel_description-label {
  display: none;
}
ul.products .product .product-item .nova_product_quick_view_btn {
  left: 0;
  right: auto;
  display: none;
}

.elementor-element.elementor-element-bd32328.elementor-widget.kitify.elementor-kitify-wooproduct-addtocart {
  margin-top: -24px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cfvsw-swatches-container {
    display: flex;
    flex-flow: wrap;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    grid-gap: 8px;
    width: fit-content;
  }
}

.elementor.elementor-31.elementor-location-single.post-707.product.type-product.status-publish.has-post-thumbnail.product_cat-18.product_cat-soketli-pcb-klemensleri-ve-gecmeli-klemensler.first.instock.shipping-taxable.purchasable.product-type-variable.product {
  overflow: hidden;
}

.elementor-15 .elementor-element.elementor-element-51773e2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
}

.cfvsw-label-none table.variations tr th.label {
  display: block !important;
}

a#panel_additional_information-label {
  display: none;
}

.site-content a:not(.button):hover {
  color: #40c9ff;
}

.nova-container-fluid {
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
  margin-top: 70px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: auto;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.gallery .gallery-icon img {
  width: 100px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.elementor-31 .elementor-element.elementor-element-3c7185b:not(.elementor-motion-effects-element-type-background),
.elementor-31
  .elementor-element.elementor-element-3c7185b
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}

body
  .kitify.elementor-kitify-wooproduct-images
  .kitify-product-images.layout-type-1
  .center-thumb
  .flex-control-thumbs {
  justify-content: left;
}

label {
  padding: 0.25rem 0 0.5rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-transform: capitalize;
}

a#panel_reviews-label {
  display: none;
}

table.cfvsw-shop-variations,
.cfvsw-shop-variations tbody,
.cfvsw-shop-variations td,
.cfvsw-shop-variations tr {
  margin: 0;
  padding: 3px 0;
  display: none;
  border: 0;
}

.kitify .elementor-button {
  background-color: var(--kitify-primary-color);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.woocommerce .woocommerce-archive-header .page-header-content {
  margin-bottom: 0;
  width: 100%;
}

ul.products .product .product-item__description--actions .product_type_variable:hover {
  background-color: var(--site-secondary-button-color);
  border-color: var(--site-secondary-button-color);
  color: #ffffff;
}

.woocommerce-sidebar-sticky {
  background-color: #f4f4f48c;
  padding: 20px;
  border-radius: 10px;
}

[data-elementor-type="product"].product-type-variable .variations_form .variations tr,
.single-product.product-type-variable .variations_form .variations tr {
  display: block;
  border-bottom: none;
  border: 1px solid #ffffff;
  margin-bottom: 0.625rem;
}

ul.products .product .product-item__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

table.table {
  border: 1px solid #ebebeb;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}

body.single-product .tabs-panel table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.header-type-3 .nova-header__right-action .actions li > a .count-badge {
  position: absolute;
  top: -11px;
  right: -18px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.75rem;
  color: white;
  background-color: var(--site-accent-color-2);
}

.page-header-content h1 {
  font-family: inherit;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

a.elementor-button-link.elementor-button.elementor-btn-align-icon-.elementor-size-sm {
  width: 100%;
}

.gallery .gallery-icon img {
  width: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

[data-elementor-type="product"] .cart,
.single-product .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 1.875rem;
}

[data-elementor-type="product"] .nova-woocommerce-tabs .tabs .tabs-title > a[aria-selected="true"]:after,
[data-elementor-type="product"] .nova-woocommerce-tabs .tabs .tabs-title > a:focus:after,
.single-product .nova-woocommerce-tabs .tabs .tabs-title > a[aria-selected="true"]:after,
.single-product .nova-woocommerce-tabs .tabs .tabs-title > a:focus:after {
  display: none;
}

ul.products .product .product-item .nova_product_quick_view_btn.added i::before,
ul.products .product .product-item .nova_product_wishlist_btn.added i::before {
  content: "\ea22";
}

.kitify .elementor-button:hover {
  color: initial !important;
}
#similar-products {
  margin: 0 auto;
}

#similar-products .product-item__description {
  margin-top: 0;
}

#similar-products .products.ul_products.kitify-products__list {
  justify-content: center;
}

#similar-products .woosw-btn {
  left: 120px;
  bottom: -28px;
}

#similar-products .woosc-btn {
  left: 80px;
  bottom: -28px;
}

table.shop_table {
  border: 1px solid #ebebeb;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}

table.shop_table tbody th,
table.shop_table tbody td,
table.shop_table tr {
  padding-right: 20px;
  font-size: 0.875rem;
  color: var(--site-text-color);
}

table.shop_table thead th {
  font-size: 0.875rem !important;
  color: var(--site-text-color) !important;
  text-transform: none !important;
}

table.shop_table tbody th,
table.shop_table tbody td,
table.shop_table tr {
  border: none;
}

table.shop_table tr {
  margin-bottom: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

table.shop_table tr:nth-child(even) {
  background-color: #f7f7f7;
}

table.shop_table thead tr {
  background-color: #f7f7f7;
}

table.shop_table .woocommerce-Price-amount.amount {
  font-size: 16px !important;
}

table.shop_table .woocommerce-Price-currencySymbol {
  font-size: 16px !important;
}

.shop_table tbody tr td .button {
  background-color: var(--site-primary-button-color) !important;
  color: #fff !important;
  font-size: 0.8125rem !important;
  text-transform: capitalize !important;
  height: 36px !important;
  justify-content: center !important;
}
.shop_table tbody tr td .button:hover {
  background-color: var(--site-secondary-button-color) !important;
  color: #fff !important;
}

table.order_details {
  width: 100%;
  display: table;
}

.woocommerce-account.woocommerce-view-order
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  .order_details
  tr
  td.woocommerce-table__product-name {
  padding-left: 0.9375rem !important;
}

table.order_details li {
  display: block;
}

table.order_details tfoot tr td,
table.order_details tfoot tr th {
  padding: 8px !important;
}

table.order_details tfoot tr th {
  text-align: right;
  vertical-align: middle !important;
}

table.order_details tr td.product-total {
  padding: 0 20px 0 0 !important;
  text-align: right;
}

table.order_details tr th.product-total {
  text-align: right;
}

.wpsm_panel-group .wpsm_panel .wpsm_panel-heading .ac_open_cl_icon::before {
  color: var(--site-heading-color) !important;
}

.password-input {
  position: relative;
}

.password-input .show-password-input {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  color: var(--site-primary-button-color);
  font-size: 24px;
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.password-input .show-password-input::before {
  font: normal normal normal 14px / 1 dliconoutline;
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "\ed07";
}

.password-input .show-password-input.display-password::before {
  content: "\ed09";
}

.woocommerce .woocommerce-Input {
  height: 42px;
  border-radius: 8px;
}

.woocommerce .woocommerce-Button {
  height: 42px;
  border-radius: 8px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.woocommerce-customer-details address,
.woocommerce-Address address {
  border-radius: 8px;
  border: 1px solid #ebebeb;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.woocommerce-customer-details address .woocommerce-customer-details--phone {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid #ebebeb;
}

.woocommerce-customer-details .woocommerce-columns {
  gap: 16px;
}

.woocommerce-Address address {
  margin-right: 16px;
}

.woocommerce-Address-title h2 {
  font-size: 20px;
}

.woocommerce-Address-title a.edit {
  background-color: var(--site-primary-button-color) !important;
  color: #fff !important;
  font-size: 0.8125rem !important;
  text-transform: capitalize !important;
  height: 36px !important;
  justify-content: center !important;
  display: inline-flex !important;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 500;
}

.woocommerce-Address-title a.edit:hover {
  background-color: var(--site-secondary-button-color) !important;
  color: #fff !important;
}

.woocommerce-MyAccount-content h2 {
  font-size: 20px;
}

.woocommerce-input-wrapper input {
  height: 42px;
  border-radius: 8px;
}

.woocommerce-input-wrapper input.input-checkbox {
  height: auto;
  vertical-align: -2px;
}

.woocommerce-address-fields .button {
  background-color: var(--site-primary-button-color) !important;
  color: #fff !important;
  text-transform: capitalize !important;
  height: 42px !important;
  border-radius: 8px;
  padding: 0 32px;
  font-weight: 500;
}

.woocommerce-address-fields .button:hover {
  background-color: var(--site-secondary-button-color) !important;
}

.select2-selection {
  height: 42px !important;
  border-radius: 8px !important;
  margin-top: -1px;
}

body > .select2-container {
  margin-top: 0 !important;
}

button.woocommerce-form-login__submit {
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  text-transform: capitalize;
  width: 150px;
}

.wc-empty-cart-message .cart-empty {
  background-color: rgb(0 76 150 / 90%);
  border-radius: 8px;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name a.remove {
  text-transform: capitalize;
  font-size: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 32px;
  width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  top: 32px;
  text-decoration: none;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name a.remove::before {
  font: normal normal normal 14px / 1 dliconoutline;
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed2d";
  font-size: 14px;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name a.remove:hover {
  border-color: #960000;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name a.remove:hover::before {
  color: #960000;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-quantity .quantity {
  width: 110px;
  height: 42px;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-quantity .quantity input {
  border-radius: 8px;
  border: 1px solid #ddd;
  height: 42px;
  padding: 0 36px;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-quantity .quantity .qty-button {
  width: 36px;
  height: 42px;
}

table.shop_table thead th.product-subtotal {
  text-align: right;
  padding-right: 1.6875rem !important;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions {
  padding: 0.5rem !important;
}

body.woocommerce-cart
  .woocommerce
  .woocommerce-cart-form
  tr:not(.cart_item)
  td.actions
  .coupon
  button[name="apply_coupon"] {
  padding: 0 8px;
  border-radius: 6px;
  right: 5px;
  height: 32px !important;
}

.s-desc-mg span {
  display: inline-block;
  padding: 0px 7px;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 6px 0 0 6px;
  border-left: 1px solid #d1d1d6;
  color: #474747;
  font-size: 13px;
}

.s-desc-mg span b {
  font-weight: 600;
}

ul.s-desc-mg-list {
  margin: 0 0 5px 0;
  color: #2e2e2e;
  line-height: 20px;
  padding-left: 20px;
  list-style-type: disclosure-closed;
}

body.archive ul.s-desc-mg-list {
  display: none;
}

#similar-products ul.s-desc-mg-list {
  display: none;
}

ul.s-desc-mg-list:last-child {
  margin: 0 0 20px 0;
}

ul.s-desc-mg-list li {
  padding: 0 12px 0 4px !important;
}

ul.s-desc-mg-list li::marker {
  color: var(--site-secondary-button-color);
}

.s-desc-mg-colors,
.s-desc-mg-stock {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.s-desc-mg-stock {
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
}

.s-desc-mg-stock::before {
  content: " ";
  width: 1px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #ccc;
}

.stock-colors {
  display: flex;
  gap: 3px;
}

.color-table.single-colors .stock-colors {
  gap: 8px;
}

.color-table.single-colors .stock-colors span {
  width: 28px;
  height: 28px;
}

.stock-colors span {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.stock-colors span:hover i {
  display: block;
}

.stock-colors span:hover:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.7);
}

.color-table.single-colors .stock-colors span:first-child i {
  left: 0;
  transform: none;
}

.color-table.single-colors .stock-colors span i {
  top: -29px;
}

.stock-colors span i {
  display: none;
  position: absolute;
  z-index: 11;
  transform: translateX(-50%);
  left: 50%;
  top: -34px;
  font-style: normal;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
}

.stock-colors span.on-request {
  width: auto !important;
  height: auto;
}

.stock-colors span.on-request i {
  display: block;
  position: relative;
  transform: none !important;
  left: auto !important;
  top: auto !important;
  background: none;
  color: #444;
  border: 1px solid #cccccc;
  padding: 3px 6px;
}
div[itemprop="description"] .stock-colors span.on-request i {
  padding: 0 6px !important;
}

.stock-colors span.on-request:hover:after {
  display: none;
}

.stock-colors span.blue {
  background-color: #1e73be;
}

.stock-colors span.green {
  background-color: #1ca421;
}

.stock-colors span.orange {
  background-color: #ff5100;
}

.stock-colors span.gray {
  background-color: #7a7a7a;
}

.stock-colors span.black {
  background-color: #000;
}

.stock-colors span.red {
  background-color: #e10800;
}

.stock-colors span.natural {
  background-color: #acd6eb;
}

.stock-colors span.green-orange-blue {
  background: linear-gradient(
    105deg,
    rgba(28, 164, 33, 1) 30%,
    rgba(255, 81, 0, 1) 30%,
    rgba(255, 81, 0, 1) 70%,
    rgba(30, 115, 190, 1) 70%,
    rgba(30, 115, 190, 1) 100%
  ) !important;
}

.stock-colors span.green-orange {
  background: linear-gradient(
    105deg,
    rgba(28, 164, 33, 1) 50%,
    rgba(255, 81, 0, 1) 50%,
    rgba(255, 81, 0, 1) 100%
  ) !important;
}

.color-table {
  display: flex;
  padding: 0 5px;
  margin-bottom: 10px;
}

body.single .woocommerce-product-details__short-description .color-table {
  display: none;
}
.color-table.single-colors {
  padding: 0;
  margin: 20px 0 0 0;
}

.color-table.single-colors .s-desc-mg-stock {
  padding: 0;
  margin: 0;
}

.color-table.single-colors .s-desc-mg-stock:before {
  display: none;
}

.color-table.single-colors .s-desc-mg-stock-title {
  color: var(--site-text-color);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.color-table.single-colors .s-desc-mg {
  margin-bottom: 20px !important;
}

.color-table.single-colors .elementor-add-to-cart div[itemprop="description"] {
  display: none;
}

#similar-wrapper:not(:has(.kitify-products)) {
  display: none;
}

div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-quantity {
  padding: 4px 6px 2px 5px !important;
}

.fc-wrapper .fc-place-order .fc-place-order-button {
  text-transform: none;
  font-size: 16px;
  border-radius: 8px;
  width: fit-content !important;
}

.woocommerce-terms-and-conditions {
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  font-size: 12px;
}

.woocommerce-terms-and-conditions p {
  margin-bottom: 0.5rem;
}

.woocommerce-terms-and-conditions-link {
  color: var(--site-primary-button-color);
  text-decoration: underline;
}

.woocommerce-terms-and-conditions-checkbox-text {
  text-transform: none;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  font-size: 14px;
}

.fc-wrapper .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input[type="checkbox"] {
  top: 2px;
  margin-left: 2px;
}

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method > label .payment-method__label-text {
  text-transform: none;
  font-size: 14px;
}

.has-checkout-layout--multi-step.woocommerce-checkout
  form
  .fc-wrapper
  .fc-checkout-step[data-step-complete]
  .fc-step__substep
  .fc-step__substep-title {
  text-transform: none;
}

body.woocommerce-checkout div.woocommerce .fc-wrapper .fc-checkout-order-review-title {
  text-transform: none;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr th {
  text-transform: none;
}

div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .order-total th {
  text-transform: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: flex;
  align-items: center;
  padding: 10px 20px !important;
  border-radius: 8px;
}

div.woocommerce .form-row.woocommerce-invalid .fc-inline-error {
  border-radius: 8px;
  margin-top: 5px;
}

.woocommerce-NoticeGroup-checkout:before {
  margin-left: 0;
  display: inline-block;
  margin-top: -4px;
}

.wc-proceed-to-checkout button br,
.wc-proceed-to-checkout a br,
.product-quantity .quantity br {
  display: none;
}

.woocommerce-cart .button br {
  display: none;
}

.quote-button-wrapper {
  display: none;
}

.fc-checkout-steps .woocommerce-Price-amount.amount {
  font-size: 13px;
  color: var(--fluidcheckout--color--dark-grey, #535156);
  font-weight: 400;
  cursor: text;
}

.fc-checkout-steps .woocommerce-Price-amount.amount:hover {
  color: var(--fluidcheckout--color--dark-grey, #535156);
}

.woocommerce:has(.product-suggestions-title) .product-suggestions-title,
.woocommerce:has(.product-suggestions-title) .woocommerce.columns-4 {
  display: none !important;
}

.return-to-shop .button.wc-backward {
  text-transform: none;
  border-radius: 8px;
  height: 42px;
  line-height: 42px;
  padding: 0 16px;
}

.berocket_aapf_widget_selected_area .bapf_sfa_taxonomy ul {
  padding-bottom: 0 !important;
}

.berocket_aapf_widget_selected_area ul.bapf_sfa_unall {
  padding-bottom: 0 !important;
}

body.woocommerce-account .page-header-content {
  display: none;
}

#nova-register-form,
#nova-login-form {
  padding: 0;
}

.dlicon.shopping_bag-09:before {
  content: "\e8c6" !important   ;
  display: inline-block;
  font: normal normal normal 1em / 1 NovaIcons;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}

@media (max-width: 767px) {
  .woocommerce-result-count {
    margin: 0 !important;
    text-align: center;
    padding-bottom: 15px;
  }

  .woocommerce-archive-toolbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  select.orderby {
    margin-right: 0 !important;
  }

  .nova-custom-view {
    margin-right: 0 !important;
  }

  .kitify-products
    ul.products
    .product
    .product-item
    .product-item__description
    .product-item__description--info
    span.price {
    left: 12px !important;
    bottom: -40px !important;
  }

  body.woocommerce-shop .woosc-btn {
    bottom: -40px !important;
    left: 100px !important;
  }

  body.woocommerce-shop .woosw-btn {
    bottom: -40px !important;
    left: 140px !important;
  }

  ul#single_product_tab {
    display: block !important;
  }

  [data-elementor-type="product"] .nova-woocommerce-tabs .accordion-title,
  .single-product .nova-woocommerce-tabs .accordion-title {
    color: var(--site-heading-color);
    border-color: #ececec;
    background: #f7f7f7;
  }

  #single_product_tab li.accordion-item:last-child {
    display: none;
  }

  #single_product_tab .accordion-content {
    padding: 15px !important;
  }

  .flex-control-nav.flex-control-thumbs {
    gap: 0px !important;
  }

  body.single-product .kitify-products {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  ul.products .product .product-item .product-item__description .product-item__description--info {
    text-align: left !important;
    padding: 0 12px;
  }

  #similar-products .woosc-btn {
    bottom: -42px !important;
    left: 100px !important;
  }

  #similar-products .woosw-btn {
    bottom: -42px !important;
    left: 140px !important;
  }

  .shop_table tbody tr td .button {
    display: inline-flex !important;
    padding: 0 12px !important;
  }
  .woocommerce-account.woocommerce-orders table.shop_table_responsive.woocommerce-orders-table.shop_table tr {
    padding: 0 8px 0 0 !important;
  }
  .woocommerce-account.woocommerce-view-order
    .woocommerce-MyAccount-content
    .woocommerce-customer-details
    .addresses
    .woocommerce-column {
    width: 100%;
  }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions button[name="update_cart"] {
    display: none !important;
  }
  body.woocommerce-cart
    .woocommerce
    .woocommerce-cart-form
    tr:not(.cart_item)
    td.actions
    .coupon
    button[name="apply_coupon"] {
    display: flex !important;
    align-items: center;
  }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon {
    width: 100% !important;
    margin: 5px 0;
  }
  body.woocommerce-cart .cart-collaterals {
    width: 100% !important;
  }

  .kitify-cart__count {
    margin-top: -6px;
  }

  .kitify-cart__icon {
    margin-bottom: 5px;
    color: var(--site-primary-button-color) !important;
  }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form td {
    padding: 0.25rem 12px !important;
  }
  #account-icon-desktop a {
    white-space: nowrap;
    margin-left: -5px;
    margin-top: -4px;
  }
  
  #account-icon-desktop h3 {
      margin-top: 7px !important;
  }
  
  .hfe-nav-menu__toggle.hfe-flyout-trigger {
    margin-top: -4px !important;
  }

  #mobile-header-icons h3.elementor-icon-box-title a {
    color: #fff;
  }

  #mobile-header-icons .compare-header-button span.woosc-menu-item-inner {
    color: #fff;
  }

  #mobile-header-icons .compare-header-button span.woosw-menu-item-inner {
    color: #fff;
  }

  #mobile-header-icons .compare-header-button span.woosw-menu-item-inner::before {
    color: var(--site-primary-button-color) !important;
  }

  #mobile-header-icons .compare-header-button span.woosw-menu-item-inner::after {
    color: var(--site-primary-button-color) !important;
  }

  #mobile-header-icons #mobile-cart-button .elementor-widget-container a {
    color: #fff;
  }

  #mobile-header-icons ul.compare-header-button.mobile-button .woosw-menu-item .woosw-menu-item-inner:after {
    right: -4px;
  }

  .wpml-floating-language-switcher {
    justify-content: flex-end !important;
    margin-top: -4px;
  }
  .js-wpml-ls-item-toggle.wpml-ls-item-toggle .wpml-ls-flag {
    bottom: -5px;
  }
  .hfe-flyout-content nav li.menu-item a {
    text-align: right;
  }
}

.menu-item.woosc-menu-item:has(.dlicon.arrows-1_direction-53) span.woosc-menu-item-inner {
  margin-left: 5px;
}

.wpml-ls-legacy-dropdown a {
  border: none !important;
  background-color: transparent !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none !important;
  width: 108px;
  left: -42px;
  top: 32px;
  box-shadow: none !important;
  padding-top: 15px;
}

.wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li,
.wpml-ls-legacy-dropdown-click ul li .wpml-ls-sub-menu li {
  padding: 0.25rem 0 0 0 !important;
  background: #fff !important;
}

.wpml-ls-legacy-dropdown {
  width: auto !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  white-space: nowrap;
}

.js-wpml-ls-item-toggle.wpml-ls-item-toggle span.wpml-ls-native {
  display: none !important;
}

.wpml-ls-link {
  display: flex !important;
  align-items: center;
  gap: 4px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  display: none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::before {
  display: inline-block;
  font: normal normal normal 1em/1 NovaIcons;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  content: "\e807";
  font-weight: 600;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 0 !important;
  color: #004c96;
}

.js-wpml-ls-item-toggle.wpml-ls-item-toggle .wpml-ls-flag {
  position: absolute;
  left: 3px;
  bottom: -8px;
  border-radius: 2px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
  max-width: 20px;
}

a.wpml-ls-link {
  padding: 0 10px 10px 10px !important;
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language {
  border: 0 !important;
  padding-bottom: 0 !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  color: var(--site-secondary-button-color) !important;
}

.wpml-floating-language-switcher {
  display: flex;
  justify-content: center;
}

.product_data_tabs.wc-tabs {
  position: absolute !important;
  right: 0;
}


.bank-details-table {
    width: auto;
    margin: 10px 0 0 0;
}

.bank-details-table .label {
    padding: 0;
    font-weight: bold;
    width: 80px;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 2px 4px 2px 8px;
}

.bank-details-table .value {
    padding: 2px 8px;
    background: #fff;
    border: 1px solid #d8d8d8;
}