section[data-cattype="51025"] {
    min-height: 72vh;
    margin: 0;
    padding: 0 0 96px;
    background-color: #FBFAF6;
}

[data-cattype="51025"] .btn-reset-search {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    min-width: 34px;
    height: 46px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    color: #8F918B;
    font-size: 0;
    line-height: 0;
    box-shadow: none;
    cursor: pointer;
}

[data-cattype="51025"] .btn-reset-search i {
    display: none;
}

[data-cattype="51025"] .btn-reset-search::before,
[data-cattype="51025"] .btn-reset-search::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1.5px;
    background-color: #8F918B;
    transform-origin: center;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

[data-cattype="51025"] .btn-reset-search::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

[data-cattype="51025"] .btn-reset-search::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

[data-cattype="51025"] .btn-reset-search:hover,
[data-cattype="51025"] .btn-reset-search:focus {
    border: 0;
    border-bottom: 1px solid #536B3B;
    outline: 0;
    background-color: transparent;
    color: #536B3B;
    box-shadow: none;
}

[data-cattype="51025"] .btn-reset-search:hover::before,
[data-cattype="51025"] .btn-reset-search:hover::after,
[data-cattype="51025"] .btn-reset-search:focus::before,
[data-cattype="51025"] .btn-reset-search:focus::after {
    background-color: #536B3B;
}

[data-cattype="51025"] .btnwidth {
    margin-left: auto;
}

section[data-cattype="51025"].osp-51025-detail-section {
    padding-bottom: 0;
}

[data-cattype="51025"] > br.clearBoth {
    display: none;
}

[data-cattype="51025"] .container {
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-width: 1404px;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}

[data-cattype="51025"] > [itemscope] > .container {
    max-width: 1140px;
}

[data-cattype="51025"] .product-breadcrumb {
    box-sizing: border-box;
    width: 100%;
    margin: 72px 0 0;
    padding: 10px max(20px, calc((100% - 1404px) / 2));
    background-color: #F7F0E3;
}

[data-cattype="51025"] .product-breadcrumb ol li,
[data-cattype="51025"] .product-breadcrumb ol li a {
    color: #6F726A;
}

[data-cattype="51025"] .product-breadcrumb ol li a:hover {
    color: #536B3B;
}

[data-cattype="51025"] h1.page-title {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 0 32px;
    padding: 34px max(20px, calc((100% - 1404px) / 2));
    background-color: #F7F0E3;
    color: #D87958;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.05;
    text-align: center;
    text-transform: none;
}

[data-cattype="51025"] h1 {
    margin: 0 0 20px;
    color: #D87958;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.08;
    text-transform: none;
}

/* Filters */
[data-cattype="51025"] form.form-inline {
    margin: 0 0 48px;
    padding: 0;
}

[data-cattype="51025"] form.form-inline .row {
    align-items: center;
}

[data-cattype="51025"] .form-group {
    display: inline-flex;
    margin: 0 10px 10px 0;
}

[data-cattype="51025"] .form-select,
[data-cattype="51025"] form.form-inline input.form-control {
    box-sizing: border-box;
    width: 100%;
    min-width: 180px;
    height: 46px;
    padding: 9px 14px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    color: #1E241C;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    box-shadow: none;
}

[data-cattype="51025"] .form-select:focus,
[data-cattype="51025"] form.form-inline input.form-control:focus {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #536B3B;
    border-left: 0;
    outline: 0;
    box-shadow: none;
}

/* Search wrapper */
[data-cattype="51025"] .input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

/* Search input */
[data-cattype="51025"] form.form-inline #keyword {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px);
    min-width: 0;
    max-width: calc(100% - 90px);
    border-bottom: 1px solid #ccc;
}

/* Search input focus */
[data-cattype="51025"] form.form-inline #keyword:focus {
    border-bottom: 1px solid #536B3B;
}

/* Search placeholder */
[data-cattype="51025"] form.form-inline #keyword::placeholder {
    color: #8F918B;
    opacity: 0.5;
}

[data-cattype="51025"] form.form-inline #keyword::-webkit-input-placeholder {
    color: #8F918B;
    opacity: 0.5;
}

[data-cattype="51025"] form.form-inline #keyword::-moz-placeholder {
    color: #8F918B;
    opacity: 0.5;
}

[data-cattype="51025"] .btn {
    border-radius: 0;
    font-family: 'DM Sans', Arial, sans-serif;
    box-shadow: none;
}

