/* Custom Product Template */

section.product-details-section .product-images-column [data-pagebuilder="widget"] {
    width: 100%;
    aspect-ratio: 1 / 1 !important;
}

.rounded img {
    border-radius: 100px !important;
}

[data-pagebuilder="row"] {
    justify-content: center !important;
}

section.product-details-section .product-details-column .product-sell-page {
    padding-top: 30px !important;
}

section.product-details-section .product-images-column .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

section.product-details-section .product-images-column .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: block;
    line-height: 1;
    background: var(--dark);
    opacity: 0.4;
}

section.product-details-section .product-images-column .owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 10px;
}

section.product-details-section .product-images-column .owl-carousel .owl-dots .owl-dot.active {
    background: var(--primary);
    opacity: 1;
}

@media(min-width:768px){
    section.product-details-section {
        overflow: visible !important;
    }
    section.product-details-section .container > .row,
    section.product-details-section .container > .row > [data-pagebuilder="column"] {
        position: static !important;
    }
    section.product-details-section .product-images-column {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
    }
    section.product-details-section .product-images-column [data-pagebuilder="widget"] {
        width: calc(50% - 0.625rem);
    }
    section.product-details-section .product-images-column [data-pagebuilder="widget"]:nth-child(3),
    section.product-details-section .product-images-column [data-pagebuilder="widget"]:nth-child(4),
    section.product-details-section .product-images-column [data-pagebuilder="widget"]:nth-child(5),
    section.product-details-section .product-images-column [data-pagebuilder="widget"]:nth-child(6),
    section.product-details-section .product-images-column [data-pagebuilder="widget"]:nth-child(7),
    section.product-details-section .product-images-column [data-pagebuilder="widget"]:nth-child(8),
    section.product-details-section .product-images-column [data-pagebuilder="widget"]:nth-child(9),
    section.product-details-section .product-images-column [data-pagebuilder="widget"]:nth-child(10) {
        margin-top: 1.25rem;
    }
    section.product-details-section .product-details-column .product-sell-page {
        position: sticky !important;
        top: 0 !important;
        padding-top: 0px !important;
    }
}

[data-widget-element="widgetHeader"] > small,
section.product-details-section .product-details-column .product-sell-page > small {
    display: block !important;
    margin-bottom: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

section.product-details-section .product-details-column .product-sell-page .product-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    display: block !important;
    line-height: 1.5rem !important;
}

section.product-details-section .product-details-column .product-sell-page .product-price {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
  display: block !important;
  line-height: 1.25rem !important;
}

section.product-details-section .product-details-column .product-sell-page .product-desc {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 1rem !important;
    display: block !important;
    line-height: 1.5rem !important;
}

section.product-details-section .product-details-column .fifty-px-width {
    max-width: 50px !important;
}

section.product-details-section .product-details-column .faq-widget [data-bs-toggle="collapse"] {
    border: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    position: relative !important;
    align-items: center !important;
    justify-content: space-between !important;
}

section.product-details-section .product-details-column .faq-widget [data-bs-toggle="collapse"][aria-expanded="false"]::after {
    display: block !important;
    font-family: "bootstrap-set1" !important;
    content: "\e909" !important;
}

section.product-details-section .product-details-column .faq-widget [data-bs-toggle="collapse"][aria-expanded="true"]::after {
    display: block !important;
    font-family: "bootstrap-set1" !important;
    content: "\e90d" !important;
}

section.product-details-section .product-details-column .faq-widget [data-bs-toggle="collapse"] + .collapse {
    border: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-inner-wrap {
    position: sticky !important;
    top: 30px !important;
}

.strike {
    text-decoration: line-through !important;
    opacity: 0.5 !important;
}

body.sitemanager-menu-open .product-inner-wrap,
body.sitemanager-menu-closed .product-inner-wrap {
    top: 63px !important;
}