.btn_default:hover {
    color: white;
}
.qq-gallery.qq-uploader[camera]::before {
    content: none !important;
}

.product-gallery .additional-images__item--video-overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    z-index: 1;
}

.product-gallery .additional-images__item--video-overflow svg {
    fill: #fff;
    width: 25px;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    margin: auto;
}

/* checkout page */
.checkout-page .form-check .form-check-input {
    margin-top: 0;
}
.checkout-page__block .form-check {
    margin-bottom: 13px;
}
@media (min-width: 980px) {
    .checkout-page__block .form-check {
        margin-bottom: 8px;
    }
}
@media (min-width: 1200px) {
    .checkout-page__block .form-check {
        margin-bottom: 13px;
    }
}
@media (min-width: 1400px) {
    .checkout-page__block .form-check {
        margin-bottom: 15px;
    }
}


@media (max-width: 767px) {
    .offcanvas-start {
        width: 100%;
    }
}

/* todo: fix product name height */
.product__item-name a {
    max-height: 100%;
}


.product-gallery .additional-images__item--video-overflow {
    display: flex;
}
.product-gallery .additional-images__item--video-overflow img {
    max-width: 25px;
    margin-left: auto;
    margin-right: auto;
}


/* .checkout-page .progress-block-info__item-title */
@media (min-width: 968px) {
    .checkout-page .progress-block-info__item-title {
        line-height: 20px;
    }
}