/*!

Theme Name: True waste Theme

Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash

Description: A plain-vanilla & lightweight theme for Elementor page builder

Author: Elementor Team

Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash

Template: hello-elementor

Version: 1.0.0

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

Text Domain: hello-elementor

*/



@font-face {

    font-family: "poppins-r";

    src: url(fonts/Poppins-Regular.ttf);

}



@font-face {

    font-family: "poppins-m";

    src: url(fonts/Poppins-Medium.ttf);

}



@font-face {

    font-family: "poppins-sb";

    src: url(fonts/Poppins-SemiBold.ttf);

}



@font-face {

    font-family: "poppins-b";

    src: url(fonts/Poppins-Bold.ttf);

}





p{

    margin:0;

}



.call-now a{

    color: #000;

    transition: .3s all;

}

.call-now a:hover{

    color: #1A7AEA;

}

.contact-us a{

    color: #333;

    transition: .3s all;

}

.contact-us a:hover{

    color: #1A7AEA;

}

.banner-list .elementor-icon-list-item{

    display: flex;

    align-items: center;

}

.banner-list .elementor-icon-list-icon{

    order: 2;

    margin-left: 10px;

}

.banner-list .elementor-icon-list-item .elementor-icon-list-text{

    min-width: calc(max(22.2396vw, 370px));

}

.yard-content p strong{

    color: #000 !important;

    font-weight: 500 !important;

}

.name-letter h2{

    background: #1C7AE5;

    height: 70px;

    width: 70px;

    /* padding: 25px; */

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.hfe-site-logo img{

    display: block;

}



.faq .e-n-accordion-item > div{

    box-shadow: -2px -1px 25px 2px rgba(0, 0, 0, 0.11);

    border-radius: 0 0 8px 8px;

}

.review-content p{

    min-height: 145px;

}

#masthead{

    position: sticky !important;

    top: 0 !important;

    background: #fff !important;

}

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, 

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {

    position: fixed !important;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    padding: 30px 20px;

    /* height: 0; */

    margin-top: 0 !important;

    overflow: auto;

}

.hfe-nav-menu-icon{

    padding: 0 !important;

}

.contact-form .field-row label{

    font-size: calc(max(0.8333vw, 14px));

    line-height: calc(max(1.4063vw, 24px));

    font-family: "poppins-m";

    color: #333333;

    margin-bottom: calc(max(0.7813vw, 15px));

}

.contact-form .field-row{

    margin-bottom: calc(max(1.4063vw, 20px));

}

.contact-form .field-row input{

    height: calc(max(3.1771vw, 50px));

    width: 100%;

    border: 1px solid #E2E2E2;

    border-radius: calc(max(0.5208vw, 8px));

    padding: 0 calc(max(1.4063vw, 15px));

    font-size: calc(max(0.8333vw, 14px));

    line-height: calc(max(1.4063vw, 24px));

    font-family: "poppins-r";

    color: #333333;

}

.contact-form .field-row textarea{

    height: calc(max(6.6146vw, 120px));

    width: 100%;

    border: 1px solid #E2E2E2;

    border-radius: calc(max(0.5208vw, 8px));

    padding: calc(max(0.8854vw, 15px)) calc(max(1.4063vw, 15px));

    font-size: calc(max(0.8333vw, 14px));

    line-height: calc(max(1.4063vw, 24px));

    font-family: "poppins-r";

    color: #333333;

    margin-bottom: calc(max(0.5729vw, 5px));

}

.contact-form .field-row input::placeholder,.contact-form .field-row textarea::placeholder{

    color: #CACACA;

}

.contact-form .field-row input:focus-visible,.contact-form .field-row textarea:focus-visible{

    outline: none;

}

