/* gallery  */



.product-wrapper {

    position: relative;

}



.product-img {

    width: 100%;

    cursor: zoom-in !important;

    aspect-ratio: 4 / 5;

    object-fit: cover;

}

.product-show {

    width: 100%;

    cursor: zoom-in !important;

    aspect-ratio: 4 / 5;

    object-fit: cover;

}


.swiper-product {

    position: relative;

    line-height: 0;

}



#productGalleryModal {

    background: #fff;

}



@media (max-width:767px) {

    .product-wrapper {

        margin-top: 120px;

    }



    .swiper-product {

        margin-left: auto;

        margin-right: auto;

        overflow: hidden;

        list-style: none;

        padding: 0;

        z-index: 1;

    }



    .product-show {

        height: 380px;

        object-fit: cover;

        aspect-ratio: unset;

    }


    .product-img {

        height: 380px;

        object-fit: cover;

        aspect-ratio: unset;

    }


    .swiper-product .swiper-pagination-bullet-active {

        background: #000;

    }



}



@media (min-width:768px) {

    .px-md-0 {

        padding-right: 0;

        padding-left: 0;

    }



    .product-wrapper {

        margin-bottom: 0px;

    }





    .product-wrapper .col-lg-8 {

        width: 64.666667%;

    }



    .product-wrapper .col-lg-4 {

        width: 35.333333%;

    }



    .product-wrapper .row {

        display: -ms-flexbox;

        display: flex;

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    }



    .swiper-product .swiper-slide {

        cursor: pointer;

        display: inline-block;

        width: calc(50% - 0px) !important;

        min-height: 330px;

        margin: 0 !important;

    }



    .swiper-product .swiper-wrapper {

        display: flex;

        flex-direction: row;

        flex-wrap: wrap;

        transform: unset !important;

    }



    .swiper-product .swiper-pagination {

        position: sticky;

        top: 50%;

        margin-right: 1.5625rem;

        display: flex;

        flex-direction: column;

        gap: .625rem;

    }



    .swiper-product .swiper-pagination-bullet {

        height: .4375rem;

        width: .4375rem;

        border: 1px solid #000;

        border-radius: 50%;

        cursor: pointer;

        background: transparent;

        opacity: 1;

    }



    .swiper-product .swiper-pagination-bullet {

        display: none;

    }



    .swiper-product .swiper-pagination-bullet-active {

        background-color: #000;

    }



    .pagination-body {

        position: absolute;

        height: 100%;

    }



    .product-sticky {

        padding: 15px;

        position: sticky;

        top: 0px;

    }



    .product-info {

        padding: 15px;

    }



    .singel-product-short-desc.singel-product-info__panel--paragraph {

        margin-top: 35px !important;

    }

}



/* content */



.product-btn-like {

    width: 18px;

    line-height: 1;

    padding: 0;

    border: 0;

    background: transparent;

    margin-right: 6px;

    margin-top: -10px;

    transition: 0.3s;

}



.product-btn-like svg {

    transition: 0.3s;

}



.product-btn-like:hover {

    transform: scale(1.1);

}



.product-btn-like:hover svg {

    fill: #000;

}



.product-btn-like.active svg {

    fill: #000;

}



.product-flex {

    display: flex;

    align-items: start;

}



.product-title {

    font-size: 22px;

    color: #111;

    font-weight: 600;

}



.product-space {

    display: flex;

    align-items: end;

    justify-content: space-between;

    margin-top: 40px;

}



.product-space .star-rating {

    margin-bottom: 0;

}



.product-price-main {

    font-size: 24px;

    color: #000;

    font-weight: 600;

}



.product-price-main span {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}



.product-price-before {

    font-size: 24px;

    text-decoration: line-through;

    margin-bottom: 5px;

    font-weight: 400;

}



.nc-box-star {

    font-size: 14px;

}





.product-more-items {

    display: flex;

    gap: 2px;

}



.product-more-item {

    display: block;

    width: 48px;

    height: 60px;

    transition: 0.3s;

    overflow: hidden;

}



.product-more-item:hover {

    opacity: 0.7;

}



.product-more-item:first-child {

    border-radius: 0 6px 6px 0;

}



.product-more-item:last-child {

    border-radius: 6px 0 0 6px;

}



.product-more-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.product-more {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 80px;

}



.product-more-title {

    font-size: 14px;

    color: #000;

}



.product-btn-add {

    width: 100%;

    background: #000;

    border: 1px solid #000;

    height: 50px;

    color: #fff;

    font-size: 16px;

    outline: none;

    transition: 0.24s;

    margin-top: 30px;

}



.product-btn-add:hover {

    background-color: transparent;

    color: #000;

}



.product-aside {

    border: 1px solid #000;

    padding: 20px;

    line-height: 1.8;

    text-align: center;

    margin-top: 30px;

    font-size: 15px;

}



.product-tag {

    margin-top: 10px;

    margin-bottom: 50px;

}



.product-tag svg {

    font-size: 16px;

    width: 24px;

    color: #000;

    margin-left: 10px;

}



