.page_content_wrap {
    background-color: #fff;
}

.single-product .product_title {
    font-size: 60px !important;
    font-weight: 400 !important;
}

.single-product bdi {
    font-size: 30px;
    color: #000;
}

.single-product textarea {  
    background-color: #D9D9D985;
    padding: 15px;
    margin-top: 20px;
}

.single-product {
    #author,
    #email {
        background-color: #D9D9D985;
    }
}

.single-product .woocommerce-tabs .wc-tabs li a {
    text-transform: none !important;
}

.post_type_product {
    padding-top: 100px;
}

.woocommerce-breadcrumb {
    display: block !important;
    color: #000 !important;;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

.woocommerce-product-gallery__image img {
    border-radius: 10px;
}


#tab-title-reviews a {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: left !important;
}

.woocommerce-Reviews-title {
    font-size: 30px;
    font-weight: 400 !important;
}

.related h2 {
    font-size: 30px;
    font-weight: 400;
}

.pcfw_select_colour a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
}

/* .mySlides img {
    width: 90% !important;
} */

.pcfw_color_container {
    height: auto !important;
}

.pcfw_farve_navn {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.pcfw_footer {
    margin-bottom: 33px;
}

.single-product div.product div.images .flex-control-thumbs {
    position: relative !important;
    display: flex !important;
    flex-direction: row;
    gap: 30px;
    width: auto !important;
    margin-top: 20px;
}

.flex-control-thumbs .flex-active {
    border: 1px solid #000 !important;
    border-radius: 5px !important;
}

.flex-control-thumbs img {
    border-radius: 5px !important;
}

.woocommerce-product-gallery {
    padding-left: 0px !important;
}

.single_add_to_cart_button {
    border-radius: 10px !important;
}

.single_add_to_cart_button::before {
    content: none !important;
}

.pcfw_popup_button {
    border-radius: 10px !important;
    background-color: #000 !important;
}

.tinv-wishlist,
.description_tab,
.woocommerce-Tabs-panel--description {
    display: none !important;
}

#respond {
    display: flex;
    flex-direction: column;
}

.wc-tabs-wrapper {
    display: flex !important;
    /* justify-content: space-evenly; */
}

.wc-tabs {
    width: 40%;
}

.woocommerce-Tabs-panel--reviews {
    display: flex !important;
    width: 60%;
}

#reviews {
    display: flex !important;
    flex-direction: column;
    width: 100%;
}

.woocommerce-noreviews {
    color: #fff;
    background-color: #E96738;
    padding: 10px 0 10px 20px;
    border-radius: 5px;
    border-left: 15px solid #E96738;
}

.woocommerce-noreviews img {
    padding-right: 10px;
}

.single-product .comment-form-rating {
    margin: 0px !important;
}

#comments {
    width: 100% !important;
    padding-left: 0px !important;
}

#reply-title {
    display: none !important;
}

#review_form_wrapper {
    padding: 10px 0 0 20px;
    width: 100% !important;
}

.comment-form {
    padding: 50px 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.comment-form-rating {
    order: 1;
    width: 100%;
}

.comment-form-comment {
    order: 2;
    width: 100%;
}

.comment-form-author {
    order: 3;
    width: 44%; 
    margin-right: 40px !important;
}

.comment-form-email {
    order: 4;
    width: 44%;
    margin-left: 20px !important;
}

.comment-form-cookies-consent {
    order: 5;
    width: 100%;
}

.wpgdprc-checkbox {
    order: 6;
    width: 100%;
}

.form-submit {
    order: 7;
    margin: 0px 0px 20px 0px !important;
}

.form-submit input {
    border-radius: 10px !important;
}

.single-product span.sku_wrapper,
.single-product .posted_in,
.single-product .product_id {
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px !important;
    color: #111111;
    font-weight: 400 !important;
}

.single-product span.sku,
.single-product .posted_in a,
.single-product .product_id span {
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px !important;
    color: #111111 !important;
    font-weight: 600 !important;
}

.pcfw_category .pcfw_swatch .pcfw_swatch_name {
    line-height: 18px;
}

.pcfw_category .pcfw_swatch {
    width: 100px;
}


.product_meta .p-description {
    font-family: 'Montserrat';
    color: #111111;
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0;
}

.product_meta .p-description > br:first-child,
.product_meta .p-description > br:last-child {
    display: none !important;
}

.product-categories > li .children {
    height: 0;
    overflow: hidden;
    max-height: fit-content;
    transition: all .5s ease;
}

.product-categories > li.show .children {
    height: 100vh;
    transition: height .5s ease;
}

.product-categories  li  a:before{
    display: none !important;
}

.product-categories  {
    padding-left: 0 !important;
}
  
.widget_product_categories .product-categories > li.has_children:before {
    content: '+';
    background-color: #333;
    width: 12px;
    height: 12px;
    padding: 3px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    line-height: .7;
    border-radius: 100%;
    position: absolute;
    right:0;
    top: 6px;
    cursor: pointer;
}

.widget_product_categories .product-categories > li.has_children.show:before { 
    content: '-';
}

.widget_product_categories .product-categories > li.has_children .children {
    font-size: 16px;
    line-height: 1.2;
}

.widget_product_categories .product-categories > li.has_children.show {
    margin-bottom: 25px;
}

/* .pcfw_popup_body {
    height: calc(100vh - 200px);
    overflow-y: scroll;
} */

.pcfw_popup_body_step2 .pcfw_color_selected_step2,
.pcfw_popup_body_step2 > h3:first-child {
    display: none;
}
#pcfw_step2 .pcfw_header > h2 {
    text-align: center !important;
}

