@import "../../app/variables";
.product-details-similar {
    .mgb-3 {
        margin-bottom: -3px !important;
    }

    .mg-bottom {
        margin-bottom: 2.3rem;
    }

    .head {
        h3 {
            border-bottom: 2px solid $primary-amber !important;

            .borders {
                border-bottom: 3px solid $primary-amber !important;

            }

            span {
                font-family: "peyda", sans-serif !important;
            }
        }

    }

    .btn {
        font-family: "peyda", sans-serif !important;
        text-shadow: 0px 0px 8px $shadow-medium;
        font-size: 0.875rem;
        transition: 0.4s;
        border-radius: 5px !important;
        background-color: $text-medium;

        &:hover {
            svg {
                fill: $pure-white !important;

            }
        }
    }

    cursor: pointer;

}