:root {
    --light: #ffffff;
    --dark: #000000;
    --primaryLight: #C49C82;
    --primary: #7F4D28;
}

@font-face {
    font-family: 'maveryk';
    src: url('fonts/maveryk-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    color: var(--light);
}

.alert a {
    color: unset;
}

body {
    font-family: "Montserrat", serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--light);
}

.header_main .navbar {
    background-image: url("/image/catalog/header-bg.jpg");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    padding: 23px 1rem 31px;
}

.logo img {
    filter: invert(1);
    width: 75px;
}

.header_main .nav-link {
    padding: 0 !important;
    color: var(--primaryLight);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 1rem;
}

.header_main .navbar-nav {
    gap: 26px;
}

.btn_primary {
    background-color: var(--primary);
    border-radius: 10px;
    padding: 10px 1.5rem;
    font-weight: 500;
    /*line-height: 28px;*/
    letter-spacing: 0.29999998211860657px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #E0C1AC;
    transition: all .3s ease;
}

.btn_primary:hover {
    background-color: #dfa70c;
    color: var(--dark);
}

.btn_primary span {
    display: block;
    transition: all .3s ease;
}

.btn_primary:hover span {
    transform: scale(1.1);
}

.more_action {
    gap: 29px;
}

.more_action ul .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.categories_section {
    padding: 65px 0 113px;
    /*background-color: #18191F;*/
}

