/* ~~~~~~~~~~~~~~~~~~ common ~~~~~~~~~~~~~~~~~~ */
input {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

img {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #e6e6e6;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 16px 0 37px;
  display: flex;
  align-items: center;
}
.breadcrumb > li {
  display: flex;
  align-items: center;
}
.breadcrumb > li + li:before {
  padding: 0;
  font-size: 14px;
  color: #808080;
  margin: 0 10px;
}
.breadcrumb > li > a {
  padding: 0;
  font-size: 14px;
  color: #808080;
}
.breadcrumb > li > a:hover {
  color: var(--primary-color);
}
h1 {
  margin-top: 13px;
}
h2 {
  font-size: 20px;
  font-weight: 700;
}
.form-control {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  -webkit-text-fill-color: unset;
  color: var(--text-color);
}
select.form-control {
  color: #8e8e8e;
}
.form-control::placeholder {
  color: #8e8e8e;
  font-size: 14px;
}
.form-control:focus {
  border-color: var(--primary-color);
}
textarea.form-control {
  height: 100px;
  border-radius: 20px;
  resize: none;
}
:not(.btn-group) > .btn:not(.btn_sm) {
  padding: 0 10px;
  font-size: 16px;
  min-width: 120px;
  height: 40px;
}
.btn-primary {
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
}
.btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
/* ~~~~~~~~~~~~~~~~~~ archivePages ~~~~~~~~~~~~~~~~~~ */
.fltr {
  margin-inline-start: 20px;
}

.fltrs .selectlabel {
  font-size: 16px;
}
a#comparelink {
  color: var(--primary-color);
  font-size: 16px;
  margin-inline-start: 30px;
}
a#comparelink:hover {
  color: var(--secondery-color);
}
.view-ico {
  font-size: 30px;
  color: #cccccc;
}
.view-ico:hover {
  color: var(--secondery-color);
}
.view-ico.active {
  color: var(--primary-color);
}
html[dir="ltr"] .view-ico ~ .view-ico {
  margin-left: 10px;
}

html[dir="rtl"] .view-ico ~ .view-ico {
  margin-right: 10px;
}
/*  productesList  */
.product-item {
  position: relative;
}
.list .product-item {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
}
.list .product .product-content {
  width: 100%;
}
.list .product .product-name {
  text-align: start;
}
.list .product-content .price-box {
  text-align: start;
}
.list .product-img {
  width: 200px;
  flex-shrink: 0;
}
/*  catsList  */
.custom-list-group {
  border: 1px solid #e5e5e5;
  padding: 11px 20px 14px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .custom-list-group {
    display: none;
  }
}
.custom-list-group-item {
  display: flex;
  align-items: center;
  padding: 0 6px 9px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #231f20;
  border-bottom: 1px solid #e5e5e5;
}

.custom-list-group-item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.custom-list-group-item.child {
  color: #808080;
}
.custom-list-group-item:hover {
  color: var(--primary-color);
}
.custom-list-group-item.active {
  color: var(--secondery-color);
}
/*  flexiFilter  */
#column-left .tf-filter-group-content .ui-widget .ui-widget-header {
  background-color: var(--secondery-color);
}
#column-left .tf-filter-group-content .ui-slider .ui-slider-handle {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
  width: 20px;
  height: 20px;
  outline: none !important;
}

#column-left .tf-filter-group-content .price-filter-inputs {
  gap: 8px;
}

#column-left
  .tf-filter-group-content
  .price-filter-inputs
  .price-filter-input
  .form-control {
  color: #8c8c8c;
  background-color: #f5f5f5;
}

#column-left .tf-filter.panel-default .tf-list-filter-group .tf-filter-group {
  padding: 20px;
}
@media (max-width: 992px) {
  #column-left .tf-filter.panel-default .tf-list-filter-group .tf-filter-group {
    padding: 15px 10px;
  }
  .filters-cont {
    z-index: 201;
  }
}
#column-left
  .tf-filter.panel-default
  .tf-list-filter-group
  .tf-filter-group
  .tf-filter-group-header {
  padding: 0;
  font-size: 14px !important;
}
#column-left .manufacturer-grid {
  gap: 9px;
}
#column-left .manufacturer-grid .tf-filter-value img {
  width: 100%;
}
#column-left .manufacturer-grid label {
  margin: 0;
  width: 100%;
}
#column-left .tf-filter-group-content .tf-product-total {
  font-size: 14px;
}