.product-tag {

    display: flex;

    align-items: center;

    font-size: 15px;

    color: #000;

    margin-bottom: 0;

}



.product-desc {
    text-align: justify;
    color: #000;
    line-height: 1.9;
    font-size: 14px;
}



.product-att-body {

    margin-top: 10px;

}



.product-att {

    display: flex;

    align-items: center;

    justify-content: space-between;

    background: transparent;

    border: 0;

    font-size: 15px;

    color: #111;

    border-bottom: 1px solid #dfe0dd;

    width: 100%;

    padding: 10px 0;

    font-weight: 600;

    transition: 0.3s;

}



.product-att::after {

    content: '';

    display: inline-block;

    width: 16px;

    height: 16px;

    margin-left: 8px;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');

    background-size: contain;

    background-repeat: no-repeat;

    vertical-align: middle;

}



.product-att:hover {

    opacity: 0.7;

}



.product-att:last-child {

    border-bottom: 0;

}



.offcanvas {

    position: fixed;

    bottom: 0;

    z-index: 1050;

    display: flex;

    flex-direction: column;

    max-width: 100%;

    /* visibility: hidden; */

    background-color: #f0eee9;

    background-clip: padding-box;

    outline: 0;

    transition: transform .3s ease-in-out;

    top: 0;

    left: 0;

    width: 100%;

    max-width: 500px;

    border-right: 1px solid rgba(0, 0, 0, .2);

    transform: translateX(-100%);

}



.offcanvas.show {

    transform: none;

}



.offcanvas.custom {

    max-width: 1000px;

}



.offcanvas.custom.show {

    transform: none;

    display: flex !important;

    flex-direction: row;

    align-items: start;

}



.com-left {

    width: 50%;

    height: 100%;

    background: #fff;

    padding: 30px;

    padding-bottom: 0;

}



.com-right {

    width: 50%;

    height: 100%;

    padding: 30px;

    overflow: auto;

}



.offcanvas-close {

    margin-right: auto;

    padding: 25px;

}



.com-item {

    margin-bottom: 40px;

}



.com-list {

    overflow: auto;

    height: 100%;

    margin-top: 30px;

}



.com-item-head {

    display: flex;

    align-items: center;

    gap: 20px;

}



.com-item-date {

    margin-right: auto;

}



.com-item-rate {

    color: #000;

    font-size: 12px;

}



.com-item-text {

    color: #000;

    margin-top: 15px;

}



.com-head {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.com-head-title {

    font-size: 22px;

    color: #000;

}



.com-head-rate {

    display: flex;

    align-items: center;

    gap: 3px;

    font-size: 13px;

    color: #000;

}



.com-head-rate span {

    padding: 0 8px;

    margin-bottom: -3px;

    color: #000;

}



.com-search {

    display: flex;

    align-items: center;

    margin-top: 40px;

    border-bottom: 1px solid #000;

}



.com-search input {

    width: 100%;

    background: transparent;

    border: 0;

    outline: none;

    font-size: 15px;

    padding: 10px 0;

}



.com-search button {

    background: transparent;

    border: 0;

    outline: none;

    font-size: 16px;

}



.com-flex {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 10px;

}



.com-select {

    background: transparent;

    border: 0;

    font-size: 15px;

    color: #000;

    cursor: pointer;

}



.com-box-body {

    margin-top: 40px;

}



.com-box-title {

    font-size: 16px;

    font-weight: 600;

    color: #000;

}



.com-box-text {

    font-weight: 300;

    margin-top: 10px;

    color: #000;

}



.com-box-form {

    display: flex;

    flex-direction: column;

    margin-top: 20px;

}



.com-box-form label {

    font-size: 15px;

    font-weight: 400;

}



.com-box-form input {

    height: 44px;

    border: 1px solid #00000033;

    margin-top: 5px;

    padding: 10px;

    outline-color: var(--color1);

    border-radius: 0px;

    background: #fff;

}



.com-box-form textarea {

    border: 1px solid #00000033;

    margin-top: 5px;

    padding: 10px;

    outline-color: var(--color1);

    border-radius: 0px;

    background: #fff;

    margin-bottom: 15px;

}



.com-box-code input {

    border: 0;

    height: 40px;

    border: 1px solid #00000033;

    margin-right: 10px;

    text-align: center;

    outline-color: var(--color1);

    width: 100%;

    border-radius: 0px;

    max-width: 150px;

    background: #fff;

}



.com-box-code img {

    width: 140px;

}



.com-box-code {

    display: flex;

    align-items: center;

    white-space: nowrap;

}



.com-box-recode {

    font-size: 14px;

    margin-top: 15px;

    display: block;

    color: var(--color1);

}



.com-box-submit {

    height: 40px;

    background: #000;

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    padding: 10px;

    width: 100%;

    border-radius: 0;

    transition: 0.3s;

    margin-top: 15px;

    border: 1px solid var(--color1);

    display: flex;

    align-items: center;

    justify-content: center;

}



.com-box-submit:hover {

    background: #fff;

    color: var(--color1);

}



.wrapper-star input {

    display: none;

}



.wrapper-star label {

    margin: 0;

    cursor: pointer;

}



.com-box-body i.far.fa-star {

    color: #7D7D7D;

}



.com-box-body i.fas.fa-star {

    color: #f9bc00;

}



.comment-form-rate {

    display: flex;

    align-items: center;

    justify-content: space-between;

}











.offcanvas-body {

    padding: 10px 30px;

    height: 100%;

    overflow: auto;

}



.offcanvas-head {

    padding: 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.offcanvas-footer {

    padding: 15px;

    border-top: 1px solid #ccc;

}



.offcanvas-close {

    background: transparent;

    border: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    line-height: 1;

    color: #444;

    padding: 0;

    font-size: 18px;

}



.offcanvas-title {

    font-weight: bold;


    font-size: 18px;

}



#overlay-offcanvas {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: transparent;

    z-index: -20;

    transition: background 0.1s ease, z-index 0s;

    transition-delay: 0.1s, 0.4s;

}



#overlay-offcanvas.active {

    visibility: visible;

    transition: background 0.1s ease, z-index 0s;

    transition-delay: 0s, 0s;

    background: rgba(72, 72, 72, 0.6);

    z-index: 1000;

}