.hidden-element {
    height: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    max-height: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
}

.single-product  div.product form.cart {
	margin-bottom: 25px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-bottom: 40px !important;
}


button#pcfw_popup_button {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

@media only screen and (max-width: 1024px) {
    .single-product div.product form.cart {
        overflow: hidden;
    }
}

@media only screen and (max-width: 600px) {

    form.item-noprice {
        position: relative;
        overflow: visible;
        height: 50px !important;
    }

    body.single.single-product .woocommerce-product-gallery img.wp-post-image {
        max-height: 380px;
    }
    
    form.item-noprice > .quantity.inited{
        height: 0 !important;
        visibility: hidden !important;
        width: 0 !important;
        opacity: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        max-height: 0 !important;
        max-width: 0 !important;
        margin: 0 !important;
    }

    form.item-noprice >  .button {
        position: relative !important;
    }

    .single-product div.product form.cart {
        overflow: visible;
        position: relative;
    }
    button#pcfw_popup_button {
        margin: 0 !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .single-product div.product form.cart {
        padding-bottom: 15px !important;
    }
    .hidden-element {
        height: 0 !important;
        visibility: hidden !important;
        width: 0 !important;
        opacity: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        max-height: 0 !important;
        max-width: 0 !important;
        margin: 0 !important;
    }

    .single_variation_wrap .woocommerce-variation-add-to-cart  {
        display: flex;
        position: relative;
        width: 100%;
        height: 60px;
        justify-content: flex-start;
        float: unset;
    }

    .single_variation_wrap .woocommerce-variation-add-to-cart > .button {
        position: relative;
        float: unset;
        margin-left: 10px;
        margin-bottom: 0 !important;
        margin-top: 15px !important;
    }
    

    .single-product .product_title {
        font-size: 38px !important;
    }

    .single-product bdi {
        font-size: 26px !important;
    }

    .single-product span.sku_wrapper,
    .single-product .posted_in,
    .single-product .product_id {
        font-size: 16px !important;
    }

    .single-product span.sku,
    .single-product .posted_in a,
    .single-product .product_id span {
        font-size: 16px !important;
    }

    .single-product h2.woocommerce-Reviews-title {
        margin: 20px 0 25px 0 !important;
    }

    .cart .quantity {
        height: 50px !important;
        width: 40% !important;
    }
    .cart .quantity.hidden-element  {
        height: 0 !important;
        width: 0 !important;
    }
    .woocommerce div.product form.cart .single_add_to_cart_button.hidden-element  {
        padding: 0 !important;
    }

    .pcfw_select_colour a {
        padding: 15px 50px;
    }

    .cart button.single_add_to_cart_button {
        font-size: 18px !important;
        height: 50px !important;
        position: absolute;
        right: 10px; 
        top: 19.2%;
        transform: translateY(-50%);
        margin-top: 10px !important;
    }
    .cart button.pcfw_popup_button {
        height: 50px !important;
    
    }

    .woocommerce-tabs {
        flex-direction: column;
    }

    .wc-tabs {
        width: 100%;
    }

    .wc-tabs #tab-title-reviews {
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    #tab-title-reviews a {
        font-size: 18px !important;
        border-top: none;
        border-bottom: none;
        text-align: left !important;
    
    }

    .reviews_tab img {
        content: url('/wp-content/uploads/2025/02/Vector-16.png');
        position: absolute;
        right: 20px; 
        top: 50%;
        transform: translateY(-50%);
    }

    .woocommerce-Tabs-panel--reviews {
        width: 100%;
    }

    .comment-form-author,
    .comment-form-email {
        width: 100%;
        margin: 0 !important;
    }

    .comment-form {
        padding-top: 10px !important;
    }

}

@media only screen and (max-width: 425px) {
    .pcfw_select_colour a {
        padding: 15px ;
    }
}