/* THIS FILE CONTAINS THE COMMON HEADER AND FOOTER STORE STYLES - TO BE REVIEWED */


/* header */


header.membership-discount{
    background-color: rgb(244,244,244);
    border-bottom: solid 1px rgb(230,230,230);
    text-align: center;
    padding: 13px 0;
    margin: 0;
    z-index: 9;
    position: relative;
}

header.membership-discount a > *{
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}

header.membership-discount a > h4{
    font-size: 18px;
    font-weight: bold;
}

header.membership-discount a > h6{
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
}

header.membership-discount .arrow{
    /* fill: none; */
    /* stroke: #333; */
    width: 6px;
    height: 6px;
    /* stroke-width: 4px; */
    vertical-align: middle;
    margin-left: 2px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.membership-discount a:hover svg{
    stroke: #c30000 !important;
}

/* footer */

footer.advantages {
    background-color: rgb(244,244,244);
    padding: 15px 0;
}

footer.advantages .item {
    text-align: center;
    padding: 3.5% 0px;
}

footer.advantages .item p {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}

footer.advantages .item svg {
    position: relative;
    max-width: 100%;
    height: 62px;
    margin-bottom: 10px;
}


.customizable-product::after{
  content: " ";
  background-image: url("/Images/Store/customazible-product.svg");
  background-size: cover;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  top: 1px;
}



.new-banner,
.tag-banner,
.discount-value-banner{
    position: absolute;
    right: 0;
    padding: 5px 15px;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
}

.new-banner{
    top: 50px;
    background-color: rgb(51,51,51);
}

.tag-banner {
    top: auto;
    background-color: rgb(190,190,190);
}

.discount-value-banner{
    top: 90px;
    background-color: #c30000;
}

/* INPUT SOCIO */
.socio-input {
    width:100%;
}
    .socio-input input {
        float: left;
        border-color: rgb(36,36,36);
        border-width: 1px;
        font-size: 16px;
        line-height: 18px;
        width: 45%;
        height: 40px;
        border-left: none;
        padding: 10px;
        max-height: 40px;
    }
.socio-input #socio-icon{
    position:relative;
    width:10%;
    height:40px;
    cursor:pointer;
    border:solid 1px;
    text-align:center;
    float:left;
}
.socio-input #socio-icon svg{
    width: 26px;
    height: 25px;
    stroke: #242424;
    image-rendering: optimizequality;
    -webkit-transition: stroke 250ms ease-in-out;
    -moz-transition: stroke 250ms ease-in-out;
    transition: stroke 250ms ease-in-out;
    margin-top: 6px;
    fill: white;
}
.socio-input #socio-icon .my-tooltip{
    position: absolute;
    width: 120px;
    font-size: 14px;
    left: 0%;
    top: calc(100% + 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: solid 1px rgb(221,221,221);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: -1;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.5s, z-index 1s;
    color: #242424;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.socio-input #socio-icon:hover .my-tooltip {
    z-index: 20;
    opacity: 1;
    transition: opacity 0.5s;
}

.socio-input #socio-icon .my-tooltip:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 15px;
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-left: 12px solid white;
}
.socio-input #socio-icon:hover .me-icon{
    stroke: #c30000;
}
.socio-input #socio-icon.active{
    background: #fae8e8;
    border: solid 1px #c30000;
}
.socio-input #socio-icon.active svg{
    background: #fae8e8;
    fill:#c30000;
    stroke:unset;
}

@media (max-width: 425px) {

    /* footer */

    footer.advantages .item p {
        font-size: 11px;
    }

}


@media (min-width: 768px) {

    /* footer */

    footer.advantages {
        padding: 0px 6%;
    }

    footer.advantages .item p {
        font-size: 18px;
    }
    
    
    .new-banner{
        top: 35px;
    }

    .tag-banner {
        top: auto;
    }

    .discount-value-banner{
        top: 75px;
    }
}

@media (min-width: 992px) {

    /* footer */

    footer.advantages .item p {
        font-size: 15px;
    }

}


@media (min-width: 1200px) {


    /* footer */

    footer.advantages .item p {
        font-size: 18px;
    }
    

    .new-banner, 
    .tag-banner,
    .discount-value-banner {
        font-size: 12px;
        padding: 4px 15px;
    }

    .discount-value-banner {
        top: 65px;
    }

}