.contact-form .submit-btn input{

    padding: calc(max(0.9375vw, 15px)) calc(max(1.7188vw, 30px));

    border: 1px solid #AFCD37;

    border-radius: calc(max(0.2083vw, 4px));

    background: #AFCD37;

    font-size: calc(max(0.9375vw, 16px));

    line-height: calc(max(1.1458vw, 20px));

    font-family: "poppins-m";

    color: #000;

    text-transform: uppercase;

    width: calc(max(8.9063vw, 160px));

}

.contact-form .submit-btn input:hover{

    background: #fff;

    border: 1px solid #000;

}

.phone a,.email a{

    font-family: "poppins-sb";

}

.phone a,.email a:hover{

    color: #000;

}

.email a,.phone a:hover{

    color: #3780FF;

}

.hover-box .hover-content{

    display: none;

    transition: opacity 0.3s ease-in-out;

}

.hover-box.active .hover-content{

    display: block;

}

.hover-box.active{

    width: 64.53% !important;

}

.hover-box{

    position: relative;

    transition: width 0.5s ease-in-out;

}

.hover-box::after{

    content: "";

    height: 100%;

    width: 100%;

    position: absolute;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    border-radius: calc(max(0.5208vw, 8px));

}

.hover-box.active::after{

    content: "";

    height: 100%;

    width: 100%;

    position: absolute;

    background: linear-gradient(352.29deg, rgba(55, 128, 255, 0) 1.22%, #3780FF 89.85%);

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    border-radius: calc(max(0.5208vw, 8px));

}



.hfe-nav-menu li.book-online-btn{

    display: none;

}

.hfe-nav-menu-icon svg.e-far-window-close{

        position: absolute !important;

    z-index: 99999 !important;

    right: 15px;

    top: 0;

}

header .hfe-nav-menu li{
    margin-right: calc(max(0.7292vw, 10px)) !important;
}

/* footer */
footer .hfe-nav-menu li{
    margin-bottom: calc(max(0.2604vw, 5px)) !important;
}


/* Updates on the product single page */

.owl-nav .button.disabled{

    display: none;

}

.woocommerce-tabs,.tc-totals-form,.quantity,.product_meta,.tc-extra-product-options .tmcp-field-wrap .price.tc-price,.woocommerce-breadcrumb{

    display: none !important;

}

#main{

    padding-left: 18.7500vw;

    padding-right: 18.7500vw;

    width: 100%;

    max-width: 100%;

}

.woocommerce div.product div.images.woocommerce-product-gallery,

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{

    width: 41%;

}

