* {
    padding: 0;
}
:root {
    --primary: #f23058;
    --secondary: #eb5757;
    --tertiary: #f0f9ff;
    --blue1: #194060;
    --blue2: #607d94;
    --blue3: #c9dcec;
    --black: #292d33;
    --grey: #9497a1;
    --background: #f3f3f3;
    --red: #c14040;
}
body {
    background-color: var(--background);
}
img {
    object-fit: cover;
}
a {
   text-decoration: none;
}
.btn__square {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
li {
    list-style: none;
}
p {
    margin: 0;
}
a:hover {
    color: inherit;
}
.open_sans {
    font-family: "Open Sans";
}
.manrope,
.btn,
button {
    font-family: "Manrope";
}
.fs-14 {
    font-size: 14px;
}

.text_primary {
    color: var(--black);
}
.bg-danger {
    background-color: var(--primary) !important;
}
.text-danger {
    color: var(--primary) !important;
}
.btn-danger {
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-bg: #ff1544;
    --bs-btn-hover-border-color: #ff1544;
    --bs-btn-active-bg: #ff1544;
    --bs-btn-active-border-color: #ff1544;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d15763;
    --bs-btn-disabled-border-color: #d15763;
}
.white_to_red_btn {
    --bs-btn-bg: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f23058;
    --bs-btn-hover-border-color: #f23058;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f23058;
    --bs-btn-active-border-color: #f23058;
}
.see__all {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--secondary);
}
.see__all:hover {
    color: #ff7575;
}
.splide__arrow {
    width: 60px !important;
    height: 60px !important;
    background: #fff !important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px !important;
    opacity: 1 !important;
}
.splide__arrow svg {
    fill: var(--black) !important;
}
.between_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket__modal {
    --bs-modal-width: 700px;
}
.basket__modal .table {
    border-spacing: 0 3px;
    border-collapse: separate;
}
.basket__modal .table th,
.basket__modal .table td {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 12px 24px;
}
.basket__modal .table th:first-child,
.basket__modal .table td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.basket__modal .table th:last-child,
.basket__modal .table td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.basket_modal_total {
    background-color: rgba(0, 0, 0, 0.05);
}
.modal_clear_btn {
    height: 53px;
    font-family: "Manrope";
    background: #f6f7f9;
    border-color: #f6f7f9;
    color: rgba(41, 45, 51, 0.5);
    padding-left: 30px;
    padding-right: 30px;
}
.price__sup {
    left: -5px;
}
.card__price {
    position: absolute;
    top: -60px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(41, 45, 51, 0.05);
    border-radius: 6px;
    padding: 8px;
}
.card_product_price {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--primary);
    margin: 0;
}
.card_price_point {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    color: var(--primary);
    transform: translate(-4px, -4px);
}

.products__content {
    margin-top: 60px;
    margin-bottom: 60px;
}
.products_content_header,
.products_content_header_blog {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
	width:100%;
}
.products_content_header_blog {
    gap: 10px 0;
    margin-bottom: 0;
}
.products__title {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 55px;
    line-height: 83px;
    color: var(--black);
    margin-right: 20px;
}
.products_header_title {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
}
.products_content_header .badge {
    background: var(--primary);
    border-radius: 6px;
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 22px;
    cursor: default;
}
.products_content_header_text {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--black);
    padding-left:1em;	
}
.products_content_header_text:nth-child(2) {
    margin-left: 40px;
    margin-right: 70px;
}
.products_content_header_text:nth-child(3) {
    margin-right: 70px;
}
.products_filter_btn {
    background-color: #fff;
    color: var(--primary);
}
.tools__table tbody .btn,
.guides__table tbody .btn {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 14px;
    height: 30px;
    display: flex;
    align-items: center;
    width: max-content;
}

.order_steps_blog {
    /* overflow-x: auto;
    overflow-y: auto; */
    display: flex;
    align-items: center;
}
.order__steps {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* min-width: 600px; */
    min-height: 150px;
}

.order__steps::before,
.order_steps_line {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #dadada;
}
.order_steps_line {
    background-color: var(--primary);
}

.order__step {
    position: relative;
    z-index: 2;
    background-color: #dadada;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
.order__step.active {
    background-color: var(--primary);
}
.order_steps_text {
    position: absolute;
    top: 120%;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    color: var(--black);
    white-space: nowrap;
}

@media (max-width: 767px) {
    .products__title {
        font-size: 48px;
    }
    .products__content {
        margin: 30px 0;
    }
    .products_content_header_text:nth-child(2) {
        margin-left: 20px;
        margin-right: 30px;
    }
    .products_content_header_text:nth-child(3) {
        margin-right: 30px;
    }
    .basket__modal .modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }
    .order__steps {
        justify-content: space-between;
    }
    .order__steps::before,
    .order_steps_line {
        width: calc(100% - 24px);
        left: auto;
        right: auto;
    }
    .order_steps_text {
        white-space: inherit;
        text-align: center;
        font-size: 11px;
        line-height: 13px;
    }
    .basket__modal .table {
        font-size: 14px;
    }
    .checkout__table,
    .basket__modal .table {
        table-layout: fixed;
    }
    .checkout__table th:first-child,
    .basket__modal .table th:first-child,
    .basket__modal .table td:first-child {
        width: 100%;
    }
    .checkout__table tr,
    .basket__modal .table tr {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 6px;
        padding: 5px 2px 0;
        border-radius: 6px;
        background-color: #fff;
    }
    .basket__modal .table td,
    .basket__modal .table th {
        background-color: transparent;
        padding: 8px 12px;
    }
    .basket__modal .table tr {
        background-color: rgba(0, 0, 0, 0.03);
    }
}
@media (max-width: 575px) {
    .splide__arrow {
        width: 45px !important;
        height: 45px !important;
        border-radius: 15px !important;
    }
    .products__title {
        font-size: 36px;
    }
    .card_product_price {
        font-size: 18px;
    }
    .order__step {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 425px) {
    .splide__arrow {
        width: 36px !important;
        height: 36px !important;
        border-radius: 10px !important;
    }
    .products__content {
        margin-top: 20px;
    }
}


hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
