﻿a {
    text-decoration: none !important;
    color: rgb(5, 15, 23);
}
a:hover {
    color: rgb(5, 15, 23);
}


#instafeed img{
    max-height:500px;

}
.shopProductsContainer {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 5%;
}


.fChoice {
    font-family: Mont-bold, sans-serif;
    font-weight: 700;
    border: 0;
    font-size: 1.3em;
    padding-right: 1%;
    cursor: pointer;
    color: #e9500e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #e9500e, #e9500e 50%, #7A7A7A 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.fChoice:hover {
        transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
        background-position: 0%;
}

.itemsResultsContainer {
   width:100%; 
   margin-left: auto; 
   margin-right: auto;
}

.serchIconStyle {
    float: left;
    outline: none;
    background-color: #eaebee;
}


#q {
    border: solid #eaebee 1px;
    height: 35px;
    width: 100%;
    background-color: none;
    outline: none;
}

.searchContainerProd {
    margin-top:10%;
}

button {
    outline:none;

}
button:focus {
        outline:none;

}
.colConatinerProduct {
    min-width: 150px;
    min-height: 130px;
    width: 50% !important;
    padding: 2px;
    padding: 4%;
    border-left: solid #EFEFEF 1px;
    border-top: solid #EFEFEF 1px;
    box-shadow: 1px 1px #EFEFEF,1px 1px #EFEFEF;
    box-sizing: border-box !important;
}

.imgContainer {
    min-height: 155px;
    min-width: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70%;
    position:relative;
}

.product--ImgContainer {
    position: relative;
}


.txtcontainer {
    min-height: 155px;
    overflow-y:hidden;
}




.inputNumberQty {
    max-width: 40px;
    text-align: center;
    color: #3B3A40;
    font-weight: 700;
    font-size: 1.1em;
    border: solid #E9592C 2px;
    border-radius: 2px;
}

.add-to-cart {
    margin-left: 4%;
    text-align: center;
    max-width: 200px;
    min-width: 70%;
    background-color: #E9592C;
    padding: 4%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 2px;
}

#btn_Shop {
    margin-top:3%;
    padding:4%;
    width: 100%;
    height: auto;
    font-weight: 600;
    color:white;
}

.txtProdDesc {
}

.sortbreadMainConatiner {
    width: 100%;

}

.breadcrumContainer {
    width: 15%;
    float: right;
}

.filterContainer {
    width: 40%;
}

.filterDropdownPrice {
    position: relative;
    width: 300px;
    height: 50px;
}

.filterDropdownPrice::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}

.filterDropdownPrice.active::before {
    top: 22px;
    transform: rotate(-225deg);
}

.filterDropdownPrice input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    font-size: 1.2em;
    border: none;
    outline: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 12px 20px;
    border-radius: 10px;
}

.filterDropdownPrice .options {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    display: none;
    z-index: 100;
    font-size: 1.2em;
    font-weight: 700;
    color: #3b3940;
}

.filterDropdownPrice.active .options {
    display: block;
}

.filterDropdownPrice .options div {
    padding: 9px 20px;
    cursor: pointer;
}

.filterDropdownPrice .options div:hover {
    background: #e9500e;
    color: #fff;
}

.filterDropdownPrice .options div ion-icon {
    position: relative;
    top: 4px;
    font-size: 1.2em;
    margin-right: 10px;
}

.carouselCont {
    width:100%;  
    height: auto;
    margin-top:15%;
}

.txtShop {
    margin-top:15%;
    width: 100%
}

.getInfoBtn {
    line-height:45px;
    margin-top:15%;
    height:43px;
    width: 140px;
    background-color: white;
    bottom: 0;
    text-align: center;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    cursor:pointer;
}

.fitersContainer {
    background-color: #F4F4F4;
}

.searchCont {
    display: none;
}

.filtersContainer--filterBtn {
    background-color: white;
    border: 1px solid #dfdfdf;
    font-size: 1.2em;
    width: 95%;
    padding: 4%;
}

select {
    background-color: white;
    border: 1px solid #dfdfdf;
    font-size: 1em;
    max-width: 100%;
    outline: none !important
}

