| Server IP : 13.126.101.145 / Your IP : 216.73.217.50 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-11-115-0-196 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 10:54:48 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/rentals_updated/wp-content/themes/hello-elementor-child/ |
Upload File : |
/*
Theme Name: hello-elementor Child
Author: Itrosys
Template: hello-elementor
Version: 1.0.0
*/
/* Add your custom styles here */
/* header */
body > header {
background-color: #aa1d25;
/* border-bottom: 25px solid #000000; */
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
}
.site-logo img {
height: 40px;
}
.signin-btn:hover {
color: #ffc107 !important;
}
button#enquiry-float-btn {
padding-bottom: 40px;
}
/* ----------------------------------------- Desktop */
@media only screen and (min-width: 992px) {
.container {
max-width: 1380px;
}
.category-item {
padding: 10px;
}
.custom-shop-container {
margin-top: 100px;
}
}
@media only screen and (min-width: 1025px) {
.nav-wrap {
display: flex;
}
.signin-btn {
/* background-color: black; */
color: white !important;
border: none;
padding: 6px 16px;
border-radius: 5px;
font-weight: 600;
transition: all 0.3s ease-in-out;
}
.signin-btn i {
margin-left: 5px;
}
.signin-btn:hover {
/* background-color: #ffc107; */
/* color: #000 !important; */
}
.nav-link {
color: #fff !important;
font-weight: 700;
display: inline-flex;
align-items: center;
gap: 8px;
line-height: 1;
height: 100%;
font-size: 16px;
transition: all 0.3s ease-in-out;
min-height: 80px;
padding: 0 18px;
}
.nav-link:hover {
color: #ffc107 !important;
}
.dd-link>i {
font-size: 12px;
transition: all 0.3s ease-in-out;
}
.dd-menu {
position: absolute;
top: 100%;
left: 0;
opacity: 0;
background-color: #fff;
width: 100%;
/* height: calc(100vh - 60px); */
transition: all 0.3s ease-in-out;
pointer-events: none;
padding: 32px 0 44px 0;
overflow-y: auto;
}
.dd-link:hover+.dd-menu,
.dd-menu:hover {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.dd-link:hover>i.fa-angle-down,
.dd-menu:hover~.dd-link>i.fa-angle-down {
transform: rotate(-180deg);
}
body > header h2.menu-heading {
color: #DC3832;
font-size: 24px;
font-weight: 700;
line-height: 1.3;
margin: 0;
}
body > header a.category-title {
font-size: 18px;
font-weight: 700;
line-height: 1.3;
margin: 0 0 18px 0;
position: relative;
color: #000;
display: block;
}
body > header a.category-title:hover {
color: #000;
}
body > header a.category-title:after {
content: "";
width: 40px;
max-width: 20%;
height: 2px;
position: absolute;
left: 0;
top: calc(100% + 4px);
background-color: #ffc107;
}
body > header .menu-section:last-child a.category-title {
color: #DC3832;
}
body > header .menu-wrapper {
display: grid;
/* flex-wrap: wrap; */
gap: 30px;
row-gap: 30px;
grid-template-columns: auto auto auto auto auto;
}
.mega-close-btn {
background-color: transparent;
padding: 0;
font-size: 24px;
line-height: 1;
outline: none;
border: none;
color: #DC3832;
}
.menu-section {
flex: 1 1 14%;
}
body > header .menu-link {
display: block;
color: #000 !important;
text-decoration: none;
font-size: 16px;
transition: all 0.3s ease-in-out;
}
.menu-link:not(:last-child) {
margin-bottom: 10px;
}
body > header .menu-link:hover {
color: #DC3832 !important;
}
.mobile-menu {
display: none;
}
}
/* ----------------------------------------- Mobile */
@media only screen and (max-width: 1024px) {
.desktop-menu {
display: none;
}
.mobile-menu {
display: block;
}
.close-btn {
background-color: transparent;
padding: 0;
font-size: 24px;
line-height: 1;
outline: none;
border: none;
color: #DC3832;
}
.nav-wrap {
position: fixed;
height: 100vh;
width: 100%;
max-width: 300px;
top: 0;
left: 0;
background-color: #F3EDED;
transition: all 0.3s ease-in-out;
z-index: 999;
transform: translateX(-100%);
display: flex;
flex-direction: column;
}
.menu-wrap {
flex: 1;
overflow-y: auto;
padding-right: 20px;
}
.nav-bg-layer {
position: fixed;
height: 100%;
width: 100%;
background-color: rgb(0, 0, 0, 0.4);
left: 0;
top: 0;
z-index: 998;
transition: all 0.3s ease-in-out;
visibility: hidden;
opacity: 0;
}
button.hm-btn {
border-radius: 2px;
}
.signin-btn,
.hm-btn {
background-color: transparent;
padding: 0;
outline: none;
border: none;
line-height: 1;
font-size: 28px;
color: #fff !important;
transition: all 0.3s ease-in-out;
}
.hm-btn,
.close-btn {
padding: 8px 12px !important;
color: #000 !important;
font-size: 18px !important;
}
.mobile-menu .fa-shopping-cart:before {
font-size: 24px;
}
.signin-btn {
font-size: 22px;
}
.active-mobile-menu .nav-wrap {
transform: translateX(0%);
}
.active-mobile-menu .nav-bg-layer {
visibility: visible;
opacity: 1;
}
.category-item {
padding: 20px;
}
.category-grid .slick-prev {
left: -12px;
}
.category-grid .slick-next {
right: -12px;
}
ul.nav-menu,
ul.nav-menu ul {
list-style: none;
padding-left: 0;
margin: 0;
}
ul.nav-menu li {
position: relative;
}
ul.nav-menu li:not(:last-child) {
border-bottom: 1px solid #dbdbdb;
}
ul.nav-menu li button,
ul.nav-menu li a {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px 16px;
background: none;
border: none;
outline: none;
color: #000;
text-align: left;
font-size: 16px
}
ul.nav-menu li button:focus {
outline: none;
}
ul.nav-menu ul {
display: none;
margin: 0 0 10px 10px;
}
ul.nav-menu ul.show {
display: block;
}
.nav-menu li i.fa-chevron-down,
.nav-menu li i.fa-chevron-right {
transition: transform 0.3s ease;
font-size: 10px;
}
.nav-menu li button.active i.fa-chevron-down {
transform: rotate(180deg);
}
.nav-menu li button.active i.fa-chevron-right {
transform: rotate(90deg);
}
.badge {
top: 10px !important;
}
}
@media screen and (max-width: 1350px) and (min-width: 1025px) {
a.signin-btn {
font-size: 0;
}
a.signin-btn i {
font-size: 20px;
}
}
/* Shop page */
.product-categories-cs {
padding: unset;
}
.product-categories-cs .cat-list {
margin: 10px 0px;
border: 1px solid #00000042;
padding: 7px;
box-shadow: 1px 2px 1px;
border-radius: 7px;
list-style-type: none;
background-color: #ffbd2b;
}
.product-categories-cs .cat-list a {
color: #000;
font-weight: 600;
}
.product-categories-cs li.cat-list.active-category {
background-color: #212529;
box-shadow: 1px 2px 1px;
}
.product-categories-cs .active-category a {
color: #ffbd2b;
}
button.wc-block-components-filter-reset-button {
background-color: #000 !important;
color: #ffbd2b !important;
padding: 10px 20px;
border-radius: 5px !important;
text-decoration: none !important;
}
input.wc-block-formatted-money-amount {
background-color: #ffbd2b;
font-weight: 600;
}
/* woocommerce my account content */
/* css for my-account */
.menu-container {
display: flex;
align-items: center;
padding: 10px;
}
.menu-container .cards-container {
display: flex;
margin: auto;
gap: 10px;
width: 100%;
}
.menu-container .cards-container .card {
background-color: rgba(255, 189, 43, 0.11);
border-radius: 20px;
padding: 25px 20px;
flex: 1;
min-width: 200px;
border: 1px solid #FFBD2B;
}
.menu-container .cards-container .card a {
display: flex;
align-items: flex-start;
gap: 10px;
}
.menu-container .cards-container .card .card-content {
text-align: center;
font-family: 'Open Sans';
}
.menu-container .cards-container .card .card-content h3 {
font-size: 20px;
color: #A70705;
text-align: left;
margin-bottom: 0;
}
.menu-container .cards-container .card .card-content h5 {
margin: 0;
font-size: 14px;
line-height: 25px;
color: #353535;
}
.user-dropdown {
position: relative;
display: inline-block;
}
.user-dropdown .dropdown-menu {
display: none;
position: absolute;
top: 88%;
left: 0%;
background: #fff;
border: 1px solid #ddd;
min-width: 160px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 8px 0;
z-index: 1000;
}
.user-dropdown .dropdown-menu li {
list-style: none;
}
.user-dropdown .dropdown-menu li a {
display: block;
padding: 8px 15px;
text-decoration: none;
color: #333;
width: 100%;
}
.user-dropdown .dropdown-menu li a:hover {
background: #f5f5f5;
}
.user-dropdown:hover .dropdown-menu {
display: block;
}
@media (max-width: 768px) {
.signin-btn {
font-size: 0;
}
.signin-btn i {
font-size: 20px;
}
.mobile-menu .flex-lists {
gap: 20px;
}
body > header {
position: sticky;
}
.category-grid {
grid-template-columns: auto auto !important;
}
.category-label {
font-size: 14px;
}
.menu-container {
flex-direction: column;
align-items: stretch;
}
.cards-container {
margin-left: 0;
margin-top: 10px;
}
.card {
max-width: none;
width: 100%;
}
.banner-num .elementor-counter-title {
font-size: 7px !important;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row {
grid-template-columns: 100% !important;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row td {
-ms-grid-column: auto !important;
grid-column-start: auto !important;
-ms-grid-row: auto !important;
grid-row-start: auto !important;
width: 100% !important;
grid-column-end: auto !important;
padding-right: 0 !important;
}
.woocommerce-cart .wp-block-woocommerce-cart {
margin: 10px;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
float: left;
margin-top: 20px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block {
margin-top: 0 !important;
}
body.woocommerce-cart .page-content h2 {
margin: 30px 0 0;
}
}
/* my account order table */
/* .woocommerce table.shop_table {
margin: 0px 0px 24px -83px !important;
} */
.woocommerce-orders-table__header,
.woocommerce-rfq-table__header {
background-color: #ffbd2b;
color: #000;
}
.woocommerce-orders-table__row:nth-child(even) {
background-color: #ffbd2b29 !important;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a {
color: #000 !important;
font-weight: 600 !important;
font-size: 15px !important;
}
.woocommerce-rfq-table__cell-rfq-number,
.rfq-start-date,
.rfq-end-date,
.rfq-product-name,
.rfq-status,
.rfq-shift {
color: #000 !important;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a:hover {
color: red !important;
font-weight: 600 !important;
font-size: 15px !important;
}
.woocommerce-orders-table__cell-order-date,
.woocommerce-orders-table__cell-order-status,
.woocommerce-orders-table__cell-order-total,
.srno-enquiry,
.product-name-enquiry,
.startdate-enquiry,
.enddate-enquiry {
color: #000 !important;
}
/* display none rfq from navigation */
/* .woocommerce-MyAccount-navigation-link--rfq , .woocommerce-MyAccount-navigation-link--enquiry {
display: none;
} */
.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
font-size: 20px;
}
.woocommerce-customer-details .woocommerce-column__title {
font-size: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: left !important;
width: 77%;
margin-left: 25px !important;
}
.woocommerce-customer-details .woocommerce-customer-details--phone {
margin-left: unset !important;
}
.woocommerce table.my_account_orders .button {
background-color: #000;
color: #ffbd2b;
}
/* Style for My Account vertical tabs */
.woocommerce-MyAccount-navigation {
display: flex;
flex-direction: column;
width: 20% !important;
/* Adjust width as needed */
margin-left: 0px !important;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 15px 0 !important;
margin: 0;
box-shadow: none;
background-color: #fff;
border-radius: 20px !important;
}
.woocommerce-MyAccount-navigation ul li {
margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 10px 20px;
color: #000;
text-decoration: none;
border-left: 3px solid transparent;
transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
border-left-color: #ffbd2b;
/* background-color: #000; */
color: #ffbd2b;
font-weight: 700;
font-size: 18px;
/* border-radius:10px; */
}
/* Styling for latest box in my account */
.latest-activity-container {
padding: 20px;
border-radius: 20px;
margin-bottom: 20px;
background-color: #fff;
}
.latest-activity-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.latest-activity-details {
flex-grow: 1;
}
.latest-activity-item {
margin: 0;
}
.view-all-button {
margin-left: 20px;
}
.view-all-my-account {
background-color: #000 !important;
color: #ffbd2b !important;
}
/* dashboard content color */
.woocommerce-MyAccount-content p {
color: black;
}
/* address section of my account */
.woocommerce .woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .woocommerce-MyAccount-content .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
max-width: 100% !important;
}
/* .woocommerce-account .addresses .title .edit {
display:none;
} */
.woocommerce-account .addresses .title h3 {
font-size: 20px;
}
.woocommerce-Address address {
color: #000;
}
.woocommerce-EditAccountForm button {
background-color: #000 !important;
color: #ffbd2b !important;
}
/* Non loggedin user see redirect button in single product page --shejad */
.non-logged-in-rfq {
background-color: #A70705 !important;
color: #fff !important;
font-size: 13px !important;
padding: 15px 30px 15px 30px !important;
border-radius: 8px !important;
font-weight: 600 !important;
transition: all .3s;
}
.non-logged-in-rfq:hover,
.non-logged-in-custom-rfq:hover {
background-color: #ffbd2b !important;
transform: scale(1.1);
border: 1px solid #aa1d25 !important;
}
.non-logged-in-custom-rfq {
border: 1px solid #A70705 !important;
color: #A70705 !important;
background-color: #fff !important;
font-size: 13px !important;
padding: 15px 30px 15px 30px !important;
border-radius: 8px !important;
font-weight: 600 !important;
transition: all .3s;
}
.non-logged-in-rfq:hover,
.non-logged-in-custom-rfq:hover {
transform: scale(1.1);
}
/* Rent page yard location filter */
span.wc-block-components-checkbox__label {
font-weight: 600;
}
/* Hide category */
.single-product .product_meta .posted_in {
display: none;
}
/* Single product page */
.type-product h2 {
font-size: 24px !important;
letter-spacing: unset !important;
font-family: 'Open Sans' !important;
}
/* product filter arrow */
/* .wpfFilterWrapper i {
padding-top: 7px !important;
} */
/* adding padding */
#order_number {
padding-right: 50px !important;
/* Adds 50px padding to the right */
}
.post-type-shop_order .wp-list-table .column-order_number,
.woocommerce_page_wc-orders .wp-list-table .column-order_number {
padding-right: 10ch;
}
/* Product filter ui site min to max input box */
.wpfPriceInputs .wpfPriceRangeField {
border-radius: 5px !important;
border: 1px solid #f2f2f2 !important;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
/* hide rupee symbol */
.wpfPriceInputs .wpfCurrencySymbol {
display: none !important;
}
/* pricw description note for filter */
.wpfFilterWrapper .wfpDescription {
font-size: 13px;
line-height: 17px;
color: red;
}
/*------------------------------------------------------------ TP CODE */
#rent-filter .wpfCheckboxHier li .wpfLiLabel,
#buy-filter .wpfCheckboxHier li .wpfLiLabel {
/* margin-bottom: 10px; */
display: flex;
line-height: normal;
}
#rent-filter .wpfCheckboxHier li,
#buy-filter .wpfCheckboxHier li {
padding: 5px 8px !important;
margin-bottom: 3px;
}
#rent-filter .wpfFilterWrapper:first-child,
#buy-filter .wpfFilterWrapper:first-child {
margin-top: 0;
}
#rent-filter .wpfFilterTitle .wpfTitleToggle:before,
#buy-filter .wpfFilterTitle .wpfTitleToggle:before {
font-size: 12px;
color: #A70705;
}
#rent-filter .wpfCheckboxHier li:has(.selected),
#buy-filter .wpfCheckboxHier li:has(.selected) {
background-color: #FFE3E3;
border-radius: 8px;
}
#rent-filter .wpfFilterVerScroll li label,
#buy-filter .wpfFilterVerScroll li label {
vertical-align: middle;
}
#rent-filter .wpfCheckbox label:before,
#buy-filter .wpfCheckbox label:before {
border-width: 2px !important;
}
#rent-filter .wpfFilterWrapper:not(:first-child),
#buy-filter .wpfFilterWrapper:not(:first-child) {
border-top: 1px solid #CBCBCB;
padding-top: 30px;
}
#rent-filter .wpfFilterVerScroll,
#buy-filter .wpfFilterVerScroll {
padding-right: 10px;
}
.wpfFilterVerScroll::-webkit-scrollbar {
width: 4px !important;
}
.wpfFilterVerScroll::-webkit-scrollbar-thumb {
background: #CBCBCB !important;
}
.wpfFilterVerScroll::-webkit-scrollbar-track {
background: transparent !important;
}
.product-card {
padding-bottom: 30px;
box-shadow: none !important;
border-bottom: 2px solid #CBCBCB !important;
border-radius: unset !important;
}
.product-card .product_img {
width: 100% !important;
height: 200px !important;
border-radius: 10px;
object-fit: cover;
}
.product-card h2 {
font-size: 20px !important;
font-weight: 700;
margin-bottom: 5px;
text-align: left;
}
.product-card a {
color: black !important;
}
.location {
font-size: 14px;
color: #AFAFAF;
margin: 15px 0;
text-align: left;
display: flex;
gap: 12px;
}
.location img {
object-fit: contain;
}
.location span {
color: #000000;
}
.product-card table,
.product-card thead,
.product-card tr,
.product-card td,
.product-card tr {
border: none !important;
background-color: transparent !important;
text-align: left;
}
.product-card table thead td {
font-size: 13px;
color: #AFAFAF;
}
.product-card table tbody td {
font-size: 16px;
color: #000000;
}
.product-card table td {
padding: 5px;
}
.product-action .btn {
font-size: 13px;
}
.product-price small {
color: #000;
font-weight: 600;
}
.products.elementor-grid li .rent_now,
.products.elementor-grid li .make-your {
display: none !important;
}
.product-action {
text-align: right;
}
.product-price {
font-size: 17px;
color: #A70705 !important;
font-weight: bold;
margin-bottom: 10px;
text-align: left;
}
.post-3623 .product-card:not(:last-child),
.related.products .product-card {
margin-bottom: 50px;
border-bottom: 2px solid #CBCBCB !important;
}
.single-product .related.products h2 {
margin: 50px 0 30px !important;
}
.tax {
color: #333;
font-size: 13px;
}
.btn {
font-weight: bold;
font-size: 14px;
border-radius: 5px;
margin: 5px 0;
width: 100%;
}
.btn.red {
background-color: #A70705;
color: white;
border: none;
}
.btn.white {
background-color: white;
color: black;
border: 1px solid #ccc;
}
.btn.black {
background-color: black;
color: white;
border: none;
}
#shop_category_filter .wpfTermWrapper {
padding: 10px;
/* width: auto !important; */
}
.add_to_wishlist,
.already_in_wishlist-disabled,
.tax-product_cat #shop_category_filter {
display: none !important;
}
#shop_category_filter .wpfButtonsFilter img {
width: 85px;
height: 85px;
object-fit: cover;
}
#shop_category_filter .wpfButtonsFilter .wpfValue {
display: flex;
align-items: center;
gap: 10px;
text-wrap: initial;
text-align: left;
font-weight: 700;
font-size: 16px;
}
.tax-product_cat .wpfTermWrapper {
width: 100% !important;
}
@media (max-width: 767px) {
.elementor-grid.columns-1 {
grid-template-columns: repeat(1, 1fr) !important;
}
.home-hover-sec {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}
.home-hover-sec .e-con-inner {
display: flex;
width: max-content;
margin: 0
}
}
.single-product .flex-control-thumbs {
display: flex;
gap: 8px;
margin-top: 8px !important;
flex-wrap: wrap;
}
.single-product .flex-control-thumbs li img {
height: 85px !important;
object-fit: cover;
width: 85px !important;
}
.single-product .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a {
height: 400px !important;
object-fit: cover;
}
.single-product .price {
color: #a70705 !important;
}
.badge {
position: absolute;
line-height: 1.4;
padding: 0px 4px;
color: #FFBD2B;
font-size: 12px;
font-weight: bold;
border-radius: 50%;
min-width: 20px;
text-align: center;
top: 20px;
}
@media (max-width: 1023px) {
#intro-section h3 {
font-size: 18px !important;
}
#intro-section .home-button-options {
flex-wrap: wrap;
}
}
@media (max-width: 1023px) {
.single-product .product_title {
font-size: 20px !important;
}
}
@media (min-width: 1024px) {
.single-product .product_title {
font-size: 24px !important;
}
.dgwt-wcas-suggestions-wrapp {
min-width: 40% !important;
}
.dgwt-wcas-is-details .dgwt-wcas-si {
width: 90px;
}
.dgwt-wcas-meta {
width: 60%;
}
}
.dgwt-wcas-search-wrapp {
width: 370px;
}
span.dgwt-wcas-sd {
line-height: 17px !important;
}
span.dgwt-wcas-st-title {
color: #a91221;
}
a.dgwt-wcas-details-product-title {
font-weight: 600;
}
.woocommerce-shop .product-card:not(:last-child),
.tax-product_cat .product-card:not(:last-child) {
margin-bottom: 40px;
padding-bottom: 40px;
}
.custom-pagination ul.page-numbers {
display: flex;
list-style: none;
padding: 0;
clear: both;
border: 1px solid #cfc8d8;
margin: 0 auto;
width: fit-content;
}
.custom-pagination ul.page-numbers li:not(:last-child) {
border-right: 1px solid #cfc8d8;
}
.custom-pagination ul.page-numbers li span,
.custom-pagination ul.page-numbers li a {
margin: 0;
text-decoration: none;
padding: 0;
line-height: 1;
font-size: 1em;
font-weight: 400;
padding: .5em;
min-width: 1em;
display: block;
}
.custom-pagination ul.page-numbers li span.current {
background: #e9e6ed;
color: #816e99;
}
#rent-form .title {
background-color: #FFBD2B;
border-radius: 12px 12px 0 0;
}
#rent-form .filter-sec {
border-radius: 0 0 12px 12px;
}
#rent-form input[type="number"],
#rent-form input[type="date"],
#rent-form input[type="text"],
#rent-form .state-list,
#rent-form .user_district,
#buy-form input[type="text"] {
border-color: #E5E5E5 !important;
border-radius: 12px !important;
padding: .5rem .7rem;
}
#rent-form input[type="number"]::placeholder,
#rent-form input[type="date"]::placeholder,
#rent-form input[type="text"]::placeholder,
#buy-form input[type="text"]::placeholder {
color: #D0D0D0 !important;
}
/*-------------------------------------------------------------------------- New custom filter of rent page */
.woocommerce-shop #wpfBlock_2 li[data-term-id="313"] {
display: block !important;
}
#product-filters input[type="checkbox"] {
width: 18px;
height: 18px;
}
#product-filters label {
display: flex;
gap: 10px;
align-items: center;
margin-bottom: 10px;
color: #000;
text-transform: uppercase;
}
#product-filters .toggle-header {
cursor: pointer;
font-weight: bold;
display: flex;
justify-content: space-between;
color: #000;
font-size: 18px;
align-items: center;
}
#product-filters .toggle-header .arrow {
transition: transform 0.5s ease;
color: #A70705;
font-size: 14px;
}
#product-filters .toggle-header.active .arrow {
transform: rotate(-180deg);
}
#product-filters .toggle-content {
display: none;
margin: 20px 0 15px 20px;
}
/* #product-filters .capacity-list,
#product-filters .location-list {
max-height: 300px;
overflow-y: scroll;
} */
#product-filters .toggle-content::-webkit-scrollbar {
width: 4px !important;
}
#product-filters .toggle-content::-webkit-scrollbar-thumb {
background: #CBCBCB !important;
}
#product-filters .toggle-content::-webkit-scrollbar-track {
background: transparent !important;
border: 1px solid #999;
border-radius: 4px;
}
/* Hide Filters toggle on desktop */
.mobile-filter-toggle {
display: none;
font-weight: bold;
cursor: pointer;
color: #000;
font-size: 20px;
margin-bottom: 20px;
}
/* Show on mobile */
@media (max-width: 1023px) {
.mobile-filter-toggle {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
}
#product-filters {
display: none;
/* Hidden by default */
margin-top: 10px;
}
#product-filters.active {
display: block;
/* Show when active */
}
}
.filter-section:not(:last-child) {
border-bottom: 2px solid #CBCBCB !important;
}
.filter-section:not(:first-child) {
padding: 20px 0;
}
.filter-section:first-child {
padding-bottom: 20px;
}
.switch-label {
display: flex;
align-items: center;
gap: 10px;
margin: 8px 0;
font-weight: 500;
cursor: pointer;
}
.switch-label input {
display: none;
}
.switch-slider {
width: 40px;
height: 20px;
background-color: #ccc;
border-radius: 20px;
position: relative;
transition: background-color 0.3s;
}
.switch-slider::before {
content: "";
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background-color: white;
top: 2px;
left: 2px;
transition: transform 0.3s;
}
.switch-label input:checked+.switch-slider {
background-color: #A70705;
}
.switch-label input:checked+.switch-slider::before {
transform: translateX(20px);
}
#load-more-btn {
background-color: black;
color: white;
border: none;
width: fit-content;
}
/* .category-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 5px;
} */
.category-box {
display: block;
text-align: center;
cursor: pointer;
}
.category-icon {
max-width: 100%;
height: auto;
}
.category-label {
margin-top: 5px;
font-size: 14px;
}
/* .category-grid {
visibility: hidden;
} */
.category-grid.slick-initialized {
visibility: visible;
}
.custom-arrow {
background-color: transparent !important;
padding: 0 !important;
}
.custom-arrow:before {
color: #000 !important;
}
.category-box {
border: 1px solid #a70705;
border-radius: 8px;
padding: 12px;
text-align: left;
background: #fff;
transition: 0.3s;
display: flex;
align-items: center;
gap: 15px;
cursor: pointer;
margin: 0;
}
.category-icon {
min-width: 70px;
height: 70px !important;
object-fit: cover;
max-width: 70px !important;
}
.category-label {
font-weight: bold;
font-size: 16px;
color: #000;
line-height: 1.2rem;
}
@media (min-width: 1200px) {
.container.custom-shop-container {
max-width: 1250px;
}
}
.category-box.active {
background-color: #FFE3E3;
}
.spinner {
width: 40px;
height: 40px;
border: 4px solid #ccc;
border-top: 4px solid #000;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: auto;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
/* ----------------------------------------------------------- */
#product-rent-results,
#product-buy-results {
position: absolute;
left: 0;
top: calc(100% + 8px);
width: 100%;
z-index: 9999;
}
.home-search-results {
background-color: #fff;
padding: 8px;
border-radius: 4px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
height: auto;
max-height: 200px;
overflow-y: auto;
}
.home-search-results>div {
padding: 10px;
color: #000 !important;
border-radius: 4px;
cursor: pointer;
}
.home-search-results>div:hover {
background-color: #A91221;
color: #fff !important;
}
.search-action-wraper {
display: inline-flex;
align-items: center;
gap: 8px;
position: absolute;
height: 100%;
right: 15px;
top: 0;
}
.search-loader .spinner {
height: 16px;
width: 16px;
border-width: 2px;
}
.input-clear-btn>img {
height: 10px;
}
.input-clear-btn {
cursor: pointer;
}
.search-loader,
.input-clear-btn {
display: none;
}
#purpose_terms_renting.woocommerce-form__input-checkbox.purpose-terms-input,
.woocommerce-form__input.woocommerce-form__input-checkbox.purpose-marketing-input {
width: auto !important;
}
#cart_shortcode .elementor-shortcode span {
line-height: 1.3rem;
top: -15px !important;
}
.woocommerce-checkout ul.woocommerce-notices-wrapper {
margin-top: 6% !important;
padding: 0;
}
.woocommerce-notices-wrapper+.entry-content~form.woocommerce-checkout {
padding-top: 0 !important;
}
.woocommerce-checkout .entry-content .woocommerce-error {
margin-bottom: 0px !important;
}
body.woocommerce-cart,
body.woocommerce-checkout {
padding-top: 0px !important;
}
@media only screen and (min-width: 1024px) {
body.woocommerce-cart,
.page-id-9045.woocommerce-checkout {
margin-top: 120px;
}
.rent-buy-options {
max-width: 500px;
}
}
/* New Home page TP */
.animated-num .elementor-counter-number-suffix {
color: #FFBD2B;
}
.home-banner-sec {
background-size: 100% auto;
aspect-ratio: 16/9;
}
.hover-sec .elementskit-info-box-title {
display: flex !important;
align-items: center;
justify-content: space-between;
}
.hover-sec .elementskit-info-box-title img {
height: 40px !important;
}
.hover-sec .elementskit-box-body {
border-bottom: 2px solid #ECECEC !important;
border-radius: 0px !important;
}
.hover-sec .elementskit-info-box-title div {
display: flex;
align-items: flex-start;
gap: 10px;
}
.hover-sec span {
font-size: 16px;
line-height: normal;
}
.hover-sec .elementskit-info-image-box:hover .elementskit-box-content .elementskit-info-box-title {
color: #000 !important;
}
.left-img {
height: 85%;
}
.right-img {
height: 100%;
}
.black-sec-img {
width: 100%;
}
.left-img img,
.right-img img {
height: 100%;
object-fit: cover;
}
.home-testimonial .swiper-button-prev:after,
.home-testimonial .swiper-button-next:after {
font-size: 12px;
}
.elementor-99 {
background-color: #000000;
}
body.home {
overflow-x: hidden;
}
.home-testimonial .elementskit-commentor-image {
width: 30% !important;
}
.specs p {
display: none;
}
.woocommerce-cart .wc-block-components-product-metadata__description {
display: none;
}
/* New Home page */
.banner-rent-filter {
overflow: visible;
}
.hover-expand-sec:hover img {
scale: 1.5;
transition: 0.5s all;
}
.hover-expand-sec:hover .elementor-widget-heading {
visibility: hidden;
}
.banner-num .elementor-counter-number-suffix {
color: #000;
}
.banner-num .elementor-counter-title {
text-transform: uppercase;
line-height: 1.4em !important;
}
.banner-num .elementor-counter-number-prefix {
display: none;
}
.full-btn .elementor-button {
width: 100%;
}
.is-large.wc-block-cart .wc-block-cart-items tbody tr {
background-color: #f7f6f6 !important;
border-radius: 12px !important;
overflow: visible;
}
ul.wc-block-components-product-details {
display: grid;
grid-template-columns: auto auto;
gap: 18px;
font-size: 15px;
}
table.wc-block-cart-items .wc-block-components-product-name {
margin-bottom: 30px !important;
}
ul.wc-block-components-product-details .wc-block-components-product-details__name {
font-weight: 500 !important;
}
ul.wc-block-components-product-details .wc-block-components-product-details__value {
font-weight: 600;
}
.wc-block-components-product-name {
color: #000 !important;
font-weight: 600;
}
body.woocommerce-cart .wp-block-woocommerce-cart table.wc-block-cart-items tr th,
body.woocommerce-cart .wp-block-woocommerce-cart table.wc-block-cart-items tr td {
border: none !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__prices {
display: none;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__totals-title {
font-size: 1em !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart table.wc-block-cart-items td.wc-block-cart-item__image {
width: 30%;
border-radius: 20px !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart table.wc-block-cart-items td.wc-block-cart-item__image img {
border-radius: 12px;
}
/* .is-large.wc-block-cart .wc-block-cart-items tbody tr {
border-radius: 12px !important;
padding: 24px;
overflow: visible;
} */
body.woocommerce-cart .wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
padding: 20px;
border-radius: 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-main.wc-block-cart__main {
padding-right: 20px !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
border: 1px solid #C2C2C2;
border-bottom: 0;
border-radius: 12px 12px 0 0;
/* padding: 12px; */
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block>.wc-block-components-totals-wrapper {
border: 1px solid #C2C2C2;
border-top: 1px solid #C2C2C2;
border-radius: 12px 12px 0 0;
border-bottom: 0;
padding: 12px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button:hover {
background-color: #FFBD2B;
color: #000000;
border-radius: 12px;
font-size: 16px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__submit-container {
background: transparent !important;
width: 100% !important;
margin: 0 !important;
padding: 20px 10px 10px !important;
border-top: 1px solid #C2C2C2;
border-radius: 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit {
border: 1px solid #C2C2C2;
border-top: none;
border-radius: 0 0 12px 12px;
padding: 12px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-item.wc-block-components-totals-footer-item span,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-item__value {
font-weight: 600;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block {
margin-top: 20px !important;
}
/* Replace Remove text with dustbin icon */
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
font-size: 0 !important;
cursor: pointer !important;
border: 1px solid #A70705 !important;
padding: 4px 8px !important;
border-radius: 99% !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__remove-link::before {
content: "\f2ed";
/* trash can icon */
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 12px;
color: rgb(0, 0, 0);
/* red */
}
body.woocommerce-cart .wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th,
body.woocommerce-cart .wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
padding: 8px 17px 20px 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items {
border-bottom: 0px solid !important;
}
body.woocommerce-cart .page-content h2 {
font-size: 35px;
}
@media (min-width: 1200px) {
body.woocommerce-cart .site-main {
max-width: 1250px;
}
}
@media (min-width: 768px) {
body.woocommerce-cart .page-content h2 {
margin-left: -55px;
margin-right: -55px;
}
.banner-num .elementor-counter-title {
font-size: 14px !important;
}
}
body.logged-in .account-sec {
background-color: #FFFBF1;
padding: 20px;
border-radius: 20px;
margin-bottom: 50px !important;
}
.view-all-my-account {
border: 0.5px solid #FFBD2B !important;
background: #A91221 !important;
color: #ffffff !important;
text-transform: uppercase;
padding: 10px 40px !important;
font-size: 14px !important;
}
.woocommerce-MyAccount-content p a, .woocommerce-MyAccount-content ul li a {
color: #838383;
text-decoration: underline;
}
.woocommerce-MyAccount-content .latest-activity-title {
font-size: 24px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link img {
margin-right: 7px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active img,
.woocommerce-MyAccount-navigation ul li a:hover img {
filter: brightness(0) saturate(100%) invert(82%) sepia(52%) saturate(3900%) hue-rotate(1deg) brightness(102%) contrast(102%);
}
.woocommerce-info {
border-top-color: #aa1d25;
}
.woocommerce-info::before {
color: #aa1d25;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="text"], .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="email"], .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="password"] {
border: 1px solid #CECECE;
box-shadow: 0px 1px 2px 0px #E4E5E73D;
border-radius: 12px;
padding: 10px 15px 10px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .user-details,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .user-pass-sec,
.woocommerce-edit-address .woocommerce-MyAccount-content {
background-color: #fff;
padding: 20px;
border-radius: 20px;
}
.my_account_orders .woocommerce-orders-table__row,
.my_account_orders tbody tr,
.my_account_orders .woocommerce-orders-table__row td,
.table-view-list td {
background-color: #fff !important;
color: #000;
}
.table-view-list tr th {
background-color: #FFBD2B;
color: #000;
}
.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
height: 500px !important;
overflow: scroll;
}
.woocommerce-password-strength {
font-size: 12px;
line-height: 16px;
}
/* body .wc-block-components-quantity-selector {
display: flex !important;
} */
.wc-block-cart-item__quantity {
display: flex;
gap: 12px;
align-items: baseline;
}
.woocommerce-checkout #place_order:disabled,
.log-approval-btn:disabled {
background-color: #cbcbcb;
border-color: #cbcbcb;
}
.woocommerce-orders table.my_account_orders .button {
background-color: transparent;
display: flex;
}
.account-log-table thead {
background-color: #ffbd2b;
}
.account-log-table tbody {
background-color: #fff;
}
.confirm-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}
.confirm-popup-content {
background: #fff;
padding: 20px;
border-radius: 10px;
max-width: 350px;
width: 90%;
text-align: center;
color: #000;
}
.confirm-popup-actions {
display: flex;
gap: 20px;
margin: auto;
justify-content: center;
}
.confirm-popup-actions button {
padding: 8px 16px;
border: none;
border-radius: 6px;
cursor: pointer;
}
#confirm-yes {
background-color: #FFBD2B;
color: #000000;
border-radius: 12px;
font-size: 16px
}
#confirm-no,
#cancel-cart {
background: #000;
color: #fff;
}
body.woocommerce-cart th.wc-block-cart-items__header-total,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block{
display: none;
}
.payment_box.payment_method_ccavenue p {
font-size: 12px;
}
.page-id-14440 .page-content,
.page-id-14445 .page-content {
color: #000;
margin-top: 100px;
margin-bottom: 50px;
}
#logTable_length label, #invoiceTable_length label, #agreementTable_length label, #quotationTable_length label, #rfqTable_length label, #equiryTable_length label, #contractTable_length label, #renewContractTable_length label, #otherContractTable_length label, #financeTable_length label {
display: flex;
align-items: center;
gap: 7px;
}
#logTable_filter input[type="search"], #invoiceTable_filter input[type="search"], #agreementTable_filter input[type="search"], #quotationTable_filter input[type="search"], #rfqTable_filter input[type="search"], #equiryTable_filter input[type="search"], #contractTable_filter input[type="search"], #renewContractTable_filter input[type="search"], #otherContractTable_filter input[type="search"], #financeTable_filter input[type="search"] {
background-color: #fff;
}
#logTable_length label select, #invoiceTable_length label select, #agreementTable_length label select, #quotationTable_length label select, #rfqTable_length label select, #equiryTable_length label select, #contractTable_length label select, #renewContractTable_length label select, #otherContractTable_length label select, #financeTable_length label select {
background-color: #fff;
}
#quotationTable_wrapper, #agreementTable_wrapper {
overflow: hidden;
}
#quotationTable_filter, #agreementTable_filter {
padding-right: 10px;
}
#quotationTable, #agreementTable {
display: block;
overflow-x: scroll;
}
.upload-signed-pdf {
padding: 12px 14px !important;
font-size: 12px !important;
margin-left: 14px;
}
.download-terms-btn {
background-color: transparent !important;
padding: 0 !important;
border: none !important;
width: fit-content;
}
.log-approval-btn {
background: transparent !important;
border: none;
padding: 0 !important;
display: flex;
align-items: center;
gap: 7px;
justify-content: center;
width: -webkit-fill-available;
}
.log-approval-btn:disabled {
filter: brightness(0) saturate(100%);
}
.log-approval-btn:not(:disabled) {
color: #aa1d25;
}
.woocommerce-product-attributes-item--smu_hours td,
.woocommerce-product-attributes-item--dimensions td {
padding: 8px !important;
font-style: normal;
}
#date_modal .modal-content {
border-radius: 12px;
}
button#apply_product_list_filter_btn {
background-color: #000;
color: #fff;
border: navajowhite;
}
#cart-check-confirm,
.location-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
display: none;
z-index: 9999;
}
#cart-check-confirm .popup-content,
.location-popup .popup-content {
background: #fff;
max-width: 400px;
margin: 15% auto;
padding: 20px;
text-align: center;
border-radius: 8px;
color: #000;
}
.btn-yes, .btn-no {
margin: 10px;
padding: 8px 20px;
border: none;
cursor: pointer;
border-radius: 5px;
}
.btn-yes { background: #28a745; color: #fff; }
#cancelCheckout {
background: #000000 !important;
color: #fff !important;
}
.category-grid {
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
.category-grid.slick-initialized {
opacity: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-product-gallery ul.flex-direction-nav {
z-index: 5 !important;
}
.product-tabs #tab-description h3 {
font-size: 20px;
margin-top: 15px;
}
.tax-total th, .tax-total td {
padding: 0 12px !important;
}
#contractTable_wrapper {
overflow-x: auto;
}
.dgwt-wcas-meta, .dgwt-wcas-tpd-price, .dgwt-wcas-pd-price,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline:nth-child(2n), .dgwt-wcas-suggestion-product,
.js-dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-more {
display:none !important;
}
button#add_to_cart_button, .logged-out-buy-btn {
background-color: #A70705 !important;
color: #fff !important;
font-size: 13px !important;
border-radius: 8px;
padding: 15px 30px 15px 30px !important;
margin-top: 12px !important;
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
.is-large.wc-block-cart {
margin: 3em 5em !important;
}
body.woocommerce-cart .page-content h2 {
margin-left: 0 !important;
}
}