@charset "utf-8";
@charset "utf-8";
/* CSS Document */
body * {
    font-family: 'Figtree', sans-serif;
    color: #072D4E;
}
h1, h2, h3, h4, h5, h6, h7 {
    color: #072D4E;
}
h1 {
    font-weight: 600;
}
a {
    color: #212529 !important;
}
.header-logo img {
    height: 34px;
}
footer {
    margin-top: 60px;
}
.asideFilters
{
    font-size: 0.9rem;
}
.prodFeatures
{
    font-size: 0.9rem;

}
.textboxcommon {
    height: 132px !important;
}
.col-formhelp {
    position: relative;
}
.homepageMainContainer
{
    background-image:url(/images/hp_01.jpg);
    background-repeat:no-repeat;
    background-size: 100% 430px;
}
.editable-price {
    cursor: pointer;
    position: relative;
    padding-right: 20px; /* espacio para el ícono */
    display: inline-block;
}

.editable-price:hover::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f044"; /* icono fa-edit */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    color: #6c757d; /* gris */
}

.catsList {
    list-style: none;          /* sin viñetas */
    padding: 0;
    margin: 0;
    display: flex;             /* pone los <li> en fila */
    flex-wrap: wrap;           /* permite que pasen a la siguiente línea si no entran */
    justify-content: left;   /* centra horizontalmente */
}

.div_formhelp {
    position: absolute;
    display: none;
}
.container {
    margin-top: 2rem;
}
.prodImgThumb {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:.25rem;
    background-position: center;
}
.prodImgThumb {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:.25rem;
    background-position: center;
}
.prodImgThumbMedium {
    width: 180px;
    height: 180px;
}
.prodImgThumbSmall {
    width: 60px;
    height: 60px;
}
.prodImgList > div {
    position: relative;
    border: 1px solid transparent;
}
.picActions {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 40px;
    margin: -30px 0 0 -40px;
    text-align: center;
    box-sizing: border-box;
    display: none;
}
.picActions i {
    font-size: 1.2rem;
    margin: 0 0.2rem;
}
.imgUploadPanel {
    border: 2px dashed #b5b5b5;
}
.uploadLogo {
    cursor: pointer;
}
.btn-primary {
    color: #fff !important;
    background-color: #ef5b24 !important;
    border-color: #ef5b24 !important;
}
.greycontainer-desktop {
    background-color: #E5E5E5;
    display: flex;
}
.headercontainer {
    background-color: #EDEDED;
    display: flex;
}
.eatfootermargin {
    margin-bottom: -60px !important;
}
.editcontainer, .tableitemslist {
    background-color: #ffffff;
    padding: 40px 30px !important;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 15%);
    font-family: Proxima Nova, -apple-system, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.adminbody {
    background-color: #F5F5F5;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #F5F5F5 !important;
}
.nav-tabs .nav-link {
    border-bottom: 0 !important;
}
.nav-link.active {
    position: relative;
}
.nav-link.active:after {
    height: 3px;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    transition: height .15s ease-in-out;
    background-color: #ef5b24;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}
.search-tabs.nav-tabs .nav-item.show .nav-link, .search-tabs.nav-tabs .nav-link.active {
    background-color: #ffffff !important;
}
.search-tabs.nav-tabs .nav-link {
    border-bottom: 0 !important;
}
.search-tabs .nav-link.active {
    position: relative;
    font-weight: 500;
}
.search-tabs .nav-link.active:after {
    height: 0;
}
.search-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #dee2e6 !important;
}
.topnotice {
    background-color: #072D4E;
    color: #fff;
}
.mainsearch {
    background-size: cover;
    background-position: center;
    background: linear-gradient(0deg, rgba(7 45 78 / 54%), rgba(7 45 78 / 69%)), url(/images/topbanner_1.jpg);
    /*	height: 280px;*/
}
.mainsearchcontainer {
    background-color: #ffffff;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15);
    margin: 0 auto;
    display: inline-block;
    min-width: 460px;
    width:100%;
}
.mainsearchselect {
    width: 50% !important;
    display: inline-block !important;
}
.mainsearchcol span.select2 {
    display: inline-block !important;
}
.borderradius-xl {
    border-radius: 0.75rem !important;
}
.bg-dark {
    background-color: #df3b09 !important;
}
.favLink {
    text-decoration: none;
    padding: 1rem;
    border-top: 1px solid #ccc;
    display: block;
}
.productsList {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.productItem {
    background-color: #ffffff;
    text-decoration: none;
    flex: 1 1 0px;
    text-align: center;
    padding: 0 0 30px 0;
    transition: transform ease 0.3s, box-shadow ease 0.3s;
    width: 340px;
    min-width: 260px;
    max-width: 340px;
}
.productItem:hover {
    box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.19);
    -webkit-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.19);
}
.productItem-sm {
    width: 260px;
    min-width: 210px;
    max-width: 260px;
    padding: 0 0 20px 0;
}
.productItem-sm .productItemThumb {
    height: 190px !important;
}
.productItemThumb {
    width: calc(100%);
    height: 260px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}
