.footer-menu-iqbal {
  padding-bottom: 10px !important;
}
ul.offerul {
  padding-left: 0px;
}

.block.footer-widget-2 {
  justify-content: flex-end !important;
}
@media only screen and (max-width: 767px) {
  .wc-tabs > li {
    margin-left: 15px;
  }
  wc-tabs > li > a {
    font-size: 10px;
    line-height: 1;
  }
  /* 	.vertical-menu-slider-category-with-features {
		display: none;
	} */
}

.shipping_address h3.form-title {
  clear: both;
  display: none;
}
.primary-nav-inner {
  text-align: center;
  display: flex;
  justify-content: center;
}

a.header-logo-link img {
  width: 300px;
  height: auto;
  opacity: 1;
  display: block;
  max-width: 300px !important;
  z-index: 999999;
  background: transparent !important;
}
.container,
.site-content-inner div#primary,
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1400px !important;
}
@media only screen and (min-width: 768px) {
  .whitelogo {
    display: none !important;
  }
  /* .home .colorlogo{
            display: none;
    }
    .home .whitelogo{
            display: block !important;
    } */
}
@media only screen and (max-width: 767px) {
  .handheld-header {
    align-items: center !important;
    padding-bottom: 5px;
  }
  a.header-logo-link img {
    width: 150px;
  }
  .site-branding {
    display: flex;
    align-items: center;
  }
}

.brand-wraper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  /* grid-gap: 20px; */
  justify-content: center;
  align-items: center;
}

.single-brand {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .brand-wraper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .single-brand {
    padding: 5px;
  }
  .footer-widgets.row-1.col-3.fix > div:nth-child(2) {
    justify-content: center !important;
  }

  .footer-widgets.row-1.col-3.fix > div:nth-child(3) li {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  li.product-category.product.last.monitor {
    display: block !important;
  }
}
.htslider-item-img.single-slide-item {
  height: auto !important;
}

.htslider-item-img.single-slide-item * {
  padding: 0px !important;
  height: auto;
}

.htslider-desc {
  margin: 0px !important;
}
.htslider-desc p {
  margin: 0px !important;
}
.home-product-categories .woocommerce-loop-category__title {
  /* font-weight: 300 !important; */
  font-size: 14px;
}

.home-product-categories .product-category > a {
  padding: 10px;
}
.techcare-plus-option {
  width: 100%;
  order: 9;
  margin-top: 20px;
  /* justify-content: center; */
}

.techcare-plus-option label {
  margin: 0px;
}

/* Container styling */
.techcare-plus-option {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

/* Label as a clickable card */
.techcare-plus-option label {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background-color: #fafafa;
  transition: all 0.3s ease;
}

/* Hover effect for label */
.techcare-plus-option label:hover {
  background-color: #f0fff0;
  border-color: #45b44d;
}

/* Hide default checkbox */
.techcare-plus-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-right: 15px;
  transition: all 0.3s ease;
}

/* Checkbox hover effect */
.techcare-plus-checkbox:hover {
  border-color: #45b44d;
}

/* Checkbox tick style when checked */
.techcare-plus-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid #45b44d;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Highlight label when checkbox is checked */
.techcare-plus-checkbox:checked + span,
.techcare-plus-checkbox:checked ~ span,
.techcare-plus-checkbox:checked {
  background-color: #e6f9e6;
  border-color: #45b44d;
}

.summary-details {
  /* max-height: 600px; */
  overflow-y: auto; /* Add vertical scrollbar if content exceeds max-height */
  padding-right: 10px; /* Optional: prevent scrollbar from overlapping content */
  box-sizing: border-box; /* Include padding in height calculation */
}

/* Optional: style the scrollbar for modern browsers */
.summary-details::-webkit-scrollbar {
  width: 8px;
}

.summary-details::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.summary-details::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.summary-details::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.cfvsw-label-none table.variations tr th.label {
  display: block !important;
}
.single-product .single-product-summary-inner form.cart .variations tbody {
  display: block !important;
}
.single-product .single-product-summary-inner form.cart .variations tbody > tr {
  max-width: 100% !important;
}
.woocommerce-product-details__short-description-wrapper {
    display: none;
}

.summary-last-detail {
    display: none;
}

.single-product .single-product-summary-inner form.cart {
    border-bottom: none !important;
}
.summary-details {
    overflow: hidden;
}
a.reset_variations {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f2f2f2;
    color: #333;
    text-decoration: none;
    margin-left: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
}

a.reset_variations:hover {
    background: #ff4d4d;
    color: #fff;
}
a.reset_variations::after {
    content: "Clear selection";
    position: absolute;
    opacity: 0;
    background: #000;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
    transform: translateY(-150%);
    transition: opacity 0.3s;
}

a.reset_variations:hover::after {
    opacity: 1;
}
span.variation-clear-icon i {
    font-size: 35px;
}
.single-product-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.summary-details {
    order: 1;
}

.price-details {
    order: 2;
}

.summary-details {
    padding-bottom: 0px !important;
    border-bottom: 1px solid #cacaca !important;
}
.cfvsw-swatches-option .cfvsw-swatch-inner {
    line-height: 1.2 !important;
}




.price del * {
    color: #b4b4b4 !important;
}

.price del {
    color: #b4b4b4 !important;
}
.techcare-plus-option {
    /* order: 10; */
    width: 100%;
}

.iq-update-price-call {
    order: 8;
    width: 100%;
}

.iq-update-price-call a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: #45b44d;
    min-height: 60px;
    border-radius: 5px;
    color: #fff!important;
    font-size: 20px;
    padding: 10px;
}
@media only screen and (max-width: 767px){
	.iq-update-price-call a {
        font-size: 16px;
    }
}
ul.features .feature-thumbnail i.iq-shipping-icon{
    background: url(https://rajshahitech.com/wp-content/themes/tokoo/assets/images/fast-delivery.png) !important;
        background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

ul.features .feature-thumbnail i.fas.fa-shield-alt{
    background: url(https://rajshahitech.com/wp-content/themes/tokoo/assets/images/shop.png) !important;
        background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

ul.features .feature-thumbnail i.fas.fa-lock{
    background: url(https://rajshahitech.com/wp-content/themes/tokoo/assets/images/security.png) !important;
        background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

ul.features .feature-thumbnail i.fas.fa-credit-card{
    background: url(https://rajshahitech.com/wp-content/themes/tokoo/assets/images/credit-card.png) !important;
        background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

ul.features .feature-thumbnail i {
    width: 40px !important;
    height: 40px !important;
    display: flex;
}

@media only screen and (max-width: 767px){
    .single-product .single-product-summary-inner .woocommerce-variation-price .price {
        font-size: 16px !important;
    }
    .cfvsw-swatches-option .cfvsw-swatch-inner {
    font-size: 10px;
    line-height: 1 !important;
    height: 25px;
    width: auto;
    min-width: 25px;
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
    padding: 5px 10px !important;
}

.cfvsw-swatches-option.cfvsw-selected-swatch {
    padding: 0px !important;
    /* height: 25px; */
}

.techcare-plus-option {
    font-size: 12px !important;
}

.iq-update-price-call a {
    font-size: 12px;
    height: 50px !important;
    min-height: 40px;
}

.techcare-plus-option label {
    padding: 10px !important;
}

}