/*------------------------------------*\
    
    Custom styling for New Single Equipment
    Tabs Section block
    Global styling can be found in cat/cat-single.css

\*------------------------------------*/

.product-img__btn {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.product-img__btn-img {
    border-bottom: 1px solid #EBEBEB;
    height: 219px;
    width: 100%;
    position: relative;
}

.product-img__btn-details {
    padding: 18px 20px 10px;
}

.product-img__btn-title {
    font-size: 24px;
    line-height: 1.208em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
    color: var(--color-black);
}

.product-img__btn-details p {
    font-size: 18px;
    line-height: 1.22em;
    font-weight: 400;
    margin: 0 0 12px 0;
    padding: 0;
    color: var(--color-black);
}

.product-img__btn-details p span {
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
}

.product-img__btn-footer {
    margin-top: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-img__btn-arrows.slick__arrows-custom {
    justify-content: center;
}

.js-related-equipment-slider {
    padding: 0 25px 40px;
}

.js-related-equipment-slider.slick-initialized .slick-slide {
    margin: 0 16px 20px !important;
}

.js-related-equipment-slider .slick-track {
    display: flex !important;
    padding: 10px 0;
}

.js-related-equipment-slider .slick-slide {
    height: inherit !important;
    vertical-align: top;
}

.js-related-equipment-slider .slick-slide > div {
    height: 100%;
}

.js-related-equipment-slider .slick-slide .product-img__btn-item {
    height: inherit;
}

@media ( min-width: 768px ) {
    
}

@media (min-width: 1200px) {
    .product-img__btn:hover {
        background: none;
    }
}
