@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "OpenSansExtraBold";
    src: url("../fonts/OpenSans-ExtraBold.ttf");
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}

.waitScreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    z-index: 9999999;
    color: lightgray;
    font-size: 200%;
    text-align: center;
}

.spinChar{
    position: relative;
    top: 50%;
}

html {
    margin:0;
    transition: opacity 0.3s;
}
body{
    margin:0;
    font-family: 'Roboto', sans-serif;
    color: #4A4A4A;  
}
.textCenter{
    text-align:center;
}
.container{
    width: 100%;
}

.noShow{
    display: none !important;
}
.noVisible{
    visibility: hidden;
}

.containerGeneral{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 95vh;
    padding-top: 80px;
}
.topBar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
    background-color: #000000;
    color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.topBar .logoMenuSect {
    margin-left: 80px;
}

.topBar .userName {
    margin-right: 80px;
}

.bar{
    background: #E3E3E3;  
    padding: 22px 80px;
    display: flex;
    justify-content: space-between;
}
.bar .filterName{
    color: #4D4D4D;
    font-size: 24px !important;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.filterName #typeOne, .filterName #typeTwo {
    font-size: 24px !important;
}
.bar .orderBy{
    display: flex;
    align-items: center;
}
.bar .orderType{
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.bar .titleOrder{
    margin: 0;
    font-weight: bold;
}
.bar .orderType .ordeTypeContent{
    background-color: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    width: 210px;
    padding: 8px 16px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bar .orderType .icon{
    color:#ACACAC;
    font-size: 18px;
}

.showOrderOptions{
    display: flex !important;
}
#orderBy{
    display: none;
}
.bar .orderBy .orderOptions{
    background-color: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    width: 228px;
    padding: 6px;
    z-index: 2;
    flex-direction: column;
    position: absolute;
    top: 45px;
    right: 0;
    display: none;
}
.bar .orderBy .orderOptions .option{
    padding: 4px 10px;
    transition: all ease 300ms;
}
.bar .orderBy .orderOptions .option:hover{
    background: #E3E3E3;
}
.bar .orderBy .orderOptions .option.active{
    background: #E3E3E3;
}
.bar .orderBy .orderOptions .option .iconOptions{
    color:#ACACAC;
    margin-right: 10px;
    visibility: hidden;
}
.bar .orderBy .orderOptions .option .iconOptions.active{
    visibility: visible;
}

.logoMenu{
    margin: 12px 0 0;
    cursor: pointer;
    height: 60px;
    /*max-width: 214px;*/
}
.userName{
    font-weight: bold;
    font-size: 14px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 280px;
}
.userName .fa-solid{
    font-size:20px;
    cursor: pointer;
    transition: all ease 300ms;
}
.userName .fa-solid:hover{
    color: #EA6E19;
}

#containerHome{
    display: flex;
}
#containerCenter{
    padding: 0 30px;
    font-size: 14px;
    /*height: 83vh;
    overflow-y: scroll;*/
}


.stdInpCont{
    position: relative;
}

