/*
CTC Separate Stylesheet
Updated: 2025-08-27 09:38:37
*/
.woocommerce-order-received main#content h1.entry-title {
    font-family: 'Lato';
}
.tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #f2f2f2;
}
.tab.current {
    background-color: #0073aa;
    color: white;
}
.tab-content {
    display: none;
    margin-top: 20px;
}
.tab-content.current {
    display: block;
}
ul.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    cursor: pointer;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0 30px;
}
ul.tabs li {
    padding: 10px 20px;
    background: #f2f2f2;
    border-radius: 4px;
    font-family: "Julius Sans One", Sans-serif;
    font-weight: 600;
}
ul.tabs li.current,
ul.tabs li:hover {
    background-color: var(--e-global-color-primary);
    color: #fff;
}
.tab-content {
    display: none;
    margin-top: 20px;
}
.tab-content.current {
    display: block;
}
/** MASONARY LAY OUT CSS**/
.container {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}
.masonry {
    column-count: 2;
    column-gap: 15px;
}
.masonry .brick {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    line-height: 0;
}
.masonry img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#tab-content-container {
    margin-bottom: 40px;
}
.image-title {
    /* background-color:#708090;
    width: 100%;
    color: #fff; */
    background-color: #f2f2f2;
    width: 100%;
    color: #708090;
    padding: 8px 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
}
.fancybox__container button:is(:focus, :hover) {
    background-color: #6a6e7a;
}

@media (min-width: 768px) {
    .masonry {
        column-count: 3;
    }
}
@media (min-width: 992px) {
    .masonry {
        column-count: 3;
    }
}
@media (min-width: 1199px) {
    .masonry {
        column-count: 3;
    }
}
@media (max-width: 767px) {
    .image-title {
        padding: 5px;
        font-size: 14px;
        line-height: 18px;
    }
}
.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0px;
}
.gm-style-iw-ch {
    display: none;
}
/* .marker-popup {
    max-width: 250px;
    font-family: sans-serif;
}
.marker-thumb {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
}
.marker-title {
    margin: 0;
    color: #111;
    font-size: 16px;
}
.marker-content {
    font-size: 14px;
    color: #333;
    margin-top: 4px;
} */

