/* ========== GENERAL STRUCTURE ========== */
footer#colophon {
    clear: both;
}
.color-swatch-group,
.frame-swatch-group,
.banner-swatch-group{
    display: flex;
    gap: 10px;
    margin-top: 5px;
	flex-wrap: wrap;
}
span.color-circle.imagethumb {
    width: 100px;
    height: 100px;
    border-radius: 0;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}

.color-swatch-label input:checked + span.color-circle.imagethumb:after {
    background-size: 50px;
}
.frame-swatch-group {
    margin-top: 15px;
}

form.cart {
    display: block !important;
}

section.related.products {
/*     display: none !important; */
}

/* ========== PRODUCT PAGE LAYOUT ========== */

.woocommerce-product-gallery {
    width: 40% !important;
}

.summary.entry-summary {
    width: 55% !important;
    float: left;
    margin-left: 5%;
}

.woocommerce-js div.product .product_title {
    font-size: 32px;
    line-height: 46px;
}

.product_meta,
.quantity,
button.single_add_to_cart_button,
.woocommerce-js div.product div.summary .single-product-category {
/*     display: none !important; */
}

/* ========== COLOR SWATCHES ========== */

span.color-circle,
.tabbed-color-swatches span.color-circle {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

span.color-circle {
    width: 50px;
    height: 50px;
}

.tabbed-color-swatches span.color-circle {
    width: 30px;
    height: 30px;
}

label.color-swatch-label {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    margin: 3px;
	text-align: center;
	    max-width: 90px;
}

span.color-name {
    display: block;
    text-align: center;
}

.color-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ccc;
}

.color-swatch-label input:checked + .color-circle {
    border-color: #15de00;
}
span.frame-circle, .banner-circle {
    border: 2px solid #ccc;
}

.frame-swatch-label input[type="radio"]:checked + .frame-circle, 
.roof_printed_label input[type="radio"]:checked + .frame-circle, 
.frame-swatch-printed-label input[type="radio"]:checked + .frame-circle, 
.banner-swatch-label input[type="radio"]:checked + .banner-circle,
.banner-swatch-label-print input[type="radio"]:checked + .banner-circle{
    border-color: #15de00;
}

.color-swatch-label input:checked + .color-circle:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/tyu.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    left: 0;
    top: 0;
}

/* ========== TABS NAVIGATION ========== */

.tabs-nav {
    display: flex;
    gap: 5px;
}

.tabs-nav button.tab-btn {
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #04223F;
    color: #FFFFFF;
    cursor: pointer;
	opacity: 0.4;
}

.tabs-nav button.tab-btn.active {
    background-color: #FCD13C;
    color: #fff;
    font-weight: bold;
	opacity: 1;
}

/* ========== TAB GROUP CONTAINER ========== */

div#tab_related {
    margin-top: 70px;
}

.wc-tabbed-product-groups {
    margin-top: 30px;
}

.wc-tab-nav {
    list-style: none;
    display: flex;
    gap: 10px;
    padding-left: 0;
}

.wc-tab-nav li a {
    display: block;
    padding: 8px 16px;
    background: #f3f3f3;
    border: 1px solid #ddd;
    text-decoration: none;
}

.wc-tab-nav li a.active {
    background: #fff;
    border-bottom: none;
}

.wc-tab-content {
    display: none;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.wc-tab-content.active {
    display: block;
}

/* ========== PRODUCTS INSIDE TABS ========== */

.tab-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
/* 	justify-content: space-between; */
}



.tabbed-product.selected {
    border-color: #15de00;
    background: #15de0033;
}

.tabbed-product input[type="checkbox"] {
    display: block;
    margin: 0 auto 5px;
}

.tabbed-product-thumb img {
    max-width: 100%;
    width: 250px;
    height: 150px;
    background-color: #fff;
    object-fit: cover;
}

.product-title {
    margin-bottom: 0px !important;
    font-weight: 600;
}


div#custom-product-options legend, div#section-product-options-printed legend {
    font-size: 16px;
    margin-top: 20px;
	font-weight: bold;
}

.tabbed-color-swatches {
    margin: 20px 0 0;
}

div#tab_related button.tab-btn {flex: 1;}

div#tab_related .tabs-nav {
    justify-content: space-between;
}

div#tab_related .tab-content {
    border: 1px solid #e8e8e8;
    padding: 30px;
    border-top: 0;
}
div#section-product-options-printed {
    display: block;
}

 .file input {
     min-width: 14rem;
     margin: 0;
     filter: alpha(opacity=0);
     opacity: 0;
}
 .file-custom {
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     z-index: 5;
     padding: .52rem 1rem;
     line-height: 1.5;
     color: #555;
     background-color: #fff;
     border: .075rem solid #ddd;
     border-radius: .25rem;
     box-shadow: inset 0 .2rem .4rem rgba(0, 0, 0, .05);
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .file-custom:after {
     content: "Choose file...";
}
 .file-custom:before {
     position: absolute;
     top: -.075rem;
     right: -.075rem;
     bottom: -.075rem;
     z-index: 6;
     display: block;
     content: "Browse";
     height: 2.5rem;
     padding: .5rem 1rem;
     line-height: 1.5;
     color: #555;
     background-color: #eee;
     border: .075rem solid #ddd;
     border-radius: 0 .25rem .25rem 0;
}

 .file input:focus~.file-custom {
     box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

.file {
    position: relative;
    display: block;
    cursor: pointer;
    height: 2.5rem;
}

div#section-product-options-printed > div, div#bundle-packages > div {
    margin: 20px 0 20px;
}

.woocommerce-breadcrumb a {
    color: rgba(22, 22, 22, 1);
    text-decoration: none;
}

nav.woocommerce-breadcrumb {
    color: rgba(112, 112, 112, 1);
	    padding-top: 20px;
    padding-bottom: 20px;
}

.clear {
    clear: both;
}
select {
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    padding: 0 10px;
	  -webkit-appearance: none; /* Remove default styling on WebKit */
  -moz-appearance: none;    /* Remove default styling on Firefox */
  appearance: none;         /* Remove default styling */
  background: url('data:image/svg+xml;utf8,<svg fill="black" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 0px center;
  background-size: 30px;
  padding-right: 10px; /* Space for arrow */
}




/* Style each product card */
.tabbed-product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 calc(25% - 20px); /* Adjust width for 4 per row with gap */
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	transition: all 0.2s;
}

/* Inner wrapper for layout */
.product-checkbox-wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	cursor: pointer;
}

