.bankPriceView {
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #ee3223;
    line-height: 25px;
    margin-top: 5px;
    font-weight: bold;
}

.widthContainer {
    width: 92%;
}

.bankPriceImgView {
    position: relative;
    float: left;
    height: 25px;
    margin-right: 5px;
}

.bankPriceTextView {
    position: relative;
    float: left;
}

.noStock {
    cursor: no-drop !important;
    color: grey !important;
    opacity: 0.2;
}

.fa-chevron-right {
    color: red;
    float: left;
    padding-top: 10px;
    margin-left: 12px;
    margin-right: 12px;
}

#productData {
    position: relative;
    height: auto;
    margin-top: 125px;
    overflow: hidden;
    margin-bottom: 90px;
}

#productImages {
    position: relative;
    float: left;
    width: 40%;
    height: auto;
    overflow: hidden;
    min-height: 512px;
    margin-right: 64px;
    /* padding-top: 30px; */
    padding-bottom: 7px;
    margin-left: 10%;
}

#productRightColumn {
    position: relative;
    float: left;
    width: 38vw;
    word-wrap: break-word;
    height: auto;
    overflow: hidden;
}

#productInfo {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 20px;
    color: #F26780;
}

.warningText {
    margin-top: 129px;
    margin-bottom: 30px;
    color: #757575;
    line-height: 31px;
    width: 89%;
    position: relative;
}

.productBasicInfo {
    position: relative;
    width: 99%;
    height: 45px;
    margin-top: 0px;
    display: table;
}

.beerInfo {
    color: #000000;
    font-size: 25px;
    margin-top: 10px;
}

.productInfoTitle {
    position: relative;
    vertical-align: middle;
    width: fit-content;
    max-width: 38vw;
    color: #000000;
    padding-top: 3px;
    font-size: 48px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.productInfoLabel {
    position: relative;
    vertical-align: middle;
    width: 101px;
    color: #848484;
    padding-top: 3px;
    font-size: 14px;
    float: left;
    font-weight: lighter;
    line-height: 45px;
    /* margin-left: 10px; */
    display: none;
}

.quantityContainer {
    position: absolute;
    top: 12px;
    left: 73px;
    color: #000000;
}

#selectArrowUp {
    height: 10px;
    width: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    right: 14.5px;
    cursor: pointer;
    font-size: 23px;
    color: #000000;
}

#selectArrowDown {
    height: 9px;
    width: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    right: 14.5px;
    cursor: pointer;
    color: #000000;
    font-size: 23px;
}

#productPrice {
    position: relative;
    float: left;
    padding-top: 4px;
    color: #000000;
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 48px;
}

#productOldPrice {
    position: relative;
    width: auto;
    display: table;
    text-align: center;
    color: #58595b;
    font-weight: 100;
    font-size: 16px;
    margin: 0 auto;
    float: left;
    margin-right: 10px;
}

.arrowUpContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 100%;
    border-right: 1px solid #000000;
}

.arrowDownContainer {
    position: absolute;
    right: 0px;
    width: 29px;
    height: 15px;
    width: 50px;
    height: 100%;
    border-left: 1px solid #000000;
}

.deliveryInfo {
    /* background: rgba(196, 196, 196, 0.13); */
    border-radius: 10px;
    margin-top: 23px;
    width: 384px;
}

.sendInfo {
    border-bottom: 1px solid #EAEAEA;
    min-height: 60px;
    height: auto;
    overflow: hidden;
}

.sendImg {
    margin-left: 0px;
    width: 50px;
    height: 50px;
    float: left;
}

.sendText {
    width: 279px;
    float: left;
    overflow: hidden;
    margin-top: 3px;
    margin-left: 32px;
    font-size: 13px;
    color: #848484;
    line-height: 16px;
}

.pickupInfo {
    margin-top: 13px;
    overflow: hidden;
}

.pickupImg {
    margin-left: 0px;
    width: 39px;
    height: 41px;
    margin-bottom: 7px;
    float: left;
}

