/*
Theme Name: Cubicle Curtains
Theme URI: https://www.codingpixel.com
Author: codingpixel
Author URI: https://www.codingpixel.com
Description: Precision-engineered window treatments crafted with North American hardwoods and sustainable practices. Bringing comfort and beauty to homes and commercial buildings for over 50 years.
Version: 2026
Requires PHP: 8.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: cubicle-curtains

Cubicle Curtains WordPress Theme 2026
Cubicle Curtains is distributed under the terms of the GNU GPL
*/
.pmv-express-badge {
    display: inline-flex;
    align-items: center; 
    padding: 5px 5px;
    margin: 5px 0;
    border-radius: 30px;
    background: #e8fbff38;
    border: 1px solid #9ddce8;
    color: #007c91;
    font-size: 10px;
    font-weight: 700;
}

.pmv-express-badge span svg {
    vertical-align: middle;
}
.pmv-btn-style .pmv-btn-option input:checked + .color-box {
    border: 3px solid #000;
    outline: 2px solid #218b99;
    outline-offset: 3px;
}
.wc-block-mini-cart__badge {
    z-index: auto !important;
}

.bsp-parent-products {
    gap: 14px;
}

.label.lb_pa_mesh {
    display: none;
}
.label.lb_pa_tie-back-included{
    display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover
 {
    background-color: #1b1b1b !important;
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #218b99;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.breadcrumbs-current-page {
    color: #218b99 !important;
    font-weight: 600;
}
.bsp-product-item-content-pricing {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: inherit;
}

/* Old price (strikethrough) */
.bsp-product-item-content-pricing del {
    position: relative;
    text-decoration: none;
    opacity: 0.6;
}

/* New price */
.bsp-product-item-content-pricing ins {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #e60023; /* highlight new price */
}

/* Optional currency styling */
.bsp-product-item-content-pricing .woocommerce-Price-currencySymbol {
    margin-right: 2px;
}
.bsp-prodcut-item-cta-detail, .bsp-prodcut-item-cta-gallery {
    background: #0f0f0f96 !important;
}

.bsp-product-item-content-pricing del::after {
    content: "";
    opacity: -18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #000000;
    transform: translateY(-50%);
}

.not-found {
    padding: 60px 0;
}
.not-found .search-form .search-submit {
    background-color: #218B99 !important
}
footer nav li a {
    color: rgba(255, 255, 255, 0.70) !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.woocommerce span.onsale {
    min-height: 55px;
    min-width: 55px;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 10px; 
    right: 10px;
    left: auto;
    margin: 0;
    border-radius: 100%;
    background-color: #218B99;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quichship-products .filter-bar {
    width: 100%;
    flex-wrap: wrap;
    gap: 130px;
}
.measure-tab-content-detail h2:first-of-type {
    padding-bottom: 16px;
}
.cart-main-proceed-perks {
    padding-bottom: 20px;
}
#reviews {
    width: 100%;
}
.pmv-color-row {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
#reply-title {
    color: #2F2F2F;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 124%;
    display: block;
    margin-bottom: 10px;
}

#comment-form-rating-label {
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 600;
    line-height: 124%;
    display: block;
    margin-bottom: 5px;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    color: #8E8E93;    
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 132%;
    border: 1px solid #E5E5EA;
    background: #FFF;
    outline: none !important;
    padding: 12px;
}
#review_form input#submit {
    padding: 12px 24px !important;
    background: #2F2F2F !important;
    color: #fff !important;
    text-align: center;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    border-radius: 0 !important;
}
#review_form_wrapper .stars a {
    font-size: 16px !important;
    color: #D0D1D0;
}
#review_form .stars.selected a {
    color: #00449E !important;
}
#review_form .stars:hover a {
    color: #00449E !important;
}

#commentform {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
	    border-radius: 12px;
    background: #fff;
    padding: 24px;
}
#commentform p {
    margin: 0 !important;
}
#review_form_wrapper .comment-notes {
    width: 100%;
}
#review_form_wrapper .comment-form-rating {
    width: 100%;
}
#review_form_wrapper .comment-form-comment {
    width: 100%;
}

#review_form_wrapper .comment-form-author, #review_form_wrapper .comment-form-email {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 49%;
}