.productItemThumbFavlist {
    height: 90px !important;
    margin-bottom: 0px;
}
.productItem-sm .productItemThumbFavlist {
    height: 130px !important;
}
.productsContainer {
    padding: 0;
    margin: 2rem 0 0 0;
}
.catName {
    font-size: 0.8rem;
/*    color: #999999;*/
    padding: 0 20px;
}
.companyName {
    font-size: 0.8rem;
    color: #999999;
    padding: 0 20px;
}
.prodName {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0 10px;
}
.productItem-sm .prodName {
    font-size: 1rem;
}
.filterItem {
    border: 2px solid #ef5b24;
    border-radius: 23px;
    padding: 6px 12px;
    display: inline-block;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 600;
    color: #ef5b24 !important;
}
.filterItem:hover {
}
.filterItem.active {
    border: 2px solid #ef5b24;
    background-color: #ef5b24 !important;
    color: #ffffff !important;
}
.filterItem + .filterItem {
    margin: 0 0 6px 2px;
}
.navbarShadow {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
}
.select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.5em + 1.8rem + 2px) !important;
    padding: 1rem 2.25rem 1rem .75rem !important;
}
.select2-container--bootstrap-5 .select2-selection--single {
    background-position: right 0.75rem center !important;
}
footer * {
    color: #f8f9fa;
}
.carousel-item {
    height: 550px;
}
.carousel-item img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel-indicators [data-bs-target] {
    background-color: #ef5b24;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0,0,0,0.5);
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80% 80%;
}
.lightbox .lb-image {
    border-radius: 0 !important;
    border: none !important;
}
.backgroundfadeDiv {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 10000000;
    position: fixed;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    min-height: 100%;
    filter: alpha(opacity=90);
}
.DivPopup {
    width: 800px;
    height: auto;
    min-height: 300px;
    background-color: #FFF;
    position: fixed;
    left: 50%;
    margin-left: -420px;
    top: 8%;
    display: none;
    z-index: 10000000000000000000;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.modal-content {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    display: block;
}
.closeModal {
    cursor: pointer;
}
.closeModal i {
    font-size: 1.5rem;
}
.rounded {
    border-radius: 0.45rem!important;
}
.prinfoTable td {
    padding: 0.45rem;
}
.prinfoTable tr:nth-child(odd) {
    background: #f5f5f5;
}
.prinfoTable tr:nth-child(even) {
    background: #FDFDFD;
}
.prinfoTable tr:nth-child(odd) td:first-child {
    background: #EBEBEB;
}
.prinfoTable tr:nth-child(even) td:first-child {
    background: #F5F5F5;
}
.select-invisible {
    border: 1px solid transparent;
}
.select-invisible:hover, .select-invisible:focus {
    border: 1px solid #ced4da;
}
.productBadge {
    width: 140px;
    height: 32px;
    background: #7c7c7c;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    vertical-align: middle;
    z-index: 1;
    text-transform:uppercase;
    border-radius: 0 0 12px 0;
    text-align: center;
}
.badgeSold {
    background: #c50e52;
}
.badgeReserved {
    background: #fb8b18;
}
.badgeUsed {
    background: #0c7071;
}
.badgeReburbished {
    background: #00539d;
}
.productBadge p {
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    line-height: 2rem;
}
.badgeContainer {
    position: absolute;
    overflow: hidden;
    padding: 20px;
    width: 140px;
    height: 32px;
}
.badgeContainerSmall {
    position: absolute;
    overflow: hidden;
    padding: 0;
    width: 100px;
    height: 32px;
    border-radius: 5px 0 8px 0;
    top: 0;
}
.productBadgeSmall {
    width: 100px;
    height: 32px;
    top: 0;
    left: 0;
    line-height: 1.5em;
}
.productBadgeSmall p {
    font-weight: 500;
    font-size: 0.7rem;
}
.loginContainer {
    background-color: #ebebeb;
    margin-bottom: -60px;
}
.loginBg {
    background-color: #ffffff;
    border-radius: 0.7rem;
}
.searchLhs {
    font-size: 0.9rem;
    line-height: 1.8;
}
.searchLhs a {
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #ef5b24;
}
.priceList {
    width: 160px;
    cursor: pointer;
    position: relative;
}
.priceList:hover::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f044";
    position: absolute;
    right: 0;
}
.priceListEdit {
    display: none;
}
.quick_prod_price {
    text-align: center;
}
.prodfavIcon, .prodfavIconActive {
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
}
.prodfavIcon::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    content: "\f004";
    color: #c5c5c5;
}
.prodfavIconActive::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f004";
    color: inherit;
}
.favsDiv {
    right: 10px;
    width: 26rem;
    max-height: 560px;
    overflow: auto;
    box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.40);
    -webkit-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.40);
    -moz-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.40);
    border: 0;
}
.dropdown-menu {
    box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.40);
    -webkit-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.40);
    -moz-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.40);
    border: 0;
}
.mobilefooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    z-index: 11111111111;
}
.mobilefooter a {
    display: inline-block;
    color: #ffffff !important;
    height: 65px;
    box-sizing: border-box;
    padding: 14px 0 0 0;
    font-size: 0.6rem;
    text-decoration: none;
    width: 70px;
}
.mobilefooter a i {
    color: #ffffff !important;
    font-size: 1.3rem;
}
.brandMenuList {
    float: left;
    clear: none;
    width: 160px;
    height: 190px;
    text-align: center;
    white-space: unset;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    margin: 0 -1px -1px 0;
    padding: 0 6px;
    line-height: 1.2;
    color: #072D4E !important;
}
.brandMenuList:hover {
    background-color: transparent;
}
.brandMenuList span {
    font-size: 0.9rem;
    color: #072D4E;
}




