
body{
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
    color: #333333;
}

a{
    text-decoration: none;
    color: #333333;
}

a:hover{
    color: #333333;
}

.section-padding-y {
    padding-top: 75px;
    padding-bottom: 75px;
}


.navbar-toggler:focus{
    box-shadow: none;
}

.nd-separator {
    display: inline-block;
    height: 12px;
    width: 180px;
    transform: skew(-25deg);
    background-color: #ffe300;
    margin-top: 20px;
    margin-bottom: 20px;
}


.title-black {
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
}




#rental-search .form-control, #rental-search .form-select{
    border-color: #e3e3e3;
}

#rental-search input, #rental-search select{
    font-size: 14px;
    height: 48px;
}

#rental-search .search-input{
    width: 25%;
}


.btn-yellow{
    color: #fff;
    background-color: #ffe300;
    border-color: #ffe300;
    height: 48px;
    width: 48px;
}


.rental-cat-block{
    padding: 25px 20px;
	padding-bottom: 0px;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
	background:white !important;
	text-align:center !important;
}
.rental-cat-block:hover img{
    transition: all .3s ease;
    transform: scale(1) !important;
    z-index: 2;
}

.rental-cat-block:hover{
    transition: all .3s ease;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}
.rental-cat-bottom-Style{
	display: inline-block;
    height: 12px;
    width: 180px;
    transform: skew(-25deg);
    background-color: #ffe300;
}

.rental-cat-block p{
    font-size: 16px;
    font-weight: 600;
}

.inquiry-notice{
    background-color: #ffe300;
    border-radius: 25px;
    padding: 8px;
}

.inquiry-notice p{
    font-size: 14px;
}

.inquiry-notice a{
    text-decoration: underline;
    font-weight: 600;
    color: #333333;
}




.product-thumb{
    padding: 25px 20px;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
}

.product-thumb:hover{
    transition: all .3s ease;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}

.product-thumb-title p{
    font-size: 20px;
    font-weight: 600;
}

.product-thumb .prod-img{
    border-radius: 3px;
}


.nd-rental-btn{
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    padding: 5px 15px;
    border-radius: 15px;
    background-color: #ffe300;
    text-decoration: none;
}

.nd-rental-update-btn{
	font-size: 16px;
    font-weight: 600;
    color: #333333;
    display: block;
    text-align: center;
    padding: 10px 15px;
    width: 100% !important;
    border-radius: 10px;
    background-color: #ffe300;
    text-decoration: none;
}

.nd-rental-btn:hover{
    color: #333333;
    cursor: pointer;
}


.nd-rental-detail{
    font-size: 12px;
    color: #333333;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
}

.nd-rental-detail img{
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
    transition: all .3s ease;
}

.nd-rental-detail:hover{
    text-decoration: none;
    color: #333333;
}

.nd-rental-detail:hover img{
    margin-left: 12px;
    margin-right: 12px;
    transition: all .3s ease;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: #ffeb6e;
}


.product-qty .btn-minus{
    height: 40px;
    border: 1px solid #333333;
    border-radius: 10px 0 0 10px;
    width: 30%;
    background-color: transparent;
    transition: all .3s ease;
}

.product-qty .p-qty{
    width: 40%;
    font-size: 12px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #333333;
    transition: all .3s ease;
}

.ratesDiv{
	text-align: center;
    font-size: 20px;
    font-weight: bold;
	background:#f8f8f8;
	padding-top: 10px;
    padding-bottom: 10px;
	line-height: 1;
	margin-bottom: 10px;
}
.dayRate{
	width:33%;
	display: inline-block;
	border-right: dashed #b0b0b0 1px;
}
.weekRate{
	width:33%;
	display: inline-block;
}
.monthRate{
	width:33%;
	display: inline-block;
	border-left: dashed #b0b0b0 1px;
}
.rateLabel{
	font-size:10px;
	font-weight:bold;
	padding-left: 15px;
    text-align: left;
}

.productBreadCrumb{
	color:#6e6e6e;
	font-weight: bold;
    text-align: center;
}
.productBreadCrumb > span:last-child {
	color:black;
}
.categoryBreadCrumb{
	color:#6e6e6e;
	font-weight: bold;
    text-align: center;
}
.categoryBreadCrumb > span:last-child {
	color:black;
}
.product-heading{
	text-align:center;
}
.product-detail-block{
	height: 100%;
	display: flex;
	transition: all .3s ease;
	-webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 5%);
}
.related-product-header{
	text-align:center;
}
.estimateAvailable{
	padding:10px;
	
}
.locationIcon{
	border-bottom-left-radius : 5px;
	border-top-left-radius : 5px;
}


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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.product-qty .btn-plus{
    height: 40px;
    border: 1px solid #333333;
    border-radius: 0 10px 10px 0;
    width: 30%;
    background-color: transparent;
    transition: all .3s ease;
}


.product-qty .btn-minus:hover, .product-qty .btn-plus:hover{
    background-color: whitesmoke;
}



button:focus,button:active, input:focus, button:active {
    outline: none !important;
    box-shadow: none;
}






.modal-content .modal-close{
    position: absolute;
    right: -45px;
    line-height: 0;
    top: 0;
    background-color: #cccccc;
    padding: 8px;
    border-radius: 5px;
}

.modal-content img{
    border-radius: 8px;
}

.modal-content h1{
    font-size: 1.4rem;
    font-weight: 600;
}

.modal-content .product-qty.input-group{
     width: 110px;
     display: inline-flex;
     vertical-align:middle;
}

.modal-content .nd-rental-btn{
    display: inline-flex;
    vertical-align:middle;
}








