#content {
    margin-top: 0;
    padding-top: 0
}

.bankPriceView {
    position: relative;
    width: fit-content;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    float: left;
    margin: 10px 15px 10px 0;
    display: flex;
    gap: 15px;
    color: #7e7e7e;
}

.widthContainer {
    width: 90%;
    margin-top: 40px
}

.bankPriceRow {
    justify-content: unset !important;
    font-size: 18px !important
}

.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;
    width: 90%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    margin-top: 60px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 30px
}

#productImages {
    position: relative;
    float: left;
    width: 56%;
    height: auto;
    overflow: hidden;
    min-height: 512px;
    margin-right: 50px;
    padding-top: 25px;
    padding-bottom: 30px
}

#productRightColumn {
    position: relative;
    float: left;
    width: 35%;
    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: 100%;
    height: 45px;
    display: table;
    table-layout: fixed
}

.productInfoTitle {
    position: relative;
    width: 100%;
    color: #1c1c1c;
    font-weight: 700;
    padding-top: 3px;
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 29px
}

.productInfoLabel {
    height: auto;
    width: 120px;
    float: left;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 45px
}

#productPrice {
    position: relative;
    float: left;
    color: var(--black);
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    margin: 10px 15px 10px 0
}

.priceContainer {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap
}

#productOldPrice {
    position: relative;
    width: auto;
    display: table;
    text-align: center;
    color: #ee888c;
    font-weight: 600;
    margin: 0 auto;
    float: left;
    margin-right: 10px
}

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

.purchaseButton {
    position: relative;
    width: 90%;
    margin-right: 15px;
    margin-top: 25px;
    float: left;
    height: 45px;
    border-radius: 50px;
    background-color: var(--black);
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid var(--black);
    color: #fff;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    cursor: pointer;
    margin-bottom: 25px
}

.purchaseButton:hover {
    color: var(--black);
    background-color: var(--secondary);
    border: 2px solid var(--secondary)
}

#wish-list-container {
    height: 45px;
    left: unset;
    top: unset;
    float: left;
    display: flex;
    align-items: center;
    margin: 25px 0;
    justify-content: center;
    width: 45px;
    border-radius: 50%;
    background: #f0f0f0;
    border: 0 solid #f4f4f4;
    box-sizing: border-box;
    display: none
}

#addToWishlist {
    background-image: url(../../files/heartWishlist.svg);
    height: 25px;
    width: 25px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 0
}

#removeWishlistProduct {
    cursor: pointer;
    background-image: url(../../files/heartFilled.svg);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px
}

.specImage {
    height: 28px;
    width: 28px
}

.specGroup {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0
}

.specGroupTitle {
    position: relative;
    width: 40%;
    text-align: left;
    color: #363636;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    float: left;
    margin: 10px 0 12px;
    cursor: pointer
}

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

.spec {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 12px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out
}

.spec.noImageSpec {
    border-radius: 0;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid transparent
}

.spec:not(.selectedSpec):hover,
.spec.selectedSpec {
    border-radius: 50%;
    border: 1px solid #707173
}

.noImageSpec.spec:not(.selectedSpec):hover,
.noImageSpec.spec.selectedSpec {
    border-radius: 0%;
    border: none;
    border-bottom: 1px solid #707173
}

#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 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.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 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out
}

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

.visible {
    display: block !important
}

.customPageCenteredContent {
    width: 100% !important
}

.visible {
    display: block !important
}

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
}

.quantityContainer {
    position: relative;
    width: 100%;
    height: 35px;
    font-weight: 500;
    border-radius: 2px;
    display: table;
    margin-top: 22px;
    margin-bottom: 12px
}

.selectContainer {
    position: relative;
    cursor: pointer;
    height: 43px;
    text-align: center;
    width: 50%;
    max-width: 170px;
    margin-right: 4px;
    font-size: 20px;
    line-height: 24px;
    float: left;
    border: 1px solid #d6d6d6
}

#productQuantity {
    border: 0;
    height: 100%;
    position: relative;
    text-align: center;
    left: 5px;
    color: #000;
    padding: 0;
    width: 28px
}

#minusSign {
    float: left;
    margin-top: 10px;
    height: 75%;
    width: 35%;
    z-index: 8
}

#plusSign {
    float: right;
    margin-top: 9px;
    height: 75%;
    width: 35%;
    z-index: 8
}

.open {
    display: block
}

.navigationContainer {
    position: relative;
    width: 90%;
    height: 40px;
    margin: 10px auto;
    margin-top: 0;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #000
}

#addToWishlist:hover {
    background-image: url(../../files/heartFilled.svg)
}

.descriptionTitle {
    text-align: center;
    flex-basis: 100%;
    font-weight: 500;
    font-size: 21px;
    float: left;
    color: #3a3a3a;
    height: auto;
    line-height: 25px;
    border-radius: 50px;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out
}

.descriptionTitle.selected {
    color: #4c84c1
}

.productBrandName {
    color: #a8a8a8;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px
}

#productInfoDescriptionText {
    color: #1c1c1c;
    font-size: 14px;
    line-height: 18px
}

.helpLink {
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 30px;
    font-size: 13px;
    width: 90%
}

#removeWishlistProduct:hover {
    background-image: url(../../files/heartWishlist.svg)
}