[data-cattype="51025"] .btn-inverse,
[data-cattype="51025"] .btn-primary {
    border: 1px solid #536B3B;
    background-color: #536B3B;
    color: #FBFAF6;
}

[data-cattype="51025"] form.form-inline .btn {
    height: 46px;
    margin: 0;
    padding: 9px 18px;
}

[data-cattype="51025"] .btn-reset-search {
    border-color: #D8C9A7;
    background-color: #FBFAF6;
    color: #6F726A;
}

[data-cattype="51025"] .btn-inverse:hover,
[data-cattype="51025"] .btn-inverse:focus,
[data-cattype="51025"] .btn-primary:hover,
[data-cattype="51025"] .btn-primary:focus {
    border-color: #536B3B;
    background-color: #FBFAF6;
    color: #536B3B;
}

/* Search Button */
[data-cattype="51025"] form.form-inline .btn-inverse {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    min-width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    color: #1E241C;
    font-size: 0;
    line-height: 0;
    box-shadow: none;
    cursor: pointer;
}

[data-cattype="51025"] form.form-inline .btn-inverse::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: currentColor;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.75' cy='10.75' r='6.75'/%3E%3Cpath d='M15.75 15.75L21 21'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.75' cy='10.75' r='6.75'/%3E%3Cpath d='M15.75 15.75L21 21'/%3E%3C/svg%3E");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

[data-cattype="51025"] form.form-inline .btn-inverse::after {
    display: none;
    content: none;
}

[data-cattype="51025"] form.form-inline .btn-inverse:hover,
[data-cattype="51025"] form.form-inline .btn-inverse:focus {
    border: 0;
    border-bottom: 1px solid #536B3B;
    outline: 0;
    background-color: transparent;
    color: #536B3B;
    box-shadow: none;
}

/* Product listing */
[data-cattype="51025"] .list-product {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px 24px;
    width: 100%;
    margin: 0;
}

[data-cattype="51025"] .list-product.loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-cattype="51025"] .list-product > br,
[data-cattype="51025"] .list-product > .clearBoth {
    display: none;
}

[data-cattype="51025"] .list-product + .align-center {
    margin-top: 48px;
}

