/* phpcs:ignore */

.size-chart-container {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    width: 600px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.size-chart-container ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 20px;
}

.size-chart-container li {
    width: 33%;
}

.size-chart-container img {

}

.products-content-image {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px !important;
    overflow: hidden;
    width: 600px;
}


.select-product-by-photos-notice {
    background: #e9f4cc;
    display: inline-block;
    padding: 5px 10px;
    color: #222;
    border-radius: 5px;
    font-size: 12px;
}


.term-description-content, .term-description-content p {
    color: #444444;
}

.term-description-content h2, .term-description-content h3 {
    font-size: 1rem !important;
    margin-bottom: 10px !important;
}

.term-description-content h1 {
    font-size: 1.5rem !important;
}


.product-variations {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-variations img {
    border-radius: 5px;
    width: 100%;
}

.product-variations .product-variations-link {
    width: 50px;
    margin: 1px;
    border-radius: 5px;
    display: inline-block;
    border: solid 1px #ddd;
    overflow: hidden;
}


.product-variations .product-variation-active {
    border: solid 1px #777;
}


.only-original-products-notice {
    background: #f3f3f3;
    display: inline-block;
    padding: 5px 10px;
    color: #222;
    border-radius: 5px;
    font-size: 12px;
    margin-left: auto;
    margin-top: auto;
    border: dashed 1px #d3d3d3;
}


.custom-out-of-site-sell-notice {
    background-color: #fff2f6;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
}

.custom-out-of-site-sell-notice .instagram-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
}

.custom-out-of-site-sell-notice .custom-notice-title {
    margin-left: auto;
    font-weight: bolder;
    font-size: 17px;
    color: #222;
    display: flex;
    white-space: nowrap;
}

.custom-out-of-site-sell-notice .custom-notice-button {
    direction: ltr;
    font-weight: bold;
    background-color: #cc2f51;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 11px;
    color: white;
}


.shipping-notice-container {
    display: flex;
    justify-content: space-between;
    background: #00000004;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border: dashed 1px #0001;
    border-radius: 5px;
}

.shipping-notice-container .cost {
    border-right: dashed 1px #0002;
    padding-right: 1rem;
}

.direct-purchase-from-turkish-oriflame {
    background-color: #00000012;
    padding: 0.3rem 0.5rem;
    display: inline-block;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    border: solid 1px #00000014;
}

.direct-purchase-from-turkish-oriflame {
    background-color: #00000012;
    padding: 0.3rem 0.5rem;
    display: inline-block;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    border: solid 1px #00000014;
}

.direct-purchase-from-turkish-oriflame a {
    color: #063ad6
}

.product-subtitle {
    font-size: 0.9rem;

    text-transform: uppercase;
    color: #555;
}

.product_title {
    font-weight: 500 !important;
}

.product_title a {
    font-weight: 600;
}


.size-woocommerce_gallery_thumbnail {
    width: 75px;
}

.wp-post-image {
    width: 100%;
}