.offcanvas-body p {

    font-size: 14px;

    color: #000;

    line-height: 1.8;

    text-align: justify;

}



.offcanvas-body ul {

    list-style: disc;

    padding-right: 20px;

    margin-bottom: 30px;

}



.offcanvas-body li {

    font-size: 16px;

    color: #000;

    line-height: 1.9;

}



.offcanvas-body table {

    width: 100%;

    border-collapse: collapse;

    font-size: 14px;

    line-height: 1.5;

    margin-top: 10px;

}



.offcanvas-body td {

    padding: 10px 12px;

    border: 1px solid #e0e0e0;

}





.offcanvas-body td:first-child {

    background-color: #f9f9f9;

    font-weight: 500;

    width: 35%;

    color: #333;

}





.offcanvas-body td:last-child {

    background-color: white;

    color: #555;

}





.offcanvas-body tr:not(:last-child) td {

    border-bottom: none;

}





.offcanvas-body tr:hover td {

    background-color: #fafafa;

}



.offcanvas-body img {

    max-width: 100%;

}



.swiper-3 {

    overflow: hidden;

    position: relative;

}



.product-relative {

    overflow: hidden;

}



.card-pro {

    display: block;

    transition: 0.5s;

}



.card-pro-inner {

    position: relative;

    overflow: hidden;

    height: 324px;

}



.card-pro-img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);

}



.card-pro-cover {

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);

    opacity: 0;

    z-index: 1;

}



.card-pro:hover .card-pro-cover {

    opacity: 1;

}



.card-pro-title {

    color: #000;

    font-weight: 600;

    font-size: 15px;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

    -webkit-line-clamp: 1;

    margin-top: 5px;

}



.card-pro-link {

    text-align: center;

    border-bottom: 1px solid #ccc;

    width: max-content;

    margin-top: 10px;

}



.product-relative-info p {

    font-size: 15px;

    color: #000;

    line-height: 2;

    font-size: 15px;

}



.product-relative-info ul {

    font-size: 16px;

    color: #000;

    line-height: 2;

}



.product-relative-info {

    padding: 50px;

    margin-top: 40px;

    margin-bottom: 60px;

}





.product-relative-title {

    font-size: 26px;

    font-weight: 600;

    color: #000;

    margin-bottom: 20px;

}



.product-relative-banner {

    width: 100%;

    height: 100%;

    max-height: 830px;

    object-fit: cover;

}



.swiper-4 {

    overflow: hidden;

    position: relative;

}



.card-product {
    display: block;
    transition: 0.5s;
    position: relative;
    margin-bottom: 20px;

}

.card-product-price-discount {
    position: absolute;
    top: 40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
}

.card-product-inner {

    position: relative;

    overflow: hidden;

    height: 400px;

}



.card-product-img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);

}



.card-product-cover {

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);

    opacity: 0;

    z-index: 1;

}



.card-product:hover .card-product-cover {

    opacity: 1;

}



.card-product-title {

    color: #000;

    font-weight: 600;

    font-size: 16px;


    -webkit-box-orient: vertical;

    overflow: hidden;

    -webkit-line-clamp: 1;

    margin-top: 15px;

}



.card-product .fa-heart {

    position: absolute;

    right: 20px;

    top: 20px;

    font-size: 16px;

    color: #000;

}



.card-product-btn {

    position: absolute;

    bottom: 20px;

    right: 20px;

    background: #fff;

    width: 40px;

    height: 40px;

    box-shadow: 0 0 5px #00000052;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 16px;

    border-radius: 50px;

    color: #444;

    z-index: 999;

    transition: 0.3s;

}



.card-product-btn .fa-plus {

    position: absolute;

    right: 6px;

    top: 20px;

    font-size: 10px;

    background: #deddd7;

    width: 13px;

    height: 13px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50px;

    line-height: 2;

}