.woocommerce div.product div.images.woocommerce-product-gallery{

    padding: 40px 15px;

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{

    text-align: center;

}

.woocommerce div.product div.summary{

    width: 58%;

    /* background: #fff; */

    margin-left: 1%;

}

.woocommerce div.product div.images{

    margin: 0 !important;

}

.woocommerce div.product .product_title{

    text-align: center;

    font-size: calc(max(1.1979vw, 20px)) !important;

    line-height: calc(max(2.2396vw, 30px)) !important;

    font-family: "poppins-sb";

    color: #1A7AE9;

    text-transform: uppercase;

    margin: 0;

}

.owl-nav{

    display: flex;

    align-items: center;

    column-gap: calc(max(0.5729vw, 11px));

}

.owl-nav .button{

    width: calc(max(7.1354vw, 135px));

    text-align: center;

    padding: calc(max(0.6771vw, 11px)) 0 !important;

    border: 1px solid #AFCD37 !important;

    background-color: #AFCD37 !important;

    font-size: calc(max(0.8333vw, 14px)) !important;

    line-height: calc(max(1.1458vw, 20px)) !important;

    font-family: "poppins-m";

   color: #000000 !important;

}

.woocommerce .single_add_to_cart_button.button.alt{

    position: absolute;

    right: 0;

    margin-top: calc(max(-2.5521vw, -49px));

    width: calc(max(16.4583vw, 200px));

    padding: calc(max(0.6771vw, 11px)) 0 !important;

    border: 1px solid #1A7AEA !important;

    background-color: #1A7AEA !important;

    font-size: calc(max(0.8333vw, 14px)) !important;

    line-height: calc(max(1.1458vw, 20px)) !important;

    font-family: "poppins-m";

    color: #fff;

    border-radius: calc(max(4.3750vw, 60px));

    z-index: 9;

}

.woocommerce .single_add_to_cart_button.button.alt:hover{

    background: #fff !important;

    color: #1A7AEA;

}

.woocommerce div.product{

    margin-top: calc(max(0.9375vw, 18px));

    margin-bottom: calc(max(3.3854vw, 60px));

    /* background-color: #F8F8F8; */

}

.tm-extra-product-options h3.tc-epo-label{

    font-size: calc(max(1.1979vw, 20px)) !important;

    line-height: calc(max(2.5vw, 30px)) !important;

    font-family: "poppins-m" !important;

    color: #000 !important;  

    /* margin-bottom: calc(max(1.1458vw, 20px)); */

    margin-top: 0 !important;

}

.tm-extra-product-options h6.tc-epo-label,.tm-extra-product-options .tc-cell p{

    font-size: calc(max(0.8333vw, 16px)) !important;

    line-height: calc(max(1.4063vw, 26px)) !important;

    font-family: "poppins-m" !important;

    color: #333333 !important; 

}

.tm-extra-product-options .tc-tab-slide ul.tmcp-ul-wrap.tm-element-ul-radio{

    display: grid !important;

    grid-template-columns: 1fr 1fr 1fr !important;

    gap: calc(max(0.9896vw, 15px));

}

.tm-extra-product-options .tc-tab-slide.tc-tab-slide2 ul.tmcp-ul-wrap.tm-element-ul-radio{

    display: grid !important;

    grid-template-columns: 1fr 1fr !important;

}

.tm-extra-product-options .tc-tab-slide ul.tmcp-ul-wrap.tm-element-ul-radio li{

    border: 1px solid #E5E5E5;

    border-radius: calc(max(0.5208vw, 8px));

    max-width: 100%;

    min-height: 256px;

    height: 100%;

    position: relative;

}

.tm-extra-product-options .tc-tab-slide ul.tmcp-ul-wrap.tm-element-ul-radio li.tc-active{

    border: 2px solid #1A7AE9;

}

.tm-extra-product-options .tc-tab-slide ul.tmcp-ul-wrap.tm-element-ul-radio li.tc-active .tc-label-text{

    color: #1A7AE9;

}

.tm-extra-product-options .tc-tab-slide ul.tmcp-ul-wrap.tm-element-ul-radio li .tc-label-text{

    font-size: calc(max(0.6771vw, 12px));

    line-height: calc(max(0.9375vw, 17px));

    font-family: "poppins-m";

    color: #000; 

    padding-bottom: 10px;

}

.tm-extra-product-options .tc-tab-slide ul.tmcp-ul-wrap.tm-element-ul-radio li .tc-col-auto{

    display: none;

}

.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tc-image{

    border-color: unset;

    border: none;

}

.tm-extra-product-options .tc-tab-slide.tc-tab-slide4 .tc-cell.tc-is-require .tc-epo-label{

    display: none !important;

}



.tc-epo-style-space.tc-tooltip{

    /* content: ''; */

    position: absolute;

    background: url(images/Info.svg);

    background-repeat: no-repeat;

    height: 24px;

    width: 24px;

    right: 15px;

    top: 15px;

    display: block;

    cursor: pointer;

}

.tcfa-question-circle::before{

    display: none;

}

.tm-has-required{

    display: none !important;

}



.tc-extra-product-options .cpf-type-textfield .tmcp-field-wrap label.fullwidth .tm-epo-field,.tm-epo-field.tmcp-select,.tm-extra-product-options .tm-epo-datepicker{

    height: calc(max(3.1771vw, 55px));

    border: 1px solid #E2E2E2;

    border-radius: 10px;

    font-size: calc(max(0.8333vw, 14px));

    line-height: calc(max(1.4063vw, 24px));

    font-family: "poppins-r";

    color: #CACACA; 

    padding: 15px 27px;

}

/* .tm-epo-field.tmcp-select::placeholder{

    color: #CACACA !important; 

} */

.tm-epo-field.tmcp-select:focus-visible,.tc-extra-product-options .cpf-type-textfield .tmcp-field-wrap label.fullwidth input:focus-visible{

    outline: none;

}

.tm-epo-field.tmcp-select{

    background-image: url(images/dropdown-arrow.png);

    background-size: 17px 17px;

    background-repeat: no-repeat;

    background-position: right 20px center;

    appearance: none;

}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger::before{

    color: #1A7AEA;

    height: 24px;

    width: 24px;

    border: none !important;

    padding-right: 21px !important;

}

.tm-extra-product-options .tc-col{

    flex: none !important;

}

.tm-extra-product-options .tc-images-container .tmcp-field-wrap label,

.tc-mode-images .tc-label-wrap{

    height: 100%;

}

.owl-item .tc-tab-slide.tc-tab-slide3 .tc-col{

    flex: 1 1 0 !important;

}

.woocommerce-Price-amount.amount{

    font-size: calc(max(1.4583vw, 20px));

    line-height: calc(max(2.5vw, 30px));

    font-family: "poppins-sb";

    color: #000; 

}

.epo-answer-item{

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 5px;

    justify-content: center;

    margin-bottom: 15px;

}

.epo-question-title,.epo-answer-value{

    font-size: calc(max(0.7292vw, 14px));

    line-height: calc(max(1.0417vw, 20px));

    font-family: "poppins-sb";

    color: #000; 

    text-align: center;

}

.epo-answer-value{

font-family: "poppins-r";

}

.epo-summary-container{

    width: 41%;

    padding-bottom: 66px;

    padding-top: 39px;

}



.woocommerce-product-gallery__trigger{

    display: none;

}



.bin-rental-box{

    height: 100% !important;

}

.bin-rental-box .elementor-widget-button{

    margin-top: auto !important;

}

  





/* .slider-progress-container {

    margin-bottom: 20px;

    width: 100%;

}



.slider-progress {

    width: 100%;

    height: 4px;

    background: #f0f0f0;

    border-radius: 2px;

    overflow: hidden;

    margin-bottom: 5px;

}



.slider-progress-bar {

    height: 100%;

    background: #3a3a3a;

    width: 0%;

    transition: width 0.4s ease;

}



.slider-progress-text {

    text-align: center;

    font-size: 14px;

    color: #666;

    font-weight: 500;

} */









/* Single Line Progress Bar */

.epo-progress-container {

    width: 100%;

    margin: 0 0 22px 0;

}



.epo-progress-bar {

    width: 100%;

    height: 12px;

    background-color: #F5F5F5;

    border-radius: 60px;

    overflow: hidden;

}



.epo-progress-fill {

    height: 100%;

    background-color: #AFCD37;

    width: 0%;

    transition: width 0.3s ease;

}







.bin-rental-banner:after{

	content: '';

	position: absolute;

	background:

linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)),

linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(26, 122, 234, 0.99) 100%);

	top:0;

	left:0;

	bottom:0;

	right:0;

}

.service-area-banner:after{

	content: '';

	position: absolute;

background: linear-gradient(0deg, rgba(3, 28, 62, 0), rgba(3, 28, 62, 0)),

linear-gradient(282.39deg, rgba(0, 0, 0, 0) 0%, rgba(26, 122, 233, 0.9) 100%);

	top:0;

	left:0;

	bottom:0;

	right:0;

}

.star-rating{
 width: 100%;
/* width: fit-content;
backdrop-filter: blur(10px); */

}





/* book Online page */

.book-page-form-group{

	display:flex;

	flex-wrap: wrap;

	justify-content:space-between;

	row-gap: 20px;

}

.book-page-form-group .form-section {

	width: 49%;

		padding: calc(max(2.0833vw, 30px)) calc(max(1.5625vw, 20px)) !important;

	background: #F8F8F8;

	border-radius: calc(max(0.5208vw, 8px));

}

.book-page-form-group .form-section .textarea{

	width: 100%;

}

.book-page-form-group .form-section textarea{

	    height: calc(max(6.6146vw, 120px));

    width: 100%;

    border: 1px solid #E2E2E2;

    border-radius: calc(max(0.5208vw, 8px));

    padding: calc(max(1.0417vw, 15px)) calc(max(0.8854vw, 20px));

    font-size: calc(max(0.8333vw, 14px));

    line-height: calc(max(1.4063vw, 24px));

    font-family: "poppins-r";

    color: #333333;

	 margin-top: calc(max(0.4167vw, 8px));

}

