input:focus-visible {
    outline: 0;
    border-color: #E07A5F !important;
}

.btn:focus-visible {
    outline-color: #F1592B;
}

.btn:focus {
    box-shadow: none;
    background-color: #fff;
    color: #E07A5F;
    border-color: #F1592B;
    box-shadow: none !important;
}

.btn:active {
    background-color: #F1592B !important;
    border-color: #F96908 !important;
}

/* Header - START */
.header {
    position: sticky;
    top: 0;
    background-color: var(--white-color);
    z-index: 15;
}

.header .announcement-bar {
    background-color: var(--black-color);
    color: var(--white-color);
    padding-top: 11px;
    padding-bottom: 11px;
}

.header .announcement-bar p {
    font-family: 'Sitka', serif;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

.header .header-container {
    padding: 28px 0 26px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.header .header-inner {
    font-family: 'Sitka', serif;
    display: flex;
    align-items: center;
}

.header .logo {
    margin-right: 37px;
}

.header .logo a {
    display: inline-block;
}

.header .logo img {
    max-height: 38px;
}

.header .search {
    flex-grow: 1;
}

.header .search-form {
    display: flex;
}

.header .search-form .select2-container {
    width: auto !important;
}

.header .search-form .select2-container--default .select2-selection--single {
    border-style: solid;
    border-color: var(--grey-color);
    border-width: 1px 0 1px 1px;
    border-radius: 6px 0 0 6px;
    height: auto;
    overflow: hidden;
}

.header .search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 27px 8px 13px;
    font-size: 1rem;
    line-height: 1.125;
    background-color: var(--grey-color-light);
    color: rgba(var(--text-color-rgb), 0.6);
}

.header .search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 18px;
    height: 18px;
    top: 11px;
    right: 8px;
}

.header .search-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.header .search-form .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('https://api.iconify.design/material-symbols/keyboard-arrow-down.svg') no-repeat center center / contain;
}

.search-category-dropdown {
    width: auto !important;
    border: 1px solid var(--grey-color);
    border-radius: 6px;
    overflow: hidden;
    font-family: 'Sitka', serif;
}

.select2-container--open .select2-dropdown--below.search-category-dropdown {
    border-top: 1px solid var(--grey-color);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.search-category-dropdown .select2-results__option {
    white-space: nowrap;
    padding-left: 13px;
    padding-right: 13px;
}

.select2-container--default .search-category-dropdown .select2-results__option--selected,
.select2-container--default .search-category-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--grey-color-light);
    color: rgba(var(--text-color-rgb), 0.6);
}

.header .search-field-group {
    flex-grow: 1;
    display: flex;
}

.header .search-field {
    flex-grow: 1;
    font-size: 1rem;
    line-height: 1;
    background-color: var(--white-color);
    padding: 10px 16px;
    border-style: solid;
    border-color: var(--grey-color);
    border-width: 1px 0;
    height: 38px;
    transition: outline 150ms ease-in-out;
}

.header .search-field:focus-visible {
    outline: 2px solid var(--black-color);
    outline-offset: -2px;
}

.header .search-field::placeholder {
    font-size: 1rem;
    line-height: 1;
    color: rgba(var(--text-color-rgb), 0.6);
}

.header .search-btn {
    background-color: var(--primary-color);
    color: var(--black-color);
    border: 1px solid var(--primary-color);
    border-radius: 0 6px 6px 0;
    padding: 7px 15px 7px 14px;
    line-height: 1;
}

.header .search-btn .icon {
    font-size: 22px;
    display: block;
}

.header .link-wrapper {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.header .link-wrapper .link-wrap {
    padding: 0 20px;
}

.header .link-wrapper .link-wrap+.link-wrap {
    border-left: 1px solid rgba(var(--secondary-color-rgb), 0.2);
}

.header .link-wrapper .link {
    display: flex;
    align-items: center;
    line-height: 1;
    color: var(--text-color);
}

.header .link-wrapper .link .icon {
    font-size: 21px;
    display: block;
    margin-right: 4px;
}

.header .link-wrapper .link .link-text {
    margin-top: 2px;
}

.header .cart-wrapper {
    margin-left: 20px;
}

.header .cart-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 5px 0 0;
    display: flex;
    margin-top: -5px;
}

.header .cart-btn .icon-cart {
    font-size: 30px;
    display: block;
}

.header .cart-btn .cart-count {
    align-self: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    padding: 3px 2px;
    min-width: 18px;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 12px;
    line-height: 1;
    margin-top: -5px;
    margin-left: -13px;
}

.header .hamburger-wrapper {
    margin-left: 40px;
}

.header .hamburger-btn {
    width: 35px;
    height: 20px;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0;
}

.header .icon-hamburger {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: var(--black-color);
    transition: all 200ms linear;

}

.header .icon-hamburger::before,
.header .icon-hamburger::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--black-color);
    position: absolute;
    left: 0;
    transition: all 200ms linear;
}

.header .icon-hamburger::before {
    bottom: 9px;
}

.header .icon-hamburger::after {
    top: 9px;
}

.header .menu-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.header .menu-inner {
    font-family: 'Proxima Nova', sans-serif;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-bg-color);
    height: 100vh;
    overflow: auto;
    width: 360px;
}

.header .menu-head {
    padding: 68px 20px 34px 40px;
    border-bottom: 1px solid var(--primary-color-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .menu-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary-color-light);
    margin-bottom: 0;
}

.header .menu-close {
    padding: 0;
    background-color: transparent;
    border: none;
}

.header .menu-close .icon {
    font-size: 35px;
    display: block;
}

.header .menu-main {
    overflow: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.header .menu-body {
    padding: 16px 40px 16px 44px;
    flex-shrink: 1;
    flex-grow: 1;
    overflow: auto;
    min-height: 320px;
}

.header .menu-body .nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .menu-body .collapse-btn {
    background-color: transparent;
    border: none;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header .menu-body .collapse-btn .text {
    font-size: 20px;
    line-height: 19px;
    border-bottom: 1px solid transparent;
}

.header .menu-body .nav-item.active .collapse-btn .text {
    font-weight: 600;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.header .menu-body .collapse-btn .icon {
    font-size: 24px;
    display: block;
    transition: transform 250ms ease-in-out;
}

.header .menu-body .collapse-btn:not(.collapsed) .icon {
    transform: rotate(-180deg);
}

.header .menu-body .menu-link-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    padding-left: 6px;
    padding-right: 48px;
}

.header .menu-body .menu-link-wrapper a {
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding: 6px 0;
    margin: 3px 0;
    color: var(--text-color);
    text-transform: uppercase;
}

.header .menu-body .menu-link-wrapper a.active {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: underline;
}

.header .menu-footer {
    padding: 32px 40px 38px;
    background-color: var(--secondary-bg-color);
}

.header .menu-footer .user-wrapper {
    margin-bottom: 24px;
    display: none;
}

.header .menu-footer .user-wrapper .link {
    display: flex;
    align-items: center;
    line-height: 1;
    color: var(--text-color);
}

.header .menu-footer .user-wrapper .link .icon {
    font-size: 24px;
    display: block;
    margin-right: 8px;
}

.header .menu-footer .user-wrapper .link .link-text {
    margin-top: 2px;
}

.header .menu-footer .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
}

.header .menu-footer .social-wrapper {
    margin-bottom: 22px;
}

.header .menu-footer .social-wrapper p {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.header .menu-footer .social-icons a {
    display: block;
    color: rgba(var(--custom-color-one-rgb), 0.75);
}

.header .menu-footer .social-icons a .icon {
    font-size: 24px;
    display: block;
}

.header .menu-footer-links {
    display: inline-block;
}

.header .menu-footer-links .inline-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 4px;
}

.header .menu-footer-links a {
    display: inline-block;
    font-size: 15px;
    padding: 4px 0;
    color: var(--text-color);
    position: relative;
    text-decoration: none;
    transition: color 100ms ease-in-out;
}

.header .menu-footer-links a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 8px;
    background-color: var(--text-color);
    transition: background-color 100ms ease-in-out;
}

