html.disable-scroll,
html.disable-scroll2,
html.disable-scroll3,
html.disable-scroll4 {
    overflow: hidden;
}

.grecaptcha-badge {
    display: none !important;
}

.center-btn {
    display: table;
    margin: 0 auto;
}

@font-face {
    font-family: Gorilla;
    font-display: swap;
    src: url(/wp-content/themes/ed_theme/assets/fonts/GorillaFont.ttf);
}

.gorilla {
    position: relative;
    font-family: Gorilla;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    transition: all 0.3s ease;
}

.gorilla:hover {
    color: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 992px) {
    .gorilla {
        display: block;
        margin-top: 10px;
    }
}

.pt-48 {
    padding-top: 48px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-28 {
    margin-top: 28px !important;
}

@media only screen and (max-width: 768px) {
    .mb-mob-48 {
        margin-bottom: 48px !important;
    }
}

.sec-pt-desk {
    padding-top: 96px !important;
}

.sec-pb-desk {
    padding-bottom: 96px !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.row {
    --bs-gutter-x: 40px;
    margin-right: -20px;
    margin-left: -20px;
}

.row > * {
    padding-right: 20px;
    padding-left: 20px;
}

.grid-1-cols-gaps,
.grid-2-cols-gaps,
.grid-3-cols-gaps,
.grid-4-cols-gaps {
    /* justify-content: center; */
    gap: 40px;
    margin: 0;
}

.tp-portfolio-breadcrumb-ptb .grid-3-cols-gaps {
    justify-content: flex-start;
}

.grid-2-cols-gaps > * {
    width: calc(50% - 20px);
    padding: 0;
}

.grid-3-cols-gaps > * {
    width: calc(33.33333333% - 27px);
    padding: 0;
}

.grid-4-cols-gaps > * {
    width: calc(25% - 30px);
    padding: 0;
}

@media only screen and (max-width: 992px) {
    .sec-pt-tabl {
        padding-top: 64px !important;
    }
    .sec-pb-tabl {
        padding-bottom: 64px !important;
    }
    .mb-tabl-40 {
        margin-bottom: 40px !important;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 32px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .row {
        --bs-gutter-x: 32px;
        margin-right: -16px;
        margin-left: -16px;
    }
    .row > * {
        padding-right: 16px;
        padding-left: 16px;
    }
    .grid-1-cols-gaps,
    .grid-2-cols-gaps,
    .grid-3-cols-gaps,
    .grid-4-cols-gaps {
        justify-content: center;
        gap: 32px;
        margin: 0;
    }
    .grid-2-cols-gaps > *,
    .grid-3-cols-gaps > *,
    .grid-4-cols-gaps > * {
        width: calc(50% - 16px);
        padding: 0;
    }
    .tp-fun-fact-ptb .grid-3-cols-gaps > * {
        width: calc(100%);
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .btn-mob-100p,
    .btn-mob-100p > * {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .sec-pt-mob-0 {
        padding-top: 0 !important;
    }
    .sec-pt-mob {
        padding-top: 48px !important;
    }
    .sec-pb-mob {
        padding-bottom: 48px !important;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 48px;
        padding-right: 24px;
        padding-left: 24px;
    }
    .row {
        --bs-gutter-x: 24px;
        margin-right: -12px;
        margin-left: -12px;
    }
    .row > * {
        padding-right: 12px;
        padding-left: 12px;
    }
    .grid-1-cols-gaps,
    .grid-2-cols-gaps,
    .grid-3-cols-gaps,
    .grid-4-cols-gaps {
        justify-content: center;
        gap: 24px;
        margin: 0;
    }
    .grid-2-cols-gaps > *,
    .grid-3-cols-gaps > *,
    .grid-4-cols-gaps > * {
        width: calc(100%);
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {
    .pt-32-tabl {
        padding-top: 32px !important;
    }
    .pt-tabl-0 {
        padding-top: 0 !important;
    }
    .pb-tabl-0 {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .mb-mob-30 {
        margin-bottom: 30px !important;
    }
    .mb-mob-24 {
        margin-bottom: 24px !important;
    }
    .mb-mob-16 {
        margin-bottom: 16px !important;
    }
    .pt-24-mob {
        padding-top: 24px !important;
    }
    .pb-mob-0 {
        padding-bottom: 0 !important;
    }
}

/* mesengers fixed block */

.popup-fill {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99998;
}

.mesengers-fixed-block {
    position: fixed;
    z-index: 99;
    bottom: 77px;
    left: 50px;
}

@media only screen and (max-width: 991px) {
    .mesengers-fixed-block {
        bottom: 15px;
        right: 15px;
        left: auto;
    }
}

.mesengers-fixed-block .mesengers-fixed-block-btn {
    position: relative;
    cursor: pointer;
    background: var(--blue-500);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mesengers-fixed-block .mesengers-fixed-block-btn:hover {
    box-shadow: 0px 8px 12px rgb(246 161 24 / 40%);
    background: var(--orange-base);
}

.mesengers-fixed-block .mesengers-fixed-block-btn.disable {
    opacity: 0;
    visibility: hidden;
}

.mesengers-fixed-block .mesengers-fixed-block-btn img,
.mesengers-fixed-block .mesengers-fixed-block-btn svg {
    position: absolute;
    display: none;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    fill: #fff;
}

.mesengers-fixed-block .mesengers-fixed-block-btn svg path {
    fill: #fff;
}

.mesengers-fixed-block .mesengers-fixed-block-btn img:first-child,
.mesengers-fixed-block .mesengers-fixed-block-btn svg:first-child {
    display: block;
}

.mesengers-fixed-block .mesengers-fixed-block-btn .mesengers-fixed-block-btn-circle {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid var(--blue-500);
    transform: scale(1, 1);
    -webkit-animation: circle-scale-anim 2s infinite ease-in-out !important;
    -moz-animation: circle-scale-anim 2s infinite ease-in-out !important;
    -ms-animation: circle-scale-anim 2s infinite ease-in-out !important;
    -o-animation: circle-scale-anim 2s infinite ease-in-out !important;
    animation: circle-scale-anim 2s infinite ease-in-out !important;
}

.mesengers-fixed-block .mesengers-fixed-block-btn:hover .mesengers-fixed-block-btn-circle {
    border: 1px solid var(--orange-base);
}

@keyframes circle-scale-anim {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: rotate(0deg) scale(2);
        opacity: 0;
    }
}

.mesengers-fixed-block .mesengers-fixed-block-close-btn {
    cursor: pointer;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 5px;
    left: 5px;
    background-color: #d6d6d6;
    border-radius: 50%;
    z-index: 112;
    box-shadow: 0 0 0 5px rgba(214, 214, 214, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.mesengers-fixed-block .mesengers-fixed-block-close-btn.active {
    opacity: 1;
    visibility: visible;
    transform: rotate(0);
}

.mesengers-fixed-block .mesengers-fixed-block-close-btn img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
}

.mesengers-fixed-block .mesengers-list {
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mesengers-fixed-block .mesengers-list.active {
    opacity: 1;
    visibility: visible;
    bottom: 60px;
}

.mesengers-fixed-block .mesengers-list > a {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    line-height: 46px;
    min-height: 46px;
    color: #ffff;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 22px;
    background: #292929;
    overflow: hidden;
}

.mesengers-fixed-block .mesengers-list > a:hover {
    background: var(--orange-base) !important;
}

.mesengers-fixed-block .mesengers-list > a .button-default-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mesengers-fixed-block .mesengers-list img,
.mesengers-fixed-block .mesengers-list svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    fill: #fff;
}

.mesengers-fixed-block .mesengers-list svg path {
    fill: #fff;
}

.lg-outer,
.lg-backdrop {
    z-index: 99999;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: var(--tp-theme-secondary);
}
.product-details-wrapper-mob,
.product-details-action-mob {
    display: none;
}

@media only screen and (max-width: 992px) {
    .product-details-wrapper-mob {
        display: block;
    }
    .product-text-desk {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .product-details-action-mob {
        position: sticky;
        display: block;
        width: 100%;
        bottom: -25px;
        z-index: 2;
    }
    .product-details-action-desk {
        display: none;
    }
}

/* mesengers fixed block end */

/* single product */

.single-product-hidden-elements {
    display: none;
}

.single-product-section .single-product-inner .product {
    display: block;
    width: 100%;
    clear: both;
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .single-product-section .single-product-inner .product .woocommerce-product-gallery {
        width: 50%;
        float: left;
        padding-right: 15px;
        margin-bottom: 0;
    }
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-main-image {
    position: relative;
    overflow: hidden;
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-main-image img {
    cursor: pointer;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 14px;
    transition: all 0.3s ease;
}
.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-main-image:hover img {
    transform: scale(1.1) rotate(-2deg);
}

@media only screen and (max-width: 768px) {
    .single-product-section .single-product-inner .product .woocommerce-product-gallery .product-main-image img {
        max-width: 80%;
        margin: 0 auto;
    }
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-main-image .single-product-pdf-button {
    position: absolute;
    display: inline-block;
    background: var(--blue-50);
    left: 16px;
    bottom: 16px;
    padding: 7px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    z-index: 2;
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-main-image .single-product-pdf-button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails {
    margin-top: 10px;
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails.center-mode {
    position: relative;
    left: 5px;
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-stage {
    margin: 0 auto;
}
.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-item {
    overflow: hidden;
}
.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-item img {
    cursor: pointer;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-item:hover img {
    transform: scale(1.1) rotate(-2deg);
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-dots .owl-dot span {
    background: var(--blue-100);
    transition: all 0.3s ease;
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-dots .owl-dot:hover span,
.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-dots .owl-dot.active span {
    background: var(--tp-theme-primary);
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-nav > button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    font-size: 16px;
    background: var(--blue-100);
    color: var(--tp-heading-primary);
    box-shadow: 0px 1px 2px 0px rgba(32, 33, 36, 0.1);
    transition: all 0.3s ease-out;
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-nav > button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-nav > button.disabled {
    opacity: 0;
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-nav .owl-prev {
    left: 0;
}

.single-product-section .single-product-inner .product .woocommerce-product-gallery .product-gallery-thumbnails .owl-nav .owl-next {
    right: 0;
}

.single-product-section .single-product-inner .product .onsale {
    display: none;
}

.single-product-section .single-product-inner .product .summary.entry-summary {
    width: 100%;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .single-product-section .single-product-inner .product .summary.entry-summary {
        width: 50%;
        float: left;
        padding-left: 45px;
    }
}

.tp-breadcrumb__list {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
}

.single-product-section .single-product-inner .product .summary.entry-summary .tp-breadcrumb__list span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.tp-breadcrumb__list span:last-child {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--tp-theme-primary);
}

@media only screen and (max-width: 991px) {
    .tp-breadcrumb__list span {
        font-size: 12px;
    }
}

/* @media only screen and (min-width: 0px) and (max-width: 575px) {
    .single-product-section .single-product-inner .product .summary.entry-summary .tp-breadcrumb__list span,
    .tp-breadcrumb__list span.dvdr::after {
        font-size: 10px;
    }
} */

.single-product-section .single-product-inner .product .summary.entry-summary .product_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
    color: var(--tp-common-black);
}

/* @media (max-width: 767px) {
    .single-product-section .single-product-inner .product .summary.entry-summary .product_title {
        font-size: 40px;
		line-height:1.2;
    }
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .single-product-section .single-product-inner .product .summary.entry-summary .product_title {
        font-size: 28px;
    }
} */

.single-product-section .single-product-inner .product .summary.entry-summary .woocommerce-product-rating {
    margin-bottom: 12px;
}

.single-product-section .single-product-inner .product .summary.entry-summary > .stock {
    display: none;
}

.single-product-section .single-product-inner .product .summary.entry-summary .single-product-stock-info {
    position: relative;
    padding-left: 32px;
    margin-bottom: 24px;
    color: var(--tp-common-black);
}

.single-product-section .single-product-inner .product .summary.entry-summary .single-product-stock-info span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
    border-radius: 50%;
    color: var(--tp-common-white);
}

.single-product-section .single-product-inner .product .summary.entry-summary .single-product-stock-info.in-stock span {
    background-color: var(--tp-theme-secondary);
    box-shadow: 0px 1px 2px rgba(197, 188, 237, 0.6);
}

.single-product-section .single-product-inner .product .summary.entry-summary .single-product-stock-info.out-of-stock span {
    background-color: var(--tp-theme-primary);
    box-shadow: 0px 1px 2px rgba(197, 188, 237, 0.6);
}

.single-product-section .single-product-inner .product .summary.entry-summary .single-product-stock-info.in-stock span img,
.single-product-section .single-product-inner .product .summary.entry-summary .single-product-stock-info.in-stock span svg {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.single-product-section .single-product-inner .product .summary.entry-summary .single-product-stock-info.out-of-stock span img,
.single-product-section .single-product-inner .product .summary.entry-summary .single-product-stock-info.out-of-stock span svg {
    width: 8px;
    height: 8px;
    object-fit: contain;
}

.single-product-section .single-product-inner .product .summary.entry-summary .price,
.single-product-section .single-product-inner .product .summary.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 36px;
}

.single-product-section .single-product-inner .product .summary.entry-summary .price {
    display: flex;
    gap: 20px;
    opacity: 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--tp-theme-secondary);
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .single-product-section .single-product-inner .product .summary.entry-summary .price {
        font-size: 18px;
    }
}

.single-product-section .single-product-inner .product .summary.entry-summary .price del {
    opacity: 1;
    color: var(--tp-text-body);
}

.single-product-section .single-product-inner .product.product-type-variable .woocommerce-variation-price {
    display: none;
}

.single-product-section .single-product-inner .product .summary.entry-summary form.cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 0;
}

.single-product-section .single-product-inner .product .summary.entry-summary .single_add_to_cart_button {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-radius: 10px;
    display: inline-block;
    padding: 18px 40px 18px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    background-color: var(--tp-theme-secondary);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.single-product-section .single-product-inner .product .summary.entry-summary .single_add_to_cart_button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}
.single-product-section .single-product-inner .product .summary.entry-summary .single_add_to_cart_button,
.single-product-section .single-product-inner .product .summary.entry-summary .single-product-buy-one-click-btn {
    width: calc(50% - 70px);
    padding: 18px 24px;
}
@media only screen and (max-width: 1399px) {
    .single-product-section .single-product-inner .product .summary.entry-summary .single_add_to_cart_button {
        width: calc(100% - 130px);
    }
}
@media only screen and (max-width: 575px) {
    .single-product-section .single-product-inner .product .summary.entry-summary .single_add_to_cart_button {
        width: calc(100% - 98px);
        padding: 18px;
    }
}

.single-product-section .single-product-inner .product .summary.entry-summary .single-product-buy-one-click-btn {
    margin-left: 10px;
}

@media only screen and (max-width: 1399px) {
    .single-product-section .single-product-inner .product .summary.entry-summary .single-product-buy-one-click-btn {
        width: calc(100% - 130px);
        margin-top: 10px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 575px) {
    .single-product-section .single-product-inner .product .summary.entry-summary .single-product-buy-one-click-btn {
        width: calc(100% - 98px);
    }
}

.single-product-section .single-product-inner .product .summary.entry-summary .quantity {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}

.single-product-section .single-product-inner .product .summary.entry-summary .quantity label {
    display: none;
}

.single-product-section .single-product-inner .product .summary.entry-summary .quantity input {
    width: 120px;
    margin-right: 10px;
    outline: transparent solid 2px !important;
    outline-offset: 2px !important;
    border: 1px solid #f3f4f6 !important;
    border-radius: 10px !important;
    font-size: 16px;
    line-height: 24px;
    padding: 18px 40px 18px;
    outline: none;
    box-shadow: none;
    margin-bottom: 0px;
}

@media only screen and (max-width: 575px) {
    .single-product-section .single-product-inner .product .summary.entry-summary .quantity input {
        width: 90px;
        margin-right: 8px;
    }
}

.single-product-section .single-product-inner .product .summary.entry-summary .quantity input::-webkit-outer-spin-button,
.single-product-section .single-product-inner .product .summary.entry-summary .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product-section .single-product-inner .product .summary.entry-summary .quantity input[type="number"] {
    -moz-appearance: textfield;
}

.single-product-section .single-product-inner .product .summary.entry-summary .quantity .single-product-quantity-less {
    cursor: pointer;
    position: absolute;
    width: 40px;
    text-align: center;
    font-size: 20px;
    left: 0;
    user-select: none;
}

.single-product-section .single-product-inner .product .summary.entry-summary .quantity .single-product-quantity-more {
    cursor: pointer;
    position: absolute;
    width: 40px;
    text-align: center;
    font-size: 20px;
    left: auto;
    right: 8px;
    user-select: none;
}

.single-product-section .single-product-inner .product .summary.entry-summary .product_meta {
    display: none;
}

.single-product-section .single-product-inner .product .woocommerce-tabs {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 48px;
}

@media only screen and (max-width: 1200px) {
    .single-product-section .single-product-inner .product .woocommerce-tabs {
        padding-top: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .single-product-section .single-product-inner .product .woocommerce-tabs {
        padding-top: 24px;
    }
}

.single-product-section .single-product-inner .product .woocommerce-tabs .tabs-list-wrapp {
    width: 100%;
    overflow: auto;
    margin-bottom: 24px;
}

.single-product-section .single-product-inner .product .woocommerce-tabs > div > ul {
    min-width: 100%;
    padding: 12px !important;
    border-radius: 10px;
    background: var(--blue-50);
    margin: 0 !important;
}

.single-product-section .single-product-inner .product .woocommerce-tabs > div > ul::before {
    display: none !important;
}

.single-product-section .single-product-inner .product .woocommerce-tabs > div > ul li {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    margin-right: 8px !important;
}

.single-product-section .single-product-inner .product .woocommerce-tabs > div > ul li::before,
.single-product-section .single-product-inner .product .woocommerce-tabs > div > ul li::after {
    display: none;
}

.single-product-section .single-product-inner .product .woocommerce-tabs > div > ul li a {
    border-radius: 8px;
    transition: all 0.3s ease-out;
    background-color: var(--tp-common-white);
    box-shadow: 0px 1px 3px 0px rgba(32, 33, 36, 0.08);
    padding: 20px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: var(--tp-text-body) !important;
}

.single-product-section .single-product-inner .product .woocommerce-tabs > div > ul li:hover a {
    color: var(--blue-400) !important;
}
.single-product-section .single-product-inner .product .woocommerce-tabs > div > ul li.active a {
    background-color: var(--blue-400) !important;
    color: var(--tp-common-white) !important;
}

.single-product-section .single-product-inner .product .woocommerce-tabs .panel {
    margin-bottom: 0;
    padding: 0 12px;
}

.single-product-section .single-product-inner .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    color: var(--tp-common-black);
}

.single-product-section .single-product-inner .product .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .single-product-section .single-product-inner .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 768px) {
    .single-product-section .single-product-inner .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
        line-height: 40px;
        font-size: 32px;
    }
}

/* .single-product-section .single-product-inner .product .woocommerce-tabs .woocommerce-Tabs-panel a {
    color: var(--tp-theme-primary);
    transition: all 0.3s ease;
}

.single-product-section .single-product-inner .product .woocommerce-tabs .woocommerce-Tabs-panel a:hover {
    color: var(--tp-theme-secondary);
} */

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes {
    border: none;
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes tbody {
    vertical-align: top;
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes tr:not(:last-child) {
    border: none;
    background: none;
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes th {
    width: 140px;
    padding: 8px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-text-body);
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes td {
    padding: 8px;
    border: none;
    background: none;
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes td,
.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes td p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-style: normal;
    color: var(--tp-heading-primary);
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes td p {
    padding: 0;
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes tr.woocommerce-product-attributes-item--attribute_category th a,
.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes tr.woocommerce-product-attributes-item--attribute_category th span {
    display: none;
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes tr.woocommerce-product-attributes-item--attribute_category td,
.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes tr.woocommerce-product-attributes-item--attribute_category td p {
    font-size: 0px;
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes tr.woocommerce-product-attributes-item--attribute_category td p {
    padding: 0;
    line-height: 1.5;
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes tr.woocommerce-product-attributes-item--attribute_category td a,
.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes tr.woocommerce-product-attributes-item--attribute_category td span {
    font-size: 16px;
}

.single-product-section .single-product-inner .product .woocommerce-tabs #tab-additional_information .shop_attributes tr.woocommerce-product-attributes-item--attribute_category td a:hover {
    color: var(--tp-theme-primary);
}

.single-product-section .single-product-inner .product .related.products {
    display: none;
}

/* single product end */

/* variable single product */

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations {
    position: relative;
    display: block;
    padding-bottom: 36px;
    margin-bottom: 0;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr:not(:last-child) {
    margin-bottom: 20px;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr th .woo-selected-variation-item-name {
    display: none;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td {
    position: relative;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td > .current-variable-item {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid rgba(31, 34, 32, 0.15);
    height: 60px;
    width: 220px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 26px;
    padding-right: 26px;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td > .current-variable-item::after {
    content: "\f107";
    font-size: 15px;
    font-weight: 400;
    margin-left: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: var(--tp-heading-primary);
    font-family: var(--tp-ff-fontawesome);
    transform: rotate(-90deg);
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td > .current-variable-item.active::after {
    transform: rotate(0deg);
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td ul {
    position: absolute;
    display: none;
    top: calc(100% + 10px);
    left: 0;
    width: 220px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td ul > li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0px 2px rgba(55, 122, 190, 1);
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tbody {
    display: block;
    width: 100%;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td ul > li:last-child {
    margin-bottom: 0;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td ul > li::before,
.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td ul > li::after {
    display: none;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr.color-variation {
    width: 100% !important;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr.color-variation .current-variable-item,
.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr.color-variation select {
    display: none !important;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr.color-variation td {
    width: 100% !important;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr.color-variation ul {
    position: relative;
    display: inline-flex !important;
    padding: 0;
    flex-wrap: wrap;
    width: auto !important;
    gap: 8px;
    clear: both;
    box-shadow: none !important;
    z-index: 1;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr.color-variation ul li {
    display: flex;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 !important;
    padding: 2px !important;
    border-radius: 8px;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr.color-variation ul li:before {
    content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock);
    pointer-events: none;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: 100px;
    height: 30px;
    background-color: var(--blue-50);
    border-radius: 2px;
    bottom: calc(100% + 10px);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    color: var(--tp-text-body);
    font-size: 14px;
    line-height: 1;
    padding-inline: 10px;
    top: auto;
    transform: translateX(0px);
    width: max-content;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity 0.5s ease-in-out;
    visibility: hidden;
    z-index: 999;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr.color-variation ul li:after {
    content: " ";
    pointer-events: none;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border-top-color: transparent;
    border: 5px solid transparent;
    border-top-color: var(--blue-50);
    bottom: auto;
    font-size: 0;
    line-height: 0;
    top: -10px;
    width: 0;
    opacity: 0;
    transform: translateZ(0);
    transition: opacity 0.5s ease-in-out;
    visibility: hidden;
    z-index: 999;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr.color-variation ul li:hover:before,
.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr.color-variation ul li:hover:after {
    opacity: 1;
    visibility: visible;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    display: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-contents {
    border-radius: 6px;
    overflow: hidden;
}

.single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td .reset_variations {
    display: none !important;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin: 0;
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .woocommerce div.product form.cart .woocommerce-variation-description p {
        font-size: 16px;
        line-height: 28px;
    }
}

.woocommerce div.product form.cart .woocommerce-variation-description p:not(:last-child) {
    padding-bottom: 24px;
}

.woocommerce div.product form.cart .woocommerce-variation-description {
    padding-bottom: 36px;
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td > .current-variable-item,
    .single-product-section .single-product-inner .product.product-type-variable .summary.entry-summary table.variations tr td ul {
        width: 160px;
    }
}

/* variable single product end */

/* single product reviews */

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form-rating .nice-select {
    display: none;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form-rating p.stars a,
.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .star-rating::before,
.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .star-rating span::before {
    color: var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) {
    .single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-author,
    .single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-email {
        display: block;
        width: calc(50% - 12px);
        float: left;
    }
    .single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-author {
        margin-right: 12px !important;
    }
    .single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-email {
        margin-left: 12px !important;
    }
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-author label,
.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-email label {
    display: block;
    width: 100%;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-author input,
.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-email input {
    height: 60px;
    width: 100%;
    border: 1px solid rgba(31, 34, 32, 0.15);
    border-radius: 5px;
    background: none;
    color: var(--tp-heading-primary);
    font-size: 16px;
    padding: 0 20px;
    outline: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-comment textarea {
    height: 120px;
    width: 100%;
    border: 1px solid rgba(31, 34, 32, 0.15);
    border-radius: 5px;
    background: none;
    color: var(--tp-heading-primary);
    font-size: 16px;
    padding: 20px;
    outline: none;
    box-shadow: none;
    margin-bottom: 0px;
}

/* .single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .form-submit {
    margin: 0;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .form-submit .submit {
    position: relative !important;
    height: 45px !important;
    display: inline-block !important;
    background-color: var(--clr-theme-1) !important;
    line-height: 45px !important;
    border-radius: 5px !important;
    padding: 0 35px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: var(--clr-common-black) !important;
    overflow: hidden !important;
    transition: all linear 0.3s !important;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .form-submit .submit:hover {
    background-color: var(--clr-theme-dark-green) !important;
} */

.single-product-section #review_form_wrapper .form-submit .tp-btn span {
    line-height: 1;
    color: var(--tp-common-white);
}

.single-product-section #review_form_wrapper .form-submit .tp-btn input {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0 !important;
    z-index: 2 !important;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews ol.commentlist {
    padding: 0;
    margin-bottom: 48px !important;
}

@media only screen and (max-width: 768px) {
    .single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews ol.commentlist {
        margin-bottom: 32px !important;
    }
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews ol.commentlist li {
    list-style-type: none;
    margin-bottom: 12px !important;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews ol.commentlist li:last-child {
    margin-bottom: 0 !important;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews ol.commentlist li img.avatar {
    display: none;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews ol.commentlist li .meta {
    font-size: 14px !important;
    color: #202124 !important;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews ol.commentlist li .comment-text {
    width: 100%;
    margin-left: 0 !important;
    border: none !important;
    background: var(--blue-100) !important;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-reply-title {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    color: ar(--tp-heading-primary);
    font-weight: 700;
    line-height: 1.2;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-reply-title.no-reviews {
    font-size: 16px;
    font-weight: normal;
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 28px;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-cookies-consent {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-cookies-consent::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    border-radius: 4px;
    border: 1px solid rgba(31, 34, 32, 0.15);
    transition: all 0s ease;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-cookies-consent.active::before {
    border: 1px solid rgba(31, 34, 32, 0.15);
    background-image: url(/wp-content/themes/ed_theme/assets/img/form-check-icon.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-cookies-consent::after {
    content: "";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: -3px;
    left: -6.5px;
    border-radius: 50%;
    background: none;
    opacity: 0;
    transform: scale(0.1);
    transition: all 0.3s ease;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-cookies-consent:hover::after {
    opacity: 0.3;
    transform: scale(1);
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-cookies-consent label {
    cursor: pointer;
}

.single-product-section .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-reviews .comment-form .comment-form-cookies-consent input {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

/* single product reviews end */

/* cart */

body.woocommerce-cart .cart-section .wc-block-cart .wc-block-cart__sidebar {
    padding: 40px 35px;
    border-radius: 10px;
    background: var(--blue-50);
}

body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(31, 34, 32, 0.15);
    margin-bottom: 4px;
}
body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__quantity .wc-block-components-quantity-selector input{
	padding:0;
}
body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    width: 100%;
    text-align: center;
}
body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
    display: none;
}
body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::after {
    content: "Видалити";
    font-size: 12px;
}

@media only screen and (max-width: 991px) {
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        width: auto;
    }
}

body.woocommerce-cart .cart-section .wc-block-components-product-badge {
    display: none;
}

body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__prices .wc-block-components-product-price {
    display: flex;
    flex-direction: column-reverse;
    padding-right: 20px;
    text-align: right;
}

body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__prices .wc-block-components-product-price * {
    color: var(--tp-theme-secondary);
}

body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__prices .wc-block-components-product-price del {
    color: var(--tp-text-body);
}

@media only screen and (min-width: 992px) {
    body.woocommerce-cart .cart-section .wc-block-cart {
        display: table;
        width: 100%;
        clear: both;
    }
    body.woocommerce-cart .cart-section .wc-block-cart .wc-block-cart__main {
        float: left;
    }
    body.woocommerce-cart .cart-section .wc-block-cart .wc-block-cart__sidebar {
        position: sticky;
        display: table;
        height: auto;
        float: left;
        top: 66px;
        padding: 30px;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-items__row > td {
        vertical-align: middle;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__image {
        padding-left: 0;
        padding-right: 20px;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__image img {
        display: block;
        width: 120%;
        max-width: 120px;
        height: 120px;
        object-fit: contain;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 120px;
        clear: both;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-components-product-name,
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__prices,
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__quantity {
        display: block;
        width: calc(33.33% - 0px);
        max-width: calc(33.33% - 0px);
        float: left;
        text-align: center;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-components-product-name {
        margin: 0;
        text-align: left;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
        margin: 0 auto;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        display: flex;
        align-items: center;
        justify-content: end;
        height: 120px;
        flex-direction: row;
    }
}

@media only screen and (max-width: 992px) {
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__quantity {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
        margin: 0;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__prices .wc-block-components-product-price {
        display: inline-flex;
        width: auto;
        text-align: right;
    }
    body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-cart-item__prices .wc-block-components-product-price * {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .cart-section .wc-block-components-product-name,
    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        padding-right: 12px;
        font-size: 15px;
    }
    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
        height: 30px;
    }
}

body.woocommerce-cart .cart-section .wc-block-cart__main .wc-block-cart-item__product > .wc-block-cart-item__wrap > .wc-block-components-product-name:hover {
    color: var(--tp-theme-primary);
}

body.woocommerce-cart .cart-section .wc-block-cart .wc-block-cart__main .wc-block-cart-item__total .wc-block-components-sale-badge {
    display: none;
}

body.woocommerce-cart .cart-section .wc-block-cart-items__row .wc-block-components-product-metadata {
    display: none;
}

body.woocommerce-cart .cart-section .is-large .wc-block-components-sidebar .wc-block-components-panel,
body.woocommerce-cart .cart-section .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
body.woocommerce-cart .cart-section .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding: 0;
}

body.woocommerce-cart .cart-section .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
body.woocommerce-cart .cart-section .wc-block-components-form .wc-block-components-text-input.is-active label,
body.woocommerce-cart .cart-section .wc-block-components-text-input input:-webkit-autofill + label,
body.woocommerce-cart .cart-section .wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(0.7);
}

body.woocommerce-cart .cart-section .wc-block-components-totals-coupon__input label {
    outline: none;
    color: var(--clr-common-heading);
}

body.woocommerce-cart .cart-section .wc-block-components-totals-coupon__input input {
    height: 60px;
    width: 100%;
    border: 1px solid var(--bg-tetriary);
    border-radius: 5px;
    background: var(--bg-tetriary);
    color: var(--clr-common-heading);
    font-size: 16px;
    padding: 0 20px;
    outline: none;
    box-shadow: none;
    margin-bottom: 0px;
}

body.woocommerce-cart .cart-section .wc-block-components-totals-wrapper {
    padding: 24px 0;
}

body.woocommerce-cart .cart-section .wc-block-components-totals-wrapper.wp-block-woocommerce-cart-order-summary-discount-block,
body.woocommerce-cart .cart-section .wc-block-components-totals-wrapper.wp-block-woocommerce-cart-order-summary-fee-block {
    display: none;
}

body.woocommerce-cart .cart-section .wp-block-woocommerce-cart-order-summary-totals-block {
    padding-bottom: 0;
}

body.woocommerce-cart .cart-section .wc-block-cart__submit {
    margin: 0;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container {
    transition: all 0.3s ease;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container--sticky {
    background: var(--blue-50) !important;
    z-index: 10;
}

body.woocommerce-cart .cart-section .wc-block-components-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 60px !important;
    height: 60px !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    padding: 0 20px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    background-color: var(--tp-theme-secondary);
    -webkit-transition: 500ms all ease;
    box-shadow: none !important;
    transition: 500ms all ease;
}

body.woocommerce-cart .cart-section .wc-block-components-button[disabled] {
    opacity: 0.5;
}

body.woocommerce-cart .cart-section .cart-additional-btn {
    width: 100%;
    margin-top: 12px;
    text-align: center;
}

body.woocommerce-cart .cart-section .wc-block-components-button.wc-block-components-totals-coupon__button {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    padding: 18px 40px 18px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    background-color: var(--tp-theme-secondary);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

body.woocommerce-cart .cart-section .wp-block-woocommerce-cart-totals-block {
    background: var(--bg-secondary);
    padding: 20px;
}

body.woocommerce-cart .cart-section .wc-block-components-button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}

body.woocommerce-cart .cart-section .wc-block-components-button span {
    display: block !important;
    opacity: 1;
    visibility: visible !important;
}

body.woocommerce-cart .cart-section .wc-block-components-totals-coupon > a:hover {
    color: var(--tp-common-white);
}

body.woocommerce-cart .cart-section .wc-block-components-button .wc-block-components-spinner,
body.woocommerce-cart .cart-section .wp-block-woocommerce-empty-cart-block h2:not(.wc-block-cart__empty-cart__title),
body.woocommerce-cart .cart-section .wp-block-woocommerce-empty-cart-block .wc-block-product-new,
body.woocommerce-cart .cart-section .wp-block-woocommerce-cart-order-summary-shipping-block {
    display: none !important;
}

body.woocommerce-cart .cart-section .wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: var(--tp-theme-primary);
}

.wc-block-components-notice-banner.is-info > svg {
    background-color: var(--tp-theme-primary) !important;
    fill: var(--clr-common-black) !important;
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner,
.wc-block-components-notice-banner.is-info {
    background: var(--bg-tetriary) !important;
    color: var(--text-primary) !important;
}

.is-medium.wc-block-components-sidebar-layout,
.is-mobile.wc-block-components-sidebar-layout,
.is-small.wc-block-components-sidebar-layout,
.is-medium .wc-block-cart__sidebar,
.is-mobile .wc-block-cart__sidebar,
.is-small .wc-block-cart__sidebar {
    margin-bottom: 0 !important;
}

.empty-cart-btn {
    margin: 0 auto;
    display: table;
}

@media only screen and (max-width: 992px) {
    body.woocommerce-cart .cart-section .wc-block-components-totals-coupon__form {
        display: block;
        width: 100%;
    }
    body.woocommerce-cart .cart-section .wc-block-components-totals-coupon__form .wc-block-components-text-input,
    body.woocommerce-cart .cart-section .wc-block-components-totals-coupon__form .wc-block-components-text-input input {
        width: 100%;
    }
    body.woocommerce-cart .cart-section .wc-block-components-totals-coupon__form .wc-block-components-button {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .wc-block-cart .wc-block-cart__submit-container--sticky:before {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 60% !important;
    }
    .wc-block-components-sidebar {
        width: calc(40% - 20px) !important;
        margin-left: 20px;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main {
        padding-right: 20px !important;
    }
}

/* cart end */

/* checkout */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin-bottom: 40px !important;
}

@media only screen and (max-width: 1200px) {
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        margin-bottom: 32px !important;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        margin-bottom: 24px !important;
    }
}

body.woocommerce-checkout .checkout-section {
    display: table;
    width: 100%;
}

body.woocommerce-checkout .woocommerce-info {
    border-top-color: var(--tp-theme-primary) !important;
    background-color: var(--blue-50);
}

body.woocommerce-checkout .woocommerce-info::before {
    color: var(--tp-theme-primary) !important;
}

@media only screen and (max-width: 992px) {
    body.woocommerce-checkout .checkout-section {
        display: block;
    }
}

body.woocommerce-checkout form .form-row,
body.woocommerce-checkout .checkout-section .checkout_coupon > .form-row,
body.woocommerce-checkout .checkout-section .woocommerce-billing-fields__field-wrapper > .form-row {
    padding: 0;
    margin: 0;
}

body.woocommerce-checkout form .form-row label .optional {
    display: none;
}

body.woocommerce-checkout .checkout-section .woocommerce-terms-and-conditions-wrapper {
    margin-top: 1em;
}

body.woocommerce-checkout .checkout-section .woocommerce-billing-fields__field-wrapper > .form-row {
    margin-bottom: 20px;
}

body.woocommerce-checkout .checkout-section .woocommerce-billing-fields__field-wrapper > .form-row#custom_address_delivery_house_field_field {
    width: calc(50% - 10px);
    float: left;
    clear: none;
}

body.woocommerce-checkout .checkout-section .woocommerce-billing-fields__field-wrapper > .form-row#custom_address_delivery_apartment_field_field {
    width: calc(50% - 10px);
    float: right;
    clear: none;
}

body.woocommerce-checkout .checkout-section .checkout_coupon > .form-row-first {
    width: calc(100% - 255px);
    margin-right: 20px;
}

body.woocommerce-checkout .checkout-section .checkout_coupon > .form-row-last {
    width: 235px;
}

body.woocommerce-checkout .checkout-section .woocommerce-billing-fields__field-wrapper > .form-row-first {
    width: calc(50% - 10px);
    margin-right: 10px;
}

.woocommerce form .form-row label.woocommerce-form-login__rememberme {
    cursor: pointer;
    position: relative;
    display: flex !important;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.woocommerce form .form-row label.woocommerce-form-login__rememberme::before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #cfc8d8;
    border-radius: 4px;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.woocommerce form .form-row label.woocommerce-form-login__rememberme.active::before {
    border: 1px solid var(--tp-theme-primary);
    background: var(--tp-theme-primary);
    background-image: url(/wp-content/themes/ed_theme/assets/img/check-icon.svg);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.woocommerce form .form-row label.woocommerce-form-login__rememberme input {
    opacity: 0;
}

.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce form .form-row .required,
.woocommerce-error::before {
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

.woocommerce-error {
    background-color: var(--red-50);
    border-top-color: var(--red-base);
}

.woocommerce-error::before {
    color: var(--red-base);
}

#add_payment_method .checkout .checkout-inline-error-message,
.woocommerce-cart .checkout .checkout-inline-error-message,
.woocommerce-checkout .checkout .checkout-inline-error-message {
    color: var(--red-base);
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--red-base);
}

@media only screen and (max-width: 992px) {
    body.woocommerce-checkout .checkout-section .woocommerce-billing-fields__field-wrapper > .form-row-first {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none;
        clear: both;
    }
}

body.woocommerce-checkout .checkout-section .woocommerce-billing-fields__field-wrapper > .form-row-last {
    width: calc(50% - 10px);
    margin-left: 10px;
}

@media only screen and (max-width: 992px) {
    body.woocommerce-checkout .checkout-section .woocommerce-billing-fields__field-wrapper > .form-row-last {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none;
        clear: both;
    }
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout > .col2-set {
    width: calc(60% - 20px);
    float: left;
    margin-right: 20px;
}

@media only screen and (max-width: 992px) {
    body.woocommerce-checkout .checkout-section .woocommerce-checkout > .col2-set {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none;
        clear: both;
    }
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout > #order_review {
    width: calc(40% - 20px);
    float: left;
    margin-left: 20px;
}

@media only screen and (max-width: 992px) {
    body.woocommerce-checkout .checkout-section .woocommerce-checkout > #order_review {
        width: 100%;
        float: none;
        margin: 0;
        background-color: #f9fafb;
    }
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout > #order_review > table {
    border: none;
    padding: 40px 35px;
    border-radius: 10px !important;
    background: var(--blue-50);
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout > #order_review > table .cart_item .product-total,
body.woocommerce-checkout .checkout-section .woocommerce-checkout > #order_review > table .cart-subtotal td,
body.woocommerce-checkout .checkout-section .woocommerce-checkout > #order_review > table .order-total td {
    text-align: right;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout > #order_review tr > *:first-child {
    padding-left: 0;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout > .col2-set > div {
    width: 100%;
    clear: both;
}

body.woocommerce-checkout .checkout-section .woocommerce-billing-fields > h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout #order_review_heading {
    width: calc(40% - 20px);
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    body.woocommerce-checkout .checkout-section .woocommerce-checkout #order_review_heading {
        width: 100%;
        float: none;
        margin-top: 40px;
        margin-left: 0;
    }
}

body.woocommerce-checkout .checkout-section .checkout_coupon > .form-row-first input,
body.woocommerce-checkout .checkout-section .woocommerce-billing-fields__field-wrapper input,
body.woocommerce-checkout .checkout-section .zen-ui-select .zen-ui-select__value,
body.woocommerce-checkout .checkout-section .woocommerce-input-wrapper input {
    height: 60px;
    width: 100%;
    outline: transparent solid 0px !important;
    outline-offset: 0px !important;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(31, 34, 32, 0.15);
    font-size: 16px;
    padding: 0 20px;
    outline: none;
    box-shadow: none;
    margin-bottom: 0px;
}

body.woocommerce-checkout .checkout-section .select2 .select2-selection {
    height: 60px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(31, 34, 32, 0.15);
}

body.woocommerce-checkout .checkout-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -13px;
}

body.woocommerce-checkout .checkout-section .select2 .select2-selection .select2-selection__rendered {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
}

.select2-container .select2-search.select2-search--dropdown input {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(31, 34, 32, 0.15);
}

body.woocommerce-checkout .checkout-section .zen-ui-select .zen-ui-select__value {
    display: inline-flex;
    align-items: center;
    height: 40px !important;
    padding: 0 20px !important;
    margin-bottom: 20px;
}

body.woocommerce-checkout .checkout-section .zen-ui-select .zen-ui-select__search {
    padding: 0;
    border: none;
}

body.woocommerce-checkout .checkout-section .zen-ui-select__value-text:first-letter,
body.woocommerce-checkout .checkout-section .zen-ui-select .zen-ui-select__options .zen-ui-select__option:first-letter {
    text-transform: uppercase;
}

body.woocommerce-checkout .checkout-section #mrkv_ua_shipping_nova-poshta_fields #mrkv_ua_shipping_nova-poshta-shipping-info > .form-row.validate-required {
    margin-bottom: 20px;
}

body.woocommerce-checkout .checkout-section .checkout_coupon > .form-row-last button {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    padding: 18px 40px 18px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    background-color: var(--tp-theme-secondary);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

body.woocommerce-checkout .checkout-section .checkout_coupon > .form-row-last button:hover {
    background-color: var(--tp-theme-primary);
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    display: none;
}

body.woocommerce-checkout .checkout-section .woocommerce-additional-fields__field-wrapper textarea {
    height: 120px;
    width: 100%;
    outline: transparent solid 0px !important;
    outline-offset: 0px !important;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(31, 34, 32, 0.15);
    font-size: 16px;
    padding: 20px;
    outline: none;
    box-shadow: none;
    margin-bottom: 0px;
}

body.woocommerce-checkout .checkout-section .woocommerce-additional-fields__field-wrapper textarea::-webkit-input-placeholder {
    color: var(--tp-text-body);
}

body.woocommerce-checkout .checkout-section .woocommerce-additional-fields__field-wrapper textarea::-moz-placeholder {
    color: var(--tp-text-body);
}

body.woocommerce-checkout .checkout-section .woocommerce-additional-fields__field-wrapper textarea:-ms-input-placeholder {
    color: var(--tp-text-body);
}

body.woocommerce-checkout .checkout-section .woocommerce-additional-fields__field-wrapper textarea::placeholder {
    color: var(--tp-text-body);
}

body.woocommerce-checkout .checkout-section .woocommerce-additional-fields__field-wrapper textarea:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

body.woocommerce-checkout .checkout-section .woocommerce-additional-fields__field-wrapper textarea:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

body.woocommerce-checkout .checkout-section .woocommerce-additional-fields__field-wrapper textarea:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

body.woocommerce-checkout .checkout-section .woocommerce-additional-fields__field-wrapper textarea:focus:-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

.woocommerce table.shop_table,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0.25rem !important;
}

.woocommerce-checkout #payment {
    padding: 40px 35px;
    border-radius: 10px !important;
    background: var(--blue-50);
}

.woocommerce-checkout #payment > * {
    padding: 0 !important;
}

.header-mini-cart-menu .header-mini-cart-wrapp .shop_table,
.header-mini-cart-menu .header-mini-cart-wrapp .shop_table td {
    border: none !important;
}

.thank-you-page-section .woocommerce table.shop_table {
    border: none !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: var(--blue-100);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--blue-100);
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout #payment ul.payment_methods > li {
    cursor: pointer;
    position: relative;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout #payment ul.payment_methods > li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background: #fff;
    outline: transparent solid 2px !important;
    outline-offset: 2px !important;
    -tw-border-opacity: 1 !important;
    border: 1px solid #f3f4f6 !important;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout #payment ul.payment_methods > li.active::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 0;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 4px var(--tp-theme-primary);
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout #payment ul.payment_methods > li label {
    cursor: pointer;
    padding-left: 30px;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout #payment ul.payment_methods > li label img {
    display: inline-block;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout #payment ul.payment_methods > li input {
    position: absolute;
    display: inline-block !important;
    opacity: 0;
    top: 7px;
    left: 3px;
    z-index: 2;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout #payment ul.payment_methods > li {
    margin-bottom: 1em;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout #payment ul.payment_methods > li .payment_box {
    margin-bottom: 0;
}

.woocommerce ul#shipping_method > li {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.woocommerce ul#shipping_method > li:last-child {
    margin-bottom: 0;
}

.woocommerce ul#shipping_method > li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: auto;
    left: 0;
    border-radius: 50%;
    background: #fff;
    outline: transparent solid 2px !important;
    outline-offset: 2px !important;
    -tw-border-opacity: 1 !important;
    border: 1px solid #f3f4f6 !important;
}

.woocommerce ul#shipping_method > li.active::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: auto;
    left: 0;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 4px var(--tp-theme-primary);
}

.woocommerce ul#shipping_method > li label {
    cursor: pointer;
    font-weight: 400;
}

.woocommerce ul#shipping_method > li input {
    position: relative;
    display: inline-block !important;
    min-width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 2;
}

body.woocommerce-checkout #add_payment_method #payment div.payment_box::before,
body.woocommerce-checkout .woocommerce-cart #payment div.payment_box::before,
body.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before,
body.woocommerce-checkout .checkout-section #payment .payment_box.payment_method_cod::before {
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

body.woocommerce-checkout .checkout-section table.shop_table th,
body.woocommerce-checkout .checkout-section table.shop_table td {
    vertical-align: top;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout > #order_review > table tr.woocommerce-shipping-totals td {
    padding-bottom: 0;
}

body.woocommerce-checkout .checkout-section .woocommerce-privacy-policy-text a {
    text-decoration: underline;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout > #order_review #place_order {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    float: left;
    margin-top: 24px;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    padding: 18px 20px 18px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    background-color: var(--tp-theme-secondary);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

body.woocommerce-checkout .checkout-section .woocommerce-checkout > #order_review #place_order:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}

body.woocommerce-checkout .checkout-section .woocommerce-billing-fields__field-wrapper > .form-row#billing_country_field {
    display: none;
}

@media only screen and (max-width: 992px) {
    body.woocommerce-checkout .checkout-section .checkout_coupon > .form-row-first {
        margin: 0;
        width: 100%;
    }
    body.woocommerce-checkout .checkout-section .checkout_coupon > .form-row-last {
        width: 100%;
        margin-top: 20px;
    }
    body.woocommerce-checkout .checkout-section .checkout_coupon > .form-row-last button {
        width: 100%;
    }
}

/* checkout end */

/* thank you page */

.thank-you-page-section .woocommerce table.shop_table {
    background: none;
}

.thank-you-page-section .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td img,
.thank-you-page-section .woocommerce-order-overview__payment-method.method img {
    width: auto;
    height: 32px;
}

.thank-you-page-section .woocommerce-column--billing-address address,
.thank-you-page-section .woocommerce-column--shipping-address address {
    margin-top: 20px;
    padding: 0;
}

.thank-you-page-section .woocommerce-table--order-details th,
.thank-you-page-section .woocommerce-table--order-details td {
    padding: 10px 0 !important;
}

.thank-you-page-section .woocommerce-column--billing-address address p {
    margin: 0;
}

.thank-you-page-section .thank-you-page-shop-btn {
    display: table;
    margin: 0;
    transition: all linear 0.3s;
}

.thank-you-page-section .order-again a {
    height: 50px;
    background: none;
    padding: 0 30px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
}

.woocommerce .woocommerce-customer-details address {
    border: none;
}

.thank-you-page-section .col2-set {
    width: 50%;
    float: left;
}

.thank-you-page-section .woocommerce .col2-set .col-1,
.thank-you-page-section .woocommerce-page .col2-set .col-1 {
    width: 100%;
}

.thank-you-page-section .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    display: none;
}

.thank-you-page-section .thankyou-page-delivery {
    width: 50%;
    float: left;
}

.thank-you-page-section > .container > .woocommerce {
    display: table;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}

.thank-you-page-section > .container > .woocommerce .woocommerce-customer-details {
    margin-bottom: 0;
}

.thank-you-page-section > .container > .woocommerce .thankyou-page-delivery .woocommerce-column__title {
    margin-bottom: 24px !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    display: none;
}

@media only screen and (max-width: 992px) {
    .thank-you-page-section .woocommerce-order h2 {
        font-size: 24px;
    }
    .thank-you-page-section .woocommerce-order-overview {
        display: block;
    }
    .thank-you-page-section .woocommerce-order-overview li {
        display: block;
        width: 100%;
        margin-bottom: 16px;
        border-right: none !important;
    }
    .thank-you-page-section .woocommerce-order-overview li:last-child {
        margin: 0;
    }
    .thank-you-page-section .thank-you-page-shop-btn {
        position: sticky;
        bottom: 20px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .thank-you-page-section .col2-set,
    .thank-you-page-section .thankyou-page-delivery {
        width: 100%;
        float: none;
    }
    .thank-you-page-section .thankyou-page-delivery {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .thank-you-page-section .woocommerce-column--shipping-address > h2 {
        margin-top: 2em !important;
    }
    .thank-you-page-section .woocommerce table.shop_table tr > *:first-child {
        width: 50%;
    }
}

/* thank you page end */

/* account section */

.account-section .woocommerce-MyAccount-content p a {
    color: var(--blue-400);
}

.account-section .woocommerce-MyAccount-content p a:hover {
    color: var(--tp-theme-secondary);
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: calc(100% - 0px);
}

@media only screen and (min-width: 992px) {
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: calc(50% - 10px);
    }
}

.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .woocommerce form .form-row {
        margin-bottom: 15px;
    }
}

.account-section .woocommerce-form.woocommerce-form-login .woocommerce-form-row input {
    height: 60px;
    width: 100%;
    outline: transparent solid 0px !important;
    outline-offset: 0px !important;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(31, 34, 32, 0.15);
    font-size: 16px;
    padding: 0 20px;
    outline: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.account-section .woocommerce-form.woocommerce-form-login .form-row:not(.woocommerce-form-row) {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
    margin-top: 24px;
}

.account-section .woocommerce-form.woocommerce-form-login .woocommerce-button.woocommerce-form-login__submit {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    margin-right: 20px;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    padding: 18px 40px 18px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    background-color: var(--tp-theme-secondary);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.account-section .woocommerce-form.woocommerce-form-login .woocommerce-button.woocommerce-form-login__submit:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}

@media only screen and (max-width: 768px) {
    .account-section .woocommerce-form.woocommerce-form-login .form-row:not(.woocommerce-form-row) {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .account-section .woocommerce-form.woocommerce-form-login .form-row:not(.woocommerce-form-row)::before,
    .account-section .woocommerce-form.woocommerce-form-login .form-row:not(.woocommerce-form-row)::after {
        display: none;
    }
    .account-section .woocommerce-form.woocommerce-form-login .woocommerce-button.woocommerce-form-login__submit {
        width: 100%;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 40px 35px;
    border-radius: 10px;
    background: var(--blue-50);
}

@media only screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        display: none;
    }
}

.woocommerce-EditAccountForm .woocommerce-form-row label,
.woocommerce-EditAccountForm .woocommerce-form-row span {
    font-size: 14px !important;
    line-height: 20px !important;
}

.woocommerce-EditAccountForm .woocommerce-form-row input,
.woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-container .select2-selection {
    display: flex;
    align-items: center;
    height: 60px !important;
    width: 100% !important;
    outline: transparent solid 0px !important;
    outline-offset: 0px !important;
    border-radius: 10px !important;
    background-color: transparent !important;
    border: 1px solid rgba(31, 34, 32, 0.15) !important;
    font-size: 16px !important;
    padding: 0 20px !important;
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
}

.woocommerce-EditAccountForm > fieldset {
    margin-top: 40px !important;
}

.woocommerce-EditAccountForm button[type="submit"],
.woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"] {
    position: relative !important;
    display: block !important;
    float: left !important;
    margin: 0 !important;
    margin-right: 20px !important;
    overflow: hidden !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    padding: 18px 40px 18px !important;
    color: var(--tp-common-white) !important;
    font-family: var(--tp-ff-heading) !important;
    background-color: var(--tp-theme-secondary) !important;
    -webkit-transition: 500ms all ease !important;
    transition: 500ms all ease !important;
}

.woocommerce-EditAccountForm button[type="submit"]:hover,
.woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"]:hover {
    color: var(--tp-common-white) !important;
    background-color: var(--tp-theme-primary) !important;
}

.woocommerce-message,
.woocommerce-info {
    background-color: var(--blue-50);
    border-top-color: var(--blue-400);
}

.woocommerce-info::before {
    color: var(--blue-400);
}

.woocommerce-message.success {
    background-color: var(--green-50);
    border-top-color: var(--green-base);
}

.woocommerce-message.success::before {
    color: var(--green-base);
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce table.my_account_orders .button {
    display: inline-block;
    background-color: var(--blue-100);
    padding: 7px 24px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 768px) {
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-error .button {
        position: relative;
        display: block;
        width: calc(100% + 42px);
        margin-top: 10px;
        left: 8px;
        text-align: center;
    }
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce table.my_account_orders .button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}

.woocommerce-account .addresses .title .edit {
    float: left;
    color: var(--tp-theme-primary);
}

.woocommerce-account .addresses .title .edit:hover {
    color: var(--tp-theme-secondary);
}

.woocommerce-account table.shop_table_responsive tr td,
.woocommerce-account table.shop_table_responsive tr td {
    min-height: 30px;
}

/* account section end */

/* basic form styles */

.single-post-form,
div.wpcf7 {
    width: 100%;
}

div.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

div.wpcf7 .wpcf7-form-control-wrap.page-title,
div.wpcf7 .wpcf7-form-control-wrap.page-url,
div.wpcf7 .wpcf7-form-control-wrap.service-title {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    background: #18a46d;
    border-radius: 0px;
    padding: 10px;
    border: none !important;
    margin: 0 !important;
    margin-top: 24px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.wpcf7 form.unaccepted .wpcf7-response-output {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    background: #ffa722;
    border-radius: 0px;
    padding: 10px;
    border: none !important;
    margin: 0 !important;
    margin-top: 24px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: var(--tp-heading-primary);
}

.wpcf7 form.invalid .wpcf7-response-output {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    background: #ffebeb;
    border-radius: 0px;
    padding: 10px;
    border: none !important;
    margin: 0 !important;
    margin-top: 24px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #ff2521;
}

.wpcf7 br {
    display: none;
}

.wpcf7 label br {
    display: inline-block;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    color: var(--tp-heading-primary) !important;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
    color: var(--tp-heading-primary) !important;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    color: var(--tp-heading-primary) !important;
}

.wpcf7 input:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder {
    color: var(--tp-heading-primary) !important;
}

.wpcf7 input:focus::-webkit-input-placeholder,
.wpcf7 textarea:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

.wpcf7 input:focus::-moz-placeholder,
.wpcf7 textarea:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

.wpcf7 input:focus:-ms-input-placeholder,
.wpcf7 textarea:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

.wpcf7 input:focus:-moz-placeholder,
.wpcf7 textarea:focus:-moz-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    background: #ffebeb;
    padding: 2px 8px;
    border-radius: 0px;
    bottom: -20px;
    left: 0;
    font-size: 12px;
    line-height: 16px;
    color: #ff2521;
}

.wpcf7-form .submit-btn {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    width: auto;
    padding: 0;
    border-radius: 10px;
    padding: 18px 40px 18px;
    background-color: var(--tp-theme-secondary);
    transition: all 0.3s ease;
}

.wpcf7-form .submit-btn:hover {
    background-color: var(--tp-theme-primary);
}

.wpcf7-form .submit-btn .button-default-elements {
    width: 100%;
}

.wpcf7-form .submit-btn input {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    padding: 0px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    background: none;
    transition: all 0.3s ease;
}

.wpcf7-form .submit-btn:hover input {
    color: var(--tp-common-white);
}

@media only screen and (max-width: 768px) {
    .wpcf7-form .tp-contact-inner-btn,
    .wpcf7-form .submit-btn,
    .wpcf7-form .submit-btn > p,
    .wpcf7-form .submit-btn input {
        width: 100%;
        text-align: center;
    }
}

.wpcf7-spinner {
    width: 100% !important;
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    top: 0px !important;
    right: 0 !important;
    margin: 0 !important;
    padding-right: 15px;
    padding-top: 4px;
    background-color: var(--tp-theme-secondary) !important;
    border-radius: 0px !important;
    opacity: 1 !important;
    font-size: 12px !important;
    color: var(--tp-heading-primary) !important;
    text-align: center !important;
    z-index: 2 !important;
    transition: all 0.3s ease;
}

.wpcf7-form .submit-btn:hover .wpcf7-spinner {
    background-color: var(--tp-theme-primary) !important;
}

.wpcf7 .wpcf7-spinner::before {
    display: none !important;
}

.wpcf7-spinner .wpcf7-spinner-text {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 16px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.wpcf7-spinner .wpcf7-spinner-icon {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    transform: scale(0.5);
    transform-origin: top;
    float: left;
}

@media only screen and (max-width: 480px) {
    .wpcf7-form.submitting .wpcf7-submit {
        height: 110px !important;
    }
    .wpcf7-spinner .wpcf7-spinner-icon {
        top: -16px !important;
    }
}

.wpcf7-spinner .wpcf7-spinner-icon div {
    position: absolute;
    border: 4px solid var(--tp-heading-primary);
    opacity: 1;
    border-radius: 50%;
    animation: wpcf7-spinner-icon 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.wpcf7-spinner .wpcf7-spinner-icon div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes wpcf7-spinner-icon {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/* basic form styles end */

/* feedback-popup */

.popup-fill2,
.popup-fill3,
.popup-fill4 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99998;
}

.feedback-popup-wrapp .close-popup {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    color: var(--tp-heading-primary);
    line-height: 1;
    font-size: 1px;
    text-align: right;
    font-family: initial;
    top: 8px;
    right: 8px;
    z-index: 10;
}

.feedback-popup-wrapp .close-popup img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.feedback-popup-wrapp {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    padding: 60px;
}

@media only screen and (max-width: 992px) {
    .feedback-popup-wrapp {
        align-items: flex-start;
    }
}

.feedback-popup-wrapp.active {
    visibility: visible;
}

.feedback-popup {
    position: relative;
    width: 100%;
    max-width: 760px;
    top: -1000px;
    padding: 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(57, 67, 96, 0.2);
    overflow: hidden;
    visibility: hidden;
    background: #fff;
    z-index: 9999;
    transition: all 0.3s ease;
}

.feedback-popup .wpcf7-form .row .col-xl-4.col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .feedback-popup {
        max-width: calc(100% - 160px);
    }
}

@media only screen and (max-width: 768px) {
    .feedback-popup {
        max-width: calc(100% - 48px);
    }
    .feedback-popup-wrapp {
        padding: 24px 0px;
    }
}

.feedback-popup .feedback-popup-inner {
    display: flex;
    width: 100%;
    clear: both;
}

.feedback-popup .feedback-popup-inner .feedback-popup-consultation-form-content {
    width: 100%;
    float: left;
    padding: 0px;
}

@media only screen and (max-width: 992px) {
    .feedback-popup .feedback-popup-inner .feedback-popup-consultation-form-content {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .feedback-popup {
        padding: 30px;
    }
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-title {
        font-size: 20px;
    }
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-text strong,
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-text b {
        font-size: 14px;
    }
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-text p,
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-text ul,
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-text ol,
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-under-text,
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-under-text * {
        font-size: 12px;
    }
}

@media only screen and (max-width: 540px) {
    .feedback-popup {
        padding: 30px;
    }
}

.feedback-popup.active {
    top: 0;
    visibility: visible;
}

.feedback-popup .feedback-popup-title {
    font-weight: 400;
    margin: 0 0 20px;
    color: #1a1a1a;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
}

.feedback-popup .feedback-popup-subtitle {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--tp-heading-primary);
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .feedback-popup .feedback-popup-title {
        font-size: 27px;
        line-height: 38px;
    }
    .feedback-popup .feedback-popup-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}

/* feedback-popup end */

/* seo text */

.textblock-wrapp * {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: var(--tp-text-body);
}

/* .textblock-wrapp a,
.textblock-wrapp a > * {
    transition: all 0.3s ease;
}

.textblock-wrapp a:hover,
.textblock-wrapp a:hover > * {
    color: var(--tp-theme-secondary);
} */

.textblock-wrapp h1,
.textblock-wrapp h2,
.textblock-wrapp h3,
.textblock-wrapp h4,
.textblock-wrapp h5,
.textblock-wrapp h6,
.textblock-wrapp h1 strong,
.textblock-wrapp h2 strong,
.textblock-wrapp h3 strong,
.textblock-wrapp h4 strong,
.textblock-wrapp h5 strong,
.textblock-wrapp h6 strong {
    padding: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(--tp-heading-primary);
}

.textblock-wrapp h1:not(:last-child),
.textblock-wrapp h2:not(:last-child),
.textblock-wrapp h3:not(:last-child),
.textblock-wrapp h4:not(:last-child),
.textblock-wrapp h5:not(:last-child),
.textblock-wrapp h6:not(:last-child),
.textblock-wrapp p:not(:last-child),
.textblock-wrapp ul:not(:last-child),
.textblock-wrapp ol:not(:last-child) {
    margin-bottom: 24px !important;
}

.textblock-wrapp p:not(:last-child),
.textblock-wrapp ul:not(:last-child),
.textblock-wrapp ol:not(:last-child) {
    color: var(--tp-text-body);
}

.textblock-wrapp strong,
.textblock-wrapp b {
    font-weight: 700;
    color: #16191d;
}

.textblock-wrapp em {
    font-style: italic;
}

.textblock-wrapp ul {
    list-style: none;
    padding-left: 0;
}

.textblock-wrapp ul li {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
}

.textblock-wrapp ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 14px;
    border-radius: 50%;
    background: var(--tp-theme-primary);
}

.textblock-wrapp ol {
    list-style: none;
    counter-reset: counter;
    padding: 0;
}

.textblock-wrapp ol li {
    display: table;
    width: 100%;
    clear: both;
    padding: 0;
    counter-increment: counter;
}

.textblock-wrapp ol li::before {
    content: counter(counter) ". ";
    display: block;
    min-width: 20px;
    float: left;
    color: var(--tp-theme-primary);
}

.textblock-wrapp ol li:nth-child(n + 10)::before {
    min-width: 30px;
}

.textblock-wrapp blockquote {
    position: relative;
    border-radius: 10px;
    background-color: var(--blue-50);
    padding: 40px 100px 40px 125px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--tp-text-body);
}

.textblock-wrapp blockquote::before {
    content: "";
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    top: 40px;
    left: 44px;
    background-image: url(/wp-content/themes/ed_theme/assets/img/blockquote-icon.svg);
    background-size: 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--blue-400);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .textblock-wrapp blockquote {
        padding: 40px 40px 40px 100px;
    }
}

@media (max-width: 768px) {
    .textblock-wrapp blockquote {
        padding: 30px;
    }
    .textblock-wrapp blockquote::before {
        display: none;
    }
}

.textblock-wrapp blockquote p {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.47;
    margin-bottom: 25px;
    color: var(--tp-common-black);
}

.textblock-wrapp a,
.textblock-wrapp a span {
    text-decoration: none;
    color: var(--tp-theme-primary);
    transition: all 0.3s ease;
}
.textblock-wrapp a:hover,
.textblock-wrapp a:hover span {
    text-decoration: underline;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .textblock-wrapp blockquote p {
        font-size: 27px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .textblock-wrapp blockquote p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .textblock-wrapp blockquote p {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .textblock-wrapp blockquote p {
        font-size: 22px;
    }
}

.textblock-wrapp blockquote h4 {
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-common-black);
}

.textblock-wrapp h1,
.textblock-wrapp h1 strong {
    padding-bottom: 0;
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

@media only screen and (max-width: 1200px) {
    .textblock-wrapp h1,
    .textblock-wrapp h1 strong {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 768px) {
    .textblock-wrapp h1,
    .textblock-wrapp h1 strong {
        line-height: 40px;
        font-size: 32px;
    }
}

.textblock-wrapp h2,
.textblock-wrapp h2 strong {
    padding-bottom: 0;
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

@media only screen and (max-width: 1200px) {
    .textblock-wrapp h2,
    .textblock-wrapp h2 strong {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 768px) {
    .textblock-wrapp h2,
    .textblock-wrapp h2 strong {
        line-height: 40px;
        font-size: 32px;
    }
}

.textblock-wrapp h3,
.textblock-wrapp h3 strong {
    font-size: 32px;
}

@media only screen and (max-width: 768px) {
    .textblock-wrapp h3,
    .textblock-wrapp h3 strong {
        line-height: 36px;
        font-size: 28px;
    }
}

.textblock-wrapp h4,
.textblock-wrapp h4 strong {
    font-size: 28px;
}

@media only screen and (max-width: 768px) {
    .textblock-wrapp h4,
    .textblock-wrapp h4 strong {
        line-height: 32px;
        font-size: 26px;
    }
}

.textblock-wrapp h5,
.textblock-wrapp h5 strong {
    font-size: 24px;
}

.textblock-wrapp h6,
.textblock-wrapp h6 strong {
    font-size: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .textblock-wrapp p,
    .textblock-wrapp li {
        font-size: 16px;
        line-height: 28px;
    }
}

/* seo text end */

/* pagination */

.pagination-wrapp {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagination-wrapp > *:not(:last-child) {
    margin-right: 6px;
}

.pagination-wrapp a,
.pagination-wrapp span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #eaeaef;
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    box-shadow: 0px 1px 3px 0px rgba(3, 4, 28, 0.06);
}

.pagination-wrapp a.next svg,
.pagination-wrapp a.prev svg,
.pagination-wrapp span.next svg,
.pagination-wrapp span.prev svg {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    object-fit: contain;
}

.pagination-wrapp a svg path {
    stroke: var(--tp-heading-primary);
    transition: all 0.3s ease;
}

.pagination-wrapp a:hover svg path {
    stroke: var(--tp-common-white);
}

.pagination-wrapp a:hover,
.pagination-wrapp a.current,
.pagination-wrapp span:hover,
.pagination-wrapp span.current {
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}

.woocommerce-pagination {
    display: flex !important;
    justify-content: center !important;
    margin-top: 40px;
}

.woocommerce-pagination > ul {
    border: none !important;
    margin: 0 !important;
}

.woocommerce-pagination > ul > *:not(:last-child) {
    margin-right: 6px !important;
}

.woocommerce-pagination > ul > li {
    display: inline-flex !important;
    border: none !important;
}

.woocommerce-pagination > ul > li a,
.woocommerce-pagination > ul > li span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
    border: 1px solid #eaeaef !important;
    box-shadow: 0px 1px 3px 0px rgba(3, 4, 28, 0.06) !important;
    line-height: 43px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: var(--tp-ff-heading) !important;
    color: var(--tp-heading-primary) !important;
}

.woocommerce-pagination > ul > li a.next svg,
.woocommerce-pagination > ul > li a.prev svg,
.woocommerce-pagination > ul > li span.next svg,
.woocommerce-pagination > ul > li span.prev svg {
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px !important;
    object-fit: contain !important;
}

.woocommerce-pagination > ul > li a:hover,
.woocommerce-pagination > ul > li a.current,
.woocommerce-pagination > ul > li span:hover,
.woocommerce-pagination > ul > li span.current {
    color: var(--tp-common-white) !important;
    background: var(--tp-theme-primary) !important;
    border-color: var(--tp-theme-primary) !important;
}

.woocommerce-pagination a svg path {
    stroke: var(--tp-heading-primary);
    transition: all 0.3s ease;
}

.woocommerce-pagination a:hover svg path {
    stroke: var(--tp-common-white);
}

@media only screen and (max-width: 1200px) {
    .pagination-wrapp,
    .woocommerce-pagination {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .pagination-wrapp,
    .woocommerce-pagination {
        margin-top: 24px;
    }
}

/* pagination */

/* single project */

.single-project-details-row {
    gap: 20px;
}

.single-project-details-row > .col-md-3 {
    width: calc(25% - 15px);
}

.single-project-gallery-images-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.single-project-gallery-images-row:not(:last-child) {
    margin-bottom: 20px;
}

.single-project-gallery-images-row > .col-lg-5 {
    width: calc(41.66666667% - 10px);
}

.single-project-gallery-images-row > .col-md-6 {
    width: calc(50% - 10px);
}

.single-project-gallery-images-row > .col-lg-7 {
    width: calc(58.33333333% - 10px);
}

.single-project-gallery-images-row > .col-md-6 .tp-portfolio-details-thumb {
    padding-bottom: 0 !important;
}

.single-project-gallery-images-row > .col-md-6 .tp-portfolio-details-thumb img {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .single-project-details-row > .col-md-3 {
        width: calc(100% - 0px);
    }
}

@media only screen and (max-width: 768px) {
    .single-project-gallery-images-row > .col-md-6 {
        width: calc(100%);
    }
    .single-project-details-row > .col-md-3 .feedback-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

.owl-slider-style {
    position: relative;
}

.owl-slider-style .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
}

.owl-slider-style .owl-nav > button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    top: 0;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px rgba(22, 34, 19, 0.1);
    transition: all 0.3s ease;
}

section[data-bg-color="#eff5fa"] .owl-slider-style .owl-nav > button {
    background: var(--tp-common-white);
}
section[data-bg-color="#fff"] .owl-slider-style .owl-nav > button {
    background: var(--blue-50);
}
.owl-slider-style .owl-nav > button:hover {
    background: var(--tp-theme-primary) !important;
}

.owl-slider-style .owl-nav > button svg path {
    transition: all 0.3s ease;
}

.owl-slider-style .owl-nav > button:hover svg path {
    stroke: var(--tp-common-white) !important;
}

.owl-slider-style .owl-nav > button.owl-prev {
    left: -70px;
}

.owl-slider-style .owl-nav > button.owl-next {
    right: -70px;
}

@media only screen and (max-width: 1200px) {
    .owl-slider-style .owl-nav {
        margin-top: -20px;
    }
    .owl-slider-style .owl-nav > button {
        width: 40px;
        height: 40px;
    }
    .owl-slider-style .owl-nav > button.owl-prev {
        left: -20px;
    }
    .owl-slider-style .owl-nav > button.owl-next {
        right: -20px;
    }
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item {
    display: block;
    width: 100%;
    border-radius: 10px;
    background: var(--tp-common-white);
    box-shadow: 0px 1px 2px 0px rgba(22, 34, 19, 0.1);
    overflow: hidden;
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-img,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-img {
    overflow: hidden;
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-img > img,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-img > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all 0.3s ease;
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item:hover .used-equipment-slider-item-img > img,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item:hover .used-equipment-slider-item-img > img {
    transform: scale(1.1) rotate(-2deg);
}

@media only screen and (max-width: 768px) {
    .single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-img > img,
    .single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-img > img {
        max-width: 80%;
        margin: 0 auto;
    }
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-info,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-info {
    padding: 20px;
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-info .used-equipment-slider-item-info-title,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-info .used-equipment-slider-item-info-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    color: var(--tp-heading-primary);
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-info .used-equipment-slider-item-info-price,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-info .used-equipment-slider-item-info-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 12px;
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item.used-equipment-slider-variable-item .used-equipment-slider-item-info .used-equipment-slider-item-info-price del,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item.used-equipment-slider-variable-item .used-equipment-slider-item-info .used-equipment-slider-item-info-price del {
    display: none;
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-info .used-equipment-slider-item-info-price *,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-info .used-equipment-slider-item-info-price * {
    color: var(--tp-theme-secondary);
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-info .used-equipment-slider-item-info-price .woocommerce-Price-amount.regular-price,
.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-info .used-equipment-slider-item-info-price .woocommerce-Price-amount.regular-price *,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-info .used-equipment-slider-item-info-price .woocommerce-Price-amount.regular-price,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-info .used-equipment-slider-item-info-price .woocommerce-Price-amount.regular-price * {
    font-size: 14px;
    color: var(--tp-text-body);
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-info .tp-blog-2-item-btn > div,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-info .tp-blog-2-item-btn > div {
    display: inline-block;
    background: var(--blue-50);
    padding: 7px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    transition: all 0.3s ease-out;
}

.single-project-used-equipment-section .used-equipment-slider .used-equipment-slider-item .used-equipment-slider-item-info .tp-blog-2-item-btn > div:hover,
.single-project-related-products-section .related-products-slider .used-equipment-slider-item .used-equipment-slider-item-info .tp-blog-2-item-btn > div:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}

/* single project end */

/* shop */

.shop-row .shop-sidebar-col {
    width: 30%;
}

.shop-row .shop-sidebar-col .tp-service-sidebar {
    display: flex;
    flex-direction: column;
}

.shop-row .shop-sidebar-col .tp-service-sidebar-title .tp-service-sidebar-mob-btn {
    display: none;
}

.shop-row .shop-grid-col {
    width: 70%;
}

.shop-row .shop-grid-col .row {
    margin: 0;
}

.shop-grid-col .grid-3-cols-gaps {
    justify-content: start;
    gap: 24px;
}

.shop-grid-col .grid-3-cols-gaps > * {
    width: calc(33.33333333% - 16px);
}

@media only screen and (max-width: 1200px) {
    .shop-grid-col .grid-3-cols-gaps > * {
        width: calc(50% - 12px);
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {
    .shop-row {
        flex-direction: column;
        gap: 48px;
    }
    .shop-row .shop-sidebar-col,
    .shop-row .shop-grid-col {
        width: 100%;
    }
    .shop-row .shop-sidebar-col {
        margin-top: 24px;
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 32px;
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-title {
        position: relative;
        margin-bottom: 0;
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-title .tp-service-sidebar-mob-btn {
        position: absolute;
        top: 50%;
        right: 0;
        height: 34px;
        width: 34px;
        line-height: 34px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        transform: translateY(-50%);
        border: 1px solid rgba(10, 11, 15, 0.14);
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-title .tp-service-sidebar-mob-btn::after,
    .shop-row .shop-sidebar-col .tp-service-sidebar-title .tp-service-sidebar-mob-btn::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 2px;
        left: 50%;
        top: 50%;
        border-radius: 2px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: var(--tp-text-body);
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-title .tp-service-sidebar-mob-btn::before {
        background-color: var(--tp-text-body);
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        -o-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-title.active .tp-service-sidebar-mob-btn {
        box-shadow: none;
        border: 1px solid transparent;
        color: var(--tp-theme-primary);
        background-color: var(--tp-common-white);
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-title.active .tp-service-sidebar-mob-btn {
        color: var(--tp-common-white);
        background: var(--tp-theme-primary);
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-title.active .tp-service-sidebar-mob-btn::before {
        background-color: var(--tp-common-white);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-title.active .tp-service-sidebar-mob-btn::after {
        background-color: var(--tp-common-white);
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-list {
        display: none;
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-info {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .shop-grid-col .grid-3-cols-gaps > * {
        /* width: calc(100%);
        padding: 0; */
        width: calc(80%);
        padding: 0;
        margin: 0 auto;
    }
    .shop-row .shop-sidebar-col .tp-service-sidebar-content {
        padding: 16px;
    }
}

.shop-row .shop-grid-col .woocommerce-notices-wrapper,
.shop-row .shop-grid-col .woocommerce-result-count,
.shop-row .shop-grid-col .woocommerce-ordering {
    display: none;
}

.shop-row .shop-grid-col .product-grid-item .tp-blog-2-item-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.shop-row .shop-grid-col .product-grid-item .tp-blog-2-item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .shop-row .shop-grid-col .product-grid-item .tp-blog-2-item-title {
        height: auto !important;
    }
}

.shop-row .shop-grid-col .product-grid-item .product-grid-item-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

@media only screen and (min-width: 1200px) {
    .shop-row .shop-grid-col .product-grid-item .product-grid-item-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.shop-row .shop-grid-col .product-grid-item.variable-product-grid-item .product-grid-item-price del {
    display: none;
}

/* shop end */

/* main screen section */

.mainscreen-section {
    display: flex;
    height: 100dvh;
    min-height: 100dvh;
    padding-top: 125px;
}

.mainscreen-section > .container {
    flex: 1;
    align-items: start;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .mainscreen-section {
        padding-top: 86px;
    }
}

/* main screen section end */

/* option section portfolio */

@media only screen and (min-width: 991px) {
    .option-section-portfolio > .container > .row > .col-lg-5 {
        width: 45%;
    }
    .option-section-portfolio > .container > .row > .col-lg-4 {
        width: 40%;
    }
    .option-section-portfolio > .container > .row > .col-lg-3 {
        width: 15%;
    }
}

.option-section-portfolio .swiper-wrapper .tp-portfolio-3-item img {
    display: block;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.option-section-portfolio .option-section-portfolio-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 12px;
    margin-top: 24px;
}

.option-section-portfolio .option-section-portfolio-buttons > a {
    background: var(--blue-50);
    color: var(--tp-theme-primary);
}

.option-section-portfolio .option-section-portfolio-buttons > a:hover {
    background: var(--tp-theme-secondary);
    color: var(--tp-common-white);
}

.option-section-portfolio .option-section-portfolio-buttons > a > span,
.option-section-portfolio .option-section-portfolio-buttons > a > span > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.option-section-portfolio .option-section-portfolio-buttons > a > span > span,
.option-section-portfolio .option-section-portfolio-buttons > a > span > div > span {
    padding: 2px 6px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(55, 122, 190, 0.1);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2%;
    text-align: center;
    color: var(--blue-400);
}

.option-section-portfolio .option-section-portfolio-buttons > a:hover > span > span,
.option-section-portfolio .option-section-portfolio-buttons > a:hover > span > div > span {
    background: rgba(255, 255, 255, 0.4);
    color: var(--tp-common-white);
}

.option-section-portfolio .option-section-portfolio-mob-slider-nav {
    display: none;
}

@media only screen and (max-width: 768px) {
    .option-section-portfolio .option-section-portfolio-buttons {
        flex-direction: column;
    }
    .option-section-portfolio .option-section-portfolio-buttons > a {
        width: 100%;
        justify-content: center;
    }
    .option-section-portfolio .option-section-portfolio-buttons > a > span,
    .option-section-portfolio .option-section-portfolio-buttons > a > span > div {
        justify-content: center;
    }
    .option-section-portfolio > .container > .row > .col-lg-3 .tp-portfolio-3-navigation {
        display: none;
    }
    .option-section-portfolio .option-section-portfolio-mob-slider-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
}

/* option section portfolio end */

/* single service */

.single-service-titlebar .single-service-titlebar-desc {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.65);
}

.single-service-titlebar .tp-hero-3-btn-box {
    margin-top: 30px;
}

.single-service-main-desc-btn-box {
    gap: 40px;
}

.single-service-main-desc-btn-box .tp-hero-3-btn-2 a,
.single-service-main-desc-btn-box .tp-hero-3-btn-2 span {
    color: var(--tp-heading-primary);
}

@media only screen and (max-width: 768px) {
    .single-service-main-desc-btn-box {
        flex-direction: column;
        gap: 0px;
    }
    .single-service-main-desc-btn-box > div,
    .single-service-main-desc-btn-box > div > * {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

.single-service-titlebar .single-service-titlebar-list-wrapp {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 48px;
}

.single-service-titlebar .single-service-titlebar-list-wrapp .single-service-titlebar-list {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: start;
    justify-content: start;
}

.single-service-titlebar .single-service-titlebar-list-wrapp .single-service-titlebar-list .single-service-titlebar-list-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-white);
}

.single-service-titlebar .single-service-titlebar-list-wrapp .single-service-titlebar-list .single-service-titlebar-list-item span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 50%;
    background-color: var(--tp-theme-secondary);
    box-shadow: 0px 1px 2px rgba(197, 188, 237, 0.6);
}

.single-service-titlebar .single-service-titlebar-list-wrapp .single-service-titlebar-list .single-service-titlebar-list-item span svg {
    display: block;
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.related-services-posts-section .tp-blog-item .tp-blog-item-thumb > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.tp-brand-breadcrumb-ptb > .container {
    overflow: hidden;
}
.partners-infinity-slider img {
    width: auto;
    height: 64px;
    margin: 0 24px;
}
@media only screen and (max-width: 768px) {
    .single-service-titlebar .single-service-titlebar-list-wrapp {
        position: relative;
        bottom: auto;
        margin-top: 48px;
    }
    .single-service-titlebar .single-service-titlebar-list-wrapp .single-service-titlebar-list {
        flex-direction: column;
        gap: 12px;
    }
}

/* single service end */

/* option section testimonials */

.option-section-testimonials .option-testimonials-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.option-section-testimonials .option-testimonials-grid .option-testimonials-grid-item {
    display: flex;
    width: 100%;
}

.option-section-testimonials .option-testimonials-grid .option-testimonials-grid-item .postbox-details-author-social a img,
.option-section-testimonials .option-testimonials-grid .option-testimonials-grid-item .postbox-details-author-social a svg {
    width: 16px;
    height: 16px;
    fill: var(--tp-theme-primary);
    transition: all 0.3s ease;
}

.option-section-testimonials .option-testimonials-grid .option-testimonials-grid-item .postbox-details-author-social a:hover svg {
    fill: var(--tp-common-white);
}

@media only screen and (max-width: 1120px) {
    .option-section-testimonials .option-testimonials-grid .option-testimonials-grid-item {
        flex: 1 1 100%;
    }
}

/* option section testimonials end */

/* home popular services */

/* .home-popular-services-section>.container>.row {
    justify-content: center;
} */
.home-popular-services-section {
    overflow: hidden;
}
/* .home-popular-services-section .home-popular-services-slider,
.home-popular-services-section .home-popular-services-slider > div {
    overflow: hidden;
} */
/* .home-popular-services-section .home-popular-services-slider .owl-item {
    transition: opacity 0.3s ease;
}
.home-popular-services-section .home-popular-services-slider .owl-item:not(.active) {
    opacity: 0;
} */
.home-popular-services-section .tp-pricing-item .tp-pricing-item-btn > a {
    border-radius: 10px;
    background: var(--blue-50);
    color: var(--tp-theme-primary);
}

.home-popular-services-section .tp-pricing-item .tp-pricing-item-btn > a:hover {
    background: var(--tp-theme-secondary);
    color: var(--tp-common-white);
}

.home-popular-services-section .tp-pricing-item .tp-pricing-item-btn > a > span,
.home-popular-services-section .tp-pricing-item .tp-pricing-item-btn > a > span > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.home-popular-services-section .tp-pricing-item .tp-pricing-item-btn > a > span > span {
    padding: 2px 6px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(55, 122, 190, 0.1);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2%;
    text-align: center;
    color: var(--blue-400);
}

.home-popular-services-section .tp-pricing-item .tp-pricing-item-btn > a:hover > span > span {
    background: rgba(255, 255, 255, 0.4);
    color: var(--tp-common-white);
}

/* home popular services end */

/* products reviews */

.option-products-testimonials-slider .products-testimonials-slider-item {
    padding: 40px 35px;
    border-radius: 10px;
    background-color: var(--blue-100);
}

.option-products-testimonials-slider .products-testimonials-slider-item .products-testimonials-slider-item-author {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #202124;
}

.option-products-testimonials-slider .products-testimonials-slider-item .products-testimonials-slider-item-text {
    margin-bottom: 24px;
    font-family: var(--tp-ff-p);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
    color: var(--tp-text-body);
}