.book-page-form-group .form-section label{

	font-size: calc(max(0.8333vw, 14px));

    line-height: calc(max(1.4063vw, 24px));

    font-family: "poppins-m";

    color: #333333;

	width: 100%;

	

}

.book-page-form-group .form-section input,.book-page-form-group .form-section select{

	    height: calc(max(2.6042vw, 45px));

        width: 100%;

        border: 1px solid #E2E2E2;

        border-radius: calc(max(0.5208vw, 8px));

        padding: 0 calc(max(1.0417vw, 20px));

        font-size: calc(max(0.8333vw, 14px));

        line-height: calc(max(1.4063vw, 24px));

        font-family: "poppins-r";

        color: #333333;

	    margin-top: calc(max(0.4167vw, 8px));



}

.book-page-form-group .form-section .form-grp{

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.book-page-form-group .form-section .form-item{

	width: 100%;

    margin-bottom: calc(max(0.7813vw, 15px));

}

.book-page-form-group .form-section .form-grp.field-2 .form-item{

	width: 49%;

}

.book-page-form-group .form-section .form-grp.field-3 .form-item{

	width: 32.3%;

}

.book-page-form-group .form-section .form-item .wpcf7-form-control-wrap{

    display: block !important;

}

.book-page-form-group .form-section textarea:focus-visible,

.book-page-form-group .form-section input:focus-visible,

.book-page-form-group .form-section select:focus-visible{

	outline: none !important;

}

.book-page-form-group .form-section .wpcf7-not-valid-tip{

	 font-size: calc(max(0.7292vw, 12px));

    line-height: calc(max(1.25vw, 22px));

    font-family: "poppins-r";

}

.book-online-form .book-btn{

	padding: calc(max(0.9375vw, 15px)) calc(max(1.7188vw, 30px));

    border: 1px solid #AFCD37;

    border-radius: calc(max(0.2083vw, 4px));

    background: #AFCD37;

    font-size: calc(max(0.9375vw, 16px));

    line-height: calc(max(1.1458vw, 20px));

    font-family: "poppins-m";

    color: #000;

    text-transform: uppercase;

    width: fit-content;

    margin-top: calc(max(1.5625vw, 25px));

}

.book-online-form .book-btn:hover{

	background: #fff;

    border: 1px solid #000;

}

.book-online-form .btn p{

    text-align: center;

    margin-left: 72px;;

}

.book-page-form-group .form-section h4{

    font-size: calc(max(1.0417vw, 18px));

    line-height: calc(max(1.5625vw, 24px));

    font-family: "poppins-m";

    color: #000;

	text-transform: uppercase;

    margin: 0;

    padding-bottom: calc(max(1.3021vw, 20px));

}

.book-online-form p.services{

   font-size: calc(max(1.25vw, 18px));

    line-height: calc(max(1.7708vw, 28px));

    font-family: "poppins-r";

    color: #000;

    margin: 0; 

    padding-bottom: calc(max(1.5625vw, 25px));

}

.booking-list ul{

        column-count: 2;

    }

    .what-sets-list ul{

        display: flex;

        flex-wrap: wrap;

        justify-content: center;

        row-gap: calc(max(2.5521vw, 25px));

        column-gap: 2%;

    }

     .what-sets-list ul li{

        width: 32%;

     }



     .book-page-form-group .form-section h6{

        margin-top: 0 !important;

     }

     .book-page-form-group .form-section .form-grp:last-child .form-item:last-child{

        margin-bottom: 0;

     }


.bin-head{border:1px solid #E2E2E2;background:#fff;border-radius: calc(max(0.5208vw, 8px));font-size:14px;cursor:pointer;display:flex;justify-content:space-between;height: calc(max(2.6042vw, 45px));  width: 100%; color: #333333;font-family: "poppins-r";margin-top: calc(max(0.4167vw, 8px));padding: 10px calc(max(1.0417vw, 20px));}
.bin-panel{display:none;position:absolute;background:#fff;border:1px solid #E2E2E2;padding:10px;z-index:999;width:22%;}
.bin-ui.open .bin-panel{display:block;}
.bin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));}
.bin-item{padding:10px;text-align:center;cursor:pointer;}
.bin-item:hover{border-color:#0a63ff;background:#f2f6ff;}
.bin-item img{max-height:90px;width:100%;object-fit:contain;}

.bin-item img{
  display:none;
}

.bin-item:hover img{
  display:block;
  transition: opacity 0.3s ease;
}  

.bin-panel h5{
    font-size: 16px;
    line-height: 20px;
}


 
.wpcf7-form-control.wpcf7-select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:transparent;
}