.header .menu-footer-links a:hover {
    color: var(--custom-color-one);
}

.header .menu-footer-links a:hover::after {
    background-color: var(--custom-color-one);
}

.header .cart-popup {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.header .cart-inner {
    font-family: 'Proxima Nova', sans-serif;
    display: flex;
    flex-direction: column;
    background-color: var(--white-color);
    height: 100vh;
    overflow: auto;
    width: 560px;
}

.header .cart-head {
    padding: 54px 44px 30px 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header .cart-head .discount-wrapper {
    width: 100%;
    padding: 26px 40px 25px;
    background-color: var(--text-color);
    color: var(--white-color);
    border-radius: 6px;
    display: flex;
    margin-top: 30px;
}

.header .cart-head .discount-wrapper .icon {
    font-size: 20px;
    display: block;
    margin-right: 12px;
    margin-top: 1px;
    flex-shrink: 0;
    align-self: flex-start;
}

.header .cart-head .discount-wrapper p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.225;
}

.header .cart-title {
    font-family: 'Sitka', serif;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0;
    padding: 0 20px 15px 2px;
    position: relative;
}

.header .cart-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 3px;

}

.header .cart-close {
    padding: 0;
    background-color: transparent;
    border: none;
    align-self: flex-start;
}

.header .cart-close .icon {
    font-size: 26px;
    display: block;
}

.header .cart-main {
    overflow: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    color: var(--cart-text-color);
}

.header .cart-body {
    padding: 0 48px 20px 48px;
    flex-shrink: 1;
    flex-grow: 1;
    overflow: auto;
    min-height: 320px;
}

.header .cart-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(var(--text-color-rgb), 0.2);
    display: flex;
    gap: 20px;
}

.header .cart-item .item-image {
    max-width: 90px;
    border-radius: 6px;
    overflow: hidden;
    align-self: flex-start;
}

.header .cart-item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header .cart-item .item-detail-quantity {
    flex-grow: 1;
}

.header .cart-item .item-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 12px;
}

.header .cart-item .item-detail {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.header .cart-item .quantity-wrapper {
    display: inline-flex;
    background-color: var(--white-color);
    border: 1px solid rgba(var(--black-color-rgb), 0.2);
    border-radius: 6px;
}

.header .cart-item .quantity-wrapper button {
    width: 48px;
    height: 48px;
    padding: 0;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--cart-quantity-button-color);
}

.header .cart-item .quantity-wrapper input::-webkit-outer-spin-button,
.header .cart-item .quantity-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.header .cart-item .quantity-wrapper input[type=number] {
    -moz-appearance: textfield;
}

.header .cart-item .quantity-wrapper input {
    width: 28px;
    padding: 0;
    text-align: center;
    border: none;
    background-color: transparent;
    color: var(--black-color);
}

.header .cart-item .item-price-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.header .cart-item .price {
    font-family: 'Sitka', serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 16px;
}

.header .cart-item .remove-item {
    font-size: 18px;
    line-height: 1;
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--remove-color);
}

.header .cart-footer {
    padding: 0 48px 44px;
}

.header .cart-footer .cart-footer-inner {
    padding-top: 36px;
    border-top: 1px solid var(--black-color);
}

.header .cart-footer .price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.header .cart-footer .price-text {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
}

.header .cart-footer .price {
    font-family: 'Sitka', serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
}

.header .cart-footer .btn {
    width: 100%;
}

.header .cart-footer .cart-footer-links {
    margin-top: 20px;
}

.header .cart-footer .cart-footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .cart-footer .cart-footer-links ul li {
    line-height: 1;
    padding: 0 8px;
    position: relative;
}

.header .cart-footer .cart-footer-links ul li:not(:last-child)::after {
    content: "|";
    font-size: 16px;
    line-height: 18px;
    color: var(--black-color);
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 4px;

}

.header .cart-footer .cart-footer-links ul li a {
    font-size: 16px;
    line-height: 1.125;
    color: var(--black-color);
}

.header .popup-collapse .popup-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    cursor: default;
    z-index: -1;
    height: 100vh;
    background-color: rgba(var(--black-color-rgb), 0.5);
}

.header .popup-collapse.collapsing .popup-overlay {
    opacity: 0;
    transition: opacity 350ms ease-in-out;
}

@media(max-width: 1279px) {
    .header .link-wrapper .link .icon {
        font-size: 30px;
        margin-right: 0;
    }

    .header .link-wrapper .link .link-text {
        display: none;
    }
}

@media(max-width: 991px) {
    .header .header-inner {
        flex-wrap: wrap;
    }

    .header .search {
        order: 1;
        width: 100%;
        margin-top: 24px;
    }

    .header .link-wrapper {
        margin-left: auto;
    }

}

@media(max-width: 767px) {
    .header .announcement-bar p {
        font-size: 14px;
    }

    .header .link-wrapper .link-wrap {
        padding: 0 14px;
    }

    .header .link-wrapper .link-wrap.account {
        display: none;
    }

    .header .link-wrapper .link-wrap.wishlist {
        border-left: none;
    }

    .header .link-wrapper .link .icon {
        font-size: 24px;
    }

    .header .cart-wrapper {
        margin-left: 14px;
    }

    .header .cart-btn .icon-cart {
        font-size: 24px;
    }

    .header .hamburger-wrapper {
        margin-left: 28px;
    }

    .header .hamburger-btn {
        width: 28px;
    }

    .header .menu-footer .user-wrapper {
        display: block;
    }

    .header .cart-inner {
        max-width: calc(100vw - 32px);
    }
}

@media(max-width: 480px) {
    .header .search-form .search-category {
        display: none;
    }

    .header .logo {
        margin-right: 16px;
    }

    .header .logo img {
        max-width: 120px;
    }

    .header .search-field {
        border-color: var(--grey-color);
        border-left-width: 1px;
        border-radius: 6px 0 0 6px;
    }

    .header .search-btn {
        padding: 7px 8px;
    }

    .header .link-wrapper .link-wrap {
        padding: 0 8px;
    }

    .header .link-wrapper .link .icon {
        font-size: 20px;
    }

    .header .cart-wrapper {
        margin-left: 8px;
    }

    .header .cart-btn .icon-cart {
        font-size: 20px;
    }

    .header .hamburger-wrapper {
        margin-left: 16px;
    }

    .header .menu-inner {
        max-width: calc(100vw - 32px);
    }

    .header .menu-head {
        padding: 48px 20px 24px 20px;
    }

    .header .menu-title {
        font-size: 20px;
    }

    .header .menu-close .icon {
        font-size: 28px;
    }

    .header .menu-body {
        padding: 16px 20px 16px 20px;
    }

    .header .menu-body .collapse-btn .text {
        font-size: 18px;
        line-height: 17px;
    }

    .header .menu-body .menu-link-wrapper a {
        font-size: 14px;
    }

    .header .menu-footer {
        padding: 32px 20px 38px;
    }

    .header .menu-footer .social-wrapper p {
        font-size: 13px;
    }

    .header .menu-footer .social-icons a .icon {
        font-size: 20px;
    }

    .header .menu-footer-links a {
        font-size: 13px;
    }

    .header .cart-head {
        padding: 36px 20px 24px;
    }

    .header .cart-title {
        font-size: 20px;
        padding-right: 16px;
        padding-bottom: 12px;
    }

    .header .cart-head .discount-wrapper {
        padding: 18px 24px;
    }

    .header .cart-head .discount-wrapper .icon {
        font-size: 18px;
    }

    .header .cart-head .discount-wrapper p {
        font-size: 16px;
    }

    .header .cart-body {
        padding: 0 20px 16px;
    }

    .header .cart-item {
        flex-wrap: wrap;
        padding: 16px 0;
    }

    .header .cart-item .item-image {
        max-width: 60px;
    }

    .header .cart-item .item-detail-quantity {
        max-width: calc(100% - 80px);
    }

    .header .cart-item .item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .header .cart-item .item-detail {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .header .cart-item .quantity-wrapper button {
        width: 32px;
        height: 32px;
    }

    .header .cart-item .quantity-wrapper button .icon {
        width: 10px;
    }

    .header .cart-item .quantity-wrapper button .icon svg {
        width: 100%;
    }

    .header .cart-item .item-price-action {
        width: 100%;
        flex-direction: row-reverse;
        align-items: center;
    }

    .header .cart-item .price {
        margin-bottom: 0;
        font-size: 20px;
    }

    .header .cart-item .remove-item {
        font-size: 16px;
    }

    .header .cart-footer {
        padding: 0 20px 24px;
    }

    .header .cart-footer .cart-footer-inner {
        padding-top: 24px;
    }

    .header .cart-footer .price-wrapper {
        margin-bottom: 20px;
    }

    .header .cart-footer .price-text {
        font-size: 16px;
    }

    .header .cart-footer .price {
        font-size: 20px;
    }

    .header .cart-footer .cart-footer-links {
        margin-top: 16px;
    }

    .header .cart-footer .cart-footer-links ul {
        flex-wrap: wrap;
    }

    .header .cart-footer .cart-footer-links ul li a {
        font-size: 14px;
    }
}

/* Header - END */

/* Breadcrumbs - START */
.breadcrumb {
    padding: 12px 0;
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-item {
    font-family: 'Sitka', serif;
    font-size: 15px;
    line-height: 1;
    color: inherit;
}

.breadcrumb-item.active {
    color: inherit;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 4px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('https://api.iconify.design/material-symbols/arrow-forward-ios.svg') no-repeat center center / contain;
    padding-right: 0;
    margin-right: 4px;
    margin-top: 2px;
}

/* Breadcrumbs - END */

/* ---- Banner Sections ---- */
/* Colection Banner */

.collection-banner {
    margin: 0px -15px;
    min-height: 200px;
    max-height: 475px;
    overflow: hidden;
}

.collection-banner img {
    object-fit: cover;
    height: 100%;
}

@media only screen and (min-width: 1280px) {
    .collection-banner {
        min-height: auto;
        max-height: none;
        height: 475px;
    }
}

@media only screen and (max-width: 480px) {
    .collection-banner {
        min-height: auto;
        max-height: 475px;
    }
}

/* End Colection Banner */

/* Banner style 1 */
.banner-one,
.banner-two {
    position: relative;
    max-height: 475px;
    border-radius: 6px;
    overflow: hidden;
}

.banner-one .text-container,
.banner-two .text-container {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 10%;
    color: var(--white-color);
    width: calc(100% - 10%);
}

.banner-one:before,
.banner-two:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 42.91%, rgba(0, 0, 0, 0) 100%);
}