input[type="button"], .stdbtnSubmit{
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

textarea {
    font-family: 'Roboto';
}

input:focus {
    outline: none;
    /*border: 1px solid #EA6E19;*/
}
select:focus{
    outline: none;
}

.stdbtnSubmit.disabled {
    background-color: #8f8f8f !important;
    cursor: not-allowed;
}
.stdbtnSubmit.border.disabled {
    color: #8f8f8f !important;
    border-color: #8f8f8f !important;
    background-color: #ffffff !important;
}

.orange{
    color: #EA6E19;
}

input.stdbtnSubmit {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    outline: none;
}

input.stdbtnSubmit.border {
    color: #EA6E19 !important;
}

.inputProcessCart {
    grid-column: 1 / span 2;
    width: 95% !important;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    outline: none;
    margin: 5px auto;
}

.stdbtnSubmit {
  background-color: #EA6E19;
  border-radius: 6px;
  width: 165px;
  cursor: pointer;
  height: 44px;
  border: none;
  transition: all ease 300ms;
}
.stdbtnSubmit.border{
  background-color: #FFFFFF;
  border: 1px solid #EA6E19;
  transition: all ease 300ms;
}

.stdbtnSubmit.border:hover{
    background-color: #FFF;
    opacity: 0.9;
}

.stdbtnSubmit:hover{
    background-color: #df5e05;
}

.favBox {
    display: flex;
    align-items: center;
}

.favQuantity, .carQuantity {
    margin-left: 8px;
}

.favBoxLogged, .carBoxLogged {
    background-color: #313131;
    border-radius: 12px;
    padding: 5px 8px;
    position: relative;
    margin-right: 6px;
}

.favBoxLetter, .cardBoxLetter {
    color: #EA6E19;
    user-select:none;
    cursor: pointer;
}

.productName {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.imageSelectFav .trashIcon {
    position: absolute;
    cursor: pointer;
    left: 2px;
    top: 4px;
    font-size: 18px;
    z-index: 1;
}

.favListPopover {
    position: absolute;
    top: 30px;
    right: 0;
    background: #FFF;
    z-index: 9999;
    width: 400px;
    border-radius: 7px 0px 7px 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.backgroundClosedPopover {
    z-index: 9998;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.selectedFavBox, .selectedCarBox, .selectedUserBox {
    background: #FFF;
    border-radius: 16px 16px 0px 0px !important;
    z-index: 9999;
}

#heartIcon{
    line-height: 0;
}

.cardFav {
    width: 160px;
    margin: auto;
    border: 1px solid #D7D7D7;
    padding: 8px;
    margin-bottom: 14px;
}

.resultBoxFavs, .resultBoxCar{
    padding: 5px;
}

.resultPopover {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 6px;
    overflow: auto;
    max-height: 350px;
}

/* width */
.resultPopover::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.resultPopover::-webkit-scrollbar-track {
  background-color: #FFF;
  border-radius: 4.5px;
}
 
/* Handle */
.resultPopover::-webkit-scrollbar-thumb {
  background-color: #E3E3E3;
  border-radius: 4.5px;
}

/* Handle on hover */
.resultPopover::-webkit-scrollbar-thumb:hover {
  background-color: #E5E5E5;
}

.bold{
    font-weight: bold;
}
.italic{
    font-style:italic;
}
.underline{
    text-decoration: underline;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}

.productNameFav {
    color: #000;
    font-size: 14px;
    min-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 5px 0px;
}

.bsPriceFav {
    color: #000;
    font-size: 18px !important;
}

.dollarPriceFav {
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 15px;
}

.longDscFav {
    color: #000;
    font-size: 11px;
}

.buttonsFav {
    margin-top: 5px;
}

.buttonsFav .stdbtnSubmitFav {
    width: 100%;
    margin-bottom: 6px;
    
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    outline: none;
    
    background-color: #EA6E19;
    border-radius: 6px;
    cursor: pointer;
    height: 44px;
    border: none;
    transition: all ease 300ms;
    
    font-family: 'Roboto', sans-serif;
}

.stdbtnSubmitFav.border {
    background-color: #FFFFFF;
    border: 1px solid #EA6E19;
    transition: all ease 300ms;
    color: #EA6E19;
}


.imageSelectFav {
    position: relative;
    min-height: 250px;
    max-height: 250px;
}

.imageProductFav {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.headerFavList, .headerCarList {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px 0px 15px;
}

.separatorHeaderFav, .separatorHeaderCar {
    border: 0.5px solid #D7D7D7;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    margin: 6px 0px;
}

.viewAllFav, .emptyCar {
    color: #EA6E19;
    font-size: 12px;
    width: 69px;
    text-align: right;
    cursor: pointer;
    user-select: none;
}

.titleFavs, .titleCar {
    color: #4D4D4D;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.6px;
    margin: 5px 0px;
}

.bar {
    padding: 22px 80px 10px;
    min-height: 49px;
}
.tabs, .buttonMob, .buttonSect.mob{
    display: none;
}
.resultsSect{
    position: relative;
    margin-right: 30px;
    padding-bottom: 65px;
}
.searchTitle{
    color:#EA6E19;
    font-size: 40px;
    line-height: 1.4;
    margin: 10px 0 0;
}
.productName {
    min-height: 55px;
}
h4.productName{
    font-weight: bold;
}
.productName.longDesc{
    font-size: 13px;
    min-height: 24px;
}
.containerIn{
    display: flex;
    justify-content: center;
    min-height: 72vh;
}
.sidebar{
    width: 22%;
}
.centerSect{
    width: 78%;
}
.sidebarContent{
    padding: 0 50px;
}
.sidebarContent .stdbtnSubmit{
    width: 100%;
    margin-top: 30px;
}
.notFound{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 500px;
    margin-left: 18.5%;
}
.bottomMsj{
    background-color: #FCE0CD;
    border-radius: 6px;
    padding: 12px 45px;
    font-size: 16px;
}
.imageSect .heartIcon, .imageSect .trashIconMain {
    position: absolute;
    cursor: pointer;
    left: 2px;
    top: 4px;
    font-size: 18px;
    z-index: 1;
}
#containerSearch .productName{
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* número de líneas */
           line-clamp: 2; /* número de líneas */
   -webkit-box-orient: vertical;
}
.result{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.card{
    width: 284px;
    margin: 15px 0;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 10px 16px;
    transition: all ease 300ms;
    /*cursor: pointer;*/
    justify-self: center;
    cursor: pointer;
}
.card:hover {
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 20%);
}
.imageSect{
    position: relative;
    min-height: 295px;
}
.imageSect .discount, .discountDetail {
    background-color: #000000;
    color: #EA6E19;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 0 5px;
    margin: 0;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0px;
}
.imageProduct{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.bsPrice {
    margin: 4px 0 0;
}
.dollarPrice{
    font-weight: bold;
    margin: 0 0 25px;
}
.buttons{
     margin-top: 10px;
}
.buttons .stdbtnSubmit{
    width: 100%;
    margin-bottom: 8px;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.promoCodeForm {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.promoCodeForm input {
    margin-right: 10px;
    width: 82% !important;
}

.promoCodeForm button {
    color: #FFF;
    width: 40%;
    text-transform: uppercase;
}

.resumeItemPromoCode {
    background-color: #EA6E1920;
    border: 1px solid #EA6E19;
    margin: 12px 0px 15px;
    padding: 10px;
}

.loadingSpinner {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.iconPromoCode {
    position: absolute;
    top: 35%;
    right: 20px;
}

.iconGreen {
    color: #208913;
}

.iconRed {
    color: #DB0909;
}

#subItemPromoValidated {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.inputRelative {
    position: relative;
    width: 80%;
}

@media screen and (max-width: 1720px) {
    .result{
     grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1370px) {
    .card{
      width: 235px;
    }
}
@media screen and (max-width: 1220px) {
    .card{
      width: 200px;
    }
    #containerCenter {
        padding: 0;
    }
    .sidebarContent {
        padding: 0 35px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .result{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    #userNameMenuBox{
        display: none;
    }
    
    #usernameMenu{
        display: none;
    }

    .bar {
        padding: 22px;
    }
    .bar .orderBy.open{
        position: fixed;
        z-index: 11;
        width: 100%;
        left: 0;
        background: #fff;
        height: 100%;
        top: 220px;
    }
    .bar .orderBy.open .orderOptions {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        border: unset;
        width: 100%;
        padding: 20px 0;
    }
    .bar .orderBy.open .orderOptions .option {
        padding: 12px 20px 12px 50px;
    }
    .bar .orderType{
        position: unset;
    }
    .bar .orderType .ordeTypeContent, .bar .titleOrder {
        display: none;
    }
    .bar .orderBy.open .buttonMob {
        display: block;
        width: 100%;
        position: absolute;
        top: 260px;
    }
    .bar .orderBy.open .stdbtnSubmit {
        width: 80%;
        margin-bottom: 16px;
    }
    .tabs{
        display: flex;
        margin-bottom: 15px;
    }
    .tab{
        width: 50%;
        text-align: center;
        padding: 16px 0;
        border: 1px solid #b3b3b3;
        font-size: 16px;
    }
    .tab .iconTop{
        color: #ACACAC;
    }
    .tab .spaceIcon{
        margin-left: 12px;
    }
    .tab.tabSearch{
        border-left: unset;
    }
    .tab.unselect{
        color: #8a8a8a;
        background: rgb(0,0,0);
        background: linear-gradient(360deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 50%);
    }
    .tab.unselect .iconTop{
        color: #bdbdbd;
    }
    .tab.selected{
        border-bottom: unset;
        font-weight: bold;
    }
    .tab.selected .iconTop{
        color: #4a4a4a;
    }
    .sidebar{
        display: none;
    }
    .resultsSect {
        margin-right:0;
    }
    .card{
        width: 75%;
    }
    .centerSect {
    width: 96%;
    }
    .productName {
        min-height: 40px;
        font-size: 14px;
    }
    input.stdbtnSubmit {
        height: 40px;
        font-size: 11px;
    }
    .bsPrice {
        font-size: 18px;
    }
    .agotado{
        font-size: 11px;
    }
    .pager{
        position: relative;
    }
    .pagerContent{
        text-align: center;
    }
    .overflow{
        overflow: hidden;
    }
    .sidebar.open{
        position: fixed;
        background: #ffffff;
        width: 100%;
        z-index: 2;
        height: 100%;
        display: block;
        overflow-x: auto;
        max-height: 57vh;
    }
    .numofR{
            margin: 0 10px;
    }
    .sidebar.open .buttonSect.mob{
        display: block;
        margin-top: 35px;
    }
    .sidebarContent .stdbtnSubmit {
        margin-top: 15px;
    }
    .searchTitle {
        font-size: 26px;
    }
    .notFound {
        margin-left: 0;
        padding: 0 25px;
    }
}
@media screen and (max-width: 430px) {
    .imageSect {
        min-height: 120px;
        padding-bottom: 35px;
    }
    .imageProduct {
        height: 130px;
    }
}


/*DETAIL CSS*/
.containerDetail .containerIn{
    display: flex;    
    justify-content: center;
    margin: 16px auto 70px;
}
.containerDetail .containerInMob{
    display: none;
}
/*#containerHome {
    min-height: 75vh;
}
.bar .orderBy{
    display: none;
}*/
.containerDetail .backResult{
    text-decoration: underline;
    cursor: pointer;
    margin: 0 0 10px;
    transition: all ease 300ms;
}
.containerDetail .backResult:hover{
    color: #df5e05;
}
.containerDetail .productImage.small{
    width: 68px;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 18px 6px 0;
    cursor: pointer;
    transition: all ease 300ms;
}
.containerDetail .productImage.small img{
    max-height: 98%;
}
.containerDetail .productImage.small:hover, .productImage.small.active{
    border: 1px solid #EA6E19;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.containerDetail .imagesSect{
    display: flex;
}
.containerDetail .productImage.center{
    width: 510px;
    position: relative;
}
.containerDetail .productImage.center .heartIcon, .trashIconMain{
    position: absolute;
    cursor: pointer;
    left: 15px;
    top: 8px;
    font-size: 18px;
    z-index: 1;
}
.containerDetail .bottomDsc{
    display: flex;
    justify-content: space-between;
}
.containerDetail .bottomDsc .dollarPrice{
    font-weight: bold;
}

.containerDetail .bottomDsc .stock{
    opacity: 0.5;
}
.containerDetail .buttons{
     border-top: 1px solid #DBDBDB;
     margin-top: 20px;
     padding-top: 15px;
}
.containerDetail .buttons .stdbtnSubmit{
    width: 100%;
    margin-bottom: 8px;
}
.containerDetail .contentRight{
    width: 280px;
    margin: 26px 0 0 30px;
}
.containerDetail .descriptionSect{
    margin-left: 88px;
}
.containerDetail .descTitle{
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0 10px;
}
.containerDetail .descList{
    list-style: none;
    padding-left: 0;
    font-size: 12px;
    max-width: 360px;
}

.containerDetail .hideImg {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.containerDetail .showImg{
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.snackbarBase {
    position: fixed;
    background-color: #000000;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    padding: 15px 18px;
    font-family: Roboto;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
}

.closeIconSnackbar {
    margin-left: 15px;
    user-select: none;
    cursor: pointer;
    color: #FFF !important;
}

.emptyData {
    color: #EA6E19;
    font-size: 16px;
    margin: 10px 0 10px;
    width: 100%;
    display: block;
    text-align: center;
    grid-column: span 2;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.white {
    color: #FFF;
}

.switchForm {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switchForm input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderForm {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderForm:before {
  position: absolute;
  content: "";
    height: 20px;
    width: 20px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderForm {
  background-color: #2196F3;
}

input:focus + .sliderForm {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderForm:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.sliderForm.round {
  border-radius: 34px;
}

.sliderForm.round:before {
  border-radius: 50%;
}

.oldPrice{
    font-size: 18px;
    margin-left: 8px;
    text-decoration: line-through;
    font-weight: 300;
}
.dollarPrice .oldPrice{
    font-size: 13px;
}

.modalBackgroundBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
}

.modalContentBox {
    display: flex;
    background: #FFF;
        padding: 30px 10px 20px 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inputError {
    border: 1px solid red !important;
}

.userNameBoxTab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    padding: 5px 8px;
    position: relative;
    margin-left: 10px;
}

.userNameTextBox {
    margin: 0px 10px;
}

.userPopover {
    position: absolute;
    top: 30px;
    right: 0;
    background: #FFF;
    z-index: 9999;
    width: 200px;
    border-radius: 7px 0px 7px 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 2px;
}

.userPopoverItem{
    padding: 8px 14px;
    margin: 4px 0px 0px 0px;
    color: #4A4A4A;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 400;
    user-select: none;
}

.userPopoverItemSelected {
    background-color: #E3E3E3;
    opacity: 0.49;
}

.userPopoverItem:hover{
    opacity: 0.7;
}

.selectedUserBox > .userNameTextBox {
    color: #4A4A4A;
}

.selectedUserBox > .usrimg {
    color: #EA6E19;
}

.usrimg, .userNameTextBox{
    cursor: pointer;
}

.userPopoverItem > i {
    width: 22px;
    margin-right: 12px;
}

@media screen and (max-width: 991px) {
    .containerDetail .productImage.center{
        max-width: 380px;
    }
    .containerDetail .contentRight {
    width: 200px;
    }
    #imageMob .imageProductDetail{
        object-fit: contain;
        width: 100%;
    }
}
@media screen and (max-width: 676px) {
    /*#containerCenter {
        padding: 0;
    }*/
    .containerDetail .productSect{
        padding: 15px 35px 0;
    }
    .containerDetail .containerIn {
        display:none;
    }
    .containerDetail .containerInMob{
        display: block;
    }
    .containerDetail .imagesSectMob{
        width: 99%;
        border: 1px solid #D7D7D7;
        border-radius: 6px;
        padding: 2px;
        position: relative;
    }
    .containerDetail .imagesSectMob .heartIcon, .trashIconMain {
        position: absolute;
        cursor: pointer;
        left: 15px;
        top: 8px;
        font-size: 18px;
        z-index: 1;
    }
    .containerDetail .imageProduct{
        width: 100%;
        object-fit: contain;
    }
    .containerDetail .productName{
        margin-bottom: 10px;
    }
    .containerDetail .pricesSect{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom:1px solid #DBDBDB;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
    .containerDetail .bsPrice{
        font-size: 26px;
    }
    .containerDetail .dollarPrice{
        font-size: 22px;
        font-weight: bold;
    }
    .containerDetail .separator{
        width: 100%;
        height: 28px;
        background: rgb(0,0,0);
        background: linear-gradient(360deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0) 50%);
    }
    
    .containerDetail .buttonsMobile{
        padding: 25px 20px;
        display: flex;
        justify-content: space-between;
    }
    .containerDetail .buttonSect{
        width: 50%;
    }
    .containerDetail .stdbtnSubmit {
        width: 90% !important;
    }
}

@media screen and (min-width: 800px) {
    
    .resultPopover {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 800px) {
    
    .favListPopover {
        width: 200px;
    }
    
    .cardFav {
        width: 150px;
    }
    
    .inputProcessCart {
        grid-column: 1;
    }
}

@media screen and (max-width: 767px) {

    .topBar{
        padding: 6px 0px;
    }
    
    .topBar .logoMenuSect {
        margin-left: 15px;
    }
    
    .topBar .userName {
        margin-right: 15px;
    }
    
    .containerGeneral{
        padding-top: 0px;
    }

    .bar{
        margin-top: 90px;
    }
    .stdbtnSubmit {
        width: 110px;
    }
    .userName {
        min-width: 190px;
    }
    .logoMenu{
        max-width: 150px;
    }
    .searchTitle {
    font-size: 30px;
    }
    .stdLabel {
        font-size: 14px;
    }
    input[type=text], [type=password], [type=date], [type=search], select {
    width: 98%;
    height: 40px;
    font-size: 13px;
   }
   .bar{
       padding: 22px;
   }
   .bar .filterName {
        font-size: 18px;
    }
    
    input.stdbtnSubmit {
      font-size: 10px;
    }
}

@media screen and (max-width: 600px) {
    .snackbarBase {
        padding: 10px 13px;
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    input:checked + .sliderForm:before {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
    }
    
    .imageSect .discount, .discountDetail{
        font-size: 12px;
        line-height: 22px;
        margin: 0;
        position: absolute;
        bottom: 0px;
    }
}