.wpcf7-form-control.wpcf7-select,.bin-head{
    background-image:url("https://truewaste.ca/wp-content/uploads/2026/01/chevron_right.svg");
    background-repeat:no-repeat;
    background-position:right 20px center; /* ← move arrow here */
    background-size:12px;
    padding-right:20px; /* space for arrow */
    background-color: #fff;
}
.wpcf7-form-control.wpcf7-select::-ms-expand{ display:none; }

.page-id-3359 .footerbtn{
    display: none !important;
}



/********** Responsive Styles *********/



@media only screen and (max-width: 1440px) {

    #main{

        padding: 0 7.8125vw;

    }

}



@media only screen and (max-width: 1024px) {

    #main{

        padding: 0 15px;

    }

    .name-letter h2{

        height: 65px;

        width: 65px;  

    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu{

        display: block !important;

    }

    .elementor-20 .elementor-element.elementor-element-4a8c855 .hfe-nav-menu-icon .e-font-icon-svg.e-far-window-close{

        position: absolute;

        top: 0;

        right: 5px;

        z-index: 99999;

    }

    .hover-box .hover-content{

        display: block !important;

    }

    .hover-box.active{

        width: 100% !important;

    }

    .hover-box::after{

        content: "";

        height: 100%;

        width: 100%;

        position: absolute;

        background: linear-gradient(352.29deg, rgba(55, 128, 255, 0) 1.22%, #3780FF 89.85%);

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        border-radius: calc(max(0.5208vw, 8px));

    }

    .hover-box{

        min-height: 100% !important;

    }
    .bin-item img{
  display:block;
}

}



@media only screen and (max-width: 991px) {

    .banner-list .elementor-icon-list-item .elementor-icon-list-text{

        min-width: 150px;

    }

    .rental-box{

        width: 100% !important;

    }
    .map-section .map-left,.map-section .map-right{
        width: 100% !important;
    }

    .map-section .map-left{
        column-count: 3;
        gap: 25px;
    }


}



@media only screen and (max-width: 885px) {

    .woocommerce .single_add_to_cart_button.button.alt{

        margin-top: 15px;

        right: 50%;

        transform: translateX(50%);

    }

    .woocommerce div.product div.summary{

        margin-bottom: 80px !important;

    }

}





@media only screen and (max-width: 768px) {

    .name-letter h2{

        height: 55px;

        width: 55px;  

    }

    .banner-list .elementor-icon-list-item .elementor-icon-list-text{

        min-width: 370px;

    }

    /* .elementor-20 .elementor-element.elementor-element-4a8c855 .hfe-nav-menu-icon .e-font-icon-svg.e-far-window-close{

        top: -90px;

    } */

    /* .elementor-20 .elementor-element.elementor-element-4a8c855 .hfe-nav-menu-icon .e-font-icon-svg{

        position: absolute;

        right: 5px;

        top: -62px;

    } */

    .woocommerce div.product div.images.woocommerce-product-gallery, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,

    .woocommerce div.product div.summary,

    .epo-summary-container{

        width: 100%;

    }

    .bin-rental-box{

        height: auto !important;

    }

    .woocommerce div.product{

        display: flex;

        flex-direction: column;

        margin: 0;

    }

    .woocommerce div.product div.summary{

        order: 4;

    }

    .book-page-form-group .form-section{

        width: 100%;

    }

    .booking-list ul{

        column-count: 1;

    }

    .what-sets-list ul li{

        width: 49%;

    }

    .hfe-nav-menu li.book-online-btn{

        display: block;

    }
     .bin-panel{width:45% !important;}



}



@media only screen and (max-width: 575px) {

    /* .elementor-20 .elementor-element.elementor-element-4a8c855 .hfe-nav-menu-icon .e-font-icon-svg.e-far-window-close{

        top: -93px;

    } */

    /* .elementor-20 .elementor-element.elementor-element-4a8c855 .hfe-nav-menu-icon .e-font-icon-svg{

        top: -80px;

    } */

    .tm-extra-product-options .tc-tab-slide ul.tmcp-ul-wrap.tm-element-ul-radio{

        grid-template-columns: 1fr 1fr !important;

    }

    .book-page-form-group .form-section .form-grp.field-2 .form-item,

    .book-page-form-group .form-section .form-grp.field-3 .form-item{

        width: 100%;

    }

    .what-sets-list ul li{

        width: 100%;

    }

    .map-section .map-left{
        column-count: 2;
        gap: 15px;
    }


  .bin-panel{width:88% !important;}

}



@media only screen and (max-width: 425px) {

    .banner-list .elementor-icon-list-item .elementor-icon-list-text{

        min-width: 275px;

    }

    .tm-extra-product-options .tc-tab-slide.tc-tab-slide2 ul.tmcp-ul-wrap.tm-element-ul-radio,

    .tm-extra-product-options .tc-tab-slide ul.tmcp-ul-wrap.tm-element-ul-radio{

        grid-template-columns: 1fr !important;

    }

}


@media only screen and (max-width: 375px){
    .map-section .map-left{
        column-count: 1;
    }
}


@media only screen and (max-width: 320px) {

    /* .elementor-20 .elementor-element.elementor-element-4a8c855 .hfe-nav-menu-icon .e-font-icon-svg {

        top: -139px;

        right: -15px;

    } */

    .banner-list .elementor-icon-list-item .elementor-icon-list-text {

        min-width: 253px;

        font-size: 24px !important;

    line-height: 26px !important;

    }

}




h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}

