* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica, sans-serif !important;
}

.navbar .rightDiv .navBtn {
    line-height: 41.5px !important;
}

.container-prd{
    width: 100%;
    margin: auto;  
}

._container_ {
    width: 90%;
    height: 100%;
    position: relative;
    margin: auto;

}

.top0_section {
    /* border: 2px solid blue; */
    height: 18x;
    transition: all 0.5s;
    /* height: 240px; */
}

.top0_section .pathContainer {
    font-size: 0.9rem;
    margin: 10px 0px;
    /* background-color: red; */
    margin-left: 30px;
}
@media only screen and (max-width: 1500px){
    .top0_section .pathContainer {
       margin-left: -22px;
    }
}
@media only screen and (max-width: 1128px){
    .top0_section .pathContainer {
       margin-left: 0px;
    }
}

.top0_section .pathContainer a{
    text-decoration: none;
}

.top0_section .pathContainer .path {
    color: #555;
    margin-right: 10px;
}

.top0_section .pathContainer .activePath {
    font-weight: bolder;
    color: #222;
}

.top0_section .pathContainer .slash {
    color: #555;
    margin-right: 10px;
}




/* css for that gray div with some yellowish elements__________ */
.grayDiv {
    margin-top: 80px;
    background: url("./images/sport-collection.jpg") center center no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
    position: relative;
}
h1.collet {
    text-align: right;
    padding: 100px;
    margin-right: 100px;
    color: #000;
    font-size: 51px;
}

#outLineYellowSports {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("./images-for-product-page/images/sports.png") center center no-repeat;
    background-size: contain;
    width: 540px;
    height: 270px;
    /* border: 2px solid yellow; */
}

.grayDiv .yellowBigShoes {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(48px);
}


/* -------------------------GIRD CARD CONTAINER----------------------------- */
.gridContainer {
    /* background-color: #FDE9CD; */
    position: relative;
    height: ft-content;
    width: fit-content;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 88px;
    display: grid;
    grid-template-columns: 360px 360px 360px;
    /* grid-template-rows: 400px 400px 400px; */

}
.gridContainer .gridCard{
    overflow: hidden;
    height: 340px;
    border: 1.4px solid gray;
    margin: 14px;
    position: relative;
    text-align: center;
    transition: all 0.7s;

}

.gridContainer .gridCard .gc-shoes{
    /* border: 1px solid gray; */
    background: url("./images-for-product-page/shoes-images/gridCardShoes1.png") center center no-repeat;
    background-size: contain;
    width: 180px;
    height: 180px;
    margin: auto;
    margin-top: 16px;
}
.gridContainer .gridCard .gc-shoes{
    /* border: 1px solid gray; */
    background: url("./images-for-product-page/shoes-images/gridCardShoes1.png") center center no-repeat;
    background-size: contain;
    width: 180px;
    height: 180px;
    margin: auto;
    margin-top: 16px;
}
.gridContainer .gridCard h3{
    margin-top: 20px;
}
.gridContainer .gridCard span{
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0.8;
}
.gridContainer .gridCard .requestBTN{
    width: 100%;
    transition: all 0.7s;
    background-color: #FF554B;
    position: absolute;
    bottom: 0;
    height: 0px;
    line-height: 43px;
    color: white;
    visibility: collapse;
}

.gridContainer .gridCard:hover .requestBTN {
    visibility: visible !important;
    height: 40px !important;
}
.gridContainer .gridCard:focus .requestBTN {
    visibility: visible !important;
    height: 40px !important;
}
.gridContainer .gridCard:hover{
    border: 1.4px solid #FF554B;
}
/* -------------------------appleCARD CONTAINER----------------------------- */
.appleContainer {
    /* background-color: #FDE9CD; */
    position: relative;
    height: ft-content;
    width: fit-content;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 88px;
    display: grid;
    grid-template-columns: 360px 360px 360px;
    /* grid-template-rows: 400px 400px 400px; */

}
.appleContainer .appleCard{
    overflow: hidden;
    height: 200px;
    border: 1.4px solid gray;
    margin: 14px;
    position: relative;
    text-align: center;
    transition: all 0.7s;

}

.appleContainer .appleCard .gc-shoesgirl{
    /* border: 1px solid gray; */
    background: url("./MWK_Collection_Images/kidsCollection/joggingShoes.webp") center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin: auto;
 }
 .appleContainer .appleCard .gc-shoeskids{
    /* border: 1px solid gray; */
    background: url("./MWK_Collection_Images/kidsCollection/footballShoes.jpg") center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin: auto;
 }
 .appleContainer .appleCard .requestBTN a{
    color: white;
    text-decoration: none;
}
 .appleContainer .appleCard .gc-shoesboy{
    /* border: 1px solid gray; */
    background: url("./MWK_Collection_Images/kidsCollection/fashionShoes.webp") center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin: auto;
 }
 .appleContainer .appleCard .gc-shoes{
    /* border: 1px solid gray; */
    background: url("./images-for-product-page/shoes-images/gridCardShoes1.png") center center no-repeat;
    background-size: contain;
    width: 180px;
    height: 180px;
    margin: auto;
 }
