.col-contact {
    font-weight: normal;
}

.col-contact .button {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}

.col-contact .button.is-underline::before {
    width: 100%;
    left: 0;
    height: 1px;
    opacity: 1;
}

.banner-contact-form {
    padding: 48px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
}

.banner-contact-form h2 {
    font-size: 24px;
    margin: 0 0 24px;
}

.banner-contain-top {
    max-width: 288px;
}

.banner-contain-bottom>* {
    margin: 0 0 20px !important;
}

.banner-contain-bottom {
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 100px;
}

.banner-contact-form .col {
    padding-bottom: 0;
}

.archive-page-header h1 {
    font-size: 0;
}

.archive-page-header h1 span {
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    text-transform: uppercase;
}

.archive-page-header .col {
    padding-bottom: 0;
}

ul.nav.cat-archive {
    margin-bottom: 30px;
}

ul.nav.cat-archive li {
    margin: 0 32px 10px 0 !important;
}

ul.nav.cat-archive li a {
    color: #000;
    position: relative;
    display: block;
    padding: 0;
}

ul.nav.cat-archive li.active a {
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 10px;
}

ul.nav.cat-archive li:hover a,
ul.nav.cat-archive li.active a {
    color: var(--primary-color);
}

.box-blog-post .image-cover {
    padding-top: 100% !important;
}

.box-blog-post .is-divider {
    display: none;
}

.box-blog-post .blog-post-inner * {
    margin: 0 !important;
    text-align: left;
}

.box-blog-post .blog-post-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.box-blog-post .post-title a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.box-blog-post .post-title {
    order: -1;
    font-size: 30px;
    font-weight: normal;
}

.box-blog-post .box-text {
    text-align: left;
    padding: 16px 0 0;
}

a.cat-box {
    line-height: 36px !important;
    display: block;
    width: max-content;
    max-width: 100%;
    border: 1px solid #000;
    padding: 0 12px;
    border-radius: 20px;
    transition: all 0.5s;
    color: #000;
}

a.cat-box:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.home a.cat-box {
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    order: -1;
    background-color: transparent !important;
    color: #000 !important;
    line-height: 1 !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    opacity: 0.6;
}

p.from_the_blog_excerpt {
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.box-blog-post .button {
    font-size: 14px;
    font-weight: normal;
    min-height: unset;
    line-height: normal;
    border: 0;
    color: #000;
    gap: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: calc(calc(.25rem * 14) + 10px);
}

.box-blog-post .button::before {
    content: "";
    position: absolute;
    left: 0;
    width: calc(.25rem * 14);
    height: 2px;
    background: #000;
    flex: 0 1 auto;
    transition: all 0.5s;
}

.box-blog-post .button:hover:before {
    width: 10px;
    left: calc(calc(.25rem * 14) - 10px);
    background: var(--primary-color);
}

.box-blog-post .post-title:hover,
.box-blog-post .button:hover {
    color: var(--primary-color);
}

div#post-list .ux-relay__control {
    margin-top: 40px;
}

.single-main {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 0;
}

.single-main h1 {
    font-size: 30px;
    margin-bottom: 16px;
}

.meta-single {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 16px;
}

.excerpt {
    margin-bottom: 16px;
}

.single-main-img img {
    margin-bottom: 16px;
    width: 100%;
}

.single-main-bottom {
    display: flex;
    padding: 30px 0;
}

.share-wrap {
    width: calc(0.25rem * 20);
    margin-right: 64px;
}

.single-main-bottom .entry-content {
    flex: 1;
    padding: 0;
}

.share-wrap-btn>* {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    color: #000;
    cursor: pointer;
}

.share-wrap-btn>*:hover {
    color: var(--primary-color);
}

#swal2-title {
    justify-content: center;
    font-size: 20px;
}

.store-main-item svg {
    width: 20px;
    height: 20px;
}

.store-main-search {
    max-width: 612px;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.store-main-title {
    text-transform: uppercase;
    margin-bottom: 16px;
}

.store-main-search input[type="text"] {
    height: 52px;
    box-shadow: unset;
    background: rgb(248 247 247 / 58%);
    border: 0;
    font-weight: normal;
}

.store-main-bottom {
    display: flex;
    max-height: 48rem;
    height: 100vh;
}

.store-main-map {
    flex: 1;
    background: #eee;
    height: 100%;
}

.store-main-list {
    width: 30.6875rem;
    padding: 48px;
    background-color: #f8f7f7;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: auto !important;
    overflow-y: auto !important;
}

.store-main-desc {
    display: flex;
    flex-direction: column;
    gap: 14px;
    display: none;
}

.store-main-item h3 {
    color: var(--primary-color);
    font-weight: normal;
    font-size: 24px;
    margin: 0;
    position: relative;
}

.store-main-item h3::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    background: url(../svg/arr-right.svg) center / contain no-repeat;
}

.store-main-item.active h3::before {
    background: url(../svg/close.svg) center / contain no-repeat;
}

.store-main-item.active .store-main-desc {
    display: flex;
}

.store-main-item-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-main-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
    border-bottom: 1px solid #c4bdb4;
    font-weight: normal;
    cursor: pointer;
}

.store-main-item.active {
    display: flex !important;
}

.store-main-item:last-child {
    border-color: transparent;
}

.store-main-map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-main .box-text-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 64px 32px;
    gap: 30px;
}

.box-main .box-text.text-left {
    text-shadow: unset;
    height: 100%;
}

.box-main h2 {
    margin: 0 !important;
    font-size: 30px;
}

