.bankPriceView {
    position: relative;
    width: fit-content;
    font-size: 13px;
    display: flex;
    column-gap: 17px;
    color: #ee3223;
    line-height: 25px;
    margin-top: 5px;
    font-weight: bold;
}


.bankPriceImgView {
    position: relative;
    float: left;
    height: 25px;
    margin-right: 5px;
}
.bankPriceContainer, .bankPriceRow {
    height: auto;
    justify-content: flex-start !important;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 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: 60px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: white;
}

#productImages {
    position: relative;
    float: left;
    width: 607px;
    height: auto;
    overflow: hidden;
    min-height: 512px;
    margin-right: 73px;
    padding-top: 30px;
    padding-bottom: 15px;
}

#productRightColumn {
    position: relative;
    float: left;
    width: 420px;
    height: auto;
    overflow: hidden;
}

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

.productBasicInfo {
    position: relative;
    width: 99%;
    height: 45px;
    margin-top: 26px;
    border-radius: 2px;
    display: table;
}

.productInfoTitle {
    position: relative;
    vertical-align: middle;
    width: 332px;
    color: #58595b;
    padding-top: 3px;
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 900;
}

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

#productPrice {
    position: relative;
    float: left;
    padding-top: 11px;
    color: #58595b;
    font-size: 23px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

#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;
}

.selectContainer{
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    height: 23px;
    text-align: center;
    width: 52px;
    color: #58595b;
    font-weight: 100;
    margin-left: 120px;
    border: 1px solid #ccc !important;
    margin-top: 12px;
}

#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: 55%;
    margin-top: 50px;
    float: right;
    height: 37px;
    background-color: #041038;
    text-align: center;
    line-height: 37px;
    font-weight: 700;
    font-size: 14px;
    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: 50px;
    text-transform: uppercase;
}

.purchaseButton:hover {
    background-color: white;
    color: #041038;
    border: 1px solid #041038;
    box-sizing: border-box;
}

#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;
}


#cartInfo {
    position: relative;
    width: 93%;
    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;
}

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

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

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

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

.specImage {
    height: 95%;
    width: 95%;
    border-radius: 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;
    margin-bottom: 15px;
    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: 30px;
    height: 30px;
    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;
}

.noImageSpec {
    border: 1px solid transparent;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    height: 28px;
    width: auto;
    padding: 0 10px;
    line-height: 28px;
    margin-left: 3px;
}

.noImageSpec:not(.selectedSpec):hover, .noImageSpec.selectedSpec {
    color: white;
    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;*/
    margin-top: 3px;
}

.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: #041038;
    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: #041038;
    border: 1px solid #041038;
    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: #041038;
}

#specialOffersContainer {
    position: relative;
    height: auto;
    float: left;
}

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: 77%;
    height: 1px;
    position: relative;
    background-color: #C1C1C1;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
    #productImages {
        margin-right: 23px;
        margin-left: 23px;
    }
}
.onlyShopProduct{
    background-color: #848484;
    height: 49px;
    color: white;
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
    /* gap: 16px; */
    width: 54%;
    text-align: center;
    position: relative;
    /* border-radius: 30px; */
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10%;
}

.onlyShopProduct img {
    width: 24px;
    position: absolute;
    left: 22px;
}

.feature{
    float: left;
    width: 46%;
    background-color: #F1F1F1;
    padding-bottom: 7px;
    padding-top: 7px;
    text-indent: 7px;
    margin-left: 1%;
    font-size: 11.5px;
    margin-bottom: 7px;
}
.featuresTitle{
    color:#565656;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 900;
}
b{
    font-weight:900;
}
@media screen and (max-width: 768px) {
    .featuresTitle{
        margin-left: 25px;
    }
    .feature{

        width: 84%;

        margin-bottom: 6px;

        margin-left: 8%;

        font-size: 13px;

    }
    .onlyShopProduct img {
    left: 28px;
}
    #productImages {
        width: 90%;
        margin-left: 5%;
        min-height: 0px;
        max-height: 470px;
    }

    #productRightColumn {
        width: 100%;
    }

    .productInfoTitle {
        font-size: 21px;
        margin-bottom: 5px;
        margin-left: 10%;
        font-weight: lighter;
    }

    .productBasicInfo {
        margin-top: 0px;
    }

    .purchaseButton {
        position: relative;
        width: 80%;
        margin-top: 20px;
        height: 30px;
        background-color: #041038;
        text-align: center;
        line-height: 30px;
        margin-left: 10%;
        font-size: 13px;
        margin-bottom: 0;
        float: left;
    }

    #productInfoDescription {
        width: 80%;
        margin-left: 10%;
    }

    .specGroupTitle {
        width: 40%;
        font-size: 15px;
    }

    .verticalSeparator {
        height: 25px;
    }

    #productQuantity {
        padding-left: 18px;
    }

    .selectContainer {
        margin-top: 20px;
        margin-left: 140px;

    }

    #specialOffersContainer {
        width: 100%;
        margin-top: 0px;
    }

    .specGroupTitle2 {
        width: 48%;
        font-size: 15px;
        margin-left: 25px;
    }

    #productInfoDescriptionText {
        margin-top: 20px;
    }

    #productQuantityMobile {
        padding-left: 18px;
        height: 23px;
        text-align: center;
        width: 42px;
        color: #7F736C;
        font-weight: 100;
    }

    .productInfoLabel {
        margin-top: 8px;
        width: 70px;
        margin-left: 10%;
    }

    #productData {
        margin-top: 30px;
    }

    #productImages {
        padding-top: 0px;
    }

    #productPrice {
        text-align: initial;
        width: 100%;
        margin-left: 10%;
        padding: 0;
        margin-top: 8px;
        font-size: 22px;
        margin-bottom: 5px;
    }

    .specs {
        margin-left: 0;
        width: 94%;
    }

    .specGroup {
        margin-top: 10px;
        margin-left: 10%;
        width: 90%;
    }

    .scotiaPriceView {
        margin-top: 32px;
    }

    .scotiaPriceImgView {

    }

    .scotiaPriceTextView {

    }

    .fa-chevron-right {
        margin-left: 1px;
        margin-right: 6px;
    }
    .spec:not(.selectedSpec):hover, .spec.selectedSpec {
        border-bottom: 2px solid #707173;
        padding-bottom: 1px;
    }
    #priceSeparator {
        width: 83%;
        margin: 0px auto;
    }
    #specialOffersContainer .sliderRightArrow{
        right: -16px;
    }
    #specialOffersContainer .sliderLeftArrow{
        left: -19px;
    }
    #specialOffersContainer .sliderContainer .slick-slide {
        width: 170px !important;
    }

    #cartInfo{
        margin-left:5.5%;
    }
    .onlyShopProduct{
        font-size: 13px;
        margin: 0px auto;
        height: 49px;
        line-height: 13px;
        display: flex;
        align-items: center;
        width: 59%;
        /* border-radius: 30px; */
        padding-left: 30px;
        padding-right: 30px;
    }

}