/*
    Theme Name:   Deelen Theme
    Theme URI:    https://deelen.com
    Author:       Devi Team
    Author URI:   https://deelen.com
    Description:  Designed by <a href="http://devi.com/">Devi Team</a>
    Text Domain:  dv-theme
    License:      GNU General Public License
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Version:      1.0.0
    Tags:         validate W3C, responsive, seo
    Copyright:    (c) 2017 Oangle Team
*/

/*  =======================================
    Default Style Widget
=========================================== */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}



@-moz-keyframes rotation { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotation { 100% { -webkit-transform: rotate(360deg); } }
@keyframes rotation { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    overflow-x: hidden;
    transition: 0.5s;
}
#loading .loading-wrapper {
	display: inline-block;
    background-color: #319BF3;
    border-radius: 3px;
    vertical-align: middle;
    padding: 20px;
    position: relative;
    top: 50%;
    left: 50%;
}
#loading .loading-indicator {
    position: relative;
    width: 44px;
    height: 44px;
}
.loading-indicator .pace_activity {
	position: relative;
	border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
	width: 44px;
    height: 44px;
    -webkit-animation: rotation 1.5s ease-in-out infinite;
    -o-animation: rotation 1.5s ease-in-out infinite;
    animation: rotation 1.5s ease-in-out infinite;
}
.loading-indicator .pace_activity:before {
	content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
	-webkit-animation: rotation 2s ease-in-out infinite;
    -o-animation: rotation 2s ease-in-out infinite;
    animation: rotation 2s ease-in-out infinite;
}
.loading-indicator .pace_activity:after {
	content: "";
	position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
    -webkit-animation: rotation 1s ease-in-out infinite;
    -o-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite;
}

#loading .loading-wrapper {
	border-radius: 50%;
	background-color: #fff;
}

#loading {
	background-color: rgba(0,0,0,0.8);
}
.loading-indicator .pace_activity {
	border-top-color: #319BF3 !important;
}

.loading-indicator .pace_activity:before {
	border-top-color: #319BF3 !important;
}

.loading-indicator .pace_activity:after {
	border-top-color: #319BF3 !important;
}

.message {
    background: #FFF6EA;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
	margin-top: 20px;
}

.message:empty {
    padding: 0;
}

select.error,
textarea.error,
input.error {
    border-color: red !important;
}


.login-form-container textarea,
.login-form-container input {
    color: #000;
}

.login-form-container select {
    padding: 13px 19px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    width: 100%;
    margin-bottom: 15px;
}

.wrap-form-singup .login-links {
	max-width: 668px;
    margin-left: auto;
    margin-right: auto;
}

.box-profile .left-profile img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.box-profile {
    padding-bottom: 50px;
}

.user-avatar input[type="file"] {
    display: none;
}

.user-avatar {
    position: relative;
    display: inline-block;
}

.user-avatar .edit-avatar {
    position: absolute;
    bottom: 18px;
    right: -45px;
    display: block;
    cursor: pointer;
}

.edit-avatar span {
    background: #319BF3;
    border-radius: 25px;
    display: flex;
    color: #fff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    gap: 3px;
}

.section-rented-from,
.section-infomation-product {
    color: #000;
}

.section-infomation-product .inner.pb-0 {
    padding: 0;
    margin-top: 50px;
}

.section-rented-from .inner.top-heading {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
	border: 0;
	border-radius: 0;
	margin-top: 45px;
}

.section-rented-from .inner.top-heading h2 {
    margin-bottom: 0;
}

.woocommerce div.product form.cart {
    display: none;
}

.full-row {
	grid-template-columns: 1fr !important;
}