.appleContainer .appleCard h3{
    margin-top: 20px;
}
.appleContainer .appleCard span{
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0.8;
}
.appleContainer .appleCard .requestBTN{
    width: 100%;
    transition: all 0.7s;
    background-color: #FF554B;
    position: absolute;
    bottom: 0;
    height: 0px;
    line-height: 43px;
    color: white;
    visibility: collapse;
}

.appleContainer .appleCard:hover .requestBTN {
    visibility: visible !important;
    height: 40px !important;
}
.appleContainer .appleCard:focus .requestBTN {
    visibility: visible !important;
    height: 40px !important;
}
.appleContainer .appleCard:hover{
    border: 1.4px solid #FF554B;
}

/* _______________popupForm_____________ */

.formContainer__{
    width: 100vw;
    height: 100vh;
    background-color: #0000008a;
    backdrop-filter: saturate(179%) blur(10px);
    position: fixed;
    top: 0;
    z-index: 101;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}

#popupForm_{
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffffffe4;
    border-radius: 16px;
    width: 500px;
    height: fit-content;
    padding: 20px;
    z-index: 999;
    transform: translateY(60px);
}

#popupForm_ .selectedInfo__{
    /* background-color: #FDE9CD; */
    position: relative;
    height: 70px;
}
#popupForm_ .selectedInfo__ img{
    width: 90px;
    position: absolute;
    border-radius: 6px;
}
.bitLifht___{
    opacity: 0.6;
    margin-left: 104px !important;
}
.textsssss{
    /* background-color: red; */
    padding-top: 24px;
}
#popupForm_ .selectedInfo__ span{
    margin-left: 10px;
}


#popupForm_ label{
    display: block;
    /* color: #FF554B; */
    margin-bottom: 12px;
    margin-top: 12px;
}
#popupForm_ input, #popupForm_ textarea{
    width: 100% !important;
    border-radius: 6px;
    border: none;
    padding: 6px 10px;
    outline-color: #FF554B;
}
#popupForm_ textarea{
    height: 100px;
}
#sendMessageBtn{
    width: 100px;
    height: 30px;
    line-height: 32px;
    display: block;
    margin: auto;
    margin-top: 18px;
    border-radius: 6px;
    border: none;
    background-color: #FF554B;
    color: #fff;
}
#sendMessageBtn:hover{
    opacity: 0.9;
}
#sendMessageBtn:focus{
    outline: 2px solid #fff;
}
#closeFormBtn__{
    position: absolute;
    cursor: pointer;
    transition: all 0.6s;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    background: url("./images-for-product-page/icons/close.svg") center center no-repeat;
    background-size: cover;
    right: 20px; /* 20px ! because form padding is 20px*/
    top: 20px;
    display: flex;
    justify-content: center;
}

#closeFormBtn__:hover::before{
    content: "Close";
    position: absolute;
    width: fit-content;
    height: 20px;
    /* left: -30px; */
    bottom: 18px;
    font-weight: 100;
    opacity: 0.7;
    font-size: 0.8rem;
    /* background-color: #fde9cdad; */
}

/* _______________end of popupForm_____________ */



@media only screen and (max-width: 1128px){
    .gridContainer {
        grid-template-columns: 360px 360px;    
    }
}
@media only screen and (max-width: 800px){
    .gridContainer {
        grid-template-columns:auto;    
    }
    .gridContainer .gridCard{
        width: 90vw !important;
        /* background-color: red; */
    }

    .grayDiv .yellowBigShoes {
        transform: scale(0.9);
    }
    #outLineYellowSports {
        width: 400px;
    }
    
}
@media only screen and (max-width: 454px){
    .grayDiv .yellowBigShoes {
        transform: scale(0.8);
    }
    #outLineYellowSports {
        width: 358px;
    }
}
@media only screen and (max-width: 546px){
    #popupForm_{
        width: 90vw;
    }
    .textsssss{
        /* background-color: red; */
        padding-top: 24px;
        margin-top: 16px;
    }
}
@media only screen and (max-width: 416px){
    #popupForm_{
        width: 90vw;
    }
    .textsssss{
        /* background-color: red; */
        padding-top: 24px;
        margin-top: 16px;
        font-size: 0.85rem;
    }
    #popupForm_ label{
        font-size: 0.9rem;
    }
}