#column-left .tf-filter-group-content label .rating {
  display: inline-flex;
  align-items: center;
}
#column-left .tf-filter-group-content label .rating i {
  font-size: 12px;
  color: #d0d0d0;
}
#column-left .tf-filter-group-content label .rating i.active {
  color: #f5d12a;
}
#column-left .tf-filter-group-content label {
  display: flex;
  align-items: center;
}
/*  search  */
.search-flex {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
.search-cont {
  display: flex;
  align-items: center;
}
.form-controls {
  display: flex;
  align-items: center;
}
.search-cont.select-cont {
  margin-inline-start: 20px;
  margin-inline-end: 10px;
}
.search-cont.select-cont .form-control {
  width: 181px;
}
.search-cont.input-cont .form-control {
  width: 224px;
}
.search-cont .form-control {
  margin: 0;
}
.search-cont label {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-inline-end: 10px;
}
@media (max-width: 992px) {
  .search-flex {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .form-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }
  .search-cont {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .search-cont.select-cont {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
  .search-cont.select-cont .form-control {
    width: 100%;
  }
  .search-cont.input-cont .form-control {
    width: 100%;
  }
  #button-search {
    width: 100%;
  }
}
/* ~~~~~~~~~~~~~~~~~~ cartPage ~~~~~~~~~~~~~~~~~~ */
.cart-table {
  padding-bottom: 25px;
}
.cart-table > h3,
#accordion .panel-title > a {
  line-height: 50px;
  padding: 0 30px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
}
.cart-table ~ #accordion .panel-title {
  background-color: transparent;
  line-height: unset;
}
.cart-table > form {
  padding: 10px 15px;
}
.cart-table ~ p {
  margin-bottom: 18px;
}
.product-line-img {
  width: auto;
  height: auto;
  border: 2px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 20px;
}
.product-line-name {
  margin: 0;
}
.product-line-name > div,
.cartproddtls small {
  color: #8b8b8b;
}
.product-line-name > a {
  font-size: 16px;
}
.product-line .product-line-prices {
  margin-inline-start: 80px;
  margin-inline-end: 35px;
  width: 95px;
}
.product-line .price1 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
}
.product-line-totals .button-remove,
.removebtn {
  font-size: 22px;
  color: #b8b8b8;
}
html[dir="ltr"] .product-line-totals .button-remove {
  margin: 0;
}
html[dir="rtl"] .product-line-totals .button-remove {
  margin: 0;
}

.product-line .cart_quantity {
  max-width: 140px;
}
.product-line .cart_quantity input {
  background-color: #fff;
  min-height: 40px;
  height: 40px;
  border: 1px solid #d6d6d6;
  width: 140px;
  font-size: 16px;
  font-weight: 700;
}

.product-line .cart_quantity .qty-ctrl {
  font-size: 22px;
  color: #858585;
}
.product-line .cart_quantity .qty-ctrl:hover {
  color: var(--primary-color);
}

html[dir="ltr"] .product-line .cart_quantity .qty-ctrl.button-minus {
  right: 18px;
}

html[dir="rtl"] .product-line .cart_quantity .qty-ctrl.button-minus {
  left: 18px;
}

html[dir="ltr"] .product-line .cart_quantity .qty-ctrl.button-plus {
  left: 18px;
}

html[dir="rtl"] .product-line .cart_quantity .qty-ctrl.button-plus {
  right: 18px;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}
html[dir="rtl"] #accordion .panel-title > a > i {
  left: 225x;
}

