body:not(.home) #content,
.elementor-location-single {
    padding-top: 140px;
}

@media screen and (max-width: 767px) {
    .page-id-43 #content,
    .single-product .elementor-location-single {
        padding-top: 80px !important;
    }
}



.title-line.elementor .elementor-heading-title,
.elementor:not(.elementor-location-footer) .elementor-heading-title,
.elementor-widget-theme-archive-title,
.text-decor__short-line,
.product_title {
    position: relative;
    color: var(--project-green-dark);
}

.title-line.elementor .elementor-heading-title::after,
.elementor:not(.elementor-location-footer) .elementor-heading-title::after,
.elementor-widget-theme-archive-title::after,
.text-decor__short-line::after,
.product_title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: var(--project-green-dark);
}

.elementor:not(.elementor-location-footer) .first-word .elementor-heading-title::after {
    display: none !important;
}

.elementor:not(.elementor-location-footer) .first-word .elementor-heading-title span {
    position: relative;
}
.elementor:not(.elementor-location-footer) .first-word .elementor-heading-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: var(--project-green-dark);
}

.elementor-popup-modal .elementor-heading-title::after {
    display: none !important;
}

.product.type-product .elementor-heading-title a {
    font-size: 16px !important;
    font-weight: bold !important;
    color: var(--txt) !important;
}
.product.type-product .elementor-heading-title::after {
    opacity: 0;
}


.oppio-price__detail .woocommerce-Price-amount,
.woocommerce-price-suffix {
    font-weight: 400 !important;
    color: var(--porject-gray-light) !important;
}

.woocommerce-price-suffix {
    font-size: 16px !important;
}

.oppio-price__detail .woocommerce-Price-amount {
    font-size: 20px !important;
}

/* .product.type-product .title-line.elementor .elementor-heading-title::after, */
.product.type-product .product_title.elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: var(--project-green-dark);
    opacity: 1;
}

h2.elementor-heading-title {
    color: var(--porject-gray-light) !important;
}

/* Accordion styles */
.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between !important;
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg,
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg,
.elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg{
    fill: rgba(0,0,0,.7) !important;
}

.e-n-accordion-item .e-n-accordion-item-title {
    border-top: 1px solid rgba(0,0,0,.4) !important;
    border-bottom: 1px solid rgba(0,0,0,.4) !important;
}
.e-n-accordion-item > .elementor-element {
    border-bottom: 1px solid rgba(0,0,0,.4) !important;
}
.e-n-accordion-item {
    margin-bottom: 35px !important;
}
/* .e-n-accordion-item > .elementor-element {
    max-height: 50px;
} */


.e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    position: relative;
    padding-left: 35px;
}
.e-n-accordion-item-title-header .e-n-accordion-item-title-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background: transparent url('/wp-content/plugins/oppio/assets/img/check.svg') no-repeat center center;
    background-size: 100%;
}

@media screen and (min-width: 768px) {
    #product-info-side {
        border-left: 3px solid var(--white);
    }
}
@media screen and (max-width: 767px) {
    #product-info-side {
        border-left: none;
        padding-left: 15px !important;
    }
}



/* Note */
#product-info-side .shipping-info__detail-note p {
    font-size: 18px;
    font-weight: bold;
    color: var(--project-light-2) !important;
}


/* IMG */
.img-product__detail {
    overflow: hidden;
    height: 675px;
}
.img-product__detail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

/* @media screen and (min-width: 1099px) {
        
} */

@media screen and (max-width: 768px) {
    .img-product__detail {
        max-height: 675px;
    }
}

@media screen and (max-width: 550px) {
    .img-product__detail {
        max-height: 475px;
    }
}

@media screen and (max-width: 400px) {
    .img-product__detail {
        max-height: 350px;
    }
}