.card-product-btn:hover {

    opacity: 0.7;

}



.card-product-flex {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 10px;

}



.card-product-price {

    display: flex;

    align-items: center;

    font-size: 15px;

    flex-direction: row;

    gap: 10px;

}



.card-product-price-main {

    color: #000;

    font-weight: 600;

}



.card-product-price-before {

    text-decoration: line-through;

}



.product-similar-title {

    font-size: 26px;

    font-weight: 600;

    color: #000;

    margin-bottom: 40px;

    margin-top: 50px;

}



.product-similar {

    padding: 0 15px;

}



.product-video-main {

    width: 100%;

    height: 100%;

}



.product-video {

    overflow: hidden;

    margin-top: 50px;

}



.product-video-title {

    font-size: 26px;

    font-weight: 600;

    color: #000;

    margin-bottom: 20px;

}



.product-video-text {

    font-size: 16px;

    color: #000;

    line-height: 2;

}



.product-video-info {
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-video-list {
    margin-top: auto;
    padding-top: 20px;
}

.product-video-item {
    line-height: 2;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-video-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 25px;

    width: max-content;

    border: 1px solid #000;

    padding: 8px 24px;

    color: #000;

    font-size: 16px !important;

    transition: 0.3s;

    background: #fff;
}



.product-similar {
    margin-bottom: 30px;
}

.product-video-btn:hover {
    background: #000;
    color: #fff;

}

.product-video .row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}



.card-mini {
    position: fixed;
    left: 10px;
    top: 10px;
    background: #fff;
    display: flex;
    z-index: 99;
    box-shadow: 0 0 8px #00000038;
    padding: 5px;
    gap: 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}





.card-mini.show {

    opacity: 1;

    visibility: visible;

    display: flex !important;

}



.card-mini-img {

    width: 60px;

    height: 70px;

    border-radius: 5px;

}



.card-mini-flex {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

}



.card-mini-info {

    display: flex;

    flex-direction: column;

    justify-content: space-around;

}



.card-mini-title {

    font-size: 14px;

    color: #000;

}



.card-mini-price {

    font-size: 14px;

    color: #000;

}



.card-mini-price span {

    font-size: 12px;

}



.card-mini-add {

    font-size: 12px;

    text-decoration: underline;

    cursor: pointer;

}



.card-mini-add:hover {

    color: #000;

}



.product-end {

    position: relative;

    width: 100%;

    height: 100vh;

    overflow: hidden;

    margin-top: 60px;

}



.product-end video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: 1;

}



.product-end .overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));

    z-index: 2;

}



.product-end .content {

    position: absolute;

    bottom: 50px;

    left: 0;

    right: 0;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 50px;

    z-index: 3;

    color: white;

}





.product-end .text p {

    font-size: 16px;

    margin-top: 15px;

}



.product-end .text {

    font-size: 20px;

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

    max-width: 50%;

}



.product-end .image {

    width: 180px;

    height: 270px;

    border-radius: 0;

    border: 1px solid white;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);

    object-fit: cover;

}



.product-price-discount {

    background: #d9c17f;

    color: #000;

    width: 36px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 600;

    font-size: 16px;

}



.product-price-body {

    display: flex;

    gap: 5px;

}



