body:not(.home) {
    padding-left: 288px !important;
    margin: 0px !important;
}
.order-again{
	display:none !important;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt{
   
    font-weight: 400 !important;
}
.woocommerce-table__product-name .wc-item-meta{
	padding-left:0px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
	body:not(.home){
    	padding-left: 0px !important;
	}
}
@media only screen and (max-width: 768px) {
	body:not(.home) {
		padding-left: 0px !important;
	}
	.elementor-location-header{
		position: relative !important;
	}
	.elementor-location-header.sticky{
		position: fixed !important;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	.woocommerce ul.order_details li {

    margin-bottom: 15px !important;
    width: 100% !important;
    border: none !important;
}
	.woocommerce-button {
   
    margin-bottom: 10px !important;
	}
}
.elementor-location-header{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.grecaptcha-badge{
	display:none !important;
}
#filters{
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 50px;
    padding: 20px 0px;
}
#filters .nav-link{
   font-family: 'Work Sans';
    font-weight: 400;
    color: #000;
    font-size: 14px;
    border-radius: 0px;
}
#filters .nav-link.show{
       font-weight: 600;
}
.row-projects{
        margin-right: -10px;
    margin-left: -10px;
}
.col-projects{
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px;
}
.col-projects img{
    height: 250px !important;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px !important;

}
.col-projects .title{
    font-family: "Syne", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    color: #000;
}
.col-projects  .category{
        font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

.col-ps{
	    padding-right: 5px;
    padding-left: 5px;
}
.product-select{
	    border: 1px solid #e0dada;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    padding-top: 50px;
}
.product-select img{
	height: 170px !important;
    border-radius: 20px !important;
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
}
.product-select h4{
	    font-size: 21px;
}
.product-select p{
	color: #403E3E;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}

.custom-checkbox {
    display: inline-block;
    cursor: pointer;
}
.custom-checkbox {
    display: inline-block;
    cursor: pointer;
}
.product-select.choose {
      background-color: #ffefef;
    border: 2px solid #d43d3b;
    transition: background-color 0.3s ease;
}

.custom-checkbox .btn-style {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d43d3b;
    color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #d43d3b;
    text-align: center;
    transition: background-color 0.3sease, color 0.3sease;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.custom-checkbox input[type="checkbox"] {
    display: none; /* Hide default checkbox */
}

.product-select.choose .btn-style {
    background-color: #d43d3b; /* Green when selected */
    color: white;
}
.product-select svg{
	    fill: #d43d3b;
    width: 150px;
    margin-bottom: 20px;
    margin-top: 10px;

}