﻿/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.shopNavMob {
    display: none;
    width: 100%;

}
.filters {
    
    display: flex;
    justify-content: space-evenly;
    background-color: #3b3940;
}

.filterBtnStyle {
   border-radius: 301px; 
   background-color: #3A3A40; 
   height: 55px; 
   margin-top: 5%; font-size: 1.5em; 
   font-weight: 700; color: white; 
   box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.category {
    font-size: 14px;
}

.arrowDownIcon {
    display:none;

}

.brandPara {
    padding-left:5%;
    font-size:1.3em;
}

.margin50 {
    margin-top: 50px;
}

.shopProductsContainer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fChoice {
    cursor: pointer;
    padding: 8px 15px 8px 15px;
    border: solid grey 1px;
    border-radius: 35px;
    font-size: 1.2em;
    margin-right: 1%;
    display: inline-flex;
}

.itemsResultsContainer {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.colConatinerProduct {
    width: 100%;
    border:  solid #e9e9e9 1px;
    position: relative;
    padding: 10px
}

.imgContainer {
    min-height: 155px;
    min-width: 150px;
    background-repeat: no-repeat;
    background-size: contain;
}

.txtcontainer {
    min-height: 175px;
    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;
}


.orderBtnQuote {
    width: 100%;
    height: 30px;
    line-height:30px;
    background-color: #E9592C;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 2px;
    color: white;
    text-align: center;
    cursor:pointer;
}


#btn_Shop {
    margin-top:3%;
    padding:4%;
    width: 100%;
    color:white;
}

.subCateg {
    display: none;
}

.breadContainer {
    width: 100%;
    min-height: 10vh;
    display: flex;
    justify-content: start;
    align-items: flex-start;
}




.filterContainer {
    width: 100%;
    min-height: 10vh;
    display: flex;
    justify-content: end;
    align-items: flex-start;
}

.filterDropdownPrice {
    position: relative;
    margin-top: 15px;
    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.4em;
        font-weight: 700;
        color: #3b3940;
    }

    .filterDropdownPrice.active .options {
        display: block;
    }

    .filterDropdownPrice .options div {
        padding: 9px 20px;
        cursor: pointer;
    }

        .filterDropdownPrice .options div:hover {
            background: #E9592C;
            color: #fff;
        }

        .filterDropdownPrice .options div ion-icon {
            position: relative;
            top: 4px;
            font-size: 1.2em;
            margin-right: 10px;
        }


@media(max-width:1460px) {

    .shopNavMob {
        display: block;
        width: 100%;
    }

    .shopNav {
        display: none;
    }
}



@media (max-width:800px) {

    .shopProductsContainer {
        overflow-x:hidden;
    }
    .arrowDownIcon {
        display: block;
    }

    .filterDropdown li ul {
        padding-left: 5%;
    }

        .filterDropdown li ul li a {
            background-color: #3b3940 !important;
        }

    filterDropdown ul li a {
        background-color: #3b3940 !important;
    }

    .filterDropdown li a {
        padding-left: 5%;
    }

    .filters {
        flex-direction: column;
        padding: 0;
    }

    .filterDropdown {
        height: auto;
    }

        .filterDropdown li ul {
            position: relative;
        }

    .category > ul > li > ul > li {
        display: block;
    }

    .filterDropdown li ul li ul {
        left: 0%;
    }

    .filterDropdown li ul li a {
        text-align: left;
    }

    .filterDropdown li ul {
        background-color: #3b3940 !important;
    }


   
    .filterContainer {
      justify-content:center;
    }

    .breadContainer {
        justify-content: center;
    }

    .breadcrumb {
        padding: 0;
        justify-content: center;
    }
}

@media(min-width:768px) {
    .swal2-popup {
        width: 55em;
    }
}


@media(max-width:760px) {
    .itemsResultsContainer {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:400px) {
    .itemsResultsContainer {
        grid-template-columns: repeat(1,1fr);
    }
}