.newsItem-sm {
    width: 260px;
    min-width: 210px;
    max-width: 260px;
    padding: 0 0 20px 0;
}

.newsItem {
    background-color: #ffffff;
    text-decoration: none;
    flex: 1 1 0px;
    padding: 0;
    margin: 0 0 16px 0;
    transition: transform ease 0.3s, box-shadow ease 0.3s;
    width: 100%;
    min-width: 260px;
    display:inline-block;
    border-radius:3px;
}
.morenewsItem {
    text-decoration: none;
    flex: 1 1 0px;
    padding: 0;
    width: 100%;
    min-width: 260px;
    display:inline-block;
    border-top:1px solid #ccc;
}
.newsItemSize_1 {
    background-color: #ffffff;
    text-decoration: none;
    flex: 1 1 0px;
    transition: transform ease 0.3s, box-shadow ease 0.3s;
    width: 100%;
    min-width: 260px;
    display:inline-block;
}

.newsListImg {
    width: 100%;
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto 3px auto;
    border-radius:3px 3px 0 0;
}
.newsItemSize_2 h2 {
    font-size:26px;
}
.newsItemSize_1 > .newsListImg {
    height: 530px;
}
.newsItemSize_2 > .newsListImg {
    height: 210px;
}


.newsItemContent
{
    padding:24px 42px;
}