.banner-two:before {
    background: linear-gradient(90deg, #000 0%, rgba(30, 30, 30, 0.00) 100%);
}

@media only screen and (min-width: 1280) {
    .banner-one {
        position: relative;
        max-height: 475px;
        border-radius: 6px;
        overflow: hidden;
    }
}

@media (min-width:769px) and (max-width:1279px) {}

@media (min-width:481px) and (max-width:768px) {}

@media only screen and (max-width: 480px) {
    .banner-one .text-container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* End Banner style 1 */
.banner-two .text-container {
    top: 50%;
    transform: translateY(-50%);
}

.banner-text-img {
    height: 48px;
    width: auto;
    margin-top: 40px;
}

.banner-text-img:last-child {
    margin-top: 20px;
}

.banner-two .btn {
    margin-top: 47px;
}

@media only screen and (min-width: 1280px) {
    .banner-two .text-container h5 {
        width: 40%;
    }
}

@media (min-width:769px) and (max-width:1279px) {

    .banner-text-img {
        width: auto;
        margin-top: 15px;
    }

    .banner-text-img:last-child {
        margin-top: 10px;
    }

    .banner-two .btn {
        margin-top: 15px;
    }
}

@media (max-width:768px) {

    .banner-one,
    .banner-two {
        height: 300px;
    }

    .banner-one .img-container,
    .banner-two .img-container {
        height: 100%;
        width: auto;
    }

    .banner-one .img-container img,
    .banner-two .img-container img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    .banner-text-img {
        width: auto;
        margin-top: 10px;
    }

    .banner-two .text-container {
        left: 15px;
        width: calc(100% - 15px);
    }

    .banner-text-img:last-child {
        margin-top: 10px;
    }

    .banner-two .btn {
        margin-top: 15px;
    }
}

/* Banner with menu */

.main-banner {
    margin: 0px -15px;
    min-height: 200px;
    max-height: 475px;
    overflow: hidden;
}

.main-banner img {
    object-fit: cover;
    height: 100%;
}

@media only screen and (min-width: 1280px) {
    .main-banner {
        min-height: auto;
        max-height: none;
        height: 520px;
    }
}

@media only screen and (max-width: 480px) {
    .main-banner {
        min-height: auto;
        max-height: 475px;
    }
}

/* Banner with menu - End*/

/* b-menu */
.b-menu {
    margin: 0 -15px;
}

.b-menu a.b-menu-items {
    color: unset;
    text-decoration: none;
}

.b-menu .b-menu-items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 5);
    height: 80px;
    background-color: #FFF6E5;
    text-transform: capitalize;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.b-menu .b-menu-items:hover,
.b-menu .b-menu-items.active {
    background-color: #FAD3CE;
    font-weight: 700;
    color: var(--secondary-color);
}

@media (max-width:769px) {
    .b-menu .b-menu-items {
        width: calc(100% / 3);
        flex-grow: 1;
    }
}

/* b-menu -End */

/* ---- End Banner Sections ---- */

/* Footer Section */

.footer-section {
    background-color: var(--black-color);
    color: rgba(255, 255, 255, 0.80);
    padding-top: 70px;
    margin-top: 80px;
}

.footer-section>* {
    font-size: 15px;
}

.footer-section .footer-menu .footer-menu-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.footer-section :not(.footer-menu-container) p.footer-menu-heading {
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 0;
}

.footer-section .footer-menu-container p.footer-menu-heading {
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-section .footer-top {
    border-top: 1px solid rgba(255, 255, 255, 0.40);
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    position: relative;
}

.footer-section a.footer-menu-items {
    color: rgba(255, 255, 255, 0.80);;
    margin-bottom: 12px;
}

.footer-section .contact-details {
    margin-top: 52px;
}

.footer-section .text-container.icon {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 12px;
    align-items: flex-start;
}

.footer-section .text-container.icon a {
    color: rgba(255, 255, 255, 0.80);;
}

.footer-section a:hover {
    color: #FFAE00 !important;
    text-decoration: none;
}

.footer-section .text-container.icon span {
    display: block;
    width: 15px;
    height: auto;
}

.footer-section .text-container.icon span img {
    width: 100%;
    height: 100%;
}

.contact-details,
.footer-newsletter,
.footer-menu {
    padding-top: 30px;
}

.footer-section .footer-menu {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.40);
    height: 100%;
}

.footer-section .footer-newsletter p {
    margin-top: 20px;
}

.footer-section .footer-newsletter a {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: underline;
}

.footer-section .footer-newsletter > a:last-child {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.footer-section .footer-newsletter p a {
    color: #FFAE00;
}

.footer-section .footer-newsletter input {
    height: 40px;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    border: 1px solid #fff;
    width: calc(100% - 40px);
    position: relative;
    padding: 0 10px;
}

.footer-section .footer-newsletter .btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    min-width: auto;
    background-color: #F1592B;
    border-radius: 0px;
    border: 1px solid #fff;
}

.footer-section .footer-newsletter .btn img {
    width: auto;
    height: 100%;

}

.footer-section .social-container {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}

.footer-section .social-container p {
    margin: 0;
    margin-right: 30px;
}

.footer-section .footer-bottom .payment-icons {
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}

.payment-icons img {
    width: calc(100% / 8 - 10px);
}

.currency {
    height: 40px;
    display: flex;
    align-items: center;
    margin: 10px;
    margin-left: 5px;
}

.currency .select2-container .select2-selection--single {
    height: 40px;
    align-items: center;
    display: flex;
    background-color: transparent;
}

footer .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

footer .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

footer .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

footer .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.currency-select {
    width: 165px !important;
    height: 40px !important;
}

.logo-container {
    position: absolute;
    top: -30px;
    z-index: 1;
}

.footer-top:after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 20%;
    height: 7px;
    left: 0;
    top: -1px;
}

