@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --color-Cod-gray: #111111;
    --color-Cascade: #90b0af;
    --color-Mine-shaft: #2A2A2A;
    --color-Silver: #ccc;
    --color-black: #000;
    --color-white: #fff;
    --color-Gallery: #EBEBEB;
    --color-Perano: #A0A9EF;
    --color-Emperor: #555;
    --color-Gray: #808080;
    --color-Mercury: #E9E9E9;
    --color-Cornflower-blue: #2B2B2B;
    --color-Alizarin-crimson: #E72D2D;
    --color-Flamingo: #f0602c;
    --color-Flamingo-rgb: 240, 96, 44;
    --color-Alabaster: #F9F9F9;
    --color-Cornflower-blue: #0D1330;
    --transition: all .5s ease;
    /* --color-white: #fff; */
}

body {
    padding: 0 !important;
    margin: 0;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f0602c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;

}

.active {
    display: block !important;
}

.none {
    display: none;
}

img {
    border-radius: 6px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--color-Cod-gray);
}

a:hover,
a:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white) !important;
}

.navbar-toggler {
    padding: 0;
}

.accordion-item {
    border: 1px solid #E9E9E9;
    border-inline: none;
}

.accordion-button:not(.collapsed) {
    color: var(--color-Flamingo);
    background-color: rgba(var(--color-Flamingo-rgb), 0.1);
}

input:hover {
    outline: none;
}

button {
    outline: 0 !important;
}

/* start devolum msg ---------------------------------- */
.devolum-msg {
    padding: 6px 0;
    background-color: var(--color-Cascade);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}

.devolum-msg .container {
    display: flex;
    align-items: center;
}

.devolum-msg .text {
    flex: 1;
}

.devolum-msg .cancel {
    font-size: 18px;
    width: fit-content;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

/* end devolum msg ---------------------------------- */

/* start devolum header ---------------------------------- */
.devolum-header .devolum-top-header,
.devolum-header .devolum-bottom-header {
    width: 100%;
    color: var(--color-white);
}

.devolum-header .devolum-top-header {
    background-color: var(--color-black);
}

.devolum-header .devolum-bottom-header {
    background-color: var(--color-Mine-shaft);
}

.devolum-header .navbar {
    flex-direction: column;
    padding: 0;
}

@media (max-width: 991px) {
    .devolum-header .desktop.navbar {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .devolum-header .mobile.navbar {
        display: none !important;
    }
}

.devolum-header .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .devolum-header .navbar .devolum-top-header .container {
        flex-direction: column;
        align-items: start;
    }

    .devolum-header .mobile .devolum-top-header .container {
        flex-direction: row;
        align-items: center;
    }
}

.navbar-expand-lg .navbar-collapse {
    flex-grow: 0;
}

.devolum-header .devolum-top-header .nav-link {
    padding: 16px 0;
    margin-inline-end: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    color: var(--color-white);
}

.devolum-header .devolum-top-header .menu-phone {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 991px) {
    .devolum-header .devolum-top-header .menu-phone {
        padding: 8px 0;
        display: flex;
    }
}

.devolum-header .devolum-top-header .butiqq {
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.005em;
}

@media (max-width: 991px) {
    .devolum-header .desktop .devolum-top-header .container>.butiqq {
        display: none;
    }
}

.devolum-header .devolum-top-header .icon {
    /* display: flex; */
    align-items: center;
}

@media (max-width: 991px) {
    .devolum-header .devolum-top-header .icon {
        padding: 12px 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-top: 1px solid var(--color-Emperor);
    }

    .devolum-header .mobile .devolum-top-header .icon {
        width: auto;
        border-top: none;
    }

    .devolum-header .devolum-top-header .icon.show {
        display: flex;
    }
}

.devolum-header .devolum-top-header .icon .lang {
    /* margin-inline-end: 34px; */
    display: flex;
    align-items: center;
    gap: 8px;
}


.devolum-header .devolum-top-header .icon i {
    color: var(--color-white);
    font-size: 24px;
}

.devolum-header .devolum-top-header .icon .lang .lang-word {
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
}

.devolum-header .devolum-top-header .icon .line {
    border: 0.4px solid var(--color-Silver);
    height: 18px;
    margin: 0 34px;
}

.devolum-header .devolum-top-header .icon .item {
    position: relative;
    display: flex;
    gap: 27px;
}

/* .devolum-header .devolum-top-header .icon .item a {
    padding: 16px 0;
} */
.devolum-header .devolum-top-header .icon .user {
    display: none;
    padding: 12px 0;
    position: absolute;
    top: 35px;
    right: 60px;
    border-radius: 6px;
    background-color: var(--color-white);
    width: 180px;
    box-shadow: 3px 4px 30px 0px #EDEDED66;
}
.devolum-header .devolum-top-header .icon .user a.link {
    margin: 8px 12px;
    padding: 6px 0;
    border-radius: 6px;
    /* width: 100%; */
    text-align: center;
    display: block;
    background-color: var(--color-Flamingo);
    color: var(--color-white);
}

.devolum-header .devolum-top-header .icon .user p {
    margin: 8px 12px;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-Gray);
    text-align: center;
}

.devolum-header .devolum-top-header .icon .user p a {
    font-weight: 500;
    color: var(--color-Cascade);
}

.devolum-header .devolum-top-header .icon .user .line {
    margin: 12px 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-Mercury);

}

.devolum-header .devolum-top-header .icon .user-div:hover .user {
    display: block;
}

.devolum-header .devolum-top-header .icon .user ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: var(--color-black);
}

.devolum-header .devolum-top-header .icon .user ul a {
    padding: 8px 16px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-Gray);
    transition: var(--transition);
}

.devolum-header .devolum-top-header .icon .user ul a.active,
.devolum-header .devolum-top-header .icon .user ul a:hover {
    background: #F0602C0F;
    color: var(--color-Flamingo);
}

.devolum-header .devolum-top-header .icon .user ul a.Logout {
    color: var(--color-Alizarin-crimson);
}

.devolum-header .mobile .devolum-top-header .icon .item {
    gap: 16px;
}

@media (max-width: 991px) {
    .devolum-header .devolum-bottom-header .container {
        flex-direction: column;
        align-items: start;
    }

    .devolum-header .devolum-bottom-header .menu-phone {
        padding: 8px 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

.devolum-header .devolum-bottom-header .nav-link {
    padding: 16px 0;
    margin-inline-end: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.005em;
    color: var(--color-Gallery);
}

.devolum-header .devolum-bottom-header .search {
    padding: 6px 16px;
    background: #FFFFFF0D;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
}

.devolum-header .devolum-bottom-header .search input {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--color-Silver);
    background: transparent;
    border: none;
}

.devolum-header .devolum-bottom-header .menu-btn {
    position: relative;
}

.devolum-header .devolum-bottom-header .menu-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: transparent solid 12px;
    transition: var(--transition);
}