html[dir="ltr"] #accordion .panel-title > a > i {
  right: 225x;
}
.checkout-cart .panel-group .panel-heading + .panel-collapse > .panel-body,
.checkout-cart .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}
.panel-body {
  padding: 20px;
  padding-inline-start: 30px;
}
.cart-gifts-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gift-flex {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.cart-gifts-form .control-label {
  margin: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  margin-inline-end: 26px;
}

.cart-gifts-form input {
  min-height: 40px;
  height: 40px;
}
.cart-gifts-form .form-control {
  margin: 0;
}
.cart-gifts-form .btn {
  margin-inline-start: 4px;
  width: 139px;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .panel-body {
    padding: 15px 0;
  }
  .cart-gifts-form {
    flex-wrap: wrap;
  }
  .cart-gifts-form .control-label {
    width: 100%;
    margin: 0 0 15px;
  }
  .cart-gifts-form .btn {
    position: absolute;
    height: 30px;
    min-height: 30px;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 5px;
    width: auto;
    min-width: auto !important;
    height: 30px !important;
  }
}

.totals-table {
  padding-top: 13px;
}

.totals-table td,
.totals-table td strong {
  font-weight: 400;
  font-size: 14px;
}

.totals-table tr:last-of-type td,
.totals-table tr:last-of-type td strong {
  font-weight: 700;
}
.buttons {
  margin-top: 40px;
}
.checkout-cart .btn-primary {
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
  font-weight: 700;
  font-size: 19px;
}
.checkout-cart .btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.checkout-cart :not(.btn-group) > .btn:not(.btn_sm).btn-primary {
  height: 48px;
  width: 182px;
}
/* ~~~~~~~~~~~~~~~~~~ contact ~~~~~~~~~~~~~~~~~~ */
html[dir="ltr"] .contact-form {
  padding-right: 0;
}

html[dir="rtl"] .contact-form {
  padding-left: 0;
}
.contact-title ~ p {
  font-size: 16px;
}

.contact-list li i {
  font-size: 30px;
  color: var(--secondery-color);
  width: 44px;
}
.contact-list li strong {
  font-size: 16px;
  color: var(--primary-color);
}
.contact-list li span,
.contact-list li a {
  margin: 0 44px;
}
.contact-list li a:hover {
  color: var(--secondery-color);
}
.contact-list li .inEN {
  direction: ltr;
}

/* ~~~~~~~~~~~~~~~~~~ productPage ~~~~~~~~~~~~~~~~~~ */
.images_half {
  position: relative;
}
.images_half .labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 11px;
  inset-inline-start: 11px;
}
.images_half .hint {
  height: 29px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 0 11px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #ff0000;
}
.images_half .hint:first-of-type {
  margin-bottom: 3px;
}
.images_half .hint.custom {
  background-color: #55bb3a;
}
.productpage-head {
  position: relative;
  margin-top: 10px;

  padding-bottom: 14px;
}
.productpage-head h1 {
  max-width: 95%;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.wishlist_compare {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}
html[dir="rtl"] .wishlist_compare {
  margin: 0;
}

html[dir="ltr"] .wishlist_compare {
  margin: 0;
}
#button-wishlist {
  background-color: #f2f5f2;
  border: none;
  font-size: 24px;
  color: #8b8b8b;
}
#button-wishlist:hover {
  background-color: var(--primary-color);
  color: #fff;
}
html[dir="ltr"] #button-wishlist {
  margin: 0;
}

html[dir="rtl"] #button-wishlist {
  margin: 0;
}
@media (max-width: 767px) {
  .wishlist_compare {
    display: block;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
  }
  html[dir="rtl"] .wishlist_compare {
    margin: 0;
  }

  html[dir="ltr"] .wishlist_compare {
    margin: 0;
  }
  html[dir="ltr"] #button-wishlist {
    margin: 0;
  }

  html[dir="rtl"] #button-wishlist {
    margin: 0;
  }
}

.pro-rating {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.pro-rating .stars {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #bdbdbd;
}
.pro-rating .stars i ~ i {
  margin-inline-start: 1px;
}
.pro-rating .stars .active {
  color: #fdd42e;
}
.pro-rating span {
  display: flex;
  align-items: center;
  margin-inline-start: 9px;
  font-size: 14px;
  color: var(--text-color);
}
.pro-rating a {
  color: var(--secondery-color);
}
.pro-rating a:hover {
  color: var(--primary-color);
}

ul.list-unstyled.list-inline.prodprices {
  margin: 0;
  padding-bottom: 29px;
}
ul.list-unstyled.list-inline.prodprices > li {
  margin: 0;
}
ul.list-unstyled.list-inline.prodprices > li ~ li {
  margin-inline-start: 9px;
}
.prodprices h3 {
  font-weight: 300;
  color: #616161;
}

.product_options {
  margin: 0;
  border: none;
  padding-top: 29px;
  padding-bottom: 55px;
}
.product_options h3 {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  margin: 0;
  margin-bottom: 20px;
}
#product .control-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  margin: 0;
  padding: 0 18px;
  margin-bottom: 8px;
}