/* Container inside the Google Maps InfoWindow */
.gm-style-iw .marker-popup {
    width: 250px;
    border-radius: 0px;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: "Rubik", sans-serif;
  }
  .gm-style .gm-style-iw-c{
    overflow: visible !important;
  }
  .gm-style .gm-style-iw{
    overflow: visible !important;
  }
  .gm-style-iw-d{
    padding: 0 !important;
    overflow: hidden !important;
  }
  /* Image */
  .gm-style-iw .marker-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 0px;
  }
  
  /* Title */
  .gm-style-iw .marker-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 5px;
    padding: 5px 10px;
    font-family: 'Julius Sans One';
  }
  .marker-content{
    padding: 5px 10px;
    color: #fff ;
    font-size: 14px;
    line-height: normal;
    font-family: 'Lato';
  }
  /* Meta text */
  .gm-style-iw .marker-meta {
    font-size: 13px;
    color: #666;
    margin: 0 0 10px;
  }
  .gm-style-iw-chr{
    justify-content: end;
  }
  .gm-style-iw-c{
    background-color: #000000 !important;
  }
  .gm-ui-hover-effect span{
    width: 24px !important;
    height: 24px!important;
    margin: 0!important;
    background: #fff!important;
  }
  .gm-ui-hover-effect{
    width: auto !important;
    height: auto!important;
    margin: -14px!important;
    background: #000!important;
    border-radius: 50%;
    opacity: 1;
    padding: 2px!important;
  }
  #wcp_cart iframe section.page-content{
    margin-top: 0 !important;
  }
  #cartModal .close-modal{
    top: 5px !important;
  }
  .checkout.woocommerce-checkout::-webkit-scrollbar{
    width: 5px;
  }
  /* Track */
  .checkout.woocommerce-checkout::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  /* Handle */
  .checkout.woocommerce-checkout::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .checkout.woocommerce-checkout::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .wcp-modal-checkout .page-content .e-checkout-layout-two-column form.checkout table.woocommerce-checkout-review-order-table{
    padding: 0 !important;
    border: 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .wcp-modal-checkout .page-content .e-checkout-layout-two-column form.checkout table.woocommerce-checkout-review-order-table thead{
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .wcp-modal-checkout .page-content .e-checkout-layout-two-column form.checkout table.woocommerce-checkout-review-order-table thead th:first-child{
    border-top-left-radius: 15px !important;
  }
  .wcp-modal-checkout .page-content .e-checkout-layout-two-column form.checkout table.woocommerce-checkout-review-order-table thead th:last-child{
    border-top-right-radius: 15px !important;
  }
  .woocommerce-checkout-review-order-table tfoot tr:last-child th{
    border-bottom-left-radius: 15px;
  }
  .woocommerce-checkout-review-order-table tfoot tr:last-child td{
    border-bottom-right-radius: 15px;
  }
   .woocommerce-checkout-review-order-table tfoot tr, .woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order-table tfoot th{
    background-color: transparent !important;
  }
  .shop_table th, .shop_table td{
    background-color: transparent !important;
  }
  .shop_table {
    font-family: 'Lato';
  }
  .woocommerce-checkout-review-order-table tfoot {
    background-color: #ebebeb !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.wcp-modal-checkout .page-content .e-checkout-layout-two-column form.checkout table tbody tr td.product-name .quantity input[type="number"]{
    border: 1px solid #bbbbbb !important;
}
.wcp-modal-checkout .page-content .e-checkout-layout-two-column .e-checkout__container{
    margin-right: 15px;
}
.wcp-modal-checkout .popup-remove-item{
    right: 10px!important;
    font-size: 26px !important;
    color: red;
}
#customer_details{
    padding: 20px;
    background: #f7f7f7 !important;
    border-radius: 15px;
    font-family: 'Lato';
}
#customer_details>div{
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}
 .shop_table thead{
    background-color: #ebeaea !important;
}
.shop_table thead th{
    color: #000!important;
}
.woocommerce table.shop_table
{
    border-radius: 0 !important;
}
#customer_details h3{
    font-size: 16px!important;   
    margin-bottom: 10px!important;
}
.e-coupon-box, .e-checkout__order_review-2{
    margin: 15px 15px 15px 0px !important;
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper select{
    border: 1px solid #ccc!important;
    height: 50px!important;
    border-radius: 10px !important;
}
.modal-content .checkout-ttl{
    background-color: #000 !important;
    font-family: 'Julius Sans One';
    font-weight: 500;
}

.wc_payment_method label{
    font-weight: 600 !important;
    font-size: 18px !important;
}
.payment_box.payment_method_cod{padding: 0 !important;}
.checkout-button-wrapper button.continue-shopping-btn{
    border: 1px solid #000 !important;
    color: #000 !important;
    padding: 9px;
    border-radius: 10px !important;
    margin-right: 7px;
    margin: 5px 0;
}
.e-apply-coupon{
    border: 1px solid #000 !important;
    color: #000 !important;
    padding: 7px;
    border-radius: 10px !important;
    margin-right: 7px;
    margin: 5px 0;
}
.e-apply-coupon:hover, .e-apply-coupon:focus{
    background-color: #000;
    color: #fff;
}
.place-order p{
    font-size: 14px;
}
.checkout-button-wrapper button.continue-shopping-btn:hover, .checkout-button-wrapper button.continue-shopping-btn:focus{
    background-color: #000 !important;
    color: #fff !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order{
    background-color: #000000 !important;
    color: #fff !important;
    border: 1px solid #000;
    border-radius: 10px !important;
    margin: 5px 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:focus
{
    background-color: transparent !important;
    border-color:  #000 !important;
    color: #000 !important;
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}
.woocommerce-checkout-payment, .e-coupon-box{
    padding: 20px !important;
    border-radius: 15px !important;
    font-family: 'Lato';
}
.wcp-floating-cart .cart-count{
    padding: 5px;
    width: 25px;
    text-align: center;
    height: 25px;
}
.e-show-coupon-form, .woocommerce-privacy-policy-link{
    color: #000000 !important;
}
#wcp-mini-cart, #wcp-mini-cart-item{
    background-color: #708090 !important; 
}
.gm-style .gm-style-iw-tc::after{
    background: #000000 !important; 
}
#locations-map{
    height: 750px !important;
}
.fancybox__backdrop{
    background-color: #212633 !important;
}
.cart  a{
    font-family: 'Julius Sans One';
}.elementor-widget:not(:last-child) {
    margin-block-end: 0 !important; 
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 0 !important;
}
.custom-modal-content iframe,.custom-modal-content iframe html{
    height: 100% !important;
}
.custom-modal-content > #wcp_cart *,
form.checkout.woocommerce-checkout{
    height: 100vh !important;
}
form.checkout.woocommerce-checkout{
    padding-bottom: 60px !important;
}