.drop{
    /* left: -20px !important;
    top: 25px !important; */
    height: 175px;
    overflow: auto;
    width: 92% !important;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}


.drop::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 15px;
	background-color: #F5F5F5;
}

.drop::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.drop::-webkit-scrollbar-thumb {
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}







.checkout-btn{
    position: fixed;
    background-color: #ffe300;
    color: #333333;
    bottom: 5%;
    right: 2%;
    padding: 20px;
}

.checkout-button{
    position: fixed;
    bottom: 5%;
    right: 2%;
    background-color: rgba(0,0,0,0.75);
    padding: 20px 20px;
    color: #fff;
    border-radius: 5px;
    transform-origin: 100% 50%;
    transition: all .3s ease;
}

.checkout-button.highlight{
    transform: scale(1.1);
    transition: all .3s ease;
    transform-origin: 100% 50%;
    background-color: #ffe300;
    color: #333333;
}

.checkout-button.highlight p{
    color: #333333;
}

.checkout-button p{
    margin-bottom: 0;
    color:#ffffff;
    display: inline-block;
}

.checkout-btn2{
    background-color: #ffe300;
    color: #333333;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 5px;
    transition: all .3s ease;
    border: 1px solid #333333;
}





/* .tab-page{
    position: absolute;
    width: 100%;
    top: -80px;
} */

.start-25{
    left: 25%;
}

.start-75{
    left: 75%;
}





#checkoutModal .nav-link{
    background-color: transparent;
    color: #333;
    z-index: 2;
	width:110px;
}
.bg-yellow .step-num{
    background-color: #ffe300 !important;
}

#checkoutModal .step-num{
    display: inline-block;
    background-color: #d2dff0;
    padding: 5px;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-top: 0px;
	border: 1px solid #d2dff0;
}

#checkoutModal .step-title{
    font-size: 12px;
	font-weight:bold;
	margin-top: 5px;
}

.progress{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 26%;
    width: 40%;
}

.checkout-step-1 p{
    font-size: 14px;
    margin-bottom: 0;
}


.checkout-step-1 {
    border: 1px solid;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
}

.checkout-step-1 thead th {
    padding: 10px 15px;
    background-color: #ffe300;
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    border-left: 1px solid #333333;
}

.checkout-step-1 thead th:first-child{
    border-left: none;
}

.checkout-step-1 thead th:last-child{
    border-right: none;
}

.checkout-step-1 thead th:first-child {
    border-radius: 10px 0 0 0;
}
.checkout-step-1 thead th:last-child {
    border-radius: 0 10px 0 0;
}

.checkout-step-1 tbody td {
    padding: 10px 15px;
    border: none;
    border-top: solid 1px #333333;
    border-left: 1px solid #333333;
}

.checkout-step-1 tbody td:first-child{
    border-left: none;
}

.checkout-step-1 tbody td:last-child{
    border-right: none;
}

.checkout-step-1 tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.checkout-step-1 tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}


.checkout-step-1 .product-qty.input-group{
    width: 100px;
}


.checkout-step-2 .datetime-input input{
    font-size: 12px;
}

.checkout-step-2 .datetime-input .input-group-text{
    background-color: transparent;
    border-left: 0;
}

.checkout-step-2 .loc-form input, .checkout-step-2 .loc-form textarea{
    font-size: 14px;
    background-color: #f3f3f3;
    border-color: transparent;
}

.floatingLabel {
  display: block;
  transform: translate(0, -2.75rem);
}

.floatingInput {
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.25rem;
  border: none;
  border-bottom: 2px solid #111;
  transition: border-color 0.2s ease;
}

.floatingInput:focus {
    outline: none;
    border-color: green;
}

/* animations */
@-webkit-keyframes inputHighlighter {
  from { background: #4285f4; }
  to   { width: 0; background: transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background: #4285f4; }
  to   { width: 0; background: transparent; }
}
@keyframes inputHighlighter {
  from { background: #4285f4; }
  to   { width: 0; background: transparent; }
}


@media (max-width: 767.98px) { 

    .modal-content .modal-close{
        right: 0px;
        top: 0px;
        background-color: transparent;
    }

    .drop{
        width: 94.5% !important;
    }

    .nav-pills .nav-link{
        padding: .5rem;
    }

    .progress{
        width: 55%;
    }

    table{
        /* display: block; */
        table-layout:fixed;
        width: 100%; 
    }

    .checkout-step-1 tbody td{
        padding: 10px;
    }

    table td{
        word-wrap: break-word;
    }


    #rental-search .input-group, 
    .datetime-input .input-group{
        display: block;
    }

    #rental-search .input-group input, 
    .datetime-input .input-group input{
        margin-bottom: 5px;
    }
    
    #rental-search .input-group>.form-control, 
    #rental-search .input-group>.form-select,
    .datetime-input .input-group>.form-control, 
    .datetime-input .input-group>.form-select{
        width: 100%;
    }

    #rental-search .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), 
    #rental-search .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), #rental-search .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
    .datetime-input .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), 
    .datetime-input .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .datetime-input .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
        border-radius: 5px;
    }

    #rental-search .input-group input, #rental-search .input-group select{
        margin-bottom: 5px;
    }
    
    #rental-search .input-group>.form-control, #rental-search .input-group>.form-select{
        width: 100%;
    }

    #rental-search .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), #rental-search .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), #rental-search .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
        border-radius: 5px;
    }

    #rental-search .search-input{
        width: 100%;
    }

    .btn-yellow{
        width: 100%;
    }

    .checkout-button{
        text-align: center;
        bottom: 2%;
    }

    .checkout-button p{
        text-align: center;
        margin-bottom: 20px;
        display: block;
    }

    .checkout-btn2{
        margin-left: 0;
    }

}