.note {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

.section-dashboard .box-left ul li a {
    color: #092F4E;
    display: block;
}

.section-dashboard .box-left ul li.active a {
    color: #fff;
}

.bp-better-messages-unread.bpbmuc {
    background: transparent;
    font-size: 16px;
    margin: 0;
    width: auto;
    height: auto;
    color: inherit;
}

.info-category .wrap .post a img {
    width: 100%;
    object-fit: cover;
}

.tab-bottom-product.booking-tabs {
	border-bottom: 0;
}

.pickup-form-wrap .address-field,
.list-tab-breadcrumbs .inner .box-left .box-post.pickup-form-wrap {
    display: none;
}
.list-tab-breadcrumbs .inner .box-left .box-post.pickup-form-wrap.show {
    display: flex;
}

.list-tab-breadcrumbs .inner .box-left .box-post strong {
    display: block;
}

.pickup-form-wrap .wrap-form {
	margin-top: 20px;
}

.pickup-code-form {
    color: #000;
}

.list-tab-breadcrumbs .inner .box-left .box-post:last-child {
    border: 0;
}
.honey-pot {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
    pointer-events: none;
}

form.f {
    min-height: inherit;
}

.image-upload-area {
	border: 2px dashed #ccc;
	padding: 20px;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
}
.image-upload-area.dragover {
	border-color: #0073aa;
	background: #f7f7f7;
}
.image-preview-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 10px;
	margin-top: 10px;
}
.image-preview {
	position: relative;
	padding-top: 100%;
}
.image-preview img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image-preview .remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255,0,0,0.7);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 1;
    text-align: center;
}

.featured-badge {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: #0073aa;
	color: white;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 12px;
}

.bp-messages-wrap .threads-list .thread .bm-info .last-message {
	display: none;
}

.bp-messages-wrap .threads-list .thread .time {
    width: 0;
    max-width: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    padding: 15px 0 0;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-time {
    font-size: 11px !important;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content {
    position: relative;
}

.bm-message-info {
    position: absolute;
    right: 11px;
    bottom: -3px;
}

.woocommerce-order-pay .entry-header {
	display: none;
}

.notification-item .details .notifications-content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.template-referral-system {
    color: #000;
}

#referral_code_field {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

#referral_code_field .row {
    display: flex;
    gap: 10px;
}

.right-profile .stats-container {
    margin-top: 0;
    margin-bottom: 30px;
}

.woocommerce form  #referral_code_field input.input-text {
    padding: 13px 19px;
    height: 45px;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
}

.section-dashboard .list-box-reviews .slick-list {
	padding-right: 0;
}

#referral_code_message {
    font-weight: 400;
}

.dokan-dashboard .wrapper {
	min-height: inherit;
}

.dokan-dashboard .site-main {
    padding-bottom: 0;
    padding: 0;
}

.box-profile .right-profile input.sb {
    border: 0 !important;
}


.daterangepicker .calendar-table td.off.ends {
    visibility: hidden;
}
.daterangepicker .calendar-table td.off.disabled.in-disabled-range {
    color: #fd6f6f;
}

.dokan-dashboard.page-template-default .entry-content {
	padding: 0;
	border: 0;
}

.dokan-btn.dokan-btn-danger.dokan-btn-theme {
    background: #3C9DED !important;
    border: 0;
    border-radius: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    height: 46px;
    padding: 0 20px;
}

.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form > div.dokan-form-group > div.ajax_prev.dokan-w4 {
    margin-left: 0 !important;
}

.dokan-form-horizontal .dokan-control-label {
    text-align: left !important;
}

.payment-field-dokan-stripe-connect .dokan-form-group {
    display: flex;
    flex-direction: column;
}
.payment-field-dokan-stripe-connect .dokan-w6 {
    width: 100%;
}

.dokan-dashboard .content-area:after,
.dokan-dashboard #wpadminbar,
.dokan-dashboard #colophon,
.dokan-dashboard .main-header {
	display: none;
}

.login-form-container select[multiple] {
    max-width: 100%;
    min-width: 100%;
    resize: auto;
}

.wpml-ls-legacy-dropdown {
    width: auto;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:after,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}