.woocommerce-privacy-policy-text p {
    font-size: 16px !important;
    font-weight: 400;
    margin-top: 0 !important;
}


.checkout-button-wrapper{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}

@media (min-width: 480px) and (max-width: 767px) {
    .checkout-button-wrapper{
        flex-direction: row;
    } 
}
.elementor-widget-woocommerce-checkout-page .woocommerce-error a{
    color: #de5b5b !important;
}

/* style update 16-9-2025 */
#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
    font-family: 'Lato';
    font-weight: 900;
}
#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper input {
    font-weight: 700 !important;
}
.shop-custom-loop-grid .e-loop-add-to-cart-form-container a.added_to_cart.wc-forward {
    display: none !important;
}
.woocommerce-error {
    font-family: 'Lato' !important;
    font-weight: 600;
}
.checkout-button-wrapper button {
    font-size: 16px !important;
    padding: 13px 9px !important;
    line-height: 18px !important;
}
.woocommerce-order-received main#content {
    margin-top: 73px;
}
.woocommerce-order-received .woocommerce-order {
    margin-top: 0px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 20px;
    margin-bottom: 28px;
    font-weight: 800;
}
.woocommerce-order-received .woocommerce-order ul.order_details {
    font-size: 16px;
    color: #000;
}
.woocommerce-order-received .woocommerce-order p {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Lato';
}
.woocommerce-order-received .woocommerce-order-overview {
    text-align: left;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    background-color: #fdfdfd;
}

.woocommerce-order-received .woocommerce-order-overview li {
    padding: 8px 0;
}

.woocommerce-order-received .woocommerce-order-overview li:last-child {
    border-bottom: none;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
    color: #000;
}

.woocommerce-order-received .woocommerce-order p {
    margin-bottom: 30px;
}

.woocommerce-order-received .woocommerce-order-details {
    text-align: left;
    margin-bottom: 30px;
}
.woocommerce-order-received  .woocommerce table.shop_table {
    width: 59%;
}
.woocommerce-order-received .woocommerce-order-details__title, .woocommerce-order-received .woocommerce-table--order-details h2, .woocommerce-order-received .woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
.woocommerce-order-received table.order_details thead tr th {
    padding: 10px !important;
}
.woocommerce-order-received .woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-table--order-details th,
.woocommerce-order-received .woocommerce-table--order-details td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.woocommerce-order-received .woocommerce-table--order-details th {
    background-color: #f4f4f4 !important;
    text-align: left !important;
}