@media (max-width:767px) {







    .product-title {

        font-size: 16px;

    }



    .product-space {
        margin-top: 10px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: start;
        margin-bottom: 10px;
    }



    .product-price-before {

        font-size: 16px;

    }



    .product-price-main {

        font-size: 16px;

    }

    .product-video-item {
        font-size: 12px;
    }

    .nc-box-star {

        font-size: 12px;

    }



    .star-rating {

        font-size: 12px;
        margin-right: auto;

    }



    .product-more-title {

        font-size: 12px;

    }



    .product-more {

        margin-top: 30px;

    }



    .product-more-item {

        width: 40px;

        height: 50px;

    }



    .product-btn-add {

        height: 44px;

        font-size: 12px;

        margin-top: 30px;

    }



    .product-aside {

        padding: 10px;

        margin-top: 15px;

        font-size: 12px;

    }



    .product-tag {

        font-size: 14px;

    }



    .product-desc {

        margin-top: 20px;

        font-size: 13px;

    }





    .product-att-body {

        margin-top: 10px;

        margin-bottom: 10px;

    }



    .product-att {

        font-size: 13px;

    }



    .offcanvas {

        max-width: 300px;

    }



    .offcanvas-body p {

        font-size: 12px;

    }



    .offcanvas-title {

        font-size: 16px;

    }



    .offcanvas-body li {

        font-size: 12px;

    }



    .offcanvas-body table {

        font-size: 12px;

    }



    .card-mini {

        left: 10px;

        top: 140px;

        padding: 5px;

        gap: 10px;

    }



    .card-mini-title {

        font-size: 12px;

    }



    .card-mini-price {

        font-size: 12px;

    }



    .card-mini-img {

        width: 54px;

        height: 58px;

        object-fit: cover;

    }



    .card-mini-add {

        font-size: 12px;

    }



    .product-relative-info {

        padding: 20px;

        margin-top: 0px;

        margin-bottom: 15px;

    }



    .product-relative-title {

        font-size: 16px;

        margin-bottom: 10px;

    }



    .product-relative-info ul {

        font-size: 12px;

    }



    .card-pro-inner {

        height: 260px;

    }



    .card-pro-title {

        font-size: 12px;

        padding: 0 10px;

    }



    .card-pro-link {

        margin-top: 5px;

        padding: 0 10px;

        font-size: 12px;

    }



    .product-similar-title {

        font-size: 18px;

        margin-bottom: 15px;

        margin-top: 30px;

    }



    .card-product-inner {

        height: 280px;

    }



    .card-product-title {

        font-size: 14px;

    }



    .card-product-price {

        display: flex;

        align-items: center;

        font-size: 14px;

    }



    .product-video-title {

        font-size: 16px;

    }



    .product-video {

        margin-top: 20px;

    }



    .product-video-text {

        font-size: 12px;

    }



    .product-video-btn {

        margin-top: 15px;

        padding: 5px 18px;

        font-size: 14px !important;

    }



    .product-price-main span {

        font-size: 13px;

    }



    .offcanvas.custom.show {

        flex-direction: column-reverse;

        overflow: auto;

    }



    .com-head-title {

        font-size: 16px;

    }



    .com-right {

        width: 100%;

        height: auto;

        padding: 20px;

        overflow: unset;

    }



    .com-left {

        width: 100%;

        height: auto;

        padding: 20px;

        overflow: unset;

    }



    .offcanvas.custom {

        max-width: 300px;

    }



    .product-end .content {

        flex-direction: column;

        align-items: flex-start;

        bottom: 30px;

        padding: 0 20px;

    }



    .product-end .text {

        font-size: 16px;

        max-width: 100%;

        margin-bottom: 15px;

    }



    .product-end .image {

        width: 80px;

        height: 90px;

    }



    .product-end .text p {

        font-size: 13px;

    }



    .product-end {

        margin-top: 40px;

    }



}



/* breadcrumb */



.breadcrumb {

    font-size: 14px;

    margin: 0;

    padding: 0;

    background: transparent;

    margin-top: 10px;

    margin-bottom: 40px;

}



li.breadcrumb-item a {

    color: #7D7D7D;

}



.breadcrumb-item.active a {

    color: #000;

}



li.breadcrumb-item a:hover {

    color: var(--color2);

}



@media (max-width:767px) {

    li.breadcrumb-item {

        white-space: nowrap;

    }



    .breadcrumb {

        font-size: 12px;

        flex-wrap: nowrap;

        overflow: auto;

        height: 25px;

        margin-bottom: 15px;

    }

}





/* before */



.singel-product__add-to-cart--button {

    background: #000;

    height: 44px;

    color: #fff;

    font-size: 16px;

    border: 0;

    outline: none;

    transition: 0.24s;

    justify-content: center;

    display: flex;

    align-items: center;

    border-radius: 0;

    width: 100%;

}



.singel-product__add-to-cart--button:hover {

    transform: unset;

    color: #000;

    font-size: 16px;

    background: #d9c17f;

}



#singel-product__add-to-cart {

    flex-wrap: nowrap;

}



.qty__button {

    width: 44px;

    height: 44px;

    border-radius: 0;

}



.qty__input {

    height: 44px;

    border-radius: 0;

}



.btn-telegram {

    border-radius: 0;

}



.singel-product__discount {

    border-radius: 0;

    right: 20px;

    z-index: 999;

    top: 20px;

    left: unset;

}



.singel-product__tabs--btn {

    border-radius: 0 !important;

}



.singel-product__attributes {

    border-radius: 0 !important;

}



.singel-product-desc-box {

    border-radius: 0 !important;

}



#product-packaging .product-packaging__item {

    border-radius: 0;

}



#product-packaging .product-packaging__item--title {

    border-radius: 0;

}



#related-products .product-card__header img {

    border-radius: 0;

}



#related-products .product-card__discount {

    border-radius: 0;

}



.singel-product-short-desc.singel-product-info__panel--paragraph {

    margin-top: 15px !important;

}



.singel-product__features {

    margin-bottom: 20px;

}



@media (max-width:767px) {

    .snapp-btn {

        margin: 10px 0 !important;

        font-size: 12px;

    }



    .snapp-desc {

        font-size: 10px;

        margin-top: 5px;

        display: block;

    }



    .snapp-btn img {

        height: 55px;

    }



    .singel-product__price--amount {

        font-weight: 700;

        font-size: 18px;

    }



    .singel-product__stock {

        font-size: 12px;

    }



    .singel-product__add-to-cart--button {

        font-size: 14px;

    }



    .singel-product__add-to-cart--button {

        height: 40px;

    }



    .qty__button {

        width: 40px;

        height: 40px;

    }



    .qty__input {

        height: 40px;

        width: 40px;

    }



    .singel-product__discount {

        right: 10px;

        top: 10px;

        width: 40px;

        height: 40px;

        font-size: 14px;

    }



    .singel-product__title {

        font-size: 16px;

    }



    .singel-product-short-desc {

        font-size: 12px;

    }



    .singel-product__features--item {

        font-size: 12px;

        padding: 5px 0;

    }



    .trust-product-title {

        font-size: 14px;

    }



    .btn-telegram-text {

        font-size: 12px;

    }



}

