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

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

.bankPriceTextView {
    position: relative;
    float: left
}

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

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

#productData {
    position: relative;
    height: auto;
    margin-top: 95px;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #fff
}

#productImages {
    position: relative;
    float: left;
    width: 605px;
    height: auto;
    overflow: hidden;
    min-height: 512px;
    margin-right: 64px;
    padding-bottom: 7px
}

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

#productInfo {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 93px;
    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: 0;
    border-radius: 2px;
    display: table
}

.productInfoTitle {
    position: relative;
    vertical-align: middle;
    width: 332px;
    color: #F26780;
    padding-top: 3px;
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 200;
    text-transform: lowercase
}

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

.quantityContainer {
    position: absolute;
    top: 8px;
    left: 18px
}

#textoPreventa {
    margin: 15px 0;
    font-size: 14px
}

#selectArrowUp {
    height: 10px;
    width: 14px;
    background-image: url(../../files/selectTriangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    right: 8px;
    transform: rotate(180deg);
    cursor: pointer
}

#selectArrowDown {
    height: 9px;
    width: 14px;
    background-image: url(../../files/selectTriangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    right: 8px;
    cursor: pointer;
    transform: rotate(180deg)
}

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

#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: 0;
    right: 0;
    width: 29px;
    height: 15px;
    border-radius: 0 6px 0 0;
    background-color: #f3f3f3
}

.arrowDownContainer {
    position: absolute;
    top: 16px;
    right: 0;
    width: 29px;
    height: 15px;
    background-color: #f3f3f3;
    border-radius: 0 6px 0 0;
    transform: matrix(1, 0, 0, -1, 0, 0)
}

.deliveryInfo {
    border-radius: 10px;
    margin-top: 23px;
    width: 384px
}

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

.sendImg {
    margin-left: 0;
    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-right: 12px;
    margin-top: 6px;
    margin-left: 0;
    width: 39px;
    height: 41px;
    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: 31px;
    text-align: center;
    width: 66px;
    color: #58595b;
    font-weight: 100;
    margin-left: 95px;
    border: none;
    margin-top: 9px;
    border-radius: 6px;
    background: rgba(196, 196, 196, .2);
    cursor: pointer
}

#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: 32px;
    background-color: #F4DBAC;
    text-align: center;
    line-height: 32px;
    font-weight: 900;
    font-size: 15px;
    border-radius: 100px;
    color: #fff;
    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: 30px;
    text-transform: LOWERCASE
}

.purchaseButton:hover {
    background-color: #fff;
    color: #F4DB9A;
    border: 1px solid #F4DB9A;
    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: 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;
    height: 25px;
    font-weight: lighter;
    color: #8E8E8E;
    text-align: center;
    padding-right: 14px;
    border: none;
    font-size: 15px;
    background-color: transparent;
    border: .5px solid #7F736C;
    border-radius: 0
}

.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: 0;
    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;
    text-align: justify;
    float: left;
    margin-top: 12px
}

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

.specImage {
    height: 107%;
    width: 95%;
    border-radius: 0 0 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: .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: .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-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-radius: 2px;
    border-left: 20px solid
}

.noImageSpec {
    border: 1px solid;
    height: 28px;
    width: 167px;
    line-height: 28px;
    padding-left: 12px
}

#productQuantity {
    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;
    display: block;
    margin: auto;
    margin-top: 20px
}

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

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

#noStockClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #58595b;
    color: #fff;
    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: .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: #fff;
    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: #fff;
    color: #58595b
}

#specialOffersContainer {
    position: relative;
    height: auto;
    margin-bottom: 60px
}

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

#zoomedProductDiv {
    position: absolute;
    top: 30px;
    left: 0;
    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: #fff;
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 6px;
    font-size: 18px
}

.customizableFieldRow {
    background-color: rgba(196, 196, 196, .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;
    line-height: 24px;
    float: left;
}

.file-input-name {
    float: left;
    overflow: hidden;
    margin-top: 3px;
    font-size: 11px;
    color: #848484;
    margin-left: 5px;
    line-height: 32px;
}

#FM0FileUploadFrame {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

select.customizableFieldRow {
    height: 30px;
    border: none;
    float: left;
    cursor: pointer;
    margin-left: 0;
    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 0
}

.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: 13px
}

.customizableFieldTitle {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: lowercase;
    margin-bottom: 3px
}

.customizableFieldRow.isFile .customizableFieldTitle {
    font-size: 12px;
    text-indent: 10px;
}

#sanValentinNotice {
    position: relative;
    width: calc(90% - 40px);
    margin-top: 20px;
    background: #ffe7e7;
    padding: 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 30px
}

.productMoreInfo {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    max-height: fit-content;
    float: left;
    font-weight: 400;
}
  
.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    border-top: solid 1px #4a4a4a;
}
  
.moreInfoDiv:last-of-type {
    border-bottom: solid 1px #4a4a4a;
}
  
.productGrouptitle {
    margin: 0;
    margin-top: 12px;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-indent: 10px; 
}
  
.openClose {
    position: relative;
    float: right;
    right: 10px;
}
  
.productGroupInfo {
    width: 95%;
    position: relative;
    margin-bottom: 5px;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    height: 0;
    line-height: 16px;
    box-sizing: border-box;
    font-weight: 400;
    margin-top: 0;
    color: #848484;
}

.productGroupInfo p {
    margin-left: 60px;
}

.cardImages{
margin-left: 60px;
}

.cardImg {
    margin-left: 0;
    margin-top: 6px;
    width: 50px;
    height: auto;
    float: left;
}

.discountImg {
    margin-right: 5px;
    margin-top: 6px;
    margin-left: 0;
    width: 45px;
    height: 40px;
    float: left
}

.shippingZonesLink{
    text-decoration: underline; 

}

.paymentImg {
    width: 45px;
  }

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

@media screen and (max-width: 768px) {
    #productImages {
        width: 92%;
        margin-left: 2%;
        min-height: 0;
        max-height: 470px;
        padding-left: 4%;
        padding-right: 5%
    }

    #productRightColumn {
        width: 100%
    }

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

    .productBasicInfo {
        margin-top: 0;
        width: 100%
    }

    #productInfo {
        margin-top: 4px;
        margin-bottom: 66px;
        width: 96%;
        margin-left: 2%
    }

    .purchaseButton {
        position: relative;
        width: 80%;
        margin-top: 20px;
        height: 30px;
        background-color: #F4DB9A;
        text-align: center;
        line-height: 30px;
        margin-left: 10%;
        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;
        margin-left: 123px;
        width: 65px
    }

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

    .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: 100px;
        padding-right: 1%
    }

    #productImages {
        padding-top: 0
    }

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

    .specs {
        margin-left: 9%;
        width: 97%
    }

    .specGroup {
        margin-top: 10px
    }

    .scotiaPriceView {
        margin-top: 32px
    }

    .fa-chevron-right {
        margin-left: 1px;
        margin-right: 6px
    }

    .spec:not(.selectedSpec):hover,
    .spec.selectedSpec {
        padding-bottom: 1px
    }

    #priceSeparator {
        width: 255px;
        margin: 0 auto
    }

    #specialOffersContainer .sliderRightArrow {
        right: -16px
    }

    #specialOffersContainer .sliderLeftArrow {
        left: -19px
    }

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

    #sanValentinNotice {
        width: calc(100% - 40px)
    }
}