.woocommerce-order-received .woocommerce-table--order-details td {
    background-color: #fff !important;
    padding: 10px !important;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr:hover {
    background-color: #f9f9f9 !important;
}
.woocommerce-order-received .woocommerce-table--order-details tfoot th, .woocommerce-order-received .woocommerce-table--order-details tfoot td {
    text-align: left !important;
    font-weight: bold !important;
    padding: 10px !important;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot td {
    text-align: right;
    background-color: #f4f4f4 !important;
}
.woocommerce-order-received .woocommerce-customer-details {
    text-align: left;
}
.woocommerce-order-received .woocommerce-customer-details address {
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    font-style: normal;
    font-size: 16px !important;
    color: #000;
	    font-family: 'Lato';
}

.woocommerce-order-received .woocommerce-customer-details address p{
    font-size: 16px !important;
    color: #000;
}
.woocommerce-order-received .woocommerce-customer-details p {
    margin-top: 10px;
    margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-table--order-details td a {
    font-weight: 700;
    color: #000;
}

/* Media query */
@media only screen and (max-width: 1024px){
    body.woocommerce-order-received {
        padding: 20px 10px;
    }
    .woocommerce-order-received .woocommerce .woocommerce-order {
        padding: 20px;
    }
    .woocommerce-order-received .woocommerce-order-overview li {
        border: 0 !important;
        padding-bottom: 16px;
    }
    .woocommerce-order-received  .woocommerce table.shop_table {
        width: 100%;
    }
    .woocommerce-order-received .woocommerce-order-details__title, .woocommerce-order-received .woocommerce-table--order-details h2, .woocommerce-order-received .woocommerce-customer-details h2.woocommerce-column__title {
        font-size: 18px;
        margin-bottom: 11px;
    }
    .woocommerce-order-received .woocommerce-order-overview{
        padding: 15px;
    }
    .woocommerce-order-received .woocommerce-order-details,
    .woocommerce-order-received .woocommerce-customer-details {
        padding: 0px;
    }

    .woocommerce-order-received .woocommerce-table--order-details th,
    .woocommerce-order-received .woocommerce-table--order-details td {
        padding: 10px;
        font-size: 14px;
    }

    .woocommerce-order-received .woocommerce-customer-details address {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
	.woocommerce-order-received main#content {
		margin-top: 35px;
	}
    .woocommerce-order-received .woocommerce-order-overview li {
        border: 0 !important;
    }
    .woocommerce-order-received  .woocommerce table.shop_table {
        width: 100%;
    }
    .woocommerce-order-received .woocommerce-order {
        margin-top: 0px;
    }
    body.woocommerce-order-received {
        padding: 20px 10px;
    }

    .woocommerce-order-received .woocommerce .woocommerce-order {
        padding: 20px;
    }
    .woocommerce-order-received .woocommerce-order-details__title, .woocommerce-order-received .woocommerce-table--order-details h2, .woocommerce-order-received .woocommerce-customer-details h2.woocommerce-column__title {
        font-size: 18px;
        margin-bottom: 11px;
    }
    .woocommerce-order-received .woocommerce-order-overview{
        padding: 15px;
    }
    .woocommerce-order-received .woocommerce-order-details,
    .woocommerce-order-received .woocommerce-customer-details {
        padding: 0px;
    }

    .woocommerce-order-received .woocommerce-table--order-details th,
    .woocommerce-order-received .woocommerce-table--order-details td {
        padding: 10px;
        font-size: 14px;
    }

    .woocommerce-order-received .woocommerce-customer-details address {
        font-size: 14px;
    }
}






/* a[data-fancybox] {
    position: relative;
    display: inline-block;
}

.info-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    pointer-events: none;
    user-select: none;
} */


/* .brick a {
    position: relative;
    display: inline-block;
}

.brick a .info-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    user-select: none;
    pointer-events: none; 
} */
.gallery-columns-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery-columns-2 .gallery-item {
	width: calc(50% - 10px);
    display: inline-block;
}
	