.devolum-header .devolum-bottom-header .menu-btn:hover:after {
    border-bottom-color: var(--color-white);
}

.devolum-header .devolum-bottom-header .search i {}

.devolum-header .devolum-bottom-header .nav-item:hover .menu {
    visibility: visible;
    opacity: 1;
}

.devolum-header .devolum-bottom-header .menu {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    transition: var(--transition);
}

.devolum-header .devolum-bottom-header .menu .content {
    padding: 35px 50px;
    align-items: start;
    background-color: var(--color-white);
    border-radius: 6px;
    gap: 60px;
}

.devolum-header .devolum-bottom-header .menu .content .column {
    flex: 1;
}

.devolum-header .devolum-bottom-header .menu .content .column h3 {
    color: var(--color-Perano);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.devolum-header .devolum-bottom-header .menu .content .column .row-items {
    display: flex;
    gap: 16px;
}

.devolum-header .devolum-bottom-header .menu .content .column .items {
    flex: 1;
}

.devolum-header .devolum-bottom-header .menu .content .column .items .item {
    padding: 8px;
    color: var(--color-Emperor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.devolum-header .devolum-bottom-header .menu .content .column .items .item.active,
.devolum-header .devolum-bottom-header .menu .content .column .items .item:hover {
    color: var(--color-black);
    font-weight: 500;
    background-color: transparent;
}

.devolum-header .devolum-header-body {
    background-color: #F9F9F9;
}

.devolum-header .devolum-header-body .title {
    padding-top: 60px;
    text-align: center;
    background: linear-gradient(180deg, #A0A9EF -18.54%, #98ADCF 51.62%, #90B0AF 117.68%);
}

.devolum-header .devolum-header-body .title h1 {
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.009em;
}

.devolum-header .devolum-header-body .title p {
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
}

.devolum-header .devolum-header-body .title b {
    display: block;
    padding-bottom: 230px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.devolum-header .devolum-header-body .cards {
    margin-top: -200px;
    display: flex;
    gap: 18px;
}

@media (max-width: 767px) {
    .devolum-header .devolum-header-body .cards {
        flex-direction: column;
    }
}

.devolum-header .devolum-header-body .cards .card {
    flex: 1;
    border: none;
    padding: 24px;
    box-shadow: 0px 4px 30px 0px #6F6F6F0F;
    border-radius: 6px;
}

.devolum-header .devolum-header-body .cards .card img {
    margin-bottom: 24px;
}

.devolum-header .devolum-header-body .cards .card b {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.006em;
}

.devolum-header .devolum-cart-modal {
    padding: 24px 16px;
    position: absolute;
    display: none;
    top: 50px;
    right: -20px;
    border-radius: 6px;
    z-index: 101;
    background-color: var(--color-white);
    width: 300px;
}

.devolum-header .devolum-cart-modal::before {
    position: absolute;
    left: 245px;
    top: -38px;
    content: '';
    border: 25px solid transparent;
    border-bottom-color: var(--color-white);
}

.devolum-cart-modal-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #0000004D;
    z-index: 100;
}

.devolum-header .devolum-cart-modal .title {
    margin-bottom: 24px;
    color: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.devolum-header .devolum-cart-modal .title h3 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.devolum-header .devolum-cart-modal .title h3 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #aaa;
}

.devolum-header .devolum-cart-modal .title i {
    color: var(--color-black);
}

.devolum-header .devolum-cart-modal .products {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.devolum-header .devolum-cart-modal .products .model-cart-product {
    padding: 8px;
    background: var(--color-Alabaster);
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    gap: 8px;
    color: var(--color-black);
}

.devolum-header .devolum-cart-modal .products .model-cart-product img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.devolum-header .devolum-cart-modal .products .model-cart-product .info .brand {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555555;
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;
}

.devolum-header .devolum-cart-modal .products .model-cart-product .info i {
    font-size: 14px;
    color: var(--color-Alizarin-crimson);
}

.devolum-header .devolum-cart-modal .products .info .name {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.devolum-header .devolum-cart-modal .products .info .price {
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}

.devolum-header .devolum-cart-modal .products .info .footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.devolum-header .devolum-cart-modal .products .info .quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.devolum-header .devolum-cart-modal .products .info .quantity button {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.8px solid #E9E9E9;
    background-color: transparent;
    line-height: 18px;
}

.devolum-header .devolum-cart-modal .products .info .quantity div {
    height: 18px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.devolum-header .devolum-cart-modal .products .info .footer span {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #F0602C;
}

.devolum-header .devolum-cart-modal .subtotal {
    margin-bottom: 16px;
    padding: 16px 0;
    border: 1px solid var(--color-Mercury);
    border-left: none;
    border-right: none;
    color: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: fit-content; */
}

.devolum-header .devolum-cart-modal .subtotal b {
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
}

.devolum-header .devolum-cart-modal .subtotal span {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-Gray);
}

.devolum-header .devolum-cart-modal .btnss {
    display: flex;
    gap: 12px;
}

.devolum-header .devolum-cart-modal .btnss button {
    padding: 8px 0;
    background-color: var(--color-Flamingo);
    border-radius: 6px;
    text-align: center;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    flex: 1;
    border: none;
}

.devolum-header .devolum-cart-modal .btnss button.checkout {
    background-color: var(--color-Cascade);
}

.devolum-header nav.mobile {
    flex-direction: row;
}

.devolum-header nav.mobile .search-div {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.devolum-header nav.mobile .search {
    margin: 12px 0;
    display: flex;
    align-items: center;
    padding: 6px 16px;
    background: #FFFFFF0D;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    flex: 1;
}

.devolum-header nav.mobile .search input {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--color-Silver);
    background: transparent;
    border: none;
}

.devolum-header nav.mobile .item {
    position: relative;
    display: flex;
    gap: 27px;
}

.devolum-header nav.mobile .butiqq {
    flex: 1;
}

.devolum-header nav.mobile .offcanvas {
    width: 280px;
    background-color: var(--color-black);
}

.devolum-header nav.mobile .offcanvas .offcanvas-header {
    padding: 24px 16px;
}

.devolum-header nav.mobile .offcanvas .offcanvas-header .navbar-nav {
    flex-direction: row;
}

.devolum-header nav.mobile .offcanvas .offcanvas-body h5 {
    padding: 0px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-Perano);
}

.devolum-header nav.mobile .offcanvas .offcanvas-body .navbar-nav {
    margin-bottom: 18px;
}

.devolum-header nav.mobile .offcanvas .navbar-nav .nav-link {
    padding: 0;
}

.devolum-header nav.mobile .offcanvas .offcanvas-body {
    padding: 24px 16px;
    background-color: var(--color-Mine-shaft);
}

.devolum-header nav.mobile .offcanvas .offcanvas-body .accordion-item,
.devolum-header nav.mobile .offcanvas .offcanvas-body .accordion-item .accordion-button {
    border: none;
    background-color: transparent;
    color: var(--color-white);
    box-shadow: none;
}

.devolum-header nav.mobile .offcanvas .offcanvas-body .accordion-item .accordion-button {
    margin-bottom: 16px;
    padding: 0;
}

.devolum-header nav.mobile .offcanvas .offcanvas-body .navbar-nav .nav-link {
    margin-bottom: 8px;
    padding: 0px 12px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.devolum-header nav.mobile .offcanvas .offcanvas-body .navbar-nav .nav-link i {
    margin-inline-end: 8px;

}

/* end devolum header ---------------------------------- */

/* start devolum products ---------------------------------- */
.product {
    border-radius: 6px;
}

a.product:hover {
    color: var(--color-Flamingo);
}

.product .img {
    position: relative;
}

.product .img.deal::after {
    padding: 6px 8px;
    position: absolute;
    left: 0;
    bottom: 32px;
    content: 'Deal';
    background: var(--color-Alizarin-crimson);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    z-index: 1000;
}

.product .img .icon {
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #ffffff66;
}

.product .img .icon i {
    color: var(--color-Alizarin-crimson);
}

.product .img img {
    width: 100%;
    margin-bottom: 16px;
}

.product .info .brand {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-Emperor);
}

.product .info .name {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.product .info .name span {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.product .info .price {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.product .info .price span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: var(--color-Gray);
    text-decoration-line: line-through;
}

.product .info .price span div {
    margin-inline-start: 6px;
    font-weight: 400;
    color: var(--color-Flamingo);
    display: inline-block;
}

/* end devolum products ---------------------------------- */

/* end devolum products ---------------------------------- */

.orders {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    flex: 2;
    gap: 24px;
}

.devolum-cart .orders {
    padding: 24px;
    box-shadow: 3px 4px 30px 0px #EDEDED66;
}

@media (max-width: 991px) {
    .orders {
        flex-direction: column;
    }
}

.order {
    display: flex;
    gap: 24px;
}

@media (max-width: 767px) {
    .order {
        flex-direction: column;
    }
}

.order:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-Mercury);
}

.order input[type="radio"] {
    accent-color: var(--color-Flamingo);
    width: 24px;
    height: 24px;
    align-self: center;
}

.order img {
    width: 130px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .order img {
        width: 100%;

    }
}

.order .info {
    flex: 1;
}

.order .info .brand {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    color: var(--color-Emperor);
}

.order .info .brand select {
    padding: 12px 16px;
    border-radius: 6px;
    border: 0.8px solid #E9E9E9;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    color: var(--color-Gray);
}

.order .info .brand i {
    color: var(--color-Alizarin-crimson);
}

.order .info .name {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.order .info .color {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
}

.order .info .color b {
    font-weight: 600;
}

.order .info .footer {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media (max-width: 767px) {
    .order .info .footer {
        flex-wrap: wrap;
        row-gap: 24px;
    }
}

.order .info .footer .quantity,
.order .info .footer .size {
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-Emperor);
}

.order .info .footer .quantity select,
.order .info .footer .size select {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    border-radius: 6px;
    border: 0.8px solid var(--color-Mercury);
}

.order .info .footer .quantity span,
.order .info .footer .size span {
    margin-inline-start: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
}

.order .info .price {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.order .info .footer .price {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .order .info .price {
        width: 100%;
    }
}

.order .info .price span {
    text-decoration-line: line-through;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: var(--color-Gray);
}

.order .info .price span div {
    display: inline-block;
    font-weight: 400;
    color: var(--color-Flamingo);
}

/* end devolum products ---------------------------------- */

/* start devolum load more ---------------------------------- */
.devolum-load-more {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.devolum-load-more label {
    color: var(--color-Gray);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;

}

.devolum-load-more progress {
    width: 123px;
    height: 2px;
    margin: 20px 0;
    background-color: #B9B9B980;
}

.devolum-load-more progress::-moz-progress-bar {
    background: var(--color-Cornflower-blue);
}

.devolum-load-more progress::-webkit-progress-value {
    background: var(--color-Cornflower-blue);
}

.devolum-load-more progress {
    color: var(--color-Cornflower-blue);
}

.devolum-load-more button {
    padding: 8px 60px;
    border-radius: 6px;
    background-color: var(--color-Flamingo);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    border: none;
}

.devolum-load-more .load-btn:hover {
    background-color: var(--hover-color);
}

/* end devolum load more ---------------------------------- */

/* start devolum total-group ---------------------------------- */

.total-group {
    flex: 1;
}

.address h4 {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.address div {
    margin-bottom: 12px;
}

.address span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-Gray);
}

.address span b {
    font-size: 18px;
    color: var(--color-black);
}

.total {
    border-radius: 6px;
    padding: 24px;
    flex: 1;
    background-color: var(--color-Alabaster);
}

.total h3 {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.total h3 span {
    margin-top: 8px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    color: var(--color-Emperor);
}

.total .line {
    margin-bottom: 24px;
}

.total p {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    color: var(--color-Emperor);
}

.total b {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
}

.total.list b {
    margin-top: 24px;
    margin-bottom: 0;
}

.total a {
    margin-bottom: 24px;
    padding: 8px 0;
    color: var(--color-white);
    border-radius: 6px;
    background-color: var(--color-Flamingo);
    display: block;
    text-align: center;
}

.total a.cancel {
    margin-bottom: 0;
    padding: 0;
    color: var(--color-Flamingo);
    border-radius: 6px;
    background-color: transparent;
    display: inline;
    text-align: left;
}

.total .code .header {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-black);
    width: auto;
}

.total .code .header span {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: var(--color-Flamingo);
}

.total b span {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-Gray);
}

.total .price-group {
    margin-top: -8px;
    margin-bottom: 18px;
    display: flex;
    justify-content: end;
}

.total .price-group .price {
    margin-inline-end: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--color-Gray);
    vertical-align: middle;
}

.total .price-group .discount {
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
}

.total .price-group .discount span {
    font-weight: 500;
    color: var(--color-Flamingo);
}

/* end devolum total-group ---------------------------------- */


/* start devolum footer ---------------------------------- */
.devolum-footer {
    padding-top: 54px;
    padding-bottom: 36px;
    position: relative;
    background-color: var(--color-black);
    color: var(--color-white);
}

.devolum-footer img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    max-height: 350px;
}

.devolum-footer .devolum-top-footer {
    margin-bottom: 54px;
}

.devolum-footer .devolum-top-footer,
.devolum-footer .devolum-bottom-footer {
    position: relative;
    z-index: 2;
}

.devolum-footer .devolum-top-footer .columns {
    display: flex;
    gap: 60px;
}

@media (max-width: 767px) {
    .devolum-footer .devolum-top-footer .columns {
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
}

.devolum-footer .devolum-top-footer .columns .column {
    flex: 1;
}

.devolum-footer .devolum-top-footer .columns .column h3 {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
}

.devolum-footer .devolum-top-footer .columns .column p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.devolum-footer .devolum-top-footer .columns .column h4 {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -0.23px;
    color: var(--color-Alizarin-crimson);
}

.devolum-footer .devolum-top-footer .columns .column .row-items {
    display: flex;
    gap: 36px;
}

.devolum-footer .devolum-top-footer .columns .column a {
    margin-bottom: 16px;
    color: var(--color-white);
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.2px;

}

.devolum-footer .devolum-top-footer .columns .column a i {
    margin-right: 14px;
}

.devolum-footer .devolum-bottom-footer {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .devolum-footer .devolum-bottom-footer {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }
}

.devolum-footer .devolum-bottom-footer span {
    font-family: DM Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: var(--color-Gray);
}

.devolum-footer .devolum-bottom-footer .links {
    display: flex;
    gap: 32px;
}

.devolum-footer .devolum-bottom-footer .links a {
    color: var(--color-white);
}

/* end devolum footer ---------------------------------- */

/* end devolum breadcrumb ---------------------------------- */
.devolum-breadcrumb {
    padding: 16px 0;
    background-color: var(--color-Alabaster);
}

.devolum-breadcrumb .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.devolum-breadcrumb i {
    margin-inline-end: 8px;
    color: var(--color-Gray);
}

.devolum-breadcrumb a {
    color: var(--color-Gray);
}

.devolum-breadcrumb a.active {
    color: var(--color-Cascade);
}

/* end devolum breadcrumb ---------------------------------- */

/* start table ---------------------------------- */
.table table {
    margin-bottom: 8px;
    width: 100%;
}

.table table thead {
    border-bottom: 1px solid var(--color-Mercury);
}

.table table thead th {
    padding: 16px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.table table tr {
    border: none;
}

.table table tr:not(:last-child) {
    border-bottom: 1px solid var(--color-Mercury) !important;
}

.table table tr td {
    padding: 24px 0;
    padding-right: 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    vertical-align: text-top;
}

.table table tr td span {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    color: var(--color-Flamingo);
}

.table table tr td i {
    color: var(--color-Alizarin-crimson);
}

.table button {
    margin: auto;
    padding: 8px 40px;
    color: var(--color-white);
    border-radius: 6px;
    background-color: var(--color-Cascade);
    display: block;
    width: fit-content;
    border: none;
}

/* end table ---------------------------------- */

/* start payment shipping ---------------------------------- */
.payment-shipping {
    margin: auto;
    margin-top: 32px;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 500px;
    max-width: 100%;
}

.payment-shipping::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    height: 1px;
    /* transform: translateX(50%); */
    background-color: #C6C6C6;
    /* width: calc(100% - 30px); */
    z-index: -1;

}

.payment-shipping .addresss,
.payment-shipping .payment,
.payment-shipping .confirm,
.payment-shipping .donee {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.payment-shipping .addresss .address-div,
.payment-shipping .payment .payment-div,
.payment-shipping .confirm .confirm-div,
.payment-shipping .donee .done-div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #C6C6C6;
    background-color: var(--color-white);
}

.payment-shipping .addresss.activee .address-div,
.payment-shipping .payment.activee .payment-div,
.payment-shipping .confirm.activee .confirm-div,
.payment-shipping .donee.activee .done-div {
    position: relative;
    border: 1px solid #F0602C;
}

.payment-shipping .addresss.activee .address-div::after,
.payment-shipping .payment.activee .payment-div::after,
.payment-shipping .confirm.activee .confirm-div::after,
.payment-shipping .donee.activee .done-div::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F0602C;
}

.payment-shipping .addresss.done .address-div,
.payment-shipping .payment.done .payment-div,
.payment-shipping .confirm.done .confirm-div,
.payment-shipping .done.donee .done-div {
    position: relative;
    border: 1px solid #F0602C;
    background-color: #F0602C;
}

.payment-shipping .addresss.done .address-div::after,
.payment-shipping .payment.done .payment-div::after,
.payment-shipping .confirm.done .confirm-div::after,
.payment-shipping .done.donee .done-div::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    font-size: 16px;
}

/* end payment shipping ---------------------------------- */

/* Home _________________________________________________________________________________________*/
/* start devolum home explore ---------------------------------- */
.devolum-home-explore {
    padding: 60px 0;
    background-color: #F9F9F9;
}

.devolum-home-explore h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.006em;
}

.devolum-home-explore .cards {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

@media (max-width: 767px) {
    .devolum-home-explore .cards {
        flex-direction: column;
        align-items: center;
    }
}

.devolum-home-explore .cards .card {
    border: none;
    flex: 1;
    max-width: 300px;
    border-radius: 6px;
    overflow: hidden;
    justify-content: space-between;
    background-image: url('../imgs/bg1.png');
    background-size: 100%;
    background-position-y: center;
}

.devolum-home-explore .cards .card.img {
    width: 100%;
}

.devolum-home-explore .cards .card.img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.devolum-home-explore .cards .card.reverse {
    background-image: url('../imgs/bg2.png');
}

.devolum-home-explore .cards .card .info {
    padding: 8px;
}

.devolum-home-explore .cards .card .info .brand {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.006em;
    color: var(--color-Emperor);
}

.devolum-home-explore .cards .card .info .name {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.devolum-home-explore .cards .card .info .price {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.devolum-home-explore .cards .card .info p {
    margin-bottom: 0;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    border-top: 1px solid var(--color-Mercury);
}

/* end devolum home explore ---------------------------------- */

/* start devolum home brands ---------------------------------- */
.devolum-home-brands .brands-title {
    padding: 32px 0;
    background: linear-gradient(90deg, #C8C0D7 0%, #FBADBA 57.84%, #F0602C 112.14%);
    text-align: center;
}

.devolum-home-brands .brands-title .container {
    position: relative;
}

.devolum-home-brands .brands-title img {
    margin-bottom: 24px;
    height: 48px;
    border-radius: 0;
}

.devolum-home-brands .brands-title h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.devolum-home-brands .brands-title p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: var(--color-black);
}

.devolum-home-brands .brands-title .arrows {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 16px;
}

@media (max-width: 767px) {
    .devolum-home-brands .brands-title .arrows {
        margin-top: 24px;
        position: static;
        justify-content: center;
    }
}

.devolum-home-brands .brands-title .arrows .arrow {
    position: static;
    border-radius: 50%;
    border: 1px solid var(--color-Cornflower-blue);
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-Mine-shaft);
}

.devolum-home-brands .brands-title .arrows .swiper-button-next:after,
.devolum-home-brands .brands-title .arrows .swiper-button-prev:after {
    display: none;
}

.devolum-home-brands .brands-products {
    padding: 32px 0;
}

.devolum-home-brands .brands-products .products {
    /* display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr); */
    display: flex;
    /* gap: 18px; */
    /* width: 300px; */
}

/* end devolum home brands ---------------------------------- */

/* start devolum home sale ---------------------------------- */
.devolum-home-sale .sale-title {
    padding: 32px 0;
    background: var(--color-Cascade);
    text-align: center;
}

.devolum-home-sale .sale-title .container {
    position: relative;
}

.devolum-home-sale .sale-title h3 {
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: 600;
    line-height: 44px;

}

.devolum-home-sale .sale-title p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    color: var(--color-black);
}


.devolum-home-sale .sale-products {
    padding: 32px 0;
}

.devolum-home-sale .sale-products .products {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
    .devolum-home-sale .sale-products .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* end devolum home sale ---------------------------------- */

/* start devolum home line brands ---------------------------------- */
.devolum-home-line-brands {
    margin: 60px 0;
}

.devolum-home-line-brands .container {
    display: flex;
    justify-content: space-between;
}

.devolum-home-line-brands img {
    height: 48px;
}

/* end devolum home line brands ---------------------------------- */
/* end Home _________________________________________________________________________________________*/

/* start filter _________________________________________________________________________________________*/
.devolum-filter h2 {
    padding: 32px 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.devolum-filter .filters {
    margin-bottom: 32px;
    display: flex;
    gap: 24px;
}

@media (max-width: 767px) {
    .devolum-filter .filters {
        flex-wrap: wrap;
    }
}

.devolum-filter .filters select {
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    background: var(--color-Alabaster);
    color: var(--color-Emperor);
    transition: var(--transition);
    cursor: pointer;
    flex: 1;
}

.devolum-filter .filters select:hover {
    color: var(--color-Flamingo);
}

.devolum-filter .content {
    display: flex;
    gap: 18px;
}

@media (max-width: 767px) {
    .devolum-filter .content {
        flex-direction: column;
        align-items: center;
    }
}

.devolum-filter .sidebar {
    width: 280px;
}

@media (max-width: 767px) {
    .devolum-filter .sidebar {
        width: 100%;
    }
}

.devolum-filter .sidebar h3 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.devolum-filter .sidebar .radio {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;

}

.devolum-filter .sidebar .radio input {
    margin-inline-end: 8px;
}

.devolum-filter .sidebar .noUi-connect {
    background: var(--color-Flamingo);
}

.devolum-filter .sidebar .line {
    margin: 24px 0;
    height: 1px;
    background-color: #e9e9e9;
}

.devolum-filter .sidebar h4 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.devolum-filter .sidebar .noUi-target {
    background: rgba(var(--color-Flamingo), 0.1);
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.devolum-filter .sidebar .noUi-connects {
    background: #e9e9e9;
}

.devolum-filter .sidebar .noUi-horizontal {
    margin-bottom: 16px;
    height: 2px;
}

.devolum-filter .sidebar .noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    right: -8px;
    top: -5px;
    cursor: e-resize;
    border-radius: 100%;
    border: 2px solid var(--color-Flamingo);
    background: var(--color-white);
}

.devolum-filter .sidebar .noUi-horizontal .noUi-handle:before,
.devolum-filter .sidebar .noUi-horizontal .noUi-handle:after {
    display: none;
}

.devolum-filter .sidebar .price {
    display: flex;
    gap: 12px;
}

.devolum-filter .sidebar .price input {
    border-radius: 6px;
    padding: 8px 12px;
    width: 100%;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

}

.devolum-filter .content .products {
    margin-bottom: 32px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    flex: 1;

}

@media (max-width: 991px) {
    .devolum-filter .content .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .devolum-filter .content .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* end filter _________________________________________________________________________________________*/

/* start Single product _________________________________________________________________________________________*/
.devolum-single-product {
    padding: 30px 0;
}

.devolum-single-product .product-details {
    margin-bottom: 60px;
    display: flex;
    /* gap: 52px; */
}

@media (max-width: 991px) {
    .devolum-single-product .product-details {
        gap: 52px;
    }
}

.devolum-single-product .product-details .product-imgs {
    padding-inline-end: 40px;
    display: flex;
    gap: 24px;
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .devolum-single-product .product-details .product-imgs {
        padding-inline-end: 12px;
    }
}

.devolum-single-product .product-details .product-imgs .mySwiper2 {
    width: fit-content;
}

.devolum-single-product .product-details .product-imgs .mySwiper2 img,
.devolum-single-product .product-details .product-imgs .mySwiper img {
    border-radius: 6px;
    width: 100%;
    /* width: 400px;
    height: 400px; */
    /* object-fit: contain; */
}

.devolum-single-product .product-details .product-imgs .mySwiper {
    /* width: 80px; */
}

.devolum-single-product .product-details .product-info h3 {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
}

.devolum-single-product .product-details .product-info span {
    margin-bottom: 24px;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
}

.devolum-single-product .product-details .product-info span b {
    font-weight: 600;
}

.devolum-single-product .product-details .product-info .price {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.devolum-single-product .product-details .product-info .price b {
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.devolum-single-product .product-details .product-info .price .sale {
    margin-inline-start: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: line-through;
    color: var(--color-Gray);
}

.devolum-single-product .product-details .product-info .price .sale span {
    margin-inline-start: 8px;
    margin-bottom: 0;
    font-weight: 400;
    color: #F0602C;

}

.devolum-single-product .product-details .product-info .color {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;

}

.devolum-single-product .product-details .product-info .color b {
    font-weight: 600;
}

.devolum-single-product .product-details .color-imgs {
    margin-bottom: 32px;
    display: flex;
    gap: 16px;
}

.devolum-single-product .product-details .color-imgs img {
    width: 110px;
    height: 110px;
    /* aspect-ratio: 1/1; */
    object-fit: cover;
    border-radius: 6px;
}

.devolum-single-product .product-details .size .title {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;

}

.devolum-single-product .product-details .size button {
    color: var(--color-Flamingo);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    border: none;
    background-color: transparent;
}

.devolum-single-product .product-details .size select {
    margin-bottom: 16px;
    padding: 16px;
    border: #E9E9E9 solid 1px;
    border-radius: 6px;
    width: 100%;
}

.devolum-single-product .product-details .add-cart {
    margin-bottom: 32px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.devolum-single-product .product-details .add-cart button {
    padding: 18px;
    flex: 1;
    border-radius: 6px;
    border: none;
    background-color: var(--color-Flamingo);
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
}

.devolum-single-product .product-details .add-cart .heart {
    border-radius: 6px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.8px solid #E9E9E9;
}

.devolum-single-product .line {
    margin-bottom: 32px;
    height: 1px;
    background-color: var(--color-Mercury);
}

.devolum-single-product h4 {
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.devolum-single-product .products {
    margin-bottom: 32px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    flex: 1;

}

@media (max-width: 991px) {
    .devolum-single-product .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .devolum-single-product .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* end Single product _________________________________________________________________________________________*/

/* start forms _________________________________________________________________________________________*/
.devolum-forms {
    padding: 52px 0;
    background-color: #EEEEEE;
    width: 100%;
    min-height: 100vh;

}

.devolum-forms .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.devolum-forms .form-content {
    padding: 32px 24px;
    width: 540px;
    max-width: 100%;
    border-radius: 6px;
    background-color: var(--color-white);
}

.devolum-forms h2 {
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 700;
    line-height: 37px;
}

.devolum-forms .form-content .tab {
    position: relative;
    display: flex;
    align-items: center;
}

.devolum-forms .form-content .tab h4 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
}

.devolum-forms .form-content .tab::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    z-index: 1;
}

.devolum-forms .form-content .tab .tab-inner {
    flex: 1;
}

.devolum-forms .form-content .tab .tab-inner .active {
    position: relative;
    border-bottom: 1px solid var(--color-Flamingo);
    z-index: 1;
}

.devolum-forms .form-content .tab .tab-inner button {
    padding: 24px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    background-color: transparent;
    color: var(--color-Gray);
}

.devolum-forms .form-content .tab .tab-inner button.active {
    color: var(--color-black);
}

.devolum-forms .form-content .tab .line {
    width: 1px;
    height: 20px;
    background: #D9D9D9;
}

.devolum-forms .form-content .form-detail .tabcontent {
    padding: 36px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 767px) {
    .devolum-forms .form-content .form-detail .tabcontent {
        padding: 36px 0;
    }
}

.devolum-forms .form-content .form-detail .tabcontent label {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: block;

}

/* .devolum-forms .form-content .form-detail .tabcontent .inputs {
    display: flex;
    gap: 12px;
} */
.devolum-forms .form-content .form-detail .tabcontent p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--color-Emperor);
}

.devolum-forms .form-content .form-detail .tabcontent .input {
    padding: 16px 24px;
    border-radius: 6px;
    display: flex;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    color: var(--color-Gray);

}

.devolum-forms .form-content .form-detail .tabcontent .input input {
    flex: 1;
    border: none;
    outline: none;
}

.devolum-forms .form-content .form-detail .tabcontent .header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.devolum-forms .form-content .form-detail .tabcontent .header a {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: var(--color-Gray);
}

.devolum-forms .form-content .form-detail .tabcontent .form-row-btn input {
    padding: 18px;
    flex: 1;
    border-radius: 6px;
    border: none;
    background-color: var(--color-Flamingo);
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    width: 100%;
}

.devolum-forms .form-content .form-detail .tabcontent .or {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--color-Emperor);
}

.devolum-forms .form-content .form-detail .tabcontent .form-row-google a {
    padding: 18px 0;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--color-Gray);
}

.devolum-forms .form-content .form-detail .tabcontent span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: var(--color-Gray);
}

.devolum-forms .form-content .form-detail .tabcontent span a {
    font-weight: 600;
    color: var(--color-Flamingo);
}

/* end forms _________________________________________________________________________________________*/

/* start devolum home line brands ---------------------------------- */
.devolum-home-line-brands {
    margin: 60px 0;
}

.devolum-home-line-brands .container {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
}

.devolum-home-line-brands img {
    height: 48px;
    border-radius: 0;
}

/* end devolum home line brands ---------------------------------- */
/* end Home _________________________________________________________________________________________*/

/* start favorites _________________________________________________________________________________________*/
.devolum-favorites h2 {
    padding: 32px 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.devolum-favorites .content .products {
    margin-bottom: 32px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    flex: 1;

}

@media (max-width: 991px) {
    .devolum-favorites .content .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .devolum-favorites .content .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

.devolum-favorites .empty .title {
    margin: 60px auto;
    width: 690px;
    max-width: 100%;
    text-align: center;
}

.devolum-favorites .empty .title h3 {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
}

.devolum-favorites .empty .title p {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-Gray);
}

.devolum-favorites .empty .title a {
    padding: 12px 70px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 6px;
    background-color: var(--color-Flamingo);
    color: var(--color-white);
}

.devolum-favorites .empty .line {
    margin-bottom: 32px;
    height: 1px;
    background-color: var(--color-Mercury);
}

.devolum-favorites .empty h4 {
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.devolum-favorites .empty .products {
    margin-bottom: 32px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    flex: 1;

}

@media (max-width: 991px) {
    .devolum-favorites .empty .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .devolum-favorites .empty .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* end favorites _________________________________________________________________________________________*/

/* start cart _________________________________________________________________________________________*/

.devolum-cart .title {
    margin: 32px 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.devolum-cart .title span {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.devolum-cart .content {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

@media (max-width: 991px) {
    .devolum-cart .content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.devolum-cart .content .total {
    border-radius: 6px;
    padding: 24px;
    flex: 1;
    background-color: var(--color-Alabaster);
}

.devolum-cart .content .total h3 {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.devolum-cart .content .total .line {
    margin-bottom: 24px;
}

.devolum-cart .content .total p {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    color: var(--color-Emperor);
}

.devolum-cart .content .total b {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
}

.devolum-cart .content .total a {
    margin-bottom: 24px;
    padding: 8px 0;
    color: var(--color-white);
    border-radius: 6px;
    background-color: var(--color-Flamingo);
    display: block;
    text-align: center;
}

.devolum-cart .content .total .code .header {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-black);
}

.devolum-cart .content .total .code .header span {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: var(--color-Flamingo);
}

.devolum-cart .content .total .code input {
    padding: 18px 24px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid var(--color-Mercury);
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    color: var(--color-Gray);
}

.devolum-cart .content .total b span {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-Gray);
}

.devolum-cart .line {
    margin-bottom: 32px;
    height: 1px;
    background-color: var(--color-Mercury);
}

.devolum-cart h4 {
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.devolum-cart .products {
    margin-bottom: 32px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    flex: 1;

}

@media (max-width: 991px) {
    .devolum-cart .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .devolum-cart .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* end cart _________________________________________________________________________________________*/

/* start Shipping _________________________________________________________________________________________*/
.devolum-shipping .title {
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.devolum-shipping .content {
    margin: 60px 0;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

@media (max-width: 991px) {
    .devolum-shipping .content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.devolum-shipping .header {
    margin: 60px auto;
    width: 690px;
    max-width: 100%;
    text-align: center;
}

.devolum-shipping .header h3 {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
}

.devolum-shipping .header p {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-Gray);
}

.devolum-shipping .header a {
    padding: 12px 70px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 6px;
    background-color: var(--color-Flamingo);
    color: var(--color-white);
}

.devolum-shipping .line {
    margin-bottom: 60px;
    height: 1px;
    background-color: var(--color-Mercury);
}

.devolum-shipping .content .body {
    flex: 2;
}

.devolum-shipping .content .box {
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 24px;
    box-shadow: 3px 4px 30px 0px #EDEDED66;
}

.devolum-shipping .content .box .tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.devolum-shipping .content .box .tr .td {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.devolum-shipping .content .box .tr .td b {
    margin-top: 8px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
}

.devolum-shipping .content .box .tr .line-td {
    height: 20px;
    width: 2px;
    background: var(--color-Gray);
}

.devolum-shipping .content .box .tr .status {
    margin-top: 8px;
    padding: 8px 10px;
    background: #FFD60014;
    border-radius: 6px;
    color: #EAC501;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}

.devolum-shipping .content .box h4.title {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.devolum-shipping .content .box h4.title span {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-Gray);
}

.devolum-shipping .content .box form {
    margin-bottom: 32px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.devolum-shipping .content .box form .form-row {
    display: flex;
    gap: 16px;
    flex: 1;
}

.devolum-shipping .content .box form .form-row .form-row-inner {
    flex: 1;
}

.devolum-shipping .content .box .payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.devolum-shipping .content .box .payment .radio {
    display: flex;
    gap: 16px;
    align-items: center;
    flex: 1;
}

.devolum-shipping .content .box .payment .radio input {
    width: 24px;
    height: 24px;
    accent-color: var(--color-Flamingo);
}

.devolum-shipping .content .box .payment .radio label {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.devolum-shipping .content .box .payment img {
    height: 40px;
}

.devolum-shipping .content .body .methods {
    display: flex;
    align-items: center;
    gap: 12px;
}

.devolum-shipping .content .body .methods span {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.devolum-shipping .content .body .methods img {
    height: 24px;
    border-radius: 0;
}

.devolum-shipping .content .label {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.devolum-shipping .content .add-address .label {
    margin-bottom: 8px;
}

.devolum-shipping .content input {
    padding: 18px 24px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid var(--color-Mercury);
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    color: var(--color-Gray);
}

.devolum-shipping .content .form-row-btn {
    margin: auto;
    margin-top: 8px;
}

.devolum-shipping .content .form-row-btn input {
    padding: 8px 36px;
    width: fit-content;
    color: var(--color-white);
    background-color: var(--color-Cascade);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

/* end Shipping _________________________________________________________________________________________*/

/* start settings _________________________________________________________________________________________*/
.devolum-settings .content {
    margin: 60px 0;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

@media (max-width: 991px) {
    .devolum-settings .content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.devolum-settings .content .tab {
    flex: 1;
}

.devolum-settings .content .body {
    flex: 2;
}

.devolum-settings .content .box {
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 24px;
    box-shadow: 3px 4px 30px 0px #EDEDED66;
}

.devolum-settings .content .tab h3 {
    margin-bottom: 32px;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.devolum-settings .content .tab {}

.devolum-settings .content .tab .tab-inner a {
    margin-bottom: 8px;
    padding: 12px 32px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    color: var(--color-Gray);
}

.devolum-settings .content .tab .tab-inner a:hover,
.devolum-settings .content .tab .tab-inner a.active {
    color: var(--color-Flamingo);
    background: #F0602C0F;
}

.devolum-settings .content .tab .tab-inner a.logout {
    color: var(--color-Alizarin-crimson);
}

.devolum-settings .content .tab .tab-inner a i {
    margin-inline-end: 8px;
}

.devolum-settings .content .line {
    margin: 24px 0;
    height: 1px;
    background-color: #e9e9e9;
}

.devolum-settings .content .body .tabcontent {
    flex-direction: column;
}

.devolum-settings .content .body .tabcontent h4 {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.devolum-settings .content .body .tabcontent #avatar {
    display: none;
}

.devolum-settings .content .form-detail .tabcontent .input input {
    flex: 1;
    border: none;
    outline: none;
}

.devolum-settings .content .body .tabcontent .form-row-inner .avatar {
    position: relative;
    margin-bottom: 28px;
    width: fit-content;
}

.devolum-settings .content .body .tabcontent .form-row-inner .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.devolum-settings .content .body .tabcontent .form-row-inner .avatar i {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-Flamingo);
    color: var(--color-white);
}

.devolum-settings .content .form-row {
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
    flex: 1;
}

@media (max-width: 767px) {
    .devolum-settings .content .form-row {
        flex-direction: column;
    }
}

.devolum-settings .content .form-row .form-row-inner {
    flex: 1;
}

.devolum-settings .content .label {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.devolum-settings .content .form-detail .tabcontent .input {
    padding: 16px 24px;
    border-radius: 6px;
    display: flex;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    color: var(--color-Gray);
}

.devolum-settings .content .form-detail .tabcontent .save {
    margin: auto;
    padding: 12px 60px;
    color: var(--color-white);
    border-radius: 6px;
    background-color: var(--color-Flamingo);
    display: block;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.devolum-settings .content .form-detail .tabcontent .add-address .save {
    background-color: var(--color-Cascade);
}

.devolum-settings .content .tabcontent .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.devolum-settings .content .tabcontent .title h5 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.devolum-settings .content .tabcontent .title select {
    padding: 8px 16px;
    background: var(--color-Cascade);
    border: 0;
    border-radius: 6px;
    color: var(--color-white);
}

.devolum-settings .content .tabcontent .order-details .line {
    margin: 24px 0;
}

.devolum-settings .content .tabcontent .order-details .header .order-number {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.devolum-settings .content .tabcontent .order-details .header .order-number span {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.devolum-settings .content .tabcontent .order-details .header .order-number a {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: var(--color-Flamingo);
}

.devolum-settings .content .tabcontent .order-details .header .order-date {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.devolum-settings .content .tabcontent .order-details .header .order-date b {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.devolum-settings .content .tabcontent .order-details .header .order-date b span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--color-Gray);
}

.devolum-settings .content .tabcontent .order-products {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
    .devolum-settings .content .tabcontent .order-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

.devolum-settings .content .tabcontent .order-product img {
    margin-bottom: 8px;
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.devolum-settings .content .tabcontent .order-product .name {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.devolum-settings .content .tabcontent .order-product .price {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.devolum-settings .content .tabcontent form.add-address {
    display: none;
}

/* end settings _________________________________________________________________________________________*/

/* start Order detail _________________________________________________________________________________________*/
.devolum-order-detail .content {
    margin: 60px 0;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

@media (max-width: 991px) {
    .devolum-order-detail .content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.devolum-order-detail .content .body {
    flex: 2;
}

.devolum-order-detail .content .box {
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 24px;
    box-shadow: 3px 4px 30px 0px #EDEDED66;
}

.devolum-order-detail .content .header {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.devolum-order-detail .content .header h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

.devolum-order-detail .content .header a {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: var(--color-Flamingo);
}

.devolum-order-detail .content .order-date {
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
}

.devolum-order-detail .content .order-date b {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.devolum-order-detail .content .order-date b span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--color-Gray);
}

.devolum-order-detail .line {
    margin-bottom: 24px;
    height: 1px;
    background-color: var(--color-Mercury);
}

.devolum-order-detail .content .delivered b {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.devolum-order-detail .content .delivered span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--color-Gray);
}

/* end Order detail _________________________________________________________________________________________*/

/* start return _________________________________________________________________________________________*/
.devolum-return .content {
    margin: 60px 0;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

@media (max-width: 991px) {
    .devolum-return .content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.devolum-return .content .body {
    flex: 2;
}

.devolum-return .content .box {
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 24px;
    box-shadow: 3px 4px 30px 0px #EDEDED66;
}

.devolum-return .content .box h4.title {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.devolum-return .content .header {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .devolum-return .content .header {
        flex-direction: column;
    }
}

.devolum-return .content .header h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

.devolum-return .content .header b {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.devolum-return .content .header b span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--color-Gray);
}

/* end return _________________________________________________________________________________________*/

/* start help _________________________________________________________________________________________*/
.devolum-help .title {
    margin: auto;
    width: 575px;
    max-width: 100%;
    text-align: center;
}

.devolum-help .title h2 {
    margin: 32px 0;
}

.devolum-help .title form {
    margin-bottom: 60px;
    border-radius: 6px;
    border: 1px solid var(--color-Mercury);
    padding: 8px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.devolum-help .title form input[type="text"] {
    flex: 1;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    outline: none;
}

.devolum-help .title form input[type="submit"] {
    padding: 8px 24px;
    border-radius: 6px;
    border: none;
    background: var(--color-Flamingo);
    color: var(--color-white);
}

.devolum-help .body h4 {
    margin-bottom: 32px;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.devolum-help .body .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

@media (max-width: 991px) {
    .devolum-help .body .items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .devolum-help .body .items {
        grid-template-columns: repeat(1, 1fr);
    }
}

.devolum-help .body .items .item .header {
    padding: 16px 24px;
    border-radius: 6px;
    border: 1px solid var(--color-Mercury);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    gap: 8px;
}

.devolum-help .body .items .item p {
    margin-bottom: 0;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-Gray);
}

.devolum-help .body .line {
    margin: 60px 0;
    height: 1px;
    background-color: #e9e9e9;
}

.devolum-help .body .faq-contact {
    margin-bottom: 60px;
    display: flex;
    align-items: start;
    gap: 24px;
}

@media (max-width: 767px) {
    .devolum-help .body .faq-contact {
        flex-direction: column;
    }
}

.devolum-help .body .faq {
    flex: 1;
}

.devolum-help .body .faq .accordion .accordion-item {
    border: none;
    margin-bottom: 24px;
}

.devolum-help .body .faq .accordion-button {
    padding: 16px 24px;
    border-radius: 6px;
    border: solid 1px var(--color-Mercury);
    box-shadow: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    gap: 8px;
    color: var(--color-black);
}

.devolum-help .body .faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2390B0AF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.devolum-help .body .faq .accordion-body {
    margin-bottom: 0;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-Gray);
}

.devolum-help .body .contact {
    padding: 48px 32px;
    background-color: #F9F9F9;
    border-radius: 6px;
    flex: 1;
    width: 100%;
}

.devolum-help .body .contact .form-row label {
    margin-bottom: 8px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.devolum-help .body .contact .form-row select,
.devolum-help .body .contact .form-row textarea {
    margin-bottom: 16px;
    padding: 18px 24px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid var(--color-Mercury);
    outline: none;
}

.devolum-help .body .contact .form-row-btn input {
    margin: auto;
    padding: 8px 40px;
    color: var(--color-white);
    border-radius: 6px;
    background-color: var(--color-Cascade);
    display: block;
    width: fit-content;
    border: none;
}

.devolum-help .body .contact .line {
    margin: 32px 0;
}

.devolum-help .body .contact .links {
    display: flex;
    gap: 18px;
}

.devolum-help .body .contact a {
    padding: 8px 0;
    border-radius: 6px;
    border: 1px solid var(--color-Mercury);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.devolum-help .body .contact a div {
    display: flex;
    align-items: end;
    flex-direction: column;
}

.devolum-help .body .contact a div b {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.devolum-help .body .contact a div span {
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;
    color: var(--color-Gray);
}

.devolum-help .body .contact a .icon {
    color: var(--color-white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFC107;
    display: flex;
    align-items: center;
    justify-content: center;
}

.devolum-help .body .contact a.whatsapp .icon {
    background-color: #4CAF50;
    font-size: 20px;
}

/* end help _________________________________________________________________________________________*/