.back-to-top {
    border-radius: 0 !important;
    background-color: var(--primary) !important;
    color: #fff !important;
    box-shadow: none !important;
    z-index: 5000;
}

.--text-color-2 {
    color: #1cac48;
}

.--text-color-3 {
    color: var(--primary);
}

.--fs-27 {
    font-size: 27px !important;
    line-height: 27px !important;
    font-weight: bold !important;
}

.--fs-14 {
    font-size: 14px !important;
    line-height: 1 !important;
}

/**
 * New buttons -------------------------------- *
 */
.ds--n-btn-a {
    outline: none !important;
    text-decoration: none !important;
    border: 0 none !important;
    background: #5cb85c;
    border-radius: 0;
    min-width: auto;
    color: white;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    gap: 6px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.ds--n-btn-a:hover {
    background-color: var(--secondary);
}

.ds--n-btn-a span {
    font-size: 19px;
    line-height: 0;
    flex-shrink: 0;
    font-weight: normal;
}

.ds--n-btn-b {
    outline: none !important;
    text-decoration: none !important;
    border: 0 none !important;
    background: #738a8d;
    border-radius: 0;
    min-width: auto;
    color: white;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    gap: 6px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.ds--n-btn-b:hover {
    background-color: var(--primary);
}

.ds--n-btn-b span {
    font-size: 19px;
    line-height: 0;
    flex-shrink: 0;
    font-weight: normal;
}

.ds--n-btn-c {
    outline: none !important;
    text-decoration: none !important;
    border: 0 none !important;

    background-color: var(--primary);
    border-radius: 0;
    min-width: auto;
    color: white;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    gap: 6px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.ds--n-btn-c.ds--n-btn-c-small {
    padding: 10px 18px;
    font-size: 12px;
}

.ds--n-btn-c:hover {
    background: #738a8d;
}

.ds--n-btn-c i {
    font-size: 24px;
    line-height: 0;
    flex-shrink: 0;
}

/**
 * Ads -------------------------------- *
 */
.ds--e3lann {
    position: relative;
}

.ds--e3lann a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ds--e3lann a img {
    transition: all 0.3s ease-in-out 0s;
}

.ds--e3lann picture {
    display: block;
    max-width: 100%;
    margin-inline: auto;
    object-fit: contain;
}

.ds--e3lann.has-hover a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    left: 50%;
    background: rgba(0, 0, 0, 0.444);
    transition: all 0.3s ease-in-out 0s;
}

.ds--e3lann.has-hover a:hover::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.ds--e3lann.has-hover a::after {
    font-family: "dashop", Sans-Serif !important;
    content: "\e06f"; /*e06f e11e*/
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ds--e3lann.has-hover a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/**
 * Single -------------------------------- *
 */
.ds--single-product-content {
}

div.ds--single-product-content div.--brand {
}

div.ds--single-product-content div.--brand a {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

div.ds--single-product-content div.--brand img {
    max-height: 32px !important;
    max-width: 60px !important;
    width: auto !important;
    height: 100% !important;
    display: inline-block !important;
}

div.ds--single-product-content div.--price-content div.--price .--price {
    font-size: 29px;
    line-height: 29px;
    font-weight: bold;
    color: var(--primary);
}

div.ds--single-product-content
    div.--price-content
    div.--price-discount
    span.--price {
    font-size: 14px;
    line-height: 14px;
}

div.ds--single-product-content #option-choice-form .--size {
    display: flex;
    flex-direction: column;
}

div.ds--single-product-content #option-choice-form .--size {
    display: flex;
    flex-direction: column;
}

div.ds--single-product-content .--total-price {
    display: flex;
    align-items: center;
    gap: 15px;
}

div.ds--single-product-content .--total-price .--small-title,
div.ds--single-product-content #option-choice-form .--size .--small-title {
    margin: 0;
    flex-shrink: 1;
    display: inline-block;
    width: 25%;
    font-size: 11px;
}

/**
 * Single -------------------------------- *
 */
.ds--widget-top-selling {
}

.--itema {
    display: flex;
    flex-direction: row;
    gap: 23px;
    margin: 0 0 24px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f3f8;
}

.ds--widget-top-selling .--itema:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}

.--itema::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.--itema .--thumb {
    flex: 0 0 40%;
    width: 40%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    background: radial-gradient(
        50% 50%,
        rgba(55, 62, 62, 0) 50%,
        rgba(55, 62, 62, 0.01) 74%,
        rgba(55, 62, 62, 0.05) 100%
    );
    border-radius: 3px;
}

.--itema .--thumb span {
    display: block;
    padding: 12px;
}

.--itema .--thumb img {
    max-height: 90px !important;
    max-width: 90px !important;
    width: auto !important;
    height: 100% !important;
    display: inline-block !important;
}

.--itema .--content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    flex: 1;
}

.--itema .ds--pro-title {
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
}

.--itema span.--discount {
    display: none !important;
}

.--itema .ds--pro-meta-price {
    font-size: 14px;
    line-height: 14px;
}

.ds--pro-add-tocart {
    position: absolute;
    bottom: 0px;
}

/**
 * Add to cart popup
 ---------------------------------------------------------------- *
 */
body.modal-open .modal {
    overflow: hidden;
}

body.modal-open .modal::before {
    content: "";
    background-color: rgba(119, 119, 119, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1058;
    overflow: hidden;
    position: fixed;
}

body.modal-open .modal-dialog {
    z-index: 1059;
}

.modal-content {
    border-radius: 0 !important;
    border: 0 none !important;
    padding: 24px !important;
}

.modal-content .product_images {
    text-align: center;
    overflow: hidden;
}

.modal-content .product_images img {
    max-height: 351px !important;
    max-width: 351px !important;
    width: auto !important;
    height: 100% !important;
    display: inline-block !important;
}

.modal-content .--title {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.modal-content .--hr {
    border: 0 none;
    opacity: 1;
    height: 1px !important;
    background-color: #edeff1;
}

.modal-content .--price-content {
    display: flex;
    gap: 8px;
}

.modal-content .--price-content .--pricee {
    font-size: 15px;
    line-height: 21px;
}

.modal-content .--price-content .--pricee .--price {
    font-size: 17px;
    line-height: 17px;
}

.modal-content .--price-content .--pricee .--discount,
.modal-content .--price-content .--pricee .--price {
    font-weight: 700;
}

.modal-content .--price-content .--pricee .--discount {
    color: #0b9e00;
}

.modal-content .--price-content .--pricee.--price-discount .--currency,
.modal-content .--price-content .--pricee.--price-discount .--price {
    text-decoration: line-through !important;
    color: var(--secondary-text);
}

.modal-content .--small-title {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

/**
 * Section with image
 ---------------------------------------------------------------- *
 */
.ds--section-module-7_blade .ds--card {
    text-align: center;
}

.ds--section-module-7_blade .ds--card img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 6px !important;
}

.ds--section-module-7_blade
    .ds--card
    .ds--card-title.ds--card-title-1
    h6::after {
    display: none;
}

.ds--section-module-7_blade .ds--card .ds--card-title {
    margin-bottom: 0;
}

.ds--section-module-7_blade .ds--card .ds--card-title h6 {
    margin-bottom: 6px;
    padding: 0;
}

html[dir="rtl"] .ds--card-title.ds--card-title-3 h6::after {
    right: 0;
    left: auto;
}

.ds--section-module-7_blade .ds--card-content {
    color: var(--secondary-text);
}

.pswp__top-bar {
    background: #3f464f !important;
}

.pswp__button:hover {
    background: var(--primary) !important;
}

.pswp__button--close {
    margin-right: 0 !important;
}

.pswp__top-bar,
.pswp__top-bar .pswp__button {
    height: 44px !important;
}

.pswp__top-bar .pswp__icn {
    top: 7px !important;
}

.pswp__counter {
    margin-top: 7px !important;
}

.pswp__bg {
    background: #fff !important;
    opacity: 1 !important;
}

.ds--main .profile div.card {
    background-color: #fff;
    transition: background 0.2s ease-in, max-height 0.1s ease-out,
        min-height 0.1s ease-out;
    z-index: 5;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    border: 0 none;
    padding: 14px !important;
}

.ds--main .profile div.card button.btn {
}

.ds--main .profile div.card button.btn {
    outline: none !important;
    text-decoration: none !important;
    border: 0 none !important;

    background-color: var(--primary);
    border-radius: 0;
    min-width: auto;
    color: white;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    gap: 6px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.ds--main .profile div.card button.btn:hover {
    background: var(--secondary);
}

.ds--main .profile div.card button.btn i {
    font-size: 24px;
    line-height: 0;
    flex-shrink: 0;
}

.ds--main .profile div.card .form-control {
    transition: 0.2s ease;
    display: block;
    width: 100%;
    padding: 0.775rem 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    appearance: none;
    border-radius: 3px;
    border: 1px solid #eef3f7;
    box-shadow: none !important;
    background-color: #fff;
    outline: 0 !important;
    margin-bottom: 16px !important;
}

.ds--main .profile div.card .form-control:focus,
.ds--main .profile div.card .form-control:hover {
    outline: 0 !important;
    background-color: #eef3f7;
}

.ds--main .profile div.card .mb-5 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.ds--main .profile div.card span,
.ds--main .profile div.card a {
    font-size: 14px !important;
}

.ds--single-product-content .ds--label-filter input[type="radio"],
.ds--single-product-content .ds--label-filter-colors input[type="radio"] {
    display: none;
}

.ds--label-filter-colors:has(input.variation-color:checked),
.ds--label-filter:has(input.variation-option:checked) {
    box-shadow: inset 0 0 0 1px var(--primary);
    border-color: var(--primary);
    color: var(--primary);
}

/* .ds--label-filter-colors:has(input.double-border) , .ds--label-filter:has(input.double-border){border: double;} */
.ds--single-product-content .ds--label-filter,
.ds--single-product-content .ds--label-filter-colors {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 0;
    cursor: pointer;
    border-width: 1px;
    border-color: #f1f3f9;
    border-style: solid;
    display: inline-flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.2s ease-in-out 0s;
    float: left;
    margin: 3px;
}

.ds--single-product-content .ds--label-filter-items {
    display: inline-block;
}

.ds--single-product-content .ds--label-filter,
.ds--single-product-content .ds--label-filter-colors {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 0;
    cursor: pointer;
    border-width: 1px;
    border-color: #f1f3f9;
    border-style: solid;
    display: inline-flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.2s ease-in-out 0s;
    float: left;
    margin: 3px;
}

.ds--single-product-content .ds--label-filter.ds--selected,
.ds--single-product-content .ds--label-filter:hover {
    box-shadow: inset 0 0 0 1px var(--primary);
    border-color: var(--primary);
    color: var(--primary);
}

.ds--single-product-content .ds--label-filter .ds--label-img {
    margin-right: 7px;
    overflow: hidden;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.06);
}

.ds--single-product-content .ds--label-filter .ds--label-img img,
.ds--single-product-content .ds--label-filter-colors .ds--label-img img {
    width: 25px;
    height: 25px;
}

.ds--single-product-content .ds--label-filter-colors > span,
.ds--single-product-content .ds--label-filter > span {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 12px;
}

.ds--single-product-content .ds--label-filter-colors > span > span,
.ds--single-product-content .ds--label-filter > span > span {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.ds--single-product-content .ds--label-filter-colors > span > span b,
.ds--single-product-content .ds--label-filter > span > span b {
    white-space: nowrap;
}

.ds--single-product-content .ds--label-filter-colors > span > span > span,
.ds--single-product-content .ds--label-filter > span > span > span {
    font-size: 10px;
    margin-left: 5px;
}

.ds--single-product-content .ds--label-filter-colors {
    max-height: 33px;
}

.ds--single-product-content .ds--label-filter-colors.ds--selected,
.ds--single-product-content .ds--label-filter-colors:hover {
    box-shadow: inset 0 0 0 1px var(--primary);
    border-color: var(--primary);
    color: var(--primary);
}

.ds--single-product-content .ds--label-filter-colors .ds--label-img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.06);
}

.ds--single-product-content .ds--label-filter-colors > span {
    flex-direction: row;
    padding: 10px 13px 10px 3px;
    gap: 10px;
}

/*------------------------------*/
.fs-12px {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.badge {
}

.badge-inline {
}

.badge-success {
    color: #fff !important;
    background-color: #50cd89 !important;
}

.badge-danger {
    color: #fff !important;
    background-color: #f1416c !important;
}

.badge-color1 {
    background-color: #f1faff !important;
    color: #009ef7 !important;
}

.badge-color2 {
    background-color: #e8fff3 !important;
    color: #50cd89 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.svg-icon {
    line-height: 1;
    color: #a1a5b7;
}

.ds--text-muted {
    color: #a1a5b7 !important;
}

.pt-10 {
    padding-top: 2.5rem !important;
}

.pb-15 {
    padding-bottom: 3.75rem !important;
}

@media (min-width: 992px) {
    .px-lg-17 {
        padding-right: 4.25rem !important;
        padding-left: 4.25rem !important;
    }
}

.bg-light-info {
    background-color: rgba(245, 248, 250, 0.8);
    color: #b5b5c3;
}

.flex-stack {
    justify-content: space-between;
    align-items: center;
}

.flex-row-fluid {
    flex: 1 auto;
    min-width: 0;
}

.ds--file-preview,
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.85rem;
}

.ds--file-preview {
}

.symbol > img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 0.65rem;
}