.heading h3 {
    font-family: "Albert Sans", serif;
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    letter-spacing: 0.10642px;
    text-transform: uppercase;
    background: linear-gradient(0deg, #D6BB87, #D6BB87), linear-gradient(90deg, #FCF5E8 0%, #FFF7E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 60px;
}

.categorie_box {
    width: 100%;
    height: 400px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.categorie_box:not(.h-100)::after {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.categorie_box:hover::after {
    opacity: 1;
}

.categories_section .col-lg-3 .categorie_box:last-child {
    margin-top: 1.5rem;
}

.box_btn {
    padding: 10px 2.5rem;
    background: #532D11;
    border: 1px solid #E4C3A8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px !important;
    font-style: normal;
    font-weight: 500;
    color: #E0C1AC;
    text-transform: uppercase;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
}

.box_btn:hover {
    background-color: #dfa70c;
    color: var(--dark);
}

.box_btn span {
    display: block;
    transition: all .3s ease;
}

.box_btn:hover span {
    transform: scale(1.1);
}

.show_now_box {
    color: var(--light);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: fit-content;
    opacity: 1;
    z-index: 3;
    width: 85%;
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--light);
    transform: translateX(110%);
    transition: transform 0.5s ease-in-out;
}

.categorie_box:hover .show_now_box {
    transform: translateX(0); /* Slide into view */
}


.show_now_box a {
    text-transform: uppercase;
    color: var(--light);
    font-weight: bold;
    font-size: 23px;
}

.categories_section .col-lg-6 .categorie_box {
    background-image: url("/image/catalog/categories/home/center.jpg");
}

.categories_section .col-lg-6 .categorie_box a {
    display: none;
}

.categories_section .col-lg-3:nth-child(1) .categorie_box:nth-child(1) {
    background-image: url("/image/catalog/categories/home/__aprons.jpg");

}

.categories_section .col-lg-3:nth-child(1) .categorie_box:nth-child(2) {
    background-image: url("/image/catalog/categories/home/__bags.jpg");

}

.categories_section .col-lg-3:nth-child(3) .categorie_box:nth-child(1) {
    background-image: url("/image/catalog/categories/home/__accessories.jpg");

}

.categories_section .col-lg-3:nth-child(3) .categorie_box:nth-child(2) {
    background-image: url("/image/catalog/categories/home/furniture.jpg");
}

footer {
    background-image: url("/image/catalog/background/footer.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 83px 0 83px;
}

footer .container {
    position: relative;
    z-index: 1;
}

footer:before {
    content: "";
    position: absolute;
    background: #2500008A;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.footer_logo img {
    height: 96.67px;
    object-fit: contain;
    filter: invert(1);
}

footer h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: var(--light);
}

footer ul li a {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: var(--light);
}

footer ul li a, footer ul li span {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: var(--light);
}

footer .power {
    padding-top: 97px;
}

footer .power p {
    margin-bottom: 0;
    color: var(--light);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
}

footer .info_contact li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.banner_top {
    background-color: rgba(0, 0, 0, 1);
}

.banner_top p {
    text-align: center;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--primaryLight);
}

@media (max-width: 992px) {
    .categorie_box {
        height: 300px !important;
    }

    .heading h3 {
        font-size: 40px;
    }
}

.carousel-item:after {
    content: "";
    background: #170801;
    backdrop-filter: blur(150.5px);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.2;
}

.carousel-item .row {
    position: relative;
    z-index: 1;
}

.carousel-caption1 {
    padding: 0;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    height: fit-content;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.carousel-caption1 > span {
    font-family: 'maveryk';
    font-style: normal;
    font-weight: 400;
    font-size: 6vw;
    letter-spacing: 4px;
    text-transform: lowercase;
    color: #FFEABE;
    margin-bottom: 47px;
    text-align: center;
    display: block;
    line-height: 1.4;
}

.carousel-caption1 h1 {
    font-family: 'maveryk';
    font-size: 4.65vw;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFEABE;
    margin-bottom: 40px;
}

.carousel-caption1 p {
    width: 50%;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.25651970505714417px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 auto 44px;
    color: var(--light);
}

.slider_button {
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding: 15px 2.5rem;
    position: relative; /* For pseudo-elements */
    background: var(--primary) !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    overflow: hidden;
    z-index: 0;
    border: none;
    font-weight: 500;
    font-size: 1vw;
    text-transform: uppercase;
    color: #E0C1AC !important;
    transition: all .5s ease-in-out;
}

.slider_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 2px;
    background: linear-gradient(90deg, #C17740 0%, #8B5125 100%);
    -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
    mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    transition: all .5s ease-in-out;
}

.slider_button span {
    display: block;
    transition: all .5s ease-in-out;
}

.slider_button:hover {
    background-color: #290407 !important;
    border-color: #540c11;
}

.slider_button:hover span {
    transform: scale(1.15);
}

.slider_button:hover::before {
    border-color: #540c11;
    background: linear-gradient(90deg, #540c11 0%, #540c11 100%);
}

main {
    background-image: url("/image/catalog/background/patren.png");
    background-color: #18191E;
    background-blend-mode: difference;
    min-height: 80vh;
}

main .container {
    padding: 51px 1rem;
}

.btn_sub {
    background: #262626;
    border: 0.672269px solid #323232;
    width: 100%;
    border-radius: 24.874px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.201681px;
    color: #ACACAC;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sub_heading h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 14px;
    letter-spacing: 0.256483px;
    color: #D6BB87;
    text-align: center;
    margin-bottom: 34px;
}

.p_thumb {
    position: relative;
    /*background-color: #E8DDDA;*/
    border-radius: 18.35px;
    /*border: 1px solid #292a2d;*/
    overflow: hidden;
}

.p_thumb .image {
    position: relative;
    /*height: 427px;*/
}

.p_thumb .image > a img {
    width: 100%;
    height: 278px;
    object-fit: cover;
    /*transform: scale(1.1);*/
    /*object-position: left;*/
}

.p_thumb .thumb_cart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.thumb_cart_btn {
    background-color: #000000EB;
    transition: .5s ease-in-out;
    border-radius: 0;
    border: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #A3A3A3;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.thumb_cart{
    display: none;
}

.thumb_cart_btn:hover {
    background-color: #000000;
    color: #A3A3A3;
}

.thumb_cart_btn img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.product-thumb {
    margin-bottom: 2rem;
    height: 100%;
}

.product-thumb .description {
    padding-top: 1rem;
}

.product-thumb .description a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.384173px;
    color: var(--light);
}

.product-thumb .price span {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.384173px;
    color: #7F4D28;
}

.breadcrumb {
    margin-bottom: 1.2rem;
}

.breadcrumb .breadcrumb-item:first-child a {
    color: var(--light);
}

.breadcrumb-item a {
    color: #B1B9BF;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\F285";
    color: #B1B9BF;
    font-family: bootstrap-icons !important;
    font-weight: 400 !important;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.small_images img {
    width: 100%;
    height: 116px;
    object-fit: cover;
    border-radius: 1rem;
    background-color: #E8DDDA;
    border: 1.45px solid #DFDFDF;
}

.large_image img {
    height: 749px;
    object-fit: cover;
    border-radius: 1rem;
    background-color: #E8DDDA;
    border: 1.45px solid #DFDFDF
}

.spacer-60 {
    display: block;
    height: 60px;
}

.product_title h1 {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: -0.022em;
    color: var(--light);
    margin-bottom: .75rem;
}

.product_price h2 > span {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -0.022em;
    color: var(--light);
}

.product_price {
    margin-bottom: 30px;
}

.badge_custom {
    background-color: #00000069;
    border-radius: 50px;
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.006em;
    color: #B96544;
    padding: 0 10px;
    width: fit-content;
    margin-bottom: 40px;
}

.badge_custom i {
    font-size: 7px;
    vertical-align: 3px;
    padding-right: 6px;
}

.reviews_count {
    padding-left: 1rem;
    color: var(--light);
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
}

.add_review {
    display: block;
    width: fit-content;
    margin-top: 26px;
    padding: 9px 22px;
    border: 0.862939px solid #DDDDDD;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.258882px;
    color: #DDDDDD;
}

.btn_wishlist {
    padding: 12px 22px;
    border: 1px solid #FFFFFF !important;
    border-radius: 50px;
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -0.006em;
    color: #FFFFFF;
    display: block;
    width: 100%;
}

.btn_wishlist i {
    padding-right: 10px;
}

.btn_add_cart {
    background-color: #955E35 !important;
    padding: 12px 22px;
    border: 1px solid #955E35 !important;
    border-radius: 50px;
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -0.006em;
    color: #FFFFFF;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.pro_qty {
    margin: 60px 0 40px;
}

.pro_qty label {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.006em;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.pro_qty input {
    max-width: 155px;
    min-height: 50px;
    box-shadow: none !important;
    text-align: center;
    background: #313239;
    border: 0.727198px solid #4F4F4F;
    border-radius: 8.72637px;
    color: #fff;
    font-size: 20px;
}

.description {
    padding-left: 1rem;
}

.description a {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -0.006em;
    color: #8D8484;
    /*margin-top: 30px;*/
    display: block;
}

.description i {
    font-size: 13px;
    color: #9AA6AC;
    padding-right: 5px;
    display: inline-block;
    transition: .5s ease-in-out;
}

.description a:not(.collapsed) i {
    transform: rotate(90deg);
}

.review_tabs {
    margin-top: 40px;
    padding-left: 0;
}

.review_tabs a {
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light);
}

#column-right .list-group-item {
    background-color: transparent;
    color: var(--light);
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.04em;
    border-radius: 0 !important;
    padding: .75rem 1rem .5rem;
}

.dropdown-menu {
    background: var(--primary);
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
}

.dropdown-item:hover {
    background-color: #E0C1AC;
    color: var(--primary);
}

.dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 500;
}

#account-login, #account-register, #account-forgotten, #account-edit {
    padding: 60px;
}