.morenewsItemContent
{
    padding:14px 0;
}
.morenewsItemContent h4
{
    font-size:18px;
}
.newsList {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.newsImg {
    width: 100%;
    height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px 0;
    border-radius:3px;
}
.newsContent
{
    line-height:1.8;
}
.brandMenuListImg {
    width: 90px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto 3px auto;
}
.brandsList {
    min-width: 180px;
    height: 160px;
    text-align: center;
    white-space: unset;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    margin: 0 -1px -1px 0;
    transition: transform ease 0.3s, box-shadow ease 0.3s;
}
.brandsList:hover {
    box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.19);
    -webkit-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.19);
}
.brandsList span {
    color: #959595;
    padding: 0 5px;
}
.brandsListImg {
    width: 110px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto 3px auto;
}
.navbar .megamenu {
    padding: 1rem;
}
.prod_brandImg {
    /*	float: right;*/
    width: 90px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}
.stepIndicator a {
    text-decoration: none;
}
.stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
    text-align: center;
}
.stepIndicator.active {
    font-weight: 600;
}
.stepIndicator.finish {
    font-weight: 600;
    color: #00c7b5;
}
.stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #d5efed;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}
.stepIndicator.active::before {
    background-color: #bdf5f1;
    border: 3px solid #d5f9f6;
}
.stepIndicator.finish::before {
    background-color: #00c7b5;
    border: 3px solid #b7e1dd;
}
.stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}
.stepIndicator.active::after {
    background-color: #bdf5f1;
}
.stepIndicator.finish::after {
    background-color: #00c7b5;
}
.stepIndicator:last-child:after {
    display: none;
}
.VerifiedBadge {
    color: #4bc5ff;
    font-size: 2rem;
}
.icon-green {
    color: #50bb00;
}
.smallText {
    font-size: 0.8rem;
}
.social .fbtn {
    width: 50px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    line-height: 18px;
    float: left;
    font-size: 1.3rem;
}
.social .fa {
    padding: 15px 0px
}
.facebook {
    background-color: #3b5998;
}
.whatsapp {
    background-color: #25D366;
}
.facebook i, .whatsapp i {
    color: #ffffff !important;
}
.share-button.sharer {
    float: right;
    display: inline-block;
    height: 20px;
}
.share-button.sharer button {
    font-size: 1.5rem;
    background-color: transparent;
    box-shadow: none;
}
.share-button.sharer button i {
    color: #8d8d8d;
}
.share-button.sharer .social.active.top {
    transform: scale(1) translateY(-10px);
}
.share-button.sharer .social.active {
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}
.share-button.sharer .social.networks-5 {
}
.share-button.sharer .social.top {
    margin-top: -80px;
    transform-origin: 0 0 0;
}
.share-button.sharer .social {
    margin-left: -65px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}
.CaptchaImg {
    height: 58px;
}
.topsearchinput
{
    width: 120px;
    border-radius: 0.25rem 0 0 0.25rem;
}
.whiteText, .whiteText *
{
    color:#ffffff !important;
}
.accentText
{
    color:#ef5b24 !important;
}
span.keeptogether {
    white-space: nowrap ;
}
.topsearchinput {
    border-radius: 0.25rem 0 0 0.25rem;
}
.alert {
    border: none;
}

.sortable-placeholder {
    border: 2px dashed #007bff;
    background: #e9ecef;
    min-height: 150px;
    margin-bottom: 15px;
    display: inline-block;
}

.dropzone
{
    border: dashed 2px !important;
    border-color: #ccc !important;
}

.dropzone:hover {
    background-color: aliceblue !important;
}
.ui-sortable-helper {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
    z-index: 1000;
}
.row.ui-sortable .picture-item
{
    position: relative;
    width: auto;
    cursor: move;
}
.row.ui-sortable .picture-item .pictureActions
{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 3px;
    border-radius: 30px;
    position: absolute;
    top: 12px;
    right: 12px;
    display: none;
}
.row.ui-sortable .picture-item:hover .pictureActions
{
    display: inline-block;
}
.row.ui-sortable img.img-fluid
{
    height: 200px;
}
.row.ui-sortable .delete-picture
{
}



/* Thumbnail indicators for Bootstrap carousel */
#carouselProduct .carousel-thumbs {
    position: static;            /* Important: take them out of absolute overlay */
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: left;
    overflow-x: hidden;
    padding: 0 12px 6px 12px;
}