.ds--file-preview p,
.ds--file-preview h6 {
    margin: 0 !important;
    padding: 0 10px !important;
}

.ds--file-preview h6 {
    font-size: 12px !important;
    font-weight: bold !important;
}

.ds--file-preview p {
    font-size: 11px !important;
    font-weight: normal !important;
    color: #a1a5b7 !important;
}

.ds--file-preview .thumb img,
.symbol.symbol-45px .symbol-label {
    width: 45px;
    height: 45px;
}

.ds--file-preview {
    margin-top: 15px !important;
}

.ds--file-preview .thumb img {
    border-radius: 0.65rem;
}

.symbol.symbol-75px > img {
    width: 75px;
    height: 75px;
}

.symbol.symbol-75px .symbol-label {
    width: 75px;
    height: 75px;
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.85rem;
}

.fs-2x {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.pt-7 {
    padding-top: 1.75rem !important;
}

@media (min-width: 1200px) {
    .fs-2x {
        font-size: 2rem !important;
    }
}

.card {
    background-color: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid #f4f4f4;
}

.card .card-body {
    padding: 2rem 2.25rem;
}

.card-title {
    display: flex;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
}

.ds--card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 0 2.25rem;
}

.app-sidebar-menu {
    padding: 2rem 2.25rem;
    background-color: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid #f4f4f4;
}

.app-sidebar-menu ul,
.app-sidebar-menu ul li {
    margin: 0;
    padding: 0;
}

.app-sidebar-menu ul li {
    margin-bottom: 0.15rem;
}

.app-sidebar-menu ul li a {
    display: flex;
    align-items: center;
    color: #5e6278;
    font-size: 14px;
    padding: 13px 14px;
    border-radius: 9px;
    font-weight: 500;
    background: 0 0;
    border: 0;
}

.app-sidebar-menu ul li.mm-active a {
    background-color: #f9f9f9;
    color: #3f4254;
}

a.ds--btn-outline--profile,
.ds--btn-outline--profile {
    background-color: #fff !important;
    border: 1px solid #e1e3ea !important;
    box-shadow: none;
    color: #5e6278 !important;
    border-radius: 0.65rem;
    min-height: 40px;
    line-height: 1.5;
    padding: 0.775rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
}

a.ds--btn-outline--profile:hover,
.ds--btn-outline--profile:hover {
    color: var(--primary) !important;
}

.ds--modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.85rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    outline: 0;
}

.ds--modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.75rem 1.75rem;
    border-bottom: 1px solid #f4f4f4;
}

.ds--modal-body {
    position: relative;
    flex: 1 1 auto;
}

.ds-checkout-info-payments-visa-inner .payment-option-box,
.ds--radio-box .payment-option-box {
    transition: 0.2s ease;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    appearance: none;
    border-radius: 3px;
    border: 1px solid #eef3f7;
    box-shadow: none !important;
    background-color: #fff;
    outline: 0 !important;
    margin-bottom: 10px;
}

.ds-checkout-info-payments-visa-inner .payment-option-box img,
.ds--radio-box .payment-option-box img {
    height: auto;
    width: 64px;
}

.ds-checkout-info-payments-visa-inner .payment-option-box label,
.ds--radio-box .payment-option-box label {
    padding: 0.775rem 1rem;
    cursor: pointer;
}

.ds--radio-box .payment-option-box .payment-company,
.ds--radio-box .payment-option-box label,
.ds-checkout-info-payments-visa-inner .payment-option-box .payment-company,
.ds-checkout-info-payments-visa-inner .payment-option-box label {
    display: flex;
    gap: 15px;
    align-items: center;
}

.locationLabel {
    border-radius: 0.95rem !important;
    border: 1px dashed #e1e3ea !important;
    text-align: center !important;
    background: #fff !important;
    padding: 24px !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.locationLabel::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.06;
    background: transparent !important;
    transition: color 0.15s ease-in-out, background 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.store-location-title {
    display: flex !important;
    justify-content: space-between !important;
    font-size: 13px !important;
    font-weight: bold !important;
    padding: 0 10px !important;
}

.locationRadio:checked + .locationLabel {
    border: 1px dashed var(--primary) !important;
}

.locationRadio:checked + .locationLabel::before {
    background: var(--primary) !important;
}

.locationRadio:checked + .locationLabel .store-location-title {
    color: var(--primary) !important;
}

div#addToCart-modal-body div.ds--single-product-content {
    height: 161px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    margin-bottom: 15px;
}

div#addToCart-modal-body div.ds--single-product-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background-color: rgba(0, 0, 0, 0.04);
}

