/*
Theme Name: Blinds Depot
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: blinds_depot

Blinds Depot WordPress Theme 2026
Blinds Depot is distributed under the terms of the GNU GPL
*/
.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;
    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;
    }
}