/* Service Area Page */
.map-section .map-inner{
    display: flex;
    flex-wrap: wrap;
}

.map-section .map-left{
    width: 20%;
    padding: 2.6042vw calc(max(0.6771vw, 13px)) calc(max(0.6771vw, 13px));

}
.map-section .map-right{
    width: 80%;
    position: relative;
}
.map-section .map-left img{
        height: calc(max(1.25vw, 20px));
    width: calc(max(1.25vw, 20px));
    margin-right: calc(max(0.4167vw, 8px));
}
.map-section .map-left h3{
    font-size: calc(max(0.6250vw, 12px));
    line-height: calc(max(1.0417vw, 20px));
    color: #000;
    font-family: "poppins-r";
}
.map-section .map-left .map-title{
    display: flex;
    align-items: center;
    /* margin-bottom: calc(max(0.4167vw, 8px)); */
    padding: calc(max(0.2604vw, 5px));
    border-radius: calc(max(0.2083vw, 4px));
    cursor: pointer;
}
.location-icon img{
    width: calc(max(1.25vw, 10px));
    height: calc(max(1.25vw, 10px));
}
.contact-item{
    position: absolute;
}
.contact-details{
    background: #fff;
    border-radius: calc(max(0.3646vw, 5px));
    padding: calc(max(0.5729vw, 11px)) calc(max(0.8854vw, 11px)) calc(max(1.0417vw, 11px));
    margin-bottom: 0;
    position: relative;
    left: -40%;
    min-width: 200px;
    width: 100%;
    border: 1px solid #f0f0f0;
    z-index: 99;
}
.contact-details h4{
    font-size: calc(max(0.7292vw, 12px));
    line-height: calc(max(1.0938vw, 19px));
    color: #000000;
    font-family: "poppins-m";
    padding-bottom: calc(max(0.7813vw, 10px));
}
.contact-details img{
    height: calc(max(0.8333vw, 14px));
    width: calc(max(0.8333vw, 14px));
    margin-right: calc(max(0.5729vw, 8px));
}
.contact-details .phone,.contact-details .email{
    display: flex;
    align-items: center;
}
.contact-details a{
    font-size: calc(max(0.6250vw, 12px));
    line-height: calc(max(1.0938vw, 14px));
    color: #333333;
    font-family: "poppins-r";
}
.contact-details a:hover{
   color: #1A7AE9; 
}
.contact-details .phone{
    margin-bottom: calc(max(0.7813vw, 8px));
}
.contact-details {
    display: none;
}
.map-title.active{
    background: #F4F7DF;
}
/* .map-image,.map-image img{
    height: 100%;
} */