.p-60 {
    padding: 60px;
}

.reg_card h2 {
    font-weight: 600;
    font-size: 30px;
    color: var(--light);
}

.reg_card h3 {
    font-weight: 600;
    font-size: 1rem;
    color: var(--light);
    margin-bottom: 20px;
}

.reg_card p {
    font-size: 14px;
    margin-bottom: 40px;
}

.btn_primary_rounded {
    background-color: #955E35 !important;
    padding: 6px 54px;
    border: 1px solid #955E35 !important;
    border-radius: 50px;
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.006em;
    color: #FFFFFF;
    margin: 0 0 40px;
    width: fit-content;
    display: block;
}

.btn-primary, .btn-light, .btn-info {
    background-color: #955E35 !important;
    padding: 6px 25px;
    border: 1px solid #955E35 !important;
    border-radius: 50px;
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -0.006em;
    color: #FFFFFF;
}

.btn-danger {
    padding: 6px 25px;
    border-radius: 50px;
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -0.006em;
    color: #FFFFFF;
}

.login_card {
    padding: 80px 53px 30px;
}

.login_card h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    color: var(--light);
    margin-bottom: 1rem;
}

.login_card p {
    color: var(--light);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.login_card p > a {
    color: var(--light);
    text-decoration: underline;
}

input:not([type="checkbox"]):not([type="radio"]), select {
    background-color: transparent !important;
    color: var(--light) !important;
    border-color: var(--light) !important;
    box-shadow: none !important;
    border-radius: 12px;
    padding: 12.61px 1rem !important;
    font-size: 16px !important;
}

input:not([type="checkbox"])::placeholder {
    color: var(--light) !important;
}

.form-check-input:checked {
    background-color: #B96544;
    border-color: #B96544;
    box-shadow: none !important;
}

.form-label, .form-check-label {
    font-size: 1rem;
    font-weight: 400;
}

.w-fit {
    width: fit-content;
}

.carousel_text {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

.text_orange {
    color: #d4581d !important;
}

.card_border {
    padding: 22px 52px 42px;
}

.cart_item .badge {
    position: absolute;
    top: -13%;
    border-radius: 50%;
    right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 123;
    font-size: 11px;
    width: 18px;
    height: 18px;
    background-color: rgb(225 15 0);
    color: #ffffff !important;
}

.more_action .offcanvas {
    height: 96% !important;
    margin: auto;
    margin-right: 12px;
    border-radius: 14px;
    --bs-offcanvas-width: 550px;
}

.offcanvas-backdrop.show {
    background-color: rgba(0, 0, 0, .1);
    opacity: 1;
    backdrop-filter: blur(8px);
}

.more_action .offcanvas > .offcanvas-header {
    display: flex;
}

.more_action .offcanvas {
    position: fixed;
    width: var(--bs-offcanvas-width) !important;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color) !important;
    transition: .5s ease-in !important;
    transform: translateX(110%) !important;
}

.more_action .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none !important;
    z-index: var(--bs-offcanvas-zindex);
    background-color: var(--dark) !important;
}