#carouselProduct .carousel-thumbs [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;              /* Override default indicator style */
    opacity: 0.6;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    flex: 0 0 auto;
}

#carouselProduct .carousel-thumbs [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#carouselProduct .carousel-thumbs .active {
    opacity: 1;
    outline: 3px solid #EF5B24;
    outline-offset: -3px;
}





.breadcrumb
{
    font-size: 0.9rem;
/*    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2 0l4 4-4 4' fill='none' stroke='%236c757d' stroke-width='1.5'/%3E%3C/svg%3E");*/

}


.breadcrumb.crumb-chevron {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8' viewBox='0 0 6 8'%3E%3Cpath fill='none' stroke='%23666' d='M1 0l4 4-4 4'/%3E%3C/svg%3E");
    padding: 0px;
}



/* ===========================
   AudioMarket "chips" (scoped)
   =========================== */

/* Base chip */
.prod-quickfacts .am-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px;
    padding: 8px 12px !important;
    border-radius: 999px !important;
    font-size: 0.875rem !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    white-space: nowrap;
    user-select: none;
    border: 1px solid transparent !important;
    text-decoration: none !important;
    transition: transform .05s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.prod-quickfacts .am-chip--link:hover { transform: translateY(-1px); }
.prod-quickfacts .am-chip--link:focus-visible {
    outline: 2px solid rgba(13, 110, 253, .35);
    outline-offset: 2px;
}

/* ---------------------------------
   SKIN: SOFT (subtle filled)
   --------------------------------- */
.prod-quickfacts--soft .am-chip--muted    { background: rgba(0,0,0,.04)!important;  border-color: rgba(0,0,0,.06)!important;  color: rgba(0,0,0,.75)!important; }
.prod-quickfacts--soft .am-chip--primary  { background: rgba(13,110,253,.10)!important; border-color: rgba(13,110,253,.18)!important; color: rgba(13,110,253,.95)!important; }
.prod-quickfacts--soft .am-chip--secondary{ background: rgba(108,117,125,.12)!important; border-color: rgba(108,117,125,.20)!important; color: rgba(108,117,125,.95)!important; }
.prod-quickfacts--soft .am-chip--success  { background: rgba(25,135,84,.12)!important;  border-color: rgba(25,135,84,.20)!important;  color: rgba(25,135,84,.95)!important; }
.prod-quickfacts--soft .am-chip--warning  { background: rgba(255,193,7,.18)!important; border-color: rgba(255,193,7,.28)!important; color: rgba(140,100,0,.95)!important; }
.prod-quickfacts--soft .am-chip--danger   { background: rgba(220,53,69,.12)!important;  border-color: rgba(220,53,69,.22)!important;  color: rgba(220,53,69,.95)!important; }
.prod-quickfacts--soft .am-chip--info     { background: rgba(13,202,240,.14)!important; border-color: rgba(13,202,240,.24)!important; color: rgba(0,120,140,.95)!important; }
.prod-quickfacts--soft .am-chip--dark     { background: rgba(33,37,41,.10)!important;   border-color: rgba(33,37,41,.18)!important;   color: rgba(33,37,41,.95)!important; }

/* ---------------------------------
   SKIN: OUTLINE (no fill)
   --------------------------------- */
.prod-quickfacts--outline .am-chip { background: transparent !important; }

.prod-quickfacts--outline .am-chip--muted     { border-color: rgba(0,0,0,.14)!important;      color: rgba(0,0,0,.75)!important; }
.prod-quickfacts--outline .am-chip--primary   { border-color: rgba(13,110,253,.35)!important; color: rgba(13,110,253,.95)!important; }
.prod-quickfacts--outline .am-chip--secondary { border-color: rgba(108,117,125,.35)!important;color: rgba(108,117,125,.95)!important; }
.prod-quickfacts--outline .am-chip--success   { border-color: rgba(25,135,84,.35)!important;  color: rgba(25,135,84,.95)!important; }
.prod-quickfacts--outline .am-chip--warning   { border-color: rgba(255,193,7,.42)!important;  color: rgba(140,100,0,.95)!important; }
.prod-quickfacts--outline .am-chip--danger    { border-color: rgba(220,53,69,.40)!important;  color: rgba(220,53,69,.95)!important; }
.prod-quickfacts--outline .am-chip--info      { border-color: rgba(13,202,240,.42)!important; color: rgba(0,120,140,.95)!important; }
.prod-quickfacts--outline .am-chip--dark      { border-color: rgba(33,37,41,.30)!important;   color: rgba(33,37,41,.95)!important; }