#east-york{
    bottom: 34%;
    left: 53%;
}
#scarborough{
    bottom: 40.5%;
    left: 57%;
}
#north-york{
    left: 51%;
    bottom: 39.5%;
}
#downtown-toronto{
   bottom: 30.5%;
    left: 52%;
}
#etobicoke{
    bottom: 28%;
    left: 47.5%;
}
#vaughan{
    left: 46%;
    bottom: 44.5%;
}
#richmond-hill{
   bottom: 48%;
    left: 50.5%;
}
#mississauga{
     bottom: 25%;
    left: 42.5%;
}
#markham{
    bottom: 47.3%;
    left: 53.5%;
}
#newmarket{
        bottom: 63.5%;
    left: 49%;
}
#aurora{
    bottom: 59%;
    left: 49.5%;
}
#brampton{
   bottom: 37%;
    left: 38.5%;
}
#caledon{
    bottom: 48%;
    left: 35%;
}
#pickering{
    bottom: 45.5%;
    left: 62%;
}
#ajax{
    bottom: 47.5%;
    left: 64%;
}
#whitby{
    bottom: 50.5%;
    left: 67%;
}
#oshawa{
    bottom: 50.5%;
    left: 69.8%;
}
#halton-hills{
    bottom: 30.5%;
    left: 34%;
}
#milton{
    bottom: 19.5%;
    left: 34.8%;
}
#burlington{
    bottom: 4%;
    left: 37.5%;
}
#oakville{
    bottom: 15.5%;
    left: 41.3%;
}
#innisfil{
    bottom: 83.5%;
    left: 44%;
}
#barrie{
    left: 41%;
    bottom: 90.5%;
}
#bradford{
    bottom: 48%;
    left: 47.5%;
}
#alliston{
    bottom: 41%;
    left: 45%;
}