/* Keep qty selector at bottom */
.qty-label {
	margin-top: auto;
	padding-top: 20px;
}

/* Equal height for all product boxes */
.tabbed-product {
	height: 100%;
}

/* Optional: make all cards same height using grid (alternative) */
div#tab_related .tab-content.productgrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.woocommerce-product-gallery__wrapper {
    text-align: center;
}

.product_details {
    max-width: 600px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    clear: both;
}
.printed-marquee-product-gallery{
    display: none;
}

.sticky_cart {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #d0d2d3;
    padding: 5px 0;
	z-index: 99;
}

.sticky_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky_inner h5 {
    margin-top: 11px;
}


div#selectsummery {
    font-size: 13px;
    line-height: 20px;
}
.productDetails {
  max-width: 600px;
}

.total_price_product {
  font-size: 20px;
  font-weight: bold;
}
.sticky_cart button, .requiestqoute, #quotesubmitbtn, #quotesubmitbtnbanner {
  background-color: #0c3140;
  border: 0;
  color: #fff;
  padding: 16px;
  transition: .3s;
}
.sticky_cart button:hover, .requiestqoute:hover, #quotesubmitbtn:hover, #quotesubmitbtnbanner:hover {
  background-color: #fdcd27;
}
.package-bundles-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	box-sizing: content-box;
	text-align: center;
	cursor: pointer;
}

.package-bundle-item.active {
    border-color: #15de00;
}

.package-bundle-item {
    border: 2px solid transparent;
}

.package-bundles-details ul {
    padding-left: 0;
    margin-left: 18px;
}

.package-bundles-details ul li {
    font-size: 14px;
    color: #000;
}
.package_details h2 {
    text-align: left !important;
}
.package-bundles-detailsinner{
    display: none;
}
.package-bundles-detailsinner .box__wrapper{
    height: 135px;
    overflow: hidden;
	transition: .3s;
	position: relative;
}
.package-bundles-detailsinner .box__wrapper:after {
    width: 100%;
    height: 37px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(255 255 255 / 40%), #ffffff);
}
.readmore {
    cursor: pointer;
	font-weight: bold;
}
.box__wrapper.Showing:after {
    display: none;
}
.package-bundles-detailsinner:first-child {
    display: block;
}
.single-product footer#colophon {
    margin-top: 80px;
}
div#qoute_form {
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
div#qoute_form input , div#qoute_form select {
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    width: 100%;
}
div#qoute_form textarea{
	line-height: 37px;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    width: 100%;
}
div#qoute_form .columns {
    display: flex;
    gap: 10px;
}

div#qoute_form form > div {
    margin-bottom: 10px;
}
.quoteform_inner {
    background-color: #fff;
    margin: 50px 0 !important;
    padding: 30px;
	    border-radius: 10px;
	position: relative;
}

.closeicon {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
	cursor: pointer;
}
div#qoute_form .columns div {
    flex: 1;
}
div#qoute_form h2 {
    margin-bottom: 20px;
    color: #0c3140 !important;
}
.quote-status {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}
.quote-status.success {
    color: #155724;
    background-color: #d4edda;
}
.quote-status.error {
    color: #721c24;
    background-color: #f8d7da;
}
.quote-status.sending {
    color: #0c5460;
    background-color: #d1ecf1;
}
ul.spcl-serv-box {
    list-style: none;
    gap: 70px;
    background-color: #0c3140;
    color: #fff;
    padding: 20px;
    justify-content: center;
    border-radius: 20px;
    margin-top: 30px;
}

ul.spcl-serv-box li {
    font-weight: bold;
    color: #ffca2a;
    font-size: 18px;
}

b.ser-count {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

b.ser-count img {
    width: 23px;
    margin-right: 10px;
    filter: invert(1);
}

.woocommerce-product-gallery {
  position: relative;
  padding-bottom: 50px;
}
.woocommerce-product-gallery > a.gov_orders {
  width: 100%;
  bottom: 0;
  display: block;
  clear: both;
  position: absolute;
  font-weight: 600;
  color: #0c3140;
	font-size: 14px;
}

.woocommerce-product-gallery > a.gov_orders:hover, .readmore:hover {
    color: #fcd13c;
}

/* Chrome, Safari, Edge, Opera */
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.qty-input {
    -moz-appearance: textfield;
    text-align: center;
	height: 35px;
	margin: 0 5px;
}
.quantity-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
	text-align: center;
}
label.roof_printed_label bdi {
    font-size: initial !important;
}
span#print_logo_file.imageUploaded:after {
    display: none;
}

div#bundle_banner_tab_content legend {
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
}

div#bundle_banner_tab_content input + span {
    border: 2px solid #ccc;
}


div#bundle_banner_tab_content input[type="radio"]:checked + span{
    border-color: #15de00;
}
.d-none-c{
	display: none;
}
#bundle_banner_tab_content bdi
 {
    font-size: initial !important;
}
.banner-swatch-group .product_sku {
    word-break: break-all;
}


.banner-swatch-group label {
    width: 100px;
}