.product_options .form-control {
  margin: 0;
  min-height: 40px;
  width: 100%;
  max-width: 360px;
}
.product_options .form-group {
  margin: 0 0 19px;
}
.product_options .form-group:last-of-type {
  margin: 0;
}
.advanced_radio input + span > span.opt-price,
.advanced_checkbox input + span > span.opt-price {
  color: var(--primary-color);
  margin-inline-start: 3px;
}
.advanced_radio input + span > span.opt-sku,
.advanced_checkbox input + span > span.opt-sku {
  color: #878787;
  margin-inline-start: 3px;
}
.advanced_radio input + span,
.advanced_checkbox input + span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advanced_radio input:checked + span > span.opt-price,
.advanced_checkbox input:checked + span > span.opt-price {
  color: #fff;
}
.advanced_radio input:checked + span > span.opt-sku,
.advanced_checkbox input:checked + span > span.opt-sku {
  color: #e5e5e5;
}
.product_flexbox {
  border-color: #f0f0f0;
  margin: 0;
  padding: 20px 0 0;
}
.quantity_box {
  margin-inline-start: 10px;
}
.product_flexbox #input-quantity {
  min-height: 40px;
  width: 140px;
  margin: 0;
  border-color: #d6d6d6;
  font-size: 16px;
  color: var(--text-color);
}

.product_flexbox .quantity_control {
  color: #858585;
  font-size: 22px;
  display: flex;
  padding: 0;
}
.product_flexbox .quantity_control:hover {
  color: var(--primary-color);
}

html[dir="rtl"] .product_flexbox #qbtn-plus {
  right: 17px;
}

html[dir="rtl"] .product_flexbox #qbtn-min {
  left: 17px;
}

html[dir="ltr"] .product_flexbox #qbtn-plus {
  left: 17px;
}

html[dir="ltr"] .product_flexbox #qbtn-min {
  right: 17px;
}

#button-cart {
  height: 40px;
  width: 183px;
  font-size: 16px;
  background-color: var(--secondery-color);
}
#button-cart:hover {
  background-color: var(--primary-color);
}
#button-cart i,
#button-cart span {
  font-size: 24px;
}
html[dir="ltr"] #button-cart span,
html[dir="ltr"] #button-cart i {
  margin-right: 10px;
}

html[dir="rtl"] #button-cart span,
html[dir="rtl"] #button-cart i {
  margin-left: 10px;
}

.tab-description {
  text-align: center;
  margin-top: 70px;
  background-color: #f7f7f7;
  padding: 38px 50px 45px;
}
@media (max-width: 767px) {
  .tab-description {
    margin-top: 50px;
    padding: 20px 15px 25px;
  }
}
.description-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0 0 15px;
}
.description-paragraph *,
.description-paragraph {
  font-size: 18px;
  color: rgb(128, 128, 128);
  line-height: 2;
  text-align: center;
  margin: 0;
}
.tab-review,
.tab-specification {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .tab-description,
  .tab-specification {
    margin-top: 50px;
  }
}
.review-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0 0 20px;
}
.review-title span {
  color: var(--secondery-color);
}
#review {
  margin: 0;
}

#review .table-bordered > thead > tr > th,
#review .table-bordered > tbody > tr > th,
#review .table-bordered > tfoot > tr > th,
#review .table-bordered > thead > tr > td,
#review .table-bordered > tbody > tr > td,
#review .table-bordered > tfoot > tr > td {
  border-color: #ddd;
}
#review .table {
  margin-bottom: 12px;
}
#review .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
#review .table-bordered > tbody > tr > th {
  padding-inline: 22px;
  font-size: 14px;
}
#review th > strong {
  font-size: 16px;
  font-weight: 400;
}
#review .table-bordered > tbody > tr > td {
  padding: 23px 25px 35px;
}
#review p {
  font-size: 16px;
  color: rgb(128, 128, 128);
  line-height: 1.875;
  word-break: break-all;
}
#review .stars {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #bdbdbd;
  margin: 14px 0 0;
}
#review .stars i ~ i {
  margin-inline-start: 1px;
}
#review .stars .active {
  color: #fdd42e;
}