/* Footer Section End */
.product-card {
    text-align: center;
    position: relative;
}

.product-card:hover {
    cursor: pointer;
}

.product-card .img-container {
    position: relative;
}

.product-card .hover-item {
    position: absolute;
    bottom: -40%;
    width: 100%;
    background-color: #fff;
    padding: 10px 8px;
    transition: .4s;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.product-card:hover .hover-item {
    bottom: 0;
}

.product-card .hover-item .cart {
    background-color: #000000;
    padding: 12px 22px;
    border-radius: 6px;
    color: #fff;
    line-height: 16px;
    font-family: 'Sitka', serif;
}

.product-card .img-container img {
    width: 100%;
    border-radius: 6px;
    max-height: 280px;
    object-fit: contain;
}

.product-card .img-container {
    margin-bottom: 12px;
    overflow: hidden;
}

.product-card .img-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background-color: #ffffff2e;
    transition: .4s;
    left: 0;
    top: 0;
}

.product-card:hover .img-container:before {
    height: 100%
}

.product-card h5 {
    font-size: 18px;
    margin-bottom: 18px;
    height: 43px;
    overflow: hidden;
    font-family: 'Sitka', serif;
}

.product-card .text-container>a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.product-card .text-container>a {
    color: #000000;
    text-decoration: none;
}

.product-card .text-container p {
    margin-bottom: 2px;
    font-size: 14px;
}

.rating-container iconify-icon {
    color: #FFAE00;
    font-size: 16px;
}

.product-card .price-container p {
    color: #F1592B;
    font-weight: 700;
}

.product-card .price-container p span {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: line-through;
    font-weight: 400;
}

.product-card .hover-item .wish {
    background-color: rgba(227, 20, 22, 0.1);
    padding: 9px;
    border-radius: 6px;
    line-height: 0;
    display: flex;
    align-items: center;
}

.product-card .hover-item .wish iconify-icon {
    color: #E63946;
    font-size: 20px;
}

.product-card .rating-container span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    margin-left: 6px;
}

.product-card .rating-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* grey card */
.product-card.grey-card {
    background-color: #F7F7F7;
    padding: 20px 30px;
    border-radius: 6px;
}

.product-card.grey-card .img-container {
    margin-bottom: 30px;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card.grey-card .img-container img {
    border: none;
    height: auto;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product-card.grey-card .hover-item .cart {
    flex: 1;
    margin-right: 9px;
}

/* slider container style  */
.slider-container .swiper-button-prev,
.slider-container .swiper-button-next {
    background-color: #F1592B;
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 50%;
    top: 50%;
}

.slider-btn-on-img .swiper-button-prev,
.slider-container .swiper-button-next {
    top: 36%;
}

.slider-container {
    padding: 0 22px;
    margin: 0 -22px;
}

.slider-container .swiper-button-prev {
    left: 0;
}

.slider-container .swiper-button-next {
    right: 0;
}

.slider-container .swiper-button-prev:after,
.slider-container .swiper-button-next:after {
    font-size: 18px;
    color: #fff;
}

/* Product listing - START */
.product-listing-section {
    padding: 40px 0 100px;
}

.product-listing-section .product-listing-wrapper {
    display: flex;
    gap: 40px;
}

.product-listing-section .filter-container {
    width: 180px;
    padding-right: 20px;
    border-right: 1px solid rgba(var(--text-color-rgb), 0.6);
    flex-shrink: 0;
}

.product-listing-section .filter-container .filter-group:not(:last-child) {
    margin-bottom: 30px;
}

.product-listing-section .filter-container .filter-title {
    font-family: 'Sitka', serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--filter-title-color);
}

.product-listing-section .filter-container .filter-list {
    list-style: none;
    margin: 0;
    padding-left: 2px;
}

.product-listing-section .filter-container .filter-item {
    line-height: 1;
    margin-bottom: 6px;
}

.product-listing-section .filter-container .filter-item:last-child {
    margin-bottom: 0;
}

.product-listing-section .filter-container .filter-item a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 5px 0;
    color: rgba(var(--text-color-rgb), 0.6);
}

.product-listing-section .listing-container {
    padding-top: 4px;
}

.product-listing-section .listing-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 40px;
}

.product-listing-section.horizontal-filter .listing-head-left {
    margin-bottom: 20px;
    align-self: center;
}

.product-listing-section .listing-head .result-text {
    line-height: 1;
    margin-bottom: 12px;
}

.product-listing-section.horizontal-filter .listing-head .result-text {
    margin-bottom: 0;
}

.product-listing-section .active-filter-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.product-listing-section .active-filter-list a {
    display: flex;
    background-color: rgba(var(--secondary-color-rgb), 0.1);
    border: 1px solid rgba(var(--secondary-color-rgb), 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.product-listing-section .active-filter-list a::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../img/solar_close-circle-bold-duotone.svg');
    background-size: cover;
    margin-right: -1px;
}

.product-listing-section .active-filter-list a .text {
    display: block;
    padding: 5px 6px 5px 10px;
    font-size: 14px;
    line-height: 1;
    color: rgba(var(--text-color-rgb), 0.8);
}

.product-listing-section .listing-sort,
.product-listing-section .listing-filter-horizontal {
    margin-bottom: 20px;
}

.product-listing-section .listing-filter-horizontal {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.product-listing-section .listing-filter-horizontal .filter-label {
    margin-right: 5px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(var(--black-color-rgb), 0.6);
}

.product-listing-section .filter-horizontal-wrapper {
    display: flex;
    gap: 10px;
}

.product-listing-section .listing-head .select2-container--default .select2-selection--single {
    border: 1px solid rgba(var(--black-color-rgb), 0.5);
    border-radius: 0;
    height: auto;
}

.product-listing-section .listing-head .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 26px 10px 14px;
    color: var(--text-color);
}

.product-listing-section .listing-sort .select2-container--default .select2-selection--single .select2-selection__rendered::before {
    content: "Sort by: ";
    color: rgba(var(--black-color-rgb), 0.6);
}

.product-listing-section .listing-head .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 16px;
    height: 16px;
    background: url('https://api.iconify.design/material-symbols/arrow-back-ios-new.svg?color=%231e1e1e&rotate=270deg') no-repeat center center / contain;
    background-size: cover;
    top: 10px;
    right: 10px;
}

.product-listing-section .listing-head .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .sort-select-dropdown .select2-results__option--selected,
.select2-container--default .sort-select-dropdown .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .filter-select-dropdown .select2-results__option--selected,
.select2-container--default .filter-select-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--grey-color-light);
    color: var(--text-color);
}

.product-listing-section .listing-body {
    margin-top: 20px;
}

.product-listing-section .listing-body>.row {
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: -60px;
}

.product-listing-section .listing-body>.row>.col {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 60px;
}

.product-listing-section .filter-btn {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid rgba(var(--black-color-rgb), 0.5);
    background-color: var(--white-color);
    display: flex;
    gap: 8px;
    min-width: 100px;
    justify-content: space-between;
}

.product-listing-section .filter-btn .icon {
    font-size: 16px;
    display: block;
}

.product-listing-section .filter-collapse .filter-collapse-inner {
    padding: 16px 0;
}

.product-listing-section .filter-collapse .filter-collapse-group {
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.2);
}

.product-listing-section .filter-collapse .filter-title-btn {
    padding: 10px 2px;
    font-size: 14px;
    line-height: 16px;
    border: none;
    background-color: var(--white-color);
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
}

.product-listing-section .filter-collapse .filter-title-btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('https://api.iconify.design/material-symbols/arrow-back-ios-new.svg?rotate=270deg') no-repeat center center / contain;
    transition: transform 250ms ease-in-out;
}

.product-listing-section .filter-collapse .filter-title-btn[aria-expanded="true"]:after {
    transform: rotate(-180deg);
}

.product-listing-section .filter-collapse .filter-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding: 10px 0;
}