/* ---------------------------------
   SKIN: ELEVATED (white, shadow)
   --------------------------------- */
.prod-quickfacts--elevated .am-chip {
    background: #fff !important;
    border-color: rgba(0,0,0,.08) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.06) !important;
    color: rgba(0,0,0,.78) !important;
}

.prod-quickfacts--elevated .am-chip--muted     { border-color: rgba(0,0,0,.10)!important; }
.prod-quickfacts--elevated .am-chip--primary   { border-color: rgba(13,110,253,.22)!important; color: rgba(13,110,253,.95)!important; }
.prod-quickfacts--elevated .am-chip--secondary { border-color: rgba(108,117,125,.22)!important;color: rgba(108,117,125,.95)!important; }
.prod-quickfacts--elevated .am-chip--success   { border-color: rgba(25,135,84,.22)!important;  color: rgba(25,135,84,.95)!important; }
.prod-quickfacts--elevated .am-chip--warning   { border-color: rgba(255,193,7,.28)!important;  color: rgba(140,100,0,.95)!important; }
.prod-quickfacts--elevated .am-chip--danger    { border-color: rgba(220,53,69,.26)!important;  color: rgba(220,53,69,.95)!important; }
.prod-quickfacts--elevated .am-chip--info      { border-color: rgba(13,202,240,.28)!important; color: rgba(0,120,140,.95)!important; }
.prod-quickfacts--elevated .am-chip--dark      { border-color: rgba(33,37,41,.18)!important;   color: rgba(33,37,41,.95)!important; }












/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        border-radius: 0 0 0.25rem 0.25rem;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
    .topsearchinput
    {
        width: 190px;
    }
}
/* ============ mobile view .end// ============ */











@media (max-width: 773px) {
    .div_formhelp {
        opacity:0;
    }
    .homepageMainContainer {
/*        background-size: auto 210px;*/
        background-size: cover;
    }
    .loginBg {
        border-radius: 0;
    }
    .textboxcommon {
        height: 70px !important;
    }
    .CaptchaImg {
        height: 43px;
    }
    .form-text {
        font-size: .8em;
    }
    .form-floating>.form-control, .form-floating>.form-select {
        height: calc(2.7rem);
        padding: 0rem 0.75rem;
    }
    .form-floating>label {
        padding: 0.6rem 0.75rem;
    }
    .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
        background-color: #ffffff;
        opacity: 1;
        transform: scale(.85) translateY(-1rem) translateX(0.15rem);
        padding: 0 10px !important;
        height: 23px;
        margin: 0;
    }
    .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
        padding-top: 0;
        padding-bottom: 0;
    }
    .editcontainer, .tableitemslist {
        background-color: transparent;
        padding: 0px 20px !important;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: none;
    }
    .mainsearchcontainer {
        min-width: 360px;
    }
    .mainsearch {
        height: 220px;
    }
    .productItem {
        width: 100%;
        max-width: 100%;
        border: none !important;
        border-top: 1px solid #e7e7e7 !important;
        border-radius: 0 !important;
        text-align: left;
    }
    .productItem:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .carousel-item {
        height: 300px;
    }
    .dropdown-menu {
        width: 100%;
    }
    .productItem-sm {
        padding: 0.5rem 0;
    }
    .productItem-sm .productItemThumb {
        height: 110px !important;
        border-radius: 6px;
    }
    .productItemThumb {
        margin-bottom: 0;
    }
    .prodName, .catName {
        padding: 0;
    }
    .productsList {
        gap: 0;
    }
    .DivPopup {
        width: 96%;
        margin-left: -48%;
        top: 10px;
    }
    .greycontainer-desktop {
        background-color: #ffffff;
    }
    body {
        margin-bottom: 80px;
    }
}