.pickupext {
    width: 307px;
    float: left;
    overflow: hidden;
    margin-top: 6px;
    margin-left: 32px;
    font-size: 13px;
    color: #848484;
    line-height: 16px;
}

.selectContainer {
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    height: 40px;
    text-align: center;
    width: 150px;
    color: #58595b;
    font-weight: 100;
    margin-left: 0;
    cursor: pointer;
    border: 1px solid #000000;
    float: left;
}

#productOldPrice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 46%;
    right: 0;
    border-top: 1.5px solid;
    border-color: inherit;
    color: #c41130;
}

.purchaseButton {
    position: relative;
    width: calc(91% - 150px);
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    border-radius: 100px;
    color: white;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    cursor: pointer;
    margin-bottom: 15px;
    border: 1px solid #000000 !important;
    color: #000000;
    border-radius: 0;
    margin-right: 0 !important;
    margin-left: 5%;
    text-transform: uppercase;
}

.purchaseButton:hover {
    color: #FFFFFF;
    background-color: #000000;
}

#sizeChart {
    color: #231F20;
    width: 100%;
    margin-top: 33px;
    position: relative;
    display: none;
    overflow: hidden;
}

#buyButton {
    margin-right: 25.5%;
}

.selectedHeading {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #58595b;
}

#requestStock{
    width: calc(91% - 150px);
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #000000 !important;
    color: #000000;
    margin-left: calc(5% + 152px);
    cursor: pointer;
    text-transform: uppercase;
}

#requestStock:hover {
    color: #FFFFFF;
    background-color: #000000;
}

#cartInfo {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #8E8E8E;
    font-size: 14px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
}

#productPurchaseAmountText {
    position: relative;
    float: left;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 600;
}

.selectAmount {
    position: relative;
    float: left;
    margin-right: 10px;
    padding-left: 20px;
    width: 55px;
    /* margin-top: 10px; */
    height: 25px;
    font-weight: lighter;
    color: #8E8E8E;
    text-align: center;
    padding-right: 14px;
    border: none;
    font-size: 15px;
    background-color: transparent;
    border: 0.5px solid #7F736C;
    border-radius: 0px;
}

.extraInfoContainer {
    color: #000000;
    width: 100%;
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.beerInfoContainer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.info {
    margin-top: 20px;
    color: #666666 !important;
}

.selectArrow {
    height: 9px;
    width: 16px;
    background-image: url(/files/selectTriangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 11px;
    right: 13px;
    pointer-events: none;
}

#productInfoDescription {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 20px;
    height: auto;
}

#productInfoDescriptionText {
    color: #000000;
    width: 87%;
    margin-top: 15px;
    position: relative;
    margin-bottom: 5px;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    font-weight: 200;
    text-align: justify;
    float: left;
    margin-top: 12px;
    display: none;
}

.verticalSeparator {
    float: left;
    border-left: 1.4px solid #58595b;
    width: 1px;
    height: 25px;
}

.specImage {
    height: 107%;
    width: 95%;
    border-radius: 0px 0px 5px 5px;
}

.specGroup {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.specGroupTitle {
    position: relative;
    width: 40%;
    text-align: left;
    color: #58595b;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    float: left;
    margin-top: 4px;
    cursor: pointer;
}

.specGroupTitle2 {
    position: relative;
    width: 40%;
    text-align: left;
    color: #58595b;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    float: left;
    margin-top: 4px;
    cursor: pointer;
    margin-left: 60px;
}

.specs {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
}

.spec {
    position: relative;
    float: left;
    width: 139px;
    height: 22px;
    overflow: hidden;
    margin-right: 12px;
    margin-bottom: 5px;
    cursor: pointer;
    /* border: 1px solid transparent; */
    border-radius: 2px;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.spec:not(.selectedSpec):hover,
.spec.selectedSpec {
    /* border-bottom: 1px solid #707173; */
    border-radius: 2px;
    border-left: 20px solid;
    color: white;
    background:black;
}

.noImageSpec {
    border: 1px solid;
    /* text-align: center; */
    /* line-height: 30px; */
    /* font-size: 14px; */
    height: 28px;
    width: 167px;
    line-height: 28px;
    padding-left: 12px;
    color: black;
}

.noImageSpec:not(.selectedSpec):hover,
.noImageSpec.selectedSpec {
    /* color: white; */
    /* font-size: 15px; */
    /* font-weight: bold; */
    /* background: #58595b; */
}

#productQuantity {
    /*    height: 23px;
        text-align: center;
        width: 52px;
        color: black;
        padding-left: 13px;
        font-weight: 100;
        border: 1px solid #58595b !important;
        margin-top: 10px;*/
    border-radius: 10px;
    margin-top: 2px;
    color: #676767;
    font-weight: 700;
    font-family: Poppins;
    font-size: 17px;
    height: 24px;
    cursor: pointer;
}

.sizeChartImg {
    width: 85%;
    margin-top: 3px;
    z-index: 999999999;
    /*border: 1px solid #ebe3d4;*/
    display: block;
    margin: auto;
    margin-top: 20px;
}

#noStockFixedContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    opacity: 0;
}