.product-listing-section .filter-collapse .filter-item a {
    display: flex;
    background-color: rgba(var(--grey-color-light-rgb), 0.5);
    border: 1px solid rgba(var(--grey-color-light-rgb), 0.5);
    border-radius: 20px;
    overflow: hidden;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 1;
    color: rgba(var(--text-color-rgb), 0.8);
    position: relative;
}

.product-listing-section .filter-collapse .filter-item a:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url('https://api.iconify.design/ph/plus-circle-bold.svg?color=rgba(30%2C%2030%2C%2030%2C%200.4)&rotate=270deg') no-repeat center center / contain;
    position: absolute;
    right: 0;
    top: 0;
}

@media(max-width: 1279px) {
    .product-listing-section .listing-head {
        flex-wrap: wrap;
    }

    .product-listing-section.horizontal-filter .listing-head-left {
        width: 100%;
        margin-bottom: 32px;
    }

    .product-listing-section .listing-filter-horizontal {
        margin-left: 0;
    }
}

@media(max-width: 991px) {
    .product-listing-section .listing-filter-horizontal {
        flex-wrap: wrap;
    }

    .product-listing-section .listing-filter-horizontal .filter-label {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .product-listing-section.horizontal-filter .listing-sort {
        align-self: flex-end;
    }
}

@media(max-width: 767px) {
    .product-listing-section .listing-head-left {
        width: 100%;
        margin-bottom: 16px;
    }

    .product-listing-section .listing-sort {
        margin-left: auto;
        margin-bottom: 0;
    }

    .product-listing-section.horizontal-filter .listing-sort {
        margin-left: 0;
    }

    .product-listing-section .listing-body>.row {
        margin-bottom: -40px;
    }

    .product-listing-section .listing-body>.row>.col {
        margin-bottom: 40px;
    }
}

@media(max-width:480px) {
    .product-listing-section .listing-filter {
        width: 100%;
        order: 1;
    }

    .product-listing-section .filter-btn {
        width: 100%;
    }

    .product-listing-section .listing-sort,
    .product-listing-section .listing-filter-horizontal {
        width: 100%;
        margin-bottom: 16px;
    }

    .product-listing-section .listing-filter-horizontal {
        margin-bottom: 20px;
    }

    .product-listing-section .filter-horizontal-wrapper {
        flex-wrap: wrap;
        width: 100%;
    }

    .product-listing-section .filter-horizontal-group {
        width: 100%;
    }

    .product-listing-section .listing-sort .select2-container--default,
    .product-listing-section .listing-filter-horizontal .select2-container--default {
        width: 100% !important;
    }
}

@media (min-width: 1400px) {
    .product-listing-section .listing-body .row-cols-2xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .product-listing-section .listing-body .row-cols-2xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* --Product listing - Horizontal filter - START-- */
.product-listing-section.horizontal-filter {
    padding-top: 18px;
}

.product-listing-section.horizontal-filter .listing-container {
    padding-top: 0;
}

/* --Product listing - Horizontal filter - END-- */
/* Product listing - END */

/* Bundle section - START */
.bundle-section .bundle-head{
    border-bottom: 1px solid rgba(var(--text-color-rgb), 0.1);
    padding: 12px 0 38px;
}
.bundle-section .bundle-head-inner{
    display: flex;
    column-gap: 64px;
    row-gap: 24px;
}
.bundle-section .bundle-text{
    flex-shrink: 0;
}
.bundle-section .bundle-text .bundle-title{
    line-height: 1;
    font-weight: 600;
    margin-bottom: 8px;
}
.bundle-section .bundle-text p{
    line-height: 1;
    margin-bottom: 0;
}
.bundle-section .bundle-tabs{
    gap: 16px;
}
.bundle-section .bundle-tabs .nav-link{
    padding: 6px 16px;
    border: 1px solid rgba(var(--text-color-rgb), 0.3);
    border-radius: 4px;
    text-align: left;
}
.bundle-section .bundle-tabs .nav-link:hover{
    border-color: var(--primary-color-dark);
}
.bundle-section .bundle-tabs .nav-link .bundle-tab-name{
    font-family: 'Sitka', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    color: rgba(var(--text-color-rgb), 0.6);
}
.bundle-section .bundle-tabs .nav-link .bundle-tab-desc{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    color: rgba(var(--text-color-rgb), 0.4);
}
.bundle-section .bundle-tabs .nav-link.active{
    background-color: transparent;
    padding-left: 40px;
    position: relative;
    border-color: var(--primary-color-dark);
}
.bundle-section .bundle-tabs .nav-link.active::before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 16px;
    background: url('https://api.iconify.design/mdi/tick-circle.svg?color=%23f1592b') no-repeat center center / contain;
}
.bundle-section .bundle-tabs .nav-link.active .bundle-tab-name{
    color: var(--primary-color-dark);
}
.bundle-section .bundle-tabs .nav-link.active .bundle-tab-desc{
    color: rgba(var(--text-color-rgb), 0.6);
}
.bundle-section .product-listing-section{
    padding-top: 24px;
}
.bundle-section .product-listing-section.horizontal-filter{
    padding-top: 28px;
}
.bundle-section .bundle-popup{
    position: fixed;
    width: 100%;
    padding: 30px 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: var(--white-color);
    box-shadow: 0px -4px 20px 0px rgba(var(--black-color-rgb), 0.16);
    display: none;
}
.bundle-section .bundle-popup.show{
    display: block;
}
.bundle-section .bundle-popup .popup-inner{
    display: flex;
    justify-content: space-between;
    gap: 24px 40px;
}
.bundle-section .bundle-popup .popup-title{
    font-size: 24px;
    line-height: 1;
    color: var(--text-color-light);
    margin-bottom: 8px;
}
.bundle-section .bundle-popup .popup-description{
    font-size: 18px;
    line-height: 1;
    color: rgba(var(--text-color-rgb), 0.6);
    margin-bottom: 24px;
}
.bundle-section .bundle-popup .popup-edit{
    font-family: 'Sitka', serif;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    color: var(--primary-color-dark);
    text-align: left;
}
.bundle-section .bundle-popup .popup-edit::after{
    content: url('https://api.iconify.design/lucide/edit.svg?color=%23f1592b');
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    height: 16px;
    margin-top: -4px;
}
.bundle-section .bundle-popup .popup-action{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bundle-section .bundle-popup .popup-cancel{
    background-color: transparent;
    border: none;
    color: var(--text-color);
    padding: 0;
    align-self: center;
}
.bundle-section .bundle-popup .popup-cancel:hover{
    text-decoration: underline;
}
@media(max-width: 991px){
    .bundle-section .bundle-popup .popup-inner{
        flex-wrap: wrap;
    }
    .bundle-section .bundle-popup .popup-content{
        width: 100%;
    }
    .bundle-section .bundle-popup .popup-action{
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
}
@media(max-width: 767px){
    .bundle-section .bundle-head-inner{
        flex-wrap: wrap;
    }
}
@media(max-width: 480px){
    .bundle-section .bundle-tabs .nav-item{
        width: 100%;
    }
    .bundle-section .bundle-tabs .nav-link{
        width: 100%;
    }
    .bundle-section .bundle-popup .popup-action{
        justify-content: center;
    }
    .bundle-section .bundle-popup .popup-checkout{
        width: 100%;
    }
}
/* Bundle section - END */

/* Form - START */
.form .form-group {
    margin-bottom: 40px;
}

.form .form-group+.submit-button {
    margin-top: 60px;
}

.form .form-group label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

.form .form-group input:not([type="checkbox"]),
.form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 0;
    font-size: 16px;
    line-height: 1;
    border: none;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.2);
    width: 100%;
    height: 43px;
}

.form .form-group input::placeholder,
.form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(var(--black-color-rgb), 0.5);
}

.form .form-group .form-password-input {
    position: relative;
}

.form .form-group .form-password-input input {
    padding-right: 32px;
}

.form .form-group .form-password-input .password-toggle {
    background-color: transparent;
    border: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 9px;
    right: 0;
    padding: 0;
}

