/* ----- BASE ----- */
html {
    font-size: 16px;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    line-height: 2rem;
    color: #050708;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
a {
    text-decoration: none;
    color: inherit;
    transition: 0.4s;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
.page-wrap {
    overflow: hidden;
    position: relative;
}
.triangle-bg {
    background-image: url(../img/triangle-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90.4375rem;
    height: 49.75rem;
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    top: 0;
    z-index: -1;
}
.triangle-bg-two {
    background-image: url(../img/triangle-4.svg);
    left: auto;
    right: -0.4%;
    width: 120rem;
    height: 88.7rem;
    background-position-y: top;
    background-position-x: right;
}
.title {
    text-align: center;
}
.form-control:focus {
    box-shadow: none;
}
/* ----- /BASE ----- */
/*  */
/* ----- TYPOGRAPHY ----- */
h1, .h1 {
    font-size: 4rem;
    line-height: 4.875rem;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
h2, .h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.6875rem;
    color: #000000;
}
h3, .h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    color: #050708;
}
h4, .h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #050708;
}
h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    line-height: 2.1875rem;
}
.h5 {
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 700;
}
h6 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 500;
}
/* ----- /TYPOGRAPHY ----- */
/*  */
/* ----- BUTTONS ----- */
.btn {
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 0.625rem;
    padding: 0.6rem 1rem;
    width: 22.5625rem;
}
.btn-purple {
    background-color: #492375;
    border-color: #492375;
    color: #ffffff;
}
.btn-purple:hover {
    background-color: #CABFD7;
    border-color: #CABFD7;
    color: #492375;
}
.btn-arrow {
    padding: 0;
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border: 0;
}
.btn-arrow:hover {
    color: #FF7A1B;
}
.btn-arrow svg {
    margin-left: 0.25rem;
    margin-right: -1.25rem;
}
.btn-outline-white {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.btn-outline-white:hover {
    color: #492375;
    background-color: #ffffff;
}
.btn-outline-orange {
    font-size: 1.5rem;
    color: #492375;
    border: 1px solid #FF7A1B;
    width: auto;
    border-radius: 1.875rem;
    background-color: #ffffff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    padding: 1.7rem 2.7rem;
}
.btn-outline-orange:hover {
    background-color: #FFF2E8;
    border-color: #FF7A1B;
    color: #492375;
}
/* ----- /BUTTONS ----- */
/*  */
/* ----- HEADER ----- */
.header {
    padding: 3.75rem 0;
    position: relative;
}
.header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}
.header .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header .menu li {
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0 0.8rem;
}
.header .menu li:hover a {
    color: #FF7A1B;
}
.header .header-nav {
    border-bottom: 2px solid rgba(73, 35, 117, 0.29);
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 1.9rem;
}
.header .icon-cart {
    margin-left: 1.1rem;
}
.header .icon-cart svg path {
    transition: 0.4s;
}
.header .icon-cart:hover svg path {
    fill: #FF7A1B;
}
.header .user-nav {
    display: flex;
    align-items: center;
    position: absolute;
    right: -3.5rem;
    padding-bottom: 0.5rem;
}
.header .user-nav .dropdown .dropdown-toggle {
    width: auto;
    padding: 0;
    border: 0;
    line-height: 1rem;
}
.header .user-nav .dropdown .dropdown-toggle:focus {
    outline: none;
}
.header .user-nav .dropdown .dropdown-toggle::after {
    display: none;
}
.header .logo {
    width: 10.6rem;
    position: absolute;
    left: -10.1rem;
    bottom: 0;
}
.header .user-nav .dropdown-toggle svg path {
    transition: 0.4s;
}
.header .user-nav .dropdown-toggle:hover svg path {
    fill: #FF7A1B;
}
.header .user-nav .dropdown .dropdown-menu {
    box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    border: 0;
    margin-top: 0.5rem !important;
    border-radius: 0;
    min-width: 8.9rem;
    padding: 1rem 0 1.3rem;
}
.header .user-nav .dropdown .dropdown-menu .dropdown-item {
    font-weight: 700;
    color: #050708;
    padding: 0.3rem 1.1rem;
    font-size: 0.9375rem;
    line-height: 1.625rem;
}
/* ----- HEADER ----- */
/*  */
/* ----- SECTION BANNER ----- */
.section-banner {
    text-align: center;
    padding-top: 6.5rem;
    padding-bottom: 3rem;
    color: #000000;
}
.section-banner .title {
    max-width: 61rem;
    margin: 0 auto;
}
.section-banner .btn {
    margin-top: 3.3rem;
}
/* ----- /SECTION BANNER ----- */
/*  */
/* ----- SECTION PARTNERS ----- */
.section-partners {
    padding-top: 3.8rem;
    padding-bottom: 4rem;
}
.section-partners .row {
    align-items: center;
    justify-content: center;
}
/* ----- /SECTION PARTNERS ----- */
/*  */
/* ----- SECTION BUY ITEMS ----- */
.section-buy-items {
    padding-top: 6.8rem;
    position: relative;
}
.section-buy-items .container {
    position: relative;
    padding-bottom: 11.3rem;
}
.section-buy-items .container::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(73, 35, 117, 0.29);
    z-index: -1;
}
.section-buy-items::after {
    content: '';
    background-image: url(../img/triangle-2.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -1.1rem;
    bottom: -39.7rem;
    width: 30.1rem;
    height: 116.2rem;
    background-size: contain;
    background-position-x: left;
    z-index: -1;
    background-color: #ffffff;
    background-position-y: center;
}
.section-buy-items .title {
    margin-bottom: 4.3rem;
}
.item-buy {
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    margin: 0 -1rem 2.56rem;
}
.item-buy .btn-collapse {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    width: 100%;
    padding: 1.063rem 13.7rem 1.063rem 0.8rem;
    position: relative;
    border: 0;
}
.item-buy .btn-collapse:focus {
    outline: none;
    box-shadow: none;
}
.btn-collapse::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1 2.87495L10.7 11.3C10.6 11.4 10.4917 11.4706 10.375 11.512C10.2583 11.554 10.1333 11.575 9.99999 11.575C9.86666 11.575 9.74166 11.554 9.62499 11.512C9.50833 11.4706 9.39999 11.4 9.29999 11.3L0.874994 2.87495C0.641661 2.64162 0.524994 2.34995 0.524994 1.99995C0.524994 1.64995 0.649994 1.34995 0.899994 1.09995C1.14999 0.849952 1.44166 0.724952 1.77499 0.724952C2.10833 0.724952 2.39999 0.849952 2.64999 1.09995L9.99999 8.44995L17.35 1.09995C17.5833 0.866618 17.8707 0.749952 18.212 0.749952C18.554 0.749952 18.85 0.874952 19.1 1.12495C19.35 1.37495 19.475 1.66662 19.475 1.99995C19.475 2.33328 19.35 2.62495 19.1 2.87495Z' fill='%23FF7A1B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 0.6875rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 4rem;
    transition: 0.4s;
}
.btn-collapse:not(.collapsed)::after {
    transform: rotate(180deg);
}
.item-buy .btn-collapse .icon {
    width: 4.3125rem;
    height: 4.3125rem;
    flex: 0 0 4.3125rem;
    margin-right: 2.2rem;
}
.item-buy .btn-collapse .price {
    color: #492375;
    margin-left: auto;
}
.item-buy .collapse-content li {
    font-weight: 500;
    font-size: 1.5rem;
    margin-right: 2.4rem;
    margin-bottom: 2.2rem;
    flex: 0 0 auto;
}
.item-buy .collapse-content li:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.item-buy .collapse-content {
    padding: 1.8rem 2rem 2.5rem;
}
.item-buy .collapse-content ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.item-buy .collapse-content li:nth-child(3n) {
    margin-right: 0;
}
.item-buy .collapse-content li:hover a {
    color: #FF7A1B;
}
/* ----- /SECTION BUY ITEMS ----- */
/*  */
/* ----- SECTION GET NOW ----- */
.section-get-now {
    padding-top: 4.1rem;
    position: relative;
}
.card-get-now {
    border: 1px solid #FF7A1B;
    border-radius: 0.25rem;
    position: relative;
    padding: 0.8rem 0.3rem 0.8rem 0.8rem;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
    text-align: center;
    background-color: #ffffff;
}
.card-get-now .icon {
    background: #FFF2E8;
    width: 4.1875rem;
    height: 4.1875rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -2.1rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.section-get-now .col-cards {
    padding-top: 3.8rem;
    padding-left: 5.4rem;
    flex: 0 0 35.7%;
    max-width: 35.7%;
}
.section-get-now .col-cards .card-get-now {
    margin-bottom: 3.2rem;
}
.section-get-now .col-cards .card-get-now:last-child {
    margin-bottom: 0;
}
.card-get-now .price-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 2.2rem;
    padding-right: 1.6rem;
}
.card-get-now .price-wrap .price {
    color: #492375;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    text-align: center;
    font-weight: 500;
}
.card-get-now .price-wrap .price span {
    display: block;
    font-weight: 700;
    color: #FF7A1B;
    font-size: 1.5rem;
}
.card-get-now h5 {
    margin-bottom: 1.3rem;
}
.card-get-now .btn-get {
    font-size: 0.9375rem;
    font-weight: 500;
    width: 7.5625rem;
    position: relative;
    color: #492375;
    border-radius: 0;
    padding: 0;
    margin-left: auto;
    line-height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='112' height='24' viewBox='0 0 112 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M112 1.92H5.00008C2.33341 5.09333 -1.39992 13.568 5.00008 22.08H112' stroke='%23FF7A1B' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 6.9rem 1.5rem;
    background-position-y: center;
    border: 0;
}
.btn-get::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.49492 1.38334L11.271 11.1833C11.3751 11.3 11.4487 11.4264 11.4918 11.5625C11.5355 11.6986 11.5574 11.8444 11.5574 12C11.5574 12.1556 11.5355 12.3014 11.4918 12.4375C11.4487 12.5736 11.3751 12.7 11.271 12.8167L2.49492 22.6458C2.25186 22.9181 1.94804 23.0542 1.58346 23.0542C1.21888 23.0542 0.906377 22.9083 0.64596 22.6167C0.385544 22.325 0.255335 21.9847 0.255335 21.5958C0.255335 21.2069 0.385544 20.8667 0.64596 20.575L8.30221 12L0.645961 3.425C0.402906 3.15278 0.281378 2.81756 0.281378 2.41934C0.281378 2.02034 0.411587 1.675 0.672004 1.38334C0.93242 1.09167 1.23624 0.945836 1.58346 0.945836C1.93068 0.945836 2.2345 1.09167 2.49492 1.38334Z' fill='%23FF7A1B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
    width: 0.6875rem;
    height: 100%;
    background-position-y: center;
}
.card-get-now .btn-get:hover {
    color: #FF7A1B;
}
.section-get-now .col-content > img {
    margin: 0 auto 2rem;
    width: 15.3125rem;
    display: block;
}
.section-get-now .col-content {
    padding: 0 2.5rem 0 3.5rem;
}
.section-get-now .col-image {
    padding-top: 0.3rem;
}
.section-get-now .col-image img {
    width: 14.9rem;
}
.section-get-now .row {
    margin: 0 auto;
}
.section-get-now .row-cards {
    margin-top: 4.7rem;
    padding-left: 1.3rem;
    margin-bottom: 5.5rem;
}
.section-get-now .row-cards .col {
    padding: 0 2.1875rem;
}
.section-get-now .content-wrap {
    position: relative;
    padding-bottom: 0.2rem;
    margin-bottom: 2.9rem;
    z-index: 10;
}
.section-get-now .divider {
    border-bottom: 1px solid rgba(73, 35, 117, 0.29);
    position: relative;
    margin-bottom: 4.3rem;
    z-index: 2;
}
.section-get-now .divider-triangle {
    z-index: 1;
}
.section-get-now .divider-triangle::after {
    content: '';
    background-image: url(../img/triangle-3.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: -19%;
    top: -58.9rem;
    width: 30.2rem;
    height: 89rem;
    background-size: 100%;
    background-position-x: right;
    background-position-y: center;
    background-color: #fff;
    z-index: -1;
}
.section-get-now .col-content .card-get-now {
    max-width: 19.5rem;
    margin: 2.5rem auto 3rem;
}
/* ----- /SECTION GET NOW ----- */
/*  */
/* ----- SECTION BLOG ----- */
.section-blog {
    padding-top: 1rem;
    padding-bottom: 7rem;
}
.section-blog h2 {
    color: #FF7A1B;
}
.section-blog .title {
    margin-bottom: 4rem;
}
.blog-post {
    display: block;
    border-radius: 0.5rem;
    padding: 1.7rem 1.1rem 0 2.2rem;
    position: relative;
    background-image: url(../img/post-border.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.blog-post:hover h5 {
    color: #FF7A1B;
}
.section-blog .container {
    max-width: 76.8rem;
}
.section-blog .col {
    padding: 0 2.25rem;
}
.blog-post .image-wrap > img {
    width: 94.2%;
    height: 11.9rem;
    object-fit: cover;
    border-radius: 0.3125rem;
    transition: 0.4s;
}
.blog-post:hover .image-wrap img {
    transform: scale(1.1);
}
.blog-post .image-wrap {
    position: relative;
    margin-bottom: 0.4rem;
}
.blog-post .image-wrap .post-date {
    position: absolute;
    transform: rotate(90deg);
    right: -2.7rem;
    top: 6.6rem;
    font-weight: 500;
    color: #FF7A1B;
    font-size: 0.9375rem;
    line-height: 1rem;
    height: 1rem;
    width: 4.7rem;
    text-align: left;
}
.blog-post h5 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    transition: 0.4s;
}
.blog-post .author-name {
    font-size: 1.125rem;
    color: #492375;
    font-weight: 500;
    line-height: 1.125rem;
    margin-top: 2rem;
    margin-left: 8.8rem;
}
.blog-post h4 {
    transition: 0.4s;
}
.blog-post:hover h4 {
    color: #FF7A1B;
}
/* ----- /SECTION BLOG ----- */
/*  */
/* ----- SECTION REVIEWS ----- */
.section-reviews {
    padding-top: 4.3rem;
    padding-bottom: 9.1rem;
}
.section-reviews .col-title {
    text-align: center;
    padding-top: 1.9rem;
    flex: 0 0 52%;
    max-width: 52%;
}
.section-reviews .col-slider {
    flex: 0 0 48%;
    max-width: 48%;
    padding-left: 3rem;
}
.review-item .author-name h5 {
    color: #FF7A1B;
    margin-bottom: 0rem;
}
.review-item .author-name {
    padding: 1.2rem 1rem 0;
    color: #4B4B4B;
    position: relative;
}
.review-item .author-name::before {
    content: '';
    background-image: url(../img/review-title-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5rem;
    height: 5.5rem;
}
.review-item .review-title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}
.review-item .review-title .rating {
    display: flex;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 0.4rem;
    margin-right: 4rem;
}
.review-item .review-title .rating svg {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    margin-left: 0.1rem;
}
.review-item .review-body {
    padding: 0 1rem;
}
.section-reviews .btn-arrow {
    margin-top: 4.1rem;
}
.section-reviews .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 2.4rem;
    height: 1.625rem;
}
.section-reviews .owl-carousel .owl-dots .owl-dot {
    width: 1.625rem;
    height: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0.7rem;
    transition: 0.4s;
    border: 2px solid transparent;
}
.section-reviews .owl-carousel .owl-dots .owl-dot.active {
    width: 1.625rem;
    height: 1.625rem;
    border: 2px solid #FF7A1B;
}
.section-reviews .owl-carousel .owl-dots .owl-dot span {
    background: #FF7A1B;
    opacity: 0.1;
    border-radius: 50%;
    width: 0.875rem;
    height: 0.875rem;
}
.section-reviews .owl-carousel .owl-dots .owl-dot.active span {
    opacity: 0;
}
/* ----- /SECTION REVIEWS ----- */
/*  */
/* ----- FOOTER ----- */
.footer {
    background-color: #492375;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.footer .footer-logo {
    display: block;
    margin-bottom: 0.8rem;
}
.footer .social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer .social a {
    margin-right: 1rem;
    flex: 0 0 1.25rem;
    max-width: 1.25rem;
}
.footer .social a svg {
    max-width: 100%;
}
.footer .social a svg path {
    transition: 0.4s;
}
.footer .social a:hover svg path {
    fill: #FF7A1B;
}
.footer .social .icon-facebook:hover svg path {
    fill: transparent;
    stroke: #FF7A1B;
}
.footer .col-logo {
    flex: 0 0 12.7%;
    max-width: 12.7%;
}
.footer .col-nav {
    flex: 0 0 87.3%;
    max-width: 87.3%;
    padding-top: 0.8rem;
}
.footer .footer-menu li {
    font-size: 0.8125rem;
    line-height: 1rem;
    margin-bottom: 0.1rem;
}
.footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.footer .footer-nav::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FF7A1B;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
}
.footer h6 {
    margin-bottom: 0.9rem;
}
.footer .footer-nav .col {
    padding: 0 1.5rem 0 2.8rem;
    flex: 0 0 17%;
    max-width: 17%;
}
.footer .footer-nav .col:nth-child(3) {
    padding-left: 3.7rem;
}
.footer .footer-nav .col:last-child {
    flex: 0 0 auto;
    margin-left: auto;
    padding-right: 1.2rem;
    padding-left: 0;
}
.footer .footer-nav .col:nth-child(5) {
    flex: 0 0 23%;
    max-width: 23%;
}
.footer .copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.625rem;
    line-height: 0.875rem;
    margin-top: 3.9rem;
}
.footer .copyright .copyright-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 4.1rem;
}
.footer .copyright .payment-cards {
    margin-left: auto;
    margin-right: -0.5rem;
    width: 8rem;
    margin-top: -0.3rem;
    margin-bottom: 0.3rem;
}
.footer .copyright p {
    margin-bottom: 0;
}
.footer .copyright .copyright-menu li {
    margin-right: 0.6rem;
}
.footer a:hover {
    color: #FF7A1B;
}
/* ----- /FOOTER ----- */
/*  */
/* ----- SECTION BUY ITEMS TWO ----- */
.section-buy-items-two {
    padding-top: 0;
    margin-top: 0.5rem;
    padding-bottom: 4rem;
}
.section-buy-items-two::after {
    display: none;
}
.section-buy-items-two .container::after {
    display: none;
}
.section-buy-items-two .row {
    margin: 0 2.5rem;
}
.section-buy-items-two .col {
    padding: 0 0.5625rem;
}
.section-buy-items-two .container {
    padding-bottom: 0;
}
.item-buy-small {
    margin: 0;
}
.item-buy-small .btn-collapse .icon {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    margin-right: 0.6rem;
}
.item-buy-small .btn-collapse {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.625rem;
    padding: 1.063rem 6.7rem 1.063rem 0.8rem;
}
.item-buy-small .btn-collapse::after {
    display: none;
}
.item-buy-small .btn-collapse {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.625rem;
    padding: 0rem 0.75rem 0rem 1rem;
}
.item-buy-small .collapse-content > ul > li, 
.item-buy-small .collapse-content > ul > li:nth-last-child(-n+3) {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    margin: 0;
    margin-bottom: 1.1rem;
}
.item-buy-small .collapse-content {
    padding: 1rem 0.9rem 2.1rem;
}
.item-buy-small .collapse-content ul {
    display: block;
}
.item-buy-small .collapse-content li:last-child {
    margin-bottom: 0;
}
.item-buy-small .item-other {
    position: relative;
}
.item-buy-small .item-other .hover-links {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    width: 12.625rem;
    padding: 0.65rem 0;
    border-radius: 0 1rem 1rem 0;
}
.item-buy-small .item-other .hover-links::before {
    content: '';
    border-radius: 0 1rem 1rem 0;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #fff;
}
.item-buy-small .item-other:hover .hover-links {
    opacity: 1;
    visibility: visible;
}
.item-buy-small .item-other .hover-links li {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    margin-right: 0;
    padding: 0 0.9rem;
    font-weight: 400;
    margin-bottom: 0.68rem;
    cursor: pointer;
}
.item-buy-small .item-other .hover-links li:last-child {
    margin-bottom: 0;
}
.item-buy-small .item-other:hover .hover-links a {
    color: #000000;
}
.item-buy-small .item-other .hover-links li:hover a {
    color: #FF7A1B;
}
.item-buy-small .item-other .icon {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    margin-right: 0.8rem;
}
.item-buy-small .item-other > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 10;
    position: relative;
}
.item-buy-others .collapse-content {
    padding: 0.7rem 0.9rem 0.2rem;
}
.item-buy-small .collapse-content > ul > li.item-other {
    margin-bottom: 0.55rem;
    margin-right: -0.9rem;
}
/* ----- /SECTION BUY ITEMS TWO ----- */
/*  */
/* ----- SECTION BANNER BUY ----- */
.section-banner-buy {
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 4.55rem;
}
.breadcrumb {
    justify-content: center;
    margin-bottom: 4.2rem;
}
.breadcrumb li {
    font-weight: 500;
    color: #492375;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    margin: 0 0.2rem;
}
.breadcrumb .breadcrumb-item:hover a {
    color: #FF7A1B;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-item.active {
    color: #492375;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8752 0.900096L11.3002 9.3001C11.4002 9.4001 11.4709 9.50843 11.5122 9.6251C11.5542 9.74176 11.5752 9.86676 11.5752 10.0001C11.5752 10.1334 11.5542 10.2584 11.5122 10.3751C11.4709 10.4918 11.4002 10.6001 11.3002 10.7001L2.8752 19.1251C2.64186 19.3584 2.3502 19.4751 2.0002 19.4751C1.6502 19.4751 1.3502 19.3501 1.1002 19.1001C0.850196 18.8501 0.725196 18.5584 0.725196 18.2251C0.725196 17.8918 0.850196 17.6001 1.1002 17.3501L8.4502 10.0001L1.1002 2.6501C0.866864 2.41676 0.750197 2.12943 0.750197 1.7881C0.750197 1.4461 0.875197 1.1501 1.1252 0.900096C1.3752 0.650096 1.66686 0.525096 2.0002 0.525096C2.33353 0.525096 2.6252 0.650096 2.8752 0.900096Z' fill='%23492375'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.75rem;
    height: 1.25rem;
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: -0.4rem;
    margin-right: 0.4rem;
    margin-left: 0.1rem;
}
.section-banner-buy .title p {
    max-width: 49rem;
    margin: 0 auto;
    line-height: 1.375rem;
}
.section-banner-buy h1 {
    margin-bottom: 1.4rem;
}
.section-banner-buy .title {
    margin-bottom: 5.4rem;
}
.section-banner-buy .nav-tabs {
    border: 0;
    justify-content: center;
    margin-bottom: 1.7rem;
}
.section-banner-buy .nav-tabs .nav-link {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    outline: none;
}
.tab-title-box {
    border: 1px solid #FF7A1B;
    border-radius: 0.875rem;
    background: #ffffff;
    color: #492375;
    overflow: hidden;
    text-align: left;
}
.tab-title-box .box-header {
    border-bottom: 1px solid #FF7A1B;
    background: #FFF2E8;
    padding: 1.15rem 1.5rem 0.725rem 1.9rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-banner-buy .nav-tabs .nav-item {
    margin: 0 0.65625rem;
    flex: 0 0 21.125rem;
    max-width:21.125rem;
}
.tab-title-box .box-header h4 {
    color: #FF7A1B;
    margin-bottom: 0;
}
.tab-title-box .box-header .active-icon {
    border: 1px solid #FF7A1B;
    width: 1.6875rem;
    height: 1.6875rem;
    background: #ffffff;
    border-radius: 0.375rem;
    margin-left: auto;
}
.section-banner-buy .nav-tabs .nav-link.active .tab-title-box .active-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.52364 7.0227L9.33888 0.312752C9.51958 0.10425 9.74956 0 10.0288 0C10.3081 0 10.5381 0.10425 10.7188 0.312752C10.8995 0.521253 10.9898 0.786618 10.9898 1.10885C10.9898 1.43108 10.8995 1.69644 10.7188 1.90494L4.21358 9.41099C4.01646 9.63845 3.78648 9.75217 3.52364 9.75217C3.2608 9.75217 3.03082 9.63845 2.8337 9.41099L0.271049 6.45406C0.0903494 6.24556 0 5.9802 0 5.65797C0 5.33574 0.0903494 5.07037 0.271049 4.86187C0.451748 4.65337 0.68173 4.54912 0.960993 4.54912C1.24026 4.54912 1.47024 4.65337 1.65094 4.86187L3.52364 7.0227Z' fill='%23FF7A1B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}
.section-banner-buy .nav-tabs .nav-link.active .tab-title-box .box-header {
    background-color: #FF7A1B;
}
.section-banner-buy .nav-tabs .nav-link.active .tab-title-box .box-header h4 {
    color: #ffffff;
}
.section-banner-buy .nav-tabs .nav-link.active .tab-title-box {
    box-shadow: 0px 16px 24px 2px rgba(0, 0, 0, 0.14);
}
.tab-title-box .box-body ul li {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    padding-left: 1.3rem;
    margin-bottom: -0.1rem;
    position: relative;
}
.tab-title-box .box-body {
    min-height: 9.6rem;
    padding: 0.7rem 1.4rem;
}
.tab-title-box .box-body ul li .icon {
    position: absolute;
    width: 0.6875rem;
    height: 0.625rem;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0.1rem;
    top: 0.5rem;
}
.tab-title-box .box-body ul li .icon-check {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.52364 7.0227L9.33888 0.312752C9.51958 0.10425 9.74956 0 10.0288 0C10.3081 0 10.5381 0.10425 10.7188 0.312752C10.8995 0.521253 10.9898 0.786618 10.9898 1.10885C10.9898 1.43108 10.8995 1.69644 10.7188 1.90494L4.21358 9.41099C4.01646 9.63845 3.78648 9.75217 3.52364 9.75217C3.2608 9.75217 3.03082 9.63845 2.8337 9.41099L0.271049 6.45406C0.0903494 6.24556 0 5.9802 0 5.65797C0 5.33574 0.0903494 5.07037 0.271049 4.86187C0.451748 4.65337 0.68173 4.54912 0.960993 4.54912C1.24026 4.54912 1.47024 4.65337 1.65094 4.86187L3.52364 7.0227Z' fill='%2338B64A'/%3E%3C/svg%3E%0A");
}
.tab-title-box .box-body ul li .icon-close {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L7.89247 9.23999' stroke='%23606060' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.89247 2L2 9.23999' stroke='%23606060' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.section-banner-buy .radio-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 43.7rem;
    margin: 0 auto;
}
.section-banner-buy .radio-buttons .radio-button {
    padding: 0 0.9375rem;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 1rem;
}
.section-banner-buy .radio-buttons .radio-button .btn {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FF7A1B;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 1.875rem;
    font-weight: 700;
    color: #492375;
    font-size: 1.5rem;
    min-height: 5.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    padding-top: 0.6rem;
}
.section-banner-buy .radio-buttons .radio-button .btn .sale {
    flex: 0 0 100%;
    border-top: 1px solid #FF7A1B;
    margin-top: auto;
    font-size: 1.25rem;
    padding: 0.2rem;
}
.section-banner-buy .radio-buttons .radio-button .btn-check:checked~.btn {
    background-color: #FFF2E8;
}
.section-banner-buy .price-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3.7rem;
    margin-bottom: 6.3rem;
}
.section-banner-buy .price-wrap h4 {
    margin-bottom: 0;
    color: #492375;
    margin-right: 1.2rem;
}
.section-banner-buy .price-wrap .form-control {
    border: 1px solid rgb(255 122 27 / 50%);
    border-radius: 0.75rem;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    height: 3.625rem;
    width: 28rem;
    font-size: 1.125rem;
    padding: 0.7rem 1rem;
}
.section-banner-buy .price-wrap .form-control::placeholder {
    color: rgba(73, 35, 117, 0.29);
}
.section-banner-buy .price-wrap .username {
    text-align: left;
    position: relative;
    margin-bottom: -0.7rem;
    margin-right: -2.2rem;
}
.section-banner-buy .price-wrap .username .h5 {
    color: #492375;
    position: absolute;
    left: 1rem;
    top: -2.6rem;
    font-weight: 500;
}
.section-banner-buy .price-wrap .price {
    font-size: 1.5rem;
    color: #FF7A1B;
    font-weight: 700;
    text-align: left;
    line-height: 1.5rem;
    position: relative;
    margin-right: 2.9375rem;
}
.section-banner-buy .price-wrap .price span {
    color: rgba(73, 35, 117, 0.29);
    font-size: 0.625rem;
    font-weight: 300;
    display: block;
    position: absolute;
    top: -1.2rem;
    left: 0;
}
.section-banner-buy .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-banner-buy .buttons .btn {
    margin: 0 0.7rem;
    width: 21.1rem;
}
/* ----- /SECTION BANNER BUY ----- */
/*  */
/* ----- SECTION REASONS ----- */
.section-reasons {
    padding-top: 6.2rem;
    padding-bottom: 3rem;
}
.section-reasons .title {
    max-width: 36rem;
    margin: 0 auto 1.7rem;
}
.section-reasons .title h4 {
    line-height: 2.625rem;
}
.reason-item {
    text-align: center;
    color: #050708;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    margin-bottom: 3.8rem;
}
.reason-item h5 {
    color: #492375;
    line-height: 1.375rem;
    margin-bottom: 1.6rem;
    font-weight: 500;
}
.section-reasons .col-content .col {
    padding: 0 1.5625rem;
}
.section-reasons .col-content .row {
    margin: 0 2.3rem 0 -0.4rem;
    position: relative;
}
.section-reasons .image-wrap {
    width: 44.3125rem;
    height: 35.0625rem;
    position: relative;
    margin-top: 3rem;
    margin-left: -4.6rem;
}
.section-reasons .image-wrap img {
    position: absolute;
    object-fit: contain;
}
.section-reasons .image-wrap .phone-img {
    width: 100%;
    height: 100%;
}
.section-reasons .image-wrap .image {
    top: 5.3%;
    left: 32.7%;
    border-radius: 0.9375rem;
    width: 35%;
}
.section-reasons .image-wrap .icon-1 {
    left: 27.4%;
    top: -1.9%;
    width: 16.4%;
    height: 19%;
}
.section-reasons .image-wrap .icon-2 {
    right: 17.3%;
    top: -5.5%;
    width: 22%;
    height: 19%;
}
.section-reasons .image-wrap .icon-3 {
    left: 19.6%;
    bottom: 28.5%;
    width: 18%;
    height: 17%;
}
.section-reasons .image-wrap .icon-4 {
    right: 26.7%;
    bottom: 17.9%;
    width: 10.6%;
    height: 20.1%;
}   
/* ----- /SECTION REASONS ----- */
/*  */
/* ----- SECTION FAQS ----- */
.section-faqs {
    padding-top: 1.8rem;
    padding-bottom: 11rem;
}
.section-faqs .title h2 {
    color: #492375;
}
.section-faqs .title {
    max-width: 60rem;
    margin: 0 auto 9.2rem;
}
.faqs-box {
    background: #FFFFFF;
    box-shadow: 3px 22px 55px 1px rgba(91, 40, 129, 0.7);
    border-radius: 0.375rem;
    padding: 3.1rem 7.5rem 16.9rem;
    scroll-behavior: smooth;
}
.faqs-box .col-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.faqs-box .box-title ul.stick-to-bottom {
    position: static !important;
    margin-top: auto;
}
.faqs-box h2 {
    margin-bottom: 1.7rem;
}
.faqs-box .box-title p {
    max-width: 28rem;
}
.faqs-box .box-title ul li {
    color: #492375;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
}
.faqs-box .box-title ul li a {
    color: #492375;
}
.faqs-box .box-title ul li a:hover {
    color: #FF7A1B;
}
.faqs-box .box-title ul {
    margin-top: 2.3rem;
    padding-right: 2rem;
    top: 0;
    max-width: 28rem;
}
.faqs-box .col-items {
    padding-left: 1.7rem;
}
.faqs-item h3 {
    color: #492375;
}
.faqs-item {
    margin-bottom: 6.93rem;
}
.faqs-item p:last-child {
    margin-bottom: 0;
}
.faqs-item p {
    margin-bottom: 0.5rem;
}
.faqs-item:last-child {
    margin-bottom: 0;
}
/* ----- /SECTION FAQS ----- */
/*  */
/* ----- SECTION REVIEWS SLIDER ----- */
.section-reviews-slider {
    padding-top: 9.1rem;
    text-align: center;
    padding-bottom: 13.4rem;
}
.section-reviews-slider .title {
    text-align: left;
    padding: 0 1rem;
    margin-bottom: 2.9rem;
}
.section-reviews-slider .review-item {
    position: relative;
    padding-left: 1.875rem;
    padding-right: 2.7rem;
    text-align: left;
}
.section-reviews-slider .owl-carousel {
    width: auto;
    margin-left: -1.8rem;
    margin-right: -3.9rem;
    margin-bottom: 5rem;
}
.section-reviews-slider .owl-carousel .owl-dots {
    margin-left: 1.8rem;
    margin-right: 4rem;
    margin-top: 10.9rem;
    height: 2rem;
}
.section-reviews-slider .owl-carousel .owl-dots .owl-dot {
    width: 2rem;
    height: 2rem;
}
.section-reviews-slider .owl-carousel .owl-dots .owl-dot.active {
    width: 2rem;
    height: 2rem;
}
/* ----- /SECTION REVIEWS SLIDER ----- */
/*  */
/* ----- SECTION BANNER BUY TWO ----- */
.section-banner-buy-two .title {
    margin-bottom: 2.6rem;
}
.section-banner-buy-two .nav-tabs .nav-item {
    flex: 0 0 30.9375rem;
    max-width: 30.9375rem;
}
.section-banner-buy-two .tab-title-box .box-header {
    text-align: center;
    justify-content: center;
}
.section-banner-buy-two .tab-title-box .box-body {
    padding: 0.7rem 0.5rem;
}
.section-banner-buy-two .tab-title-box .box-body ul li {
    max-width: 20rem;
    margin-bottom: -0.15rem;
}
.section-banner-buy-two .nav-tabs {
    margin-bottom: 2.1rem;
}
.section-banner-buy-two .radio-buttons {
    max-width: 32.7rem;
}
.section-banner-buy-two .radio-buttons .radio-button {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.section-banner-buy-two .price-wrap .username {
    margin-bottom: 0;
    margin-top: 0.7rem;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
}
.section-banner-buy-two .price-wrap .username .h5 {
    position: static;
    margin-left: 0.9rem;
}
.section-banner-buy-two .price-wrap {
    max-width: 30.9rem;
    margin: 2rem auto 2.7rem;
}
.section-banner-buy-two .price-wrap .price {
    margin-right: 0;
}
.section-banner-buy-two .price-wrap .form-control {
    width: 100%;
}
.section-banner-buy-two .buttons .btn {
    width: 18.8rem;
}
.section-banner-buy-two {
    padding-bottom: 3.7rem;
}
/* ----- /SECTION BANNER BUY TWO ----- */
/*  */
/* ----- SECTION REASONS TWO ----- */
.section-reasons-two {
    padding-bottom: 3.8rem;
}
.section-reasons-two .title {
    margin-bottom: 2.1rem;
}
.section-reasons-two .reason-item h5 {
    margin-bottom: 0.5rem;
    min-height: 3.1rem;
}
.section-reasons-two .col-content .row {
    margin-right: -0.5rem;
}
.section-reasons-two .col-content .col {
    padding: 0 0.8rem;
}
.section-reasons-two .reason-item {
    margin-bottom: 1.9rem;
}
.section-reasons-two .image-wrap {
    margin-top: 6rem;
    margin-left: -3.7rem;
}

/* ----- /SECTION REASONS TWO ----- */
/*  */
/* ----- SECTION ACOUNT ----- */
.section-account {
    padding-top: 7.4rem;
    padding-bottom: 15.3rem;
}
.section-account .content-wrap {
    background-color: #492375;
    margin: 0;
    text-align: center;
    padding: 0 6.7rem;
    justify-content: space-between;
    min-height: 32.2rem;
    align-items: flex-start;
}
.form-box {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1.0625rem;
    margin: -2.3rem 0 -4.2rem;
    min-height: 38.7rem;
    text-align: left;
    padding: 9.3rem 1.9rem 3.7rem;
    display: flex;
}
.section-account .content-wrap .col-title {
    flex: 0 0 47.9%;
    max-width: 47.9%;
    padding-top: 2rem;
    color: #ffffff;
}
.section-account .content-wrap .col-form {
    flex: 0 0 46.5%;
    max-width: 46.5%;
}
.section-account h1 {
    color: #ffffff;
    margin-bottom: 0.1rem;
}
.form-box .form-group label {
    color: #492375;
    display: block;
    margin-bottom: 0.6rem;
}
.form-box .form-group .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(73, 35, 117, 0.29);
    font-size: 0.9375rem;
    padding: 0.1rem 0.95rem;
    color: #492375;
}
.form-box .form-group .form-control::placeholder {
    color: rgba(73, 35, 117, 0.29);
}
.form-box .form-group .form-control:focus {
    box-shadow: none;
}
.form-box .form-group {
    margin-right: 1rem;
    margin-bottom: 0.6rem;
}
.form-box form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}
.form-box form .btn {
    margin: auto auto 0;
}
.section-account .content-wrap .col-title .btn {
    margin-top: 0.3rem;
}
.section-sign-up .content-wrap p a {
    color: #FF7A1B;
}
.section-sign-up .content-wrap p a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.form-box .form-group .link {
    color: #492375;
    font-size: 0.9375rem;
    text-align: right;
    display: block;
    margin-top: 0.6rem;
    font-weight: 500;
}
.form-box .form-group .link:hover {
    color: #FF7A1B;
}
/* Section Sign Up */
.section-sign-up {
    padding-bottom: 15.3rem;
}
.section-sign-up .content-wrap .col-title {
    padding-left: 0;
}
.section-sign-up .form-box {
    padding: 4.5rem 1.9rem 3.7rem;
}
/* ----- /SECTION ACOUNT ----- */
/*  */
/* ----- SECTION CART ----- */
.section-cart {
    padding-top: 2.45rem;
    padding-bottom: 8.8rem;
}
.cart-item .item-price {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    border: 1px solid #492375;
    border-radius: 0.5rem;
    height: 17.9rem;
    margin-bottom: 3.2rem;
    padding: 2.6rem 1rem;
    position: relative;
}
.cart-item .item-price::before {
    content: '';
    width: 3.0625rem;
    height: 2.75rem;
    position: absolute;
    background-image: url(../img/icon-check.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -1rem;
    right: -0.6rem;
}
.cart-item-add {
    background: transparent;
    border: 0;
}
.cart-item-add .item-price::before {
    display: none;
}
.section-cart .breadcrumb {
    margin-bottom: 1.5rem;
}
.section-cart h1 {
    margin-bottom: 6.3rem;
}
.cart-item {
    flex: 0 0 13.625rem;
    max-width: 13.625rem;
    padding: 0;
    margin: 0 1.5625rem 3.125rem;
}
.cart-item .item-price .number, .cart-item .item-price .price {
    font-weight: 700;
    color: #FF7A1B;
    font-size: 3rem;
    line-height: 3.6875rem;
}
.cart-item .item-price h5 {
    color: #492375;
    font-weight: 400;
}
.cart-item .item-price .number {
    margin-bottom: 0.1rem;
}
.cart-item .item-price .price {
    margin-top: auto;
}
.cart-item-add .item-price {
    justify-content: center;
    margin-bottom: 0;
}
.cart-item .user-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #000000;
}
.cart-item .user-name .user-avatar {
    width: 4.25rem;
    height: 4.25rem;
    flex: 0 0 4.25rem;
    border-radius: 50%;
    background: #D9D9D9;
    margin-right: 1.1rem;
}
.section-cart .cards-wrap {
    position: relative;
    padding-bottom: 3.8rem;
    margin: 0 auto 2.5rem;
    max-width: 67.125rem;
}
.section-cart .cards-wrap::after {
    content: '';
    background-image: url(../img/border-line.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.section-cart .total {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-transform: uppercase;
    color: #492375;
    font-weight: 700;
    font-size: 1.5rem;
    max-width: 46rem;
    margin: 0 auto 3.1rem;
}
.section-cart .total span {
    color: #FF7A1B;
    margin-left: 1.9rem;
}
.section-cart .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 9.9rem;
}
.section-cart .buttons .btn {
    margin: 0 0.5rem;
    width: 21rem;
    padding: 0.8rem 1rem;
}
.section-cart .buy-more-items {
    margin: 0 4.5rem;
}
.section-cart .buy-more-items .col {
    padding: 0 1.5rem;
}
.buy-more-item {
    display: flex;
    align-items: center;
    border: 1px solid #492375;
    border-radius: 1rem;
    color: #000000;
    height: 6.5rem;
    margin-bottom: 0.6rem;
    padding: 1rem 2rem;
    position: relative;
    width: 100%;
    background: #ffffff;
}
.section-cart .buy-more-items .icon {
    margin-bottom: 1.3rem;
    width: 4.3125rem;
    height: 4.3125rem;
    margin-left: 1.1rem;
}
.section-cart .buy-more-items .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buy-more-item .number {
    color: #FF7A1B;
    font-weight: 700;
    font-size: 1.5rem;
    margin-right: 1.4rem;
}
.buy-more-item .price {
    color: #492375;
    font-weight: 700;
    font-size: 1.5rem;
    margin-left: 1.3rem;
    position: absolute;
    right: 5.8rem;
}
.buy-more-item::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='12' width='27' height='3' rx='1.5' fill='%23492375'/%3E%3Crect x='12' y='27' width='27' height='3' rx='1.5' transform='rotate(-90 12 27)' fill='%23492375'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.6875rem;
    height: 1.6875rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 2.2rem;
    background-position: center;
}
.cart-item:nth-last-child(-n+4) {
    margin-bottom: 0;
}
/* ----- /SECTION CART ----- */
/*  */
/* ----- MODAL ----- */
.modal-header {
    border: 0;
}
.modal-content {
    border: 1px solid rgba(1, 255, 233, 0.95);
    border-radius: 1.375rem;
    background: #ffffff;
    z-index: 1;
    min-height: 27.0625rem;
}
.modal .btn-close {
    padding: 0;
    width: 1.4rem;
    height: 1.4rem;
    opacity: 1;
    right: 0.9rem;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-0.514648' y='18.5771' width='27' height='3' rx='1.5' transform='rotate(-45 -0.514648 18.5771)' fill='%23492375'/%3E%3Crect x='18.5771' y='20.6982' width='27' height='3' rx='1.5' transform='rotate(-135 18.5771 20.6982)' fill='%23492375'/%3E%3C/svg%3E%0A");
    background-size: contain;
    top: 1.2rem;
    cursor: pointer;
    z-index: 1000;
}
.modal .btn-close:focus {
    box-shadow: none;
}
.modal-content::before {
    content: '';
    background: rgba(228, 251, 249, 0.95);
    position: absolute;
    inset: 0;
    border-radius: 1.375rem;
    z-index: -1;
}
.modal-dialog {
    min-width: 43.9375rem;
}
.modal-body {
    padding: 3.9rem 4.5rem;
}
.modal-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3.4rem;
}
.modal-title .icon {
    width: 4.3125rem;
    height: 4.3125rem;
    flex: 0 0 4.3125rem;
    margin-right: 1rem;
}
.modal-body .form-group label {
    color: #492375;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    margin-left: 0.5rem;
    display: block;
    margin-bottom: -0.3rem;
}
.modal-body .form-group .form-control {
    border: 1px solid #492375;
    border-radius: 0.25rem;
    height: 2.9rem;
    padding: 0 0.5rem;
    font-size: 1.125rem;
    color: #492375;
}
.modal-body .form-group .form-control::placeholder {
    color: rgba(73, 35, 117, 0.29);
}
.modal-body .form-group {
    margin-bottom: 1rem;
}
.modal-body form .btn {
    width: 100%;
    margin-top: 1.3rem;
}
/* ----- /MODAL ----- */
/*  */
/* ----- SECTION CHECKOUT ----- */
/* Custom Select */
.custom-select {
    position: relative;
	display: inline-block;
	width: 100%;
    margin-bottom: 1rem;
}
.custom-select .select-btn {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.25rem;
    text-align: left;
    height: 3rem;
    padding: 0.375rem 1.5rem;
    color: #492375;
    z-index: 10;
    position: relative;
    border: 1px solid #492375;
}   
.custom-select .select-btn::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.575 2.1501L10.175 10.5751C10.075 10.6751 9.96667 10.7458 9.85 10.7871C9.73333 10.8291 9.60833 10.8501 9.475 10.8501C9.34167 10.8501 9.21667 10.8291 9.1 10.7871C8.98333 10.7458 8.875 10.6751 8.775 10.5751L0.35 2.1501C0.116667 1.91676 1.10007e-07 1.6251 1.14181e-07 1.2751C1.18354e-07 0.925097 0.125 0.625098 0.375 0.375098C0.625 0.125098 0.916667 9.82394e-05 1.25 9.82434e-05C1.58333 9.82473e-05 1.875 0.125098 2.125 0.375098L9.475 7.7251L16.825 0.375098C17.0583 0.141765 17.3457 0.0250981 17.687 0.0250981C18.029 0.0250981 18.325 0.150098 18.575 0.400098C18.825 0.650098 18.95 0.941765 18.95 1.2751C18.95 1.60843 18.825 1.9001 18.575 2.1501Z' fill='%23492375'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    right: 1.4rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1.5rem;
    height: 0.75rem;
    transition: 0.4s;
}
.custom-select.select-menu-open .select-btn::after {
    transform: rotate(180deg);
}
.custom-select-list {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1,0);
    transition: all ease-in-out .3s;
    z-index: 2;
    background: #fff;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: 0 1.55rem;
    border: 1px solid #492375;
    border-top: 0;
}
.custom-select-list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1,1);
}
.custom-select .select-list-item {
    color: #492375;
    transition: all ease-in-out .3s;
    cursor: pointer;
    line-height: 1.125rem;
    margin-right: 0.3rem;
    flex: 0 0 29%;
    max-width: 29%;
    margin-bottom: 0.86rem;
}
.custom-select .select-list-item:hover {
    color: #FF7A1B;
}
.custom-select.select-menu-open .select-btn {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*  */
.section-checkout {
    padding-top: 2.5rem;
    padding-bottom: 6rem;
}
.section-checkout .breadcrumb {
    margin-bottom: 4.5rem;
}
.section-checkout h4 {
    color: #492375;
    margin-bottom: 0.6rem;
}
.section-checkout .form-group label {
    display: block;
    font-weight: 400;
    color: #492375;
    margin-left: 0.7rem;
}
.section-checkout .col-form {
    flex: 0 0 44%;
    max-width: 44%;
}
.section-checkout .form-group .form-control {
    border: 1px solid #492375;
    border-radius: 0.25rem;
    height: 3rem;
    color: #492375;
    padding: 0.375rem 0.6875rem;
}
.section-checkout .form-group .form-control:focus {
    box-shadow: none;
}
.section-checkout .form-group .form-control::placeholder {
    color: rgba(73, 35, 117, 0.29);
}
.section-checkout .form-group {
    margin-bottom: 0.5rem;
}
.section-checkout .checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0.7rem;
    margin-bottom: 1.8rem;
}
.form-check .form-check-label {
    cursor: pointer;
}
.form-check .form-check-input {
    width: 1.6875rem;
    height: 1.6875rem;
    border: 1px solid #492375;
    border-radius: 0.375rem;
    cursor: pointer;
}
.form-check .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37444 14.4023L19.5448 0.641399C19.923 0.213799 20.4043 0 20.9888 0C21.5732 0 22.0546 0.213799 22.4327 0.641399C22.8109 1.069 23 1.61322 23 2.27405C23 2.93489 22.8109 3.47911 22.4327 3.90671L8.81838 19.3003C8.40583 19.7668 7.92451 20 7.37444 20C6.82436 20 6.34305 19.7668 5.93049 19.3003L0.567264 13.2362C0.189087 12.8086 0 12.2643 0 11.6035C0 10.9427 0.189087 10.3984 0.567264 9.97084C0.94544 9.54324 1.42676 9.32945 2.01121 9.32945C2.59566 9.32945 3.07698 9.54324 3.45516 9.97084L7.37444 14.4023Z' fill='%23FF7A1B'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-color: transparent;
    border-color: #492375;
    background-size: 1.1rem;
}
.form-check .form-check-input:focus {
    box-shadow: none;
}
.section-checkout .checkboxes .form-check {
    margin-right: 1.2rem;
}
.section-checkout .form-group textarea.form-control {
    height: 13.7rem;
    padding: 1rem 1.1rem;
    font-size: 1.125rem;
}
.section-checkout .form-group textarea.form-control::placeholder {
    color: #492375;
}
.section-checkout .rating {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #492375;
    margin-top: 1.7rem;
    margin-right: 0.8rem;
    margin-bottom: 2.4rem;
}
.section-checkout .rating .stars {
    display: flex;
    align-items: center;
}
.section-checkout .rating .stars svg {
    width: 1.9375rem;
    height: 1.9375rem;
    flex: 0 0 1.9375rem;
    margin-left: 0.2rem;
}
.section-checkout form .btn {
    width: 100%;
    padding: 0.8rem 1rem;
}
.section-checkout .row {
    justify-content: space-between;
}
.section-checkout h1 {
    font-size: 2.5rem;
    line-height: 3.0625rem;
}
.section-checkout .col-content {
    flex: 0 0 41.9%;
    max-width: 41.9%;
    padding-top: 2.5rem;
}
.section-checkout .rating-label {
    font-weight: 700;
    color: #492375;
    font-size: 7.5rem;
    width: 12.875rem;
    height: 12.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.53);
    box-shadow: 0px 5px 24px 5px rgba(253, 122, 27, 0.24);
    border-radius: 1.75rem;
    margin-left: auto;
    margin-right: 4.3rem;
    margin-top: -2.3rem;
    position: relative;
    margin-bottom: 2.5rem;
}
.section-checkout .rating-label::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='207' height='201' viewBox='0 0 207 201' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207 76.5916L132.584 70.0326L103.5 0L74.4165 70.1384L0 76.5916L56.511 126.63L39.537 201L103.5 161.541L167.463 201L150.592 126.63L207 76.5916ZM103.5 141.758L64.584 165.772L74.934 120.494L40.572 90.0268L85.905 86.0068L103.5 43.3737L121.199 86.1126L166.532 90.1326L132.17 120.6L142.52 165.878L103.5 141.758Z' fill='%23FF7A1B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12.9375rem;
    height: 12.9375rem;
    position: absolute;
    right: -5.1rem;
    top: -6.6rem;
    z-index: -1;
}
.section-checkout .rating-scale-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: 700;
    color: #492375;
    max-width: 23.6rem;
    margin-bottom: 1.25rem;
}
.section-checkout .rating-scale-item .stars {
    display: flex;
    flex-wrap: wrap;
}
.section-checkout .rating-scale-item .stars svg {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    margin-right: 0.18rem;
}
.section-checkout .rating-scale h5 {
    color: #492375;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
    margin-top: 1.5rem;
}
.section-checkout .rating-scale h5 strong {
    font-weight: 700;
}
/* ----- /SECTION CHECKOUT ----- */
/*  */
/* ----- SECTION REVIEWS TABS ----- */
.section-reviews-tabs {
    padding-top: 4.7rem;
    padding-bottom: 9.9rem;
}
.section-reviews-tabs .col-title {
    flex: 0 0 19%;
    max-width: 19%;
}
.section-reviews-tabs .row {
    justify-content: space-between;
}
.section-reviews-tabs .col-reviews {
    flex: 0 0 72.4%;
    max-width: 72.4%;
    padding-right: 6.5rem;
    text-align: center;
}
.section-reviews-tabs h2 {
    margin-bottom: 2.3rem;
}
.section-reviews-tabs .nav-pills .nav-link {
    text-align: left;
    color: #492375;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 0;
    line-height: 2.625rem;
    border-radius: 0;
    background: transparent;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
}
.section-reviews-tabs .nav-pills .nav-link.active {
    background: transparent;
    color: rgba(73, 35, 117, 0.29);
    text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    padding-left: 1.9rem;
}
.section-reviews-tabs .nav-pills .nav-link::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='10' viewBox='0 0 21 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1889 0.19789L20.8479 4.63061C20.9032 4.68338 20.9423 4.74055 20.9652 4.80211C20.9884 4.86368 21 4.92964 21 5C21 5.07036 20.9884 5.13632 20.9652 5.19789C20.9423 5.25946 20.9032 5.31662 20.8479 5.36939L16.1889 9.8153C16.0599 9.93843 15.8986 10 15.7051 10C15.5115 10 15.3456 9.93404 15.2074 9.80211C15.0691 9.67018 15 9.51627 15 9.34037C15 9.16447 15.0691 9.01055 15.2074 8.87863L19.2719 5L15.2074 1.12137C15.0783 0.998241 15.0138 0.846614 15.0138 0.666491C15.0138 0.486017 15.0829 0.329815 15.2212 0.19789C15.3594 0.0659633 15.5207 4.74662e-07 15.7051 4.90777e-07C15.8894 5.06891e-07 16.0507 0.0659633 16.1889 0.19789Z' fill='%23492375'/%3E%3Crect x='0.5' y='4.5' width='19' height='1' rx='0.5' fill='%23492375' stroke='%23492375'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 0.75rem;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    margin-right: 0.6rem;
    background-position-y: center;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
}
.section-reviews-tabs .nav-pills .nav-link.active::before {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.section-reviews-tabs .col-reviews .col {
    padding: 0 1.625rem;
}
.section-reviews-tabs .review-item {
    margin-bottom: 2.2rem;
    text-align: left;
}
.section-reviews-tabs .col-reviews .btn-more {
    margin-top: 3.4rem;
}
/* ----- /SECTION REVIEWS TABS ----- */
/*  */
/* ----- SECTION BLOG TWO ----- */
.section-blog-two {
    padding-top: 1.85rem;
    padding-bottom: 8.2rem;
}
.section-blog-two .breadcrumb {
    margin-bottom: 3.3rem;
}
.section-blog-two .title p {
    color: #000000;
    line-height: 1.375rem;
}
.section-blog-two .title {
    max-width: 48rem;
    margin: 0 auto 5.3rem;
}
.section-blog-two h1 {
    margin-bottom: 0.7rem;
}
.section-blog-two .post .col-title {
    padding-right: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.section-blog-two .post .post-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.section-blog-two .post h2 {
    margin-right: -1rem;
    margin-bottom: 0.4rem;
}
.section-blog-two .post .post-date {
    color: #FF7A1B;
    display: block;
    margin-left: 0.4rem;
}
.section-blog-two .post .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-blog-two .post .author .user-avatar {
    background: #D9D9D9;
    width: 5.75rem;
    height: 5.75rem;
    flex: 0 0 5.75rem;
    border-radius: 50%;
    margin-right: 1.1rem;
}
.section-blog-two .post .author h6 {
    color: #492375;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 0.2rem;
}
.section-blog-two .post .author h4 {
    color: #FF7A1B;
    margin-bottom: -0.3rem;
}
.section-blog-two .post .post-author .btn {
    padding: 1.7rem 2.9rem;
}
.section-blog-two .post .col-image > img {
    width: 33.5625rem;
    height: 23.875rem;
    object-fit: cover;
    border-radius: 0.5625rem;
}
.section-blog-two .post .col-image {
    text-align: right;
}
/* ----- /SECTION BLOG TWO ----- */
/*  */
/* ----- SECTION BLOG CATEGORY ----- */
.section-blog-category {
    background: #FFF2E8;
    padding-top: 1.4rem;
    padding-bottom: 2.3rem;
}
.category-list {
    margin-left: -1.6rem;
    margin-right: -3.5rem;
    width: auto;
}
.section-blog-category .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.section-blog-category .owl-carousel .owl-item {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
.section-blog-category .owl-carousel .owl-item.active {
    visibility: visible;
    opacity: 1;
}
.category-list .item {
    height: 5.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.category-list .item::before {
    content: '';
    position: absolute;
    border-left: 1px solid #FF7A1B;
    left: -0.2rem;
    top: -0.7rem;
    bottom: -1rem;
    transform: rotate(33deg);
}
.category-list .item a {
    color: #492375;
}
.section-blog-category .title {
    margin-bottom: 2.1rem;
}
.category-list .item.active a,
.category-list .item:hover a {
    color: rgba(73, 35, 117, 0.29);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/* ----- /SECTION BLOG CATEGORY ----- */
/*  */
/* ----- SECTION BLOG POSTS ----- */
.section-blog-posts {
    padding-top: 9.2rem;
    padding-bottom: 11.8rem;
}
.section-blog-posts .col {
    padding: 0 1.6875rem;
}
.section-blog-posts .row {
    margin: 0 -1.8875rem 0 -1.6875rem;
}
.section-blog-posts .blog-post {
    background: none;
    padding: 0;
    margin-bottom: 5.8rem;
}
.section-blog-posts .blog-post::before, 
.section-blog-posts .blog-post::after {
    display: none;
}
.section-blog-posts .blog-post .image-wrap img {
    width: 100%;
    height: 100%;
}
.section-blog-posts .blog-post .image-wrap {
    height: 15rem;
    border-radius: 0.625rem;
    overflow: hidden;
}
.section-blog-posts .blog-post h4 {
    line-height: 2.625rem;
    margin-bottom: -0.9rem;
}
.section-blog-posts .blog-post .author {
    text-align: right;
}
.section-blog-posts .blog-post .author h4 {
    color: #492375;
    margin-bottom: -0.8rem;
}
.section-blog-posts .blog-post .author .post-date {
    display: block;
    color: #FF7A1B;
    font-size: 0.9375rem;
    line-height: 1.625rem;
}
.pagination {
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
}
.pagination .page-link {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #FF7A1B;
    color: #FF7A1B;
}
.pagination .page-item:not(:first-child) .page-link {
    margin: 0;
}
.pagination .page-item {
    margin: 0 0.8125rem;
}
.pagination .page-item:first-child .page-link, 
.pagination .page-item:last-child .page-link {
    border-radius: 50%;
}
.pagination .page-item-prev .page-link, 
.pagination .page-item-next .page-link {
    width: 2rem;
    height: 2rem;
    padding: 0;
}
.pagination .page-item.active .page-link {
    background-color: #FF7A1B;
    border-color: #FF7A1B;
    color: #ffffff;
}
.pagination .page-item-prev, .pagination .page-item-next {
    margin: 0 1.5rem;
}
.pagination .page-item.disabled .page-link {
    border-color: rgba(73, 35, 117, 0.29);
    background-color: transparent;
}
.pagination .page-item.disabled .page-link svg path {
    fill: rgba(73, 35, 117, 0.29);
}
.pagination .page-link:hover {
    background-color: #FFF2E8;
}
.pagination .page-item-prev .page-link svg path, 
.pagination .page-item-next .page-link svg path {
    transition: 0.2s;
}
.pagination .page-item-prev .page-link:hover svg path, 
.pagination .page-item-next .page-link:hover svg path {
    fill: #ffffff;
}
.pagination .page-item-prev .page-link:hover, 
.pagination .page-item-next .page-link:hover {
    background-color: #FF7A1B;
    border-color: #FF7A1B;
}
/* ----- /SECTION BLOG POSTS ----- */
/*  */
/* ----- SECTION BLOG SINGLE ----- */
.section-blog-single {
    padding-top: 1.8rem;
    text-align: center;
    position: relative;
    padding-bottom: 7.65rem;
}
.section-blog-single::after {
    content: '';
    background-image: url(../img/triangle-5.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 44.725rem;
    height: 111.025rem;
    position: absolute;
    left: 0;
    bottom: 13.5%;
}
.section-blog-single .row {
    margin: 0;
}
.section-blog-single .breadcrumb {
    margin-bottom: 6.5rem;
}
.section-blog-single h1 {
    max-width: 60rem;
    margin: 0 auto 2.9rem;
}
.section-blog-single .post-image {
    width: 35rem;
    height: 22.7rem;
    object-fit: cover;
    border-radius: 0.3125rem;
    margin-bottom: 4rem;
}
.section-blog-single .post-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3.6rem;
}
.section-blog-single .post-info li span {
    color: #492375;
    font-weight: 700;
    margin-left: 0.2rem;
}
.section-blog-single .post-info li {
    color: #4B4B4B;
    margin: 0 1.3rem;
}
.post-nav-box {
    border: 1px solid #FF7A1B;
    border-radius: 1.25rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 33.625rem;
    margin: 0 auto 3.3rem;
    text-align: left;
    padding: 1.5rem 1.8rem 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.post-nav-box .badge {
    display: flex;
    align-items: center;
    background: rgba(73, 35, 117, 0.29);
    border: 1px solid #492375;
    border-radius: 1.5625rem;
    padding: 0.3rem 1.3rem;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 400;
    margin-bottom: 0.7rem;
}
.post-nav-box .badge img {
    width: 1.125rem;
    flex: 0 0 1.125rem;
    margin-right: 0.2rem;
}
.post-nav-box h4 {
    margin-left: 0.7rem;
    color: #492375;
    margin-bottom: 0.4rem;
}
.post-nav-box ul li {
    position: relative;
    padding-left: 1.7rem;
    color: #050708;
    line-height: 1.375rem;
    margin-bottom: 0.8rem;
}
.post-nav-box ul li:hover a {
    color: #FF7A1B;
}
.post-nav-box ul li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.575C10.1333 13.575 10.2583 13.5543 10.375 13.513C10.4917 13.4717 10.6 13.4007 10.7 13.3L13.3 10.7C13.4833 10.5167 13.575 10.2833 13.575 10C13.575 9.71667 13.4833 9.48333 13.3 9.3C13.1167 9.11667 12.8833 9.025 12.6 9.025C12.3167 9.025 12.0833 9.11667 11.9 9.3L11 10.2V7C11 6.71667 10.904 6.479 10.712 6.287C10.52 6.095 10.2827 5.99933 10 6C9.71667 6 9.479 6.096 9.287 6.288C9.095 6.48 8.99933 6.71733 9 7V10.2L8.1 9.3C7.91667 9.11667 7.68333 9.025 7.4 9.025C7.11667 9.025 6.88333 9.11667 6.7 9.3C6.51667 9.48333 6.425 9.71667 6.425 10C6.425 10.2833 6.51667 10.5167 6.7 10.7L9.3 13.3C9.4 13.4 9.50833 13.4707 9.625 13.512C9.74167 13.5533 9.86667 13.5743 10 13.575ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6867 3.825 17.9743 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.263333 12.6833 0.000666667 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31333 4.88333 2.02567 3.825 2.925 2.925C3.825 2.025 4.88333 1.31267 6.1 0.788C7.31667 0.263333 8.61667 0.000666667 10 0C11.3833 0 12.6833 0.262667 13.9 0.788C15.1167 1.31333 16.175 2.02567 17.075 2.925C17.975 3.825 18.6877 4.88333 19.213 6.1C19.7383 7.31667 20.0007 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6867 15.1167 17.9743 16.175 17.075 17.075C16.175 17.975 15.1167 18.6877 13.9 19.213C12.6833 19.7383 11.3833 20.0007 10 20ZM10 18C12.2167 18 14.1043 17.221 15.663 15.663C17.2217 14.105 18.0007 12.2173 18 10C18 7.78333 17.221 5.89567 15.663 4.337C14.105 2.77833 12.2173 1.99933 10 2C7.78333 2 5.89567 2.779 4.337 4.337C2.77833 5.895 1.99933 7.78267 2 10C2 12.2167 2.779 14.1043 4.337 15.663C5.895 17.2217 7.78267 18.0007 10 18Z' fill='%23FF7A1B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
}
.section-blog-single p {
    text-align: left;
}
.section-blog-single .post-title {
    margin-bottom: 2.3rem;
    padding: 0;
}
.section-blog-single h2 {
    max-width: 50rem;
    margin: 0 auto 1.3rem;
}
.section-blog-single .post-content {
    padding: 0 0.5rem 1.95rem;
}
.section-blog-single .post-content p {
    margin-bottom: 2rem;
}
.section-blog-single .post-content:nth-child(2) p {
    margin-bottom: 3.4rem;
}
.section-blog-single .post-content:nth-child(2) p:last-child {
    margin-bottom: 0;
}
.section-blog-single .post-content p:last-child {
    margin-bottom: 0;
}
.section-blog-single .divider {
    border-bottom: 1px solid rgba(73, 35, 117, 0.29);
    display: block;
    margin-bottom: 1.7rem;
}
.section-blog-single .post-content .post-image-small {
    display: block;
    margin: 0 auto 2.2rem;
    width: 35.3125rem;
    height: 19rem;
    object-fit: cover;
}
.section-blog-single .post-content h4 {
    line-height: 2.625rem;
    max-width: 30rem;
    margin: -0.75rem auto 0.7rem;
}
/* Fixed Review */
.fixed-review {
    position: absolute;
    left: 2.1rem;
    top: 20.7rem;
    max-width: 13.2625rem;
    text-align: left;
}
.fixed-review .user-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    color: #FF7A1B;
    margin-bottom: 0.5rem;
}
.fixed-review .user-name .user-avatar {
    width: 2.875rem;
    height: 2.875rem;
    flex: 0 0 2.875rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.3rem;
}
.fixed-review .user-name .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fixed-review .user-name div {
    flex: 1;
}
.fixed-review .user-name span {
    display: block;
    color: #492375;
}
.fixed-review p {
    color: #606060;
    font-size: 0.9375rem;
    line-height: 1.625rem;
}
.fixed-review .social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.3rem;
}
.fixed-review .social-icons a {
    width: 1.375rem;
    height: 1.375rem;
    flex: 0 0 1.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.7rem;
}
.fixed-review .social-icons svg path {
    transition: 0.4s;
}
.fixed-review .social-icons a:hover svg path {
    fill: #492375;
}
/* ----- /SECTION BLOG SINGLE ----- */
/*  */
/* ----- SECTION SIMILAR BLOGS ----- */
.section-similar-blogs {
    padding-bottom: 6.2rem;
}
.section-similar-blogs h2 {
    margin-left: -2.1rem;
    margin-bottom: 3.1rem;
}
.section-similar-blogs .row {
    margin: 0 -1.7rem 0 -2rem;
}
/* ----- /SECTION SIMILAR BLOGS ----- */
/*  */
/* ----- SECTION AFFILIATE ----- */
.section-affiliate {
    padding-top: 1.85rem;
    padding-bottom: 3rem;
}
.section-affiliate .breadcrumb {
    margin-bottom: 3.55rem;
}
.section-affiliate .title {
    max-width: 50rem;
    margin: 0 auto 4rem;
}
.section-affiliate h1 {
    margin-bottom: 1rem;
}
.section-affiliate .title .btn {
    margin-top: 0.7rem;
    padding: 0.4rem 1rem;
}
.section-affiliate .program-details {
    margin: 0 auto;
    max-width: 61.3rem;
}
.section-affiliate .program-details h5 {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 0.6rem;
}
.section-affiliate .program-details ul li {
    color: #050708;
    font-weight: 700;
    line-height: 2rem;
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.375rem;
}
.section-affiliate .program-details ul li span {
    font-size: 0.9375rem;
}
.section-affiliate .program-details ul li::before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    background: #FF7A1B;
    border-radius: 50%;
    position: absolute;
    left: -0.1rem;
    top: 0.8rem;
}
/* ----- /SECTION AFFILIATE ----- */
/*  */
/* ----- SECTION STEPS ----- */
.section-steps {
    padding-top: 7.4rem;
    padding-bottom: 3rem;
}
.section-steps .steps-item {
    border-bottom: 1px solid rgba(73, 35, 117, 0.29);
    margin: 0;
    padding-bottom: 0.9rem;
    margin-bottom: 1.85rem;
}
.section-steps .steps-item .number {
    font-weight: 700;
    color: #FF7A1B;
    padding: 0;
    font-size: 1.5rem;
    flex: 0 0 10.2%;
    max-width: 10.2%;
    text-align: center;
    padding-top: 0.9rem;
}
.section-steps .steps-item h3 {
    font-weight: 700;
    color: #050708;
    font-size: 2.5rem;
    line-height: 3.375rem;
    letter-spacing: -0.7px;
}
.section-steps .steps-item .col-title {
    flex: 0 0 42.4%;
    max-width: 42.4%;
}
.section-steps .steps-item .col-content {
    flex: 0 0 41.3%;
    max-width: 41.3%;
}
.section-steps .steps-item:last-child {
    border-bottom: 0;
}
/* ----- /SECTION STEPS ----- */
/*  */
/* ----- SECTION FEATURES ----- */
.section-features {
    padding-top: 4.6rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 10;
}
.section-features .title {
    max-width: 40rem;
    margin: 0 auto -1.4rem;
}
.section-features .title h2 {
    line-height: 4.0625rem;
    margin-bottom: 0;
}
.section-features .row {
    margin: 0 6.5rem;
}
.section-features .col {
    padding: 0 1rem;
}
.section-features .col:nth-child(2) {
    padding-top: 9.6rem;
}
.feature-item {
    margin-bottom: 10.8rem;
}
.feature-item:last-child {
    margin-bottom: 0;
}
.section-features .col:nth-child(2) .feature-item {
    margin-bottom: 6rem;
}
/* ----- /SECTION FEATURES ----- */
/*  */
/* ----- SECTION HELP ----- */
.section-help {
    padding-top: 7.8rem;
    position: relative;
    padding-bottom: 16.3rem;
    z-index: 1;
}
.section-help::before {
    content: '';
    background-image: url(../img/triangle-5.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 44.725rem;
    height: 111.025rem;
    position: absolute;
    left: 0;
    top: -52.5rem;
    z-index: -1;
}
.section-help .title h2 {
    line-height: 4.0625rem;
    margin-bottom: 1.5rem;
}
.section-help .title p {
    max-width: 72rem;
    margin: 0 auto 1rem;
}
.section-help .title .btn {
    margin-top: 2rem;
    padding: 0.8rem 1rem;
}
.section-help .title {
    margin-bottom: 9.4rem;
}
.section-help .row {
    margin: 0 -3rem 0 2rem;
}
.help-item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    min-height: 6.25rem;
    margin-bottom: 1rem;
}
.help-item .btn-collapse {
    font-weight: 700;
    color: #050708;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.25rem;
    width: 100%;
    min-height: 6.25rem;
    position: relative;
    border: 0;
    padding: 1rem 5.3rem 1rem 2.3rem;
}
.help-item .btn-collapse:focus {
    outline: none;
}
.help-item .btn-collapse::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2857 10.2857V0H13.7143V10.2857H24V13.7143H13.7143V24H10.2857V13.7143H0V10.2857H10.2857Z' fill='%23FF7A1B'/%3E%3C/svg%3E%0A");
    width: 1.5rem;
    height: 1.5rem;
    right: 2.5rem;
}
.help-item .btn-collapse:not(.collapsed)::after {
    transform: rotate(45deg);
}
.help-item .collapse-content {
    padding: 0 2.5rem 1.5rem;
}
/* ----- /SECTION HELP ----- */
/*  */
/* ----- SECTION PAYMENT ----- */
.section-payment {
    padding-top: 2.4rem;
    padding-bottom: 16.9rem;
}
.section-payment .breadcrumb {
    margin-bottom: 7.3rem;
}
.section-payment .content-wrap {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0.9375rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -0.4rem 0 0.4rem;
}
.section-payment .content-wrap .card-col {
    flex: 0 0 44.6%;
    max-width: 44.6%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
    background: #492375;
    border-bottom-left-radius: 0.9375rem;
    border-top-left-radius: 0.9375rem;
}
.section-payment .content-wrap .form-col {
    text-align: center;
    padding: 3.15rem 5.4rem 5.8rem 2.9rem;
    position: relative;
    z-index: 1;
}
.section-payment .content-wrap .white-bg {
    position: absolute;
    overflow: hidden;
    inset: 0;
    z-index: -1;
}
.section-payment .content-wrap .white-bg::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 150%;
    right: -45%;
    top: 0;
    bottom: 0;
    background: #ffffff;
    transform: rotate(23deg);
    z-index: -1;
}
.section-payment .form-group {
    text-align: left;
    margin-bottom: 0.6rem;
}
.section-payment .form-group label {
    display: block;
    font-weight: 400;
    color: #492375;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    margin-left: 0.2rem;
    margin-bottom: 0.9rem;
}
.section-payment h1 {
    margin-bottom: 2.5rem;
}
.section-payment .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid rgba(73, 35, 117, 0.29);
    font-size: 0.9375rem;
    line-height: 1rem;
    padding: 0.4rem 1rem;
}
.section-payment .form-control::placeholder {
    color: rgba(73, 35, 117, 0.29);
}
.section-payment .form-control:focus {
    box-shadow: none;
}
.section-payment .card-number-form .form-group:first-child {
    flex: 0 0 51.6%;
    max-width: 51.6%;
}
.section-payment .card-number-form {
    margin-top: 0.9rem;
    margin-left: 0;
    margin-right: 0;
}
.section-payment .card-number-form .form-group {
    padding: 0;
}
.section-payment .expiry-date {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.section-payment .card-number-form .form-control {
    text-align: center;
}
.section-payment .expiry-date .form-control {
    flex: 0 0 45.5%;
    max-width: 45.5%;
}
.section-payment .card-number-form .expiry-date .divider {
    color: #492375;
    font-size: 0.9375rem;
    line-height: 1rem;
    margin: 0 0.5rem 0 0.8rem;
    font-weight: 500;
    font-style: italic;
}
.section-payment .expiry-date .form-control:last-child {
    flex: 1;
}
.section-payment .card-number-form .form-group:last-child {
    margin-left: auto;
    flex: 0 0 30%;
    max-width: 30%;
}
.section-payment .card-number-form .form-group label {
    margin-bottom: 1rem;
}
.section-payment .total {
    text-align: left;
    margin-top: 2.9rem;
    color: #492375;
    font-weight: 500;
    margin-bottom: 2.1rem;
}
.section-payment .total span {
    color: #FF7A1B;
}
.section-payment .form-check .form-check-input {
    border: 1px solid #FF7A1B;
    border-radius: 50%;
    margin-top: 0.6rem;
    margin-left: -2.5rem;
    width: 1.625rem;
    height: 1.625rem;
}
.section-payment .form-check .form-check-input:checked {
    background-size: 0.9rem;
}
.section-payment .form-check {
    text-align: left;
    padding-left: 2.6rem;
}
.section-payment .form-check .form-check-label {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    max-width: 26rem;
}
.section-payment form .btn {
    margin-top: 4.6rem;
    width: 93.7%;
    padding: 0.8rem 1rem;
}
.section-payment .payment-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1.0625rem;
    height: 15.1875rem;
    width: 28.875rem;
    margin-left: -1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
    position: relative;
    padding: 2rem 3.2rem 1rem 2.8rem;
}
.section-payment .payment-card .card-icon {
    margin-left: auto;
    width: 3.75rem;
    flex: 0 0 3.75rem;
    height: 2.0625rem;
}
.section-payment .payment-card .card-number {
    margin-top: auto;
    flex: 0 0 100%;
    display: flex;
}
.section-payment .payment-card .card-number span {
    font-size: 1.125rem;
    font-weight: 500;
    color: #050708;
    margin-right: 1.5rem;
}
.section-payment .payment-card .card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* ----- /SECTION PAYMENT ----- */
/*  */
/* ----- SECTION SUCCESS ----- */
.section-success {
    text-align: center;
    padding-top: 3.7rem;
    padding-bottom: 10.3rem;
}
.section-success .icon-check-circle {
    width: 16.5rem;
    height: 16.5rem;
    margin: 0 auto 4.4rem;
}
.section-success .icon-check-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-success h1 {
    margin-bottom: 2.6rem;
}
.verification-code {
    color: #492375;
    font-weight: 500;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.verification-code span {
    color: rgba(73, 35, 117, 0.29);
    margin-left: 1.5rem;
    margin-right: 2rem;
}
/* ----- /SECTION SUCCESS ----- */
/*  */
/* ----- SECTION TRACK ORDER ----- */
.section-track-order {
    text-align: center;
    padding-top: 3.9rem;
    padding-bottom: 10rem;
}
.section-track-order form {
    text-align: left;
}
.section-track-order h1 {
    margin-bottom: 2.4rem;
}
.section-track-order form label {
    color: #492375;
    display: block;
    margin-left: 0.5rem;
    font-weight: 500;
    margin-bottom: -0.2rem;
}
.section-track-order .form-wrap {
    padding: 0;
}
.section-track-order .row {
    margin: 0 -1.2rem;
}
.section-track-order form .form-control {
    background: #ffffff;
    border: 1px solid #492375;
    height: 3rem;
    border-radius: 0.25rem;
    font-size: 0.9375rem;
    padding: 0.375rem 0.65rem;
}
.section-track-order form .form-control::placeholder {
    color: rgba(73, 35, 117, 0.29);
    font-size: 1.25rem;
}
.section-track-order form .form-group {
    margin-bottom: 0.7rem;
}
.section-track-order form .btn {
    width: 100%;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
}
.section-track-order .btn-arrow {
    margin-top: 4.3rem;
    color: #492375;
    margin-right: 0;
}
.section-track-order .btn-arrow svg {
    margin-left: 0.6rem;
    margin-right: 0.65rem;
}
.section-track-order .verification-code {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.625rem;
    margin-bottom: 4.3rem;
}
.section-track-order .verification-code span {
    font-weight: 500;
    font-size: 1.125rem;
    margin-left: 0.7rem;
    margin-right: -2.2rem;
}
/* Section Order */
.section-order {
    padding-top: 2.9rem;
    padding-bottom: 7.4rem;
}
.section-order .order-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
}
.section-order .order-steps .order-step {
    text-align: center;
    color: rgba(73, 35, 117, 0.29);
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    margin: 0 0.8rem;
    position: relative;
}
.section-order .order-steps .order-step::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8752 0.900096L11.3002 9.3001C11.4002 9.4001 11.4709 9.50843 11.5122 9.6251C11.5542 9.74176 11.5752 9.86676 11.5752 10.0001C11.5752 10.1334 11.5542 10.2584 11.5122 10.3751C11.4709 10.4918 11.4002 10.6001 11.3002 10.7001L2.8752 19.1251C2.64186 19.3584 2.3502 19.4751 2.0002 19.4751C1.6502 19.4751 1.3502 19.3501 1.1002 19.1001C0.850196 18.8501 0.725196 18.5584 0.725196 18.2251C0.725196 17.8918 0.850196 17.6001 1.1002 17.3501L8.4502 10.0001L1.1002 2.6501C0.866864 2.41676 0.750197 2.12943 0.750197 1.7881C0.750197 1.4461 0.875197 1.1501 1.1252 0.900096C1.3752 0.650096 1.66686 0.525096 2.0002 0.525096C2.33353 0.525096 2.6252 0.650096 2.8752 0.900096Z' fill='%23492375' fill-opacity='0.29'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.75rem;
    height: 1.25rem;
    position: absolute;
    right: -1rem;
    bottom: 0.1rem;
}
.section-order .order-steps .order-step:last-child:after {
    display: none;
}
.section-order .order-steps .order-step .icon {
    display: block;
    margin: 0 auto 0.4rem;
    border: 1px solid #FF7A1B;
    border-radius: 50%;
    width: 2.625rem;
    height: 2.625rem;
}
.section-order .order-steps .order-step.current .icon,
.section-order .order-steps .order-step.done .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37444 14.4023L19.5448 0.641398C19.923 0.213799 20.4043 0 20.9888 0C21.5732 0 22.0546 0.213799 22.4327 0.641398C22.8109 1.069 23 1.61322 23 2.27405C23 2.93489 22.8109 3.47911 22.4327 3.90671L8.81838 19.3003C8.40583 19.7668 7.92451 20 7.37444 20C6.82436 20 6.34305 19.7668 5.93049 19.3003L0.567264 13.2362C0.189087 12.8086 0 12.2643 0 11.6035C0 10.9427 0.189087 10.3984 0.567264 9.97084C0.94544 9.54324 1.42676 9.32945 2.01121 9.32945C2.59566 9.32945 3.07698 9.54324 3.45516 9.97084L7.37444 14.4023Z' fill='%23FF7A1B'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}
.section-order .order-steps .order-step.current,
.section-order .order-steps .order-step.done {
    color: #492375;
}
.section-order .order-steps .order-step.current::after,
.section-order .order-steps .order-step.done::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8752 0.900096L11.3002 9.3001C11.4002 9.4001 11.4709 9.50843 11.5122 9.6251C11.5542 9.74176 11.5752 9.86676 11.5752 10.0001C11.5752 10.1334 11.5542 10.2584 11.5122 10.3751C11.4709 10.4918 11.4002 10.6001 11.3002 10.7001L2.8752 19.1251C2.64186 19.3584 2.3502 19.4751 2.0002 19.4751C1.6502 19.4751 1.3502 19.3501 1.1002 19.1001C0.850196 18.8501 0.725196 18.5584 0.725196 18.2251C0.725196 17.8918 0.850196 17.6001 1.1002 17.3501L8.4502 10.0001L1.1002 2.6501C0.866864 2.41676 0.750197 2.12943 0.750197 1.7881C0.750197 1.4461 0.875197 1.1501 1.1252 0.900096C1.3752 0.650096 1.66686 0.525096 2.0002 0.525096C2.33353 0.525096 2.6252 0.650096 2.8752 0.900096Z' fill='%23492375'/%3E%3C/svg%3E%0A");
}
.section-order .order-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6.3rem;
}
.section-order .order-items .order-item {
    flex: 0 0 16.25rem;
    max-width: 16.25rem;
    border-right: 1px solid rgba(73, 35, 117, 0.29);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 9.5rem;
    padding-top: 1.4rem;
}
.section-order .order-items .order-item:last-child,
.section-order .order-items .order-item:nth-child(3n) {
    border-right: 0;
}
.section-order .order-items .order-item h5 {
    color: #492375;
    font-weight: 400;
    margin-bottom: 1.15rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.section-order .order-items .order-item h4 {
    color: #492375;
    line-height: 1.375rem;
    margin-bottom: 1.15rem;
}
.section-order .order-items .order-item .price {
    font-size: 1.5rem;
    color: #FF7A1B;
    font-weight: 700;
}
.section-order .order-deadline {
    color: #606060;
    font-weight: 500;
}
.section-order .order-deadline .date {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #050708;
    margin-top: 0.8rem;
}
/* ----- /SECTION TRACK ORDER ----- */
/*  */
/* ----- SECTION 404 ----- */
.section-404 {
    text-align: center;
    padding-top: 3.6rem;
    padding-bottom: 8.7rem;
}
.section-404 .title-icon {
    width: 16.5rem;
    height: 16.5rem;
    margin: 0 auto 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FF7A1B;
    color: #ffffff;
    font-weight: 700;
    font-size: 4rem;
    position: relative;
}
.section-404 .title-icon::before {
    content: '';
    background-image: url(../img/404-lines-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -2.7rem;
    top: -0.3rem;
    bottom: 0;
    margin: auto 0;
    width: 6.4375rem;
    height: 6.9375rem;
}
.section-404 .title-icon::after {
    content: '';
    background-image: url(../img/404-lines-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -3.9rem;
    top: 0.3rem;
    bottom: 0;
    margin: auto 0;
    width: 7.75rem;
    height: 7.5625rem;
}
.section-404 h1 {
    color: #FF7A1B;
    font-family: 'Iceberg', cursive;
    font-weight: 400;
    font-size: 6rem;
    line-height: 7.3125rem;
    margin-bottom: 1.15rem;
}
.section-404 h4 {
    color: #492375;
    margin-bottom: -0.2rem;
}
.section-404 p {
    font-weight: 500;
    color: #000000;
}
/* ----- /SECTION 404 ----- */
/*  */
/* ----- SECTION ORDER HISTORY ----- */
.section-order-history {
    padding-top: 0.5rem;
    padding-bottom: 6.25rem;
}
.section-order-history .nav-tabs .nav-link {
    border-radius: 0;
    border: 0;
    font-weight: 700;
    color: #492375;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    border-bottom: 2px solid transparent;
    padding: 0;
}
.section-order-history .nav-tabs {
    border: 0;
    background: rgba(73, 35, 117, 0.2);
    justify-content: center;
    padding: 0.9rem 1rem;
}
.section-order-history .nav-tabs .nav-link.active {
    border-bottom-color: #ffffff;
    background: transparent;
}
.section-order-history .nav-tabs .nav-item {
    margin: 0 1.4rem;
}
.section-order-history .tab-content {
    padding-top: 5.2rem;
}
.section-order-history .tab-content .tab-pane {
    max-width: 72.8rem;
    margin: 0 auto;
}
.section-order-history .order-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3.3rem;
}
.order-card {
    border: 1px solid #492375;
    display: block;
    box-shadow: 0px 4px 4px rgba(115, 63, 154, 0.35);
    width: 13.1875rem;
    flex: 0 0 13.1875rem;
    margin: 0 1.625rem;
    padding: 1.2rem 0.75rem;
    min-height: 24.4rem;
    position: relative;
}
.order-card .user-name {
    padding: 0 1rem 2.6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-bottom: 1px solid rgba(73, 35, 117, 0.29);
}
.order-card .user-name .user-avatar {
    width: 3.125rem;
    height: 3.125rem;
    flex: 0 0 3.125rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.1rem;
}
.order-card .user-name .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-card .user-name div {
    flex: 1;
}
.order-card .user-name h5 {
    margin-bottom: 0;
}
.order-card h5 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
}
.order-card .order-info {
    text-align: center;
    padding: 1.6rem 1rem;
}
.order-card .order-info .number {
    color: #FF7A1B;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.625rem;
    margin-bottom: -0.3rem;
}
.order-card .order-info h5 {
    color: #492375;
    margin-bottom: 1rem;
}
.order-card .order-info .price {
    color: #FF7A1B;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.625rem;
}
.section-order-history .order-history {
    padding-bottom: 5.3rem;
}
.order-card .arrow {
    position: absolute;
    height: 2.1rem;
    width: 3.5rem;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: 0 auto;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
}
.order-card:hover .arrow {
    transform: translateY(5px);
}
.order-card::before {
    content: '';
    background-image: url(../img/icon-check.png);
    position: absolute;
    top: -1.4rem;
    right: -0.9rem;
    width: 3.7rem;
    height: 2.7rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-order-history .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5.2rem;
}
.section-order-history .title select {
    border: 1px solid rgba(73, 35, 117, 0.29);
    border-radius: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #000000;
    height: 2.9375rem;
    margin-top: -0.1rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.723 1.3871L7.51715 6.82258C7.44327 6.8871 7.36324 6.93269 7.27704 6.95935C7.19085 6.98645 7.0985 7 7 7C6.90149 7 6.80915 6.98645 6.72295 6.95935C6.63676 6.93269 6.55673 6.8871 6.48285 6.82258L0.258575 1.3871C0.0861914 1.23656 -2.60153e-07 1.04839 -2.70024e-07 0.822581C-2.79894e-07 0.596775 0.092348 0.403227 0.277045 0.241937C0.461741 0.0806465 0.67722 1.38746e-06 0.923482 1.37181e-06C1.16974 1.35615e-06 1.38522 0.0806464 1.56992 0.241937L7 4.98387L12.4301 0.241936C12.6025 0.0913984 12.8147 0.0161292 13.0669 0.0161291C13.3196 0.0161291 13.5383 0.0967742 13.723 0.258065C13.9077 0.419355 14 0.607527 14 0.82258C14 1.03763 13.9077 1.22581 13.723 1.3871Z' fill='%23FF7A1B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 1.2rem);
    padding: 0.3rem 2.9rem 0.3rem 0.9rem;
    cursor: pointer;
}
.section-order-history .title select:focus {
    outline: none;
}
.section-order-history .billing-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-bottom: 1px solid rgba(73, 35, 117, 0.29);
    font-size: 1.125rem;
    font-weight: 500;
    color: #492375;
    max-width: 53.375rem;
    margin: 0 auto;
    padding: 0 1rem 1.2rem;
    line-height: 1.375rem;
}
.section-order-history .billing-item button {
    background: transparent;
    border: 0;
    color: #FF7A1B;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    padding: 0;
    margin-left: auto;
    margin-right: 0.2rem;
    font-weight: 500;
    height: 1.4rem;
}
.section-order-history .billing-item button img {
    margin-right: -0.1rem;
    margin-bottom: -0.1rem;
}
.section-order-history .billing-item > div:first-child {
    flex: 0 0 27%;
    max-width: 27%;
}
.section-order-history .billing-item > div:nth-child(2) {
    flex: 0 0 27%;
    max-width: 27%;
}
.section-order-history .billing-item .card-number {
    display: flex;
    align-items: flex-end;
}
.section-order-history .billing-item .card-number img {
    margin-right: 0.8rem;
}
.section-order-history .billing-item > div:nth-child(3) {
    flex: 0 0 20%;
    max-width: 20%;
}
.section-order-history .billing {
    margin-bottom: 4.7rem;
}
.section-order-history .transaction-history h4 {
    margin-bottom: 3.5rem;
}
.section-order-history .transactions {
    max-width: 53.2rem;
    margin: 0 auto;
    border: 1px solid rgba(73, 35, 117, 0.29);
}
.section-order-history .transactions .transactions-item {
    color: #492375;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}
.section-order-history .transactions .transactions-item > div {
    border-right: 1px solid rgba(73, 35, 117, 0.29);
    border-bottom: 1px solid rgba(73, 35, 117, 0.29);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0.5rem 0.6rem;
}
.section-order-history .transactions .transactions-item > div:last-child {
    border-right: 0;
}
.section-order-history .transactions .transactions-item .status {
    flex: 0 0 17.7%;
    max-width: 17.7%;
}
.section-order-history .transactions .transactions-item .total {
    flex: 0 0 24%;
    max-width: 24%;
}
.section-order-history .transactions .transactions-item .price {
    color: #FF7A1B;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 0.9rem;
}
.section-order-history .transactions .transactions-item .badge {
    font-size: 1.125rem;
    border: 1px solid transparent;
    font-weight: 500;
    width: 5.8125rem;
    height: 2.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
    border-radius: 1.125rem;
}
.section-order-history .transactions .transactions-item .badge-blue {
    color: #A9D8FA;
    border-color: #A9D8FA;
}
.section-order-history .transactions .transactions-item .badge-green {
    color: #38B64A;
    border-color: #38B64A;
}
.section-order-history .transaction-history {
    margin-bottom: 0.6rem;
}
.section-order-history .account-settings h4 {
    margin-bottom: 1.4rem;
}
.section-order-history .account-settings .user-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0.4rem;
    color: #492375;
    font-weight: 500;
}
.section-order-history .account-settings .user-name .user-avatar {
    width: 4.75rem;
    height: 4.75rem;
    flex: 0 0 4.75rem;
    margin-right: 1.3rem;
    overflow: hidden;
    border-radius: 50%;
}
.section-order-history .account-settings .user-name .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-order-history .account-settings .form-col {
    padding-left: 2.7rem;
    padding-top: 1.3rem;
    padding-right: 2.5rem;
}
.section-order-history .account-settings .form-group label {
    display: block;
    color: #492375;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-left: 0.3rem;
    line-height: 1.625rem;
    margin-bottom: 0.9rem;
}
.section-order-history .account-settings .form-group .form-control {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid rgba(73, 35, 117, 0.29);
    color: #492375;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.1rem 1.15rem;
}
.section-order-history .account-settings .form-group .form-control::placeholder {
    color: rgba(73, 35, 117, 0.29);
}
.section-order-history .account-settings .form-group {
    margin-bottom: 0.6rem;
}
.section-order-history .account-settings .form-check .form-check-input {
    border: 1px solid #FF7A1B;
    border-radius: 50%;
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 1rem;
    margin-left: -2.6rem;
    margin-top: 0.6rem;
}
.section-order-history .account-settings .form-check .form-check-label {
    font-weight: 500;
    color: #000000;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    max-width: 27rem;
}
.section-order-history .account-settings .form-check {
    margin-top: 1.2rem;
    padding-left: 2.7rem;
}
.section-order-history .account-settings .form-check .form-check-input:checked {
    background-size: 0.9rem;
}
.section-order-history .account-settings form .btn {
    margin-top: 2.9rem;
    margin-left: 1rem;
    padding: 0.8rem 1rem;
    width: 29.9rem;
}
.section-order-history .account-settings {
    padding-bottom: 0.3rem;
}
/* ----- /SECTION ORDER HISTORY ----- */
/*  */
/* ----- MEDIA ----- */
@media(min-width: 992px) {
    .header .container {
        max-width: 60rem;
    }
}
@media(min-width: 1200px) {
    .header .container {
        max-width: 52rem;
    }
}
@media(min-width: 1400px) {
    .header .container {
        max-width: 65rem;
    }
}
@media(min-width: 1600px) {
    .container {
        max-width: 1425px;
    }
    .header .container {
        max-width: 89rem;
    }
    .section-get-now .row {
        max-width: 72rem;
    }
    .section-reviews .container {
        max-width: 62rem;
    }
    .section-reviews-slider .container {
        max-width: 1425px;
    }   
    .footer .container {
        max-width: 85.3rem;
    }
    .section-cart .container {
        max-width: 73.5rem;
    }
    .section-checkout .container {
        max-width: 71.3rem;
    }
    .section-blog-two .container {
        max-width: 78.1rem;
    }
    .section-blog-posts .container {
        max-width: 70.8rem;
    }
}
@media(max-width: 1599px) {
    /* ----- HEADER ----- */
    .header .header-nav {
        padding-bottom: 1.5rem;
    }
    /* ----- /HEADER ----- */
    /*  */
    /* ----- SECTION REASONS ----- */
    .section-reasons .col-content .row {
        margin: 0 -1rem;
    }
    /* ----- /SECTION REASONS ----- */
    /*  */
    /* ----- SECTION BUY ITEMS TWO ----- */
    .item-buy-small .item-other .hover-links {
        right: auto;
        left: -13.5rem;
        border-radius: 1rem 0rem 0rem 1rem;
    }
    .item-buy-small .item-other .hover-links::before {
        border-radius: 1rem 0rem 0rem 1rem;
    }
    /* ----- /SECTION BUY ITEMS TWO ----- */
    /*  */
    /* ----- SECTION PAYMENT ----- */
    .section-payment .content-wrap .white-bg::before {
        right: -39%;
    }
    /* ----- /SECTION PAYMENT ----- */
    /*  */
}
@media(max-width: 1439px) {
    .triangle-bg-two {
        width: 82rem;
        height: 60.5rem;
    }
    /* ----- HEADER ----- */
    .header .header-nav {
        padding-bottom: 0.75rem;
    }
    /* ----- /HEADER ----- */
    /*  */
    /* ----- SECTION BUY ITEMS ----- */
    .item-buy .collapse-content > ul > li:nth-child(3n) {
        margin-right: 2.4rem;
    }
    .item-buy .collapse-content > ul > li:nth-child(2n) {
        margin-right: 0;
    }
    .item-buy .collapse-content > ul > li:nth-last-child(-n+3) {
        margin-bottom: 2.2rem;
    }
    .item-buy .collapse-content > ul > li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .section-buy-items::after {
        width: 23.1rem;
        height: 89.2rem;
        bottom: -30.5rem;
    }
    /* ----- /SECTION BUY ITEMS ----- */
    /*  */
    /* ----- SECTION BUY ITEMS TWO ----- */
    .section-buy-items-two .row {
        margin: 0 calc(-.5 * var(--bs-gutter-x));
    }
    .item-buy-small .item-other .icon {
        margin-right: 0.5rem;
    }
    .item-buy-small .collapse-content > ul > li, 
    .item-buy-small .collapse-content > ul > li:nth-last-child(-n+3) {
        margin-bottom: 1.1rem;
    }
    .item-buy-small .collapse-content > ul > li:nth-child(3n) {
        margin-right: 0;
    }
    /* ----- /SECTION BUY ITEMS TWO ----- */
    /*  */
    /* ----- SECTION FAQS ----- */
    .section-faqs {
        padding-bottom: 5rem;
    }
    .faqs-box {
        padding: 3.1rem 4.5rem 10rem;
    }
    .faqs-box .box-title ul {
        max-width: 24.5rem;
    }
    /* ----- /SECTION FAQS ----- */
    /*  */
    /* ----- SECTION REVIEWS SLIDER ----- */
    .section-reviews-slider {
        padding-bottom: 8rem;
    }
    .section-reviews-slider .review-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .section-reviews-slider .review-item .review-body {
        padding-right: 0;
    }
    .section-reviews-slider .owl-carousel {
        margin-right: -2rem;
        margin-left: -2rem;    
    }
    .section-reviews-slider .owl-carousel .owl-dots {
        margin-top: 5rem;
        margin-left: auto;
        margin-right: auto;
    }
    /* ----- /SECTION REVIEWS SLIDER ----- */
    /*  */
    /* ----- FOOTER ----- */
    .footer .social a {
        margin-right: 0.6rem;
    }
    /* ----- /FOOTER ----- */
    /*  */
    /* ----- SECTION REASONS TWO ----- */
    .section-reasons-two .image-wrap {
        margin-left: -5.2rem;
    }
    /* ----- /SECTION REASONS TWO ----- */
    /*  */
    /* ----- SECTION ACOUNT ----- */
    .section-account .content-wrap {
        padding: 0 3.7rem;
    }
    /* ----- /SECTION ACOUNT ----- */
    /*  */
    /* ----- SECTION REVIEWS TABS ----- */
    .section-reviews-tabs .col-reviews {
        padding-right: calc(var(--bs-gutter-x) * .5);
        flex: 0 0 75%;
        max-width: 75%;
    }
    /* ----- /SECTION REVIEWS TABS ----- */
    /*  */
    /* ----- SECTION BLOG CATEGORY ----- */
    .category-list {
        margin: 0;
    }
    .category-list .item {
        padding: 0 1rem;
    }
    .category-list .item::before {
        left: 0.1rem;
        bottom: -0.3rem;
    }
    /* ----- /SECTION BLOG CATEGORY ----- */
    /*  */
    /* ----- SECTION SIMILAR BLOGS ----- */
    .section-similar-blogs {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }
    .section-similar-blogs h2 {
        margin-left: 0;
    }    
    /* ----- /SECTION SIMILAR BLOGS ----- */
    /*  */
    /* ----- SECTION BLOG SINGLE ----- */
    .section-blog-single {
        padding-bottom: 4rem;
    }
    .section-blog-single::after {
        width: 26.725rem;
        height: 66.025rem;
    }
    /* ----- /SECTION BLOG SINGLE ----- */
    /*  */
    /* ----- SECTION HELP ----- */
    .section-steps .steps-item .col-title {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .section-steps .steps-item .col-content {
        flex: 1;
        max-width: 100%;
    }
    /* ----- /SECTION HELP ----- */
    /*  */
    /* ----- SECTION PAYMENT ----- */
    .section-payment .content-wrap .white-bg::before {
        right: -27%;
    }
    .section-payment .content-wrap .form-col {
        padding: 3.15rem 2.9rem 5.8rem 2.9rem;
    }
    .section-payment .content-wrap {
        margin: 0;
    }
    /* ----- /SECTION PAYMENT ----- */
    /*  */
}
@media(max-width: 1199px) {
    .triangle-bg-two {
        width: 65rem;
        height: 47.5rem;
    }
    /* ----- HEADER ----- */
    .header .container {
        align-items: center;
    }
    .header .header-nav {
        position: fixed;
        inset: 0;
        background: #fff;
        z-index: 1000;
        transition: 0.4s;
        transform: translateX(100%);
    }
    .header.menu-open .header-nav {
        transform: translateX(0);
    }
    .header .menu {
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: flex-start;
        padding-top: 12rem;
    }
    .header .menu li, .header .menu li:first-child {
        margin: 0 auto 1rem;
    }
    .header .logo {
        z-index: 1001;
        margin-right: auto;
        position: static;
    }
    .header .user-nav {
        position: static;
        padding-bottom: 0;
        z-index: 1001;
    }
    .header .icon-cart {
        z-index: 1001;
        margin-top: 0;
        margin-right: 1.5rem;
    }
    .header .menu-btn {
        width: 2rem;
        height: 1.4rem;
        position: relative;
        z-index: 1001;
    }
    .header .menu-btn span {
        display: block;
        background: #492375;
        width: 100%;
        height: 0.25rem;
        margin-bottom: 0.375rem;
        border-radius: 1rem;
        transition: 0.4s;
    }
    .header .menu-btn span:last-child {
        margin-bottom: 0;
    }
    .header.menu-open .menu-btn span {
        transform: rotate(45deg);
        position: absolute;
        top: 0.6rem;
    }
    .header.menu-open .menu-btn span:last-child {
        transform: rotate(-45deg);
    }
    .header.menu-open .menu-btn span:nth-child(2) {
        display: none;
    }
    /* ----- /HEADER ----- */
    /*  */
    /* ----- SECTION GET NOW ----- */
    .section-get-now .col-cards {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .section-get-now .col-content {
        padding: 0 1rem;
    }
    .section-get-now .row-cards {
        padding: 0;
        margin-bottom: 2rem;
    }
    .section-get-now .row-cards .card-get-now {
        margin-bottom: 2rem;
    }
    /* ----- /SECTION GET NOW ----- */
    /*  */
    /* ----- SECTION BLOG ----- */
    .section-blog {
        padding-bottom: 3rem;
    }
    .blog-post {
        background-image: none;
        position: relative;
        margin-bottom: 3rem;
    }
    .blog-post::after {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url(../img/post-border.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: bottom;
        border-radius: 0.5rem;
    }
    .blog-post::before {
        content: '';
        position: absolute;
        inset: 0;
        bottom: 2px;
        background-image: url(../img/post-border.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: top;
        background-position-x: right;
        border-radius: 0.5rem;
    }
    .blog-post .image-wrap .post-date {
        right: -2.7rem;
    }
    .blog-post .author-name {
        margin-left: 51%;
    }
    /* ----- /SECTION BLOG ----- */
    /*  */
    /* ----- SECTION REVIEWS ----- */
    .section-reviews .col-slider {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    /* ----- /SECTION REVIEWS ----- */
    /*  */
    /* ----- FOOTER ----- */
    .footer .col-logo {
        flex: 0 0 15%;
        max-width: 15%;
    }
    .footer .social a {
        margin-right: 0.5rem;
    }
    .footer .col-nav {
        flex: 0 0 85%;
        max-width: 85%;
    }
    .footer .footer-nav .col {
        padding-left: 1rem;
        padding-right: 0.5rem;
    }
    /* ----- /FOOTER ----- */
    /*  */
    /* ----- SECTION REVIEWS SLIDER ----- */
    .section-buy-items-two .row {
        margin: 0 2rem;
    }
    .item-buy-small {
        margin-bottom: 1.125rem;
    }
    .section-buy-items-two {
        padding-bottom: 2rem;
    }
    /* ----- /SECTION REVIEWS SLIDER ----- */
    /*  */
    /* ----- SECTION REASONS ----- */
    .section-reasons .image-wrap {
        width: 36.3125rem;
        height: 29.0625rem;
    }
    .section-reasons .col-content .col {
        padding: 0 1rem;
    }
    /* ----- /SECTION REASONS ----- */
    /*  */
    /* ----- SECTION FAQS ----- */
    .faqs-box {
        padding: 3.1rem 2rem 7rem;
    }
    .faqs-box .box-title ul {
        max-width: 22.6rem;
    }
    .faqs-box .col-title {
        padding-right: 0;
    }
    .faqs-item {
        margin-bottom: 4rem;
    }
    /* ----- /SECTION FAQS ----- */
    /*  */
    /* ----- SECTION REVIEWS SLIDER ----- */
    .section-reviews-slider {
        padding-top: 3rem;
    }
    /* ----- /SECTION REVIEWS SLIDER ----- */
    /*  */
    /* ----- SECTION REASONS TWO ----- */
    .section-reasons-two .image-wrap {
        margin-left: -3.7rem;
    }
    .section-reasons-two .col-content .col {
        padding: 0 0.5rem;
    }
    /* ----- /SECTION REASONS TWO ----- */
    /*  */
    /* ----- SECTION ACOUNT ----- */
    .section-account .content-wrap {
        padding: 0 2rem;
    }
    .section-account .content-wrap .col-form {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* Section Sign Up */
    .section-sign-up .content-wrap .col-title {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    /* ----- /SECTION ACOUNT ----- */
    /*  */
    /* ----- SECTION CART ----- */
    .section-cart .buy-more-items {
        margin: 0 -1rem;
    }
    /* ----- /SECTION CART ----- */
    /*  */
    /* ----- SECTION CHECKOUT ----- */
    .section-checkout {
        padding-bottom: 2rem;
    }
    .section-checkout .col-form {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-checkout .col-content {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .section-checkout .rating-label {
        width: 10rem;
        height: 10rem;
        font-size: 5rem;
    }
    /* ----- /SECTION CHECKOUT ----- */
    /*  */
    /* ----- SECTION REVIEWS TABS ----- */
    .section-reviews-tabs .col-title {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .section-reviews-tabs .col-reviews .col {
        padding: 0 1rem;
    }
    .section-reviews-tabs .review-item .review-body {
        padding-right: 0;
    }
    .section-reviews-tabs {
        padding-top: 3rem;
        padding-bottom: 8rem;
    }
    /* ----- /SECTION REVIEWS TABS ----- */
    /*  */
    /* ----- SECTION BLOG TWO ----- */
    .section-blog-posts {
        padding-top: 5rem;
        padding-bottom: 8rem;
    }
    .section-blog-two .post .author .user-avatar {
        width: 4.5rem;
        height: 4.5rem;
        flex: 0 0 4.5rem;
    }
    .section-blog-two .post .post-author .btn {
        padding: 1.7rem 2.5rem;
    }
    /* ----- /SECTION BLOG TWO ----- */
    /*  */
    /* ----- SECTION BLOG POSTS ----- */
    .section-blog-posts .blog-post .image-wrap {
        height: 12rem;
    }
    .section-blog-posts .col {
        padding: 0 0.75rem;
    }
    .section-blog-posts .row {
        margin: 0 -0.75rem;
    }
    /* ----- /SECTION BLOG POSTS ----- */
    /*  */
    /* ----- SECTION BLOG SINGLE ----- */
    .section-blog-single .post-image {
        width: 32rem;
        height: 21rem;
    }
    .section-blog-single .breadcrumb {
        margin-bottom: 3.5rem;
    }
    .section-blog-single .post-content .post-image-small {
        width: 30rem;
        height: 16rem;
    }
    /* ----- /SECTION BLOG SINGLE ----- */
    /*  */
    /* ----- SECTION SIMILAR BLOGS ----- */
    .section-similar-blogs h2 {
        margin-bottom: 1.5rem;
    }
    .section-similar-blogs {
        padding-bottom: 4rem;
    }
    /* ----- /SECTION SIMILAR BLOGS ----- */
    /*  */
    /* ----- SECTION STEPS ----- */
    .section-steps {
        padding-top: 3rem;
    }
    /* ----- /SECTION STEPS ----- */
    /*  */
    /* ----- SECTION FEATURES ----- */
    .section-features {
        padding-bottom: 3rem;
    }
    .section-features .row {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
    .section-features .title {
        margin-bottom: 1rem;
    }
    .feature-item {
        margin-bottom: 5rem;
    }
    .section-features .col:nth-child(2) .feature-item {
        margin-bottom: 3rem;
    }
    /* ----- /SECTION FEATURES ----- */
    /*  */
    /* ----- SECTION HELP ----- */
    .section-help {
        padding-top: 5rem;
        padding-bottom: 10rem;
    }
    .section-help .title {
        margin-bottom: 5rem;
    }
    .section-help .row {
        margin: 0;
    }
    /* ----- /SECTION HELP ----- */
    /*  */
    
}
@media(max-width: 991px) {
    .triangle-bg {
        left: 0;
        right: 0;
        width: 50.4375rem;
        height: 23.75rem;
    }
    .triangle-bg-two {
        width: 56.4375rem;
        height: 42.75rem;
        right: -0.4%;
        left: auto;
    }
    .btn-outline-orange {
        padding: 1.2rem 2rem;
    }
    /* ----- HEADER ----- */
    .header {
        padding: 2rem 0;
    }
    /* ----- /HEADER ----- */
    /*  */
    /* ----- SECTION BANNER ----- */
    .section-banner {
        padding-top: 3rem;
    }
    /* ----- /SECTION BANNER ----- */
    /*  */
    /* ----- SECTION PARTNERS ----- */
    .section-partners {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .section-partners a {
        display: block;
        margin-bottom: 1.5rem;
    }
    /* ----- /SECTION PARTNERS ----- */
    /*  */
    /* ----- SECTION BUY ITEMS ----- */
    .section-buy-items {
        padding-top: 3rem;
    }
    .section-buy-items .container {
        padding-bottom: 5rem;
    }
    .section-buy-items::after {
        width: 15.1rem;
        height: 79.5rem;
    }
    /* ----- /SECTION BUY ITEMS ----- */
    /*  */
    /* ----- SECTION GET NOW ----- */
    .section-get-now .col-cards {
        flex: 0 0 22rem;
        max-width: 22rem;
        margin: 0 auto 2rem;
        padding-top: 1rem;
        text-align: center;
        order: 2;
    }
    .section-get-now .col-cards.col-image {
        order: 1;
    }
    .section-get-now .col-content {
        order: 1;
    }
    .section-get-now .col-cards .card-get-now {
        margin-bottom: 2rem;
    }
    .section-get-now .content-wrap {
        margin-bottom: 1.5rem;
    }
    .section-get-now .divider {
        margin-bottom: 2rem;
    }
    .section-get-now .row-cards .col {
        padding: 0 1.5rem;
    }
    .section-get-now .divider-triangle::after {
        top: -42.1rem;
        width: 21.2rem;
        height: 64rem;
    }
    /* ----- /SECTION GET NOW ----- */
    /*  */
    /* ----- SECTION BLOG ----- */
    .blog-post::before {
        bottom: -1px;
    }
    .blog-post {
        overflow: hidden;
    }
    .blog-post .author-name {
        margin-left: 55%;
        margin-top: 1rem;
    }
    .blog-post::after {
        right: 3px;
    }
    /* ----- /SECTION BLOG ----- */
    /*  */
    /* ----- SECTION REVIEWS ----- */
    .section-reviews {
        padding-top: 2rem;
    }
    .section-reviews .col-title {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        margin-bottom: 2rem;
    }
    .section-reviews .btn-arrow {
        margin-top: 2rem;
    }
    .section-reviews .col-slider {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* ----- /SECTION REVIEWS ----- */
    /*  */
    /* ----- FOOTER ----- */
    .footer .col-logo {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .footer .footer-nav .col:nth-child(3) {
        padding-left: 1rem;
    }
    .footer .footer-nav .col:nth-child(5) {
        flex: 0 0 22%;
        max-width: 22%;
    }
    .footer .social {
        justify-content: center;
        margin-bottom: 2rem;
    }
    .footer .col-nav {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
    }
    /* ----- /FOOTER ----- */
    /*  */
    /* ----- SECTION BUY ITEMS TWO ----- */
    .section-buy-items-two .container {
        padding-bottom: 0;
    }
    /* ----- /SECTION BUY ITEMS TWO ----- */
    /*  */
    /* ----- SECTION BANNER BUY ----- */
    .section-banner-buy .nav-tabs .nav-item {
        flex: 0 0 20rem;
        max-width: 20rem;
    }
    .section-banner-buy .radio-buttons {
        max-width: 42.8rem;
    }
    .tab-title-box .box-header {
        padding: 1.15rem 1rem 0.725rem 1rem;
    }
    .section-banner-buy .price-wrap .username {
        margin-bottom: 0;
        margin-right: -2rem;
    }
    .section-banner-buy .price-wrap {
        margin-bottom: 3rem;
    }
    .section-banner-buy .buttons .btn {
        width: 18rem;
    }
    .section-banner-buy .price-wrap .price {
        margin-right: 2rem;
    }
    /* ----- /SECTION BANNER BUY ----- */
    /*  */
    /* ----- SECTION REASONS ----- */
    .section-reasons {
        padding-top: 3rem;
    }
    .section-reasons .image-wrap {
        margin: 0 auto 2rem;
    }
    /* ----- /SECTION REASONS ----- */
    /*  */
    /* ----- SECTION FAQS ----- */
    .section-faqs .title {
        margin-bottom: 5rem;
    }
    .faqs-box .box-title {
        margin-bottom: 2rem;
    }
    .faqs-box .box-title ul {
        max-width: 100%;
    }
    .faqs-box .col-title {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .faqs-box .box-title p {
        max-width: 100%;
    }
    .faqs-box .col-items {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .faqs-item {
        margin-bottom: 2rem;
    }
    .faqs-box {
        padding-bottom: 4rem;
    }
    /* ----- /SECTION FAQS ----- */
    /*  */
    /* ----- SECTION REVIEWS SLIDER ----- */
    .section-reviews-slider .owl-carousel {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .section-reviews-slider .review-item {
        padding: 0;
    }
    /* ----- /SECTION REVIEWS SLIDER ----- */
    /*  */
    /* ----- SECTION BANNER BUY TWO ----- */
    .section-banner-buy-two .nav-tabs .nav-item {
        flex: 0 0 30.9375rem;
        max-width: 30.9375rem;
    }
    .section-banner-buy-two .radio-buttons {
        max-width: 32.7rem;
    }
    /* ----- /SECTION BANNER BUY TWO ----- */
    /*  */
    /* ----- SECTION ACOUNT ----- */
    .section-account {
        padding-top: 3rem;
    }
    .section-account .content-wrap .col-title {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .form-box {
        margin-top: 0;
        padding: 5.3rem 1.9rem 3.7rem;
        min-height: 30rem;
    }
    .section-account .content-wrap .col-form {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* ----- /SECTION ACOUNT ----- */
    /*  */
    /* ----- SECTION CART ----- */
    .cart-item {
        margin: 0 0.5rem;
    }
    .section-cart .cards-wrap {
        margin: 0 -1rem 2.5rem;
    }
    .section-cart .buttons .btn {
        width: 18rem;
    }
    .section-cart .buy-more-items .col {
        margin-bottom: 1.5rem;
    }
    /* ----- /SECTION CART ----- */
    /*  */
    /* ----- SECTION CHECKOUT ----- */
    .section-checkout .col-form {
        flex: 0 0 70%;
        max-width: 70%;
        margin: 0 auto;
        padding-bottom: 2rem;
    }
    .section-checkout .col-content {
        flex: 0 0 70%;
        max-width: 70%;
        margin: 0 auto;
    }
    /* ----- /SECTION CHECKOUT ----- */
    /*  */
    /* ----- SECTION REVIEWS TABS ----- */
    .section-reviews-tabs .col-reviews .row {
        margin: 0;
    }
    .section-reviews-tabs .col-reviews .btn-more {
        margin-top: 2rem;
    }
    /* ----- /SECTION REVIEWS TABS ----- */
    /*  */
    /* ----- SECTION BLOG TWO ----- */
    .section-blog-two .post .col-title {
        order: 2;
    }
    .section-blog-two .post .col-image {
        order: 1;
        text-align: center;
        margin-bottom: 2rem;
    }
    .section-blog-two {
        padding-bottom: 5rem;
    }
    /* ----- /SECTION BLOG TWO ----- */
    /*  */
    /* ----- SECTION BLOG CATEGORY ----- */
    .category-list .item::before {
        left: 0.5rem;
    }
    /* ----- /SECTION BLOG CATEGORY ----- */
    /*  */
    /* ----- SECTION BLOG SINGLE ----- */
    .fixed-review {
        display: none;
    }
    .section-blog-single::after {
        width: 15.725rem;
        height: 40.025rem;
    }
    /* ----- /SECTION BLOG SINGLE ----- */
    /*  */
    /* ----- SECTION SIMILAR BLOGS ----- */
    .section-similar-blogs {
        padding-top: 2rem;
    }
    /* ----- /SECTION SIMILAR BLOGS ----- */
    /*  */
    /* ----- SECTION STEPS ----- */
    .section-steps .steps-item .col-title {
        flex: 1;
        max-width: 100%;
    }
    .section-steps .steps-item .col-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-steps .steps-item .number {
        flex: 0 0 9%;
        max-width: 9%;
        text-align: left;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-top: 0.75rem;
    }
    /* ----- /SECTION STEPS ----- */
    /*  */
    /* ----- SECTION FEATURES ----- */
    .feature-item p br {
        display: none;
    }
    /* ----- /SECTION FEATURES ----- */
    /*  */
    /* ----- SECTION HELP ----- */
    .section-help::before {
        width: 22.925rem;
        height: 57.025rem;
        top: -22.5rem;
    }
    /* ----- /SECTION HELP ----- */
    /*  */
    /* ----- SECTION PAYMENT ----- */
    .section-payment {
        padding-bottom: 10rem;
    }
    .section-payment .content-wrap .card-col {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.9375rem;
        padding: 3rem 1rem;
    }
    .section-payment .payment-card {
        margin: 0 auto;
    }
    .section-payment .content-wrap .white-bg::before {
        right: -50%;
        transform: rotate(-19deg);
        width: 200%;
        left: -50%;
        top: auto;
        bottom: -106%;
    }
    .section-payment .breadcrumb {
        margin-bottom: 4rem;
    }
    .section-payment .content-wrap .form-col {
        padding: 1.5rem 2.9rem 3.5rem;
    }
    /* ----- /SECTION PAYMENT ----- */
    /*  */
    /* ----- SECTION SUCCESS ----- */
    .section-success .icon-check-circle {
        width: 10rem;
        height: 10rem;
        margin-bottom: 2rem;
    }
    /* ----- /SECTION SUCCESS ----- */
    /*  */
    /* ----- SECTION TRACK ORDER ----- */
    .section-order .order-items .order-item {
        flex: 0 0 14rem;
        max-width: 14rem;
        padding: 0 1rem;
    }
    .section-order .order-items .order-item h5, .section-order .order-items .order-item h4 {
        min-height: 2.7rem;
    }
    .section-order .order-items {
        margin-bottom: 4rem;
    }
    /* ----- /SECTION TRACK ORDER ----- */
    /*  */
    /* ----- SECTION ORDER HISTORY ----- */
    .section-order-history .account-settings .form-col {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    /* ----- /SECTION ORDER HISTORY ----- */
    /*  */
}
@media(max-width: 767px) {
    .triangle-bg {
        left: -100%;
        right: -100%;
        width: 31.4375rem;
        height: 12.75rem;
        background-position-x: center;
    }
    .triangle-bg-two {
        left: auto;
        right: 0;
        width: 28.4375rem;
        height: 21.75rem;
    }
    body {
        font-size: 1rem;
        line-height: 1.75rem;
    }
    h1, .h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    h2, .h2 {
        font-size: 1.75rem;
        line-height: 2.5rem;
    }
    h3, .h3 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
    h4, .h4 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    h5 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .btn {
        font-size: 1rem;
        width: 15rem;
    }    
    .btn-arrow {
        width: auto;
    }
    /* ----- HEADER ----- */
    .header .logo {
        width: 8rem;
        margin-top: -0.2rem;
    }
    /* ----- /HEADER ----- */
    /*  */
    /* ----- SECTION BANNER ----- */
    .section-banner .btn {
        margin-top: 1rem;
    }
    .section-banner {
        padding-bottom: 2rem;
    }
    /* ----- /SECTION BANNER ----- */
    /*  */
    /* ----- SECTION BUY ITEMS ----- */
    .section-buy-items {
        padding-top: 2rem;
    }
    .section-buy-items .title {
        margin-bottom: 2rem;
    }
    .item-buy {
        margin: 0 auto 1.5rem;
    }
    .item-buy .btn-collapse .icon {
        flex: 0 0 3rem;
        width: 3rem;
        height: 3rem;
    }
    .item-buy .btn-collapse {
        font-size: 1rem;
        padding-right: 3.8rem;
    }
    .btn-collapse::after {
        right: 0.9rem;
    }
    .item-buy .collapse-content ul {
        justify-content: center;
    }
    .item-buy .collapse-content li, 
    .item-buy .collapse-content li:nth-last-child(-n+3), 
    .item-buy .collapse-content li:nth-child(2n), 
    .item-buy .collapse-content li:nth-child(3n) {
        font-size: 1rem;
        margin: 0 auto 0.5rem;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .item-buy .collapse-content {
        padding: 1rem 1.5rem 1.5rem;
    }
    .section-buy-items .container {
        padding-bottom: 3rem;
    }
    .section-buy-items::after {
        width: 7.1rem;
        height: 69.7rem;
    }
    .section-buy-items .container::after {
        left: 1rem;
        right: 1rem;
    }
    /* ----- /SECTION BUY ITEMS ----- */
    /*  */
    /* ----- SECTION GET NOW ----- */
    .card-get-now .icon {
        width: 3rem;
        height: 3rem;
        padding: 0.625rem;
        left: -1.5rem;
    }
    .section-get-now .col-cards {
        padding: 0 1rem;
    }
    .section-get-now .row-cards {
        margin-top: 1rem;
    }
    .section-get-now .divider-triangle::after {
        top: -33.4rem;
        width: 13.2rem;
        height: 54.3rem;
        right: -27%;
    }
    .section-get-now .col-content .card-get-now {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
    .card-get-now {
        max-width: 18.5rem;
        margin: 0 auto 2rem;
    }
    .section-get-now .row-cards .col {
        padding: 0;
    }
    /* ----- /SECTION GET NOW ----- */
    /*  */
    /* ----- SECTION BLOG ----- */
    .section-blog {
        padding-bottom: 2rem;
    }
    .section-blog .title {
        margin-bottom: 2rem;
    }
    .blog-post {
        max-width: 19rem;
        margin: 0 auto 3rem;
    }
    /* ----- /SECTION BLOG ----- */
    /*  */
    /* ----- SECTION REVIEWS ----- */
    .section-reviews {
        padding-bottom: 5rem;
    }
    .section-reviews .btn-arrow {
        margin-top: 1rem;
    }
    /* ----- /SECTION REVIEWS ----- */
    /*  */
    /* ----- FOOTER ----- */
    .footer {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .footer .footer-nav .col, .footer .footer-nav .col:nth-child(5) {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        margin-bottom: 2rem;
        text-align: center;
    }
    .footer .footer-nav .col::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #FF7A1B;
        position: absolute;
        top: 1.5rem;
        left: 0;
        right: 0;
    }
    .footer .footer-nav::after {
        display: none;
    }
    .footer .footer-nav .col:last-child {
        margin-left: 0;
        padding-left: 1rem;
        flex: 1;
    }
    .footer .copyright {
        flex-direction: column;
    }
    .footer .copyright p {
        margin-bottom: 0.7rem;
    }
    .footer .copyright .copyright-menu {
        margin: 0 auto 1rem;
    }
    .footer .copyright .payment-cards {
        margin: 0 auto;
    }
    /* ----- /FOOTER ----- */
    /*  */
    /* ----- SECTION BUY ITEMS TWO ----- */
    .item-buy-small {
        max-width: 15rem;
        margin-bottom: 1.125rem;
    }
    .item-buy-others .collapse-content {
        padding: 1rem 1rem 1.5rem;
    }
    .item-buy-small .item-other .hover-links {
        position: static;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        width: 100%;
    }
    .item-buy-small .item-other .hover-links.visible {
        max-height: 1000px;
        visibility: visible;
        opacity: 1;
        padding: 0.65rem 0;
    }
    .item-buy-small .item-other .hover-links::before {
        display: none;
    }
    .section-buy-items-two .container {
        padding-bottom: 0;
    }
    /* ----- /SECTION BUY ITEMS TWO ----- */
    /*  */
    /* ----- SECTION BANNER BUY ----- */
    .section-banner-buy {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .breadcrumb {
        margin-bottom: 1.5rem;
    }
    .section-banner-buy .title {
        margin-bottom: 2rem;
    }
    .section-banner-buy .nav-tabs .nav-item {
        margin-bottom: 1.5rem;
    }
    .section-banner-buy .radio-buttons {
        max-width: 21.875rem;
    }
    .section-banner-buy .radio-buttons .radio-button {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-banner-buy .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
    .section-banner-buy .price-wrap .username {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 1rem auto 0;
    }
    .section-banner-buy .price-wrap .form-control {
        width: 100%;
        font-size: 1rem;
        height: 3rem;
    }
    .section-banner-buy .price-wrap .username .h5 {
        position: static;
        text-align: center;
    }
    .section-banner-buy .price-wrap .price {
        margin-right: 0;
    }
    .section-banner-buy .buttons {
        flex-direction: column;
        align-items: center;
    }
    .section-banner-buy .buttons .btn {
        margin-bottom: 1rem;
    }
    .section-banner-buy .buttons .btn:last-child {
        margin-bottom: 0;
    }
    .section-banner-buy .radio-buttons .radio-button .btn {
        font-size: 1.25rem;
        padding-top: 0.45rem;
        min-height: 5rem;
    }
    .section-banner-buy .radio-buttons .radio-button .btn .sale {
        font-size: 1.125rem;
    }
    /* ----- /SECTION BANNER BUY ----- */
    /*  */
    /* ----- SECTION REASONS ----- */
    .section-reasons {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .section-reasons .title {
        max-width: 28rem;
    }
    .section-reasons .image-wrap {
        width: 21.9rem;
        height: 16.6625rem;
        margin-bottom: 3rem;
    }
    .section-reasons .image-wrap .image {
        border-radius: 0.625rem;
    }
    .reason-item h5 {
        margin-bottom: 0.5rem;
    }
    .reason-item {
        margin-bottom: 2rem;
    }
    /* ----- /SECTION REASONS ----- */
    /*  */
    /* ----- SECTION FAQS ----- */
    .section-faqs {
        padding-bottom: 3rem;
    }
    .section-faqs .title {
        margin-bottom: 2rem;
    }
    .faqs-box {
        padding: 1.5rem 1rem 2rem;
        box-shadow: 3px 5px 25px 3px rgba(91, 40, 129, 0.5);
    }
    .faqs-box h2 {
        margin-bottom: 1rem;
    }
    .faqs-box .box-title ul {
        padding-right: 0;
        margin-top: 1rem;
    }
    /* ----- /SECTION FAQS ----- */
    /*  */
    /* ----- SECTION REVIEWS SLIDER ----- */
    .section-reviews-slider .title {
        padding: 0;
        margin-bottom: 1.5rem;
    }
    .section-reviews-slider .owl-carousel .owl-dots {
        margin-top: 2rem;
    }
    .section-reviews-slider .owl-carousel .owl-dots .owl-dot {
        margin: 0 0.1rem;
        width: 1.625rem;
        height: 1.625rem;
    }
    .section-reviews-slider .owl-carousel .owl-dots .owl-dot.active {
        width: 1.625rem;
        height: 1.625rem;
    }
    .section-reviews-slider .owl-carousel {
        margin-bottom: 2rem;
    }
    /* ----- /SECTION REVIEWS SLIDER ----- */
    /*  */
    /* ----- SECTION ACOUNT ----- */
    .section-account .content-wrap .col-form {
        padding: 0;
    }
    .section-account .content-wrap .col-title {
        padding: 2rem 0 0;
    }
    .section-account .content-wrap {
        padding: 0 1rem;
    }
    .section-account {
        padding-top: 2rem;
        padding-bottom: 7rem;
    }
    .form-box {
        padding: 3rem 1rem 3rem;
        min-height: 25rem;
    }
    /* ----- /SECTION ACOUNT ----- */
    /*  */
    /* ----- SECTION CART ----- */
    .section-cart {
        padding-bottom: 4rem;
    }
    .section-cart h1 {
        margin-bottom: 2.5rem;
        text-align: center;
    }
    .cart-item .item-price {
        margin-bottom: 1rem;
    }
    .cart-item {
        margin-bottom: 2.6rem;
    }
    .section-cart .cards-wrap {
        margin: 0 auto 2.5rem;
        padding-bottom: 1rem;
    }
    .section-cart .cards-wrap::after {
        background-position-x: center;
    }
    .section-cart .buttons .btn {
        margin-bottom: 1rem;
    }
    .section-cart .buttons {
        margin-bottom: 3rem;
    }
    .buy-more-item .number {
        margin: 0;
    }
    .buy-more-item {
        flex-direction: column;
        height: 7rem;
        padding: 0.7rem 1.5rem;
        align-items: flex-start;
    }
    .buy-more-item .price {
        position: static;
        margin: 0;
    }
    .buy-more-item::after {
        right: 1.5rem;
    }
    /* ----- /SECTION CART ----- */
    /*  */
    /* ----- MODAL ----- */
    .modal-dialog {
        min-width: 1rem;
    }
    .modal-body {
        padding: 3.9rem 1.5rem;
    }
    .modal-body .form-group .form-control {
        font-size: 0.875rem;
    }
    /* ----- /MODAL ----- */
    /*  */
    /* ----- SECTION CHECKOUT ----- */
    .section-checkout .col-form {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-checkout .col-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-checkout .rating-label {
        width: 8.5rem;
        height: 8.5rem;
        font-size: 4.3rem;
        margin-top: -0.3rem;
        margin-right: 2rem;
    }
    .section-checkout .rating-label::before {
        width: 8rem;
        height: 8rem;
        right: -2.6rem;
        top: -4.6rem;
    }
    .section-reviews-tabs .col-title {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* ----- /SECTION CHECKOUT ----- */
    /*  */
    /* ----- SECTION REVIEWS TABS ----- */
    .section-reviews-tabs .nav-pills .nav-link {
        font-size: 1.125rem;
        line-height: 2rem;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-reviews-tabs .nav-pills {
        margin-bottom: 2rem;
        flex-direction: row !important;
    }
    .section-reviews-tabs .col-reviews {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .review-item .review-title .rating {
        margin-right: 1rem;
    }
    .section-reviews-tabs .col-reviews .row {
        margin: 0 calc(-.5 * var(--bs-gutter-x));
    }
    /* ----- /SECTION REVIEWS TABS ----- */
    /*  */
    /* ----- SECTION BLOG TWO ----- */
    .section-blog-two .breadcrumb {
        margin-bottom: 1.5rem;
    }
    .section-blog-two .title {
        margin-bottom: 2rem;
    }
    .section-blog-two .post .col-image > img {
        width: 21.9rem;
        height: 15rem;
    }
    .section-blog-two .post .col-image {
        margin-bottom: 1rem;
    }
    .section-blog-two .post h2 {
        margin-right: 0;
    }
    .section-blog-two .post .col-title {
        padding-right: 0.75rem;
    }
    .section-blog-two .post .post-date {
        margin-left: 0;
    }
    .section-blog-two .post .post-author {
        flex-direction: column;
        align-items: center;
    }
    .section-blog-two .post .author {
        margin-right: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .section-blog-two .post .post-author .btn {
        padding: 1.2rem 2rem;
    }
    .section-blog-two {
        padding-bottom: 3rem;
    }
    /* ----- /SECTION BLOG TWO ----- */
    /*  */
    /* ----- SECTION BLOG CATEGORY ----- */
    .category-list {
        padding: 0 1rem;
    }
    .category-list .item {
        height: 3.5rem;
        padding: 0 0.625rem;
    }
    .category-list .item::before {
        left: 0.1rem;
    }
    /* ----- /SECTION BLOG CATEGORY ----- */
    /*  */
    /* ----- SECTION BLOG POSTS ----- */
    .section-blog-posts .blog-post {
        margin-bottom: 3rem;
    }
    .section-blog-posts .blog-post h4 {
        line-height: 2rem;
    }
    .section-blog-posts {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .pagination .page-item {
        margin: 0 0.5rem;
    }
    .pagination .page-link {
        width: 2.5rem;
        height: 2.5rem;
    }
    /* ----- /SECTION BLOG POSTS ----- */
    /*  */
    /* ----- SECTION BLOG SINGLE ----- */
    .section-blog-single {
        padding-bottom: 2rem;
    }
    .section-blog-single .post-image {
        margin-bottom: 1rem;
        height: 16rem;
    }
    .section-blog-single .post-info {
        margin-bottom: 1rem;
    }
    .post-nav-box {
        padding: 1rem 1rem 0.6rem;
        margin-bottom: 1.5rem;
    }
    .section-blog-single .post-title {
        margin-bottom: 1rem;
    }
    .section-blog-single .post-content:nth-child(2) p {
        margin-bottom: 1rem;
    }
    .section-blog-single .post-content .post-image-small {
        height: 14rem;
    }
    /* ----- /SECTION BLOG SINGLE ----- */
    /*  */
    /* ----- SECTION AFFILIATE ----- */
    .section-affiliate .program-details ul li::before {
        left: 0;
    }
    /* ----- /SECTION AFFILIATE ----- */
    /*  */
    /* ----- SECTION STEPS ----- */
    .section-steps .steps-item .number {
        padding: 0;
        padding-left: 0.75rem;
        padding-top: 0.3rem;
        flex: 0 0 12%;
        max-width: 12%;
    }
    .section-steps .steps-item h3 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
    .section-steps .steps-item .col-content {
        padding: 0 0.75rem;
    }
    .section-steps .steps-item .col-title {
        padding: 0;
        padding-left: 0.5rem;
    }
    .section-steps .steps-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    /* ----- /SECTION STEPS ----- */
    /*  */
    /* ----- SECTION FEATURES ----- */
    .section-features {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .section-features .title h2 {
        line-height: 2.5rem;
    }
    .feature-item {
        text-align: center;
        margin-bottom: 2rem;
    }
    .section-features .col:nth-child(2) {
        padding-top: 0;
    }
    .feature-item:last-child {
        margin-bottom: 2rem;
    }
    .section-features .col:nth-child(2) .feature-item {
        margin-bottom: 2rem;
    }
    /* ----- /SECTION FEATURES ----- */
    /*  */
    /* ----- SECTION HELP ----- */
    .section-help {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
    .section-help .title {
        margin-bottom: 3rem;
    }
    .section-help::before {
        width: 12.125rem;
        height: 30.025rem;
        top: -10.5rem;
    }
    .section-help .title h2 {
        line-height: 2.5rem;
    }
    .section-help .title .btn {
        margin-top: 1rem;
        width: auto;
    }
    .help-item .btn-collapse {
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding: 1rem 2.6rem 1rem 1rem;
    }
    .help-item .btn-collapse::after {
        right: 1.25rem;
        width: 1.25rem;
        height: 1.25rem;
        background-size: contain;
    }
    .help-item .collapse-content {
        padding: 0 1rem 1rem;
    }
    /* ----- /SECTION HELP ----- */
    /*  */
    /* ----- SECTION PAYMENT ----- */
    .section-payment {
        padding-bottom: 6rem;
    }
    .section-payment .payment-card {
        height: 12rem;
        width: 20rem;
        padding: 1.5rem 1rem 1rem 1rem;
    }
    .section-payment .payment-card .card-number span {
        font-size: 1rem;
        margin-right: 0.75rem;
    }
    .section-payment .content-wrap .form-col {
        padding: 0.5rem 1.5rem 2rem;
    }
    .section-payment form .btn {
        margin-top: 2.6rem;
    }
    .section-payment .card-number-form .form-group:last-child {
        flex: 0 0 38%;
        max-width: 38%;
    }
    .section-payment .expiry-date .form-control {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .section-payment .total {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    /* ----- /SECTION PAYMENT ----- */
    /*  */
    /* ----- SECTION SUCCESS ----- */
    .section-success {
        padding-top: 1rem;
        padding-bottom: 5rem;
    }
    .section-success .icon-check-circle {
        width: 7rem;
        height: 7rem;
        margin-bottom: 1rem;
    }
    .section-success h1 {
        margin-bottom: 1rem;
    }    
    /* ----- /SECTION SUCCESS ----- */
    /*  */
    /* ----- SECTION TRACK ORDER ----- */
    .section-track-order {
        padding-top: 1rem;
        padding-bottom: 5rem;
    }
    .section-track-order .row {
        margin: 0;
    }
    .section-track-order .form-wrap {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }   
    /* Section Order */
    .section-order .order-steps .order-step {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2.2rem;
    }
    .section-order .order-steps .order-step::after {
        transform: rotate(90deg);
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -1.6rem;
    } 
    .section-order .order-steps {
        margin-bottom: 2rem;
    }
    .section-order .order-items .order-item {
        border-right: 0;
        border-bottom: 1px solid rgba(73, 35, 117, 0.29);
    }
    .section-order .order-items .order-item:last-child {
        border-bottom: 0;
    }
    .section-order .order-items .order-item h5, .section-order .order-items .order-item h4 {
        min-height: 1rem;
    }
    .section-order .order-items {
        margin-bottom: 2rem;
    }
    .verification-code span, .section-track-order .verification-code span {
        margin: 0 auto;
    }
    .section-track-order .verification-code {
        margin-bottom: 2rem;
    }
    /* ----- /SECTION TRACK ORDER ----- */
    /*  */
    /* ----- SECTION 404 ----- */
    .section-404 .title-icon {
        width: 13rem;
        height: 13rem;
    }
    .section-404 .title-icon::before {
        left: -3.4rem;
    }
    .section-404 .title-icon::after {
        right: -4rem;
    }
    .section-404 {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }
    .section-404 h1 {
        font-size: 5rem;
        line-height: 6rem;
        margin-bottom: 0.5rem;
    }
    /* ----- /SECTION 404 ----- */
    /*  */
    /* ----- SECTION ORDER HISTORY ----- */
    .section-order-history .nav-tabs {
        flex-direction: column;
        align-items: center;
    }
    .section-order-history .nav-tabs .nav-item {
        margin: 0 auto 1rem;
    }
    .section-order-history .tab-content {
        padding-top: 2rem;
    }
    .section-order-history .order-cards {
        margin-top: 2.5rem;
    }
    .order-card {
        margin-bottom: 3rem;
    }
    .section-order-history .order-history {
        padding-bottom: 2rem;
    }
    .section-order-history {
        padding-bottom: 2rem;
    }
    .section-order-history .title select {
        font-size: 1rem;
        height: 2.5rem;
        padding: 0.3rem 1.9rem 0.3rem 0.9rem;
        background-position-x: calc(100% - 0.7rem);
    }
    .section-order-history .title {
        margin-bottom: 3rem;
    }
    .section-order-history .billing-item > div:first-child {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-order-history .billing-item > div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: right;
    }
    .section-order-history .billing-item > div:nth-child(3) {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 1.2rem;
    }
    .section-order-history .billing-item button {
        margin-right: 0;
    }
    .section-order-history .billing-item .card-number img {
        width: 2.9rem;
        max-width: 2.9rem;
    }
    .section-order-history .billing {
        margin-bottom: 3rem;
    }
    .section-order-history .transaction-history h4 {
        margin-bottom: 1.5rem;
    }
    .section-order-history .transactions .transactions-item {
        flex-wrap: nowrap;
        justify-content: flex-start;
        min-width: 40rem;
        min-height: 9rem;
    }
    .section-order-history .transactions {
        overflow-x: scroll;
    }
    .section-order-history .transactions .transactions-item .status {
        flex: 0 0 9rem;
        max-width: 9rem;
    }
    .section-order-history .transactions .transactions-item .total {
        flex: 0 0 9rem;
        max-width: 9rem;
    }
    .section-order-history .account-settings .form-check {
        padding-left: 2.2rem;
    }
    .section-order-history .account-settings .form-check .form-check-input {
        margin-left: -2.1rem;
        margin-right: 0;
    }
    .section-order-history .account-settings form .btn {
        margin-left: 0;
        width: 100%;
        margin-top: 1.4rem;
    }
    .section-order-history .account-settings {
        padding-bottom: 2rem;
    }
    /* ----- /SECTION ORDER HISTORY ----- */
    /*  */
}
/* ----- /MEDIA ----- */
/*  */