.offcanvas-list {
    border-bottom: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #000;
}

.offcanvas-row-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}

.w-100 {
    width: 100%;
}


.co-nav {
    display: none;
    line-height: 1.8;
}

.co-nav.action {
    display: block;
}

.co-tab {
    cursor: pointer;
    color: #ccc;
}

.co-tab.action {
    color: #000;
}


.co-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.co-item-success {
    font-size: 16px;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.co-item-success:before {
    content: '';
    width: 8px;
    height: 8px;
    background: green;
    display: block;
    border-radius: 20px;
}


.co-item-false {
    font-size: 16px;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.co-item-false:before {
    content: '';
    width: 8px;
    height: 8px;
    background: red;
    display: block;
    border-radius: 20px;
}

.co-tab-body {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    font-size: 16px;
}

.co-tab-body {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}


.singel-product__calc {
    margin-top: 20px;
}


.btn-lite:hover {
    color: #d9c17f;
}

.btn-lite {
    margin-top: 15px;
    background: transparent;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
}

.pgold2 {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 7px !important;
    margin-bottom: 10px;
}

.singel-product__calc .form-control {
    border-radius: 0;
    border-color: #ddd;
    box-shadow: unset;
}

.singel-product__calc--text {
    font-size: 14px;
}

#price_details_html table {
    font-size: 14px;
}

#price_details_html td.hr {
    background: transparent;
}

.details_fields input[type='radio']:checked+label {
    border: 2px solid #d9c17f !important;
    box-shadow: unset;
    border-radius: 6px;
}

.pcolor2 {
    width: auto !important;
    height: 60px !important;
    background-position: center;
    min-width: 40px;
}


.mySwiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

@media (max-width:767px) {
    .offcanvas-body {
        padding: 10px
    }

    .offcanvas-head {
        padding: 20px;
        padding-bottom: 10px;
    }

    .offcanvas-body .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .offcanvas-list {
        font-size: 12px;
    }

    .offcanvas-row-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .co-tab-body {
        margin: 15px 0;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .co-item-false {
        font-size: 14px;
    }

    .co-item-success {
        font-size: 14px;
    }

}

.pagination .page-numbers {
    box-shadow: unset;
    border: 1px solid #ddd;
    border-radius: 0;
}

.products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    display: grid;
}

.products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 35px;
}

.products-flex {
    gap: 10px;
    display: flex;
    align-items: center;
}

.products-title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
}

.products-btn i {
    font-size: 14px;
}

.products-btn {
    background: transparent;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.archive-products__sort--number {
    padding: 0;
    box-shadow: unset;
    gap: 0;
}

.archive-products__sort--number select {
    font-weight: 300 !important;
    font-family: inherit;
    font-size: 16px;
    width: 80%;
    background: #fff;
}

.archive-products__filter--checkbox {
    user-select: none;
    cursor: pointer;
}

.archive-products__filter--checkbox input {
    margin: 0;
    margin-left: 5px;
    accent-color: #d9c17f;
}


.offcanvas-end-btn {
    background: #000;
    height: 45px;
    width: 100%;
    margin-top: auto;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    margin-top: 30px;
}

.offcanvas-end-btn:hover {
    background: #d9c17f;
}


.custom-cat {
    background: #fff;
    max-width: 550px;
    right: 0;
    transform: translateX(+100%);
    transition: unset;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.custom-cat.offcanvas.show {
    transform: none;
    opacity: 1;
    display: flex !important;
}

.custom-cat .offcanvas-close {
    margin-left: auto;
    margin-right: unset;
    padding-top: 15px;
    padding-right: 20px;
    margin-bottom: -6px;
    z-index: 99;
}

@media (min-width:768px) {
    .custom-cat .offcanvas-close {
        display: none;
    }
}

.offcanvas-menu {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-right: 20px;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 10px;
    height: 30px;
}


.offcanvas-menu button {
    background: transparent;
    border: 0;
}

.offcanvas-menu button.focus {
    font-weight: bold;
}

.custom-basket {
    background: #fff;
    max-width: 450px;
}

.custom-basket .offcanvas-body {
    height: 100%;
    padding: 0 !important;
}

.offcanvas.custom-basket.show {
    display: flex !important;
}

.basket-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.basket-item:first-child {
    padding-top: unset;

}

.basket-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    color: #000;
}

.basket-total-title {
    font-size: 14px;
    font-weight: 600;
}

.basket-item-img {
    min-width: 90px;
    height: 84px;
    border-radius: 6px;
    object-fit: cover;
}

.basket-item-info {
    margin-right: 15px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.basket-item-count {
    display: flex;
    align-items: end;
    gap: 5px;
}

.basket-item-title {
    font-size: 14px;
    font-weight: 600;
    text-wrap: initial;
    color: #000;
}

.basket-item-count span {
    color: var(--color1);
    font-size: 16px;
}

.basket-item-discount {
    color: #545454 !important;
    text-decoration: line-through;
    font-size: 14px !important;
}

.basket-link {
    background: #000;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    margin-top: 10px;
    border: 1px solid #000;
    transition: 0.3s;
}

.basket-link:hover {
    background-color: #fff;
    color: #000;
}


.basket-item {
    padding: 15px;
}

.basket-total {
    margin-top: 0;
}

.basket-item-btns {
    display: flex;
    margin-right: auto;
}

.basket-item-btns button {
    background: transparent;
    border: 0;
    outline: none;
}











.drop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    user-select: none;
}

.drop-item {
    margin-bottom: 35px;
}

#counter {
    display: none;
}