.form .form-group .form-password-input .password-toggle .icon {
    font-size: 24px;
    display: none;
    color: rgba(var(--black-color-rgb), 0.5);
}

.form .form-group .form-password-input input[type="password"]+.password-toggle .icon.password {
    display: block;
}

.form .form-group .form-password-input input[type="text"]+.password-toggle .icon.text {
    display: block;
}

.form .form-text-link {
    color: var(--black-color);
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}

.form .form-group input[type="checkbox"]+label {
    font-size: 18px;
    line-height: 24px;
    color: rgba(var(--black-color-rgb), 0.5);
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}

.form .form-group input[type="checkbox"]+label::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border: 2px solid rgba(var(--black-color-rgb), 0.5);
    border-radius: 20px;
    position: absolute;
    top: 1.5px;
    left: 1.5px;
}

.form .form-group input[type="checkbox"]+label::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url('https://api.iconify.design/ant-design/check-circle-outlined.svg?color=rgba(0%2C%200%2C%200%2C%200.5)') no-repeat center center / contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form .form-group input[type="checkbox"]:checked+label::before {
    opacity: 0;
}

.form .form-group input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

@media(max-width: 767px) {
    .form .form-group+.form-group {
        margin-top: 30px;
    }
}

/* --Form select2 - START-- */
.form .select2 {
    width: 100% !important;
}

.form .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    height: auto;
}

.form .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 10px;
    height: 7px;
    background-image: url('../img/select-arrow.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 250ms ease-in-out;
}

.form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(-180deg);
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.form-select-dropdown.select2-dropdown--below,
.form-select-dropdown.select2-dropdown--above {
    border: 1px solid rgba(var(--black-color-rgb), 0.2);
}

.form-select-dropdown.select2-dropdown--below {
    margin-top: -1px;
}

.form-select-dropdown.select2-dropdown--above {
    margin-bottom: -1px;
}

.form-select-dropdown {
    border-radius: 0;
}

.form-select-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--grey-color-light);
    color: var(--text-color);
}

/* --Form select2 - END-- */

/* Form - END */

/* Login-signup section - START */
.login-signup-section {
    padding: 78px 0;
}

.login-signup-wrapper {
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
}

.login-signup-section .heading-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.login-signup-section .heading {
    font-family: 'Sitka', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
    text-align: center;
    padding: 0 16px 20px;
    position: relative;
    margin-bottom: 0;
}

.login-signup-section .heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.social-login-signup-wrapper {
    display: flex;
    gap: 14px;
    margin-bottom: 46px;
}

.social-login-signup-wrapper .social-button {
    padding: 10px 18px;
    border-radius: 6px;
    background-color: var(--white-color);
    border: 1px solid var(--social-button-color);
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    line-height: 18px;
    justify-content: center;
}

.social-login-signup-wrapper .social-button .icon {
    display: block;
    width: 20px;
    height: 20px;
}

.social-login-signup-wrapper .social-button .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-login-signup-wrapper .social-button.social-facebook .icon {
    width: 26px;
    height: 26px;
}

.login-signup-section .forgot-password {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: right;
    line-height: 14px;
}

.login-signup-section .submit-button {
    width: 100%;
}

.login-signup-section .form-footer {
    font-size: 14px;
    line-height: 18px;
    color: var(--black-color);
    margin-top: 20px;
    text-align: center;
}

.login-signup-section .form-footer a {
    color: var(--primary-color);
}

@media(max-width: 480px) {
    .social-login-signup-wrapper {
        flex-wrap: wrap;
    }

    .social-login-signup-wrapper .social-button {
        flex: auto;
        width: 100%;
    }
}

/* Login-signup section - END */
/* color  card */

.product-card.color-card .img-container {
    background-color: #EF476F;
    border-radius: 6px;
    padding-top: 24px;
    margin-bottom: 26px;
}

.product-card.color-card .img-container img {
    width: auto;
    height: 213px;
    object-fit: contain;
}

.product-card.color-card h5 {
    height: auto;
    margin-bottom: 12px;
    font-size: 22px;
}

.product-card.color-card p {
    margin-bottom: 30px;
}

.product-card.color-card .btn-outline {
    border: solid #E63946;
    display: block;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    color: #E63946;
}

.product-card.color-card .price-container p {
    margin-bottom: 16px;
}

.color-card-col:first-child .img-container {
    background-color: #EF476F;
}

.color-card-col:nth-child(2) .img-container {
    background-color: #FFD166;
}

.color-card-col:nth-child(3) .img-container {
    background-color: #06D6A0;
}

.color-card-col:last-child .img-container {
    background-color: #E07A5F;
}