#review_form_wrapper .comment-form-author input, #review_form_wrapper .comment-form-email input {
    height: 48px;
    padding: 16px 12px;
    outline: none !important;
    border: 1px solid #e5e5ea;
    background: #fff;
    width: 78%;
    color: #8e8e93;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 132%;
    width: 100%;
}
#review_form_wrapper .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}
.product-desc-tabs-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ss-tab-panel.active-ss-tab {
 
    width: 100%;
}
.swiper-slide.swiper-slide-thumb-active {
    border: 4px solid #22524e
}
input.wpcf7-form-control.wpcf7-submit.btn-secondry-rev {
    border-radius: 37px !important;
    background: #218B99 !important;
    color: #f9fafb !important;
    padding: 14px 45px 14px 22px;
    position: relative;
    text-align: center;
    font-family: "Graphik";
    font-size: 14px;
    font-weight: 700;
    line-height: 171.429%;
    letter-spacing: 0.5px;
    cursor: pointer;
}

/* thumbnail / icon */
input.wpcf7-form-control.wpcf7-submit.btn-secondry-rev {
    background-image: url("https://wp26.jaidenshannon.com/cubicle-curtains/wp-content/uploads/2026/03/btn-secondry-icon.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 27px center !important;
    background-size: 16px !important
}
.qps-card-item:nth-child(3n - 1){
    max-width: 33.2%;
    flex: 0 0 33.2%;
}

.pmv-cart-btn span.woocommerce-Price-currencySymbol {
    color: #f9fafb !important;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding-right:3px
}
.buttons-parent {
    display: flex;
    gap: 20px;
}
.buttons-parent button {
    color: #fff !important;
    background: #218B99 !important;
    text-align: center !important;
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 171.429% !important;
    letter-spacing: 0.5px !important;
    align-items: center !important;
    padding: 12px 24px 12px 42px !important;
    text-transform: capitalize;
}
.buttons-parent button img {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 15px;
    top: 13px;
}
.cart-main-proceed {
    column-gap: 0;
    justify-content: space-between;
    row-gap: 30px;
}
.cart-main-proceed {
    margin-top: 32px;
}
.leftsec .button {
    color: #fff !important;
    background-color: #218B99 !important;
    text-align: center;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 171.429%;
    letter-spacing: 0.5px;
    padding: 12px 24px !important;
    border-radius: 0 !important;
    height: 48px;
} 

.leftsec {
    width: 100%;
    max-width: 48%;
}
.leftsec {
    flex-direction: column;
    display: flex;
}
 
.leftsec .coupon input#coupon_code {
    height: 48px;
    padding: 16px 12px;
    outline: none !important;
    border: 1px solid #e5e5ea;
    background: #fff;
    width: 70%;
    color: #8e8e93;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 132%;
}
.leftsec .coupon {
    display: flex;
    row-gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

a.btn-secondry-rev.checkout-button.button.alt.wc-forward {
    background-color: #218B99;
}

.measure-tab-content-detail h2 {    
    font-size: 32px;
    line-height: 124%;
    font-weight: 600;}

.care-maintenance-main-parent .icon-list-custom li {
    margin-bottom: 12px;
    font-size: 14px;
}
.pmv-section select {
    padding: 12px 12px 12px 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    cursor: pointer;
    outline: none;
    color: #2f2f2f;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 200%;
    letter-spacing: 0.5px;
}



.product-gallery-thumbs .swiper-slide {
    width: 22.5% !important;
}
.swiper-slide.swiper-slide-thumb-active {
    border: 4px solid #4794ea;
}
.swiper-slide { 
    cursor: pointer;
}
.woocommerce-checkout .wc-block-checkout input, .woocommerce-checkout .wc-block-checkout select, .woocommerce-checkout .wc-block-checkout textarea {
    color: #000000 !important;
}
a span.dashicons.dashicons-cart {
    padding: 12px;
    position: relative;
    width: 48px;
    height: 48px;
    color:white;    
    background: #4895ea !important;
    
}

a span.dashicons.dashicons-cart:before {
 
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    font-size: 24px;
    margin: auto;
    text-align: center;
    align-self: center;
}
.product-desc-tabs-content {
position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

}
/* wrapper */
.pmv-btn-style {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* hide radio */
.pmv-btn-style .pmv-btn-option input {
    display: none;
}

/* button look */
.pmv-btn-style .pmv-btn-option span {
    padding: 10px 18px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
}

/* hover */
.pmv-btn-style .pmv-btn-option span:hover {
    background: #e0e0e0;
}

/* active state */
.pmv-btn-style .pmv-btn-option input:checked + span {
    background: #333;
    color: #fff;
    border-color: #333;
}

.control-list-clr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.clrpt {
    display: flex;
    flex-direction: column;
    width: 100px;
    cursor: pointer;
}

.control-list-clr .pmv-btn-option span {
        padding: unset !important;
       
         
        color: #555;
        cursor: unset !important;
        font-size: inherit !important;
        display: unset !important;
        transition:unset !important;
}

.control-list-clr .color-name {
      border: unset !important;
}

.pophide_pa_control-location .lb_pa_control-location {
    display: none;
}
.pophide_pa_control-color .lb_pa_control-color {
    display: none;
}
.pophide_pa_fabric .lb_pa_fabric {
    display: none;
}
.pophide_pa_fascia .lb_pa_fascia {
    display: none;
}
.pophide_pa_lift .lb_pa_lift {
    display: none;
}

.pophide_pa_fascia-colors .pa_fascia-colors{
    display: none;
}
.pophide_pa_opacity .lb_pa_opacity{
    display: none;
}

.pmv-section-attribute {
    gap: 20px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}
.no-scroll {
    overflow: hidden !important;
    height: 100vh;
}
.pmv-right-note {
    display: flex;
    gap: 5px;
}
.error_msg {
    margin-bottom: 10px;
    color: red;
}
.open-control-popup{
    padding:14px 24px;
    background:#222;
    color:#fff;
    border:none;
    cursor:pointer;
    margin-right:10px;
    width: 100%;
}

.control-color-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.55);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:99999;
    padding:20px;
}

