.product-detail-information-column {
    padding-top: 5em !important;
}

.product-detail-title-header {
    margin-bottom: 0 !important;
    font-size: 40px !important;
    font-weight: 500 !important;
}
.product-detail-subtitle-header {
    margin-top: 0 !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}

.alternative-product-slide {
    padding-bottom: 4em;
}

.alternative-products-slider-dots {
    position: absolute;
    right: 0; bottom: 1em; left: 0;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
}
.alternative-products-slider-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
    border-bottom-right-radius: 4em;
    border: 1px solid rgb(40, 138, 91);
    transition: all 400ms ease-in-out;
}
.alternative-products-slider-dots li:hover {
    cursor: pointer;
    background: rgba(40, 138, 91, 0.5);
}
.alternative-products-slider-dots li.slick-active {
    background: rgb(40, 138, 91);
}
.alternative-products-slider-dots li button {
    display: none;
}

#product-detail-image-slider {
    height: 50vh !important;
    position: relative;
}
.product-detail-image {
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50vh !important;
    cursor: zoom-in;
    outline: 0 !important;
    border-radius: 1em;
}

#product-detail-modal-image-content {
    position: relative;
}
#product-detail-modal-image {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 80% !important;
    width: 80% !important;
    border-radius: 1em;
}

#product-detail-image-thumb-slider {
    height: 100px;
}
.product-detail-thumb-image {
    height: 100px !important;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

#product-image-slider-left-btn {
    position: absolute;
    top: 0; bottom: 0; left: 0;
    margin: auto;
    height: 50px;
    font-size: 40px;
    font-weight: 300;
    z-index: 1;
    color: rgb(80,80,80);
    cursor: pointer;
    transition: 400ms ease-in-out;
}
#product-image-slider-right-btn {
    position: absolute;
    top: 0; bottom: 0; right: 0;
    margin: auto;
    height: 50px;
    font-size: 40px;
    z-index: 1;
    color: rgb(80,80,80);
    cursor: pointer;
    transition: 400ms ease-in-out;
}

#product-image-slider-left-btn:hover, #product-image-slider-right-btn:hover {
    opacity: 0.8;
}

.product-detail-thumb-image {
    cursor: pointer;
    transition: 400ms ease-in-out;
}
.product-detail-thumb-image:not(.slick-current):hover {
    background-color: rgba(80, 80, 80, 0.25);
}
.product-detail-thumb-image.slick-current {
    background-color: rgba(80, 80, 80, 0.5);
}

.alternative-products-slider-left-arrow, .alternative-products-slider-right-arrow {
    position: absolute;
    top: 0; bottom: 0;
    margin: auto 0 !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 30px !important;
    line-height: 50px !important;
    z-index: 1;
    transition: all 400ms ease-in-out;
    color: rgb(40, 138, 91) !important;
}
.alternative-products-slider-left-arrow {
    left: 0;
}
.alternative-products-slider-right-arrow {
    right: 0;
}
.alternative-products-slider-left-arrow:hover, .alternative-products-slider-right-arrow:hover {
    cursor: pointer;
    color: rgba(40, 138, 91, 0.75) !important;
}