#form-review {
  margin-top: 50px;
}
#form-review .form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stars-input {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #form-review .form-footer {
    flex-direction: column;
  }
  .stars-input {
    margin-bottom: 15px;
  }
}
.stars-input .control-label {
  margin: 0;
  padding: 0;
}
.stars-input .ratestars {
  display: flex;
  align-items: center;
  padding: 0;
  padding-inline-start: 12px;
}
#form-review .revstar {
  margin: 0;
  font-size: 36px;
  color: #d7d7d7;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 2px;
}

#form-review .revstar:hover,
#form-review .revstar:hover ~ .revstar {
  color: #fdd42e;
}
#form-review input:checked ~ label {
  color: #fdd42e;
}

.tags-cont {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.tags-cont > span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  flex-shrink: 0;
}

html[dir="ltr"] .tags-cont > span {
  margin-right: 14px;
}

html[dir="rtl"] .tags-cont > span {
  margin-left: 14px;
}

.tags-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tags-links > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0 11px;
  color: #fff;
  height: 22px;
  background-color: var(--primary-color);
  font-size: 12px;
  font-weight: bold;
  transition: 0.3s;
  margin: 3px;
  border-radius: 11px;
}

.tags-links > a:hover,
.tags-links > a:focus {
  background-color: var(--secondery-color);
  color: #fff;
}

#xs-button-cart {
  margin: 40px -20px 0;
  width: calc(100% + 40px);
}
#xs-button-cart > i {
  font-size: 24px;
}

.product_data {
  background-color: #fafafa;
  padding: 20px 28px;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product_data.min-h {
  min-height: 160px;
}

.product_data > li > span {
  font-size: 15px;
  width: 150px;
}

.product_data > li {
  font-size: 15px;
  color: var(--text-color);
  margin: 0;
  padding-bottom: 7px;
}
.product_data > li:last-of-type {
  padding-bottom: 0;
}

.product_data > li > a {
  font-size: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product_data .manufacturer {
  position: absolute;
  top: 20px;
}

.product_data .manufacturer .manufacturer_img {
  height: 90px;
  width: 90px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ededf0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.product_data .manufacturer .manufacturer_img img {
  max-width: 100%;
}

html[dir="ltr"] .product_data .manufacturer {
  right: 20px;
}

html[dir="rtl"] .product_data .manufacturer {
  left: 20px;
}

@media (max-width: 991px) {
  .product_data .manufacturer {
    width: 100%;
    position: static;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

ul.result_search .search-name-cont img {
  width: 40px;
  height: 40px;
}

/* ///////////////////// */
#product .control-label {
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
}
.custom_opt_select {
  margin-bottom: 16px;
}
.custom_opt_select:last-of-type {
  margin: 0;
}
.custom_opt_select label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.custom_opt_select .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #dedede;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-inline-end: 10px;
}
.custom_advanced_radio .checkmark {
  border-radius: 50%;
}
.custom_advanced_checkbox .checkmark {
  border-radius: 2px;
}
.custom_opt_select .checkmark i {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s all;
}

.custom_advanced_radio .checkmark i {
  width: 11px;
  height: 11px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.custom_advanced_checkbox .checkmark i {
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}

.custom_opt_select input {
  display: none;
}
.custom_opt_select input:checked ~ .checkmark > i {
  opacity: 1;
  transform: scale(1) rotate(360deg);
}
.custom_advanced_checkbox input:checked ~ .checkmark {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.custom_opt_select h6 {
  margin: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--text-color);
}
.custom_opt_select .opt-price,
.custom_opt_select .opt-sku {
  margin-inline-start: 10px;
}
.custom_opt_select .opt-price {
  color: var(--primary-color);
}
.custom_opt_select .opt-sku {
  color: #939393;
}
.curreny_icon{
  fill: currentColor; 
  vertical-align: middle; 
}
.prodprices h2 .curreny_icon{
  width: 22px;
  height: 22px;
}
.prodprices h3 .curreny_icon{
  width: 18px;
  height: 18px;
}