.wpml-switch {
    margin-left: 30px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    border: 1px solid #092F4E;
    border-radius: 4px;
    background: #fff !important;
    line-height: 24px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-right: 27px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
    position: absolute;
    content: "";
    background: url('data:image/svg+xml,<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1.15234L5 5.15234L1 1.15234" stroke="%23092F4E" stroke-width="2" stroke-linecap="round"/></svg>');
    width: 10px;
    height: 7px;
    right: 10px;
    top: 15px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0;
    width: 100%;
    display: block;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    width: 100%;
    border: 1px solid #092F4E;
    border-radius: 4px;
    margin-top: 10px;
    text-align: left;
    background: #FFF;
    color: #000 !important;
}

.single-product .woocommerce-info,
.single-product .woocommerce-notices-wrapper {
	display: none;
}

.categories-checkbox-container {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.category-checkbox-item {
    margin: 5px 0;
}

.category-checkbox-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.category-checkbox-item input[type="checkbox"] {
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
}

.list-box-category.child-categories-slider {
    padding: 0;
}

.copyright, .copyright a {
    color: #fff;
    font-size: 14px;
}

footer .inner.footer-bottom {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.social-networks {
    display: flex;
    gap: 15px;
}

.social-networks img {
    width: 25px;
}

.bottom-header .box-right .log-user .sign-up-btn {
    border: 1px solid #319BF3;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1;
    color: #319BF3;
}

.inner-banner .pattern .banner-btn {
    width: 333px;
    margin-top: 10px;
}

.wrap-form-login .social-login {
    max-width: 668px;
    margin: 0 auto;
    padding: 45px 0px;
}

.wrap-form-login div.nsl-container {
    text-align: center !important;
    margin-top: 30px;
}

.or .line {
    border-top: 1px solid #7e7e7e;
    width: 100%;
}

.or {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7e7e7e;
}

.or .text {
	padding: 0 10px;
}

.bottom-header .pattern {
    position: static;
}

.bottom-header .pattern input[type=search] {
	width: 250px;
}

.rental-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.rental-buttons .btn.active {
    background: #3C9DED  !important;
    color: #fff  !important;
}
.rental-buttons .btn.inactive {
    background: #fff;
    color: #3C9DED !important;
}

.section-product-rental-steps .rental-step {
    display: none;
}
.section-product-rental-steps .rental-step.active {
    display: block;
}

.list-box-category.child-categories-slider span.tabs-link {
    background: #ccebff;
}

.site-main .entry-header h1.entry-title {
    margin-top: 150px;
}

.category-filter .filters {
    position: relative;
    display: flex;
    gap: 25px;
    align-items: flex-end;
    margin-bottom: 10px;
}

.date-filter {
    position: relative;
}

.section-category .section-date {
	text-align: left;
}

.section-category .section-date .daterangepicker {
    position: absolute;
    margin-top: 72px;
    z-index: 11;
    width: 640px!important;
}

.wrap-form .wrap-captcha p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wrap-form label + br {
    display: none;
}

.wrap-no-posts-found .bottom-box input[type="submit"] {
    width: auto;
    padding: 0 30px;
    background: #319BF3;
    border-color: #319BF3 !important;
}

.section-rented-from .inner.full {
    display: flex;
    flex-direction: row;
}

.section-rented-from .inner.full .box-left {
    width: 100%;
    margin: 0;
}

.author .section-rented-from {
    margin-bottom: 50px;
}

.section-rented-from .box-top .in-box-left .box-name a {
    color: #3C9DED;
}

#dokan-stripe-express-dashboard-login {
    display: none;
}

.rental-request-btn {
/* 	display: none !important; */
}

@media only screen and (max-width: 1200px) {
	.bottom-header .pattern {
		display: none;
	}
}


@media only screen and (max-width: 600px) {
	footer .inner.footer-bottom {
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.author .box-right svg {
		max-width: 100%;
	}
}