/* ####################################################################
SELECT 2 CSS CONFIG: START
#################################################################### */
body.ecommerce  .form-control.select2-container {
    border: 0 !important;
    padding: 0 0 0 0 !important;
}
body.ecommerce .form-control.select2-container .select2-choice {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    height: auto !important;
    line-height: 1.5rem !important;
    background: transparent !important;
    box-shadow:none !important;
    border-radius: var(--bs-form-border-radius) !important;
    border: solid 1px var(--bs-form-border-color);
}
body.ecommerce .form-floating .form-control.select2-container .select2-choice {
    padding: 1.625rem 2.25rem 0.625rem 0.75rem;
    line-height: 1.25rem !important;
}
body.ecommerce .form-control.select2-container.select2-dropdown-open .select2-choice {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
body.ecommerce .form-control.select2-container.select2-drop-above .select2-choice {
    border-radius: 0 0 var(--bs-form-border-radius) var(--bs-form-border-radius) !important;
}
body.ecommerce .form-control.select2-container .select2-choice .select2-arrow {
    border:none !important; 
    background: transparent !important;
    color:#000 !important;
    margin-right: .5rem;
}
body.ecommerce .form-control.select2-container.select2-container-disabled .select2-choice {
    background:#eee !important;
}
body.ecommerce .form-control.select2-container.select2-container-active {
   box-shadow: var(--bs-form-focus-shadow) !important;
   border-color: #f00 !important;
}
body.ecommerce .form-control.select2-container.select2-dropdown-open {
    /*
    clip-path: inset(-25rem -.25rem .09rem -.25rem);
    */
}
body.ecommerce .form-control.select2-container.select2-container-active .select2-choice ,
body.ecommerce .form-control.select2-container.select2-dropdown-open .select2-choice {
	border-color: var(--bs-form-border-color-focus)!important;
}
body.ecommerce .select2-drop-active {
    border-color: var(--bs-form-border-color-focus) !important;
    border-radius: 0 0 var(--bs-form-border-radius) var(--bs-form-border-radius);
    /*
    box-shadow: var(--bs-form-focus-shadow);
    clip-path: inset(0 -.25rem -.25rem -.25rem);
    */
}
body.ecommerce .select2-results .select2-result-label {
	padding:7px 5px !important;
}
body.ecommerce .select2-results .select2-no-results,
body.ecommerce .select2-results .select2-searching,
body.ecommerce .select2-results .select2-selection-limit {
	background: var(--dgl-bs-white) !important;
	color:#888 !important;
	padding:7px 5px !important;
}
body.ecommerce .select2-drop .select2-search input {
    background: none !important;
}
body.ecommerce .select2-drop .select2-search:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    opacity: .5;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 0.625rem;
    font-size: 1rem;
}
body.ecommerce .select2-container .select2-choice .select2-arrow b {
    background: none;
	display: flex;
	align-items: center;
}
body.ecommerce .select2-container .select2-choice .select2-arrow b:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-weight: 300;
    background: none;
	font-size: 22px;
}
body.ecommerce .form-control.select2-container.select2-dropdown-open.inputError {
    box-shadow: 0 0 0 3.5px rgba(255, 0, 0, .9) !important;
}

@media (max-width: 767px) {
	body.ecommerce {
        hyphens: auto;
	}
	body.ecommerce .form-control.select2-container {
		height: auto !important;
	}
	body.ecommerce .form-control.select2-container.select2-allowclear {
		width: calc(100% - 42px);
	}
    body.ecommerce .form-control.select2-container .select2-choice {
        height: auto !important;
        overflow:visible !important;
    }
    body.ecommerce .form-control.select2-container.select2-allowclear .select2-choice abbr {
        position:absolute;
        top:-1px;
        right:-42px;
        height:36px;
        width:36px;
        background:transparent;
        border:solid 1px var(--bs-form-border-color);
        text-align:center;
        box-sizing:border-box;
    }
    body.ecommerce .form-control.select2-container.select2-allowclear .select2-choice abbr:before {
        content:"\f12d";
        font-family:"FontAwesome";
        font-size:20px;
    }
	body.ecommerce .select2-search:before {
		position:absolute;
		right:10px;
		top:50%;
		transform:translate(0,-50%);
		content: "\f002";
		font-family:"FontAwesome";
		font-size:18px;
		color:#aaa;
	}
    body.ecommerce .select2-search input {
        height:36px !important;
        line-height:36px !important;
        background:transparent !important;
        padding-top:0;
        padding-bottom:0;
        font-size:18px;
    }
    body.ecommerce ul.select2-results>li {
        font-size:16px;
    }
    body.ecommerce ul.select2-results>li.select2-result-label {
        font-size:18px;
    }
	body.ecommerce .select2-container .select2-choice .select2-arrow b {
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
		height:auto;
		width:auto;
		background:transparent;
	}
    body.ecommerce .select2-container .select2-choice .select2-arrow b:before {
        font-family:FontAwesome;
        content:"\f107";
        font-size:18px;
        color:#999;
    }
    body.ecommerce .select2-dropdown-open .select2-choice .select2-arrow b:before {
        font-family:FontAwesome;
        content:"\f106";
        font-size:18px;
        color:#999;
    }

    .price-button {
        justify-content: space-between;
    }
    .price-button>.pi-price  {
        flex: 0;
        flex-direction: column;
        gap: 0;
    }
    .ecommerce .breadcrumb {
        display: none !important;
    }
    nav>ul.pagination>.page-item:not(.naviArrow):not(.currentPageLi) {
        display: none !important;
    }
    .btn-generi-item {
        padding: .5rem !important;
    }
    .fixed-owl-item .btn-generi-item i {
        display: none;
    }
  
}

/* ####################################################################
SELECT 2 CSS CONFIG: END
#################################################################### */