div#addToCart-modal-body
    div.ds--single-product-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--primary);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.popup-wallet-number.show {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ds--close-btn-mod {
    position: absolute;
    right: 25px;
    border-radius: 8px;
    background-color: #f4f4f4;
    width: 32px;
    height: 32px;
    color: #707070;
    cursor: pointer !important;
    z-index: 5555;
}

.c-preloader {
    width: 50px; /* control the size */
    margin: auto;
    aspect-ratio: 1;
    display: grid;
    -webkit-mask: conic-gradient(from 15deg, #0003, #000);
    mask: conic-gradient(from 15deg, #0003, #000);
    animation: load 1s steps(12) infinite;
}

.c-preloader,
.c-preloader:before,
.c-preloader:after {
    background: radial-gradient(
                closest-side at 50% 12.5%,
                currentColor 90%,
                #0000 98%
            )
            50% 0/20% 80% repeat-y,
        radial-gradient(closest-side at 12.5% 50%, currentColor 90%, #0000 98%)
            0 50%/80% 20% repeat-x;
}

.c-preloader:before,
.c-preloader:after {
    content: "";
    grid-area: 1/1;
    transform: rotate(30deg);
}

.c-preloader:after {
    transform: rotate(60deg);
}

.oval-preloader {
    width: 38px; /* control the size */
    margin: auto;
}

div#size_guide {
    overflow-y: auto;
}

@media (max-width: 990px) {
    body.modal-open {
        overflow: hidden !important;
    }

    div.modal div.modal-dialog {
        padding: 0 !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }

    div.modal-content {
        height: 100% !important;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
    }

    div.modal-body,
    div.modal-body.p-4 {
        padding: 0 !important;
    }

    div.col-lg-6 div.p-3 {
        padding: 32px 0 0 0 !important;
    }

    a.ds--n-btn-c span.d-none,
    button.ds--n-btn-c span.d-none {
        display: block !important;
    }
}

.aiz-cookie-alert {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 300px;
    z-index: 1070;
    display: none;
}

.aiz-cookie-alert.shadow-xl.show {
    display: block;
}

.ds--menu-sub {
    padding-left: 10px;
}

html[dir="rtl"] .ds--menu-sub {
    padding-right: 10px;
    padding-left: unset;
}

html[dir="rtl"] .ds--topBar .ds--topBar-change-skin {
    direction: ltr !important;
}

html[dir="rtl"]
    .ds--mob-menu-overlay
    .ds--menu-item.ds--menu-has-dropdown
    .ds--menu-item-toggle {
    left: 0;
    right: unset;
}

html[dir="rtl"] .ds--toggle-cat-popup {
    left: unset;
    right: 100%;
}

main.ds--main div.card-body div.pad-top ul.list-group {
    margin: 0 !important;
}

main.ds--main div.card-body div.pad-top ul.list-group li.list-group-item {
    margin: 24px 0 0 !important;
    padding: 24px 0 0 !important;
    border: 0 none !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

main.ds--main div.card-body div.pad-top ul.list-group li.list-group-item p {
    margin: 0 !important;
}

.ds--cookie {
    position: fixed;
    z-index: 2147483645;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(11, 34, 57, 0.96) !important;
    max-width: 100%;
    display: block !important;
    transform: translateY(100%) !important;
    transition: transform 0.6s ease-in !important;
}

.ds--cookie.show {
    transform: translateY(0) !important;
}

.ds--cookie-inner {
    display: flex;
    padding: 1.5em 0;
    color: #fff;
    max-width: 1140px;
    margin: 0 auto;
    gap: 20px;
}

.ds--cookie-text {
    flex: 1;
    font-size: 0.813em;
    line-height: 1.5;
}

.ds--cookie-action {
    flex: 1;
    max-width: 160px;
}

.ds--cookie-action button {
    width: 100%;
    min-height: 44px;
    font-size: 13px;
}

@media (max-width: 990px) {
    .ds--cookie-inner {
        flex-direction: column;
        text-align: center;
        padding: 1.5em;
    }

    .ds--cookie-action {
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .ds--cookie-action button {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
}

.swiper-button-lock {
    display: none !important;
}

html[dir="rtl"] .ds--slider-td-img {
    right: unset;
    left: 0;
}

html[dir="rtl"] .ds--pro-box-title-navigation {
    direction: ltr !important;
}

@media (min-width: 1099px) {
    html[dir="rtl"]
        .ds--slider
        .swiper-slide.ds--slider-td
        .ds--slider-container-inner
        .ds--slider-play {
        right: unset;
        left: -40px;
    }
}

.swiper-slide .ds--pro-title {
    min-height: 52px;
    word-break: break-word;
    margin-bottom: 15px;
}

.ds--pro-box.ds--pro-box-full-border .ds--pro-card {
    height: auto;
}


.ds--pro-card.global-cart .ds--pro-card-content.has-rating.has-btn-add-cart {
    margin: 0 auto 100px;
}
.ds--pro-card.global-cart .ds--pro-card-content.has-rating:not(.has-btn-add-cart) {
    margin: 0 auto 35px;
}
.ds--pro-card.global-cart .ds--pro-card-content.has-btn-add-cart:not(.has-rating) {
    margin: 0 auto 80px;
}
.ds--pro-card.global-cart .ds--pro-card-content {
    padding: 15px !important;
    padding-top: 10px !important;
}
.ds--pro-card.global-cart .ds--pro-card-content .ds--pro-bottom-content {
    position: absolute;
    bottom: 62px;
    width: 100%;
}
.ds--pro-card.global-cart .ds--pro-card-content:not(.has-btn-add-cart) .ds--pro-bottom-content {
    bottom: 10px;
}



.ds--pro-card.module-3 .ds--pro-card-content .ds--pro-meta-rating {
    justify-content: center;
    width: 100%;
    position: relative;
    top: -3px;
    height: 15px;
}
.ds--pro-card.module-3 .ds--pro-card-content.has-category .ds--pro-meta-rating {
    justify-content: end;
    top: 16px;
    height: 0;
}



.ds--pro-card.module-6 .ds--pro-card-content .ds--pro-title {
    margin-bottom: 20px;
}
.ds--pro-card.module-6 .ds--pro-card-content.has-rating.has-btn-add-cart {
    padding-bottom: 135px;
}
.ds--pro-card.module-6 .ds--pro-card-content.has-rating:not(.has-btn-add-cart) {
    padding-bottom: 125px;
}
.ds--pro-card.module-6 .ds--pro-card-content.has-btn-add-cart:not(.has-rating) {
    padding-bottom: 110px;
}

.ds--pro-card.module-6 .ds--pro-card-content .ds--pro-bottom-content {
    position: absolute;
    bottom: 62px;
    width: 100%;
}
.ds--pro-card.module-6 .ds--pro-card-content:not(.has-btn-add-cart) .ds--pro-bottom-content {
    bottom: 10px;
}
.ds--pro-card.module-6 .ds--pro-card-content .ds--pro-add-to-cart-section {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ds--pro-card.module-6 .ds--pro-card-content .ds--pro-add-to-cart-section .ds--pro-add-tocart {
    position: static;
}





.ds-module-item-cat-4,
.ds-module-item-cat-6 {
    height: auto;
}

.ds-module-item-cat-4 .ds-module-thumb,
.ds-module-item-cat-6 .ds-module-thumb {
    height: 80% !important;
    display: flex;
    align-items: center;
}

.ds--sale-card .ds--sale-card-content .--title {
    height: 62px;
}

.ds--sale-card .ds--sale-card-content .--desc {
    min-height: 24px;
}

.ds--pro-box-title h3 {
    line-height: 1.775;
}

table[border="1"] td,
table[border="1"] th {
    border: 3px solid black;
}

table[cellpadding="5"] td,
table[cellpadding="5"] th {
    padding: 5px;
}

table[cellpadding="4"] td,
table[cellpadding="4"] th {
    padding: 4px;
}

table[cellpadding="3"] td,
table[cellpadding="3"] th {
    padding: 3px;
}

table[cellpadding="2"] td,
table[cellpadding="2"] th {
    padding: 2px;
}

table[cellpadding="1"] td,
table[cellpadding="1"] th {
    padding: 1px;
}

.ds--slider-image {
    background-position: center center !important;
}

.ds--pro-box-title.ds--pro-box-title-8 {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.ds--pro-box-sub-title {
    opacity: 0.6;
}

.ds--header-social-outline a {
    --topbar-color: #999999;
    background-color: transparent !important;
    border-radius: 100px !important;
    color: var(--topbar-color);
    fill: var(--topbar-color);
    border: 1px solid var(--topbar-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.ds--header-social-outline a:hover {
    border-color: #fff !important;
    color: #fff !important;
    fill: #fff !important;
}

.ds--pro-new-footer {
    --border-color-base: #ebebeb;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--border-color-base);
    margin-top: 15px;
    padding-top: 1rem;
}

.ds--pro-new-footer .__left a {
    display: flex;
    align-items: center;
}

.ds--pro-new-footer .__right .ds-icon {
    font-size: 15px;
}
.ds--pro-new-footer .__left .ds-icon {
    font-size: 22px;
}

.ds--pro-new-footer .__right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ds--pro-new-footer .__right > div {
    cursor: pointer;
    display: flex;
    align-items: center;
}

a.ds--socialWhatsapp::before {
    content: "\f232";
}
a.ds--socialLinkedin::before {
    content: "\e81f";
}

@media screen and (max-width: 990px) {
    /* .ds--mob-logo img {
        width: unset !important;
    } */
    .ds--mob-menu-socail {
        bottom: 10vh;
    }
}

.ds--header-compare-btn {
    display: flex;
    cursor: pointer;
    position: relative;
}

.ds--header-compare-btn small {
    color: var(--secondary-text);
}

.ds--header-compare-btn::before {
    content: "\e936";
    font-family: "dashop" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 21px;
    line-height: 1;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ds--header-wishlist-btn {
    display: flex;
    cursor: pointer;
    position: relative;
}

.ds--header-wishlist-btn small {
    color: var(--secondary-text);
}

.ds--header-wishlist-btn::before {
    content: "\e046";
    font-family: "dashop" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 21px;
    line-height: 1;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ds--mob-wishlist-action {
    grid-row: 1;
    grid-column: 7;
    position: relative;
}

.ds--mob-compare-action {
    grid-row: 1;
    grid-column: 6;
    position: relative;
}

/* search */
.ds--header-search-form {
    position: relative;
}
.ds--header-search-dropdown {
    opacity: 0;
    pointer-events: none;

    transition: 150ms ease-in-out opacity;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 0;
    background-color: var(--bs-white);
}
.ds--header-search-dropdown.show {
    opacity: 1;
    pointer-events: all;
    z-index: 90;
}
.ds--header-search-dropdown .list-label {
    font-size: 14px;
    font-weight: 500;
    text-align: start !important;
}
.ds--header-search-dropdown .list-group-item {
    transition: 150ms ease-in-out background-color;
}
.ds--header-search-dropdown .search-product img {
    display: block;
    object-fit: contain;
    min-width: 1px;
    padding: 0;
}
.ds--header-search-dropdown .product-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 150ms ease-in-out color;
}
.ds--header-search-dropdown .list-group-item a {
    cursor: pointer;
    display: block;
    width: 100%;
}

/* theme {ds--header-logo-center} */
.ds--header-logo-center .ds--header-search-dropdown {
    top: 100%;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.ds--header-logo-center
    .ds--header-search-input.loading
    ~ .ds--header-search-submit
    .ds-icon {
    --size: 18px;
    border: 2px solid var(--primary);
}
@media (min-width: 991px) {
    .ds--header-logo-center .ds--header-search-dropdown {
        width: 500px;
    }
}

.ds--header-logo-center .ds--header-search-dropdown .list-label {
    background-color: rgba(0, 0, 0, 0.125);
    font-size: 14px;
    font-weight: 500;
}
.ds--header-logo-center .ds--header-search-dropdown .list-group {
    border-radius: 0;
}
.ds--header-logo-center .ds--header-search-dropdown .list-group-item {
    border: 0;
    padding-inline-start: 8px !important;
}
.ds--header-logo-center .ds--header-search-dropdown .list-group-item:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

.ds--header-logo-center .ds--header-search-dropdown .search-product img {
    --size: 50px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    margin-inline-end: 8px !important;
}

/* theme {ds--header-right-area} */
.ds--header-right-area .ds--header-search-dropdown {
    top: calc(100% + 5px);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.125);
    overflow: hidden;
}
.ds--header-right-area .ds--header-search-dropdown .list-label {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px !important;
    background-color: var(--primary);
    color: #fff !important;
}
.ds--header-right-area .ds--header-search-dropdown .list-group {
    border-radius: 0;
}
.ds--header-right-area .ds--header-search-dropdown .list-group-item {
    border: 0;
    padding-inline-start: 8px;
}
.ds--header-right-area .ds--header-search-dropdown .list-group-item img {
    --size: 76px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    margin-inline-end: 10px;
}
.ds--header-right-area .ds--header-search-dropdown .list-group-item:hover {
    background-color: #f7f7f7;
}
.ds--header-right-area
    .ds--header-search-dropdown
    .list-group-item:hover
    .product-name {
    color: var(--primary);
}

/* shared styling */
@media (min-width: 1200px) {
    .container--fixed {
        max-width: 1170px;
    }
}

.ds--header-search-dropdown .search-product .overflow--hidden {
    overflow: hidden;
}
.ds--header-search-input.loading ~ .ds--header-search-submit .ds-icon {
    --size: 20px;
    display: block;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    border-radius: 9999px;
    background-color: transparent;
    border: 3px solid var(--primary);
    border-top-color: transparent !important;
    animation: spin 750ms linear infinite;
}

.ds--header-search-input.loading ~ .ds--header-search-submit .ds-icon:before {
    content: "";
}

.ds--header-overlay
    .ds--header-search-input.loading
    ~ .ds--header-search-submit
    .ds-icon {
    --size: 35px;
    border: 5px solid var(--bs-white);
}
.ds--header-overlay .ds--header-search-dropdown.show {
    max-height: calc(50vh - 90px);
    overflow-y: auto;
}
.ds--header-overlay .ds--header-search-dropdown .list-label {
    background: var(--bs-gray-200);
}
.ds--header-overlay .ds--header-search-dropdown .list-group {
    border-radius: 0;
}
.ds--header-overlay .ds--header-search-dropdown .list-group-item {
    border: 0;
    padding-inline-start: 12px;
}
.ds--header-overlay .ds--header-search-dropdown .list-group-item:hover {
    background-color: #eef3f7;
}
.ds--header-overlay
    .ds--header-search-dropdown
    .list-group-item:hover
    .product-title {
    color: var(--primary);
}
.ds--header-overlay .ds--header-search-dropdown .search-product img {
    --size: 60px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    margin-inline-end: 12px;
}

/* header dropdowns */
.ds--menu-langCurrency {
    height: 100%;
    padding-inline: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.ds--topBar-langChange,
.ds--topBar-currencyChange {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.ds--topBar-langChange > a,
.ds--topBar-currencyChange > a {
    display: flex;
    align-items: center;
    gap: 7px;
}
.type2 .ds--topBar-langChange > a,
.type2 .ds--topBar-currencyChange > a {
    font-weight: 500;
    font-size: 15px;
}
.ds--topBar-langChange > a:after,
.ds--topBar-currencyChange > a:after {
    content: "";
    font-family: "dashop" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 100%;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    opacity: 0.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ds--topBar-langChange .ds--topBar-dropdown,
.ds--topBar-currencyChange .ds--topBar-dropdown {
    display: none;

    position: absolute;
    top: 100%;
    inset-inline-end: 0;
    z-index: 100;
    background-color: var(--bs-white);
    box-shadow: none;
    margin-top: -4px;
    border-top: 4px solid var(--primary);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    width: 190px;
    animation: fadeIn 0.3s ease 1;
}
.ds--topBar-currencyChange .ds--topBar-dropdown {
    width: 250px;
}

.ds--topBar-langChange:hover .ds--topBar-dropdown,
.ds--topBar-currencyChange:hover .ds--topBar-dropdown {
    display: block;
}
.ds--topBar-langChange .ds--topBar-langChange-item,
.ds--topBar-currencyChange .ds--topBar-currencyChange-item {
    padding: 7px 30px;
    transition: 150ms ease-in-out background-color, 150ms ease-in-out color;
    display: block;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.ds--topBar-langChange .ds--topBar-langChange-item:hover,
.ds--topBar-currencyChange .ds--topBar-currencyChange-item:hover {
    background-color: #eef3f7;
    color: var(--primary);
    text-decoration: underline;
}

.ds--topBar .ds--topBar-inner .ds--topBar-start-area,
.ds--topBar .ds--topBar-inner .ds--topBar-center-area,
.ds--topBar .ds--topBar-inner .ds--topBar-end-area {
    display: flex;
    align-items: center;
}

.ds--topBar.area_count_1 .ds--topBar-inner .ds--topBar-start-area,
.ds--topBar.area_count_1 .ds--topBar-inner .ds--topBar-center-area,
.ds--topBar.area_count_1 .ds--topBar-inner .ds--topBar-end-area {
    width: 100%;
}

.ds--topBar.area_count_2 .ds--topBar-inner .ds--topBar-start-area,
.ds--topBar.area_count_2 .ds--topBar-inner .ds--topBar-center-area,
.ds--topBar.area_count_2 .ds--topBar-inner .ds--topBar-end-area {
    width: 50%;
}

.ds--topBar.area_count_3 .ds--topBar-inner .ds--topBar-start-area,
.ds--topBar.area_count_3 .ds--topBar-inner .ds--topBar-center-area,
.ds--topBar.area_count_3 .ds--topBar-inner .ds--topBar-end-area {
    width: 33.33333%;
}


.ds--topBar .ds--topBar-inner .ds--topBar-start-area > *,
.ds--topBar .ds--topBar-inner .ds--topBar-center-area > *,
.ds--topBar .ds--topBar-inner .ds--topBar-end-area > * {
    margin-left: 8px;
    margin-right: 8px;
}


/* cookies comp */
.cookies {
    width: 100%;
    background-color: var(--bg-color);
    color: var(--text-color);
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    z-index: 999;
}
.cookies.show {
    animation: slideUp 1s ease 3s forwards;
}

.cookies .cookies__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    padding: 15px 0;
}

.cookies__content {
    display: flex;
    align-items: center;
    gap: 15px;
    color: inherit;
    text-align: center;
}
.cookies__content .icon {
    --size: 32px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    object-fit: contain;
    display: none;
    padding: 0;
}
.cookies__content .title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}
.cookies__content .desc {
    font-size: 15px;
    line-height: normal;
    opacity: 0.6;
}

.cookies__actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
.cookies__content,
.cookies__actions {
    padding-inline: 15px;
    width: 100%;
}
.cookies__actions .action {
    border: 1px solid var(--text-color);
    text-align: center;
    background-color: transparent;
    color: var(--text-color);
    padding: 8px 16px;
    border-radius: 4px;
    transition: 150ms ease-in-out background-color, 150ms ease-in-out color;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
}
.cookies__actions .action:hover {
    background-color: var(--text-color);
    color: var(--bg-color);
}
.cookies__actions .action--fill {
    border: 1px solid var(--text-color);
    background-color: var(--text-color);
    color: var(--bg-color);
}
.cookies__actions .action--fill:hover {
    background-color: transparent;
    color: var(--text-color);
}

@media (min-width: 30em) {
    .cookies__actions {
        flex-direction: row;
        gap: 20px;
    }
    .cookies__actions .action {
        width: auto;
    }
}
@media (min-width: 48em) {
    .cookies .cookies__wrapper {
        flex-direction: row;
        gap: 0;
    }
    .cookies__content {
        text-align: start;
    }
    .cookies__content,
    .cookies__actions {
        width: auto;
    }
}
@media (min-width: 62em) {
    .cookies__content .icon {
        display: block;
    }
}

/* newsletter popup */
.newsletter-model {
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.newsletter-model.show {
    z-index: 3000;
    display: block;
    animation: fadeIn 0.5s ease 1;
}
.newsletter-model,
.newsletter-model-visibale:before {
    position: fixed;
    background-color: rgba(38, 38, 38, 0.7);
    left: 0;
}
.newsletter-model .model-inner,
.welcome-popup-main .popup-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
}
.newsletter-model .model-inner .model-box {
    max-width: 600px;
    background-color: var(--bs-white);
    padding: 0;
    /* padding-top: 40px !important; */
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    max-height: 100%;
    overflow: auto;
    border-radius: 8px;
}
.newsletter-model .model-inner .model-media {
    /* display: none; */
    pointer-events: none;
    aspect-ratio: 345/193;
}
.newsletter-model .model-inner .model-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsletter-model .model-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    content: "\f00d";
    font-size: 22px;
    color: var(--bs-body-color);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    z-index: 11;
}
.newsletter-model .model-content {
    padding: 30px;
    text-align: center;
}

.newsletter-model .model-content h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
}

.newsletter-model .model-content p {
    font-size: 18px;
    line-height: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 20px;
    opacity: 0.6;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.position-relative {
    position: relative !important;
}
.newsletter-model .input-group {
    border-radius: 5px;
    overflow: hidden;
}
.newsletter-model .newsletter-form input {
    color: inherit;
    font-weight: 400;
    border: 1px solid #e4e6ef;
    padding: 8px 18px;
    width: 100%;
    margin: 0 0 15px;
    max-width: 100%;
    resize: none;
    outline: 0;
    background-color: transparent;
    height: 50px;
    border-radius: 5px;
    transition: 0.2s ease-in-out !important;
    padding: 8px 15px;
}
.input-group .btn {
    z-index: 2;
    border-radius: 4px;
}
.newsletter-model .newsletter-form button {
    background-color: var(--primary);
    color: var(--bs-white);
    padding: 13px 18px;
    border: 0;
    height: 100%;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 5px !important;
    width: 100%;
}
.newsletter-model .newsletter-form button:hover,
.newsletter-model .newsletter-form button:active {
    background: var(--secondary);
    color: var(--bs-white);
}
.newsletter-model .model-bottom {
    font-size: 14px;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.newsletter-model .model-bottom input {
    width: auto;
    height: auto;
    margin: 3px 8px 0 0;
    padding: 0;
}
.newsletter-model .model-bottom label {
    line-height: normal;
    display: inline-block;
    opacity: 0.6;
}

@media (min-width: 48em) {
    .newsletter-model .model-inner .model-box {
        padding-top: 0 !important;
    }
    .newsletter-model .model-inner .model-media {
        display: block;
        aspect-ratio: 25/14;
        width: 100%;
        overflow: hidden;
    }
    .newsletter-model .model-content {
        padding: 50px 78px;
    }
    .newsletter-model .model-content h3 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .cart-notification .cart-title h6,
    .newsletter-model .model-content h3 {
        letter-spacing: -0.5px;
    }
    .newsletter-model .model-content p {
        margin-bottom: 30px;
    }
    .newsletter-model .newsletter-form input {
        padding-right: 185px;
        padding-left: 25px;
        height: 59px;
    }
    .newsletter-model .newsletter-form button {
        position: absolute;
        right: 0;
        top: 0;
        background-color: var(--primary);
        color: var(--bs-white);
        padding: 10px 30px;
        border: 0;
        height: 100%;
        text-transform: uppercase;
        margin-top: 0;
        width: auto;
    }
    .newsletter-model .model-bottom {
        margin-top: 25px;
    }
    .newsletter-model
        .input-group
        > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
            .valid-feedback
        ):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: calc(1px * -1);
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

/* sections (13) */
.products-list-module13-wrap .ds--pro-box-wrapper {
    overflow: visible;
}
.products-list-module13-wrap .ds--pro-cards {
    --repeat: var(--count-in-row-mobile, 2);
    --gap-x: 30px;

    display: grid;
    grid-template-columns: repeat(var(--repeat), minmax(0, 1fr));
    gap: var(--gap-x) 0;
    max-width: 100%;
}
@media (min-width: 48em) {
    .products-list-module13-wrap .ds--pro-cards {
        --repeat: 3;
        --gap-x: 40px;
    }
}
@media (min-width: 62em) {
    .products-list-module13-wrap .ds--pro-cards {
        --repeat: 4;
        --gap-x: 30px;
    }
}
@media (min-width: 75em) {
    .products-list-module13-wrap .ds--pro-cards {
        --repeat: var(--count-in-row);
    }
}
.products-list-module13-wrap .ds--pro-card {
    padding-inline: 7.5px;
    background-color: transparent;
}
.products-list-module13-wrap .ds--pro-box-wrapper {
    margin-inline: -7.5px;
}
@media (min-width: 48em) {
    .products-list-module13-wrap .ds--pro-card {
        padding-inline: 15px;
    }
    .products-list-module13-wrap .ds--pro-box-wrapper {
        margin-inline: 0;
    }
}

.products-list-module13-wrap .ds--custom-box-header {
    text-align: center;
    margin-bottom: 35px;
}
.products-list-module13-wrap .ds--custom-box-header .title,
.ds-section-blog-module8 .ds--pro-box-title {
    font-size: 30px !important;
    line-height: normal;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}
.products-list-module13-wrap .ds--custom-box-header .title h3,
.ds-section-blog-module8 .ds--pro-box-title h3 {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
.products-list-module13-wrap .ds--custom-box-header .subtitle,
.ds-section-blog-module8 .ds--pro-box-title .subtitle {
    font-size: 18px;
    color: var(--secondary-text);
    line-height: 32px;
}
.products-list-module13-wrap .ds--pro-card-img > a {
    padding-top: 0;
    aspect-ratio: 11/14;
}
.products-list-module13-wrap .ds--pro-card-img .--icon-actions {
    top: 10px;
    right: 10px;
    gap: 6px;
}
.products-list-module13-wrap .ds--pro-card-img .--icon-actions > div {
    --size: 34px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: var(--secondary);
}
.products-list-module13-wrap .ds--pro-card-img .--icon-actions > div:hover {
    background-color: var(--bs-white);
    color: var(--secondary);
}
.products-list-module13-wrap .ds--pro-card-img .--icon-actions > div .--ttip {
    display: none;
}
.products-list-module13-wrap .ds--pro-card-img .--icon-actions > div > span {
    --icon-size: 16px;
    font-size: var(--icon-size);
    line-height: var(--icon-size);
    display: inline-flex;
}
.products-list-module13-wrap .ds--pro-card-img img {
    background-color: #eaeaea;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products-list-module13-wrap .ds--pro-card-img .--bottom-label span {
    padding: 4px 9px !important;
    font-size: 10px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    min-width: 44px;
}
.products-list-module13-wrap .ds--pro-card-img .--bottom-label span.--sale {
    background-color: #16b36e;
}
.products-list-module13-wrap .ds--pro-card-img.label-top-left .--bottom-label {
    padding: 10px !important;
}
.products-list-module13-wrap .ds--pro-card .ds--pro-actions-hover {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.products-list-module13-wrap .ds--pro-box-wrapper,
.products-list-module13-wrap .ds--pro-card-img {
    overflow: visible;
}
.products-list-module13-wrap .ds--pro-actions-hover .action {
    background-color: var(--bs-white);
    color: var(--secondary);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: 0.3s background-color, 0.3s color;
    display: grid;
    place-items: center;
    border-inline-end: 1px solid rgba(0, 0, 0, 0.1);
    padding: 11px 5px !important;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    min-height: 40px;
}
.products-list-module13-wrap .ds--pro-actions-hover .action:last-child {
    border-inline-end: 0;
}
.products-list-module13-wrap .ds--pro-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
.products-list-module13-wrap .ds--pro-meta-price-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 8px;
}
.products-list-module13-wrap .ds--pro-meta-price {
    font-size: 17px;
    line-height: 26px;
}
.products-list-module13-wrap .ds--pro-meta-price .--discount,
.products-list-module13-wrap .ds--pro-meta-price .--price {
    color: var(--secondary-text) !important;
    font-weight: 400;
}

.products-list-module13-wrap .ds--pro-actions-hover .action .icon {
    display: inline-flex;
}

.products-list-module13-wrap .ds--pro-actions-hover .action .text-hover {
    display: none;
}
.products-list-module13-wrap .ds--pro-meta-rating {
    gap: 0;
}
.products-list-module13-wrap .ds--pro-meta-rating .ds-icon {
    color: #ffb800;
    font-size: 18px;
}
.products-list-module13-wrap .ds--pro-colors {
    margin-top: 10px;
}
.products-list-module13-wrap .ds--pro-colors > span span {
    --size: 20px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    border: 2px solid var(--bg-color);
    background-color: var(--bg-color);
    transition: 0.3s;
    position: relative;
}
.products-list-module13-wrap .ds--pro-colors > span span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid var(--bg-color);
    border-radius: inherit;
    transition: transform 0.3s;
    transform: scale(0.9);
}
.products-list-module13-wrap .ds--pro-colors > span span:hover,
.products-list-module13-wrap .ds--pro-colors > span span.active {
    border-color: var(--bs-white);
}
.products-list-module13-wrap .ds--pro-colors > span span:hover:before,
.products-list-module13-wrap .ds--pro-colors > span span.active:before {
    transform: scale(1.5);
}
.products-list-module13-wrap .ds--pro-colors > span.--active-color:hover,
.products-list-module13-wrap .ds--pro-colors > span:hover {
    background-color: transparent !important;
}
.products-list-module13-wrap .ds--pro-colors > span {
    padding: 0;
}
.products-list-module13-wrap .ds--pro-deal-box {
    position: absolute;
    bottom: 50px;
    left: 10px;
    width: calc(100% - 20px);
    background-color: var(--bs-white);
    transition-duration: 1s;
    z-index: 0;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.08);
}

@media (min-width: 62em) {
}
.products-list-module13-wrap .countdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
}
.products-list-module13-wrap .countdown__box {
    font-size: 11px;
    color: var(--secondary-text);
    line-height: 1;
    text-align: center;
    width: 100%;
}
.products-list-module13-wrap .countdown__box .number {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

@media (min-width: 36em) {
    .products-list-module13-wrap .ds--pro-card-img .--icon-actions > div {
        --size: 38px;
    }
    .products-list-module13-wrap .countdown__box .number {
        font-size: 22px;
    }
    .products-list-module13-wrap .countdown .divider:after {
        content: ":";
        font-size: 22px;
        color: var(--secondary-text);
        display: inline-block;
    }
}
@media (min-width: 48em) {
    .products-list-module13-wrap .ds--pro-card-img > a {
        aspect-ratio: 156/199;
    }
    .products-list-module13-wrap .ds--custom-box-header {
        margin-bottom: 50px;
    }
    .products-list-module13-wrap .ds--custom-box-header .title,
    .ds-section-blog-module8 .ds--pro-box-title {
        font-size: 45px !important;
    }

    .products-list-module13-wrap .ds--pro-card-img .--icon-actions {
        top: 15px;
        right: 15px;
    }
    .products-list-module13-wrap .ds--pro-title {
        line-height: 32px;
    }
    .products-list-module13-wrap
        .ds--pro-card-img.label-top-left
        .--bottom-label {
        padding: 15px !important;
    }

    .products-list-module13-wrap .ds--pro-card-img {
        overflow: hidden;
    }
}

@media (min-width: 75em) {
    .products-list-module13-wrap .ds--pro-card:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% + 30px);
        transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
        transform: scale(0.95) translateY(-15px);
        box-shadow: 0 8px 55px rgb(0, 0, 0, 0.15);
        z-index: -1;

        opacity: 0;
    }
    .products-list-module13-wrap .ds--pro-card:hover:before {
        opacity: 1;
        transform: scale(1) translateY(-15px);
    }

    .products-list-module13-wrap .ds--pro-card-img .--icon-actions {
        transform: translateX(100%);
        opacity: 0;
        transition: 0.3s transform, 0.3s opacity;
        gap: 8px;
        top: 17px;
        right: 17px;
    }
    .products-list-module13-wrap
        .ds--pro-card:hover
        .ds--pro-card-img
        .--icon-actions {
        transform: translateX(0%);
        opacity: 1;
    }
    .products-list-module13-wrap
        .ds--pro-card-img.label-top-left
        .--bottom-label {
        padding: 17px !important;
    }
    .products-list-module13-wrap .ds--pro-actions-hover .action .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transition: top 0.3s;
        transform: translate(-50%, -50%);
        display: inline-flex;
    }
    .products-list-module13-wrap .ds--pro-actions-hover .action:hover .icon {
        top: -20%;
    }

    .products-list-module13-wrap .ds--pro-actions-hover .action .text-hover {
        display: block;
        transform: translateY(200%);
        transition: transform 0.3s;
    }

    .products-list-module13-wrap
        .ds--pro-actions-hover
        .action:hover
        .text-hover {
        transform: translateY(0%);
    }

    .products-list-module13-wrap .ds--pro-card .ds--pro-actions-hover {
        position: absolute;
        bottom: -1px;
        left: -1px;
        width: calc(100% + 2px);
        border: 0;
        transform: translateY(100%);
        transition: transform 0.4s ease-in-out;
    }
    .products-list-module13-wrap .ds--pro-card:hover .ds--pro-actions-hover {
        transform: translateY(0%);
    }

    .products-list-module13-wrap .ds--pro-actions-hover .action {
        border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
        background-color: var(--secondary);
        color: var(--bs-white);
        min-height: 42px;
    }
    .products-list-module13-wrap .ds--pro-actions-hover .action:hover {
        background-color: var(--bs-white);
        color: var(--secondary);
    }
    .products-list-module13-wrap
        .ds--pro-card-img
        .--icon-actions
        > div:hover
        .--ttip {
        display: block;
        padding: 4px 12px;
        border-radius: 3px;
        font-size: 13px;
        line-height: 1.5;
        clip-path: unset;
        overflow: visible;
        right: 120%;
        background-color: var(--secondary);
        color: var(--bs-white);
    }
    .products-list-module13-wrap
        .ds--pro-card-img
        .--icon-actions
        > div:hover
        .--ttip:before {
        content: "";
        position: absolute;
        top: 50%;
        inset-inline-end: 0;
        transform: translate(100%, -50%);
        border: 5px solid transparent;
        border-inline-start-color: var(--secondary);
    }
    .products-list-module13-wrap .ds--pro-card-img .--icon-actions > div:hover {
        background-color: var(--secondary);
        color: var(--bs-white);
    }
    .products-list-module13-wrap
        .ds--pro-card-img
        .--icon-actions
        > div
        > span {
        --icon-size: 19px;
    }
    .products-list-module13-wrap .ds--pro-deal-box {
        bottom: 10px;
    }
    .products-list-module13-wrap .ds--pro-card:hover .ds--pro-deal-box {
        transform: translateY(calc(100% + 20px));
        opacity: 0;
        transition-duration: 0.4s;
    }
}

/* brands */
.ds--brands.module_7 {
    padding-top: 60px;
}
.ds--brands.module_7 .ds--brands-items-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 40px 0;
}
.ds--brands.module_7 .ds--brands-item {
    padding-inline: 15px;
}
.ds--brands.module_7 .ds--brands-item a figure {
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    max-height: 56px;
}
.ds--brands.module_7 .ds--brands-item a img {
    /* object-fit: none; */
    object-fit: contain;
    max-width: 100%;
    transition: 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    height: 100%;
    width: 100%;
}
.ds--brands.module_7 .ds--brands-item a:hover img {
    transform: translateY(-7px);
}
.ds--brands.module_7 .ds--brands-items .ds--brands-items-inner,
.ds--brands.module_7 .ds--brands-item a figure {
    overflow: visible !important;
}

@media (min-width: 48em) {
    .ds--brands.module_7 .ds--brands-items-inner {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0;
    }
}

/* cards */

/* :not(.ds--bg-gray) */
.ds--section.ds--section-cards {
    background-color: var(--bg-color, transparent);
}
.ds--section-module-8_blade .row {
    display: flex;
    align-items: center;
    justify-content: var(--justify-content, space-between);
    gap: var(--gap, 30px);
    flex-direction: column;
}
.ds--section-module-8_blade .row > * {
    width: auto !important;
    padding-inline: 0;
    /* flex: 1 1 auto; */
}

@media (min-width: 48em) {
    .ds--section-module-8_blade .row {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.ds--section-module-8_blade .ds--card-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
@media (max-width: 576px) {
    .ds--section-module-8_blade .ds--card-inner {
        display: flex;
        align-items: center !important;
        gap: 20px;
        flex-direction: column !important;
    }
}
.ds--section-module-8_blade.top-shape .ds--card .ds--card-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ds--section-module-8_blade.top-shape .ds--card .ds--card-title {
    justify-content: center;
}
.ds--section-module-8_blade .ds--card-icon {
    --size: 40px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
}
.ds--section-module-8_blade .ds--card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ds--section-module-8_blade .ds--card-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}
.ds--section-module-8_blade .ds--card-content {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: var(--secondary-text);
}

/* blogs */
.ds-section-blog-module8 .ds--section-slider-inner {
    --repeat: 1;
    display: grid;
    grid-template-columns: repeat(var(--repeat), minmax(0, 1fr));
    margin-top: 35px;
}
.ds--full-width .ds-section-blog-module8 .ds--section-slider-inner {
    /* padding-inline: 15px; */
    gap: 30px 0;
}

.ds--post-card-module8 {
    padding-inline: 15px;
    background-color: var(--bs-white);
    aspect-ratio: 360/420;
    position: relative;
}
/* .ds--page.ds--full-width .ds--post-card-module8 .ds--section-slider-inner {
    padding-inline: 5px;
} */
.ds--post-card-module8 .ds--post-card-inner {
    height: 100%;
}
.ds--post-card-module8 .ds--post-card-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ds--post-card-module8 .ds--post-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
    background-color: #eee;
}
.ds--post-card-module8 .ds--post-card-inner:hover .ds--post-card-thumb img {
    transform: scale(1.1);
    /* opacity: 0.7; */
}
.ds--post-card-module8 .ds--post-card-content {
    padding: 0 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
.ds--post-card-module8 .ds--post-card-content-inner {
    background-color: var(--bg-color, #ffffff);
    color: var(--text-color, #262626);
}
.ds--post-card-module8 .ds--post-card-main {
    padding: 20px 30px;
    text-align: center;
}
.ds--post-card-module8 .ds--post-card-meta {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 32px;
    opacity: 0.7;
    display: block;
    margin-bottom: 5px;
    transition: 0.3s ease-in-out opacity, 0.3s ease-in-out color;
}
.ds--post-card-module8 .ds--post-card-meta:hover {
    opacity: 1;
}
.ds--post-card-module8 .ds--post-card-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    margin: 0 !important;
}
.ds--post-card-module8 .ds--post-card-footer {
    background-color: var(--text-color, #262626);
    color: var(--bg-color, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.ds--post-card-module8 .ds--post-card-footer .separator {
    display: inline-block;
    margin-inline: 10px;
    color: inherit;
}

@media (min-width: 48em) {
    .ds-section-blog-module8 .ds--section-slider-inner {
        --repeat: 2;
        margin-top: 40px;
    }
    .ds--post-card-module8 .ds--post-card-content {
        padding: 0 25px 25px;
    }
}
@media (min-width: 62em) {
    .ds-section-blog-module8 .ds--section-slider-inner {
        --repeat: 3;
        margin-top: 50px;
    }
}

/* banners */
.ds--e3lannat-2col-new .ds--e3lann-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}
.ds--e3lannat-2col-new .ds--e3lann-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding-inline: calc(var(--bs-gutter-x) * 0.5);
}
.ds--e3lannat-2col-new .ds--e3lann-image a,
.ds--e3lannat-2col-new .ds--e3lann-image picture {
    width: 100%;
}
.ds--e3lannat-2col-new .ds--e3lann-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds--e3lannat-2col-new .ds--e3lann-image .side-text {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    transform-origin: center center;
    color: inherit;
    font-weight: 500;
    position: relative;
    margin-block: 15px;
    text-transform: uppercase;
}
.ds--e3lannat-2col-new .ds--e3lann-content {
    padding-inline: calc(var(--bs-gutter-x) * 0.5);
    text-align: center;
}
.ds--e3lannat-2col-new .ds--e3lann-content .title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}
.ds--e3lannat-2col-new .ds--e3lann-content .description {
    color: var(--secondary-text);
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
}
.ds--e3lannat-2col-new .ds--e3lann-content .action {
    background-color: var(--secondary);
    color: var(--bs-white);
    padding: 12px 24px;
    margin-top: 10px;
    border: 2px solid var(--secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: 0.3s ease-in-out color, 0.4s ease-in-out background-color;
}
.ds--e3lannat-2col-new .ds--e3lann-content .action:hover {
    background-color: var(--bs-white);
    color: var(--secondary);
}

@media (min-width: 36em) {
    .ds--e3lannat-2col-new .ds--e3lann-content .title {
        font-size: 34px;
        line-height: 37px;
    }
}
@media (min-width: 48em) {
    /* .ds--e3lannat-2col-new .ds--e3lann-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    } */

    .ds--e3lannat-2col-new .ds--e3lann-content .title {
        font-size: 38px;
        line-height: 42px;
    }
}
@media (min-width: 75em) {
    .ds--e3lannat-2col-new .ds--e3lann-wrapper {
        grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    }
    .ds--e3lannat-2col-new .ds--e3lann-image {
        display: flex;
        flex-direction: row;
        border-inline-end: 1px solid #e4e4e4;
        border-bottom: 0;
        padding-inline-end: 50px;
    }
    .ds--e3lannat-2col-new .ds--e3lann-image .side-text {
        margin-block: 0;
        letter-spacing: 2px;
        transform: rotate(-180deg);
        writing-mode: vertical-lr;
        right: -26px;
    }
    [dir="rtl"] .ds--e3lannat-2col-new .ds--e3lann-image .side-text {
        right: 26px;
    }
    .ds--e3lannat-2col-new .ds--e3lann-content {
        padding-inline-start: 50px;
        text-align: start;
    }
    .ds--e3lannat-2col-new .ds--e3lann-content .title {
        font-size: 55px;
        line-height: 1;
    }
}

/* e3lan 1col */
.ds--e3lannat-1col-new {
    /* background: var(--bg-image) no-repeat, center center/cover; */
    position: relative;
}
.ds--e3lannat-1col-new .ds--pro-box-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ds--e3lannat-1col-new .ds--pro-box-image picture,
.ds--e3lannat-1col-new .ds--pro-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ds--e3lannat-1col-new .ds--pro-box-content {
    color: var(--text-color);
    display: grid;
    place-items: center;
    text-align: center;
    min-height: 300px;
    padding-block: 50px;
}
.ds--e3lannat-1col-new .ds--pro-box-subtitle {
    color: var(--highlight-color);
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
}
.ds--e3lannat-1col-new .ds--pro-box-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
    justify-content: center;
}
.ds--e3lannat-1col-new .ds--pro-deal-box {
    margin-bottom: 30px;
}
.ds--e3lannat-1col-new .countdown {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 100%;
}
.ds--e3lannat-1col-new .countdown__box {
    padding-inline: 10px;
}
.ds--e3lannat-1col-new .divider {
    opacity: 0.5;
    color: inherit;
}
.ds--e3lannat-1col-new .divider:before {
    content: ":";
    color: inherit;
    display: inline-block;
}
.ds--e3lannat-1col-new .countdown__box .number,
.ds--e3lannat-1col-new .divider {
    font-size: 28px;
    font-weight: 500;
}
.ds--e3lannat-1col-new .countdown__box span {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.5;
}
.ds--e3lannat-1col-new .action {
    padding: 16px 32px;
    border: 2px solid var(--text-color) !important;
    background-color: var(--text-color);
    color: var(--dark, #000);
    transition: 0.3s ease-in-out;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}
.ds--e3lannat-1col-new .action:hover {
    background-color: transparent;
    color: var(--text-color);
}

@media (min-width: 36em) {
    .ds--e3lannat-1col-new .ds--pro-box-title,
    .ds--e3lannat-1col-new .divider {
        font-size: 34px;
        line-height: 37px;
    }
}
@media (min-width: 48em) {
    .ds--e3lannat-1col-new .ds--pro-box-content {
        padding-block: 60px;
    }
    .ds--e3lannat-1col-new .ds--pro-box-title,
    .ds--e3lannat-1col-new .divider {
        font-size: 38px;
        line-height: 42px;
    }
    .ds--e3lannat-1col-new .ds--pro-box-title {
        margin-bottom: 35px;
    }
    .ds--e3lannat-1col-new .countdown__box .number {
        font-size: 38px;
    }
}
@media (min-width: 62em) {
    .ds--e3lannat-1col-new .ds--pro-box-content {
        padding-block: 70px;
    }
    .ds--e3lannat-1col-new .countdown__box {
        padding-inline: 40px;
    }
}
@media (min-width: 75em) {
    .ds--e3lannat-1col-new .ds--pro-box-content {
        padding-block: 100px;
    }
    .ds--e3lannat-1col-new .ds--pro-box-subtitle {
        margin-bottom: 20px;
    }
    .ds--e3lannat-1col-new .ds--pro-box-title,
    .ds--e3lannat-1col-new .divider {
        font-size: 65px;
        line-height: 55px;
    }
    .ds--e3lannat-1col-new .ds--pro-box-title {
        margin-bottom: 55px;
    }
    .ds--e3lannat-1col-new .ds--pro-deal-box {
        margin-bottom: 45px;
    }
    .ds--e3lannat-1col-new .countdown__box .number {
        font-size: 44px;
        line-height: 1;
    }
}

/* (newsletter) */
.ds--newsletter.layout1 {
    margin-block: 30px;
}
.ds--newsletter.layout1 .ds--newsletter-form-inner button {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--bs-white);
}
.ds--newsletter.layout1 .ds--newsletter-form-inner button:hover {
    background-color: var(--primary);
    color: var(--secondary);
}
.ds--newsletter.layout1 .ds--newsletter-form-inner input {
    border-color: var(--secondary);
}
.ds--newsletter.layout1 .ds--newsletter-form-inner input:focus {
    border-color: var(--primary);
}
.ds--newsletter.layout2 {
    background-color: transparent;
    border-top: 0;
    text-align: center;
}
.ds--newsletter.layout2 .title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}
.ds--newsletter.layout2 .ds--newsletter-form {
    margin-top: 25px;
    margin-bottom: 50px;
}
.ds--newsletter.layout2 .ds--newsletter-form-inner {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
}
.ds--newsletter.layout2 .ds--newsletter-form input {
    padding: 13px 0;
    padding-inline-end: 110px;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    height: 52px;
    width: 100%;
    border-bottom: 1px solid var(--secondary);
    background-color: transparent;
}
.ds--newsletter.layout2 .ds--newsletter-form button {
    background-color: transparent;
    color: var(--secondary);
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 6px 0 !important;
    z-index: 4;
    min-height: 34px;
    width: auto;
    transition: 0.3s ease-in-out opacity;
    cursor: pointer;
}
.ds--newsletter.layout2 .ds--newsletter-form button:active {
    /* color: var(--secondary-text); */
    opacity: 0.6;
}

@media (min-width: 48em) {
    .ds--newsletter.layout2 .title {
        font-size: 31px;
        line-height: 1;
    }
    .ds--newsletter.layout2 .ds--newsletter-form {
        margin-bottom: 60px;
    }
}
@media (min-width: 62em) {
    .ds--newsletter.layout1 {
        margin-block: 48px;
    }
    .ds--newsletter.layout2 .title {
        font-size: 38px;
    }
    .ds--newsletter.layout2 .ds--newsletter-form {
        margin-bottom: 70px;
    }
}
@media (min-width: 75em) {
    .ds--newsletter.layout2 .title {
        font-size: 45px;
    }
    .ds--newsletter.layout2 .ds--newsletter-form {
        margin-bottom: 100px;
    }
}

/* grid boxes */
.ds--grid {
    padding-inline: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 48em) {
    .ds--grid {
        padding-inline: 20px;
    }
}
.ds--grid-card {
    padding-block: 10px;
    overflow: hidden;
    text-align: start;
}
@media (min-width: 48em) {
    .ds--grid-card {
        padding-inline: 10px;
    }
}
.ds--grid-card-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 15px;
    height: 100%;
    color: var(--text-color, #262626) !important;
    background-color: var(--bg-color, #fff) !important;
}
.ds--grid-card.type1,
.ds--grid-card.type3 {
    aspect-ratio: 1;
}
.ds--grid-card.type2 {
    aspect-ratio: 2/1;
}

.ds--grid-card.type1 {
    grid-column: auto / span 2;
    grid-row: auto / span 2;
}
.ds--grid-card.type2 {
    grid-column: auto / span 2;
    grid-row: auto / span 1;
}
.ds--grid-card.type3 {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
}

.ds--grid-card.left .ds--grid-card-wrapper {
    justify-content: flex-start;
}
.ds--grid-card.right .ds--grid-card-wrapper {
    justify-content: flex-end;
}
.ds--grid-card.center .ds--grid-card-wrapper {
    justify-content: center;
    text-align: center;
}
.ds--grid-card.center .ds--grid-content .action {
    margin-inline: auto;
}
.ds--grid-card .ds--grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ds--grid-card .ds--grid-image picture,
.ds--grid-card .ds--grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ds--grid-card .ds--grid-content .subheading {
    display: none;

    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: normal;
    pointer-events: none;
}
.ds--grid-card .ds--grid-content .heading {
    width: min-content;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 5px;
    pointer-events: none;
}
.ds--grid-card .ds--grid-content .action {
    display: block;
    margin-top: 10px;
    color: inherit !important;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    width: fit-content;
    transition: 0.3s ease-in-out;
    z-index: 10;
    position: relative;
    border-radius: 4px;
    color: var(--text-color, #262626);
    background-color: transparent;
    white-space: nowrap;
}
.ds--grid-card .ds--grid-content .action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--text-color, #262626);
    transition: 0.3s ease-in-out opacity;
    opacity: 0.15;
    border-radius: inherit;
}
.ds--grid-card .ds--grid-content .action:hover {
    background-color: var(--text-color, #262626);
    color: var(--bg-color, #fff) !important;
}
.ds--grid-card .ds--grid-content .action:hover:before {
    opacity: 1;
}
.ds--grid-card .overflow-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
}
.ds--grid-card .ds--grid-content {
    width: min-content;
    z-index: 20;
}

@media (min-width: 36em) {
    .ds--grid-card .ds--grid-card-wrapper {
        padding: 40px;
    }
    .ds--grid-card .ds--grid-content .subheading {
        display: block;
    }
    .ds--grid-card .ds--grid-content .heading {
        font-size: 50px;
    }
    .ds--grid-card .ds--grid-content .action {
        margin-top: 15px;
    }
}
@media (min-width: 48em) {
    .ds--grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "subUp subUp"
            "main main"
            "subDownStart subDownEnd";
    }
    .ds--grid-card .ds--grid-card-wrapper {
        padding: 10%;
    }
    .ds--grid-card .ds--grid-content .subheading {
        font-size: 15px;
        margin-bottom: 15px;
    }
}
@media (min-width: 62em) {
    .ds--grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-areas:
            "subUp subUp main main"
            "subDownStart subDownEnd main main";
    }
    .ds--grid-card .ds--grid-content .subheading {
        font-size: 13px;
    }
    .ds--grid-card .ds--grid-content .heading {
        font-size: 38px;
    }
}
@media (min-width: 75em) {
    .ds--grid-card .ds--grid-content .subheading {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .ds--grid-card .ds--grid-content .heading {
        font-size: 50px;
    }
    .ds--grid-card .ds--grid-content .action {
        margin-top: 17px;
    }
}

/* insta feed */
.ds--insta-feed {
    padding-top: 50px;
    overflow: hidden;
    max-width: 100%;
}
.ds--insta-feed .ds--slider .swiper-slide {
    height: auto;
}
.ds--insta-feed .ds--slider .swiper-slide::before {
    display: none;
}
.ds--insta-feed .insta-btn {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 20px 15px;
    background-color: var(--bs-white);
    border-radius: 4px;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    max-width: 100%;
}
.ds--insta-feed .insta-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    max-width: 100%;
    display: grid;
    place-items: center;
}
.ds--insta-feed .insta-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background-color: rgba(38, 38, 38, 0.7);
    transition: 0.3s ease-in-out;
}
.ds--insta-feed .insta-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ds--insta-feed .loading .insta-card-image {
    pointer-events: none;
    animation: blink 1s linear infinite;
}
.ds--insta-feed .loading .insta-card-image img {
    display: none;
}
.ds--insta-feed .insta-card-image picture,
.ds--insta-feed .insta-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    display: block;
}

.ds--insta-feed .insta-card-overlay {
    transform: translateY(15px);
    opacity: 0;
    transition: 0.5s;
    position: relative;
    z-index: 5;
    color: var(--bs-white);
}
.ds--insta-feed .insta-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.ds--insta-feed .insta-card:hover:after,
.ds--insta-feed .insta-card:hover .insta-card-overlay {
    opacity: 1;
}
.ds--insta-feed .insta-card:hover .insta-card-overlay {
    transform: translateY(0px);
}

@media (min-width: 48em) {
    .ds--insta-feed .insta-btn {
        padding: 15px 30px 20px;
    }
}
@media (min-width: 75em) {
    .ds--insta-feed .insta-btn {
        padding: 15px 30px;
    }
}

/* slider {fancy} */
.ds--slider-fancy {
    --text-color: var(--bs-white);
    --text-secondary-color: #9ca09f;
    color: var(--text-color);
    position: relative;
    overflow: hidden;
}
.ds--slider-fancy .swiper-slide.ds--slider-td .ds--slider-container-inner * {
    display: inline-block;
}
.ds--slider-fancy div.ds--slider-pagination {
    bottom: 30px !important;
    z-index: 10;
}
@media (min-width: 48em) {
    .ds--slider-fancy div.ds--slider-pagination {
        bottom: 48px !important;
    }
}
.ds--slider-fancy .swiper-slide::before {
    display: none;
}
.ds--slider-fancy.has-overlay .swiper-slide::before {
    display: block;
    z-index: 2;
}
.ds--slider-fancy .swiper-slide {
    min-height: 500px;
    height: 500px;
}

@media (min-width: 48em) {
    .ds--slider-fancy .swiper-slide {
        height: 600px;
    }
}
@media (min-width: 62em) {
    .ds--slider-fancy .swiper-slide {
        height: calc(100vh - var(--extra-height)) !important;
    }
}

.ds--slider-fancy .ds--slider-td-img {
    width: 100% !important;
}
.ds--slider-fancy .swiper-slide.ds--slider-td .ds--slider-container-inner {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    align-items: center;
    padding: 60px 15px;
}
.ds--slider-fancy .ds--slider-meta-sub-title {
    max-width: 100%;
    color: var(--text-secondary-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}
.ds--slider-fancy .ds--slider-meta-title a {
    display: block;
    max-width: min-content;
    font-size: 54px;
    margin-inline: auto;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 30px;
}
.ds--slider-fancy .ds--slider-meta-title a {
    text-decoration: none !important;
}
.ds--slider-fancy .action {
    border-radius: 4px;
    background-color: transparent;
    color: inherit;
    padding: 16px 32px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: 0.3s ease-in-out;
}
.ds--slider-fancy .action:hover {
    background-color: var(--text-color);
    border-color: var(--text-color);
    color: var(--secondary);
}
.ds--slider-fancy .action:active {
    background-color: transparent;
    color: var(--text-secondary-color);
}
.ds--slider-fancy .ds--slider-button-next,
.ds--slider-fancy .ds--slider-button-prev {
    display: none;

    border-radius: 9999px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-color);
    place-items: center;
    transition: 0.3s ease-in-out;
}
.ds--slider-fancy .ds--slider-button-prev {
    right: 40px;
}
.ds--slider-fancy .ds--slider-button-next {
    left: 40px;
}
[dir="rtl"] .ds--slider-fancy .ds--slider-button-prev {
    left: 40px;
    right: unset;
    transform: rotate(180deg);
}
[dir="rtl"] .ds--slider-fancy .ds--slider-button-next {
    right: 40px;
    left: unset;
    transform: rotate(180deg);
}
@media (min-width: 75em) {
    .ds--slider-fancy .ds--slider-button-next,
    .ds--slider-fancy .ds--slider-button-prev {
        display: grid;
    }
}
.ds--slider-fancy .ds--slider-button-next:hover,
.ds--slider-fancy .ds--slider-button-prev:hover {
    background-color: var(--text-color);
    color: var(--secondary);
}
.ds--slider-fancy .ds-slider-right:before,
.ds--slider-fancy .ds-slider-left:before {
    content: "";
    display: none;
}
[dir="rtl"] .ds--slider-fancy .action-icon {
    transform: rotate(180deg);
}
.ds--slider-fancy .ds--slider-pagination .swiper-pagination-bullet {
    --size: 8px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    background-color: var(--text-color);
    margin: 0 12px !important;
    opacity: 1;
    position: relative;
    transition: 0.3s ease-in-out background-color;
}
.ds--slider-fancy .ds--slider-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    --size: 23px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s ease-in-out opacity;
}
.ds--slider-fancy .ds--slider-pagination .swiper-pagination-bullet:hover,
.ds--slider-fancy .ds--slider-pagination .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.5);
}
.ds--slider-fancy
    .ds--slider-pagination
    .swiper-pagination-bullet-active:before,
.ds--slider-fancy
    .ds--slider-pagination
    .swiper-pagination-bullet:hover:before {
    opacity: 1;
}

.ds--slider-fancy .ds--slider-meta-sub-title,
.ds--slider-fancy .ds--slider-meta-title,
.ds--slider-fancy .action {
    opacity: 0;
}
.ds--slider-fancy .swiper-slide-active .ds--slider-meta-sub-title,
.ds--slider-fancy .swiper-slide-active .ds--slider-meta-title,
.ds--slider-fancy .swiper-slide-active .action {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.ds--slider-fancy .ds--slider-meta-sub-title {
    animation-delay: 0.2s;
}
.ds--slider-fancy .ds--slider-meta-title {
    animation-delay: 0.4s;
}
.ds--slider-fancy .action {
    animation-delay: 0.6s;
}
.magic-cursor-element {
    display: none;
}
@media (min-width: 48em) {
    .magic-cursor {
        cursor: none !important;
    }
    .magic-cursor-element {
        --size: 70px;
        width: var(--size);
        min-width: var(--size);
        height: var(--size);
        border-radius: var(--size);
        background-color: var(--primary);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: var(--bs-white);
        position: fixed;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
        transition: 0.3s ease-in-out opacity;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
    }
    .magic-cursor .magic-cursor-element {
        opacity: 1;
    }
}

@media (min-width: 36em) {
    .ds--slider-fancy .ds--slider-meta-sub-title {
        font-size: 22px;
        line-height: 34px;
    }
    .ds--slider-fancy .ds--slider-meta-title a {
        font-size: 62px;
        line-height: 53px;
    }
}

@media (min-width: 48em) {
    .ds--slider-fancy .ds--slider-meta-sub-title {
        margin-bottom: 15px;
    }
    .ds--slider-fancy .ds--slider-meta-title a {
        font-size: 90px;
        line-height: 70px;
        margin-bottom: 50px;
    }
}

@media (min-width: 62em) {
    .ds--slider-fancy .ds--slider-meta-title a {
        font-size: 100px;
        line-height: 80px;
    }
}

@media (min-width: 75em) {
    .ds--slider-fancy .ds--slider-meta-title a {
        font-size: 120px;
        line-height: 95px;
        letter-spacing: -3px;
    }
}

/* products slider nav */
.ds--slider-fancy .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
@media (max-width: 390px) {
    .ds--slider-fancy .ds--pro-box-title-view-all {
        display: none !important;
    }
}
@media (max-width: 990px) {
    .ds--pro-box-title h3::before,
    .ds--pro-box-title h3::after,
    .ds--pro-box-title h3 span::before,
    .ds--pro-box-title h3 span::after {
        display: none !important;
    }
    .ds--pro-box-title h3 {
        text-align: start;
    }
    .ds--pro-box-wrapper-navigation .ds--pro-box-button-next,
    .ds--pro-box-wrapper-navigation .ds--pro-box-button-prev {
        top: 0 !important;
        --size: 42px;
        width: var(--size);
        min-width: var(--size);
        height: var(--size);
        display: grid;
        place-items: center;
        line-height: normal;
    }
    .ds--pro-box-wrapper-navigation .ds--pro-box-button-next {
        left: auto;
        right: calc(var(--size) + 7px);
    }
    [dir="rtl"] .ds--pro-box-wrapper-navigation .ds--pro-box-button-next {
        right: auto;
        left: calc(var(--size) + 7px);
    }
    .ds--pro-box-title,
    .ds--pro-box-title h3,
    .ds--pro-box-title h3 span {
        justify-content: flex-start;
        padding-inline-start: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* topbar / topheader */
.ds--topBar.type2 {
    font-size: 15px;
    font-weight: 400;
    /* line-height: normal; */
    border-bottom: 1px solid #e4e4e4;
    height: auto;
    padding: 9px 0;
    height: 44px;
}
.type2 .ds--topBar-langCurrency .ds--topBar-currencyChange > a,
.type2 .ds--topBar-langCurrency .ds--topBar-langChange > a {
    font-weight: 500;
    height: auto;
}
.type2 .ds--topBar-langCurrency .ds--topBar-currencyChange > a::after,
.type2 .ds--topBar-langCurrency .ds--topBar-langChange > a::after {
    opacity: 1;
}
.type2 .ds--topBar-dropdown,
.type2 ~ .ds--mob-menu-overlay .ds--topBar-dropdown {
    padding: 5px !important;
    border-radius: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    /* border-top: 0; */
    width: max-content;
    min-width: 95px;
    animation: fade 0.2s;
    z-index: 99;
}
.type2
    ~ .ds--mob-menu-overlay
    .ds--mob-menu-langCurrency
    .ds--topBar-currencyChange:hover
    .ds--topBar-dropdown,
.type2
    ~ .ds--mob-menu-overlay
    .ds--mob-menu-langCurrency
    .ds--topBar-langChange:hover
    .ds--topBar-dropdown {
    /* bottom: 100%; */
    /* top: unset; */
}
.type2 .ds--topBar-contact-us {
    display: flex;
    align-items: center;
}

@media (min-width: 62em) {
    .type2 .ds--topBar-contact-us {
        gap: 10px;
    }
}
@media (min-width: 75em) {
    .type2 .ds--topBar-contact-us {
        gap: 20px;
    }
}
.type2 .ds--topBar-contact-us a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
.type2 .ds--topBar-contact-us .icon {
    display: inline-flex;
}
.type2 .ds--topBar-offer {
    color: var(--text-color, inherit);
}
.type2 .ds--topBar-offer a {
    font-weight: 500;
    border-bottom: 1px solid var(--text-color);
}
.type2 .ds--topBar-langChange .ds--topBar-langChange-item,
.type2 .ds--topBar-currencyChange .ds--topBar-currencyChange-item,
.type2
    ~ .ds--mob-menu-overlay
    .ds--topBar-langChange
    .ds--topBar-langChange-item,
.type2
    ~ .ds--mob-menu-overlay
    .ds--topBar-currencyChange
    .ds--topBar-currencyChange-item {
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    display: block;
    width: fit-content;
    margin-bottom: 5px;
    /* border-bottom: 1px solid transparent; */
    transition: 0.3s ease-in-out border-color;
    /* padding: 0; */
    height: auto;
}
.type2 .ds--topBar-langChange .ds--topBar-langChange-item:hover,
.type2 .ds--topBar-langChange .ds--topBar-langChange-item.active,
.type2 .ds--topBar-currencyChange .ds--topBar-currencyChange-item:hover,
.type2 .ds--topBar-currencyChange .ds--topBar-currencyChange-item.active,
.type2
    ~ .ds--mob-menu-overlay
    .ds--topBar-langChange
    .ds--topBar-langChange-item:hover,
.type2
    ~ .ds--mob-menu-overlay
    .ds--topBar-langChange
    .ds--topBar-langChange-item.active,
.type2
    ~ .ds--mob-menu-overlay
    .ds--topBar-currencyChange
    .ds--topBar-currencyChange-item:hover,
.type2
    ~ .ds--mob-menu-overlay
    .ds--topBar-currencyChange
    .ds--topBar-currencyChange-item.active {
    border-color: var(--text-color, #262626);
    background-color: transparent !important;
    /* color: var(--secondary, #262626); */
}
.type2 .ds--topBar-cartDropdown a::before,
.type2 .ds--topBar-dropdown a::before {
    display: none;
}

/* header (type2) */
.ds--page {
    overflow: unset !important;
}
.site-header.type2 {
    position: sticky;
    top: 0;
    z-index: 60;
}
@media (max-width: 990px) {
    .site-header.type2 .ds--mob-cart-count {
        display: none;
    }
    .site-header.type2 ~ .ds--mob-header .ds--mob-header-inner {
        grid-template-columns: minmax(0, 48px) 0 minmax(0, 1fr);
    }
    .site-header.type2 ~ .ds--mob-header .ds--mob-search-action,
    .site-header.type2 ~ .ds--mob-header .ds--mob-cart-action,
    .site-header.type2 ~ .ds--mob-header .ds--mob-compare-action,
    .site-header.type2 ~ .ds--mob-header .ds--mob-wishlist-action {
        padding-inline: 5px;
        margin-inline: 0 !important;
    }
    .site-header.type2 ~ .ds--mob-header .ds--mob-search-action svg,
    .site-header.type2 ~ .ds--mob-header .ds--mob-cart-action svg,
    .site-header.type2 ~ .ds--mob-header .ds--mob-compare-action svg,
    .site-header.type2 ~ .ds--mob-header .ds--mob-wishlist-action svg {
        --size: 21px;
        width: var(--size) !important;
        min-width: var(--size);
        height: var(--size) !important;
    }
    .site-header.type2 ~ .ds--mob-header .ds--mob-menu-action span,
    .site-header.type2 ~ .ds--mob-header .ds--mob-search-action span,
    .site-header.type2 ~ .ds--mob-header .ds--mob-cart-action span,
    .site-header.type2
        ~ .ds--mob-header
        .ds--mob-compare-action
        span:not(:first-child),
    .site-header.type2
        ~ .ds--mob-header
        .ds--mob-wishlist-action
        span:not(:first-child) {
        display: none !important;
    }
    .site-header.type2 ~ .ds--mob-menu-overlay {
        --mob-menu-w: 320px;
    }
    .site-header.type2 ~ .ds--mob-menu-overlay:before {
        content: "";
        background-color: var(--secondary, #000);
        opacity: 0.8;
        left: 0;
        top: 0;
        position: fixed;
        height: 100vh;
        width: 100%;
        display: none;
        /* cursor: pointer; */
        z-index: 9999;
    }
    .ds--mob-menu-open .site-header.type2 ~ .ds--mob-menu-overlay:before {
        display: block;
    }
    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-overlay-inner {
        background-color: #f7f7f7;
        padding-bottom: 65px;
        transition: 0.5s;
        opacity: 0;
        pointer-events: none;
        transform: none !important;
        left: 0;
        transform: translateX(calc(0px - var(--mob-menu-w, 320px))) !important;
        width: var(--mob-menu-w, 320px);
        /* max-width: 100%; */
        /* overflow: hidden; */
        height: 100vh !important;
        max-height: 100dvh;
    }
    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-langCurrency,
    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-nav {
        background-color: var(--bs-white, #fff);
    }
    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-overlay-inner
        .bg-gray {
        background-color: #f7f7f7;
    }

    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-nav {
        height: auto;
    }
    .ds--mob-menu-open
        .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-overlay-inner {
        opacity: 1;
        transform: translateX(0px) !important;
        pointer-events: all;
    }
    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-overlay-header {
        padding: 15px 20px;
        width: var(--mob-menu-w, 320px) !important;
        background-color: var(--secondary, #262626);
        color: var(--bs-white, #fff);
    }
    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-overlay-header
        button {
        color: inherit !important;
    }
    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-login {
        background-color: transparent;
    }

    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-heading {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }
    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-langCurrency
        .ds--topBar-currencyChange
        > a,
    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-langCurrency
        .ds--topBar-langChange
        > a {
        font-size: 15px;
        font-weight: 500;
        margin-inline-start: 5px;
    }
    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-nav
        .ds--menu-item
        a {
        padding: 15px 25px;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 5px;
        width: 100%;
    }
    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-socail,
    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-langCurrency {
        display: none !important;
    }
    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-contact,
    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-heading {
        display: block !important;
    }
    .site-header.type2 ~ .ds--mob-menu-overlay .ds--mob-menu-contact {
        font-size: 18px;
        line-height: 32px;
        padding: 25px;
    }
    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-contact
        .ds--mob-menu-title {
        font-size: inherit;
        line-height: inherit;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-contact
        .ds--mob-menu-list {
        list-style-type: none;
        color: var(--secondary-text, #808080);
        padding: 0;
        /* margin: 0; */
    }
    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-contact
        .ds--mob-menu-list
        .icon {
        margin-inline-end: 5px;
    }
    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-contact
        .ds--mob-menu-list
        a {
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        transition: 0.2s color;
    }

    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-langCurrency.ds--header-type-2 {
        display: flex !important;
        height: auto;
        padding: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    }
    .site-header.type2
        ~ .ds--mob-menu-overlay
        .ds--mob-menu-langCurrency.ds--header-type-2
        .ds--mob-menu-change-skin {
        display: none;
    }
}

.site-header.type2 .muted {
    color: #808080 !important;
    font-size: 16px;
    line-height: 20px;
}
.site-header.type2 .muted:hover {
    color: var(--text-color) !important;
}
.site-header.type2 .ds--header-components > div span:not(.ds--icon) {
    display: none;
}
.site-header.type2 .ds--header-components .ds--header-cart-btn::before {
    content: "";
    --size: 21px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 24 24" fill="none" stroke="%23262626" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shopping-bag"><path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"/><line x1="3" y1="6" x2="21" y2="6"/><path d="M16 10a4 4 0 0 1-8 0"/></svg>')
            no-repeat,
        center/contain;
}
.site-header.type2 .ds--header-cart-count {
    display: none !important;
}
.site-header.type2 .ds--header-cart-label {
    display: none !important;
}
@media (min-width: 75em) {
    .site-header.type2 .ds--header-cart-label {
        display: inline-flex !important;
    }
}
.site-header.type2 .ds--menu {
    gap: 32px;
}
.site-header.type2 .ds--menu > .ds--menu-item > .ds--menu-item-link {
    padding: 25px 0 !important;
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 20px;
    transition: 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}
.site-header.type2 .ds--menu > .ds--menu-item > .ds--menu-item-link:after {
    background-color: var(--secondary);
    content: "";
    display: flex !important;
    width: 100%;
    height: 2px;
    position: relative;
    bottom: -3px;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
    opacity: 1;
    margin: 0 !important;
}
.site-header.type2
    .ds--menu
    > .ds--menu-item
    > .ds--menu-item-link:hover:after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
/* .site-header.type2
    .ds--menu
    .ds--menu-item.ds--menu-has-dropdown
    > a.ds--menu-item-link::after {
    display: none !important;
} */
.site-header.type2
    .ds--menu
    .ds--menu-item.ds--menu-has-dropdown:hover
    > .ds--menu-sub {
    padding: 25px 0;
    box-shadow: 0 0 35px 0 rgb(0, 0, 0, 0.1);
    min-width: 200px;
}
.site-header.type2 .ds--menu-sub {
    list-style-type: none;
}
.site-header.type2
    .ds--menu
    .ds--menu-sub
    .ds--menu-item
    .ds--menu-item-link::before {
    display: none;
}
.site-header.type2 .ds--menu-sub .ds--menu-item-link {
    padding: 0 40px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: 0.2s ease-in-out color;
    color: var(--secondary-text) !important;
}
.site-header.type2 .ds--menu-sub .ds--menu-item-link:hover {
    color: var(--secondary) !important;
    /* color: var(--primary); */
}
.site-header.type2 .ds--header-cartDropdown {
    border-top: 0;
    box-shadow: 0 0 35px 0 rgb(0, 0, 0, 0.1);
}
.ds--header-cartDropdown {
    z-index: 500 !important;
}
.site-header.type2 .ds--header {
    padding: 0;
}

@media (min-width: 75em) {
    .site-header.type2 .ds--header-components > div span.ds--icon {
        display: inline-flex;
        margin-inline-end: 5px;
    }
    .site-header.type2 .ds--header-components > div a {
        display: flex;
        align-items: center;
        /* gap: 5px; */
    }
    .site-header.type2 .ds--header-components > div span:not(.ds--icon) {
        display: inline-flex;
    }
    .site-header.type2
        .ds--header-components
        > div
        span:not(.ds--icon, .ds-icon) {
        display: inline-flex;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
    }
    .site-header.type2 .ds--header .ds--header-components {
        padding-block: 25px;
    }
}

/* top footer */
/* .ds--footer-top-area {
    border-top: 0 !important;
}
.ds--footer-top-area .container {
    padding-block: 0 !important;
} */

/* footer (footer-wide-start-5c) */
.ds--site-footer {
    background-color: var(--bg-color);
    color: var(--text-color);
    overflow-x: hidden;
}
/* .ds--site-footer .container {
    padding-block: 0;
} */

/* .ds--site-footer .footer-wide-start-5c {
    padding-block: 40px 10px;
} */
.ds--site-footer .footer-wide-start-5c {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 30px;
}

.ds--site-footer .footer-wide-start-5c .footer-col {
    width: auto;
    padding-inline: calc(var(--bs-gutter-x) * 0.5);
}
.ds--widget-content .ds--footer-logo img {
    min-height: 70px;
    display: block;
}
.ds--site-footer .footer-wide-start-5c .ds--footer-logo img {
    margin-inline: auto;
}
.ds--site-footer .footer-wide-start-5c .ds--widget-content .ds--footer-logo {
    margin-bottom: 20px;
}
.ds--site-footer .footer-wide-start-5c .ds--widget-title {
    margin-bottom: 10px;
    color: var(--secondary) !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-transform: initial;
}
.ds--site-footer .footer-wide-start-5c .footer-col.widget1 {
    flex-basis: 100%;
    text-align: center;
    margin-block: 30px;
}
.ds--site-footer .footer-wide-start-5c .footer-col:not(.widget1) {
    flex-basis: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    .ds--site-footer .footer-wide-start-5c .ds--widget .icon {
        display: block !important;
        color: var(--secondary) !important;
        transition: transform 0.3s;
    }
    .ds--site-footer .footer-wide-start-5c .ds--widget.active .icon {
        transform: rotateX(180deg);
    }
    .ds--site-footer
        .footer-wide-start-5c
        .footer-col:not(.widget1)
        .ds--widget-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        cursor: pointer;
        margin-bottom: 0;
    }
    .ds--site-footer
        .footer-wide-start-5c
        .footer-col:not(.widget1)
        .ds--widget {
        border-bottom: 1px solid #e4e4e4;
        padding: 17px 0;
    }

    .ds--site-footer .footer-wide-start-5c .footer-col:last-child .ds--widget {
        border-bottom: 0;
    }
    .ds--site-footer
        .footer-wide-start-5c
        .footer-col:not(.widget1)
        .ds--widget-title
        * {
        pointer-events: none;
    }
    .ds--site-footer
        .footer-wide-start-5c
        .footer-col:not(.widget1)
        .ds--widget-list {
        max-height: 0px;
        padding-top: 0px;
        /* margin-top: 17px; */
        overflow: hidden;
        transition: 0.5s ease-in-out;
    }
    .ds--site-footer
        .footer-wide-start-5c
        .footer-col:not(.widget1)
        .ds--widget.active
        .ds--widget-list {
        padding-top: 17px;
        max-height: 500px;
    }
}

.ds--site-footer .footer-wide-start-5c .ds--footer-about-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}
.ds--site-footer .footer-wide-start-5c .ds--site-footer .small,
.ds--site-footer .footer-wide-start-5c small,
.ds--site-footer .footer-wide-start-5c span,
.ds--site-footer .footer-wide-start-5c a,
.ds--site-footer .footer-wide-start-5c div {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    transition: 0.3s ease-in-out color;
}
.ds--site-footer .footer-wide-start-5c .ds--widget .ds--item {
    padding-bottom: 5px;
    display: block;
}
.ds--site-footer .footer-wide-start-5c .ds--widget .ds--item strong {
    color: var(--secondary);
    font-weight: 500;
}
.ds--site-footer .footer-wide-start-5c a {
    transition: 0.3s ease-in-out color;
}
.ds--site-footer .footer-wide-start-5c a:hover {
    color: var(--secondary) !important;
}
.ds--site-footer .footer-wide-start-5c .ds--widget-list li {
    margin-bottom: 5px;
    display: block;
}

@media (min-width: 48em) {
    /* .ds--site-footer .footer-wide-start-5c {
        padding-block: 60px 30px;
    } */
    .ds--site-footer .footer-wide-start-5c {
        flex-direction: row;
        gap: 30px 0;
    }
    .ds--site-footer .footer-wide-start-5c .footer-col:not(.widget1) {
        flex-basis: 50%;
        width: 50%;
    }

    /* .ds--site-footer .footer-wide-start-5c .footer-col:first-child, */
}
@media (min-width: 62em) {
    /* .ds--site-footer .footer-wide-start-5c {
        padding-block: 60px;
    } */
    .ds--site-footer .footer-wide-start-5c {
        flex-wrap: nowrap;
        gap: 0;
        margin-bottom: 0;
    }
    .ds--site-footer .footer-wide-start-5c .footer-col.widget1 {
        flex-basis: unset;
        text-align: start;
        margin-block: 0;
        flex: 0 0 auto;
        max-width: 33.33333333%;
    }
    .ds--site-footer .footer-wide-start-5c .footer-col:not(.widget1) {
        flex-basis: unset;
        width: auto;
    }
    .ds--site-footer .footer-wide-start-5c .ds--footer-logo img {
        margin-inline-start: 0;
    }
}
@media (min-width: 75em) {
    /* .ds--site-footer .footer-wide-start-5c {
        padding-block: 80px;
    } */
    .ds--site-footer .footer-wide-start-5c .footer-col {
        min-width: 195px;
    }
    /* .ds--site-footer .footer-wide-start-5c .footer-col.widget1 {
        max-width: 390px;
    } */
}

/* bottom footer (layout5) */
.ds--footer-bottom-area.layout5 {
    background-color: var(--bg-color, transparent) !important;
    color: var(--text-color, inherit) !important;
    height: auto;
    padding-block: 25px;
}
.ds--footer-bottom-area.layout5 .ds--copyrights {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

/* animations */
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 13px, 0);
        transform: translate3d(0, 13px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideUp {
    100% {
        transform: translateY(0%);
    }
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes load {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes blink {
    0% {
        background-color: #f7f7f7;
    }
    50% {
        background-color: #ddd;
    }
    100% {
        background-color: #f7f7f7;
    }
}


.ds--pro-box.ds--pro-box-full-border-gray .ds--pro-card-img {
    min-height: 200px;
}



@media (max-width: 990px) {
    .ds--cats-toggle-menu .ds--toggle-cats-inner .ds--toggle-cat-popup {
        position: static;
        display: block;
        transform: scale(0);
        height: 0;
        transform-origin: center center;
        transition: all .15s ease-in-out;
    }
    .ds--cats-toggle-menu .ds--toggle-cats-inner .ds--toggle-cat-popup.show-popup {
        transform: scale(1);
        height: auto;
    }
    .ds--cats-toggle-menu .ds--toggle-cats-inner .ds--toggle-cat-popup .row {
        display: block;
    }
    .ds--cats-toggle-menu .ds--toggle-cats-inner .ds--toggle-cat-popup .row > * {
        width: 100%;
    }
    .ds--cats-toggle-menu .ds--toggle-cats-inner > .ds--toggle-cat-item > a span.--arrow {
        bottom: auto;
        top: auto;
        width: 35px;
        height: 35px;
        padding: 10px;
    }
}


.ds--card .ds--card-title .icon-wrap {
    z-index: 200;
}

.ds--card .ds--card-inner .icon-wrap i,
.ds--card .ds--card-title.ds--card-title-4 .icon-wrap i {
    font-size: 38px;
}
.ds--card .ds--card-title .icon-wrap i {
    font-size: 50px;
}
.ds--card .ds--card-title.ds--card-title-5 .icon-wrap i {
    font-size: 35px;
}
@media (max-width: 576px) {
    .ds--card .ds--card-title {
        display: flex;
        justify-content: center;
        justify-items: center;
        margin: 0 0 30px;
    }
    .ds--section-module-8_blade .ds--card-content {
        max-width: 406px;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
        color: var(--secondary-text);
    }
}