@media (max-width:767px) {

    #counter {
        display: block;
        position: absolute;
        right: 20px;
        top: 22px;
        z-index: 999;
        color: #000;
    }

    .products-head {
        margin-top: 135px;
        align-items: start;
        margin-bottom: 10px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }


    .products-flex {
        gap: 0;
    }

    .products-title {
        font-size: 18px;
    }

    .products-btn {
        padding: 0;
        font-size: 14px;
    }

    .archive-products__sort--number select {
        font-size: 14px;
    }

    .offcanvas-end-btn {
        font-size: 14px;
        height: 40px;
    }

}





/* menu */


.offcanvas .sub-menu {
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.offcanvas .sub-menu .main-menu__item {
    margin: 0 !important;
}

.offcanvas .main-menu__link:hover {
    font-size: 14px !important;
}


.offcanvas .sub-menu .main-menu__link {
    padding: 0;
    color: #d9c17f;
}

.offcanvas .sub-menu .main-menu__link:first-child {
    margin-top: 0;
}

.offcanvas .sub-menu .sub-menu .main-menu__link {
    color: #000 !important;
    margin-top: 8px !important;
}

.offcanvas .sub-menu .no-submenu {
    margin-top: 10px !important;
}

.offcanvas .sub-menu .no-submenu .main-menu__link {
    margin: 0;
    padding-bottom: 5px !important;
    color: var(--primary-text-color) !important;
}


.canva-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    display: grid;
    margin-top: 20px;
}

.canva-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px !important;
    transition: 0.5s;
}

.canva-grid-item img {
    height: 70px;
    object-fit: contain;
    width: 100%;
    transition: 0.5s;
}

.canva-grid:hover .canva-grid-item {
    opacity: 0.7;
}

.canva-grid-item:hover {
    opacity: 1 !important;
}

.canva-grid-item:hover img {
    transform: scale(1.1);
}

.header-left__top {
    flex-wrap: nowrap;
    white-space: nowrap;
}

/* checkout */

.checkout-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.checkout-sticky {
    position: sticky;
    top: 0;
    padding: 40px;
    max-width: 500px;
}

.checkout-cart {
    border-right: 2px solid #e5e5e5;
    background: #f9f9f9;
}

.cart-item-img {
    min-width: 80px;
    height: 80px;
    max-width: 80px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.cart-item-count {
    position: absolute;
    right: -5px;
    top: -8px;
    background: #000;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
    font-weight: bold;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.cart-item-title {
    color: #000;
    font-weight: 600;
}

.card-item-price-main {
    display: flex;
    gap: 5px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.card-item-price-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    gap: 5px;
    color: #111;
    font-size: 15px;
}

.card-item-price-off {
    text-decoration: line-through;
}

.card-item-price-discount {
    background: #d9c17f;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 6px;
}

.cart-alert {
    display: flex;
    border: 1px solid #ddd;
    padding: 13px 15px;
    background: transparent;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    margin-bottom: 20px;
}

.cart-alert i {
    margin-top: 7px;
    margin-left: 10px;
    color: #666;
}

.cart-coupon {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 44px;
    margin-bottom: 20px;
}

.cart-coupon input {
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    padding: 10px;
    background: #ffff;
}

.cart-coupon button {
    height: 100%;
    background: transparent;
    border: 1px solid #ddd;
    color: #666;
    font-weight: 600;
    padding: 0 13px;
}

.card-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2.5;
    color: #000;
}

.card-detail-row:last-child {
    font-weight: bold;
    font-size: 15px;
}

.checkout-main {
    padding: 40px;
    max-width: 500px;
    margin-right: auto;
}

.checkout-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    margin-bottom: 30px;
    font-weight: 600;
}

.checkout-head::before,
.checkout-head::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
}


.checkout-group label {
    display: block;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}


.checkout-group input {
    width: 100%;
    border: 1px solid #000;
    height: 42px;
    padding: 5px 10px;
}

.checkout-group input::placeholder {
    text-align: right;
}

