﻿.QVCloseIcon {
    font-size: 50px;
    position: absolute;
    -webkit-text-stroke: 9px #254a91;
    top: 2px;
    right: 2%;
    cursor: pointer;
    color: #fff;
}

.QVTopTitleContainer {
    height: 60px;
    background: #254a91;
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    z-index: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .QVTopTitleContainer p {
        color: #fff;
        text-transform: uppercase;
        width: 100%;
        text-align: left;
        padding-left: 55px;
        font-size: 13px;
        height: 100%;
        line-height: 60px;
    }

.storePriceAndSizeContainer {
    height: 25px;
    width: 100%;
    line-height: 25px;
}

.QVBodyContainer {
    width: 100%;
    height: 590px;
    position: relative;
    margin-top: 60px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-top: 10px;
    overflow-y: scroll;
}

    .QVBodyContainer::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .QVBodyContainer::-webkit-scrollbar {
        width: 4px;
        background-color: #F5F5F5;
    }

    .QVBodyContainer::-webkit-scrollbar-thumb {
        background-color: #254a91;
    }

.QVImageContainer {
    width: 50%;
    float: left;
}

    .QVImageContainer img {
        height: auto;
        display: block;
        margin: auto;
        margin-top: 10px;
        max-width: 90%;
        max-height: 200px;
    }

.QVRightInfoContainer {
    width: 50%;
    float: left;
}

.QVRatingsContainer {
    float: right;
    width: 95%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.QVDescContainer {
    float: right;
    width: 50%;
    margin-top: 5%;
    margin-bottom: 50px;
    margin-right: 5%;
}

.QVReceiptPicture {
    width: 60%;
    float: right;
    margin-top: 5%;
    margin-bottom: 50px;
}

.QVStockStatus {
    float: left;
    width: 20%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.chooseQuantityQVPopupSubContainer {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 4px;
    right: 110px;
}

.quantityButton {
    position: relative;
    height: 32px;
    width: 27px;
    background: #254a91;
    border-radius: 0px;
    margin-left: 5%;
    cursor: pointer;
    float: left;
    margin-top: 0px;
    font-size: 22px;
    line-height: 32px;
}

    .quantityButton:hover {
        opacity: 0.9;
        transition: 0.33s;
    }

    .quantityButton i {
        position: relative;
        top: 0px;
        left: 5px;
        color: #fff;
        -webkit-text-stroke: 3.5px #254a91;
    }

.quantityInfo {
    float: left;
    width: 40px;
    height: 35px;
    text-align: center;
    line-height: 0px;
}

    .quantityInfo p {
        line-height: 35px;
        height: 35px;
        margin: 0;
    }

.quantityInfoTextBox {
    width: 100%;
    margin-top: 0px;
    height: 32px;
    border: solid 1px #ddd !important;
    text-align: center;
    font-size: 16px;
    color: #254a91
}

    .quantityInfoTextBox:focus {
        border: solid 1px #254a91 !important;
        transition: 0.3s;
    }

.helpSubtitle {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-left: 5%;
}

.helpContainer {
    width: 48%;
    margin-left: 1%;
    height: 300px;
    background: #eee;
    float: left;
    margin-top: 2%;
    margin-right: 1%;
}

.helpTitle {
    font-weight: bold;
    padding-left: 1%;
    margin-bottom: 0.5%;
    margin-top: 1%;
    font-size: 26px;
    font-family: averta;
}

.helpContainerTextContainer {
    height: 100%;
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
}

    .helpContainerTextContainer p {
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin-top: 10%;
    }

.helpContainerImageContainer {
    height: 100%;
    width: 50%;
    float: left;
}

.helpContainerTextContainer h3 {
    font-size: 35px;
    color: #00aeef;
    width: 100%;
    text-align: center;
}

.helpContainerImage {
    width: auto;
    max-height: 100%;
    margin: auto;
    display: block;
    max-width: 100%;
    margin-top: 7.5%;
}

.helpsupportContainer {
    width: 98%;
    margin-left: 1%;
    height: 375px;
    float: left;
    margin-top: 2%;
}

.helpsupportSubContainer {
    float: left;
    width: 25%;
    height: 100%;
    border-right: solid 1px #ddd;
    position: relative;
}

    .helpsupportSubContainer p {
        width: 100%;
        padding-left: 5%;
        padding-right: 1%;
        text-align: left;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .helpsupportSubContainer h4 {
        font-size: 40px;
        color: #00aeef;
        padding-left: 5%;
    }

.helpsupportButton {
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #00aeef;
    border-radius: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.helpContainerHomePage {
    background: #fff;
    margin-left: 0.5%;
    width: 49.25%;
    margin-right: 0.25%;
    height: 325px;
}

.top5Container {
    width: 84%;
    height: 270px;
    float: left;
    margin-top: 0.5%;
    margin-left: 0.2%;
}

.top5SubContainer {
    width: 24%;
    height: 95%;
    float: left;
    background: #f6f6f6;
    margin-left: 0.5%;
    position: relative;
    cursor: pointer;
}

.top5ImageContainer {
    width: 100%;
    height: 70%;
    position: relative;
}

    .top5ImageContainer img {
        width: auto;
        height: auto;
        max-width: 100%;
        display: block;
        max-height: 100%;
        margin: auto;
    }

.top5SubContainerTitle {
    height: 30%;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    color: #254a91;
    font-weight: bold;
    text-transform: capitalize;
}

.top5DescriptionP {
    width: 70%;
    padding-left: 2%;
    margin-top: 10px;
    background: #fff;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 2%;
}

    .top5DescriptionP p {
        font-size: 16px;
    }

.top5CounterPlace {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 100px;
    right: 150px;
    font-size: 25px;
    font-weight: bold;
}

.FavoritesPageTitle p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.promoBanner {
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    width: 145px;
}

.specialProductItem {
    border: solid 2.5px #fd4f57;
    border-radius: 2px;
}

.QVPackageInfoContainerTop {
    width: 100%;
    position: relative;
    height: 100px;
    border-bottom: solid 3px #254a91;
    padding-bottom: 3px;
}

.QVPackageInfoContainerTopLeft {
    width: 30%;
    float: left;
    height: 100%;
}

    .QVPackageInfoContainerTopLeft img {
        height: auto;
        width: auto;
        max-height: 100%;
        max-width: 100%;
        display: block;
        margin: auto;
    }

.QVPackageInfoContainerTopRight {
    width: 70%;
    float: left;
    height: 100%;
}


.promoBannerBrandOfTheWeek {
    height: 20px;
    line-height: 16px;
    font-size: 8px;
    width: 145px;
    background: #00aeef;
}

@media only screen and (max-width:991px) {
}