.filterMobile--sidebarWrapper {
    z-index: 3000;
    position: fixed;
    left: 250px;
    top: 0;
    width: 0;
    height: 100%;
    margin-left: -250px;
    margin-top: 20%;
    overflow-y: auto;
    overflow-x: hidden;
    background: white;
    visibility: hidden;
    transition: ease all 0.35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.filterMobile--sidebarWrapper.toggled {
    width: 280px;
    visibility: visible;
}

.darkened {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    position: fixed;
}

.filterMobile--closeBtnSlider {
    font-size: 1.5em;
    font-weight: 700;
    margin-left: 42%;
}

.searchContainerProd {
    display: none;
}

.shopMobile {
    display:block;
}

.shopMobile_CardContainer {
    width: 100%;
    height: 300px;
    border-radius: 2px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: solid white 2px
}

.shopMobile_CardContainer--Image {
    background-size: cover;
    border-radius: 2px 2px 0px 0px;
    width: 100%;
    height: 40%;
    background-repeat: no-repeat;
}

.shopMobile_CardContainer--TextContainer {
    width: 100%;
    height: 60%;
    padding: 6%;
    justify-content: left;
    text-align: left;
    background-color: white;
}

.shopMobile_CardContainer--TextTitles {
    max-height: 50px;
    min-height: 50px;
}

.shopMobile_CardContainer--Description {
    color: #505050;
    font-size: 1.2em;
    font-weight: 300;
    font-weight: 600;
}



.shopMobile_CardContainer--Brand {
    color: #505050;
    font-size: 1em;
    font-weight: 300;
    font-weight: 600;
}


.shopMobile_CardContainer--SellingDetails {
    max-height:20px; 
    min-height:20px; 
    margin-top:52%; 
    width:100%; 
    display:flex

}

.groupListStyling {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 2% 4%;
    font-size: 1.2em;
}


.groupListStyling li {
    cursor: pointer;
    color: #7A7A7A;
}



.isActive {
    color: var(--BNEBlue) !important;
    font-weight: 600;
    font-family: 'Mont-Semibold';
}

.saleContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 900;
}


@media (min-width:768px) {
    .shopProductsContainer {
        padding: 0;
    }
    .carouselCont {
        width: 80%;
        height: 500px;
        margin-top:0;
    }
    .txtShop {
        margin-top: 0%;
        width: 80%
    }
  

    .searchContainerProd {
        display: block;
    }

    .shopMobile {
        display: none;
    }
}

/*NEW SHOP*/

.product-cards {
    max-width: 388px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    border-color: #e7e7e7;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 4px;
    border-radius: 10px;
    margin-bottom: 10%;
    background-color: white;
    min-height: 355px;
}

.product-cards img {
    display: block;
    height: auto;
    margin: 0 auto 26px;
    transition-duration: 400ms;
    cursor: pointer;
    min-height: 200px;
    width: 100%;
    object-fit: contain;
    background-repeat: no-repeat !important;
    border-radius: 10px 10px 0px 0px
}

.product--Img {
    border-radius: 8px;
    width: 80%;
}

.product--Description {
    font-size: 1.5em;
}

.previousPrice {
    font-size: 1.8em;
}

.product--Price {
    font-size:2.5em;
    position:relative;
}

.product--Price .small, small {
    position: absolute;
}

.product--DescriptionContainer {
    min-height: 90px;
}

.rowInstagramContainer {
    margin-top: 3%;
}


.shopsGrids {
    display:grid;
    grid-template-columns:repeat(4 , 1fr);
    gap:1.5rem;
    padding:2%;
}

@media(max-width:1100px) {
    .product--DescriptionContainer {
        min-height: 90px;
    }
}

@media(max-width:991px)
{
    .groupListStyling {
        padding: 2% 2%;
    }
    .carouselCont {
        width: 50%;
    }
    .instagram-colController {
        display: flex;
        justify-content: center;
    }
}

@media(max-width:950px) {
    .shopsGrids {
        grid-template-columns: repeat(3, 1fr);
    }

    .txtShop {
        min-height: 329px;
    }
}

@media(max-width:768px) {
    .colGroupsCol {
        align-items: center;
        background-color: var(--light);
        max-width: 100%;
        justify-content: left;
        width: 100%;
    }

    .groupListStyling {
        display: flex;
        flex: 1 1 auto;
        overflow-x: scroll;
    }

    .groupListStyling li {
        flex: 0 0 auto;
        padding: 10px;
    }
     .carouselCont {
        width: 80%;
    }
    .product-cards {
        max-width:205px;
    }

    .shopProductsContainer {
        padding: 0% 2%;
    }
    .rowInstagramContainer {
        padding: 0%;
    }
    .carouselCont {
        margin-top:0;
    }

    .product--Price {
        font-size: 2em;
    }

}

@media(max-width:685px) {
    .product-cards img {
        min-height: 165px;
    }

    .product--Price {
        font-size:1.8em
    }


    .previousPrice {
        font-size:1.5em;
    }
}

@media(max-width:600px) {
    .shopsGrids {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}


@media(max-width:575px) {
    .rowShops {
        padding:0!important;
    }
    .product--Textcontainer {
        padding:0 10px !important;
    }
   
 
}

@media(max-width:460px) {
    .product-cards {
        max-width: 180px;
    }
}

@media(max-width:400px) {

    .shopsGrids 
    {
        gap: 0.5rem;
        padding: 0%;
    }

    .product-cards img {
        min-height: 136px;
    }
    .colShopPadding {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .product--DescriptionContainer {
        min-height: 70px;
    }
    .product--Description {
        font-size:1.2em;
    }
    

    .product--Price{
        font-size:1.8em;
    }
}

@media(max-width:374px) {
    .shopsGrids {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }

    .product-cards {
        max-width: 300px;
    }
}
