@import url("../elements/ipad.css");
@import url("../forms/ipad.css");
@import url("../tables/ipad.css");
@import url("../errors/ipad.css");
@import url("../mail/ipad.css");
@import url("../../../comments/css/ipad.css");
@import url("../../../user/css/ipad.css");
@import url("../../../search/css/ipad.css");
@import url("../../../cart/css/ipad.css");
@import url("../../../slider/css/ipad.css");
@import url("../../../effects/css/ipad.css");
@import url("../../../feedback/css/ipad.css");
@import url("../blog/ipad.css");
@import url("../../../reviews/css/ipad.css");
@import url("../../../ads/css/ipad.css");

  



.centrage {
    display: block;
    margin: 0 auto;
    width: 95%;
 
}


#mkgallery, #productgallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
 
 
}


.centrage {
    width: 96%;
}


#contentlist > span:nth-child(1) {
    display: block;
    min-height: 100px;
    padding: 6em 2em 2em 2em;
    /* background: #FFF; */
    margin: 0;
    width: 22%;
 
}


#contentlist > span:nth-child(2) {
    display: block;
    min-height: 300px;
    width: 76%;
 
}


.cvtabs {
    display: block;
    min-height: 1040px;
 
}



#intro {
    display: block;
    min-height: 500px;
    margin: 2em auto;
    width: 100%;
}


#intro > div:nth-child(1) > span:nth-child(3) {
    display: block;
    min-height: 10px;
    position: absolute;
    top: 110px;
    left: 100px;
    z-index: 3;
    width: 40%;
}


#threetier {
    margin: 0 auto;
    width: 99%;
    position: relative;
    z-index: 4;
}


#threetier > a,
#threetier > a > span:nth-child(1) {
    min-height: 420px;
    max-height: 450px;
}



#bottomside {
    display: flex;
    justify-content: space-between;
    width: 70%;
 
}


#intros > span:nth-child(1) > span:nth-child(4) > span > a {
    display: block;
    padding: 0.7em 1em;
    margin: 0;
    min-height: 12px;
    font-size: 15px;
 
}


#intros > span:nth-child(1) > span:nth-child(4) > span > span {
    width: 100%;
}


#intros > span:nth-child(2) > span:nth-child(4) > a {
    display: block;
    background: #002d6bca;
    height: 78px;
    min-width: 130px;
    position: relative;
    overflow: hidden;
}


#intros > span:nth-child(2) > span:nth-child(4) {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    padding: 0.8em;
    background: #000000ca;
    min-height: 55px;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
 
}



#intros > span:nth-child(1) {
    display: block;
    padding: 1em;
 
}


#content > span:nth-child(1) {
    display: block;
    min-height: 800px;
    /* max-height: 1350px; */
    overflow: hidden;
    padding: 3em 2em 2em 2em;
    background: #FFF;
    margin: 0;
    width: 70%;
}


#content > span:nth-child(2) {
 
    width: 28%;
    padding: 1em 0;
 
}



#categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5em;
}



.grid-4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    min-height: 10px;
    padding: 1em 0;
}


#mainoverall {
    width: 90%;
    padding: 4em 0;
    min-height: 20px;
}


#grid2page > span:nth-child(2) > span:nth-child(1) {
    display: block;
    min-height: 10px; 
}


.grid-5 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}


#upd {
    padding: 0;
}