#noStockDiv {
    position: fixed;
    width: 700px;
    height: 280px;
    background-color: white;
    border: 2px solid #58595b;
    left: calc(50% - 350px);
    top: calc(50% - 175px);
    border-radius: 4px;
}

#noStockClose {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: #58595b;
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    cursor: pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

#noStockClose:hover {
    opacity: 0.8;
}

#noStockMessage {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 90px;
    text-align: center;
    color: #58595b;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.stockRequestButton {
    position: relative;
    float: left;
    width: 200px;
    height: 35px;
    line-height: 35px;
    background-color: #58595b;
    border: 1px solid #58595b;
    margin-left: 130px;
    text-align: center;
    color: white;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 40px;
    cursor: pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.stockRequestButton:hover {
    background-color: white;
    color: #58595b;
}

#specialOffersContainer {
    position: relative;
    height: auto;
    float: left;
    margin-bottom: 60px;
    width: 100%;
}

hr {
    display: inline-block;
    height: 1px;
    border: 0;
    border-top: 1px solid #a08f84;
    /* margin: 1em 0; */
    padding: 0;
    width: 100%;
    margin-top: 40px;
    /* float: left; */
}

#zoomedProductDiv {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 420px;
    height: 420px;
    display: none;
    overflow: hidden;
}

#zoomedProductImg {
    position: relative;
    height: auto;
    width: auto;
}

#priceSeparator {
    width: 87%;
    height: 1px;
    position: relative;
    background-color: #F26780;
    display: none;
}

#customFieldsContainer #buyButton {
    width: 51%;
    margin-right: 42%;
    margin-top: 16px;
}

#customFieldsContainer {
    float: left;
    position: relative;
    width: 75%;
    margin-left: 12%;
}

.customColumnContainer {
    width: 49%;
    float: left;
}

.customFieldsTitle {
    width: fit-content;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #F26780;
    color: white;
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 6px;
    font-size: 18px;
}

.customizableFieldRow {
    background-color: rgba(196, 196, 196, 0.2);
    border-radius: 5px;
    margin-bottom: 7px;
    width: 65%;
    text-indent: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    font-size: 13px;
    color: #757575;
    height: 24px;
}

select.customizableFieldRow {
    height: 30px;
    border: none;
    float: left;
    cursor: pointer;
    margin-left: 0px;
    width: 66%;
}

.arrowSelect {
    position: relative;
    background-color: #FF96A2;
    width: fit-content;
    padding: 6px;
    float: left;
    margin-top: 6px;
    margin-left: -30px;
    pointer-events: none;
    border-radius: 0 5px 5px 0px;
}

.customSeparator {
    position: relative;
    float: left;
    height: 193px;
    border-right: 1px solid #EAEAEA;
    margin-left: -51px;
}

.oneRow {
    width: 72%;
    border: none;
    resize: none;
    height: 93px;
    margin-top: 5px;
}

.halfInput {
    width: 35.2%;
    float: left;
}