.box-main .btn-main {
    width: max-content;
    margin: 0 !important;
    line-height: 40px;
}

.product-thumbnails .col a,
.woocommerce-product-gallery__image a {
    position: relative;
    padding-top: 100%;
    margin: 0;
    display: block;
    transform: unset !important;
}

.product-thumbnails .col a img,
.woocommerce-product-gallery__image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: unset !important;
    height: 100%;
    object-fit: contain;
    background-color: #000;
}

.product-thumbnails .col {
    max-width: 20% !important;
    flex-basis: 20% !important;
    padding: 0 10px !important;
}

h1.product-title {
    font-size: 30px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0 0 8px;
}

p.box-excerpt.is-small {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto !important;
}

p.box-excerpt.is-small {
    display: none;
}

.single p.box-excerpt.is-small {
    display: none;
}

.box-text.box-text-products {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding-bottom: 0;
}

.box .price-wrapper {
    order: 10;
    margin-top: 10px;
}

.box .add-to-cart-button a {
    font-size: 16px;
    text-transform: none;
    line-height: 40px;
    margin: 0;
}

.archive .product-small.box {
    transition: all 0.5s;
    padding-bottom: 30px;
}

.archive .product-small.box:hover {
    transform: translateY(-20px);
}

.box .add-to-cart-button {
    display: none;
}

.archive .box .add-to-cart-button {
    order: 11;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transition: all 0.5s;
    margin: 10px 0 0;
    opacity: 0;
    display: block;
}

.product-small.box:hover .add-to-cart-button {
    opacity: 1;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 16px;
    text-transform: uppercase;
}

.price-wrapper .price {
    font-size: 16px;
}

.price-wrapper p.price.product-page-price {
    font-size: 18px;
    margin-bottom: 24px;
}

form.cart {
    flex-direction: column-reverse;
}

button.single_add_to_cart_button.button {
    line-height: 53px;
    font-weight: normal;
    border-radius: 30px;
    width: max-content;
    text-transform: none;
    font-size: 18px;
}

.form-minimal.quantity .qty {
    max-width: 48px;
}

.ux-quantity.quantity.buttons_added.form-minimal input {
    border-radius: 10px;
    font-size: 17px;
}

.woocommerce-variation-add-to-cart {
    flex-direction: column;
}

.ux-quantity.quantity.buttons_added {
    align-items: center;
}

.ux-quantity.quantity.buttons_added span {
    margin-right: 10px;
}

.product-info-main .ux-swatch--image {
    --swatch-size-medium: 78px;
    padding: 0;
}

.action-single {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.action-single-btn {
    background-color: var(--primary-color);
    border-radius: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    cursor: pointer;
}

td,
th {
    padding: 8px;
    font-size: 16px;
    font-weight: normal;
}

.product-specifications-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-section {
    border: 0;
}

h3.product-section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    text-transform: none;
    padding: 0;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

.product-top {
    padding-top: 20px;
}

.box-home {
    display: flex;
    background: #fff;
    margin-top: -100px;
    padding: 40px;
}

.box-home .box-image {
    width: 100% !important;
    max-width: 300px;
    position: relative;
}

.box-home .box-image img {
    max-width: 130px;
    margin: 0 auto;
    display: block;
}

.box-home .box-text {
    flex: 1;
    padding: 20px;
    padding-left: 50px;
}

.nav-policy ul {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.nav-policy ul li {
    display: block;
    margin: 0;
    width: 100%;
}

.nav-policy ul li a {
    padding: 8px 16px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    border-left: 2px solid transparent
}

.nav-policy ul li:hover a,
.nav-policy ul li.active a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

@media screen and (min-width: 1200px) {
    .banner-contact-form {
        padding: 100px 64px;
    }

    .banner-contact-form-main .col-inner {
        padding-right: 30px;
    }

    .banner-contact-form .form-cus .col-inner {
        padding-left: 30px;
    }

    .col-contact .button {
        margin-top: 50px;
    }

    .single-main nav.rank-math-breadcrumb {
        padding: 0 30px;
    }

    .banner-product .title-large h2 {
        font-size: 48px;
    }

    .img-banner img {
        max-height: 500px;
        object-fit: cover;
    }
}

@media screen and (min-width: 850px) {
    div#post-list .row {
        row-gap: 140px;
    }

    .box-home .box-image::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        border-right: 1px solid #ccc;
        height: 50px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1200px) {
    .store-main-list {
        padding: 3rem 2rem;
        width: 26.625rem;
    }

}

@media screen and (max-width: 850px) {
    .single-main-bottom {
        flex-direction: column-reverse;
    }

    .share-wrap-btn {
        display: flex;
        gap: 10px;
        width: 100%;
        flex: 1;
    }

    .share-wrap {
        width: 100%;
    }

    .store-main-list {
        padding: 3rem 7.5rem;
        width: 100%;
    }

    .store-main-bottom {
        max-height: unset;
        height: auto;
        flex-direction: column;
    }

    .store-main-map {
        height: 480px;
        width: 100%;
        flex: auto;
    }

    .box-home .box-image {
        max-width: 200px;
    }

}

@media screen and (max-width: 550px) {
    .banner-contain-bottom {
        margin: 0;
    }

    .archive-page-header h1 span {
        font-size: 40px;
    }

    .store-main-list {
        padding: 32px;
    }

    h3.product-section-title {
        font-size: 26px;
    }

    .box-home {
        flex-direction: column;
        padding: 20px;
        margin-top: 0;
    }

    .box-home .box-text {
        padding: 20px 0 0;
        text-align: center
    }
}