.more_action .offcanvas-body {
    flex-grow: 1 !important;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x) !important;
    overflow-y: auto !important;
}

.table_border {
    position: relative;
    border: 1px solid var(--light);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 1.48px 5.9px 0 #00000040;
}

.sub_total td {
    background-color: transparent;
}

.remove_pro button {
    position: absolute;
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    right: -6px;
    background-color: #F44336 !important;
    border-radius: 50px;
}

.img_pro_small {
    max-width: 120px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--light);
}

.input-group .form-control {
    border-radius: 0 !important;
    background-color: transparent !important;
}

.input-group button {
    border-radius: 0 !important;
}

.modal {
    --bs-modal-bg: #2b3035;
}

.modal .btn-close {
    filter: invert(1);
}

.rounded_12 {
    border-radius: 12px;
}

.card_pro img {
    max-width: 118px;
    width: 118px;
    height: 122px;
    object-fit: cover;
}

.pro_name{
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-left: 35px;
}
.order_summary{
    border-radius: 12px;
    border: 1px solid var(--light);
}
.order_head{
    border-bottom: 1px solid var(--light);
    padding: 22px 20px 17px;
}
.order_head h3{
    font-size: 20px;
    font-weight: bold;
}
.order_body{
    padding: 48px 20px;
    min-height: 220px;
    border-bottom: 1px solid var(--light);
}
.order_summary td{
    background-color: transparent;
}
.order_coupon{
    padding: 36px 20px 68px;
}
.order_total{
    padding-inline: 20px;
}
.order_total .divider{
    border-top: 1px solid var(--light);
}
.order_total td{
    font-weight: 500;
}
.order_total table{
    margin-bottom: 35px;
}
.checkout_btn{
    background-color: #955E35 !important;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
}
.btn_sub.active{
    background-color: #955E35 !important;
    border-color: #955E35 !important;
}
.card_border.border{
    border: 1px solid var(--light) !important;
}
.quantity_inout{
    max-width: 55px;
}
@media (max-width: 992px) {
    .logo img {
        width: 60px;
    }

    .banner_top p {
        font-size: 10px;
    }

    .carousel-caption1 {
        transform: translate(-50%, -50%) scale(0.9);
    }

    .carousel-caption1 > span, .carousel-caption1 h1 {
        margin-bottom: .5rem;
    }

    .carousel-caption1 p {
        width: 80%;
        font-size: 2vw;
        margin-bottom: 1rem;
    }

    .slider_button {
        font-size: 2.75vw;
        padding: 8px 1.5rem;
        border-radius: 8px;
    }

    .slider_button::before {
        border-radius: 8px;
    }

    .categories_section {
        padding: 35px 0 0;
    }

    .heading h3 {
        margin-bottom: 30px;
    }

    footer {
        padding: 43px 0 43px;
    }

    .footer_logo img {
        height: 65px;
    }

    footer .power {
        padding-top: 45px;
    }

    .large_image img {
        height: 349px;
    }

    .small_images img {
        height: 76px;
    }

    .spacer-60 {
        height: 30px;
    }

    .product_title h1 {
        font-size: 30px;
    }

    .p-60, #account-login, #account-register, #account-forgotten, #account-edit {
        padding: 30px 16px;
    }

    .card_border {
        padding: 22px 16px 42px;
    }

    .header_main .navbar {
        padding: 1rem;
    }

    .more_action .offcanvas {
        --bs-offcanvas-width: calc(100% - 24px);
    }

    .login_card {
        padding: 20px 1rem;
    }

    .login_card h2 {
        font-size: 30px;
    }

    .btn_primary_rounded {
        font-size: 1rem;
        padding: 6px 34px;
    }

    .p_thumb .image > a img{
        height: 281px;
    }

    /*.p_thumb .image{*/
    /*    height: 230px;*/
    /*}*/

}