.checkout-group select {
    width: 100%;
    border: 1px solid #000;
    height: 42px;
    padding: 5px 10px;
}

.checkout-group textarea {
    width: 100%;
    border: 1px solid #000;
    padding: 5px 10px;
}

.checkout-group {
    margin-bottom: 15px;
}

.checkout-submit {
    width: 100%;
    height: 44px;
    background: #000;
    color: #fff;
    font-size: 16px;
    border: 1px solid #000;
    transition: 0.3s;
}

.checkout-submit:hover {
    border-color: #d9c17f;
    background: #d9c17f;
    color: #000;
}

.pay-row {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.pay-row-title {
    font-weight: bold;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}

.pay-body {
    border: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pay-item {
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    cursor: pointer;
}

.pay-item:last-child {
    border: 0;
}

.pay-item input {
    display: none;
}

.pay-item span {
    width: 16px;
    height: 16px;
    outline: 1px solid #000;
    border-radius: 50px;
}

.pay-item input:checked+span {
    background: #fff;
    border: 5px solid #000000;
}

.pay-item-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pay-item-title {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.pay-item-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.pay-item-text {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

@media (max-width:767px) {
    .checkout-body {
        display: flex;
        flex-direction: column;
        margin-top: 125px;
    }

    .checkout-sticky {
        padding: 20px;
        max-width: unset;
    }

    .checkout-main {
        padding: 20px;
        margin: unset;
        max-width: unset;
    }

    .cart-item {
        gap: 8px 15px;
        flex-wrap: wrap;
    }

    .cart-item-title {
        width: 60%;
    }

    .checkout-head {
        font-size: 16px;
        margin-bottom: 20px;
    }





}


.collections-grid {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 60px;
}

.c-item {
    position: relative;
    aspect-ratio: 2 / 3;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    overflow: hidden;
}

.c-item::before {
    content: '';
    background-image: linear-gradient(180deg, #ffffff00 0%, #000000e3 100%);
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.c-item.big-item {
    grid-column: span 2;
    aspect-ratio: initial;
}

.c-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s;
}

.c-item:hover .c-item-img {
    transform: scale(1.1);
}

.c-item-info {
    z-index: 2;
    position: relative;
    padding: 40px 30px;
    color: #fff;
}

.c-item-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.collection-row {
    margin-top: 40px;
    margin-bottom: 30px;
}

.collection-title {
    font-size: 26px;
    color: #000;
}

.collection-text {
    margin-top: 15px;
    font-size: 16px;
}

@media (max-width:766px) {
    .collections-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;

    }

    .collections-grid .c-item.big-item {
        aspect-ratio: 4/3;
        order: 1;
    }

    .c-item-info {
        padding: 20px;
    }

    .c-item-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .collection-row {
        margin-top: 140px;
        margin-bottom: 20px;
    }

    .collection-title {
        font-size: 18px;
    }

    .collection-text {
        margin-top: 10px;
        font-size: 12px;
    }

}


.pay-card {
    max-width: 420px;
    margin: 100px auto;
    background: #ffffff;
    border-radius: 32px;
    padding: 40px 32px 32px;
    box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    text-align: center;
}

.pay-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.pay-card-icon {
    margin-bottom: 24px;
}

.pay-card-icon i {
    font-size: 72px;
    background: linear-gradient(135deg, #10b981, #059669);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0 4px 8px rgba(16, 185, 129, 0.2));
}

.pay-card-title {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #1f2937, #374151);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 32px;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.pay-card-info {
    background: #f9fafb;
    border-radius: 20px;
    padding: 20px 24px;
    margin-bottom: 32px;
    border: 1px solid #f0f2f5;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.info-item:first-child {
    padding-top: 0;
}

.info-item:last-child {
    padding-bottom: 0;
}

.info-label {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    letter-spacing: 0.3px;
}

.info-value {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    display: inline-block;
}

.info-value small {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    margin-right: 4px;
}

.pay-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 24px;
    background: #111827;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.pay-card-btn:hover {
    background: #ffffff;
    color: #111827;
    border-color: #111827;
    transform: scale(0.98);
}

.pay-card.error .pay-card-icon i {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 4px 8px rgba(239, 68, 68, 0.2));
}

#comment__form label {
    display: initial;
}
.product-order-count {
    display: flex;
    align-items: center;
    max-width: 110px;
    background: #fff;
    border: 1px solid #7070702b;
    height: 50px;
    padding: 0 5px;
}
.product-order-count button {
    width: 100%;
    text-align: center;
    height: 100%;
    background: transparent;
    border: 0;
    padding-top: 5px;
    font-size: 14px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 8px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-order-count input {
    text-align: center;
    border: 0;
    outline: none;
    cursor: unset;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #F5F5F5;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    border: 1px solid #7070702b;
}

@media (max-width:767px) {

    .pay-card {
        margin: 150px auto;
    }

    .pay-card-title {
        font-size: 22px;
    }

    .pay-card-icon i {
        font-size: 54px;
    }

}