.control-color-popup{
    width:100%;
    max-width:820px;
    background:#fff;
    padding:28px;
    position:relative;
    border-radius:4px;
}

.control-color-popup h2{
    margin:0 0 28px;
    font-size:26px;
    font-weight:700;
}

.popup-close{
    position:absolute;
    top:18px;
    right:18px;
    width:34px;
    height:34px;
    border:none;
    border-radius:50%;
    background:#e9e9e9;
    font-size:28px;
    cursor:pointer;
}

.control-color-list{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-bottom:28px;
}

.control-color-item{
    width:100px;
    cursor:pointer;
}

.control-color-item input{
    display:none;
}

.color-box{
    width:100%;
    height:70px;
    display:block;
    border: 1px solid #2f2f2f29;
}

.color-name{
        display:block;
        margin-top:8px; 
        color: rgba(47, 47, 47, 0.60);       
        font-size: 14px; 
        font-weight: 400;
        line-height: 18.48px;  
        }

.control-color-item.active .color-box{
    border:3px solid #1E5EFF;
    padding:3px;
    background-clip:content-box !important;
}

.confirm-btn{
    width:100%;
    height:54px;
    border:none;
    background:#2F2F2F;
    color:#fff;
    font-size:18px;
    cursor:pointer;
}

@media only screen and (min-width: 1201px) {
.menu-item-has-children:hover .dashicons-arrow-down-alt2{
        transform: rotate(180deg);
    }
}
@media only screen and (max-width: 768px) {
    a.add-order-quote span.dashicons.dashicons-cart{
            width: 30px;
            height: 30px;
    }
    .pmv-express-badge { 
        padding: 3px 6px;
        margin: 2px 0; 
        font-size: 9px; 
    }

    .pmv-express-badge span svg {
   
        visibility: hidden;
        display: none;
    }
}
@media only screen and (min-width: 1201px) {
  /* SubMenu Style */
  .menu-item-has-children {
    position: relative;
    list-style: none;
  }

  .menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
  }

  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu-item-has-children:hover .sub-menu-icon {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 1200px) {
 
  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

@media only screen and (min-width: 1201px) {
.menu-item-has-children:hover .dashicons-arrow-down-alt2{
        transform: rotate(180deg);
    }
}


@media (min-width: 768px) and (max-width: 1120px) {
    .quick-ship-detail-main-sec .pmv-color-item {
        width: 100% !important;
        max-width: 30% !important;
    }
}  