.tableContainer {
    width: 80%;
    margin: auto
}

.table {
    width: 100%;
    float: left;
    margin-bottom: 80px
}

.titleContainer {
    width: 100%;
    margin-bottom: 30px;
    display: flex
}

.descriptionText {
    float: left;
    width: 100%;
    min-height: 100px;
    line-height: 20px;
    font-size: 16px;
    color: #1c1c1c;
    display: none
}

.descriptionText.selected {
    display: block
}

#badgeFile {
    width: 25%
}

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

    #productData {
        flex-direction: column
    }

    #productImages {
        width: 100%
    }

    #productRightColumn {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .widthContainer {
        width: 100% !important;
        margin-top: 0
    }

    #productImages {
        width: 100%;
        margin-left: 0%;
        min-height: 0;
        max-height: 400px;
        padding-bottom: 0;
        margin-right: 0
    }

    #productRightColumn {
        width: 90%;
        margin: auto;
        float: none
    }

    .productInfoTitle {
        font-size: 17px;
        margin-bottom: 4px;
        line-height: 21px
    }

    .productBasicInfo {
        margin-top: 0;
        height: auto
    }

    .bankPriceView {
        margin: 0;
        width: 100%
    }

    .tableContainer {
        width: 80%
    }

    .purchaseButton {
        position: relative;
        width: calc(100% - 4px);
        margin-top: 26px;
        margin-right: 0;
        height: 40px;
        float: left;
        line-height: 40px;
        font-size: 17px;
        margin-bottom: 7px
    }

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

    #productQuantity {
        padding-left: 3px;
        background: transparent
    }

    .selectContainer {
        width: 155px;
        float: left;
        color: #000;
        margin-left: 20px;
        border: 1px solid #000
    }

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

    #productInfoDescriptionText {
        margin-top: 15px;
        font-size: 12px;
        line-height: 18px
    }

    .productInfoLabel {
        width: 80px;
        font-size: 17px;
        font-weight: 400;
        margin-left: 0%;
        line-height: 45px
    }

    #productData {
        width: 92%;
        margin-top: 0;
        padding-top: 0;
        display: block;
        margin-bottom: 25px;
        background: #fff
    }

    #productImages {
        padding-top: 20px;
        padding-bottom: 20px
    }

    #productPrice {
        text-align: left;
        width: 100%;
        padding: 0;
        margin-top: 10px;
        font-size: 22px;
        line-height: 26px;
        margin-right: 0;
        margin-bottom: 10px
    }

    .specGroup {
        margin-top: 10px
    }

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

    #imgsContainer {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 0;
        padding-bottom: 30px
    }

    .imgContainer {
        position: relative;
        background: #f8f8f8
    }

    .slick-slide img {
        width: 100%;
        mix-blend-mode: multiply;
        max-width: 200px;
        margin: auto
    }

    #imgsContainer .slick-dots {
        bottom: -3px !important
    }

    .priceInfo {
        float: left;
        height: 25px;
        margin-top: 0;
        line-height: 25px
    }

    #wish-list-container {
        position: absolute;
        bottom: 6px;
        left: 0;
        z-index: 1;
        margin: 0
    }

    .sliderTitleContainer {
        font-size: 18px !important;
        float: none !important;
        width: fit-content !important;
        margin-top: 45px !important;
        margin-bottom: 0px !important
    }

    #productInfo {
        margin-top: 0
    }

    .descriptionTitle {
        font-size: 12px;
        width: 100%;
        line-height: 16px;
        text-align: left
    }

    .productBrandName {
        margin: 10px 0;
        font-size: 17px;
        line-height: 21px
    }

    .titleContainer {
        float: left;
        margin-bottom: 15px;
        display: block
    }

    .descriptionText {
        display: block !important;
        line-height: 15px;
        font-size: 11px
    }

    .helpLink {
        width: 100%
    }

    .dropdown {
        width: 100%;
        display: flex;
        align-items: center;
        color: #3a3a3a;
        height: 40px;
        justify-content: space-between
    }

    .dropdown.openDiv .descriptionTitleMobile,
    .dropdown.openDiv .openClose {
        color: #3392fc
    }

    .dropdownInfo {
        height: 0;
        overflow: hidden
    }

    .descriptionTitleMobile {
        font-weight: 500;
        float: left;
        color: #3a3a3a;
        height: auto;
        font-size: 12px;
        width: 100%;
        line-height: 16px;
        text-align: left;
        cursor: pointer
    }

    .descriptionTextMobile {
        float: left;
        width: 100%;
        line-height: 15px;
        font-size: 11px;
        color: #1c1c1c;
        margin-bottom: 15px
    }

    .dropdownContainer {
        border-top: 1px solid #d2d2d2
    }

    .dropdownContainer:last-of-type {
        border-bottom: 1px solid #d2d2d2
    }

    .spec.noImageSpec {
        height: auto;
        font-size: 12px;
        padding-bottom: 5px
    }

    #badgeFile {
        position: absolute;
        top: 0
    }
}

@media screen and (min-width: 415px) and (max-width:768px) {
    .selectContainer {
        width: 155px;
        float: left;
        margin-left: 20px
    }

    #productImages {
        max-height: unset
    }
}