/*
Theme Name: Handlavet Child
Theme URI: https://handlavet.qodeinteractive.com
Description: A child theme of Handlavet Theme
Author: Edge Themes
Author URI: https://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: handlavet
Template: handlavet
*/
.edgtf-woo-single-page.edgtf-woo-single-thumb-on-left-side .edgtf-single-product-content .images .woocommerce-product-gallery__image:first-child {
    left: 100px !important;
    width: calc(100% - 201px);
}
.edgtf-woo-single-page .edgtf-single-product-content .images {
    background-color: #f3f3f3 !important;
}
.yith-wcqv-button:after{
  display:none !important;
  content:none !important;
}
/* Quitar icon font roto (Linearicons-Free) del select2 */
.select2-container--default .select2-selection--single .select2-selection__arrow b:before{
  content: none !important;
}

/* Dibujar una flecha con CSS (sin fuentes) */
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-top: 6px;
}
/* 1) FIX: Select2 flecha (evita icon-font Linearicons-Free que ahora sale como □) */
.select2-container--default .select2-selection--single .select2-selection__arrow b:before{
  content: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-top: 6px;
}

/* 2) (Opcional) Quitar cuadradito del Quick View de YITH si aún aparece en algún sitio */
.yith-wcqv-button:after{
  content: none !important;
  display: none !important;
}