.customizableField {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.customizableFieldTitle {
    position: relative;
    font-size: 15px;
    /* font-weight: 600; */
    /* text-transform: lowercase; */
    margin-bottom: 3px;
    color: #000000;
    /* font-size: 25px; */
    margin-top: 10px;
    text-transform: uppercase;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
    #productImages {
        margin-right: 23px;
        margin-left: 23px;
    }
}

@media screen and (max-width: 768px) {
    #requestStock{
        margin-left: unset;
        position: relative;
        width: 99%;
        margin-top: 20px;
    }
    #productImages {
        width: 100%;
        min-height: 0px;
        max-height: 470px;
    }
    #productRightColumn {
        width: 100%;
    }
    .productInfoTitle {
        font-size: 26px;
        margin-bottom: 5px;
        margin-left: 0;
        font-weight: lighter;
        width: 100%;
        max-width: unset;
    }
    .productBasicInfo {
        margin-top: 0px;
        width: 100%;
    }
    #productInfo {
        margin-top: 4px;
        margin-bottom: 66px;
        width: 96%;
        margin-left: 2%;
    }
    .purchaseButton {
        position: relative;
        width: 99%;
        margin-top: 20px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-left: 0;
        font-size: 13px;
        margin-bottom: 0;
        float: left;
    }
    #productInfoDescription {
        width: 255px;
        margin-left: 0;
        margin-bottom: 9px;
        text-align: justify;
    }
    .specGroupTitle {
        width: 40%;
        font-size: 15px;
    }
    .verticalSeparator {
        height: 25px;
    }
    #productQuantity {
        padding-left: 18px;
    }
    .selectContainer {
        margin-top: 20px;
    }
    #specialOffersContainer {
        width: 100%;
        margin-top: 0px;
    }
    .specGroupTitle2 {
        width: 48%;
        font-size: 15px;
        margin-left: 25px;
    }
    #productInfoDescriptionText {
        margin-top: 4px;
        width: 255px;
    }
    #productQuantityMobile {
        padding-left: 16px;
        height: 23px;
        padding-top: 5px;
        text-align: center;
        width: 47px;
        color: #7F736C;
        font-weight: 100;
    }
    .productInfoLabel {
        margin-top: 8px;
        width: 70px;
        margin-left: 0;
        text-transform: lowercase;
        font-size: 13px;
    }
    #productData {
        margin-top: 15px;
        padding-right: 1%;
        margin-bottom: 10px;
    }
    #productImages {
        padding-top: 0px;
        margin-left: 0;
    }
    #productPrice {
        text-align: initial;
        width: 100%;
        margin-left: 0;
        padding: 0;
        margin-top: 8px;
        font-size: 27px;
        margin-bottom: 14px;
    }
    .specs {
        margin-left: 9%;
        width: 97%;
    }
    .specGroup {
        margin-top: 10px;
    }
    .scotiaPriceView {
        margin-top: 32px;
    }
    .scotiaPriceImgView {}
    .scotiaPriceTextView {}
    .fa-chevron-right {
        margin-left: 1px;
        margin-right: 6px;
    }
    .spec:not(.selectedSpec):hover,
    .spec.selectedSpec {
        padding-bottom: 1px;
    }
    #priceSeparator {
        width: 255px;
        margin: 0px auto;
    }
    #specialOffersContainer .sliderRightArrow {
        right: -16px;
    }
    #specialOffersContainer .sliderLeftArrow {
        left: -19px;
    }
    #specialOffersContainer .sliderContainer .slick-slide {
        /* width: 310px !important; */
    }
    .noImageSpec {
        /* width:22px */
    }
    #customFieldsContainer #buyButton {
        width: 82%;
        margin-left: 9%;
    }
    #customFieldsContainer {
        margin-left: 0;
        width: 96%;
    }
    .customColumnContainer {
        width: 100%;
    }
    .customizableFieldRow {
        width: 97% !important;
    }
    .customSeparator {
        display: none;
    }
    .halfInput {
        width: 100%;
    }
    .pickupext {
        width: 70%;
    }
    .sendText {
        width: 65%;
        margin-top: 5px;
    }
    .deliveryInfo {
        width: 100%;
    }
    .sendInfo {
        border: none;
    }
    .warningText {
        width: 100%
    }
}