[data-cattype="51025"] .grid_item {
    position: relative;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

section[data-cattype="51025"] .list-product.wrapper_grid_item .item_content.grid_item {
    display: block;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

[data-cattype="51025"] .grid_item .link-img {
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: filter 0.25s ease;
}

[data-cattype="51025"] .grid_item .link-img:hover {
    filter: brightness(1.05);
}

[data-cattype="51025"] .grid_item img.product_img_line {
    display: block;
    width: 100%;
    height: 100% !important;
    margin: 0;
    opacity: 0;
}

[data-cattype="51025"] .grid_item form.ajax-add-to-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 17px;
}

[data-cattype="51025"] .grid_item .title,
[data-cattype="51025"] .grid_item .title > a {
    display: block;
    color: #536B3B;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

[data-cattype="51025"] .grid_item .title > a:hover {
    color: #D87958;
}

[data-cattype="51025"] .price {
    margin-top: 7px;
    color: #536B3B;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

[data-cattype="51025"] .promotecode {
    margin: 4px 0 0;
    color: #D87958;
    font-family: 'DM Sans', Arial, sans-serif;
}

/* Quantity / Add to Cart */
[data-cattype="51025"] .grid_item .group-quantity-control {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 310px;
    margin: 14px auto 0;
}

[data-cattype="51025"] .group-quantity-control .input-group-btn,
[data-cattype="51025"] .group-quantity-control .btnbuy_form {
    display: flex;
    align-items: center;
    height: 36px;
    margin: 0;
    padding: 0;
}

[data-cattype="51025"] .group-quantity-control .btn,
[data-cattype="51025"] .group-quantity-control input[name="qty"] {
    box-sizing: border-box;
    height: 36px;
    min-height: 36px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    vertical-align: middle;
}

[data-cattype="51025"] .group-quantity-control input[name="qty"] {
    width: 52px;
    max-width: 52px;
    padding-right: 5px;
    padding-left: 5px;
    border-color: #D8C9A7;
    line-height: 34px;
    text-align: center;
}

[data-cattype="51025"] .group-quantity-control .btn-light {
    border-color: #D8C9A7;
    background-color: transparent;
    color: #1E241C;
}

[data-cattype="51025"] .group-quantity-control .btn-primary {
    padding-right: 14px;
    padding-left: 14px;
    line-height: 34px;
}

[data-cattype="51025"] .sales-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 5px;
    border: 1px solid #FBFAF6;
    border-radius: 50%;
    background-color: #D87958;
    color: #FBFAF6;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

/* Loading and pagination */
[data-cattype="51025"] .loader {
    width: 60px;
    margin: 40px auto;
    text-align: center;
}

[data-cattype="51025"] .loader-wheel {
    width: 46px;
    height: 46px;
    margin: 0 auto 10px;
    border: 2px solid #D8C9A7;
    border-left-color: #536B3B;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

[data-cattype="51025"] .loader-text {
    color: #6F726A;
    font-family: 'DM Sans', Arial, sans-serif;
}

[data-cattype="51025"] .loader-text::after {
    content: 'Loading';
}

[data-cattype="51025"] .wrapper_pagination {
    grid-column: 1 / -1;
    width: 100%;
}

[data-cattype="51025"] .pagination {
    justify-content: center;
    gap: 5px;
}

[data-cattype="51025"] .pagination .page-link {
    min-width: 38px;
    border-color: #D8C9A7;
    border-radius: 0;
    background-color: transparent;
    color: #536B3B;
    text-align: center;
}

[data-cattype="51025"] .pagination .active .page-link,
[data-cattype="51025"] .pagination .page-link:hover {
    border-color: #536B3B;
    background-color: #536B3B;
    color: #FBFAF6;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Product detail */
[data-cattype="51025"] .detail-page {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 36px;
    margin-top: 24px;
}

/* Left 35% */
[data-cattype="51025"] .detail-page > .wrapper_productimg {
    position: relative;
    flex: 0 0 calc(35% - 18px);
    width: calc(35% - 18px);
    max-width: calc(35% - 18px);
    padding-right: 0;
    padding-left: 0;
}

/* Right 65% */
[data-cattype="51025"] .detail-page > .col-sm-9 {
    flex: 0 0 calc(65% - 18px);
    width: calc(65% - 18px);
    max-width: calc(65% - 18px);
    padding-right: 0;
    padding-left: 0;
}

/* If no image */
[data-cattype="51025"] .detail-page > .col-sm-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

/* Main thumbnail */
[data-cattype="51025"] .detail-page .productimg {
    display: block;
    width: 100%;
}

[data-cattype="51025"] .detail-page .productimg > a {
    display: block;
    width: 100%;
}

[data-cattype="51025"] .detail-page .productimg img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
}

/* Sale tag */
[data-cattype="51025"] .detail-page .wrapper_productimg .tag {
    top: -9px;
    right: 0;
}

/* Gallery */
[data-cattype="51025"] .detail-page .productimggallery {
    width: 100%;
    margin-top: 16px;
}

[data-cattype="51025"] .detail-page .productimggallery ul.listImage {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}

[data-cattype="51025"] .detail-page .productimggallery ul.listImage li {
    width: 70px;
    height: 50px;
    margin: 0;
}

[data-cattype="51025"] .detail-page .productimggallery ul.listImage li .wrapper_image {
    width: 70px;
    height: 50px;
}

/* Detail title */
[data-cattype="51025"] .detail-page h1.title {
    margin-top: 0;
    color: #536B3B;
    font-size: 26px;
}

[data-cattype="51025"] .detail-page .product-title {
    margin: 0 0 14px;
    color: #536B3B;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    text-transform: none;
}

[data-cattype="51025"] .detail-page form.ajax-add-to-cart,
[data-cattype="51025"] .detail-page form.ajax-add-to-cart .price,
[data-cattype="51025"] .detail-page form.ajax-add-to-cart .promotecode,
[data-cattype="51025"] .detail-page form.ajax-add-to-cart ul {
    text-align: left;
}

[data-cattype="51025"] .detail-page form.ajax-add-to-cart .group-quantity-control {
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 0;
}

[data-cattype="51025"] .detail-page .normal_text p {
    margin: 5px 0 12px;
}

[data-cattype="51025"] .detail-page input.input-number {
    max-width: 45px;
    height: 36px;
}

[data-cattype="51025"] .grid.list-attribute > li > label {
    display: block;
    margin-right: 5px;
    vertical-align: bottom;
}

[data-cattype="51025"] fieldset.social-media {
    margin: 15px 0 30px;
    padding: 10px;
}

[data-cattype="51025"] .tab-pane {
    padding: 20px;
}

[data-cattype="51025"] > .jumbotron {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 0 48px;
    padding: 52px 40px;
    border-radius: 0;
    background-color: #F7F0E3;
}

[data-cattype="51025"] > .jumbotron h1 {
    margin: 0;
    text-align: center;
}

@media (max-width: 1199px) {

    [data-cattype="51025"] .list-product {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    [data-cattype="51025"] .detail-page {
        gap: 28px;
    }

    [data-cattype="51025"] .detail-page > .wrapper_productimg {
        flex-basis: calc(35% - 14px);
        width: calc(35% - 14px);
        max-width: calc(35% - 14px);
    }

    [data-cattype="51025"] .detail-page > .col-sm-9 {
        flex-basis: calc(65% - 14px);
        width: calc(65% - 14px);
        max-width: calc(65% - 14px);
    }
}

@media (max-width: 991px) {

    section[data-cattype="51025"] {
        padding-bottom: 78px;
    }

    [data-cattype="51025"] h1.page-title {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 32px;
    }

    [data-cattype="51025"] form.form-inline .row > div {
        margin-bottom: 10px;
    }

    [data-cattype="51025"] .detail-page {
        gap: 24px;
    }

    [data-cattype="51025"] .detail-page > .wrapper_productimg {
        flex-basis: calc(38% - 12px);
        width: calc(38% - 12px);
        max-width: calc(38% - 12px);
    }

    [data-cattype="51025"] .detail-page > .col-sm-9 {
        flex-basis: calc(62% - 12px);
        width: calc(62% - 12px);
        max-width: calc(62% - 12px);
    }
}

@media (max-width: 767px) {

    [data-cattype="51025"] .list-product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 16px;
    }

    [data-cattype="51025"] .form-group {
        width: calc(50% - 7px);
        margin-right: 10px;
    }

    [data-cattype="51025"] .form-group:nth-child(2n) {
        margin-right: 0;
    }

    [data-cattype="51025"] .form-select {
        min-width: 0;
    }

    [data-cattype="51025"] form.form-inline #keyword {
        flex: 0 0 calc(100% - 80px);
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
    }

    [data-cattype="51025"] form.form-inline .btn-inverse {
        flex-basis: 44px;
        width: 44px;
        min-width: 44px;
        height: 44px;
    }

    [data-cattype="51025"] form.form-inline .btn-inverse::before {
        width: 19px;
        height: 19px;
    }

    /* Detail mobile */
    [data-cattype="51025"] .detail-page {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-top: 20px;
        padding-right: 18px;
        padding-left: 18px;
    }

    [data-cattype="51025"] .detail-page > .wrapper_productimg,
    [data-cattype="51025"] .detail-page > .col-sm-9,
    [data-cattype="51025"] .detail-page > .col-sm-12 {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }

    [data-cattype="51025"] .detail-page > .wrapper_productimg {
        margin-bottom: 28px;
    }

    [data-cattype="51025"] .detail-page .productimg,
    [data-cattype="51025"] .detail-page .productimg > a,
    [data-cattype="51025"] .detail-page .productimg img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {

    section[data-cattype="51025"] {
        padding-bottom: 64px;
    }

    [data-cattype="51025"] .container {
        width: calc(100% - 32px);
    }

    [data-cattype="51025"] > .jumbotron {
        width: 100%;
        margin-bottom: 36px;
        padding: 42px 20px;
    }

    [data-cattype="51025"] h1.page-title {
        width: 100%;
        margin-bottom: 28px;
        padding: 26px 16px;
        font-size: 32px;
    }

    [data-cattype="51025"] form.form-inline {
        margin-bottom: 36px;
    }

    [data-cattype="51025"] .form-group {
        width: 100%;
        margin-right: 0;
    }

    [data-cattype="51025"] form.form-inline #keyword {
        flex: 0 0 calc(100% - 72px);
        width: calc(100% - 72px);
        max-width: calc(100% - 72px);
    }

    [data-cattype="51025"] .grid_item .title,
    [data-cattype="51025"] .grid_item .title > a {
        font-size: 20px;
    }

    [data-cattype="51025"] .price {
        font-size: 16px;
    }

    [data-cattype="51025"] .sales-tag {
        top: 8px;
        right: 8px;
        width: 48px;
        height: 48px;
        font-size: 10px;
    }

    [data-cattype="51025"] .detail-page > .wrapper_productimg {
        margin-bottom: 24px;
    }
}