/* Customer Reviews */
.rating-snapshoot {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.rating-snapshoot .progress {
    min-width: 200px;
    background-color: #F7F7F7;
    margin-right: 20px;
    margin-left: 20px;
}

.rating-snapshoot .progress .progress-bar {
    background-color: #19A759;
}

.rating-snapshoot iconify-icon {
    margin-left: 4px;
    color: #1e1e1e9c;
}

/* banner-with-sky */
.banner-with-sky {
    background-color: #F96908;
    color: #fff;
    min-height: 345px;
    display: flex;
    align-items: center;
    padding: 40px 100px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 80px;
    background-image: url('../img/banner-with-sky.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

.banner-with-sky h2 {
    font-weight: bold;
    width: 80%;
    margin-top: -45px;
    text-shadow: 2px 3px #E63946;
}

.banner-with-sky:after {
    content: '';
    position: absolute;
    bottom: -90px;
    width: 100%;
    background-image: url('../img/sky.svg');
    height: 180px;
    left: 0;
    z-index: 0;
}

.gift-bundle .container {
    background-color: #FFFAF0;
}

.banner-with-sky img {
    position: relative;
    z-index: 1;
    margin-right: 2%;
}

.gift-bundle .paragraph {
    width: 60%;
    text-align: center;
    margin: auto;
    font-size: 24px;
    margin-bottom: 40px;
    color: rgba(230, 57, 70, 0.9);
}

.gift-bundle .icon-container {
    color: rgba(230, 57, 70, 0.9);
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    justify-content: center;
    margin-bottom: 60px;
}

.gift-bundle .text-steps-container .icon-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
    padding: 0 30px;
    position: relative;
    font-weight: 600;
}

.gift-bundle .icon-text {
    opacity: 0.3;
    position: relative;
}

.gift-bundle .icon-text.active {
    opacity: 1;
}

.gift-bundle .icon-text:after {
    background-repeat: no-repeat;
    content: '';
    background-image: url('../img/bundle-arrow.svg');
    width: 100%;
    height: 50%;
    transform: translateX(50%);
}

.gift-bundle .icon-text:last-child:after {
    display: none;
}

.gift-bundle .text-steps-container {
    position: relative;
    z-index: 10;
}

@media (max-width:1200px) {
    .banner-with-sky {
        padding: 40px 90px;
    }

    .banner-with-sky img {
        max-height: 300px;
    }
}

@media (max-width:991px) {
    .banner-with-sky h2 {
        width: 100%;
    }

    .banner-with-sky {
        padding: 20px 30px;
    }

    .gift-bundle .icon-container {
        column-gap: 70px;
    }

    .gift-bundle .icon-text:after {
        transform: translateX(30%);
    }
}

@media (max-width:880px) {
    .gift-bundle .paragraph {
        width: 80%;
    }

    .gift-bundle .text-steps-container .icon-text img {
        width: 30px;
    }

    .gift-bundle .text-steps-container .icon-text {
        flex: 1;
        align-items: center;
    }

    .gift-bundle .icon-text:after {
        background-size: contain;
        width: 50px;
        transform: translateX(-10%);
    }

    .gift-bundle .icon-container {
        column-gap: 0;
    }
}

@media (max-width:767px) {
    .banner-with-sky h2 {
        text-align: center;
        font-size: 30px;
    }

    .banner-with-sky img {
        max-height: 220px;
    }

    .banner-with-sky {
        margin-bottom: 60px;
        padding-top: 80px;
        background-position: 90% 110px;
    }

    .gift-bundle .text-steps-container .icon-text p {
        margin-bottom: 0;
    }
}

@media (max-width:520px) {
    .gift-bundle .icon-container {
        flex-direction: column;
        row-gap: 40px;
    }

    .gift-bundle .icon-text:after {
        height: 20px;
        transform: rotate(90deg);
    }
}

/* text and img section */

.text-image-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 70px;
}

.text-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.column-6 .text-img {
    width: calc(100% / 6 - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    text-align: center;
}

.column-5 .text-img {
    width: calc(100% / 5 - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .column-6 .text-img {
        width: calc(100% / 3 - 10px);
    }

    .column-5 .text-img {
        width: calc(100% / 3 - 10px);
    }
}

@media only screen and (max-width: 480px) {
    .column-6 .text-img {
        width: calc(100% / 2 - 10px);
    }

    .column-5 .text-img {
        width: calc(100% / 2 - 10px);
    }
}

/* text and img section - end */

/* User section - START */
.user-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.user-section .user-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.user-section .nav-tabs {
    border-bottom-width: 2px;
    border-bottom-color: var(--primary-color);
}

.user-section .nav-tabs .nav-link {
    border-radius: 0;
    border: 2px solid transparent;
    padding: 11px 20px;
    margin-bottom: -2px;
}

.user-section .nav-tabs .nav-link:hover,
.user-section .nav-tabs .nav-link.active {
    border-color: var(--primary-color) var(--primary-color) var(--primary-color);
}

.user-section .nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.user-section .tab-pane {
    padding-top: 60px;
}

.user-section .tab-head .title {
    color: var(--primary-color);
    padding-right: 34px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--primary-color);
    display: inline-block;
    margin-bottom: 26px;
}

.user-section .tab-head .description {
    margin-bottom: 0;
}

@media(max-width: 480px) {
    .user-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .user-section .nav-tabs .nav-link {
        padding: 4px 8px;
    }

    .user-section .tab-pane {
        padding-top: 40px;
    }
}

/* --User Order - START-- */
.user-section .order-wrapper {
    padding-top: 10px;
}

.user-section .order-line {
    padding: 30px 0;
    border-bottom: 1px solid rgba(var(--text-color-rgb), 0.4);
    display: flex;
    gap: 26px;
}

.user-section .order-line .image-container {
    width: 96px;
    height: 135px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.user-section .order-line .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.user-section .order-line .details {
    padding: 10px 0 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.user-section .order-line .details .title {
    line-height: 1.445;
}

.user-section .order-line .details p {
    font-size: 14px;
    line-height: 1.86;
}

.user-section .order-line .details .date {
    color: rgba(var(--text-color-rgb), 0.6);
    margin-bottom: 24px;
}

.user-section .order-line .details .status {
    color: var(--order-status-color);
    margin-bottom: 0;
    margin-top: auto;
}

.user-section .order-line .action {
    padding: 6px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.user-section .order-line .action .price {
    font-family: 'Sitka', serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    color: var(--text-color-light);
    margin-bottom: 24px;
}

.user-section .order-line .action .btn {
    min-width: 150px;
    margin-top: auto;
}

@media(max-width: 767px) {
    .user-section .order-line {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .user-section .order-line .image-container {
        width: 70px;
        height: 98px;
    }

    .user-section .order-line .details {
        max-width: calc(100% - 96px);
        padding: 0;
    }

    .user-section .order-line .action {
        width: 100%;
        padding: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .user-section .order-line .action .price {
        margin-bottom: 0;
    }
}

@media(max-width: 480px) {
    .user-section .order-line {
        column-gap: 20px;
    }

    .user-section .order-line .image-container {
        width: 60px;
        height: 84px;
    }

    .user-section .order-line .details {
        max-width: calc(100% - 80px);
    }

    .user-section .order-line .details .date {
        margin-bottom: 20px;
    }
}

/* --User Order - END-- */

/* --User Account - START-- */
.user-section .account-form {
    padding-top: 30px;
}

.user-section .account-form .form-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px;
}

.user-section .account-form .form-sub-heading {
    margin-top: 50px;
    margin-bottom: 30px;
}

.user-section .account-form .form-group {
    width: calc(50% - 40px);
}

.user-section .account-form .form-group+.form-group {
    margin-top: 0;
}

.user-section .account-form .form-group label {
    font-weight: 600;
}

.user-section .account-form .form-action {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}

.user-section .account-form .form-action .btn {
    min-width: 150px;
}

@media(max-width: 767px) {
    .user-section .account-form .form-group {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .user-section .account-form .form-section {
        row-gap: 24px;
    }

    .user-section .account-form .form-sub-heading {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .user-section .account-form .form-action {
        margin-top: 40px;
    }

    .user-section .account-form .form-action .btn {
        width: 100%;
    }
}

/* --User Account - END-- */

/* --User Addresses - START-- */
.user-section .address-wrapper {
    max-width: 1092px;
    padding-top: 30px;
}

.user-section .address-wrapper>.row {
    margin-bottom: -30px;
}

.user-section .address-wrapper>.row>.col {
    margin-bottom: 30px;
}

.user-section .address-card {
    padding: 30px;
    border-radius: 6px;
    border: 1px solid rgba(var(--black-color-rgb), 0.2);
    display: flex;
    flex-direction: column;
}

.user-section .address-card.default {
    border-width: 2px;
    border-color: var(--address-card-border-color);
}

.user-section .address-card p {
    color: var(--text-color-light);
    margin-bottom: 18px;
}

.user-section .address-card .address-card-footer {
    padding-top: 20px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.user-section .address-card .address-card-footer p {
    margin-bottom: 0;
}

.user-section .address-card .address-card-footer button {
    font-size: 18px;
    line-height: 24px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.user-section .address-card .address-card-footer button:hover {
    text-decoration: underline;
}

.user-section .address-card .default-status {
    display: flex;
    gap: 10px;
    align-items: center;
}

.user-section .address-card .default-status .icon {
    font-size: 20px;
    color: var(--primary-color);
}

.user-section .address-card .address-card-footer .default-link {
    color: var(--address-card-default-link-color);
    text-decoration: underline;
}

.user-section .address-card .address-card-footer .default-link:hover {
    text-decoration: none;
}

.user-section .address-card .address-card-action {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}

.user-section .address-card .address-card-action .delete-btn {
    color: var(--secondary-color);
    font-weight: 600;
}

.user-section .add-address-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 40px;
    font-family: 'Sitka', serif;
    font-size: 18px;
    line-height: 24px;
    color: var(--primary-color);
    vertical-align: text-bottom;
    text-decoration: underline;
}

.user-section .add-address-btn:hover {
    text-decoration: none;
}

@media(max-width: 991px) {
    .user-section .address-card .address-card-action {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .user-section .address-card .address-card-action {
        width: auto;
    }
}

@media(max-width: 480px) {
    .user-section .address-card {
        padding: 20px;
    }

    .user-section .address-card .address-card-action {
        width: 100%;
    }

    .user-section .address-card p {
        margin-bottom: 14px;
    }
}

/* --User Addresses - END-- */

/* --New Adress Modal - START-- */
.user-section .address-wrapper .modal-content {
    border-radius: 12px;
}

.user-section .address-wrapper .modal-dialog {
    max-width: 640px;
}

.user-section .address-wrapper .modal-header {
    padding: 30px 45px 20px;
    border: none;
    align-items: center;
}

.user-section .address-wrapper .modal-title {
    font-size: 26px;
    line-height: 1;
    color: var(--primary-color);
    padding-bottom: 10px;
    padding-right: 28px;
    position: relative;
}

.user-section .address-wrapper .modal-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.user-section .address-wrapper .modal-header .close {
    margin: 0;
    padding: 0;
}

.user-section .address-wrapper .modal-header .close .icon {
    font-size: 40px;
    display: block;
}

.user-section .address-wrapper .modal-body {
    padding: 20px 80px 30px 46px;
}

.user-section .address-wrapper .form-sub-heading {
    font-size: 20px;
    line-height: 24px;
    color: var(--black-color);
    margin-bottom: 32px;
}

.user-section .address-wrapper .form-sub-heading:not(:first-child) {
    padding-top: 10px;
}

.user-section .address-wrapper .form-section:not(:last-child) {
    margin-bottom: 40px;
}

.user-section .address-wrapper .form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px;
}

.user-section .address-wrapper .form-grid .form-group {
    margin: 0;
    width: calc(50% - 12px);
    flex-shrink: 0;
}

.user-section .address-wrapper .modal-footer {
    padding: 30px 48px 60px 45px;
    gap: 20px;
    border: none;
}

.user-section .address-wrapper .modal-footer button {
    margin: 0;
}

.user-section .address-wrapper.no-address {
    text-align: center;
    padding-top: 80px;
    max-width: 100%;
}

.user-section .address-wrapper.no-address .add-address-btn {
    margin-top: 0;
}

.user-section .address-wrapper.no-address .modal {
    text-align: left;
}

@media(max-width: 767px) {
    .user-section .address-wrapper .modal-header {
        padding-left: 30px;
        padding-right: 30px;
    }

    .user-section .address-wrapper .modal-title {
        font-size: 16px;
        padding-right: 0;
    }

    .user-section .address-wrapper .modal-body {
        padding-left: 32px;
        padding-right: 32px;
    }

    .user-section .address-wrapper .modal-footer {
        padding: 28px 30px 28px;
    }

    .user-section .address-wrapper .form-sub-heading {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .user-section .address-wrapper .form-grid .form-group {
        width: 100%;
    }

    .user-section .address-wrapper .form-section:not(:last-child) {
        margin-bottom: 36px;
    }

    .user-section .address-wrapper.no-address {
        padding-top: 40px;
    }
}

@media(max-width: 700px) {
    .user-section .address-wrapper .modal-dialog {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media(max-width: 480px) {
    .user-section .address-wrapper .modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }

    .user-section .address-wrapper .modal-footer button {
        width: 100%;
    }
}

/* --New Adress Modal - END-- */

/* User section - END */

/* Product details section - START */
.product-details-section .product-details-inner {
    margin-left: 90px;
    margin-right: 26px;
    display: flex;
    gap: 40px;
}

@media only screen and (max-width:1200px) {
    .product-details-section .product-details-inner {
        margin-left: 0px;
        margin-right: 0px;
        display: flex;
        gap: 60px;
    }
}

@media only screen and (max-width:991px) {
    .product-details-section .product-details-inner {
        flex-wrap: wrap;
    }
}

/* --Product media - START-- */
.product-details-section .product-media {
    width: 435px;
    flex-shrink: 0;
    display: flex;
    gap: 70px;
}

.product-details-section .product-thumb-swiper {
    width: 75px;
    flex-shrink: 0;
    max-height: 400px;
}

/* .product-details-section .product-thumb-swiper .swiper-slide{
    height: 100px;
} */
.product-details-section .product-main-swiper {
    flex-grow: 1;
}

/* --Product media - END-- */
/* --Product details - START-- */
.product-details-section .product-details {
    flex-grow: 1;
}

@media only screen and (max-width:1200px) {
    .product-details-section .product-media {
        gap: 60px;
    }

}

@media only screen and (max-width:991px) {
    .product-details-section .product-main-swiper {
        flex-grow: 1;
        width: 100%;
    }

    .product-details-section .product-media {
        width: 100%;
        gap: 20px;
    }

    .product-details-section .product-thumb-swiper {
        width: 100px;
        flex-shrink: 0;
    }
}

@media only screen and (max-width:480px) {
    .product-details-section .product-media {
        width: 100%;
        flex-direction: column-reverse;
        gap: 20px;
        overflow: hidden;
    }

    .product-details-section .product-thumb-swiper {
        width: 100%;
        flex-shrink: 0;
    }
}



/* --Product details - END-- */
/* Product details section - END */

.product-details-section .main-slider {
    padding: 10px;
    background: #F7F7F7;
}

.product-details-section .side-slider {
    padding: 5px;
    margin-bottom: 10px;
    background: #F7F7F7;
}

.product-details-section .side-slider.swiper-slide-thumb-active {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.product-details-section img.main-slider--img {
    width: 100%;
    height: auto;
}

.product-details-section img.side-slider--img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-details-section .rating-container {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
    ;
}

.product-details-section .rating {
    background: transparent;
    display: flex;
    gap: 0px;
    align-items: center;
    position: relative;
    width: 100px;
}

.product-details-section .rating:before {
    content: '';
    position: absolute;
    width: calc((100% / 5) * var(--rating));
    background-color: #F2A80B;
    z-index: -1;
    height: 100%;
}

.product-details-section .rating-count h6 {
    color: var(--tertiary-color);
    font-size: 16px;
    font-weight: normal;
}

.product-details-section .price-container h2 {
    font-weight: 400;
    font-size: 40px;
}

.product-details-section .price-container h5 {
    color: rgba(30, 30, 30, 0.60);
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.product-details-section .price-container h6 {
    color: #F1592B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-left: 10px !important;
}

.product-details-section .product-condition input[type="radio"] {
    position: relative;
    visibility: hidden;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.product-details-section .product-condition input[type="radio"]::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #1E1E1E;
    visibility: visible;
    border-radius: 2px;
}

.product-details-section .product-condition input[type="radio"]:checked:after {
    background-color: #F96908;
    border-color: #F96908;
    background-image: url('../img/mdi_tick.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.product-details-section .quantity {
    margin-right: 30px;
    margin-bottom: 30px;
}

.product-details-section .quantityOne {
    width: 120px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(30, 30, 30, 0.50);
}

.product-details-section .spinNumber {
    display: flex;
    justify-content: center;
    width: 100%;
}

.product-details-section .spinNumber .incrimentButton,
.product-details-section .spinNumber .decrimentButton {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 50px;
    background: #fff;
    cursor: pointer;
    flex-grow: 1;
    transition: .4s all ease-in-out;
}

.product-details-section .spinNumber .incrimentButton:hover,
.product-details-section .spinNumber .decrimentButton:hover {
    background: #E07A5F;
}

.product-details-section .spinNumber input {
    text-align: center;
    font-size: 16px;
    border: none;
    font-weight: 400;
    color: #000;
    background: #fff;
    width: calc(100% - 60px);
}

.product-details-section input:focus {
    outline: none;
}

.product-details-section .button-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.product-details-section .button-group button {
    flex-grow: 1;
}

.product-details-section .add-cart-btn,
.product-details-section .buy-now-btn {
    flex-grow: 1;
}

.product-details-section .add-cart-btn .btn {
    border-radius: 6px;
    background: #F96908;
    border-color: #F96908;
    width: 100%;
}

.product-details-section .buy-now-btn .btn {
    border: 2px solid #1E1E1E;
    color: #1E1E1E;
    background-color: #fff;
    width: 100%;
}

.contact-map {
    background-image: url('../img/contact-map.jpg');
    height: 420px;
    position: relative;
}

.contact-map .contact-bg {
    padding: 20px;
}

.contact-map .contact-link {
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 12px;
    color: #1E1E1E;
}

.contact-map .contact-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.contact-map .contact-link img {
    margin-right: 6px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #E07A5F;
}

/* form country code */

.country-code-selector+.select2 {
    width: 54px !important;
    padding-right: 20px;
}
.country-code-selector+.select2 .select2-selection__rendered{
    border-bottom: none !important;
}

.country-code-selector+ .select2 span.select2-selection__arrow {
    color: rgba(0, 0, 0, 0.5);
}
.select2-results__option {
    display: block;
    width: 100%;
    background-color: transparent !important;
    margin-bottom: 7px;
    margin-top: 5px;
}
.select2-container--open .select2-dropdown--below {
    border: solid 1px #ccc;
}

.home-page {
    background: url('../img/hbg-1.png');
    background-color: #FFFAF0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

section.product-details-section h1,
section.product-details-section h2,
section.product-details-section h3,
section.product-details-section h4,
section.product-details-section h5,
section.product-details-section h6 {
    font-family: 'Proxima Nova', sans-serif;
}

section.product-details-section .price-container {
    margin-top: 10px;
}

section.product-details-section .product-condition {
    gap: 10px;
}